@charset "utf-8";/* 
 * JUX Logo Showcase
 */
.owl-carousel.owl-loaded .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owl-carousel.owl-loaded .owl-nav .disabled {
  opacity: 0;
}
.owl-carousel.owl-loaded .owl-item .loop-item-company img {
  display: inline-block;
  max-width: 100px;
}
.owl-carousel.owl-loaded .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-carousel.owl-loaded .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  border: none;
}
.owl-carousel.owl-loaded .owl-dots .owl-dot.active span,
.owl-carousel.owl-loaded .owl-dots .owl-dot:hover span {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  background-color: #656565;
}
.owl-carousel.owl-loaded .owl-dots .owl-dot span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.2;
  background-color: #656565;
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.owl-carousel.owl-loaded div.owl-nav {
  text-align: center;
}
.owl-carousel.owl-loaded div.owl-nav button.owl-prev,
.owl-carousel.owl-loaded div.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #E0E0E0;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 99;
}
@media (max-width: 1300px) {
  .owl-carousel.owl-loaded div.owl-nav button.owl-prev,
  .owl-carousel.owl-loaded div.owl-nav button.owl-next {
    display: none;
  }
}
.owl-carousel.owl-loaded div.owl-nav button.owl-prev:hover,
.owl-carousel.owl-loaded div.owl-nav button.owl-next:hover {
  color: #656565;
}
.owl-carousel.owl-loaded div.owl-nav button.owl-prev {
  left: 10px;
}
.owl-carousel.owl-loaded div.owl-nav button.owl-next {
  right: 10px;
}

.jux_logo_item .jux_logo_item_info {
  text-align: center;
}
/* latin-ext */
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(/modules/mod_jux_logoshowcase/assets/fonts/Lato300.ttf) format('woff2');
  
}
/* latin */
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: local('Lato Regular'), local('Lato-Regular'), url(/modules/mod_jux_logoshowcase/assets/fonts/Latoregular.ttf) format('woff2');
 
}
/* latin-ext */
@font-face{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(/modules/mod_jux_logoshowcase/assets/fonts/Lato700.ttf);
  
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/modules/mod_jux_logoshowcase/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/modules/mod_jux_logoshowcase/assets/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(/modules/mod_jux_logoshowcase/assets/fonts/fontawesome-webfont.eot#iefix&v=4.2.0) format('embedded-opentype'),url(/modules/mod_jux_logoshowcase/assets/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(/modules/mod_jux_logoshowcase/assets/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(/modules/mod_jux_logoshowcase/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; padding:2px 1px 2px 2px; }.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/*===============================
 time:1698618420
================================================================================*/
#jux_logo276 .logo_showcase_slider
.jux_logo_item{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#jux_logo276 .logo_showcase_slider
.jux_logo_item_info{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-color:transparent;box-shadow:;-moz-box-shadow:;-webkit-box-shadow:;-o-box-shadow:;-ms-box-shadow:;border-width:none;border-style:;border-color:}#jux_logo276 .logo_showcase_slider .jux_logo_item
.logo_item_image{opacity:1}#jux_logo276 div.logo_showcase_slider .jux_logo_item:hover
.jux_logo_item_info{background-color:transparent;box-shadow:;-moz-box-shadow:;-webkit-box-shadow:;-o-box-shadow:;-ms-box-shadow: }#jux_logo276 .logo_showcase_slider .jux_logo_item .logo_item_image:hover{opacity:1}#jux_logo276
div.jux_logo_item{display:inline-block!important}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face{
  font-family: 'FontAwesome';
  src: url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*********************************************************
 - Minitek Wall ™ -

General - Stylesheet

author:		Minitek.gr
website:  https://www.minitek.gr
**********************************************************/

/* /////////////////////////////////////// */
/* General */
/* /////////////////////////////////////// */

.mnwall_loader {
  display: none;
  line-height: 20px;
  height: 20px;
  min-width: 16px;
  margin: 20px 0 0;
}

.mnwall_container {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mnwall_container .clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.mnwall_container .clearfix:after {
  clear: both;
}

.mnwall_container .clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.mnwall_container .text-center {
  text-align: center;
}

.mnwall_container {
  padding: 0;
}

.mnwall_iso_container {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: height 0.3s ease 0s;
}

.mnwall-item-clear {
  clear: both;
}

.mnwall-item-outer-cont {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mnwall-item-inner {
  max-height: 100%;
}

.mnwall-item-separator {
  border-color: #777;
  border-style: solid;
  border-width: 2px 0 0;
  clear: both;
  color: transparent;
  display: inline-block;
  float: none;
  font-size: 6px;
  font-weight: 300;
  line-height: 7px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

/* /////////////////////////////////////// */
/* Append Results Loader & Button
/* /////////////////////////////////////// */

.mnwall_more_results {
  padding: 0;
  text-align: center;
  font-weight: 400;
  line-height: 30px;
  vertical-align: baseline;
  margin: 25px 0 30px;
}

.mnwall_more_results a {
  vertical-align: top;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
  line-height: 26px;
  font-size: 14px;
  min-width: 100px;
}

.mnwall_more_results a.mnwall-reset-btn {
  display: none;
}

.mnwall_more_results a.more-results.mnwall-loading {
  background: rgba(247, 247, 247, 0.75) !important;
  border: 1px solid #d7d7d7 !important;
}

.mnwall_more_results a.more-results:hover,
.mnwall_more_results a.mnwall-reset-btn:hover {
  background: rgba(247, 247, 247, 0.75) !important;
  border: 1px solid #d7d7d7 !important;
  text-decoration: none;
  outline: none;
  color: #777 !important;
}

.mnwall_more_results a:hover,
.mnwall_more_results a:focus {
  text-decoration: none;
  outline: none;
}

.mnwall_more_results a.more-results span.no-results,
.mnwall_more_results a.more-results-pre span.no-results {
  display: none;
}

.mnwall_more_results a.disabled,
.mnwall_more_results a.disabled:hover,
.mnwall_more_results a.disabled:focus {
  opacity: 0.8;
  cursor: default;
}

.mnwall_append_loader {
  display: none;
  line-height: 26px;
  height: 26px;
}

.mas_loader {
  position: relative;
}

/* /////////////////////////////////////// */
/* Pagination arrows */
/* /////////////////////////////////////// */

.mnwall_arrows {
  text-align: center;
  margin: 25px 0 30px;
}

.mnwall_arrow {
  display: inline-block;
}

.mnwall_arrows .mnwall-reset-btn {
  display: none;
}

.mnwall_arrow,
.mnwall_arrows .mnwall-reset-btn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
  margin: 0 2px;
  text-decoration: none;
  outline: none;
  color: #777;
  background: #fff;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
}

.mnwall_arrow:hover,
.mnwall_arrows .mnwall-reset-btn:hover {
  background: rgba(247, 247, 247, 0.75) !important;
  border: 1px solid #d7d7d7 !important;
  text-decoration: none;
  outline: none;
  color: #777 !important;
}

.mnwall_arrow:focus,
.mnwall_arrows .mnwall-reset-btn:focus {
  text-decoration: none;
  outline: none;
}

.mnwall_arrow.mnwall-loading {
  background: rgba(247, 247, 247, 0.75) !important;
  border: 1px solid #d7d7d7 !important;
}

.mnwall_arrow .more-results {
  display: inline-block;
  min-width: 16px;
  line-height: 20px;
  vertical-align: top;
}

.mnwall_arrow.disabled,
.mnwall_arrow.disabled:hover,
.mnwall_arrow.disabled:focus {
  opacity: 0.75;
  cursor: default;
}

.mnwall_arrow_loader {
  display: none;
  line-height: 20px;
  height: 20px;
  min-width: 16px;
}

/* /////////////////////////////////////// */
/* Pagination pages */
/* /////////////////////////////////////// */

.mnwall_pages {
  text-align: center;
  margin: 25px 0 30px;
}

.mnwall_page {
  display: inline-block;
}

.mnwall_pages .mnwall-reset-btn {
  display: none;
}

.mnwall_page,
.mnwall_pages .mnwall-reset-btn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
  margin: 0 2px;
  text-decoration: none;
  outline: none;
  color: #777;
  background: #fff;
  vertical-align: top;
  line-height: 20px;
}

.mnwall_page:hover,
.mnwall_page:focus,
.mnwall_pages .mnwall-reset-btn:hover,
.mnwall_pages .mnwall-reset-btn:focus {
  outline: none;
  text-decoration: none;
  color: #333;
}

.mnwall_pages .mnwall-reset-btn:hover {
  background: rgba(247, 247, 247, 0.75) !important;
  border: 1px solid #d7d7d7 !important;
  text-decoration: none;
  outline: none;
  color: #777 !important;
}

.mnwall_page .page-number {
  display: inline-block;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
}

.mnwall_page_loader {
  display: none;
  line-height: 20px;
  height: 20px;
  min-width: 16px;
}

/* /////////////////////////////////////// */
/* Filters buttons */
/* /////////////////////////////////////// */

.mnwall_filters_sortings {
  margin: 5px 0 15px;
}

.mnwall_iso_filters_cont,
.mnwall_iso_reset_cont {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  text-align: left;
}

.mnwall_filters_loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  text-align: center;
}

.mnwall_filters_loader img {
  top: 6px;
  position: relative;
}

.mnwall_iso_filters,
.mnwall_iso_reset {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.mnwall_iso_reset .btn-reset {
  background: #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #d7d7d7;
  line-height: 31px;
  height: 33px;
  padding: 0 12px;
  color: #777;
  margin-bottom: 10px;
}

.mnwall_iso_reset .btn-reset:hover,
.mnwall_iso_reset .btn-reset:focus {
  outline: none;
}

.mnwall_iso_reset .btn-reset:focus {
  background: #fff;
}

.mnwall_iso_buttons {
  margin-bottom: 8px;
  margin-right: 20px;
  position: relative;
}

.mnwall_iso_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.mnwall_iso_buttons ul li {
  display: inline-block;
  vertical-align: top;
}

.mnwall_iso_buttons a {
  padding: 0 12px;
  display: inline-block;
  line-height: 31px;
  height: 33px;
  border: 1px solid #ddd;
  margin: 0 2px 5px;
  text-decoration: none;
  outline: none;
  color: #777;
  background: #ffffff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}

.mnwall_iso_buttons a:hover,
.mnwall_iso_buttons a:focus {
  outline: none;
  text-decoration: none;
  color: #444;
}

.mnwall_iso_buttons > span {
  padding: 0 7px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  line-height: 33px;
}

.mnwall_iso_filters .button-group {
  display: inline-block;
}

.mnwall_iso_buttons a.mnw_filter_active {
  color: #fff;
}

.mnwall_iso_reset .btn-reset:hover,
.mnwall_iso_reset .btn-reset:focus {
  color: #fff;
}

/* /////////////////////////////////////// */
/* Filters list */
/* /////////////////////////////////////// */

.mnwall_iso_dropdown {
  position: relative;
  min-width: 170px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 10px 0;
  text-align: left;
}

.mnwall_iso_dropdown.expanded ul {
  max-height: 180px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mnwall_iso_dropdown ul {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
  border-radius: 0 0 3px 3px;
  position: absolute;
}

.mnwall_iso_dropdown ul.button-group {
  z-index: 999;
}

.mnwall_iso_dropdown ul.sorting-group {
  z-index: 998;
}

.mnwall_iso_dropdown ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

.mnwall_iso_dropdown ul li a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 8px 10px;
  color: #666;
  text-decoration: none;
}

.mnwall_iso_dropdown ul li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.mnwall_iso_dropdown ul li a:focus {
  text-decoration: none;
  outline: none;
}

.mnwall_iso_dropdown ul li a.mnw_filter_active {
  background: #f5f5f5;
}

.mnwall_iso_dropdown .dropdown-label {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
  margin: 0;
  height: 33px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  color: #777;
}

.mnwall_iso_dropdown:hover .dropdown-label {
  background: #fff;
}

.mnwall_iso_dropdown.expanded .dropdown-label {
  color: #fff;
}

.mnwall_iso_dropdown.expanded:hover .dropdown-label {
  color: #fff !important;
}

.mnwall_iso_dropdown .dropdown-label span {
  display: inline-block;
  line-height: 31px;
  font-size: 14px;
}

.mnwall_iso_dropdown .dropdown-label span i {
  margin: 0 7px;
}

/* /////////////////////////////////////// */
/* Sortings buttons */
/* /////////////////////////////////////// */

.mnwall_iso_sortings_cont {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  text-align: left;
}

.mnwall_iso_sortings {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.mnwall_iso_sortings .sorting-group {
  display: inline-block;
}

/* /////////////////////////////////////// */
/* Wall items
/* /////////////////////////////////////// */

.mnwall-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: default;
}

.mnwall-item-inner-cont {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mnwall-item-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
}

.mnwall-cover {
  position: relative;
  overflow: hidden;
}

.mnwall-masonry .mnwall-photo-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  overflow: hidden;
}

/* /////////////////////////////////////// */
/* Items - Hidden Classes                  */
/* /////////////////////////////////////// */

.mnwall-item .db-hidden {
  display: none;
}

.mnwall-item .title-hidden .mnwall-title {
  display: none;
}

.mnwall-item .introtext-hidden .mnwall-desc {
  display: none;
}

.mnwall-item .date-hidden .mnwall-date {
  display: none;
}

.mnwall-item .category-hidden .mnwall-item-category {
  display: none;
}

.mnwall-item .location-hidden .mnwall-item-location {
  display: none;
}

.mnwall-item .type-hidden .mnwall-item-type {
  display: none;
}

.mnwall-item .author-hidden .mnwall-item-author {
  display: none;
}

.mnwall-item .tags-hidden .mnwall-item-tags {
  display: none;
}

.mnwall-item .price-hidden .mnwall-price {
  display: none;
}

.mnwall-item .hits-hidden .mnwall-hits {
  display: none;
}

.mnwall-item .count-hidden .mnwall-count {
  display: none;
}

.mnwall-item .readmore-hidden .mnwall-readmore {
  display: none;
}

/* /////////////////////////////////////// */
/* Items - Typography / Text Colors        */
/* /////////////////////////////////////// */

/* Typography */

h3.mnwall-title {
  line-height: 24px;
  margin: 0;
  padding: 10px 15px;
}

h3.mnwall-title a,
h3.mnwall-title span {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  word-wrap: break-word;
}

h3.mnwall-title a:hover,
h3.mnwall-title a:focus {
  text-decoration: none;
  outline: none;
}

.mnwall-big .mnwall-item-inner h3.mnwall-title a,
.mnwall-big .mnwall-item-inner h3.mnwall-title span {
  font-size: 28px;
  line-height: 32px;
}

.mnwall-horizontal .mnwall-item-inner h3.mnwall-title a,
.mnwall-horizontal .mnwall-item-inner h3.mnwall-title span {
  font-size: 20px;
  line-height: 24px;
}

.mnwall-s-desc,
.mnwall-desc {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 15px 15px;
}

.mnwall-desc img {
  max-width: 100%;
}

.mnwall-date {
  text-transform: uppercase;
  padding: 10px 15px 0;
  font-size: 12px;
}

.mnwall-item-info {
  padding: 0;
  font-size: 12px;
}

.mnwall-item-info a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.mnwall-item-info p:first-child {
  padding-top: 8px;
}

.mnwall-item-category,
.mnwall-item-location,
.mnwall-item-type,
.mnwall-item-author,
.mnwall-item-tags {
  margin: 0 0 2px;
  padding: 0 15px;
}

.mnwall-item-tags ul.tags {
  margin-top: 10px;
  margin-bottom: 0;
}

.mnwall-item-tags ul.tags li {
  padding-left: 0;
}

.mnwall-item-tags ul.tags li a {
  color: #fff;
}

.mnwall-item-tags ul.tags li a:hover {
  border-bottom: 0;
}

.mnwall-item-info a:hover,
.mnwall-item-info a:focus {
  text-decoration: none;
}

.mnwall-price,
.mnwall-hits,
.mnwall-count {
  font-size: 12px;
  padding: 0 15px;
}

.mnwall-price {
  margin: 0 0 10px;
  font-size: 18px;
}

.mnwall-hits p,
.mnwall-count p {
  margin: 0 0 2px;
}

.mnwall-readmore {
  font-size: 12px;
  padding: 0 15px 15px;
  margin: 10px 0 0;
}

.mnwall-readmore a {
  padding: 8px 15px;
  border-radius: 0;
  background: none;
  display: inline-block;
}

.mnwall-readmore a:hover,
.mnwall-readmore a:focus {
  outline: none;
  text-decoration: none;
}

/* Dark Colors */

.dark-text h3.mnwall-title a,
.dark-text h3.mnwall-title span {
  color: #333;
}

.dark-text h3.mnwall-title a:hover,
.dark-text h3.mnwall-title a:focus {
  color: #000;
}

.dark-text .mnwall-item-info {
  color: #555;
}

.dark-text .mnwall-item-info a {
  color: #555;
}

.dark-text .mnwall-item-info a:hover,
.dark-text .mnwall-item-info a:focus {
  color: #333;
  border-bottom: 1px dotted #333;
}

.dark-text .mnwall-s-desc,
.dark-text .mnwall-desc,
.dark-text .mnwall-price,
.dark-text .mnwall-hits,
.dark-text .mnwall-count {
  color: #555;
}

.dark-text .mnwall-date {
  color: #666;
}

.dark-text .mnwall-item-separator {
  border-color: #777;
}

.dark-text .mnwall-readmore a {
  color: #555;
  border: 1px solid #777;
}

.dark-text .mnwall-readmore a:hover,
.dark-text .mnwall-readmore a:focus {
  color: #000;
  border: 1px solid #111;
}

/* Light Colors */

.light-text h3.mnwall-title a,
.light-text h3.mnwall-title span {
  color: rgba(255, 255, 255, 0.9);
}

.light-text h3.mnwall-title a:hover,
.light-text h3.mnwall-title a:focus {
  color: #fff;
}

.light-text .mnwall-item-info {
  color: rgba(255, 255, 255, 0.7);
}

.light-text .mnwall-item-info a {
  color: rgba(255, 255, 255, 0.8);
}

.light-text .mnwall-item-info a:hover,
.light-text .mnwall-item-info a:focus {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}

.light-text .mnwall-s-desc,
.light-text .mnwall-desc,
.light-text .mnwall-price,
.light-text .mnwall-hits,
.light-text .mnwall-count {
  color: rgba(255, 255, 255, 0.8);
}

.light-text .mnwall-date {
  color: rgba(255, 255, 255, 0.7);
}

.light-text .mnwall-item-separator {
  border-color: rgba(255, 255, 255, 0.7);
}

.light-text .mnwall-readmore a {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.light-text .mnwall-readmore a:hover,
.light-text .mnwall-readmore a:focus {
  color: #fff;
  border: 1px solid #fff;
}

/* /////////////////////////////////////// */
/* Hover Box
/* /////////////////////////////////////// */

.mnwall-hover-box {
  cursor: default;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  z-index: 4;
}

.mnwall-hover-box-content {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
}

/* /////////////////////////////////////// */
/* Hover Box Typography
/* /////////////////////////////////////// */

.mnwall-hover-box h3.mnwall-item-title a,
.mnwall-hover-box h3.mnwall-item-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.mnwall-hover-box h3.mnwall-item-title a:hover,
.mnwall-hover-box h3.mnwall-item-title a:focus {
  text-decoration: none;
  outline: none;
}

.mnwall-hover-box-content,
.mnwall-hover-box-content span {
  font-size: 12px;
  line-height: 18px;
}

.mnwall-hover-box-content a:hover,
.mnwall-hover-box-content a:focus {
  text-decoration: none;
  outline: none;
}

.mnwall-hover-box-content h3.mnwall-title {
  margin: 0 0 12px;
}

.mnwall-hover-box-content h3.mnwall-title a,
.mnwall-hover-box-content h3.mnwall-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.mnwall-hover-box-content h3.mnwall-title a:hover,
.mnwall-hover-box-content h3.mnwall-title a:focus {
  text-decoration: none;
  outline: none;
}

.mnwall-hover-box-content .mnwall-price {
  margin: 0 0 10px;
}

.mnwall-hover-box-content .mnwall-price span {
  font-size: 18px;
}

.mnwall-hover-box-content .mnwall-hits p {
  margin: 0;
}

.mnwall-hover-box-content .mnwall-item-link-icon,
.mnwall-hover-box-content .mnwall-item-lightbox-icon {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 40px;
  padding: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}

.mnwall-hover-box-content .mnwall-item-link-icon:hover,
.mnwall-hover-box-content .mnwall-item-link-icon:focus,
.mnwall-hover-box-content .mnwall-item-lightbox-icon:hover,
.mnwall-hover-box-content .mnwall-item-lightbox-icon:focus {
  background: #fff;
  color: #333;
}

.mnwall-hover-box-content .mnwall-item-link-icon .fa-link,
.mnwall-hover-box-content .mnwall-item-lightbox-icon .fa-link {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.mnwall-hover-box-content .mnwall-item-icons {
  padding: 8px 0;
}

/* /////////////////////////////////////// */
/* Hover Box Effects - Animations
/* /////////////////////////////////////// */

/* Simple, no effects */

.mnwall-hover-box.hoverShow {
  visibility: visible;
  opacity: 1;
}

/* Simple fade */

.mnwall-hover-box.hoverFadeIn {
  visibility: visible;
  opacity: 1;
}

/* Flip Y */

.mnwall-img-div.flip,
.mnwall-item-outer-cont.flip {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  overflow: visible !important;
}
.mnwall-img-div.flip .mnwall-item-img,
.mnwall-item-outer-cont.flip .mnwall-item-img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.mnwall-img-div.flip .mnwall-hover-box,
.mnwall-item-outer-cont.flip .mnwall-hover-box {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  opacity: 1;
  visibility: visible;
  z-index: 98;
}
.mnwall-img-div.flipY .mnwall-hover-box,
.mnwall-item-outer-cont.flipY .mnwall-hover-box {
  transform: rotateY(-180deg) translateZ(1px);
  -webkit-transform: rotateY(-180deg) translateZ(1px);
  -ms-transform: rotateY(-180deg) translateZ(1px);
  -o-transform: rotateY(-180deg) translateZ(1px);
}
.mnwall-img-div.hoverFlipY,
.mnwall-item-outer-cont.hoverFlipY {
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
  -ms-transform: rotateY(180deg) translateZ(1px);
  -o-transform: rotateY(180deg) translateZ(1px);
}
.mnwall-cover.perspective,
.mnwall-item.perspective {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
}

/* Flip X */

.mnwall-img-div.flipX .mnwall-hover-box,
.mnwall-item-outer-cont.flipX .mnwall-hover-box {
  transform: rotateX(-180deg) translateZ(1px);
  -webkit-transform: rotateX(-180deg) translateZ(1px);
  -ms-transform: rotateX(-180deg) translateZ(1px);
  -o-transform: rotateX(-180deg) translateZ(1px);
}
.mnwall-img-div.hoverFlipX,
.mnwall-item-outer-cont.hoverFlipX {
  transform: rotateX(180deg) translateZ(1px);
  -webkit-transform: rotateX(180deg) translateZ(1px);
  -ms-transform: rotateX(180deg) translateZ(1px);
  -o-transform: rotateX(180deg) translateZ(1px);
}

/* Slide In Right */

.mnwall-cover.slideInRight .mnwall-hover-box.slideInRight,
.mnwall-item.slideInRight .mnwall-hover-box.slideInRight {
  right: 0;
}

.mnwall-cover.slideInRight .mnwall-hover-box,
.mnwall-item.slideInRight .mnwall-hover-box {
  right: -100%;
  left: auto;
  visibility: visible;
  opacity: 1;
}

/* Slide In Left */

.mnwall-cover.slideInLeft .mnwall-hover-box.slideInLeft,
.mnwall-item.slideInLeft .mnwall-hover-box.slideInLeft {
  left: 0;
}

.mnwall-cover.slideInLeft .mnwall-hover-box,
.mnwall-item.slideInLeft .mnwall-hover-box {
  left: -100%;
  right: auto;
  visibility: visible;
  opacity: 1;
}

/* Slide In Top */

.mnwall-cover.slideInTop .mnwall-hover-box.slideInTop,
.mnwall-item.slideInTop .mnwall-hover-box.slideInTop {
  top: 0;
}

.mnwall-cover.slideInTop .mnwall-hover-box,
.mnwall-item.slideInTop .mnwall-hover-box {
  top: -100%;
  bottom: auto;
  visibility: visible;
  opacity: 1;
}

/* Slide In Bottom */

.mnwall-cover.slideInBottom .mnwall-hover-box.slideInBottom,
.mnwall-item.slideInBottom .mnwall-hover-box.slideInBottom {
  bottom: 0;
}

.mnwall-cover.slideInBottom .mnwall-hover-box,
.mnwall-item.slideInBottom .mnwall-hover-box {
  bottom: -100%;
  top: auto;
  visibility: visible;
  opacity: 1;
}

/* Zoom in */

.mnwall-cover.mnwzoomIn .mnwall-hover-box.mnwzoomIn,
.mnwall-item.mnwzoomIn .mnwall-hover-box.mnwzoomIn {
  transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
}

.mnwall-cover.mnwzoomIn .mnwall-hover-box,
.mnwall-item.mnwzoomIn .mnwall-hover-box {
  transform: scale(0, 0);
}

/* /////////////////////////////////////// */
/* Detail box / Image / Hover positions
/* /////////////////////////////////////// */

/* Detail box positions */

.mnwall-masonry .mnwall-item-outer-cont.content-left .mnwall-item-inner {
  bottom: 0;
  left: 0;
  top: 0;
  width: 50%;
}
.mnwall-masonry .mnwall-item-outer-cont.content-right .mnwall-item-inner {
  bottom: 0;
  right: 0;
  top: 0;
  width: 50%;
}
.mnwall-masonry .mnwall-item-outer-cont.content-top .mnwall-item-inner {
  right: 0;
  left: 0;
  top: 0;
  height: 50%;
}
.mnwall-masonry .mnwall-item-outer-cont.content-bottom .mnwall-item-inner {
  right: 0;
  left: 0;
  bottom: 0;
  height: 40%;
}
.mnwall-masonry .mnwall-item-outer-cont.content-cover .mnwall-item-inner {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mnwall-masonry .mnwall-item-inner.mnw-no-image {
  width: 100% !important;
  height: 100% !important;
}

/* Image positions */

.mnwall-masonry .half-size.content-left .mnwall-photo-link {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 50%;
}
.mnwall-masonry .half-size.content-right .mnwall-photo-link {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 50%;
}
.mnwall-masonry .half-size.content-top .mnwall-photo-link {
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
  height: 50%;
}
.mnwall-masonry .half-size.content-bottom .mnwall-photo-link {
  right: 0;
  left: 0;
  bottom: auto;
  top: 0;
  height: 50%;
}

.mnwall-masonry .content-cover .mnwall-photo-link,
.mnwall-masonry .mnw-no-content .mnwall-photo-link {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* /////////////////////////////////////// */
/* Wall items - Masonry / General
/* /////////////////////////////////////// */

.mnwall-masonry .mnwall-item-inner {
  position: absolute;
  padding: 0px;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

/* /////////////////////////////////////// */
/* Masonry - Item default heights
/* /////////////////////////////////////// */

.mnwall-big {
  height: 480px;
}

.mnwall-horizontal {
  height: 240px;
}

.mnwall-vertical {
  height: 480px;
}

.mnwall-small {
  height: 240px;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 1 */
/* /////////////////////////////////////// */

.mnwall-grid1 .mnwitem1 {
  width: 100%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 3a */
/* /////////////////////////////////////// */

.mnwall-grid3a .mnwitem1 {
  width: 50%;
}
.mnwall-grid3a .mnwitem2 {
  width: 50%;
}
.mnwall-grid3a .mnwitem3 {
  width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 3b */
/* /////////////////////////////////////// */

.mnwall-grid3b .mnwitem1 {
  width: 50%;
}
.mnwall-grid3b .mnwitem2 {
  width: 50%;
}
.mnwall-grid3b .mnwitem3 {
  width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 3c */
/* /////////////////////////////////////// */

.mnwall-grid3c .mnwitem1 {
  width: 50%;
}
.mnwall-grid3c .mnwitem2 {
  width: 25%;
}
.mnwall-grid3c .mnwitem3 {
  width: 25%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 4 */
/* /////////////////////////////////////// */

.mnwall-grid4 .mnwitem1 {
  width: 50%;
}
.mnwall-grid4 .mnwitem2 {
  width: 50%;
}
.mnwall-grid4 .mnwitem3 {
  width: 25%;
}
.mnwall-grid4 .mnwitem4 {
  width: 25%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 5 */
/* /////////////////////////////////////// */

.mnwall-grid5 .mnwitem1 {
  width: 40%;
}
.mnwall-grid5 .mnwitem2 {
  width: 20%;
}
.mnwall-grid5 .mnwitem3 {
  width: 40%;
}
.mnwall-grid5 .mnwitem4 {
  width: 20%;
}
.mnwall-grid5 .mnwitem5 {
  width: 40%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 5b */
/* /////////////////////////////////////// */

.mnwall-grid5b .mnwitem1 {
  width: 25%;
}
.mnwall-grid5b .mnwitem2 {
  width: 25%;
}
.mnwall-grid5b .mnwitem3 {
  width: 50%;
}
.mnwall-grid5b .mnwitem4 {
  width: 25%;
}
.mnwall-grid5b .mnwitem5 {
  width: 25%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 6 */
/* /////////////////////////////////////// */

.mnwall-grid6 .mnwitem1 {
  width: 40%;
}
.mnwall-grid6 .mnwitem2 {
  width: 20%;
}
.mnwall-grid6 .mnwitem3 {
  width: 40%;
}
.mnwall-grid6 .mnwitem4 {
  width: 20%;
}
.mnwall-grid6 .mnwitem5 {
  width: 20%;
}
.mnwall-grid6 .mnwitem6 {
  width: 20%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 7 */
/* /////////////////////////////////////// */

.mnwall-grid7 .mnwitem1 {
  width: 50%;
}
.mnwall-grid7 .mnwitem2 {
  width: 50%;
}
.mnwall-grid7 .mnwitem3 {
  width: 25%;
}
.mnwall-grid7 .mnwitem4 {
  width: 25%;
}
.mnwall-grid7 .mnwitem5 {
  width: 25%;
}
.mnwall-grid7 .mnwitem6 {
  width: 25%;
}
.mnwall-grid7 .mnwitem7 {
  width: 25%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 8 */
/* /////////////////////////////////////// */

.mnwall-grid8 .mnwitem1 {
  width: 40%;
}
.mnwall-grid8 .mnwitem2 {
  width: 40%;
}
.mnwall-grid8 .mnwitem3 {
  width: 20%;
}
.mnwall-grid8 .mnwitem4 {
  width: 20%;
}
.mnwall-grid8 .mnwitem5 {
  width: 20%;
}
.mnwall-grid8 .mnwitem6 {
  width: 20%;
}
.mnwall-grid8 .mnwitem7 {
  width: 40%;
}
.mnwall-grid8 .mnwitem8 {
  width: 40%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 9 */
/* /////////////////////////////////////// */

.mnwall-grid9 .mnwitem1 {
  width: 50%;
}
.mnwall-grid9 .mnwitem2 {
  width: 50%;
}
.mnwall-grid9 .mnwitem3 {
  width: 25%;
}
.mnwall-grid9 .mnwitem4 {
  width: 25%;
}
.mnwall-grid9 .mnwitem5 {
  width: 25%;
}
.mnwall-grid9 .mnwitem6 {
  width: 25%;
}
.mnwall-grid9 .mnwitem7 {
  width: 25%;
}
.mnwall-grid9 .mnwitem8 {
  width: 25%;
}
.mnwall-grid9 .mnwitem9 {
  width: 25%;
}

/* /////////////////////////////////////// */
/* Rows - Grid 9 */
/* /////////////////////////////////////// */

.mnwall-grid9r .mnwitem1 {
  width: 33.33%;
}
.mnwall-grid9r .mnwitem2 {
  width: 33.33%;
}
.mnwall-grid9r .mnwitem3 {
  width: 33.33%;
}
.mnwall-grid9r .mnwitem4 {
  width: 50%;
}
.mnwall-grid9r .mnwitem5 {
  width: 50%;
}
.mnwall-grid9r .mnwitem6 {
  width: 25%;
}
.mnwall-grid9r .mnwitem7 {
  width: 25%;
}
.mnwall-grid9r .mnwitem8 {
  width: 25%;
}
.mnwall-grid9r .mnwitem9 {
  width: 25%;
}

/* /////////////////////////////////////// */
/* Rows - Grid 11 */
/* /////////////////////////////////////// */

.mnwall-grid11r .mnwitem1 {
  width: 50%;
}
.mnwall-grid11r .mnwitem2 {
  width: 50%;
}
.mnwall-grid11r .mnwitem3 {
  width: 33.33%;
}
.mnwall-grid11r .mnwitem4 {
  width: 33.33%;
}
.mnwall-grid11r .mnwitem5 {
  width: 33.33%;
}
.mnwall-grid11r .mnwitem6 {
  width: 50%;
}
.mnwall-grid11r .mnwitem7 {
  width: 50%;
}
.mnwall-grid11r .mnwitem8 {
  width: 50%;
}
.mnwall-grid11r .mnwitem9 {
  width: 50%;
}
.mnwall-grid11r .mnwitem10 {
  width: 50%;
}
.mnwall-grid11r .mnwitem11 {
  width: 50%;
}

/* /////////////////////////////////////// */
/* Rows - Grid 12 */
/* /////////////////////////////////////// */

.mnwall-grid12r .mnwitem1 {
  width: 25%;
}
.mnwall-grid12r .mnwitem2 {
  width: 25%;
}
.mnwall-grid12r .mnwitem3 {
  width: 25%;
}
.mnwall-grid12r .mnwitem4 {
  width: 25%;
}
.mnwall-grid12r .mnwitem5 {
  width: 20%;
}
.mnwall-grid12r .mnwitem6 {
  width: 20%;
}
.mnwall-grid12r .mnwitem7 {
  width: 20%;
}
.mnwall-grid12r .mnwitem8 {
  width: 20%;
}
.mnwall-grid12r .mnwitem9 {
  width: 20%;
}
.mnwall-grid12r .mnwitem10 {
  width: 33.33%;
}
.mnwall-grid12r .mnwitem11 {
  width: 33.33%;
}
.mnwall-grid12r .mnwitem12 {
  width: 33.33%;
}

/* /////////////////////////////////////// */
/* Rows - Grid 16 */
/* /////////////////////////////////////// */

.mnwall-grid16r .mnwitem1 {
  width: 40%;
}
.mnwall-grid16r .mnwitem2 {
  width: 20%;
}
.mnwall-grid16r .mnwitem3 {
  width: 20%;
}
.mnwall-grid16r .mnwitem4 {
  width: 20%;
}
.mnwall-grid16r .mnwitem5 {
  width: 40%;
}
.mnwall-grid16r .mnwitem6 {
  width: 20%;
}
.mnwall-grid16r .mnwitem7 {
  width: 40%;
}
.mnwall-grid16r .mnwitem8 {
  width: 20%;
}
.mnwall-grid16r .mnwitem9 {
  width: 20%;
}
.mnwall-grid16r .mnwitem10 {
  width: 20%;
}
.mnwall-grid16r .mnwitem11 {
  width: 20%;
}
.mnwall-grid16r .mnwitem12 {
  width: 20%;
}
.mnwall-grid16r .mnwitem13 {
  width: 20%;
}
.mnwall-grid16r .mnwitem14 {
  width: 20%;
}
.mnwall-grid16r .mnwitem15 {
  width: 40%;
}
.mnwall-grid16r .mnwitem16 {
  width: 20%;
}

/* /////////////////////////////////////// */
/* Wall items - Masonry Columns
/* /////////////////////////////////////// */

.mnwall-columns .mnwall-item-inner-cont {
  padding: 0;
  height: 100%;
}

.mnwall-columns .mnwall-cover {
  height: 100%;
}

.mnwall-columns .mnwall-img-div {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mnwall-columns .mnwall-item-img {
  height: 100%;
}

.mnwall-columns .mnwall-photo-link {
  z-index: 1;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}

.mnwall-columns .mnwall-photo-link img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}

.mnwall-columns .mnwall-item-inner {
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.mnwall-columns .content-bottom .mnwall-item-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
}

.mnwall-columns .content-cover .mnwall-item-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* /////////////////////////////////////// */
/* Wall items - Vertical List
/* /////////////////////////////////////// */

.mnwall-list .mnwall-item {
  width: 100%;
}

.mnwall-list .mnwall-item-inner-cont {
  padding: 0;
}

.mnwall-list .mnwall-item-inner {
  position: relative;
  padding: 0 10px;
}

.mnwall-list .mnwall-cover {
  float: left;
  margin: 0;
  max-width: 50%;
}

.mnwall-list .mnwall-img-div img {
  width: 100%;
  max-width: 100%;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/plugins/system/togglebootstrap/assets/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(/plugins/system/togglebootstrap/assets/bootstrap/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'),url(/plugins/system/togglebootstrap/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/plugins/system/togglebootstrap/assets/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/plugins/system/togglebootstrap/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/plugins/system/togglebootstrap/assets/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(/media/foundry/fonts/inter/inter-v8-latin-regular.woff2) format("woff2"),url(/media/foundry/fonts/inter/inter-v8-latin-regular.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(/media/foundry/fonts/inter/inter-v8-latin-600.woff2) format("woff2"),url(/media/foundry/fonts/inter/inter-v8-latin-600.woff) format("woff")}#fd,#fd-lightbox,.si-theme-foundry,.tippy-box,.tippy-box[data-theme~=fd-dark],.tribute-container{--fd-root-font-size:16px;--fd-spacing:var(--fd-root-font-size);--fd-font-family-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--fd-font-family-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--fd-font-family-fontawesome:"Font Awesome 5 Free";--fd-spacing-px:1px;--fd-spacing-no:0;--fd-spacing-3xs:calc(var(--fd-spacing)*0.125);--fd-spacing-2xs:calc(var(--fd-spacing)*0.25);--fd-spacing-xs:calc(var(--fd-spacing)*0.5);--fd-spacing-sm:calc(var(--fd-spacing)*0.75);--fd-spacing-md:calc(var(--fd-spacing)*1);--fd-spacing-lg:calc(var(--fd-spacing)*1.25);--fd-spacing-xl:calc(var(--fd-spacing)*1.5);--fd-spacing-2xl:calc(var(--fd-spacing)*2);--fd-spacing-3xl:calc(var(--fd-spacing)*2.5);--fd-spacing-4xl:calc(var(--fd-spacing)*3);--fd-spacing-5xl:calc(var(--fd-spacing)*4);--fd-line-height-1:1;--fd-line-height-2xs:calc(var(--fd-root-font-size)*0.75);--fd-line-height-xs:calc(var(--fd-root-font-size)*1);--fd-line-height-sm:calc(var(--fd-root-font-size)*1.25);--fd-line-height-md:calc(var(--fd-root-font-size)*1.5);--fd-line-height-lg:calc(var(--fd-root-font-size)*1.75);--fd-line-height-xl:calc(var(--fd-root-font-size)*2);--fd-line-height-2xl:calc(var(--fd-root-font-size)*2.25);--fd-line-height-3xl:calc(var(--fd-root-font-size)*2.5);--fd-line-height-4xl:calc(var(--fd-root-font-size)*3);--fd-font-size-2xs:calc(var(--fd-root-font-size)*1);--fd-font-size-xs:calc(var(--fd-root-font-size)*0.75);--fd-font-size-sm:calc(var(--fd-root-font-size)*0.875);--fd-font-size-md:calc(var(--fd-root-font-size)*1);--fd-font-size-lg:calc(var(--fd-root-font-size)*1.125);--fd-font-size-xl:calc(var(--fd-root-font-size)*1.25);--fd-font-size-2xl:calc(var(--fd-root-font-size)*1.5);--fd-font-size-3xl:calc(var(--fd-root-font-size)*1.875);--fd-font-size-4xl:calc(var(--fd-root-font-size)*2.25);--fd-font-size-5xl:calc(var(--fd-root-font-size)*2.5);--fd-border-radius-no:0;--fd-border-radius-sm:calc(var(--fd-spacing)*0.25);--fd-border-radius-md:calc(var(--fd-spacing)*0.5);--fd-border-radius-lg:calc(var(--fd-spacing)*1);--fd-border-radius-full:calc(var(--fd-spacing)*9999);--fd-black:16,16,16;--fd-white:255,255,255;--fd-transparent:transparent;--fd-color-inverse:255,255,255;--fd-gray-50:249,249,249;--fd-gray-100:244,244,244;--fd-gray-200:229,229,229;--fd-gray-300:212,212,212;--fd-gray-400:163,163,163;--fd-gray-500:119,119,119;--fd-gray-600:90,90,90;--fd-gray-700:48,48,48;--fd-gray-800:34,34,34;--fd-gray-900:25,25,25;--fd-primary-50:246,248,254;--fd-primary-100:237,241,252;--fd-primary-200:211,220,248;--fd-primary-300:184,199,243;--fd-primary-400:131,156,235;--fd-primary-500:78,114,226;--fd-primary-600:70,103,203;--fd-primary-700:59,86,170;--fd-primary-800:47,68,136;--fd-primary-900:38,56,111;--fd-ui-link:rgba(var(--fd-primary-500),1);--fd-success-50:236,253,245;--fd-success-100:209,250,229;--fd-success-200:167,243,208;--fd-success-300:110,231,183;--fd-success-400:52,211,153;--fd-success-500:0,165,118;--fd-success-600:4,142,99;--fd-success-700:4,120,87;--fd-success-800:6,95,70;--fd-success-900:6,78,59;--fd-info-50:248,249,251;--fd-info-100:241,244,246;--fd-info-200:220,227,234;--fd-info-300:198,210,221;--fd-info-400:156,177,195;--fd-info-500:113,143,169;--fd-info-600:102,129,152;--fd-info-700:85,107,127;--fd-info-800:68,86,101;--fd-info-900:55,70,83;--fd-warning-50:255,250,245;--fd-warning-100:255,244,236;--fd-warning-200:254,228,206;--fd-warning-300:253,211,177;--fd-warning-400:252,179,119;--fd-warning-500:251,146,60;--fd-warning-600:226,131,54;--fd-warning-700:188,110,45;--fd-warning-800:151,88,36;--fd-warning-900:123,72,29;--fd-danger-50:255,241,242;--fd-danger-100:255,228,230;--fd-danger-200:254,205,211;--fd-danger-300:253,164,175;--fd-danger-400:251,113,133;--fd-danger-500:244,63,94;--fd-danger-600:225,29,72;--fd-danger-700:190,18,60;--fd-danger-800:159,18,57;--fd-danger-900:136,19,55;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--giphy-txt:rgba(var(--fd-gray-500),1);--fd-tippy-text:rgba(var(--fd-white),1);--fd-tippy-bg:rgba(var(--fd-black),1)}#fd .dark,.tippy-box[data-theme~=fd-light],.tribute-container.dark{--fd-white:16,16,16;--fd-black:255,255,255;--fd-gray-50:25,25,25;--fd-gray-100:33,33,33;--fd-gray-200:48,48,48;--fd-gray-300:90,90,90;--fd-gray-400:119,119,119;--fd-gray-500:163,163,163;--fd-gray-600:212,212,212;--fd-gray-700:229,229,229;--fd-gray-800:244,244,244;--fd-gray-900:249,249,249;--fd-primary-50:15,26,59;--fd-primary-100:24,38,77;--fd-primary-200:47,68,136;--fd-primary-300:59,86,170;--fd-primary-400:70,103,203;--fd-primary-500:78,114,226;--fd-primary-600:105,141,239;--fd-primary-700:184,199,243;--fd-primary-800:211,220,248;--fd-primary-900:237,241,252;--fd-success-50:7,50,39;--fd-success-100:4,63,47;--fd-success-200:6,95,70;--fd-success-300:4,120,87;--fd-success-400:4,142,99;--fd-success-500:0,165,118;--fd-success-600:3,188,140;--fd-success-700:167 243,208;--fd-success-800:209,250,229;--fd-success-900:236,253,245;--fd-info-50:19,31,42;--fd-info-100:36,49,60;--fd-info-200:68,86,101;--fd-info-300:85,107,127;--fd-info-400:102,129,152;--fd-info-500:127,156,180;--fd-info-600:145,172,194;--fd-info-700:220,227,234;--fd-info-800:241,244,246;--fd-info-900:248,249,251;--fd-warning-50:54,28,8;--fd-warning-100:78,42,12;--fd-warning-200:151,88,36;--fd-warning-300:188,110,45;--fd-warning-400:226,131,54;--fd-warning-500:251,146,60;--fd-warning-600:255,158,79;--fd-warning-700:253,211,177;--fd-warning-800:254,228,206;--fd-warning-900:255,244,236;--fd-danger-50:57,11,25;--fd-danger-100:79,12,34;--fd-danger-200:136,19,55;--fd-danger-300:159,18,57;--fd-danger-400:192,34,73;--fd-danger-500:215,71,96;--fd-danger-600:227,102,124;--fd-danger-700:254,205,211;--fd-danger-800:255,228,230;--fd-danger-900:255,241,242;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--giphy-txt:rgba(var(--fd-gray-500),1);--fd-tippy-text:rgba(var(--fd-white),1);--fd-tippy-bg:rgba(var(--fd-black),1)}#fd .si-theme-foundry{--fd-primary-50:246,248,254;--fd-primary-100:237,241,252;--fd-primary-200:211,220,248;--fd-primary-300:184,199,243;--fd-primary-400:131,156,235;--fd-primary-500:78,114,226;--fd-primary-600:70,103,203;--fd-primary-700:59,86,170;--fd-primary-800:47,68,136;--fd-primary-900:38,56,111}#fd .si-theme-foundry.dark{--fd-primary-50:15,26,59;--fd-primary-100:24,38,77;--fd-primary-200:47,68,136;--fd-primary-300:59,86,170;--fd-primary-400:70,103,203;--fd-primary-500:78,114,226;--fd-primary-600:105,141,239;--fd-primary-700:184,199,243;--fd-primary-800:211,220,248;--fd-primary-900:237,241,252}#fd .si-theme-blue-violet{--fd-primary-50:243,233,252;--fd-primary-100:231,211,249;--fd-primary-200:220,191,246;--fd-primary-300:184,127,237;--fd-primary-400:160,84,231;--fd-primary-500:138,43,226;--fd-primary-600:110,34,180;--fd-primary-700:82,25,134;--fd-primary-800:55,17,90;--fd-primary-900:34,10,56}#fd .si-theme-blue-violet.dark{--fd-primary-900:243,233,252;--fd-primary-800:231,211,249;--fd-primary-700:220,191,246;--fd-primary-600:184,127,237;--fd-primary-500:160,84,231;--fd-primary-400:138,43,226;--fd-primary-300:110,34,180;--fd-primary-200:82,25,134;--fd-primary-100:55,17,90;--fd-primary-50:34,10,56}#fd .si-theme-teal{--fd-primary-50:229,242,242;--fd-primary-100:203,229,229;--fd-primary-200:179,217,217;--fd-primary-300:102,178,178;--fd-primary-400:50,152,152;--fd-primary-500:0,128,128;--fd-primary-600:0,102,102;--fd-primary-700:0,76,76;--fd-primary-800:0,51,51;--fd-primary-900:0,32,32}#fd .si-theme-teal.dark{--fd-primary-900:229,242,242;--fd-primary-800:203,229,229;--fd-primary-700:179,217,217;--fd-primary-600:102,178,178;--fd-primary-500:50,152,152;--fd-primary-400:0,128,128;--fd-primary-300:0,102,102;--fd-primary-200:0,76,76;--fd-primary-100:0,51,51;--fd-primary-50:0,32,32}#fd .si-theme-tomato{--fd-primary-50:255,239,236;--fd-primary-100:255,223,217;--fd-primary-200:255,208,200;--fd-primary-300:255,161,144;--fd-primary-400:255,129,107;--fd-primary-500:255,99,71;--fd-primary-600:204,79,56;--fd-primary-700:152,59,42;--fd-primary-800:102,39,28;--fd-primary-900:64,24,17}#fd .si-theme-tomato.dark{--fd-primary-900:255,239,236;--fd-primary-800:255,223,217;--fd-primary-700:255,208,200;--fd-primary-600:255,161,144;--fd-primary-500:255,129,107;--fd-primary-400:255,99,71;--fd-primary-300:204,79,56;--fd-primary-200:152,59,42;--fd-primary-100:102,39,28;--fd-primary-50:64,24,17}#fd .si-theme-dodger-blue{--fd-primary-50:232,243,255;--fd-primary-100:209,232,255;--fd-primary-200:187,221,255;--fd-primary-300:184,127,237;--fd-primary-400:74,165,255;--fd-primary-500:30,144,255;--fd-primary-600:24,115,204;--fd-primary-700:17,85,152;--fd-primary-800:12,57,102;--fd-primary-900:7,36,64}#fd .si-theme-dodger-blue.dark{--fd-primary-900:232,243,255;--fd-primary-800:209,232,255;--fd-primary-700:187,221,255;--fd-primary-600:120,188,255;--fd-primary-500:74,165,255;--fd-primary-400:30,144,255;--fd-primary-300:24,115,204;--fd-primary-200:17,85,152;--fd-primary-100:12,57,102;--fd-primary-50:7,36,64}#fd .filter{--tw-blur:var(--tw-empty,/*!*/ /*!*/);--tw-brightness:var(--tw-empty,/*!*/ /*!*/);--tw-contrast:var(--tw-empty,/*!*/ /*!*/);--tw-grayscale:var(--tw-empty,/*!*/ /*!*/);--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);--tw-invert:var(--tw-empty,/*!*/ /*!*/);--tw-saturate:var(--tw-empty,/*!*/ /*!*/);--tw-sepia:var(--tw-empty,/*!*/ /*!*/);--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent}#fd *{-webkit-tap-highlight-color:transparent}#fd{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;direction:ltr;line-height:var(--fd-line-height-sm);text-align:left}#fd *,#fd :after,#fd :before{border-style:solid;border-width:0;box-sizing:border-box}#fd iframe{margin:0;padding:0}#fd img,#fd input{margin:0;max-width:100%;min-height:0;min-width:0}#fd article,#fd blockquote,#fd footer,#fd form,#fd nav{background:none;border:0;display:block;float:none;font-family:inherit;font-size:inherit;height:auto;margin:0;outline:0;padding:0;position:static;text-align:inherit;text-shadow:none;width:auto}#fd button,#fd input,#fd select,#fd textarea{font-family:var(--fd-font-family-sans)}#fd img{border:0;vertical-align:middle}#fd table{border-collapse:collapse;border-spacing:0}#fd a.fd-link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd a.fd-link:link{text-decoration:none}#fd blockquote,#fd li{line-height:var(--si-line-height)}#fd [role=button],#fd button{cursor:pointer}#fd select{word-wrap:normal}#fd [list]::-webkit-calendar-picker-indicator{display:none}#fd [type=button],#fd [type=reset],#fd [type=submit],#fd button{-webkit-appearance:button}#fd [type=button]:not(:disabled),#fd [type=reset]:not(:disabled),#fd [type=submit]:not(:disabled),#fd button:not(:disabled){cursor:pointer}#fd ::-moz-focus-inner{border-style:none;padding:0}#fd input,#fd textarea{direction:ltr;unicode-bidi:embed}#fd .container{width:100%}#fd [multiple]:focus,#fd input[type=date]:focus,#fd input[type=datetime-local]:focus,#fd input[type=email]:focus,#fd input[type=month]:focus,#fd input[type=number]:focus,#fd input[type=password]:focus,#fd input[type=search]:focus,#fd input[type=tel]:focus,#fd input[type=text]:focus,#fd input[type=time]:focus,#fd input[type=url]:focus,#fd input[type=week]:focus,#fd select:focus,#fd textarea:focus{--tw-border-opacity:1;--tw-ring-color:transparent;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );outline:2px solid transparent;outline-offset:2px}#fd input::-webkit-input-placeholder,#fd textarea::-webkit-input-placeholder{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) );opacity:1}#fd input:-ms-input-placeholder,#fd textarea:-ms-input-placeholder{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) );opacity:1}#fd input::placeholder,#fd textarea::placeholder{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) );opacity:1}#fd ::-webkit-datetime-edit-fields-wrapper{padding:0}#fd ::-webkit-date-and-time-value{min-height:1.5em}#fd [multiple]{-webkit-print-color-adjust:unset;background-image:none;background-position:0 0;background-repeat:unset;background-size:auto auto;background-size:initial;color-adjust:unset;padding-right:.75rem}#fd [type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}#fd [type=file]:focus{outline:1px auto -webkit-focus-ring-color}#fd .o-form-check{align-items:center;display:flex;line-height:var(--fd-line-height-sm);margin:0}#fd .o-form-check__text{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);margin-bottom:0;margin-left:var(--fd-spacing-xs) ;margin-top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}@supports (-webkit-appearance:none) or (-moz-appearance:none){#fd input[type=checkbox].fd-custom-check,#fd input[type=radio].fd-custom-radio{--tw-border-opacity:1;--tw-bg-opacity:1;-webkit-appearance:none;-moz-appearance:none;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-style:solid;border-width:1px;cursor:pointer;display:inline-block;flex-shrink:0;height:16px;margin:0;outline:none;position:relative;transition:background .3s,border-color .3s,box-shadow .2s;vertical-align:top}#fd input[type=checkbox].fd-custom-check:after,#fd input[type=radio].fd-custom-radio:after{content:"";display:block;left:0;position:absolute;top:0;transition:opacity .2s,-webkit-transform .3s ease-in;transition:transform .3s ease-in,opacity .2s;transition:transform .3s ease-in,opacity .2s,-webkit-transform .3s ease-in;transition:opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease-in);transition:transform var(--d-t,.3s) var(--d-t-e,ease-in),opacity var(--d-o,.2s);transition:transform var(--d-t,.3s) var(--d-t-e,ease-in),opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease-in)}#fd input[type=checkbox].fd-custom-check:checked,#fd input[type=radio].fd-custom-radio:checked{--d-o:.3s;--d-t:.3s;--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:disabled,#fd input[type=radio].fd-custom-radio:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );cursor:not-allowed;opacity:.9}#fd input[type=checkbox].fd-custom-check:disabled:checked,#fd input[type=radio].fd-custom-radio:disabled:checked{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:disabled:checked:after,#fd input[type=radio].fd-custom-radio:disabled:checked:after{--tw-border-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:disabled+label,#fd input[type=radio].fd-custom-radio:disabled+label{cursor:not-allowed}#fd input[type=checkbox].fd-custom-check:focus,#fd input[type=checkbox].fd-custom-check:focus:not(:checked):not(:disabled),#fd input[type=checkbox].fd-custom-check:hover:not(:checked):not(:disabled),#fd input[type=radio].fd-custom-radio:focus,#fd input[type=radio].fd-custom-radio:focus:not(:checked):not(:disabled),#fd input[type=radio].fd-custom-radio:hover:not(:checked):not(:disabled){--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:focus,#fd input[type=radio].fd-custom-radio:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}#fd input[type=checkbox].fd-custom-check:not(.is-switch),#fd input[type=radio].fd-custom-radio:not(.is-switch){width:16px}#fd input[type=checkbox].fd-custom-check:not(.is-switch):after,#fd input[type=radio].fd-custom-radio:not(.is-switch):after{opacity:0;opacity:var(--o,0)}#fd input[type=checkbox].fd-custom-check:not(.is-switch):checked,#fd input[type=radio].fd-custom-radio:not(.is-switch):checked{--o:1}#fd input[type=checkbox].fd-custom-check+label,#fd input[type=radio].fd-custom-radio+label{cursor:pointer}#fd input[type=checkbox].fd-custom-check:not(.is-switch){border-radius:var(--fd-border-radius-sm)}#fd input[type=checkbox].fd-custom-check:not(.is-switch):after{border:2px solid rgba(var(--fd-color-inverse),1);border-left:0;border-top:0;height:8px;left:5px;top:2px;-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transform:rotate(var(--r,30deg));transform:rotate(var(--r,30deg));width:5px}#fd input[type=checkbox].fd-custom-check:not(.is-switch):checked{--r:43deg}#fd input[type=checkbox].fd-custom-check.is-switch{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-bg-opacity)) );border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) );border-radius:16px;width:36px}#fd input[type=checkbox].fd-custom-check.is-switch:after{--tw-bg-opacity:1;background-color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-bg-opacity)) );border-radius:50%;height:12px;left:1px;top:1px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform:translateX(var(--x,0));transform:translateX(var(--x,0));width:12px}#fd input[type=checkbox].fd-custom-check.is-switch:checked{--x:19px;--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check.is-switch:checked:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-bg-opacity)) );border-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check.is-switch:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd input[type=radio].fd-custom-radio{border-radius:50%}#fd input[type=radio].fd-custom-radio:after{--tw-bg-opacity:1;background-color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-bg-opacity)) );border-radius:50%;height:14px;left:0;opacity:0;top:0;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform:scale(var(--s,.7));transform:scale(var(--s,.7));width:14px}#fd input[type=radio].fd-custom-radio:checked{--s:.575}#fd input[type=radio].fd-custom-radio:checked:disabled:after{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}}#fd .fd-custom-check:disabled~.o-form-check__text,#fd .fd-custom-check[disabled]~.o-form-check__text,#fd .fd-custom-radio:disabled~.o-form-check__text,#fd .fd-custom-radio[disabled]~.o-form-check__text{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#fd .not-sr-only{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}[dir=rtl] #fd .fa-adjust,[dir=rtl] #fd .fa-angle-double-left,[dir=rtl] #fd .fa-angle-double-right,[dir=rtl] #fd .fa-angle-left,[dir=rtl] #fd .fa-angle-right,[dir=rtl] #fd .fa-area-chart,[dir=rtl] #fd .fa-ban,[dir=rtl] #fd .fa-bar-chart,[dir=rtl] #fd .fa-bar-chart-o,[dir=rtl] #fd .fa-barcode,[dir=rtl] #fd .fa-bed,[dir=rtl] #fd .fa-beer,[dir=rtl] #fd .fa-bell-slash,[dir=rtl] #fd .fa-bell-slash-o,[dir=rtl] #fd .fa-bicycle,[dir=rtl] #fd .fa-bolt,[dir=rtl] #fd .fa-bomb,[dir=rtl] #fd .fa-book,[dir=rtl] #fd .fa-bullhorn,[dir=rtl] #fd .fa-compress,[dir=rtl] #fd .fa-expand,[dir=rtl] #fd .fa-hand-o-down,[dir=rtl] #fd .fa-hand-o-up,[dir=rtl] #fd .fa-line-chart,[dir=rtl] #fd .fa-pie-chart,[dir=rtl] #fd .fa-spinner,[dir=rtl] #fd .fa-star-half,[dir=rtl] #fd .fa-star-half-empty,[dir=rtl] #fd .fa-star-half-full,[dir=rtl] #fd .fa-star-half-o,[dir=rtl] #fd .o-blockquote blockquote:before,[dir=rtl] #fd .raty-star-half-o{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#fd .ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;position:relative;touch-action:auto}#fd .ps__rail-x{bottom:0;height:15px}#fd .ps__rail-x,#fd .ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear}#fd .ps__rail-y{right:0;width:15px}#fd .ps--active-x>.ps__rail-x,#fd .ps--active-y>.ps__rail-y{background-color:transparent;display:block}#fd .ps--focus>.ps__rail-x,#fd .ps--focus>.ps__rail-y,#fd .ps--scrolling-x>.ps__rail-x,#fd .ps--scrolling-y>.ps__rail-y,#fd .ps:hover>.ps__rail-x,#fd .ps:hover>.ps__rail-y{opacity:.6}#fd .ps .ps__rail-x.ps--clicking,#fd .ps .ps__rail-x:focus,#fd .ps .ps__rail-x:hover,#fd .ps .ps__rail-y.ps--clicking,#fd .ps .ps__rail-y:focus,#fd .ps .ps__rail-y:hover{background-color:rgba(var(--fd-gray-50),1);opacity:.9}#fd .ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out}#fd .ps__thumb-x,#fd .ps__thumb-y{background-color:rgba(var(--fd-gray-400),1);border-radius:6px;position:absolute}#fd .ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;width:6px}#fd .ps__rail-x.ps--clicking .ps__thumb-x,#fd .ps__rail-x:focus>.ps__thumb-x,#fd .ps__rail-x:hover>.ps__thumb-x{background-color:rgba(var(--fd-gray-400),1);height:11px}#fd .ps__rail-y.ps--clicking .ps__thumb-y,#fd .ps__rail-y:focus>.ps__thumb-y,#fd .ps__rail-y:hover>.ps__thumb-y{background-color:rgba(var(--fd-gray-400),1);width:11px}@supports (-ms-overflow-style:none){#fd .ps{overflow:auto!important}}.tippy-box{line-height:var(--fd-line-height-sm)}.tippy-box[data-theme~=fd-dark],.tippy-box[data-theme~=fd-light]{--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);background-color:transparent;border-radius:var(--fd-border-radius-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tippy-box[data-theme~=fd-dark] .tippy-arrow,.tippy-box[data-theme~=fd-light] .tippy-arrow{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) )}.tippy-box[data-theme~=fd-dark]>.tippy-svg-arrow,.tippy-box[data-theme~=fd-light]>.tippy-svg-arrow{fill:var(--fd-tippy-bg)}.tippy-box[data-theme~=fd-dark][data-placement^=top]>.tippy-arrow:before{border-top-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark][data-placement^=left]>.tippy-arrow:before{border-left-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark][data-placement^=right]>.tippy-arrow:before{border-right-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark] .tippy-content,.tippy-box[data-theme~=fd-light] .tippy-content{padding:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{left:11px;top:calc(50% - 3px);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{right:11px;top:calc(50% - 3px);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tippy-svg-arrow{height:16px;text-align:left;text-align:initial;width:16px}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}@font-face{font-family:raty-font;font-style:normal;font-weight:400;src:url(/media/foundry/css/vendor/raty/fonts/raty-font.eot?13822802=);src:url(/media/foundry/css/vendor/raty/fonts/raty-font.eot?13822802=#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/raty/fonts/raty-font.woff2?13822802=) format("woff2"),url(/media/foundry/css/vendor/raty/fonts/raty-font.woff?13822802=) format("woff"),url(/media/foundry/css/vendor/raty/fonts/raty-font.ttf?13822802=) format("truetype"),url(/media/foundry/css/vendor/raty/fonts/raty-font.svg?13822802=#raty-font) format("svg")}#fd .fd-rating{display:flex}#fd .fd-rating>*+*{margin-left:var(--fd-spacing-3xs) }#fd .raty{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:inline-block;font-family:raty-font;font-size:inherit;font-style:normal;-webkit-transform:translate(0);transform:translate(0)}#fd .raty-star:before{content:"\e800"}#fd .raty-star-o:before{content:"\e801"}#fd .raty-star-half-o:before{content:"\f123"}#fd .raty-star--on{--tw-text-opacity:1;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .emoji-picker img{display:block}#fd .emoji-content{flex-grow:1;height:200px;min-width:280px;overflow-y:auto;padding:var(--fd-spacing-xs);position:relative}#fd .emoji-search-wrapper{border-bottom:1px solid rgba(var(--fd-gray-200),1);padding:var(--fd-spacing-xs)}#fd .emoji-search{width:100%}#fd .emoji-content-wrapper,#fd .emoji-picker{display:flex;flex-direction:column}#fd .emoji-picker{margin:0;overflow:hidden}#fd .emoji-selectables{grid-gap:var(--fd-spacing-xs);background-color:rgba(var(--fd-gray-50),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);display:grid;gap:var(--fd-spacing-xs);grid-template-columns:repeat(8,minmax(0,1fr));line-height:var(--fd-line-height-md);padding:0 var(--fd-spacing-xs);-webkit-user-select:none;-ms-user-select:none;user-select:none}#fd .emoji-selectables span{border-bottom:1px solid transparent;color:rgba(var(--fd-gray-500),1);cursor:pointer;font-size:24px;padding:var(--fd-spacing-xs) var(--fd-spacing-xs);text-align:center}#fd .emoji-selectables span.is-active{border-bottom:1px solid rgba(var(--fd-primary-500),1)}#fd .emoji-selectables span.is-active img{-webkit-filter:none;filter:none}#fd .emoji-selectables span img{align-items:center;display:flex;-webkit-filter:grayscale(100%);filter:grayscale(100%);width:25px}#fd .picker-emoji-content{flex-wrap:wrap;justify-content:center}#fd .emoji-content span{align-items:center;cursor:pointer;display:flex;font-size:24px;justify-content:center;line-height:var(--fd-line-height-md);padding:var(--fd-spacing-xs);-webkit-user-select:none;-ms-user-select:none;user-select:none}#fd .emoji-content span:hover{border-radius:var(--fd-border-radius-md);-webkit-transform:scale(1.1);transform:scale(1.1)}#fd .picker-emoji-content{display:none}#fd .picker-emoji-content.is-active{grid-gap:var(--fd-spacing-xs);display:grid;gap:var(--fd-spacing-xs);grid-template-columns:repeat(8,minmax(0,1fr))}#fd .picker-emoji-sel.face{color:#f0f8ff;font-size:10px}#fd .emoji-content span img{height:32px;width:32px}#fd .picker-emoji-content::-webkit-scrollbar-thumb{background-color:#65b88d;border-radius:100px;height:10px}#fd .picker-emoji-content::-webkit-scrollbar-track{background-color:#303841}#fd .picker-emoji-content::-webkit-scrollbar{width:6px}#fd .fd-giphy-container{display:flex;position:relative}#fd .fd-giphy-container__wrap{border-radius:var(--fd-border-radius-md);display:block;max-width:320px;overflow:hidden;position:relative}#fd .fd-giphy-container__wrap img{border-radius:var(--fd-border-radius-md);max-width:100%}#fd .fdi.fa-giphy:before{content:"\e900";font-family:fa giphy;font-style:normal;font-weight:400}@font-face{font-display:block;font-family:fa giphy;font-style:normal;font-weight:400;src:url(/media/foundry/css/vendor/fa-giphy/fa-giphy.eot?811st4=);src:url(/media/foundry/css/vendor/fa-giphy/fa-giphy.eot?811st4=#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/fa-giphy/fa-giphy.ttf?811st4=) format("truetype"),url(/media/foundry/css/vendor/fa-giphy/fa-giphy.woff?811st4=) format("woff"),url(/media/foundry/css/vendor/fa-giphy/fa-giphy.svg?811st4=#icomoon) format("svg")}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}#fd .fd-animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}#fd .fd-animate__animated.fd-animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#fd .fd-animate__animated.fd-animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}#fd .fd-animate__animated.fd-animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}#fd .fd-animate__animated.fd-animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}#fd .fd-animate__animated.fd-animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}#fd .fd-animate__animated.fd-animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}#fd .fd-animate__animated.fd-animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}#fd .fd-animate__animated.fd-animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}#fd .fd-animate__animated.fd-animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}#fd .fd-animate__animated.fd-animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}#fd .fd-animate__animated.fd-animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}#fd .fd-animate__animated.fd-animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}#fd .fd-animate__animated.fd-animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#fd .fd-animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}#fd .fd-animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}#fd .fd-animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}#fd .fd-animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}#fd .fd-animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}#fd .fd-animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}#fd .fd-animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}#fd .fd-animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}#fd .fd-animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}#fd .fd-animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}#fd .fd-animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}#fd .fd-animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}#fd .fd-animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}#fd .fd-animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}#fd .fd-animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}#fd .fd-animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}#fd .fd-animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}#fd .fd-animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}#fd .o-btn{--fd-color-loader:rgba(var(--fd-gray-300),1);--fd-bg-loader:rgba(var(--fd-gray-300),.5);align-items:center;-webkit-appearance:none;background-color:transparent;border-radius:var(--fd-border-radius-md);border-style:solid;border-width:1px;cursor:pointer;display:inline-flex;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);font-weight:700;justify-content:center;line-height:var(--fd-line-height-sm);padding:var(--fd-spacing-xs) var(--fd-spacing-md);text-decoration:none;transition-duration:.15s;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}#fd .o-btn:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-offset-width:2px;--tw-ring-opacity:1;--tw-ring-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-ring-opacity)) );--tw-ring-offset-color:rgb(var(--fd-primary-100));box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}#fd .o-btn>i{line-height:inherit}#fd .o-btn--default{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) );color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-btn--default:hover{--tw-bg-opacity:1}#fd .o-btn--default:disabled,#fd .o-btn--default:hover{background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-btn--default:disabled{border-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-border-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--default:disabled,#fd .o-btn--primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}#fd .o-btn--primary{background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--primary:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-600-hex,rgba(var(--fd-primary-600),var(--tw-bg-opacity)) )}#fd .o-btn--success{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-bg-opacity)) );border-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--success:hover{--tw-bg-opacity:1;background-color:var(--fd-success-600-hex,rgba(var(--fd-success-600),var(--tw-bg-opacity)) )}#fd .o-btn--danger{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) );border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--danger:hover{--tw-bg-opacity:1;background-color:var(--fd-danger-600-hex,rgba(var(--fd-danger-600),var(--tw-bg-opacity)) )}#fd .o-btn--info{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-bg-opacity)) );border-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--info:hover{--tw-bg-opacity:1;background-color:var(--fd-info-600-hex,rgba(var(--fd-info-600),var(--tw-bg-opacity)) )}#fd .o-btn--warning{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-bg-opacity)) );border-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--warning:hover{--tw-bg-opacity:1;background-color:var(--fd-warning-600-hex,rgba(var(--fd-warning-600),var(--tw-bg-opacity)) )}#fd .o-btn--danger:disabled,#fd .o-btn--default:disabled,#fd .o-btn--info:disabled,#fd .o-btn--primary:disabled,#fd .o-btn--success:disabled,#fd .o-btn--warning:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );border-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-border-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--default-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-btn--default-o:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-btn--primary-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-btn--primary-o:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-bg-opacity)) )}#fd .o-btn--success-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-border-opacity)) );color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .o-btn--success-o:hover{--tw-bg-opacity:1;background-color:var(--fd-success-100-hex,rgba(var(--fd-success-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) );color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .o-btn--danger-o:hover{--tw-bg-opacity:1;background-color:var(--fd-danger-100-hex,rgba(var(--fd-danger-100),var(--tw-bg-opacity)) )}#fd .o-btn--info-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-border-opacity)) );color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .o-btn--info-o:hover{--tw-bg-opacity:1;background-color:var(--fd-info-100-hex,rgba(var(--fd-info-100),var(--tw-bg-opacity)) )}#fd .o-btn--warning-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-border-opacity)) );color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .o-btn--warning-o:hover{--tw-bg-opacity:1;background-color:var(--fd-warning-100-hex,rgba(var(--fd-warning-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-o,#fd .o-btn--default-o,#fd .o-btn--info-o,#fd .o-btn--primary-o,#fd .o-btn--success-o,#fd .o-btn--warning-o{cursor:pointer}#fd .o-btn--danger-o:disabled,#fd .o-btn--default-o:disabled,#fd .o-btn--info-o:disabled,#fd .o-btn--primary-o:disabled,#fd .o-btn--success-o:disabled,#fd .o-btn--warning-o:disabled{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--default-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-btn--default-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-btn--primary-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-btn--primary-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-bg-opacity)) )}#fd .o-btn--success-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .o-btn--success-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-success-100-hex,rgba(var(--fd-success-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .o-btn--danger-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-danger-100-hex,rgba(var(--fd-danger-100),var(--tw-bg-opacity)) )}#fd .o-btn--info-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .o-btn--info-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-info-100-hex,rgba(var(--fd-info-100),var(--tw-bg-opacity)) )}#fd .o-btn--warning-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .o-btn--warning-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-warning-100-hex,rgba(var(--fd-warning-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-ghost:disabled,#fd .o-btn--default-ghost:disabled,#fd .o-btn--info-ghost:disabled,#fd .o-btn--primary-ghost:disabled,#fd .o-btn--success-ghost:disabled,#fd .o-btn--warning-ghost:disabled{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--facebook{background:#4267b2;border-color:#4267b2;color:#fff}#fd .o-btn--facebook:hover{background-color:#375694}#fd .o-btn--twitter{background:#339aed;border-color:#339aed;color:#fff}#fd .o-btn--twitter:hover{background-color:#1487e3}#fd .o-btn--linkedin{background:#0a66c2;border-color:#0a66c2;color:#fff}#fd .o-btn--linkedin:hover{background-color:#084d92}#fd .o-btn--twitch{background:#5f48a0;border-color:#5f48a0;color:#fff}#fd .o-btn--twitch:hover{background-color:#4e3b84}#fd .o-btn--apple--d{background:#000;border-color:#000;color:#fff}#fd .o-btn--apple--d:hover{background-color:#000}#fd .o-btn--apple--l{background:#fff;border-color:#000;color:#000}#fd .o-btn--apple--l:hover{background-color:#fff}#fd .o-btn--google{--tw-border-opacity:1;background:#fff;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );color:#000}#fd .o-btn--google img,#fd .o-btn--google svg{display:inline-block;margin-right:var(--fd-spacing-3xs) }#fd .o-btn--xing{background:#006567;border-color:#006567;color:#fff}#fd .o-btn--xing:hover{background-color:#003d3e}#fd .o-btn--vk{background:#4c75a3;border-color:#4c75a3;color:#fff}#fd .o-btn--vk:hover{background-color:#3f6187}#fd .o-btn--pinterest{background:#c61118;border-color:#c61118;color:#fff}#fd .o-btn--pinterest:hover{background-color:#a00e13}#fd .o-btn--reddit{background:#386a9c;border-color:#386a9c;color:#fff}#fd .o-btn--reddit:hover{background-color:#2d567e}#fd .o-btn--pocket{background:#ef3e56;border-color:#ef3e56;color:#fff}#fd .o-btn--pocket:hover{background-color:#ec1835}#fd .o-btn--email{background:#333;border-color:#333;color:#fff}#fd .o-btn--email:hover{background-color:#1f1f1f}#fd .o-btn.is-loading{color:transparent!important;cursor:not-allowed;opacity:1;pointer-events:auto;position:relative;text-shadow:none!important;transition:all 0s linear,opacity .1s ease}#fd .o-btn.is-loading:before{--tw-border-opacity:1;border:2px solid var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );border-radius:500rem;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}#fd .o-btn.is-loading:after{-webkit-animation:o-btn-spin-keyframe .6s linear;animation:o-btn-spin-keyframe .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:2px solid transparent;border-radius:500rem;border-top:2px solid rgba(var(--fd-gray-300),1);box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}@-webkit-keyframes o-btn-spin-keyframe{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes o-btn-spin-keyframe{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#fd .color-choice{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-radius:50%;cursor:pointer;display:inline-block;height:30px;width:30px}#fd .color-choice:hover{opacity:.5}#fd .color-theme-container{background-color:#fff;border:1px solid #dedede;padding:8px 16px;position:fixed;right:0;top:83px;z-index:1000}#fd .test-btn-bg{--tw-bg-opacity:1;background-color:var(--fd-primary-50-hex,rgba(var(--fd-primary-50),var(--tw-bg-opacity)) )}#fd .dark .test-btn-bg{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-btn-group,#fd .o-btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}#fd .o-btn-group-vertical>.o-btn,#fd .o-btn-group>.o-btn{flex:1 1 auto;position:relative}#fd .o-btn-group-vertical>.o-btn-check:checked+.o-btn,#fd .o-btn-group-vertical>.o-btn-check:focus+.o-btn,#fd .o-btn-group-vertical>.o-btn.active,#fd .o-btn-group-vertical>.o-btn:active,#fd .o-btn-group-vertical>.o-btn:focus,#fd .o-btn-group-vertical>.o-btn:hover,#fd .o-btn-group>.o-btn-check:checked+.o-btn,#fd .o-btn-group>.o-btn-check:focus+.o-btn,#fd .o-btn-group>.o-btn.active,#fd .o-btn-group>.o-btn:active,#fd .o-btn-group>.o-btn:focus,#fd .o-btn-group>.o-btn:hover{z-index:1}#fd .o-btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}#fd .o-btn-toolbar .o-input-group{width:auto}#fd .o-btn-group>.o-btn-group:not(:last-child)>.o-btn,#fd .o-btn-group>.o-btn:not(:last-child):not(.dropdown-toggle),#fd .o-btn-group>.o-btn:not(:last-child):not(.dropdown-toggle_){border-bottom-right-radius:0;border-top-right-radius:0}#fd .o-btn-group>.o-btn-group:not(:first-child)>.o-btn,#fd .o-btn-group>.o-btn:nth-child(n+3),#fd .o-btn-group>:not(.o-btn-check)+.o-btn{border-bottom-left-radius:0;border-top-left-radius:0}#fd .dropdown-toggle-split:after,#fd .dropright .dropdown-toggle-split:after,#fd .dropup .dropdown-toggle-split:after{margin-left:0}#fd .dropleft .dropdown-toggle-split:before{margin-right:0}#fd .o-btn-group.show .dropdown-toggle.o-btn-link,#fd .o-btn-group.show .o-dropdown-toggle.o-btn-link{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .o-btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}#fd .o-btn-group-vertical>.o-btn,#fd .o-btn-group-vertical>.o-btn-group{width:100%}#fd .o-btn-group-vertical>.o-btn-group:not(:last-child)>.o-btn,#fd .o-btn-group-vertical>.o-btn:not(:last-child):not(.dropdown-toggle),#fd .o-btn-group-vertical>.o-btn:not(:last-child):not(.o-dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}#fd .o-btn-group-vertical>.o-btn-group:not(:first-child)>.o-btn,#fd .o-btn-group-vertical>.o-btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}#fd .o-form-group{position:relative}#fd .o-form-label{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) );font-size:var(--fd-font-size-md)}#fd .o-form-control,#fd .o-form-label{line-height:var(--fd-line-height-sm)}#fd .o-form-control{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);margin:0;padding:var(--fd-spacing-xs) var(--fd-spacing-md);position:relative;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}#fd .o-form-control:hover{--tw-border-opacity:1;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) )}#fd .o-form-control{--tw-text-opacity:1!important;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )!important;height:auto}#fd .o-form-control:focus{--tw-border-opacity:1!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-opacity:1!important;--tw-ring-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-ring-opacity)) )!important;--tw-ring-offset-color:rgb(var(--fd-primary-100))!important;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-form-control[readonly]{--tw-border-opacity:1!important;--tw-text-opacity:1!important;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) )!important;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )!important;cursor:default!important}#fd .o-form-control[readonly]:hover{--tw-border-opacity:1!important;border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) )!important}#fd .o-form-control:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1!important;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )!important}#fd .o-form-control:disabled::-webkit-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control:disabled:-ms-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control:disabled::placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input::-webkit-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input:-ms-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input::placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control:-internal-autofill-selected{background-color:#fff!important;background-image:none!important;color:#000!important}#fd select.o-form-control{-webkit-print-color-adjust:exact;-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;color-adjust:exact;padding-right:2.5rem}#fd .o-form-control[size]:not([size="1"]),#fd select.o-form-control[multiple]{background-image:none;border-bottom-right-radius:2px;border-top-right-radius:2px;padding-right:.75rem}#fd .o-form-helper-text{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-sm);margin-top:var(--fd-spacing-xs) }#fd .o-select-group:hover{--tw-border-opacity:1;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) )}#fd .has-error .o-form-helper-text,#fd .has-error .o-form-label{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .has-error .o-form-control{--tw-border-opacity:1;border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) )}#fd .toggle-checkbox:checked{--tw-ring-opacity:0;background:#fff}#fd .toggle-checkbox:checked:focus{--tw-ring-opacity:0}#fd .toggle-checkbox:checked{transition-duration:.15s;transition-duration:.3s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,1,1)}#fd .toggle-checkbox:checked+.toggle-label{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .mycomponent{color:blue}#fd .mycomponent:hover .mycomponent__part{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .o-input-group{align-items:stretch;display:flex;flex-wrap:nowrap;position:relative;width:100%}#fd .o-input-group>.o-form-control,#fd .o-input-group>.o-form-file,#fd .o-input-group>.o-form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}#fd .o-input-group>.o-form-control:focus,#fd .o-input-group>.o-form-file .o-form-file-input:focus~.o-form-file-label,#fd .o-input-group>.o-form-select:focus{z-index:3}#fd .o-input-group>.o-form-file>.o-form-file-input:focus{z-index:4}#fd .o-input-group>.o-form-file:not(:last-child)>.o-form-file-label{border-bottom-right-radius:0;border-top-right-radius:0}#fd .o-input-group>.o-form-file:not(:first-child)>.o-form-file-label{border-bottom-left-radius:0;border-top-left-radius:0}#fd .o-input-group .o-btn{position:relative;z-index:2}#fd .o-input-group .o-btn:focus{z-index:3}#fd .o-input-group>.dropdown-toggle_:nth-last-child(n+3)>.dropdown-toggle:nth-last-child(n+3),#fd .o-input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),#fd .o-input-group>:not(:last-child):not(.dropdown-toggle_):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}#fd .o-input-group>:not(:first-child):not(.dropdown-menu){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}#fd .o-form-group--ifta{position:relative}#fd .o-form-group--ifta .o-form-label{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);left:var(--fd-spacing-md) ;line-height:var(--fd-line-height-xs);margin-bottom:0;pointer-events:none;position:absolute;top:var(--fd-spacing-sm) ;touch-action:manipulation;transition-duration:.15s;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;z-index:2}#fd .o-form-group--ifta .o-form-control{box-shadow:none;font-size:var(--fd-font-size-sm);padding:var(--fd-spacing-2xl) var(--fd-spacing-md) var(--fd-spacing-sm)}#fd .o-form-group--ifta .o-select-group{--tw-bg-opacity:1;--tw-border-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md)}#fd .o-form-group--ifta.is-focused .o-select-group{--tw-border-opacity:1!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-offset-color:rgb(var(--fd-primary-100))!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-opacity:0.85;--tw-ring-color:rgba(var(--fd-primary-100),var(--tw-ring-opacity));border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-form-group--ifta .o-select-group .o-form-control{-webkit-appearance:none!important;appearance:none!important;background-color:transparent;border:none;height:auto!important;min-height:auto;padding-bottom:var(--fd-spacing-sm) ;padding-left:var(--fd-spacing-sm) ;padding-right:0;padding-top:var(--fd-spacing-2xl) ;z-index:3}#fd .o-form-group--ifta .o-select-group .o-form-control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-offset-color:transparent!important;border-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-form-group--ifta .o-select-group .o-form-control{--tw-ring-opacity:0}#fd .o-form-group--ifta.has-error .o-select-group{border-color:rgba(var(--fd-danger-500),1)}#fd .o-form-group--ifta ::-webkit-input-placeholder{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-group--ifta :-moz-placeholder,#fd .o-form-group--ifta ::-moz-placeholder{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-group--ifta :-ms-input-placeholder{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-group__icon{--tw-text-opacity:1;bottom:var(--fd-spacing-sm) ;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );cursor:pointer;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);outline:2px solid transparent;outline-offset:2px;position:absolute;z-index:2}#fd .o-form-group--ifta.has-leading-icon .o-form-group__icon{left:calc(var(--fd-spacing)*1);right:auto}#fd .o-form-group--ifta.has-leading-icon .o-form-control{padding-left:calc(var(--fd-spacing)*2.25)}#fd .o-form-group--ifta.has-leading-icon.has-trailing-icon .o-form-group__icon{left:calc(var(--fd-spacing)*1);right:auto}#fd .o-form-group--ifta.has-leading-icon.has-trailing-icon
.o-form-group__icon~.o-form-group__icon{left:auto;right:calc(var(--fd-spacing)*1)}#fd .o-form-group--ifta.has-leading-icon.is-filled .o-form-label,#fd .o-form-group--ifta.has-leading-icon.is-focused .o-form-label{left:calc(var(--fd-spacing)*1)}#fd .o-form-group--ifta.has-trailing-icon .o-form-group__icon{left:auto;right:calc(var(--fd-spacing)*1)}#fd .o-form-group--ifta.has-trailing-icon .o-form-control{padding-right:calc(var(--fd-spacing)*2)}#fd .o-onoffswitch{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:36px}#fd .o-onoffswitch__checkbox{display:none}#fd .o-onoffswitch__label{background-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-bg-opacity)) );border:1px solid #ccc;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) );border-radius:16px;cursor:pointer;line-height:16px;overflow:hidden;padding:0;transition:background-color .3s ease-in}#fd .o-onoffswitch__label,#fd .o-onoffswitch__label:before{--tw-border-opacity:1;--tw-bg-opacity:1;display:block;height:16px}#fd .o-onoffswitch__label:before{background:#fff;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:2px solid #ccc;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) );border-radius:16px;bottom:0;content:"";margin:0;position:absolute;right:20px;top:0;transition:all .3s ease-in 0s;width:16px}#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label{background-color:rgba(var(--fd-primary-500),1)}#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label,#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{border-color:rgba(var(--fd-primary-500),1)}#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{right:0}#fd .o-onoffswitch__label:focus{--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}#fd .o-onoffswitch__checkbox:disabled+.o-onoffswitch__label{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );cursor:not-allowed}#fd .o-onoffswitch__checkbox:disabled+.o-onoffswitch__label:before{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd .o-progress{--bar-height:4px;background-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-bg-opacity)) );position:relative;width:100%}#fd .o-progress,#fd .o-progress__bar{--tw-bg-opacity:1;display:block;height:var(--bar-height)}#fd .o-progress__bar{background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .o-blockquote{position:relative}#fd .o-blockquote blockquote{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(var(--fd-white),1);background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);box-shadow:var(--fd-spacing-xs) var(--fd-spacing-xs) 0 rgba(var(--fd-gray-100),1);padding:var(--fd-spacing-md) ;padding-left:var(--fd-spacing-4xl) ;position:relative}#fd .o-blockquote blockquote,#fd .o-blockquote blockquote div,#fd .o-blockquote blockquote p{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-md);line-height:var(--fd-line-height-md)}#fd .o-blockquote blockquote cite{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);line-height:var(--fd-line-height-xs);margin-top:var(--fd-spacing-md) }#fd .o-blockquote blockquote:before{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) );content:"\f10d";display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;left:var(--fd-spacing-md) ;position:absolute;top:var(--fd-spacing-md) }#fd .o-blockquote blockquote:before,#fd .o-blockquote-markup{font-size:var(--fd-font-size-md);line-height:var(--fd-line-height-md)}#fd .o-blockquote-markup{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(var(--fd-white),1);background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);box-shadow:var(--fd-spacing-xs) var(--fd-spacing-xs) 0 rgba(var(--fd-gray-100),1);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );padding:var(--fd-spacing-md) ;padding-left:var(--fd-spacing-4xl) ;position:relative}#fd .o-blockquote-markup div,#fd .o-blockquote-markup p{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-md);line-height:var(--fd-line-height-md)}#fd .o-blockquote-markup:before{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) );content:"\f10d";display:block;font-family:Font Awesome\ 5 Free;font-size:var(--fd-font-size-md);font-style:normal;font-weight:900;left:var(--fd-spacing-md) ;line-height:var(--fd-line-height-md);position:absolute;top:var(--fd-spacing-md) }#fd .o-blockquote-markup cite{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);line-height:var(--fd-line-height-xs);margin-top:var(--fd-spacing-md) }#fd .o-table-wrapper{max-width:100%;position:relative;scroll-behavior:smooth;-ms-scroll-snap-type:inline mandatory;scroll-snap-type:inline mandatory}#fd .o-table{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-collapse:collapse;border-spacing:0;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );width:100%}#fd .o-table th:not([scope=row]):first-child{left:0;z-index:3}#fd .o-table th{--tw-border-opacity:1;border-bottom-width:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );position:sticky;top:0;white-space:nowrap;z-index:2}#fd .o-table th[scope=row]{left:0;position:sticky;z-index:1}#fd .o-table tr{--tw-border-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-top-width:1px}#fd .o-table tr:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .o-table .is-active{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-table--bordered>:not(caption)>*{--tw-border-opacity:1;border-bottom-width:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-top-width:1px}#fd .o-table--bordered>:not(caption)>*>*{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-left-width:1px;border-right-width:1px}#fd .o-table--borderless>:not(caption)>*{border-top-width:0}#fd .o-table--borderless>:not(caption)>*>*{border-bottom-width:0}#fd .o-rank{--bar-height:2px;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) );position:relative;width:100%}#fd .o-rank,#fd .o-rank__bar{--tw-bg-opacity:1;display:block;height:var(--bar-height)}#fd .o-rank__bar{background-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-bg-opacity)) )}#fd .o-auto-grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));grid-template-columns:repeat(auto-fill,minmax(var(--o-auto-grid-min-size,16rem),1fr))}#fd .o-avatar{--tw-shadow:0 0 #0000;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:transparent;--tw-ring-offset-width:2px;--tw-ring-offset-color:transparent;align-items:center;background:transparent;border-radius:5px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;position:relative;width:40px}#fd .o-avatar.is-mobile .o-avatar__mobile{display:flex}#fd .o-avatar.is-online{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-ring-opacity)) );--tw-ring-offset-width:2px;--tw-ring-offset-color:rgb(var(--fd-color-inverse));background-color:#fff;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#fd .o-avatar.is-offline{--tw-ring-opacity:1;--tw-ring-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-ring-opacity)) );--tw-ring-offset-color:rgb(var(--fd-color-inverse))}#fd .o-avatar--rounded,#fd .o-avatar--rounded .o-avatar__content,#fd .o-avatar--rounded .o-avatar__content img{border-radius:50%}#fd .o-avatar--rounded .o-avatar__mobile{right:-.25em;top:-.125em}#fd .o-avatar--rounded .o-avatar__action{bottom:0;right:0}#fd .o-avatar--sm{font-size:12px;height:24px;line-height:1;width:24px}#fd .o-avatar--md{font-size:16px;height:32px;line-height:1;width:32px}#fd .o-avatar--lg{font-size:18px;height:64px;line-height:1;width:64px}#fd .o-avatar--xl{font-size:24px;height:120px;line-height:1;width:120px}#fd .o-avatar__content{align-items:center;color:#fff;display:flex;flex-grow:1;justify-content:center;overflow:hidden;text-align:center}#fd .o-avatar__content,#fd .o-avatar__content img{border-radius:var(--fd-border-radius-sm);height:100%;width:100%}#fd .o-avatar__content img{bottom:0;left:0;object-fit:cover;position:absolute;right:0;top:0}#fd .o-avatar__mobile{--tw-text-opacity:1;align-items:center;background-color:#fff;border-radius:50%;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) );display:none;height:1.2em;justify-content:center;position:absolute;right:-.625em;top:-.5em;width:1.2em;z-index:2}#fd .o-avatar__mobile:before{content:"\f3cd";display:inline-block;font-family:var(--fd-font-family-fontawesome);font-size:.75em;font-weight:900}#fd .o-avatar__action{align-items:center;background-color:#fff;border-radius:50%;bottom:-.5em;display:flex;font-size:.625em;height:1.5em;justify-content:center;line-height:1;position:absolute;right:-.625em;width:1.5em}#fd .o-avatar__action,#fd .o-avatar__action .dropdown-toggle_{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )}#fd .o-avatar__remove-tag{line-height:1;z-index:2}#fd .o-avatar__remove-tag>a{--tw-bg-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) );border-radius:50%;color:#fff;line-height:16px}#fd .o-avatar__remove-tag>a,#fd .o-avatar__remove-tag>a i{display:inline-block;height:16px;text-align:center;width:16px}#fd .o-avatar__remove-tag>a i{font-size:9px;line-height:inherit;vertical-align:top}#fd .o-avatar-action{display:inline-block;position:relative}#fd .o-avatar-action__remove-tag{line-height:1;position:absolute;right:-4px;top:-4px;z-index:2}#fd .o-avatar-action__remove-tag>a{--tw-bg-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) );border-radius:50%;color:#fff;display:inline-block;height:16px;line-height:16px;text-align:center;width:16px}#fd .o-avatar-action__remove-tag>a i{display:inline-block;font-size:9px;height:16px;line-height:inherit;text-align:center;vertical-align:top;width:16px}#fd .o-avatar-action:before{color:red;display:block;font-size:20px;left:0;position:absolute;text-align:left;top:0;width:400px}#fd .o-avatar-list__item{display:inline-block}#fd .o-alert{border:1px solid transparent;border-radius:var(--fd-border-radius-md);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-xs);overflow:hidden;padding:var(--fd-spacing-md) ;position:relative;text-shadow:none}#fd .o-alert__heading{color:inherit;margin-top:0}#fd .o-alert--link{font-weight:700}#fd .o-alert>p,#fd .o-alert>ul{margin-bottom:0}#fd .o-alert>p+p{margin-top:5px}#fd .o-alert__close{color:#000;font-size:18px;font-weight:700;line-height:1;text-decoration:none;text-shadow:0 1px 0 #fff}#fd .o-alert__close .material-icons{font-size:18px}#fd button.o-alert__close{background:transparent none repeat scroll 0 0;border:0;cursor:pointer;padding:0}#fd .o-alert--dismissible .o-alert__close{color:inherit;position:relative;top:0}#fd .o-alert--success{background-color:rgba(var(--fd-success-50),1);border-color:rgba(var(--fd-success-500),1)}#fd .o-alert--success,#fd .o-alert--success .o-alert__close{color:rgba(var(--fd-success-500),1)}#fd .o-alert--info{background-color:rgba(var(--fd-info-50),1);border-color:rgba(var(--fd-info-500),1)}#fd .o-alert--info,#fd .o-alert--info .o-alert__close{color:rgba(var(--fd-info-500),1)}#fd .o-alert--warning{background-color:rgba(var(--fd-warning-50),1);border-color:rgba(var(--fd-warning-500),1)}#fd .o-alert--warning,#fd .o-alert--warning .o-alert__close{color:rgba(var(--fd-warning-500),1)}#fd .o-alert--danger{background-color:rgba(var(--fd-danger-50),1);border-color:rgba(var(--fd-danger-500),1)}#fd .o-alert--danger,#fd .o-alert--danger .o-alert__close{color:rgba(var(--fd-danger-500),1)}#fd .o-label{align-items:center;border:1px solid transparent;border-radius:var(--fd-border-radius-md);display:inline-flex;line-height:var(--fd-line-height-xs);overflow:hidden;padding:var(--fd-spacing-3xs) var(--fd-spacing-xs);position:relative;text-shadow:none}#fd .o-label,#fd .o-tooltip{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-xs)}#fd .o-tooltip{background:var(--fd-tippy-bg);border-radius:var(--fd-border-radius-md);color:var(--fd-tippy-text);padding:var(--fd-spacing-xs) }#fd .o-tooltip--lg{padding:var(--fd-spacing-md) }#fd .o-popover{--tw-bg-opacity:1;--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);padding:var(--fd-spacing-md) }#fd .o-dropdown,#fd .o-popover{background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-radius:var(--fd-border-radius-md);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}#fd .o-dropdown{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-sm);width:96vw}#fd .o-dropdown__hd{border-top-left-radius:var(--fd-border-radius-md);border-top-right-radius:var(--fd-border-radius-md)}#fd .o-dropdown__ft{border-bottom-left-radius:var(--fd-border-radius-md);border-bottom-right-radius:var(--fd-border-radius-md)}#fd .o-dropdown-nav{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:var(--fd-font-size-sm);list-style:none;margin:0;opacity:1;padding:0;position:relative;width:100%}#fd .o-dropdown-nav__media{color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:inline-flex;height:1rem;justify-content:center;margin-right:var(--fd-spacing-md) ;text-align:center;vertical-align:middle;width:1rem}#fd .o-dropdown-nav__item,#fd .o-dropdown-nav__media{--tw-text-opacity:1;align-items:center;line-height:var(--fd-line-height-sm)}#fd .o-dropdown-nav__item{border-radius:var(--fd-border-radius-md);color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );display:flex;outline:2px solid transparent;outline-offset:2px;padding:0}#fd .o-dropdown-nav__item.is-active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );color:var(--fd-gray-600-hex,rgba(var(--fd-gray-600),var(--tw-text-opacity)) )}#fd .o-dropdown-nav>li:not(.active):hover,#fd .o-dropdown-nav__item.is-acitve,#fd .o-dropdown-nav__item:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-dropdown-nav__link{--tw-text-opacity:1;align-items:center;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );display:flex;flex-grow:1;line-height:var(--fd-line-height-xs);overflow:hidden;padding-right:1rem;padding:var(--fd-spacing-sm) var(--fd-spacing-xs);text-decoration:none;text-overflow:ellipsis;white-space:nowrap}#fd .o-dropdown-nav__link,#fd .o-dropdown-nav__link:focus{outline:2px solid transparent;outline-offset:2px}#fd .o-dropdown-nav__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fd .o-dropdown-nav__toggle{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );padding-left:var(--fd-spacing-md) ;padding-right:var(--fd-spacing-md) }#fd .o-dropdown-nav--nested>li:hover,#fd .o-dropdown-nav--parent>li:hover{background-color:var(--si-basic--200)}#fd .o-dropdown-nav--nested.has-submenu>li:hover,#fd .o-dropdown-nav--parent.has-submenu>li:hover{background-color:transparent}#fd .o-aspect-ratio{--aspect-ratio:16/9;--max-width:100%;display:inline-block;max-width:var(--max-width);position:relative;width:100%}#fd .o-aspect-ratio:before{content:"";display:block;padding-bottom:calc(100%/(var(--aspect-ratio)))}#fd .o-aspect-ratio iframe,#fd .o-aspect-ratio img,#fd .o-aspect-ratio>:first-child{background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:20}#fd .o-aspect-ratio--contain>:first-child{background-position:50%;background-size:contain;object-fit:contain}#fd .o-aspect-ratio__loader{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important;left:0!important;position:absolute!important;top:0!important;width:100%!important;z-index:10!important}#fd .o-pagination{--tw-bg-opacity:1;display:flex;list-style:none;margin:0;overflow:hidden;position:relative}#fd .o-pagination,#fd .o-pagination__btn{align-items:center;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-pagination__btn{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-width:1px;display:inline-flex;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);padding:var(--fd-spacing-xs) var(--fd-spacing-sm);position:relative;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}#fd .o-pagination__btn,#fd .o-pagination__btn:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )}#fd .o-pagination__btn:hover{background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );outline:2px solid transparent;outline-offset:2px;text-decoration:none}#fd .o-pagination__btn:focus{outline:2px solid transparent;outline-offset:2px;z-index:10}#fd .o-pagination__btn:disabled{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-pager{display:flex;justify-content:space-between}#fd .o-tab{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;width:100%}#fd .o-tab__item{text-decoration:none}#fd .o-tab__item,#fd .o-tab__link{flex-shrink:0;outline:2px solid transparent;outline-offset:2px}#fd .o-tab__link{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:block;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);text-decoration:none;white-space:nowrap}#fd .o-tab--line .o-tab__item.is-active .o-tab__link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-tab--line .o-tab__link{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );padding:var(--fd-spacing-sm) var(--fd-spacing-md)}#fd .o-tab--line .o-tab__link:hover{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-tab--line.is-horizontal{--tw-border-opacity:1;border-bottom:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-style:solid}#fd .o-tab--line.is-horizontal .o-tab__item{border-bottom-width:1px;border-color:transparent}#fd .o-tab--line.is-horizontal .o-tab__item:hover{--tw-border-opacity:1;border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) )}#fd .o-tab--line.is-horizontal .o-tab__item.is-active{--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd .o-tab--line.is-horizontal .o-tab__item.is-active .o-tab__link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-tab--line.is-vertical .o-tab__item,#fd .o-tab--line.is-vertical .o-tab__link{display:block;width:100%}#fd .o-tab--pill .o-tab__item{border-bottom-width:1px;border-color:transparent}#fd .o-tab--pill .o-tab__item.is-active .o-tab__link{--tw-border-opacity:1;--tw-text-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-tab--pill .o-tab__link{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );padding:var(--fd-spacing-xs) var(--fd-spacing-md)}#fd .o-tab--pill .o-tab__link:hover{--tw-border-opacity:1;--tw-text-opacity:1;border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) );color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-tab--pill.is-horizontal .o-tab__item+.o-tab__item{margin-left:var(--fd-spacing-xs) }#fd .o-tab--pill.is-vertical .o-tab__item,#fd .o-tab--pill.is-vertical .o-tab__link{display:block;width:100%}#fd .o-tab--pill.is-vertical .o-tab__item+.o-tab__item{margin-top:var(--fd-spacing-xs) }#fd .o-tab-content>div{display:none}#fd .o-tab-content>div.is-active{display:block}#fd.o-dialog{background:none;background:rgba(0,0,0,.25);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;-webkit-transform:scale(1.2);transform:scale(1.2);transition:all .25s ease;width:100%;z-index:99999}#fd.o-dialog.active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#fd.o-dialog.is-loading{transition:none}#fd.o-dialog.is-failed .hint-failed,#fd.o-dialog.is-loading .hint-loading{display:table}#fd.o-dialog.is-failed .hint-failed .ed-hint__icon{font-size:36px}#fd.o-dialog.is-failed .o-dialog-content{height:auto;padding:0}#fd .ed-hint{background:#fff;display:none;text-align:center}#fd .ed-hint>div{padding:0 var(--fd-spacing-md)}#fd .ed-hint__icon{margin-bottom:var(--fd-spacing-md)}#fd .o-dialog-modal{border-radius:var(--fd-border-radius-md);box-shadow:0 0 10px rgba(0,0,0,.2);display:block;left:50%;max-height:100%;max-width:100%;min-height:320px;min-width:320px;overflow:hidden;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#fd.o-dialog.has-footer .o-dialog-modal{min-height:218px}#fd .o-dialog-body,#fd .o-dialog-footer,#fd .o-dialog-header{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) )}#fd .o-dialog-header{background:rgba(var(--fd-white),1);border-radius:var(--fd-border-radius-md) var(--fd-border-radius-md) 0 0;height:50px;left:0;line-height:1;padding:8px 16px;position:absolute;top:0;width:100%;z-index:3}#fd .o-dialog-header__grid{align-items:center;display:flex;flex-wrap:wrap;height:100%;margin:0;padding:0}#fd .o-dialog-header__cell{flex:1 1 auto;text-align:left}#fd .o-dialog-header--divider{--tw-border-opacity:1;border-bottom:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-style:solid}#fd .o-dialog-footer{align-items:center;background:rgba(var(--fd-gray-50),1);border-radius:0 0 var(--fd-border-radius-md) var(--fd-border-radius-md);border-top:1px solid rgba(var(--fd-gray-200),1);bottom:0;display:none;height:48px;justify-content:end;left:0;padding:var(--fd-spacing-sm);position:absolute;width:100%;z-index:2}#fd .o-dialog-body{border-bottom:0;border-top:50px solid transparent;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#fd .o-dialog-container{background:rgba(var(--fd-white),1);border:0 solid rgba(var(--fd-gray-200),1);border-radius:0 0 var(--fd-border-radius-md) var(--fd-border-radius-md);border-top:none;height:100%;overflow:auto;position:absolute;width:100%}#fd.is-loading .o-dialog-container{overflow:hidden}#fd.o-dialog.has-footer .o-dialog-body{border-bottom:48px solid transparent}#fd.o-dialog.has-footer .o-dialog-container{border-radius:0}#fd.o-dialog.has-footer .o-dialog-footer{display:flex}#fd .o-dialog-title{font-size:var(--fd-font-size-sm);font-weight:700}#fd .o-dialog-back-button,#fd .o-dialog-close-button{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );cursor:pointer;flex:0 0 auto;font-size:15px;text-align:center}#fd .o-dialog-back-button:hover,#fd .o-dialog-close-button:hover{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-dialog-back-button span,#fd .o-dialog-close-button span{position:relative}#fd .o-dialog-back-button{padding-right:var(--fd-spacing-sm) }#fd .o-dialog-back-button i,#fd .o-dialog-close-button i{font-size:18px;position:relative}#fd .o-dialog-content{height:100%;padding:var(--fd-spacing-md);position:relative}#fd .o-dialog-content *{font-size:var(--fd-font-size-sm)}#fd .o-dialog-footer-content{border-radius:0 0 var(--fd-border-radius-md) var(--fd-border-radius-md);display:flex;justify-content:flex-end;overflow:hidden;text-align:center}#fd .o-dialog-footer-content>*+*{margin-left:var(--fd-spacing-sm)}#fd .o-dialog-footer-content__btn.is-loading{color:transparent!important;cursor:default;opacity:1;pointer-events:auto;position:relative;text-shadow:none!important;transition:all 0s linear,opacity .1s ease}#fd .o-dialog-footer-content__btn.is-loading:before{border:.2em solid rgba(0,0,0,.1);border-radius:500rem;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}#fd .o-dialog-footer-content__btn.is-loading:after{-webkit-animation:btn-spin .6s linear;animation:btn-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:.2em solid transparent;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}#fd .o-dialog-error-message{display:block;font-weight:400}#fd.o-dialog.type-iframe .o-dialog-container{overflow:hidden}#fd.o-dialog.type-iframe .o-dialog-content{height:100%;padding:0;width:100%}#fd.o-dialog.type-iframe iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}#fd.is-mobile.o-dialog{height:100%;width:100%;z-index:2147483640}#fd.is-mobile .o-dialog-modal{height:100%!important;width:100%!important}#fd.is-mobile .o-dialog-body{-webkit-overflow-scrolling:touch;overflow-y:scroll}:root .has-fd-dialog,:root .has-fd-dialog .flatpickr-calendar.open,:root .has-fd-dialog .select2-container--open,:root .has-fd-dialog [data-tippy-root]{z-index:2147483642!important}#fd .o-inline-list{align-items:center;display:inline-flex;flex-wrap:wrap}#fd .o-inline-list>div{align-items:center;display:flex;position:relative}#fd .o-inline-list>div+div:before{align-items:center;content:attr(fd-breadcrumb);display:flex;font-size:13px;padding:0 var(--fd-spacing-xs)}#fd .o-inline-list>div a,#fd .o-inline-list>div span,#fd .o-inline-list>div time{align-items:center;display:inline-flex}#fd .o-inline-list a{text-decoration:none}#fd .o-inline-list .fa:before{vertical-align:middle}#fd .before\:content-none:before{content:""}#fd .before\:content-dot:before{content:"\00b7"}#fd .before\:content-pipe:before{content:"\007c"}#fd .o-location{--tw-border-opacity:1;align-items:center;border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);display:flex;padding:var(--fd-spacing-xs)}#fd .o-location,#fd .o-location__field{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-location__field{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;border-radius:var(--fd-border-radius-md);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);margin:0;padding-bottom:var(--fd-spacing-xs) ;padding-top:var(--fd-spacing-xs) ;position:relative;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}#fd .o-location__field,#fd .o-location__field:hover{border-color:transparent}#fd .o-location__field{--tw-text-opacity:1!important;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )!important;height:auto}#fd .o-location__field:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-color:transparent!important;--tw-ring-offset-color:transparent!important;border-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-navigation{display:flex;flex-direction:column;gap:var(--fd-spacing-2xs) ;overflow:hidden}#fd .o-navigation__item{align-items:center;border-radius:var(--fd-border-radius-md);display:flex;gap:var(--fd-spacing-xs) ;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fd .o-navigation__item:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-active{--tw-bg-opacity:1;background-color:var(--fd-primary-50-hex,rgba(var(--fd-primary-50),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-active:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-active .o-navigation__link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-navigation__item.is-active .o-label{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-divider{border-style:none;display:flex;height:1px;margin-bottom:var(--fd-spacing-xs) ;margin-top:var(--fd-spacing-xs) }#fd .o-navigation__item.is-divider,#fd .o-navigation__item.is-divider:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}#fd .o-navigation__link{--tw-text-opacity:1;border-radius:var(--fd-border-radius-md);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );flex-grow:1;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);min-width:0;overflow:hidden;padding:var(--fd-spacing-xs) var(--fd-spacing-sm);text-decoration:none;text-overflow:ellipsis;white-space:nowrap}#fd .o-navigation__label,#fd .o-navigation__loader{flex-shrink:0;margin-right:var(--fd-spacing-sm) }#fd .o-navigation .o-label{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .o-card{word-wrap:break-word;--tw-border-opacity:1;background-clip:border-box;border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);display:flex;flex-direction:column;min-width:0;position:relative}#fd .o-card>hr{margin-left:0;margin-right:0}#fd .o-card__body{flex:1 1 auto;padding:var(--fd-spacing-md) }#fd .o-card__title{font-size:var(--fd-font-size-md);font-weight:700;line-height:1}#fd .o-card__text:last-child{margin-bottom:0}#fd .o-card__header{font-weight:700;margin-bottom:0}#fd .o-card-img-overlay{bottom:0;left:0;position:absolute;right:0;top:0}#fd .o-card-img,#fd .o-card-img-bottom,#fd .o-card-img-top{width:100%}#fd .o-card-deck{display:flex;flex-direction:column}#fd .o-card-list-group{display:flex;flex-direction:column}#fd .o-card-list-group__item{--tw-border-opacity:1;border-bottom-width:1px;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );display:block;padding:var(--fd-spacing-sm) var(--fd-spacing-md);position:relative}#fd .o-card-list-group__item:last-child{border-bottom:0}#fd .o-card--borderless{border:0}#fd .o-card--borderless .o-card__body:first-child{padding-top:0}#fd .o-card--borderless .o-card-list-group__item,#fd .o-card--borderless .o-card__body,#fd .o-card--borderless .o-card__footer{padding-left:0;padding-right:0}#fd .o-snackbar{background-color:rgba(var(--fd-gray-50),1);border-radius:var(--fd-border-radius-md);padding:var(--fd-spacing-md)}#fd .o-searchbar{--tw-border-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md)}#fd .o-filterbar,#fd .o-searchbar{--tw-bg-opacity:1;align-items:center;display:flex;flex-direction:column;padding:var(--fd-spacing-xs) }#fd .o-filterbar{background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) );border-radius:var(--fd-border-radius-md)}#fd .o-toast{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 2px 4px -1px rgba(0,0,0,.06),0 1px 2px -1px rgba(0,0,0,.02);background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgba(var(--fd-gray-800),1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-xs);padding:var(--fd-spacing-md);pointer-events:auto;width:360px}#fd .o-toast__body{align-items:center;display:flex;flex-direction:column;justify-content:center}#fd .o-toast:hover{--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);cursor:pointer;opacity:1}#fd .toast-close-button{color:rgba(var(--fd-gray-500),1);float:right;opacity:.8;right:-.3em;text-shadow:0 1px 0 rgba(var(--fd-gray-500),1);top:-.3em}#fd button.toast-close-button{-webkit-appearance:none;background:transparent;border:0;cursor:pointer;padding:0}#fd .toast-close-button{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:20px;font-weight:700;position:relative;top:-8px}#fd.fd-toast-container{box-sizing:border-box;pointer-events:none;position:fixed;z-index:999999}#fd.fd-toast-container .fd-toast-listing>*+*{margin-top:.5rem}#fd.fd-toast-container *{box-sizing:border-box}#fd.fd-toast-container>div.rtl{background-position:right 15px center;direction:rtl;padding:15px 50px 15px 15px}#fd.fd-toast-container.toast-top-center{right:0;top:0;width:100%}#fd.fd-toast-container.toast-bottom-center{bottom:0;right:0;width:100%}#fd.fd-toast-container.toast-top-full-width{right:0;top:0;width:100%}#fd.fd-toast-container.toast-bottom-full-width{bottom:0;right:0;width:100%}#fd.fd-toast-container.toast-top-left{left:12px;top:12px}#fd.fd-toast-container.toast-top-right{right:12px;top:12px}#fd.fd-toast-container.toast-bottom-right{bottom:12px;right:12px}#fd.fd-toast-container.toast-bottom-left{bottom:12px;left:12px}#fd.fd-toast-container.toast-bottom-center>div,#fd.fd-toast-container.toast-top-center>div{margin-left:auto;margin-right:auto;width:300px}#fd.fd-toast-container.toast-bottom-full-width>div,#fd.fd-toast-container.toast-top-full-width>div{margin-left:auto;margin-right:auto;width:96%}#fd .o-mention-wrapper{border-radius:var(--fd-border-radius-md);max-width:280px;min-width:200px;overflow:hidden;padding-top:var(--fd-spacing-2xs) }.tribute-container{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);height:auto;left:0;max-height:300px;max-width:500px;min-width:180px;overflow:auto;position:absolute;top:0;width:96vw;z-index:999999}.tribute-container,.tribute-container>div{background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}.tribute-container>div{--tw-bg-opacity:1;--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);border-radius:var(--fd-border-radius-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);list-style:none;margin:2px 0 0;padding:0;padding:var(--fd-spacing-xs) }.tribute-container .o-mention{border-radius:var(--fd-border-radius-md);cursor:pointer;padding:var(--fd-spacing-sm) var(--fd-spacing-xs)}.tribute-container .o-mention.is-highlight,.tribute-container .o-mention:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}.tribute-container .o-mention span{font-weight:700}.tribute-container .o-mention.no-match{cursor:default}.tribute-container .menu-highlighted{font-weight:700}#fd .o-editor-wrapper{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);overflow:hidden}#fd .o-editor__textarea{margin:0;padding:var(--fd-spacing-sm) var(--fd-spacing-md);resize:none;width:100%}#fd .o-editor__textarea:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .o-attachment-list{grid-gap:var(--fd-spacing-sm);display:grid;gap:var(--fd-spacing-sm);grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}#fd .o-attachment{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-300),1);border-radius:var(--fd-border-radius-md);color:rgba(var(--fd-gray-400),1);display:flex;justify-content:center;line-height:1;padding:var(--fd-spacing-sm);padding-right:0}#fd .o-attachment__preview{align-items:center;display:flex}#fd .o-attachment__content{display:flex;flex-flow:column;flex-grow:1;justify-content:center;min-width:0;overflow:hidden;padding:0 var(--fd-spacing-sm);text-overflow:ellipsis}#fd .o-attachment__name{color:rgba(var(--fd-gray-500),1);display:block;font-weight:700;line-height:var(--fd-line-height-sm);margin-bottom:var(--fd-spacing-2xs);min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}#fd .o-attachment__name,#fd .o-attachment__size{font-size:var(--fd-font-size-xs)}#fd .o-attachment__actions{border-left:1px solid rgba(var(--fd-gray-300),1);display:flex;font-size:16px;justify-content:center}#fd .o-attachment__actions>a{color:rgba(var(--fd-gray-400),1);padding:var(--fd-spacing-md) var(--fd-spacing-sm)}#fd .o-attachment__actions>a:hover{color:rgba(var(--fd-gray-800),1)}#fd .o-attachment-preview{border-radius:var(--fd-border-radius-md);height:40px;overflow:hidden;position:relative;width:40px}#fd .o-attachment-preview__content{background-color:rgba(var(--fd-gray-50),1);height:40px;line-height:1;text-align:center;width:40px}#fd .o-attachment-preview.is-icon .o-attachment-preview__content{font-size:18px}#fd .o-attachment-preview.is-icon .o-attachment-preview__content:before{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:var(--fd-font-family-fontawesome);font-size:inherit;font-style:normal;font-weight:400;left:50%;line-height:1;position:absolute;top:50%;-webkit-transform:translate(0);transform:translate(0);-webkit-transform:perspective(1px) translateX(-50%) translateY(-50%);transform:perspective(1px) translateX(-50%) translateY(-50%)}#fd .o-attachment-preview.is-icon.is-icon--zip .o-attachment-preview__content:before{content:"\f1c6"}#fd .o-attachment-preview.is-icon.is-icon--doc .o-attachment-preview__content:before{content:"\f15c"}#fd .o-attachment-preview.is-icon.is-icon--img .o-attachment-preview__content:before{content:"\f1c5"}#fd .o-attachment-preview.is-image .o-attachment-preview__content{background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:40px;width:40px}#fd .o-empty{background-color:var(--si-body);display:inline-block;display:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);padding:var(--fd-spacing-3xl) var(--fd-spacing-md);position:relative;text-align:center;text-align:center;width:100%}#fd .o-empty__content>*+*{margin-top:var(--fd-spacing-md) }#fd .o-empty__icon{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:40px;width:auto}#fd.is-mobile .o-empty--height-no{min-height:80px}#fd .is-empty>.o-empty{display:inline-block}#fd .any-listing{display:none}#fd .is-done .any-listing{display:flex;flex-direction:column}#fd .o-loader{display:none;font-size:1em;height:40px;margin:0;position:relative;text-align:center;width:40px;z-index:1000}#fd .o-loader:before{--tw-border-opacity:1;border:4px solid var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );border-radius:500rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%}#fd .o-loader:after{-webkit-animation:fd-rotate .55s linear;animation:fd-rotate .55s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:4px solid transparent;border-radius:500rem;border-top:4px solid rgba(var(--fd-gray-300),1);box-shadow:0 0 0 1px transparent;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes fd-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fd-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#fd .is-loading>.o-loader{display:block}#fd .is-loading>.o-loader-wrapper{display:flex;flex-direction:column}#fd .o-loader-wrapper{align-items:center;display:none;justify-content:center;min-height:100px;position:relative}#fd .o-placeholder-box{--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );color:transparent;display:inline-block;height:var(--fd-spacing-sm) ;overflow:hidden;position:relative}#fd .o-placeholder-box:after{-webkit-animation:fd-placeholder-box 1s infinite;animation:fd-placeholder-box 1s infinite;background-image:linear-gradient(90deg,rgba(var(--fd-white),0) 0,rgba(var(--fd-white),.2) 20%,rgba(var(--fd-white),.5) 60%,rgba(var(--fd-white),0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@-webkit-keyframes fd-placeholder-box{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes fd-placeholder-box{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}#fd .si__title{color:blue}#fd .test-ignore{margin-left:8px}@media (min-width:768px){#fd .o-dropdown{width:auto}#fd .o-filterbar,#fd .o-searchbar{flex-direction:row}#fd .o-mention-wrapper,.tribute-container{width:auto}#fd .o-attachment-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:359px){#fd .o-toast{width:320px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#fd .ps{overflow:auto!important}}@media (prefers-reduced-motion:reduce),print{#fd .fd-animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:1ms!important}#fd .fd-animate__animated[class*=Out]{opacity:0}}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 For font-family, font-weight and fa-fw, need to prefix with .fdi selector to prevent conflict 
 e.g.: .fa to .fdi.fa
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fdi.fa-fw{width:1.25em;text-align:center}.fa-ul{padding-left:0;margin-left:2.5em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2em;width:2em;line-height:inherit;text-align:center}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2.5em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.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-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.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-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.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-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-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-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.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-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-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.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-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.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-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.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-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-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.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-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.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-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.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-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-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-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.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-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.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-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.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-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.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-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-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.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-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.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-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.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-polygon:before{content:"\f5ee"}.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-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.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-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.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-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-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.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-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.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-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-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.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-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.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-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-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.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-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-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.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-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.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-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.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-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.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-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.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-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.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-leaf:before{content:"\f06c"}.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-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.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-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-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.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-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.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-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-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-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-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.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-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.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-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-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-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.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-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-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.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-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.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-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.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-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-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-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.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-record-vinyl:before{content:"\f8d9"}.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-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.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-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-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-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.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-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-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.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-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.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-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-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-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.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-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.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-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.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-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.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-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.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-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.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-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.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-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.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-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.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-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.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-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.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-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.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-nurse:before{content:"\f82f"}.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-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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-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-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.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-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.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-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.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-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-wodu:before{content:"\e088"}.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-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/media/foundry/css/vendor/fontawesome/webfonts/fa-brands-400.eot);src:url(/media/foundry/css/vendor/fontawesome/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fdi.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/media/foundry/css/vendor/fontawesome/webfonts/fa-regular-400.eot);src:url(/media/foundry/css/vendor/fontawesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fdi.fab,.fdi.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/media/foundry/css/vendor/fontawesome/webfonts/fa-solid-900.eot);src:url(/media/foundry/css/vendor/fontawesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/media/foundry/css/vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fdi.fa,.fdi.far,.fdi.fas,.fdi.fa:before,.fdi.far:before,.fdi.fas:before{font-family:"Font Awesome 5 Free"}.fdi.fa,.fdi.fas{font-weight:900}
.fdi.fa:before,
.fdi.fab:before,
.fdi.far:before {
	font-weight: inherit;
}
#eb,.select2-container--si,.com_easyblog{--si-font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--si-root-font-size:16px;--si-font-size--01:calc(var(--si-root-font-size)*.75);--si-font-size--02:calc(var(--si-root-font-size)*.875);--si-font-size--03:calc(var(--si-root-font-size)*1);--si-font-size--04:calc(var(--si-root-font-size)*1.125);--si-font-size--05:calc(var(--si-root-font-size)*1.25);--si-font-size--06:calc(var(--si-root-font-size)*1.5);--si-font-size--07:calc(var(--si-root-font-size)*1.75);--si-font-size--08:calc(var(--si-root-font-size)*2);--si-font-size--09:calc(var(--si-root-font-size)*2.25);--si-font-size--10:calc(var(--si-root-font-size)*2.625);--si-line-height--sm:calc(var(--si-root-font-size)*1.25);--si-line-height:calc(var(--si-root-font-size)*1.5);--si-ui-radius:calc(var(--si-root-font-size)*.25);--si-ui-radius--sm:calc(var(--si-root-font-size)*.125);--si-ui-radius--lg:calc(var(--si-root-font-size)*.5);--si-spacing--no:0;--si-spacing:var(--si-root-font-size);--fd-root-font-size:16px;--fd-spacing:var(--fd-root-font-size);--fd-spacing-px:1px;--fd-spacing-no:0;--fd-spacing-3xs:calc(var(--fd-spacing)*.125);--fd-spacing-2xs:calc(var(--fd-spacing)*.25);--fd-spacing-xs:calc(var(--fd-spacing)*.5);--fd-spacing-sm:calc(var(--fd-spacing)*.75);--fd-spacing-md:calc(var(--fd-spacing)*1);--fd-spacing-lg:calc(var(--fd-spacing)*1.25);--fd-spacing-xl:calc(var(--fd-spacing)*1.5);--fd-spacing-2xl:calc(var(--fd-spacing)*2);--fd-spacing-3xl:calc(var(--fd-spacing)*2.5);--fd-spacing-4xl:calc(var(--fd-spacing)*3);--fd-spacing-5xl:calc(var(--fd-spacing)*4);--fd-border-radius-no:0;--fd-border-radius-sm:calc(var(--fd-spacing)*.25);--fd-border-radius-md:calc(var(--fd-spacing)*.5);--fd-border-radius-lg:calc(var(--fd-spacing)*1);--fd-border-radius-full:calc(var(--fd-spacing)*9999);--fd-black:16,16,16;--fd-white:255,255,255;--fd-transparent:transparent;--fd-color-inverse:255,255,255;--fd-gray-50:249,249,249;--fd-gray-100:244,244,244;--fd-gray-200:229,229,229;--fd-gray-300:212,212,212;--fd-gray-400:163,163,163;--fd-gray-500:119,119,119;--fd-gray-600:90,90,90;--fd-gray-700:48,48,48;--fd-gray-800:34,34,34;--fd-gray-900:25,25,25;--fd-primary-50:246,248,254;--fd-primary-100:237,241,252;--fd-primary-200:211,220,248;--fd-primary-300:184,199,243;--fd-primary-400:131,156,235;--fd-primary-500:78,114,226;--fd-primary-600:70,103,203;--fd-primary-700:59,86,170;--fd-primary-800:47,68,136;--fd-primary-900:38,56,111;--fd-ui-link:rgba(var(--fd-primary-500),1);--fd-success-50:236,253,245;--fd-success-100:209,250,229;--fd-success-200:167,243,208;--fd-success-300:110,231,183;--fd-success-400:52,211,153;--fd-success-500:0,165,118;--fd-success-600:4,142,99;--fd-success-700:4,120,87;--fd-success-800:6,95,70;--fd-success-900:6,78,59;--fd-info-50:248,249,251;--fd-info-100:241,244,246;--fd-info-200:220,227,234;--fd-info-300:198,210,221;--fd-info-400:156,177,195;--fd-info-500:113,143,169;--fd-info-600:102,129,152;--fd-info-700:85,107,127;--fd-info-800:68,86,101;--fd-info-900:55,70,83;--fd-warning-50:255,250,245;--fd-warning-100:255,244,236;--fd-warning-200:254,228,206;--fd-warning-300:253,211,177;--fd-warning-400:252,179,119;--fd-warning-500:251,146,60;--fd-warning-600:226,131,54;--fd-warning-700:188,110,45;--fd-warning-800:151,88,36;--fd-warning-900:123,72,29;--fd-danger-50:255,241,242;--fd-danger-100:255,228,230;--fd-danger-200:254,205,211;--fd-danger-300:253,164,175;--fd-danger-400:251,113,133;--fd-danger-500:244,63,94;--fd-danger-600:225,29,72;--fd-danger-700:190,18,60;--fd-danger-800:159,18,57;--fd-danger-900:136,19,55;--eb-composer-block-active-bg:rgba(255,255,255,0.5);--fd-link-color:inherit;--eb-divider-bg:#fff;--eb-divider-color:#333}.si-theme--light{--si-toolbar-bg:#fff;--si-toolbar-text:#292929;--si-ui-link:#1976d2;--si-primary:#4e72e2;--si-primary-100:#ecf0fc;--si-primary-200:#b8c6f3;--si-primary-300:#4e72e2;--si-primary-400:#4666ca;--si-info:#85c1e9;--si-info-100:#ebf5fb;--si-info-200:#aed6f1;--si-info-300:#85c1e9;--si-info-400:#5dade2;--si-success:#00bc65;--si-success-100:#e6f8ef;--si-success-200:#99e4c1;--si-success-300:#00bc65;--si-success-400:#00a85a;--si-danger:#ec6f7f;--si-danger-100:#fff1f2;--si-danger-200:#ff8a99;--si-danger-300:#ec6f7f;--si-danger-400:#d36372;--si-warning:#f5b041;--si-warning-100:#fef5e7;--si-warning-200:#fad7a0;--si-warning-300:#f5b041;--si-warning-400:#f39c12;--si-light:#f8f9fa;--si-dark:#343a40;--si-fb:#0076fb;--si-twitter:#1da1f2;--si-linkedin:#0073b1;--si-default:#f0f0f1;--si-priority-urgent:#ec6f7f;--si-priority-normal:#f5b041;--si-priority-low:#85c1e9;--si-overlay:rgba(0,0,0,0.125);--si-primary--text:#fff;--si-primary--bg:var(--si-primary-300);--si-primary--border:var(--si-primary-300);--si-primary--hover-text:#fff;--si-primary--hover-bg:var(--si-primary-400);--si-primary--hover-border:var(--si-primary-400);--si-primary--active-text:#fff;--si-primary--active-bg:var(--si-primary-400);--si-primary--active-border:var(--si-primary-400);--si-primary--disabled-text:#fff;--si-primary--disabled-bg:var(--si-primary-200);--si-primary--disabled-border:var(--si-primary-200);--si-success--text:#fff;--si-success--bg:var(--si-success-300);--si-success--border:var(--si-success-300);--si-success--hover-text:#fff;--si-success--hover-bg:var(--si-success-400);--si-success--hover-border:var(--si-success-400);--si-success--active-text:#fff;--si-success--active-bg:var(--si-success-400);--si-success--active-border:var(--si-success-400);--si-success--disabled-text:#fff;--si-success--disabled-bg:var(--si-success-200);--si-success--disabled-border:var(--si-success-200);--si-info--text:#fff;--si-info--bg:var(--si-info-300);--si-info--border:var(--si-info-300);--si-info--hover-text:#fff;--si-info--hover-bg:var(--si-info-400);--si-info--hover-border:var(--si-info-400);--si-info--active-text:#fff;--si-info--active-bg:var(--si-info-400);--si-info--active-border:var(--si-info-400);--si-info--disabled-text:#fff;--si-info--disabled-bg:var(--si-info-200);--si-info--disabled-border:var(--si-info-200);--si-warning--text:#fff;--si-warning--bg:var(--si-warning-300);--si-warning--border:var(--si-warning-300);--si-warning--hover-text:#fff;--si-warning--hover-bg:var(--si-warning-400);--si-warning--hover-border:var(--si-warning-400);--si-warning--active-text:#fff;--si-warning--active-bg:var(--si-warning-400);--si-warning--active-border:var(--si-warning-400);--si-warning--disabled-text:#fff;--si-warning--disabled-bg:var(--si-warning-200);--si-warning--disabled-border:var(--si-warning-200);--si-danger--text:#fff;--si-danger--bg:var(--si-danger-300);--si-danger--border:var(--si-danger-300);--si-danger--hover-text:#fff;--si-danger--hover-bg:var(--si-danger-400);--si-danger--hover-border:var(--si-danger-400);--si-danger--active-text:#fff;--si-danger--active-bg:var(--si-danger-400);--si-danger--active-border:var(--si-danger-400);--si-danger--disabled-text:#fff;--si-danger--disabled-bg:var(--si-danger-200);--si-danger--disabled-border:var(--si-danger-200);--si-fb--text:#fff;--si-fb--bg:#0076fb;--si-fb--border:#0076fb;--si-fb--hover-text:#fff;--si-fb--hover-bg:#166fe5;--si-fb--hover-border:#0076fb;--si-twitter--text:#fff;--si-twitter--bg:#1da1f2;--si-twitter--border:#1da1f2;--si-twitter--hover-text:#fff;--si-twitter--hover-bg:#1da1f2;--si-twitter--hover-border:#1da1f2;--si-linkedin--text:#fff;--si-linkedin--bg:#0073b1;--si-linkedin--border:#0073b1;--si-linkedin--hover-text:#fff;--si-linkedin--hover-bg:#0073b1;--si-linkedin--hover-border:#0073b1;--si-default--outline-text:rgba(var(--fd-gray-800),1);--si-default--outline-bg:rgba(var(--fd-white),1);--si-default--outline-border:rgba(var(--fd-gray-200),1);--si-default--hover-outline-text:rgba(var(--fd-gray-800),1);--si-default--hover-outline-bg:rgba(var(--fd-white),1);--si-default--hover-outline-border:rgba(var(--fd-gray-500),1);--si-default--active-outline-text:rgba(var(--fd-white),1);--si-default--active-outline-bg:rgba(var(--fd-gray-300),1);--si-default--active-outline-border:rgba(var(--fd-gray-300),1);--si-default--disabled-outline-text:rgba(var(--fd-gray-300),1);--si-default--disabled-outline-bg:rgba(var(--fd-gray-50),1);--si-default--disabled-outline-border:rgba(var(--fd-gray-300),1);--si-primary--outline-text:#4e72e2;--si-primary--outline-bg:#ecf0fc;--si-primary--outline-border:#4e72e2;--si-primary--hover-outline-text:#4e72e2;--si-primary--hover-outline-bg:#ecf0fc;--si-primary--hover-outline-border:#4666ca;--si-success--outline-text:#00bc65;--si-success--outline-bg:#e6f8ef;--si-success--outline-border:#00bc65;--si-success--hover-outline-text:#00bc65;--si-success--hover-outline-bg:#e6f8ef;--si-success--hover-outline-border:#00a85a;--si-info--outline-text:#85c1e9;--si-info--outline-bg:#ebf5fb;--si-info--outline-border:#85c1e9;--si-info--hover-outline-text:#85c1e9;--si-info--hover-outline-bg:#ebf5fb;--si-info--hover-outline-border:#5dade2;--si-warning--outline-text:#f5b041;--si-warning--outline-bg:#fef5e7;--si-warning--outline-border:#f5b041;--si-warning--hover-outline-text:#f5b041;--si-warning--hover-outline-bg:#fef5e7;--si-warning--hover-outline-border:#f39c12;--si-danger--outline-text:#ec6f7f;--si-danger--outline-bg:#fff1f2;--si-danger--outline-border:#ec6f7f;--si-danger--hover-outline-text:#ec6f7f;--si-danger--hover-outline-bg:#fff1f2;--si-danger--hover-outline-border:#d36372;--si-answer--text:rgba(var(--fd-gray-800),1);--si-answer--bg:#e6f8ef;--si-answer--border:#00bc65;--powered-by-giphy:url(/media/com_easyblog/images/giphy/poweredby-text-dark.png);--toolbar-dropdown-shadow:0 3px 12px rgba(0,0,0,0.125);--dropdown-shadow:0 3px 12px rgba(0,0,0,0.125);--si-modal-bg:rgba(0,0,0,0.25)}#eb.si-theme--dark,.si-theme--dark{--fd-white:16,16,16;--fd-black:255,255,255;--fd-gray-50:25,25,25;--fd-gray-100:33,33,33;--fd-gray-200:48,48,48;--fd-gray-300:90,90,90;--fd-gray-400:119,119,119;--fd-gray-500:163,163,163;--fd-gray-600:212,212,212;--fd-gray-700:229,229,229;--fd-gray-800:244,244,244;--fd-gray-900:249,249,249;--si-toolbar-bg:transparent;--si-toolbar-text:#888;--si-ui-link:#4e72e2;--si-primary:#4e72e2;--si-primary-100:#ecf0fc;--si-primary-200:#b8c6f3;--si-primary-300:#4e72e2;--si-primary-400:#4666ca;--si-info:#85c1e9;--si-info-100:#ebf5fb;--si-info-200:#aed6f1;--si-info-300:#85c1e9;--si-info-400:#5dade2;--si-success:#00bc65;--si-success-100:#e6f8ef;--si-success-200:#99e4c1;--si-success-300:#00bc65;--si-success-400:#00a85a;--si-danger:#ec6f7f;--si-danger-100:#fff1f2;--si-danger-200:#ff8a99;--si-danger-300:#ec6f7f;--si-danger-400:#d36372;--si-warning:#f5b041;--si-warning-100:#fef5e7;--si-warning-200:#fad7a0;--si-warning-300:#f5b041;--si-warning-400:#f39c12;--si-light:#f8f9fa;--si-dark:#343a40;--si-fb:#0076fb;--si-twitter:#1da1f2;--si-linkedin:#0073b1;--si-default:#f0f0f1;--si-priority-urgent:#ec6f7f;--si-priority-normal:#f5b041;--si-priority-low:#85c1e9;--si-overlay:rgba(0,0,0,0.125);--si-primary--text:#fff;--si-primary--bg:var(--si-primary-300);--si-primary--border:var(--si-primary-300);--si-primary--hover-text:#fff;--si-primary--hover-bg:var(--si-primary-400);--si-primary--hover-border:var(--si-primary-400);--si-primary--active-text:#fff;--si-primary--active-bg:var(--si-primary-400);--si-primary--active-border:var(--si-primary-400);--si-primary--disabled-text:#fff;--si-primary--disabled-bg:var(--si-primary-200);--si-primary--disabled-border:var(--si-primary-200);--si-success--text:#fff;--si-success--bg:var(--si-success-300);--si-success--border:var(--si-success-300);--si-success--hover-text:#fff;--si-success--hover-bg:var(--si-success-400);--si-success--hover-border:var(--si-success-400);--si-success--active-text:#fff;--si-success--active-bg:var(--si-success-400);--si-success--active-border:var(--si-success-400);--si-success--disabled-text:#fff;--si-success--disabled-bg:var(--si-success-200);--si-success--disabled-border:var(--si-success-200);--si-info--text:#fff;--si-info--bg:var(--si-info-300);--si-info--border:var(--si-info-300);--si-info--hover-text:#fff;--si-info--hover-bg:var(--si-info-400);--si-info--hover-border:var(--si-info-400);--si-info--active-text:#fff;--si-info--active-bg:var(--si-info-400);--si-info--active-border:var(--si-info-400);--si-info--disabled-text:#fff;--si-info--disabled-bg:var(--si-info-200);--si-info--disabled-border:var(--si-info-200);--si-warning--text:#fff;--si-warning--bg:var(--si-warning-300);--si-warning--border:var(--si-warning-300);--si-warning--hover-text:#fff;--si-warning--hover-bg:var(--si-warning-400);--si-warning--hover-border:var(--si-warning-400);--si-warning--active-text:#fff;--si-warning--active-bg:var(--si-warning-400);--si-warning--active-border:var(--si-warning-400);--si-warning--disabled-text:#fff;--si-warning--disabled-bg:var(--si-warning-200);--si-warning--disabled-border:var(--si-warning-200);--si-danger--text:#fff;--si-danger--bg:var(--si-danger-300);--si-danger--border:var(--si-danger-300);--si-danger--hover-text:#fff;--si-danger--hover-bg:var(--si-danger-400);--si-danger--hover-border:var(--si-danger-400);--si-danger--active-text:#fff;--si-danger--active-bg:var(--si-danger-400);--si-danger--active-border:var(--si-danger-400);--si-danger--disabled-text:#fff;--si-danger--disabled-bg:var(--si-danger-200);--si-danger--disabled-border:var(--si-danger-200);--si-fb--text:#fff;--si-fb--bg:#0076fb;--si-fb--border:#0076fb;--si-fb--hover-text:#fff;--si-fb--hover-bg:#166fe5;--si-fb--hover-border:#0076fb;--si-twitter--text:#fff;--si-twitter--bg:#1da1f2;--si-twitter--border:#1da1f2;--si-twitter--hover-text:#fff;--si-twitter--hover-bg:#1da1f2;--si-twitter--hover-border:#1da1f2;--si-linkedin--text:#fff;--si-linkedin--bg:#0073b1;--si-linkedin--border:#0073b1;--si-linkedin--hover-text:#fff;--si-linkedin--hover-bg:#0073b1;--si-linkedin--hover-border:#0073b1;--si-primary--outline-text:#4e72e2;--si-primary--outline-bg:#ecf0fc;--si-primary--outline-border:#4e72e2;--si-primary--hover-outline-text:#4e72e2;--si-primary--hover-outline-bg:#ecf0fc;--si-primary--hover-outline-border:#4666ca;--si-success--outline-text:#00bc65;--si-success--outline-bg:#e6f8ef;--si-success--outline-border:#00bc65;--si-success--hover-outline-text:#00bc65;--si-success--hover-outline-bg:#e6f8ef;--si-success--hover-outline-border:#00a85a;--si-info--outline-text:#85c1e9;--si-info--outline-bg:#ebf5fb;--si-info--outline-border:#85c1e9;--si-info--hover-outline-text:#85c1e9;--si-info--hover-outline-bg:#ebf5fb;--si-info--hover-outline-border:#5dade2;--si-warning--outline-text:#f5b041;--si-warning--outline-bg:#fef5e7;--si-warning--outline-border:#f5b041;--si-warning--hover-outline-text:#f5b041;--si-warning--hover-outline-bg:#fef5e7;--si-warning--hover-outline-border:#f39c12;--si-danger--outline-text:#ec6f7f;--si-danger--outline-bg:#fff1f2;--si-danger--outline-border:#ec6f7f;--si-danger--hover-outline-text:#ec6f7f;--si-danger--hover-outline-bg:#fff1f2;--si-danger--hover-outline-border:#d36372;--si-answer--border:#00bc65;--powered-by-giphy:url(/media/com_easyblog/images/giphy/poweredby-text-light.png);--si-modal-bg:rgba(255,255,255,0.25);--eb-composer-block-active-bg:rgba(0,0,0,0.5);--eb-divider-bg:#000;--eb-divider-color:#f0f0f1}#eb{
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
}#eb{text-align:left;direction:ltr}#eb *,#eb *:before,#eb *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#eb input,#eb textarea,#eb .o-form-control,#eb .ebd-workarea .ebd [contenteditable],#eb .ebd-workarea .ebd [contenteditable] p{direction:ltr;unicode-bidi:embed}#eb .ebd-workarea .ebd [contenteditable][data-eb-text-content-wrapper],#eb .ebd-workarea .ebd [contenteditable][data-eb-text-content-wrapper] span{font-size:inherit;background-color:inherit;font-family:inherit;text-align:inherit;color:inherit;font-weight:inherit}#eb img,#eb input{min-width:0;min-height:0}#eb blockquote,#eb header,#eb nav,#eb figure,#eb aside,#eb footer,#eb form{padding:0;margin:0;width:auto;height:auto;border:0;outline:0;float:none;position:static;display:block;background:none;text-align:inherit;font-size:inherit;font-family:inherit;text-shadow:none}#eb .fd-reset-list,#eb .fd-reset-list>li{width:auto;margin:0;padding:0;border:0;background:none;clear:none;float:none;list-style:none;list-style-image:none;overflow:visible}#eb .fd-reset-list:before,#eb .fd-reset-list:after,#eb .fd-reset-list>li:before,#eb .fd-reset-list>li:after{display:none}#eb a:link{text-decoration:none}#eb input,#eb button,#eb select,#eb textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}#eb img{vertical-align:middle;height:auto}#eb .img-responsive{display:block;max-width:100%;height:auto}#eb .img-rounded{border-radius:6px}#eb .img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:8px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}#eb .img-circle{border-radius:50%}#eb hr{margin-top:18px;margin-bottom:18px;border:0;border-top:1px solid #eee}#eb .divider{border-left:0;border-right:0;border-top:1px solid transparent;border-bottom:1px solid transparent}#eb .fd-small{font-size:11px;margin:auto;padding:auto;font-weight:normal}#eb .fd-small>a{font-size:11px}#eb .row{display:block;margin:auto}#eb.is-iphone input[type="email"]:hover,#eb.is-iphone input[type="number"]:hover,#eb.is-iphone input[type="search"]:hover,#eb.is-iphone input[type="text"]:hover,#eb.is-iphone input[type="tel"]:hover,#eb.is-iphone input[type="url"]:hover,#eb.is-iphone input[type="password"]:hover,#eb.is-iphone textarea:hover,#eb.is-iphone select:hover,#eb.is-iphone .o-form-control:hover{font-size:initial}#eb a[target=_blank]:not(.eb-image-popup-button):before{content:""}#eb .tox .tox-mbtn,#eb .tox .tox-tbtn{font-size:14px}#eb .tox .tox-tbtn{margin:0}#eb .tox .tox-tbtn--select,#eb .tox .tox-mbtn{margin:2px 0 3px}#eb .tox .tox-toolbar__group{min-height:39px}#eb .mv-5{margin:5px 0 !important}#eb .mv-10{margin:10px 0 !important}#eb .mv-15{margin:15px 0 !important}#eb .mt-0{margin-top:0 !important}#eb .mt-5{margin-top:5px !important}#eb .mt-10{margin-top:10px !important}#eb .mt-15{margin-top:15px !important}#eb .mt-20{margin-top:20px !important}#eb .mb-0{margin-bottom:0 !important}#eb .mb-5{margin-bottom:5px !important}#eb .mb-10{margin-bottom:10px !important}#eb .mb-15{margin-bottom:15px !important}#eb .mb-20{margin-bottom:20px !important}#eb .mr-0{margin-right:0 !important}#eb .mr-5{margin-right:5px !important}#eb .mr-10{margin-right:10px !important}#eb .mr-15{margin-right:15px !important}#eb .mr-20{margin-right:20px !important}#eb .ml-0{margin-left:0 !important}#eb .ml-5{margin-left:5px !important}#eb .ml-10{margin-left:10px !important}#eb .ml-15{margin-left:15px !important}#eb .ml-20{margin-left:20px !important}#eb .pv-5{padding:5px 0 !important}#eb .pv-10{padding:10px 0 !important}#eb .pv-15{padding:15px 0 !important}#eb .ph-5{padding-left:5px !important;padding-right:5px !important}#eb .ph-10{padding-left:10px !important;padding-right:10px !important}#eb .ph-15{padding-left:15px !important;padding-right:15px !important}#eb .ph-20{padding-left:20px !important;padding-right:20px !important}#eb .pa-5{padding:5px !important}#eb .pa-10{padding:10px !important}#eb .pa-15{padding:15px !important}#eb .pt-0{padding-top:0 !important}#eb .pt-5{padding-top:5px !important}#eb .pt-10{padding-top:10px !important}#eb .pt-15{padding-top:15px !important}#eb .pt-20{padding-top:20px !important}#eb .pb-0{padding-bottom:0 !important}#eb .pb-5{padding-bottom:5px !important}#eb .pb-10{padding-bottom:10px !important}#eb .pb-15{padding-bottom:15px !important}#eb .pb-20{padding-bottom:20px !important}#eb .pr-0{padding-right:0 !important}#eb .pr-5{padding-right:5px !important}#eb .pr-10{padding-right:10px !important}#eb .pr-15{padding-right:15px !important}#eb .pr-20{padding-right:20px !important}#eb .pl-0{padding-left:0 !important}#eb .pl-5{padding-left:5px !important}#eb .pl-10{padding-left:10px !important}#eb .pl-15{padding-left:15px !important}#eb .pl-20{padding-left:20px !important}#eb .fs-24{font-size:24px !important}#eb .fs-16{font-size:16px !important}#eb .fs-14{font-size:14px !important}#eb .fs-12{font-size:12px !important}#eb .fs-11{font-size:11px !important}#eb .fs-10{font-size:10px !important}#eb .fs-9{font-size:9px !important}#eb .half-width{width:50% !important}#eb .full-width{width:100% !important}#eb .center,#eb .table td.center,#eb .table th.center{text-align:center !important}#eb .vertical-line{position:relative}#eb .vertical-line:before{content:'';display:block;width:1px;position:absolute;background-color:rgba(0,0,0,0.1);top:0;bottom:0}#eb.is-mobile .vertical-line:before{display:none}#eb .vertical-line-50:before{left:50%}#eb .fd-cf:before,#eb .fd-cf:after{content:" ";display:table}#eb .fd-cf:after{clear:both}@media(max-width:600px){#eb .narrow-hide{display:none !important}}#eb .o-avatar{position:relative;display:inline-flex;flex-shrink:0;border-radius:5px;width:40px;height:40px;align-items:center;justify-content:center;font-size:16px;background:transparent;--tw-ring-inset:var(--tw-empty,/*!*//*!*/);--tw-ring-offset-width:0;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:transparent;--tw-ring-offset-width:2px;--tw-ring-offset-color:transparent}#eb .o-avatar.is-mobile .o-avatar__mobile{display:flex}#eb .o-avatar.is-online{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgba(var(--fd-success-500),var(--tw-ring-opacity));--tw-ring-offset-width:2px;--tw-ring-offset-color:rgb(var(--fd-color-inverse))}#eb .o-avatar.is-offline{--fd-gray-400:163,163,163;--tw-ring-opacity:1;--tw-ring-color:rgba(var(--fd-gray-400),var(--tw-ring-opacity));--tw-ring-offset-color:rgb(var(--fd-color-inverse))}#eb .o-avatar--rounded,#eb .o-avatar--rounded .o-avatar__content,#eb .o-avatar--rounded .o-avatar__content img{border-radius:50%}#eb .o-avatar--rounded .o-avatar__mobile{top:-.125em;right:-.25em}#eb .o-avatar--rounded .o-avatar__action{right:0;bottom:0}#eb .o-avatar--sm{width:24px;height:24px;font-size:12px;line-height:1}#eb .o-avatar--md{width:32px;height:32px;font-size:16px;line-height:1}#eb .o-avatar--lg{width:64px;height:64px;font-size:18px;line-height:1}#eb .o-avatar--xl{width:120px;height:120px;font-size:24px;line-height:1}#eb .o-avatar__content{display:flex;flex-grow:1;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;color:#fff;text-align:center;border-radius:4px}#eb .o-avatar__content img{flex-grow:1;border-radius:3px}#eb .o-avatar__mobile{position:absolute;top:-.5em;right:-.625em;z-index:2;display:none;align-items:center;justify-content:center;width:1.2em;height:1.2em;--tw-text-opacity:1;color:rgba(var(--fd-success-500),var(--tw-text-opacity));background-color:#fff;border-radius:50%}#eb .o-avatar__mobile:before{display:inline-block;font-family:"Font Awesome 5 Free";font-size:.75em;font-weight:900;content:"\f3cd"}#eb .o-avatar__action{position:absolute;right:-.625em;bottom:-.5em;display:flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;font-size:.625em;line-height:1;background-color:#fff;border-radius:50%}#eb .o-avatar__action,#eb .o-avatar__action .dropdown-toggle_{--tw-text-opacity:1;color:rgba(var(--fd-gray-400),var(--tw-text-opacity))}#eb .o-avatar__remove-tag{z-index:2;line-height:1}#eb .o-avatar__remove-tag>a{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;--tw-bg-opacity:1;background-color:rgba(var(--fd-danger-500),var(--tw-bg-opacity));border-radius:50%}#eb .o-avatar__remove-tag>a i{display:inline-block;width:16px;height:16px;font-size:9px;line-height:inherit;text-align:center;vertical-align:top}#eb .o-avatar-action{position:relative;display:inline-block}#eb .o-avatar-action__remove-tag{position:absolute;top:-4px;right:-4px;z-index:2;line-height:1}#eb .o-avatar-action__remove-tag>a{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;border-radius:50%;--tw-bg-opacity:1;background-color:rgba(var(--fd-danger-500),var(--tw-bg-opacity))}#eb .o-avatar-action__remove-tag>a i{display:inline-block;width:16px;height:16px;font-size:9px;line-height:inherit;text-align:center;vertical-align:top}#eb .o-avatar-action:before{position:absolute;top:0;left:0;display:block;width:400px;font-size:20px;color:red;text-align:left}#eb .o-avatar-list__item{display:inline-block}#eb .o-onoffswitch{position:relative;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-top:0}#eb .o-onoffswitch__checkbox{display:none}#eb .o-onoffswitch__label{display:block;overflow:hidden;cursor:pointer;height:16px;padding:0;line-height:16px;border:2px solid rgba(var(--fd-gray-500),1);border-radius:16px;background-color:rgba(var(--fd-gray-500),1);transition:background-color .3s ease-in}#eb .o-onoffswitch__label:before{content:"";display:block;width:16px;margin:0;background:#fff;position:absolute;top:0;bottom:0;right:24px;border:2px solid rgba(var(--fd-gray-500),1);border-radius:16px;transition:all .3s ease-in 0}#eb .o-onoffswitch__checkbox:checked+.o-onoffswitch__label{background-color:rgba(var(--fd-primary-500),1)}#eb .o-onoffswitch__checkbox:checked+.o-onoffswitch__label,#eb .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{border-color:rgba(var(--fd-primary-500),1)}#eb .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{right:0}#eb .o-form-multi-item{display:flex;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:6px;color:rgba(var(--fd-gray-800),1);overflow:hidden;padding:6px 12px}#eb .o-form-multi-item__name{cursor:default;font-weight:bold;padding:0 5px 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;flex-grow:1}#eb .o-form-multi-item__remove,#eb .o-form-multi-item__add{font-size:20px !important;width:30px;color:rgba(var(--fd-gray-800),1);cursor:pointer;text-align:center;flex-shrink:0;padding-left:10px}#eb .o-form-multi-item__remove:hover,#eb .o-form-multi-item__add:hover{color:#d9534f}#eb .o-form-multi-item__input{border:0;box-shadow:none;width:100%;padding:0;background:rgba(var(--fd-white),1)}#eb .eb-sidebar-form-date{position:relative;border:1px solid rgba(var(--fd-gray-300),1);box-shadow:none;line-height:1;height:auto;display:block;width:100%;padding:8px 16px;padding-right:24px;font-size:12px;border-radius:8px;background-color:rgba(var(--fd-white),1)}#eb .eb-sidebar-form-date__preview,#eb .eb-sidebar-form-date__input{font-size:12px;border:0;box-shadow:none;line-height:16px;height:auto;display:block;width:100%;padding:0;margin:0;background:transparent}#eb .eb-sidebar-form-date__icon{position:absolute;top:10px;right:8px;color:#888}#eb .form-group--ifta{position:relative}#eb .form-group--ifta .form-label{z-index:2;touch-action:manipulation;pointer-events:none;position:absolute;left:16px;top:8px;margin-bottom:0;font-size:12px;line-height:16px;--tw-text-opacity:1;color:rgba(var(--fd-gray-500),var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-duration:300ms;transition-timing-function:linear;font-weight:normal}#eb .form-group--ifta input.form-control{box-shadow:none;padding-left:16px;padding-right:16px;padding-top:32px;padding-bottom:8px;font-size:14px;height:auto;-webkit-appearance:none}#eb .form-group--ifta input.form-control:hover{font-size:14px}#eb .form-group--ifta ::-webkit-input-placeholder{color:transparent !important}#eb .form-group--ifta :-moz-placeholder{color:transparent !important}#eb .form-group--ifta ::-moz-placeholder{color:transparent !important}#eb .form-group--ifta :-ms-input-placeholder{color:transparent !important}#eb .form-group--ifta input:-webkit-autofill~label{font-size:12px !important;top:8px !important}#eb .form-group--ifta input:-webkit-autofill{padding-top:32px !important;padding-bottom:8px !important}#eb .o-alert{padding:8px 16px;margin-bottom:19px;border:1px solid transparent;border-radius:8px;text-shadow:none;position:relative;overflow:hidden;font-size:12px}#eb .o-alert h4{margin-top:0;color:inherit}#eb .o-alert .o-alert-link{font-weight:bold}#eb .o-alert>p,#eb .o-alert>ul{margin-bottom:0}#eb .o-alert>p+p{margin-top:5px}#eb .o-alert__close{color:#000;vertical-align:baseline;font-size:18px;font-weight:700;line-height:1}#eb .o-alert__close:hover{opacity:.8}#eb button.o-alert__close{background:rgba(0,0,0,0) none repeat scroll 0 0;border:0 none;cursor:pointer;padding:0}#eb .o-alert--dismissible .o-alert__close{color:inherit}#eb .o-alert--success{background-color:rgba(var(--fd-success-50),1);border-color:rgba(var(--fd-success-500),1);color:rgba(var(--fd-success-500),1)}#eb .o-alert--success .o-alert__close{color:rgba(var(--fd-success-500),1)}#eb .o-alert--info{background-color:rgba(var(--fd-info-50),1);border-color:rgba(var(--fd-info-500),1);color:rgba(var(--fd-info-500),1)}#eb .o-alert--info .o-alert__close{color:rgba(var(--fd-info-500),1)}#eb .o-alert--warning{background-color:rgba(var(--fd-warning-50),1);border-color:rgba(var(--fd-warning-500),1);color:rgba(var(--fd-warning-500),1)}#eb .o-alert--warning .o-alert__close{color:rgba(var(--fd-warning-500),1)}#eb .o-alert--danger,#eb .o-alert--error{background-color:rgba(var(--fd-danger-50),1);border-color:rgba(var(--fd-danger-500),1);color:rgba(var(--fd-danger-500),1)}#eb .o-alert--danger .o-alert__close,#eb .o-alert--error .o-alert__close{color:rgba(var(--fd-danger-500),1)}#eb .o-alert--success-o{background-color:#fff;border-color:#d7eac5;color:#a4d68d;overflow:hidden}#eb .o-alert--success-o hr{border-top-color:#cae4b2}#eb .o-alert--success-o .alert-link{color:#c2e4b2}#eb .o-alert--info-o{background-color:#fff;border-color:#bde9f1;color:#86c7e5;overflow:hidden}#eb .o-alert--info-o hr{border-top-color:#a8e2ec}#eb .o-alert--info-o .alert-link{color:#b0dbee}#eb .o-alert--warning-o{background-color:#fff;border-color:#fbeccb;color:#f6e584;overflow:hidden}#eb .o-alert--warning-o hr{border-top-color:#fae3b3}#eb .o-alert--warning-o .alert-link{color:#faefb3}#eb .o-alert--danger-o,#eb .o-alert--error-o{background-color:#fff;border-color:#eccbcf;color:#d89693;overflow:hidden}#eb .o-alert--danger-o hr,#eb .o-alert--error-o hr{border-top-color:#e5b9be}#eb .o-alert--danger-o .alert-link,#eb .o-alert--error-o .alert-link{color:#e5bbb9}#eb .o-embed{width:100%;position:relative}#eb .o-embed__item,#eb .o-embed embed,#eb .o-embed iframe,#eb .o-embed object,#eb .o-embed video{position:absolute;top:0;left:0;width:100%;height:100%;border:0;overflow:auto;-webkit-overflow-scrolling:touch}#eb .o-embed--16by9{padding-top:56.25%}#eb .o-aspect-ratio{--aspect-ratio:1.7777777777778;width:100%;position:relative}#eb .o-aspect-ratio:before{content:"";display:block;padding-bottom:calc(100%/(var(--aspect-ratio)))}#eb .o-aspect-ratio>:first-child{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;object-fit:cover;background-size:cover;background-repeat:no-repeat}#eb .o-tabs{margin:0;padding:0;list-style:none;display:table;table-layout:fixed;width:100%;text-align:center;font-size:13px}#eb .o-tabs__item{display:table-cell;position:relative}#eb .o-tabs__item:hover .o-tabs__link-edit{display:inline-block}#eb .o-tabs__indicator-error-icon{font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;display:none;float:right;margin:4px}#eb .o-tabs__indicator-error-icon:before{content:"\f06a"}#eb .o-tabs__link-edit{display:none}#eb .o-tabs__link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#888;outline:0 !important}#eb .o-tabs__link::-moz-focus-inner{border:0 !important}#eb .o-tabs__item.has-notice .o-tabs__bubble{display:inline-block}#eb .o-tabs__item.has-notice .o-tabs__indicator-error-icon{display:inline-block;float:right;margin-right:8px;margin-top:4px}#eb .o-tabs__item.error .o-tabs__link{border-right:2px solid transparent;color:#d9534f}#eb .o-tabs__item.error .o-tabs__indicator-error-icon{display:inline-block;color:#d9534f}#eb .o-tabs__toggle-submenu{position:absolute;top:2px;right:40px;padding:0 2px}#eb .o-tabs__bubble,#eb .o-tabs__link-edit{position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#eb .o-tabs__bubble{background-color:rgba(var(--fd-gray-200),1);border-radius:2px;color:#888;display:none;font-size:11px;font-weight:bold;line-height:1;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}#eb .o-tabs--horizontal{border-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .o-tabs--horizontal .o-tabs__item{color:#888;border-bottom:2px solid transparent;position:relative;bottom:-2px}#eb .o-tabs--horizontal .o-tabs__item .o-tabs__link:hover{border-bottom:2px solid rgba(var(--fd-gray-50),1)}#eb .o-tabs--horizontal .o-tabs__item.active .o-tabs__link{color:rgba(var(--fd-gray-800),1);border-bottom:2px solid #4e72e2;background-color:rgba(var(--fd-gray-50),1)}#eb .o-tabs--horizontal .o-tabs__link{display:block;color:#888;padding:2px 0}#eb .o-tabs--horizontal .o-tabs__link:hover{background-color:rgba(var(--fd-gray-50),1)}#eb .o-tabs--horizontal-flat{border:1px solid rgba(var(--fd-gray-200),1)}#eb .o-tabs--horizontal-flat .o-tabs__item{color:#888;border-right:1px solid rgba(var(--fd-gray-200),1);position:relative}#eb .o-tabs--horizontal-flat .o-tabs__item.active .o-tabs__link{color:var(--fd-primary-400)}#eb .o-tabs--horizontal-flat .o-tabs__item:last-child{border-right:0}#eb .o-tabs--horizontal-flat .o-tabs__link{display:block;font-weight:bold;color:#888;padding:8px 0;background-color:rgba(var(--fd-white),1)}#eb .o-tabs--horizontal-flat .o-tabs__link:hover{background-color:rgba(var(--fd-gray-50),1)}#eb .o-tabs--stacked .o-tabs__item{display:block;text-align:left;color:#888;border-right:2px solid transparent;position:relative}#eb .o-tabs--stacked .o-tabs__item.active>.o-tabs__link{color:rgba(var(--fd-gray-800),1);border-right:2px solid #4e72e2;background-color:rgba(var(--fd-gray-50),1)}#eb .o-tabs--stacked .o-tabs__link{display:block;color:#888;padding:2px 0}#eb .o-tabs--stacked .o-tabs__link:hover{background-color:rgba(var(--fd-gray-50),1)}#eb .o-tabs--stacked-o .o-tabs__item{position:relative;display:block;text-align:left;color:#888}#eb .o-tabs--stacked-o .o-tabs__item+.o-tabs__item{margin-top:4px}#eb .o-tabs--stacked-o .o-tabs__item:before{content:"";position:absolute;display:block;width:16px;height:16px;background:rgba(var(--fd-gray-50),1);border-radius:50%;top:50%;margin-top:-8px}#eb .o-tabs--stacked-o .o-tabs__item.active:before{background:#d3f1d7}#eb .o-tabs--stacked-o .o-tabs__link{padding:2px 0 2px 20px;font-size:13px}#eb .o-tabs--stacked-o .active .o-tabs__link{color:rgba(var(--fd-gray-800),1)}#eb .o-tabs--stacked .o-tabs__item.is-loading .o-tabs__bubble,#eb .o-tabs--stacked .o-tabs__item.is-loading .o-tabs__link-edit,#eb .o-tabs--stacked-o .o-tabs__item.is-loading .o-tabs__bubble,#eb .o-tabs--stacked-o .o-tabs__item.is-loading .o-tabs__link-edit{display:none}#eb .o-tabs--stacked .o-tabs__item.is-loading .o-loader,#eb .o-tabs--stacked-o .o-tabs__item.is-loading .o-loader{position:absolute;left:auto;right:4px}#eb .has-notice .o-tabs__link{padding-right:40px}#eb .o-tabs--stacked-app .o-tabs__item{position:relative;display:block;text-align:left;color:#888}#eb .o-tabs--stacked-app .o-tabs__item+.o-tabs__item{margin-top:4px}#eb .o-tabs--stacked-app .o-tabs__item.active .o-tabs__link{color:rgba(var(--fd-gray-800),1)}#eb .o-tabs--stacked-app .o-tabs__link{padding:4px 0 4px 20px}#eb .o-tabs--stacked-app__icon{display:inline-block;width:16px;height:16px;line-height:18px;text-align:center;font-size:11px;border-radius:50%;color:#fff;position:absolute;top:50%;margin-top:-8px}#eb .o-tabs--eb{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto;border-collapse:separate;border-spacing:0 8px;justify-content:space-evenly;border-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .o-tabs--eb .o-tabs__item{flex-grow:1;color:#888;margin:0;padding:0}#eb .o-tabs--eb .o-tabs__link{color:#888;padding:16px 4px;outline:0 !important}#eb .o-tabs--eb .o-tabs__link::-moz-focus-inner{border:0 !important}#eb .o-tabs--eb .active{font-weight:bold}#eb .o-tabs--eb .active .o-tabs__link{color:rgba(var(--fd-gray-800),1);border-bottom:2px solid #4e72e2}#eb.is-mobile .o-tabs--ed{width:100%}#eb .tab-content>.tab-pane,#eb .tab-content__item{display:none}#eb .tab-content>.active{display:block}#eb .tab-content>.is-active{display:block}#eb .fd-tab{display:flex;flex-wrap:wrap;width:100%;padding:0;margin:0;list-style:none;border-bottom:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),1))}#eb .fd-tab__item{text-decoration:none;flex-shrink:0;outline:2px solid transparent;outline-offset:2px;border-bottom:2px solid transparent}#eb .fd-tab__item.is-active{border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),1))}#eb .fd-tab__item.is-active .fd-tab__link{color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),1))}#eb .fd-tab__link{display:block;flex-shrink:0;white-space:nowrap;padding:var(--fd-spacing-sm) var(--fd-spacing-md);--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),1));text-decoration:none;outline:2px solid transparent;outline-offset:2px}#eb .fd-inline-list{display:flex;flex-wrap:wrap;align-items:center}#eb .fd-inline-list>div{position:relative;display:flex;align-items:center;font-size:var(--fd-font-size-xs);line-height:var(--fd-line-height-xs);color:rgba(var(--fd-gray-500),1)}#eb .fd-inline-list>div+div:before{display:flex;align-items:center;padding:0 var(--fd-spacing-xs);font-size:13px;content:attr(fd-breadcrumb);color:rgba(var(--fd-gray-500),1)}#eb .fd-inline-list>div>a,#eb .fd-inline-list>div>span,#eb .fd-inline-list>div>time{display:inline-block;vertical-align:middle}#eb .o-empty{width:100%;min-height:200px;display:inline-block;text-align:center;background-color:rgba(var(--fd-white),1);position:relative;display:none}#eb .o-empty--clean{min-height:0;text-align:left}#eb .o-empty--clean .o-empty__content{position:relative;left:0;top:0;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}#eb .o-empty--height-no{min-height:0}#eb .o-empty--bg-no{background-color:transparent}#eb .o-empty--bg-shade{background-color:rgba(var(--fd-gray-50),1)}#eb .o-empty--bordered{border:1px solid rgba(var(--fd-gray-200),1)}#eb .o-empty__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#eb .o-empty__icon{font-size:40px;color:#888;margin-bottom:8px;width:auto}#eb .o-empty__icon--sm{font-size:28px;color:#888}#eb .o-empty__action{margin-top:20px}#eb.is-mobile .o-empty--height-no{min-height:80px}#eb .is-empty .o-empty{display:inline-block}#eb .o-loader-wrapper{display:none;align-items:center;justify-content:center;min-height:100px;position:relative}#eb .o-loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);font-size:1em}#eb .o-loader:before{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;border-radius:500rem;border:4px solid rgba(0,0,0,0.1)}#eb .o-loader:after{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;animation:fd-loader .55s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#999 transparent transparent;border-style:solid;border-width:4px;box-shadow:0 0 0 1px transparent}#eb .o-loader.o-loader--top{top:16px;-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0);-o-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}@keyframes fd-loader{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}#eb .o-loader.o-loader--sm:before,#eb .o-loader.o-loader--sm:after{width:20px;height:20px;margin:0 0 0 -10px}#eb .o-loader:before,#eb .o-loader:after{width:36px;height:36px;margin:0 0 0 -18px}#eb .o-loader.with-text{width:auto !important;height:auto !important;text-align:center;font-style:normal}#eb.is-loading,#eb .is-loading{outline:0 !important}#eb.is-loading::-moz-focus-inner,#eb .is-loading::-moz-focus-inner{border:0 !important}#eb.is-loading>.o-loader,#eb.is-loading>.o-loader:last-child,#eb .is-loading>.o-loader,#eb .is-loading>.o-loader:last-child{display:block}#eb.is-loading>.o-loader-wrapper,#eb .is-loading>.o-loader-wrapper{display:flex}#eb.is-loading>.o-loader-wrapper>.o-loader,#eb .is-loading>.o-loader-wrapper>.o-loader{display:block}#eb .o-loader.is-active,#eb .o-loader.is-visible{display:block}#eb .o-loader.is-disabled,#eb .o-loader.is-hidden{display:none}#eb .o-loader{width:36px;height:36px;font-size:13px}#eb .o-loader--sm{width:20px;height:20px}#eb .o-loader.with-text{min-width:36px;padding-top:40px}#eb .o-loader.o-loader--sm.with-text{min-width:20px;padding-top:24px}#eb .o-loader.o-loader--inline{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}#eb .o-loader.o-loader--inline.is-active,#eb .o-loader.o-loader--inline.is-visible{display:inline-block}#eb .o-loader.o-loader--inline.is-active.is-centered,#eb .o-loader.o-loader--inline.is-visible.is-centered{display:block;margin-left:auto;margin-right:auto}#eb .o-loader-icon-font{display:inline-block}#eb .o-loader-icon-font__icon{display:inline-block}#eb .o-loader-icon-font__loader{display:none}#eb .is-loading .o-loader-icon-font__icon{display:none}#eb .is-loading .o-loader-icon-font__loader{display:inline-block}#eb.ui{
/*!
 * jQuery UI CSS Framework 1.10.4pre
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/*!
 * jQuery UI CSS Framework 1.10.4pre
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
}#eb.ui .ui-helper-hidden{display:none}#eb.ui .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#eb.ui .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}#eb.ui .ui-helper-clearfix:before,#eb.ui .ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}#eb.ui .ui-helper-clearfix:after{clear:both}#eb.ui .ui-helper-clearfix{min-height:0}#eb.ui .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}#eb.ui .ui-front{z-index:100}#eb.ui .ui-state-disabled{cursor:default !important}#eb.ui .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}#eb.ui .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}#eb.ui .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}#eb.ui .ui-widget .ui-widget{font-size:1em}#eb.ui .ui-widget input,#eb.ui .ui-widget select,#eb.ui .ui-widget textarea,#eb.ui .ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}#eb.ui .ui-widget-content{border:1px solid #aaa;color:#222}#eb.ui .ui-widget-content a{color:#222}#eb.ui .ui-widget-header{border:1px solid #aaa;color:#222;font-weight:bold}#eb.ui .ui-widget-header a{color:#222}#eb.ui .ui-state-default,#eb.ui .ui-widget-content .ui-state-default,#eb.ui .ui-widget-header .ui-state-default{border:1px solid #d3d3d3;font-weight:normal;color:#555}#eb.ui .ui-state-default a,#eb.ui .ui-state-default a:link,#eb.ui .ui-state-default a:visited{color:#555;text-decoration:none}#eb.ui .ui-state-hover,#eb.ui .ui-widget-content .ui-state-hover,#eb.ui .ui-widget-header .ui-state-hover,#eb.ui .ui-state-focus,#eb.ui .ui-widget-content .ui-state-focus,#eb.ui .ui-widget-header .ui-state-focus{border:1px solid #999;font-weight:normal;color:#212121}#eb.ui .ui-state-hover a,#eb.ui .ui-state-hover a:hover,#eb.ui .ui-state-hover a:link,#eb.ui .ui-state-hover a:visited{color:#212121;text-decoration:none}#eb.ui .ui-state-active,#eb.ui .ui-widget-content .ui-state-active,#eb.ui .ui-widget-header .ui-state-active{border:1px solid #aaa;font-weight:normal;color:#212121}#eb.ui .ui-state-active a,#eb.ui .ui-state-active a:link,#eb.ui .ui-state-active a:visited{color:#212121;text-decoration:none}#eb.ui .ui-state-highlight,#eb.ui .ui-widget-content .ui-state-highlight,#eb.ui .ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;color:#363636}#eb.ui .ui-state-highlight a,#eb.ui .ui-widget-content .ui-state-highlight a,#eb.ui .ui-widget-header .ui-state-highlight a{color:#363636}#eb.ui .ui-state-error,#eb.ui .ui-widget-content .ui-state-error,#eb.ui .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;color:#cd0a0a}#eb.ui .ui-state-error a,#eb.ui .ui-widget-content .ui-state-error a,#eb.ui .ui-widget-header .ui-state-error a{color:#cd0a0a}#eb.ui .ui-state-error-text,#eb.ui .ui-widget-content .ui-state-error-text,#eb.ui .ui-widget-header .ui-state-error-text{color:#cd0a0a}#eb.ui .ui-priority-primary,#eb.ui .ui-widget-content .ui-priority-primary,#eb.ui .ui-widget-header .ui-priority-primary{font-weight:bold}#eb.ui .ui-priority-secondary,#eb.ui .ui-widget-content .ui-priority-secondary,#eb.ui .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}#eb.ui .ui-state-disabled,#eb.ui .ui-widget-content .ui-state-disabled,#eb.ui .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}#eb.ui .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}#eb.ui .ui-icon{width:16px;height:16px}#eb.ui .ui-corner-all,#eb.ui .ui-corner-top,#eb.ui .ui-corner-left,#eb.ui .ui-corner-tl{border-top-left-radius:4px}#eb.ui .ui-corner-all,#eb.ui .ui-corner-top,#eb.ui .ui-corner-right,#eb.ui .ui-corner-tr{border-top-right-radius:4px}#eb.ui .ui-corner-all,#eb.ui .ui-corner-bottom,#eb.ui .ui-corner-left,#eb.ui .ui-corner-bl{border-bottom-left-radius:4px}#eb.ui .ui-corner-all,#eb.ui .ui-corner-bottom,#eb.ui .ui-corner-right,#eb.ui .ui-corner-br{border-bottom-right-radius:4px}#eb.ui .ui-widget-overlay{opacity:.3;filter:Alpha(Opacity=30)}#eb.ui .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}#eb .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){#eb .container{max-width:540px}}@media(min-width:768px){#eb .container{max-width:720px}}@media(min-width:992px){#eb .container{max-width:960px}}@media(min-width:1200px){#eb .container{max-width:1140px}}#eb .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}#eb .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#eb .row:before,#eb .row:after{display:none}#eb .no-gutters{margin-right:0;margin-left:0}#eb .no-gutters>.col,#eb .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}#eb .col-1,#eb .col-2,#eb .col-3,#eb .col-4,#eb .col-5,#eb .col-6,#eb .col-7,#eb .col-8,#eb .col-9,#eb .col-10,#eb .col-11,#eb .col-12,#eb .col,#eb .col-auto,#eb .col-sm-1,#eb .col-sm-2,#eb .col-sm-3,#eb .col-sm-4,#eb .col-sm-5,#eb .col-sm-6,#eb .col-sm-7,#eb .col-sm-8,#eb .col-sm-9,#eb .col-sm-10,#eb .col-sm-11,#eb .col-sm-12,#eb .col-sm,#eb .col-sm-auto,#eb .col-md-1,#eb .col-md-2,#eb .col-md-3,#eb .col-md-4,#eb .col-md-5,#eb .col-md-6,#eb .col-md-7,#eb .col-md-8,#eb .col-md-9,#eb .col-md-10,#eb .col-md-11,#eb .col-md-12,#eb .col-md,#eb .col-md-auto,#eb .col-lg-1,#eb .col-lg-2,#eb .col-lg-3,#eb .col-lg-4,#eb .col-lg-5,#eb .col-lg-6,#eb .col-lg-7,#eb .col-lg-8,#eb .col-lg-9,#eb .col-lg-10,#eb .col-lg-11,#eb .col-lg-12,#eb .col-lg,#eb .col-lg-auto,#eb .col-xl-1,#eb .col-xl-2,#eb .col-xl-3,#eb .col-xl-4,#eb .col-xl-5,#eb .col-xl-6,#eb .col-xl-7,#eb .col-xl-8,#eb .col-xl-9,#eb .col-xl-10,#eb .col-xl-11,#eb .col-xl-12,#eb .col-xl,#eb .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}#eb .col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}#eb .col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}#eb .col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#eb .col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#eb .col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#eb .col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#eb .col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#eb .col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#eb .col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#eb .col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#eb .col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#eb .col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#eb .col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#eb .col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#eb .order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}#eb .order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}#eb .order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#eb .order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#eb .order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#eb .order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#eb .order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}#eb .order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#eb .order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}#eb .order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}#eb .order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}#eb .order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}#eb .order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}#eb .order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}#eb .order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}#eb .offset-1{margin-left:8.3333333333%}#eb .offset-2{margin-left:16.6666666667%}#eb .offset-3{margin-left:25%}#eb .offset-4{margin-left:33.3333333333%}#eb .offset-5{margin-left:41.6666666667%}#eb .offset-6{margin-left:50%}#eb .offset-7{margin-left:58.3333333333%}#eb .offset-8{margin-left:66.6666666667%}#eb .offset-9{margin-left:75%}#eb .offset-10{margin-left:83.3333333333%}#eb .offset-11{margin-left:91.6666666667%}@media(min-width:576px){#eb .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}#eb .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}#eb .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#eb .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#eb .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#eb .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#eb .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#eb .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#eb .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#eb .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#eb .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#eb .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#eb .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#eb .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#eb .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}#eb .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}#eb .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#eb .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#eb .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#eb .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#eb .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}#eb .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#eb .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}#eb .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}#eb .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}#eb .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}#eb .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}#eb .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}#eb .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}#eb .offset-sm-0{margin-left:0}#eb .offset-sm-1{margin-left:8.3333333333%}#eb .offset-sm-2{margin-left:16.6666666667%}#eb .offset-sm-3{margin-left:25%}#eb .offset-sm-4{margin-left:33.3333333333%}#eb .offset-sm-5{margin-left:41.6666666667%}#eb .offset-sm-6{margin-left:50%}#eb .offset-sm-7{margin-left:58.3333333333%}#eb .offset-sm-8{margin-left:66.6666666667%}#eb .offset-sm-9{margin-left:75%}#eb .offset-sm-10{margin-left:83.3333333333%}#eb .offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){#eb .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}#eb .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}#eb .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#eb .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#eb .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#eb .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#eb .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#eb .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#eb .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#eb .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#eb .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#eb .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#eb .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#eb .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#eb .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}#eb .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}#eb .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#eb .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#eb .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#eb .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#eb .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}#eb .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#eb .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}#eb .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}#eb .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}#eb .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}#eb .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}#eb .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}#eb .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}#eb .offset-md-0{margin-left:0}#eb .offset-md-1{margin-left:8.3333333333%}#eb .offset-md-2{margin-left:16.6666666667%}#eb .offset-md-3{margin-left:25%}#eb .offset-md-4{margin-left:33.3333333333%}#eb .offset-md-5{margin-left:41.6666666667%}#eb .offset-md-6{margin-left:50%}#eb .offset-md-7{margin-left:58.3333333333%}#eb .offset-md-8{margin-left:66.6666666667%}#eb .offset-md-9{margin-left:75%}#eb .offset-md-10{margin-left:83.3333333333%}#eb .offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){#eb .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}#eb .col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}#eb .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#eb .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#eb .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#eb .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#eb .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#eb .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#eb .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#eb .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#eb .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#eb .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#eb .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#eb .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#eb .order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}#eb .order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}#eb .order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#eb .order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#eb .order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#eb .order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#eb .order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}#eb .order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#eb .order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}#eb .order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}#eb .order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}#eb .order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}#eb .order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}#eb .order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}#eb .order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}#eb .offset-lg-0{margin-left:0}#eb .offset-lg-1{margin-left:8.3333333333%}#eb .offset-lg-2{margin-left:16.6666666667%}#eb .offset-lg-3{margin-left:25%}#eb .offset-lg-4{margin-left:33.3333333333%}#eb .offset-lg-5{margin-left:41.6666666667%}#eb .offset-lg-6{margin-left:50%}#eb .offset-lg-7{margin-left:58.3333333333%}#eb .offset-lg-8{margin-left:66.6666666667%}#eb .offset-lg-9{margin-left:75%}#eb .offset-lg-10{margin-left:83.3333333333%}#eb .offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){#eb .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}#eb .col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}#eb .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}#eb .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}#eb .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}#eb .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}#eb .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}#eb .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#eb .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}#eb .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}#eb .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}#eb .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}#eb .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}#eb .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#eb .order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}#eb .order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}#eb .order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#eb .order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#eb .order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#eb .order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#eb .order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}#eb .order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#eb .order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}#eb .order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}#eb .order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}#eb .order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}#eb .order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}#eb .order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}#eb .order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}#eb .offset-xl-0{margin-left:0}#eb .offset-xl-1{margin-left:8.3333333333%}#eb .offset-xl-2{margin-left:16.6666666667%}#eb .offset-xl-3{margin-left:25%}#eb .offset-xl-4{margin-left:33.3333333333%}#eb .offset-xl-5{margin-left:41.6666666667%}#eb .offset-xl-6{margin-left:50%}#eb .offset-xl-7{margin-left:58.3333333333%}#eb .offset-xl-8{margin-left:66.6666666667%}#eb .offset-xl-9{margin-left:75%}#eb .offset-xl-10{margin-left:83.3333333333%}#eb .offset-xl-11{margin-left:91.6666666667%}}#eb table{max-width:100%;background-color:transparent;border-spacing:0}#eb th{text-align:left}#eb .table{width:100%;margin-bottom:18px}#eb .table>thead>tr>th,#eb .table>thead>tr>td,#eb .table>tbody>tr>th,#eb .table>tbody>tr>td,#eb .table>tfoot>tr>th,#eb .table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid rgba(var(--fd-gray-200),1)}#eb .table>caption+thead>tr:first-child>th,#eb .table>caption+thead>tr:first-child>td,#eb .table>colgroup+thead>tr:first-child>th,#eb .table>colgroup+thead>tr:first-child>td,#eb .table>thead:first-child>tr:first-child>th,#eb .table>thead:first-child>tr:first-child>td{border-top:0}#eb .table>tbody+tbody{border-top:2px solid rgba(var(--fd-gray-200),1)}#eb .table .table{background-color:#fff}#eb .table-condensed>thead>tr>th,#eb .table-condensed>thead>tr>td,#eb .table-condensed>tbody>tr>th,#eb .table-condensed>tbody>tr>td,#eb .table-condensed>tfoot>tr>th,#eb .table-condensed>tfoot>tr>td{padding:5px}#eb .table-bordered{border:1px solid rgba(var(--fd-gray-200),1)}#eb .table-bordered>thead>tr>th,#eb .table-bordered>thead>tr>td,#eb .table-bordered>tbody>tr>th,#eb .table-bordered>tbody>tr>td,#eb .table-bordered>tfoot>tr>th,#eb .table-bordered>tfoot>tr>td{border:1px solid rgba(var(--fd-gray-200),1)}#eb .table-bordered>thead>tr>th,#eb .table-bordered>thead>tr>td{border-bottom-width:2px}#eb .table-striped>tbody>tr:nth-child(odd)>td,#eb .table-striped>tbody>tr:nth-child(odd)>th{background-color:rgba(var(--fd-gray-50),1)}#eb .table-hover>tbody>tr:hover>td,#eb .table-hover>tbody>tr:hover>th{background-color:rgba(var(--fd-gray-200),1)}#eb table col[class*="col-"]{position:static;float:none;display:table-column}#eb table td[class*="col-"],#eb table th[class*="col-"]{float:none;display:table-cell}#eb .table>thead>tr>.active,#eb .table>thead>.active>td,#eb .table>thead>.active>th,#eb .table>tbody>tr>.active,#eb .table>tbody>.active>td,#eb .table>tbody>.active>th,#eb .table>tfoot>tr>.active,#eb .table>tfoot>.active>td,#eb .table>tfoot>.active>th{background-color:rgba(var(--fd-gray-200),1)}#eb .table-hover>tbody>tr>.active:hover,#eb .table-hover>tbody>.active:hover>td,#eb .table-hover>tbody>.active:hover>th{background-color:rgba(var(--fd-gray-50),1)}#eb .table>thead>tr>.success,#eb .table>thead>.success>td,#eb .table>thead>.success>th,#eb .table>tbody>tr>.success,#eb .table>tbody>.success>td,#eb .table>tbody>.success>th,#eb .table>tfoot>tr>.success,#eb .table>tfoot>.success>td,#eb .table>tfoot>.success>th{background-color:#dff0d8}#eb .table-hover>tbody>tr>.success:hover,#eb .table-hover>tbody>.success:hover>td,#eb .table-hover>tbody>.success:hover>th{background-color:rgba(var(--fd-gray-50),1)}#eb .table>thead>tr>.danger,#eb .table>thead>.danger>td,#eb .table>thead>.danger>th,#eb .table>tbody>tr>.danger,#eb .table>tbody>.danger>td,#eb .table>tbody>.danger>th,#eb .table>tfoot>tr>.danger,#eb .table>tfoot>.danger>td,#eb .table>tfoot>.danger>th{background-color:#f2dede}#eb .table-hover>tbody>tr>.danger:hover,#eb .table-hover>tbody>.danger:hover>td,#eb .table-hover>tbody>.danger:hover>th{background-color:rgba(var(--fd-gray-50),1)}#eb .table>thead>tr>.warning,#eb .table>thead>.warning>td,#eb .table>thead>.warning>th,#eb .table>tbody>tr>.warning,#eb .table>tbody>.warning>td,#eb .table>tbody>.warning>th,#eb .table>tfoot>tr>.warning,#eb .table>tfoot>.warning>td,#eb .table>tfoot>.warning>th{background-color:#fcf8e3}#eb .table-hover>tbody>tr>.warning:hover,#eb .table-hover>tbody>.warning:hover>td,#eb .table-hover>tbody>.warning:hover>th{background-color:rgba(var(--fd-gray-50),1)}@media(max-width:767px){#eb .table-responsive{width:100%;margin-bottom:13.5px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid rgba(var(--fd-gray-200),1);-webkit-overflow-scrolling:touch}#eb .table-responsive>.table{margin-bottom:0}#eb .table-responsive>.table>thead>tr>th,#eb .table-responsive>.table>thead>tr>td,#eb .table-responsive>.table>tbody>tr>th,#eb .table-responsive>.table>tbody>tr>td,#eb .table-responsive>.table>tfoot>tr>th,#eb .table-responsive>.table>tfoot>tr>td{white-space:nowrap}#eb .table-responsive>.table-bordered{border:0}#eb .table-responsive>.table-bordered>thead>tr>th:first-child,#eb .table-responsive>.table-bordered>thead>tr>td:first-child,#eb .table-responsive>.table-bordered>tbody>tr>th:first-child,#eb .table-responsive>.table-bordered>tbody>tr>td:first-child,#eb .table-responsive>.table-bordered>tfoot>tr>th:first-child,#eb .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}#eb .table-responsive>.table-bordered>thead>tr>th:last-child,#eb .table-responsive>.table-bordered>thead>tr>td:last-child,#eb .table-responsive>.table-bordered>tbody>tr>th:last-child,#eb .table-responsive>.table-bordered>tbody>tr>td:last-child,#eb .table-responsive>.table-bordered>tfoot>tr>th:last-child,#eb .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}#eb .table-responsive>.table-bordered>tbody>tr:last-child>th,#eb .table-responsive>.table-bordered>tbody>tr:last-child>td,#eb .table-responsive>.table-bordered>tfoot>tr:last-child>th,#eb .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}#eb fieldset{padding:0;margin:0;border:0}#eb legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:19.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}#eb label{display:inline-block;margin-bottom:5px;font-weight:bold}#eb input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#eb input[type="radio"],#eb input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}#eb input[type="file"]{display:block}#eb select[multiple],#eb select[size]{height:auto}#eb select optgroup{font-size:inherit;font-style:inherit;font-family:inherit}#eb input[type="file"]:focus,#eb input[type="radio"]:focus,#eb input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#eb input[type="number"]::-webkit-outer-spin-button,#eb input[type="number"]::-webkit-inner-spin-button{height:auto}#eb output{display:block;padding-top:9px;font-size:13px;line-height:1.428571429;color:#555;vertical-align:middle}#eb .form-control{display:block;width:100%;height:36px;padding:8px 16px;font-size:13px;line-height:1.25;color:rgba(var(--fd-gray-800),1);vertical-align:middle;background-color:#fff;background-image:none;border:1px solid rgba(var(--fd-gray-300),1);border-radius:8px;box-shadow:none;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;max-width:unset}#eb .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(103,176,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(103,176,233,0.6)}#eb .form-control:-moz-placeholder{color:rgba(var(--fd-gray-500),1)}#eb .form-control::-moz-placeholder{color:rgba(var(--fd-gray-500),1);opacity:1}#eb .form-control:-ms-input-placeholder{color:rgba(var(--fd-gray-500),1)}#eb .form-control::-webkit-input-placeholder{color:rgba(var(--fd-gray-500),1)}#eb .form-control[disabled],#eb .form-control[readonly],fieldset[disabled] #eb .form-control{cursor:not-allowed;background-color:#eee}#eb textarea.form-control{height:auto}#eb .form-group{margin-bottom:15px}#eb .radio,#eb .checkbox{display:block;min-height:18px;margin-top:10px;margin-bottom:10px;padding-left:20px;vertical-align:middle}#eb .radio label,#eb .checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer;font-size:inherit;line-height:18px}#eb .radio input[type="radio"],#eb .radio-inline input[type="radio"],#eb .checkbox input[type="checkbox"],#eb .checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}#eb .radio+.radio,#eb .checkbox+.checkbox{margin-top:-5px}#eb .radio-inline,#eb .checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}#eb .radio-inline+.radio-inline,#eb .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}#eb input[type="radio"][disabled],fieldset[disabled] #eb input[type="radio"],#eb input[type="checkbox"][disabled],fieldset[disabled] #eb input[type="checkbox"],#eb .radio[disabled],fieldset[disabled] #eb .radio,#eb .radio-inline[disabled],fieldset[disabled] #eb .radio-inline,#eb .checkbox[disabled],fieldset[disabled] #eb .checkbox,#eb .checkbox-inline[disabled],fieldset[disabled] #eb .checkbox-inline{cursor:not-allowed}#eb .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select#eb .input-sm{height:30px;line-height:30px}textarea#eb .input-sm{height:auto}#eb .input-lg{height:45px;padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}select#eb .input-lg{height:45px;line-height:45px}textarea#eb .input-lg{height:auto}#eb .has-warning .help-block,#eb .has-warning .control-label,#eb .has-warning .radio,#eb .has-warning .checkbox,#eb .has-warning .radio-inline,#eb .has-warning .checkbox-inline{color:#8a6d3b}#eb .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}#eb .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}#eb .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}#eb .has-error .help-block,#eb .has-error .control-label,#eb .has-error .radio,#eb .has-error .checkbox,#eb .has-error .radio-inline,#eb .has-error .checkbox-inline{color:#fc595b}#eb .has-error .form-control{border-color:#fc595b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}#eb .has-error .form-control:focus{border-color:#fb272a;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #febdbe;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #febdbe}#eb .has-error .input-group-addon{color:#fc595b;border-color:#fc595b;background-color:#f2dede}#eb .has-success .help-block,#eb .has-success .control-label,#eb .has-success .radio,#eb .has-success .checkbox,#eb .has-success .radio-inline,#eb .has-success .checkbox-inline{color:#3c763d}#eb .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}#eb .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}#eb .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}#eb .form-control-static{margin-bottom:0}#eb .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#959595}@media(min-width:768px){#eb .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}#eb .form-inline .form-control{display:inline-block}#eb .form-inline select.form-control{width:auto}#eb .form-inline .radio,#eb .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0}#eb .form-inline .radio input[type="radio"],#eb .form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}#eb .form-horizontal .control-label,#eb .form-horizontal .radio,#eb .form-horizontal .checkbox,#eb .form-horizontal .radio-inline,#eb .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px;line-height:18px}#eb .form-horizontal .radio,#eb .form-horizontal .checkbox{min-height:27px}#eb .form-horizontal .form-group{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .form-horizontal .form-control-static{padding-top:9px}@media(min-width:768px){#eb .form-horizontal .control-label{text-align:right}}#eb.is-mobile .form-horizontal .form-group{display:block}#eb .form-actions{padding:15px 20px 16px;margin-top:16px;margin-bottom:16px;background-color:rgba(var(--fd-gray-50),1);border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .form-actions:before,#eb .form-actions:after{content:" ";display:table}#eb .form-actions:after{clear:both}#eb .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;color:var(--si-default--outline-text);padding:8px 16px;font-size:13px;line-height:1.25;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none}#eb .btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#eb .btn:hover,#eb .btn:focus{color:#333;text-decoration:none}#eb .btn:active,#eb .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#eb .btn.is-disabled,#eb .btn[disabled],fieldset[disabled] #eb .btn{cursor:not-allowed;pointer-events:none;-webkit-box-shadow:none;box-shadow:none}#eb .btn-default{color:rgba(var(--fd-gray-800),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-300),1) !important}#eb .btn-default:hover,#eb .btn-default:focus,#eb .btn-default:active,#eb .btn-default.active,.open .dropdown-toggle_#eb .btn-default{color:rgba(var(--fd-gray-800),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-300),1) !important}#eb .btn-default:active,#eb .btn-default.active,.open .dropdown-toggle_#eb .btn-default{background-image:none}#eb .btn-default.is-disabled,#eb .btn-default.is-disabled:hover,#eb .btn-default.is-disabled:focus,#eb .btn-default.is-disabled:active,#eb .btn-default.is-disabled.active,#eb .btn-default[disabled],#eb .btn-default[disabled]:hover,#eb .btn-default[disabled]:focus,#eb .btn-default[disabled]:active,#eb .btn-default[disabled].active,fieldset[disabled] #eb .btn-default,fieldset[disabled] #eb .btn-default:hover,fieldset[disabled] #eb .btn-default:focus,fieldset[disabled] #eb .btn-default:active,fieldset[disabled] #eb .btn-default.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-primary{color:#fff !important;background-color:rgba(var(--fd-primary-500),1) !important;border-color:rgba(var(--fd-primary-500),1) !important}#eb .btn-primary:hover,#eb .btn-primary:focus,#eb .btn-primary:active,#eb .btn-primary.active,.open .dropdown-toggle_#eb .btn-primary{color:#fff !important;background-color:rgba(var(--fd-primary-700),1) !important;border-color:rgba(var(--fd-primary-700),1) !important}#eb .btn-primary:active,#eb .btn-primary.active,.open .dropdown-toggle_#eb .btn-primary{background-image:none}#eb .btn-primary.is-disabled,#eb .btn-primary.is-disabled:hover,#eb .btn-primary.is-disabled:focus,#eb .btn-primary.is-disabled:active,#eb .btn-primary.is-disabled.active,#eb .btn-primary[disabled],#eb .btn-primary[disabled]:hover,#eb .btn-primary[disabled]:focus,#eb .btn-primary[disabled]:active,#eb .btn-primary[disabled].active,fieldset[disabled] #eb .btn-primary,fieldset[disabled] #eb .btn-primary:hover,fieldset[disabled] #eb .btn-primary:focus,fieldset[disabled] #eb .btn-primary:active,fieldset[disabled] #eb .btn-primary.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-warning{color:#123 !important;background-color:rgba(var(--fd-warning-500),1) !important;border-color:rgba(var(--fd-warning-500),1) !important}#eb .btn-warning:hover,#eb .btn-warning:focus,#eb .btn-warning:active,#eb .btn-warning.active,.open .dropdown-toggle_#eb .btn-warning{color:#fff !important;background-color:rgba(var(--fd-warning-700),1) !important;border-color:rgba(var(--fd-warning-700),1) !important}#eb .btn-warning:active,#eb .btn-warning.active,.open .dropdown-toggle_#eb .btn-warning{background-image:none}#eb .btn-warning.is-disabled,#eb .btn-warning.is-disabled:hover,#eb .btn-warning.is-disabled:focus,#eb .btn-warning.is-disabled:active,#eb .btn-warning.is-disabled.active,#eb .btn-warning[disabled],#eb .btn-warning[disabled]:hover,#eb .btn-warning[disabled]:focus,#eb .btn-warning[disabled]:active,#eb .btn-warning[disabled].active,fieldset[disabled] #eb .btn-warning,fieldset[disabled] #eb .btn-warning:hover,fieldset[disabled] #eb .btn-warning:focus,fieldset[disabled] #eb .btn-warning:active,fieldset[disabled] #eb .btn-warning.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-danger{color:#fff !important;background-color:rgba(var(--fd-danger-500),1) !important;border-color:rgba(var(--fd-danger-500),1) !important}#eb .btn-danger:hover,#eb .btn-danger:focus,#eb .btn-danger:active,#eb .btn-danger.active,.open .dropdown-toggle_#eb .btn-danger{color:#fff !important;background-color:rgba(var(--fd-danger-700),1) !important;border-color:rgba(var(--fd-danger-700),1) !important}#eb .btn-danger:active,#eb .btn-danger.active,.open .dropdown-toggle_#eb .btn-danger{background-image:none}#eb .btn-danger.is-disabled,#eb .btn-danger.is-disabled:hover,#eb .btn-danger.is-disabled:focus,#eb .btn-danger.is-disabled:active,#eb .btn-danger.is-disabled.active,#eb .btn-danger[disabled],#eb .btn-danger[disabled]:hover,#eb .btn-danger[disabled]:focus,#eb .btn-danger[disabled]:active,#eb .btn-danger[disabled].active,fieldset[disabled] #eb .btn-danger,fieldset[disabled] #eb .btn-danger:hover,fieldset[disabled] #eb .btn-danger:focus,fieldset[disabled] #eb .btn-danger:active,fieldset[disabled] #eb .btn-danger.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-success{color:#fff !important;background-color:rgba(var(--fd-success-500),1) !important;border-color:rgba(var(--fd-success-500),1) !important}#eb .btn-success:hover,#eb .btn-success:focus,#eb .btn-success:active,#eb .btn-success.active,.open .dropdown-toggle_#eb .btn-success{color:#fff !important;background-color:rgba(var(--fd-success-700),1) !important;border-color:rgba(var(--fd-success-700),1) !important}#eb .btn-success:active,#eb .btn-success.active,.open .dropdown-toggle_#eb .btn-success{background-image:none}#eb .btn-success.is-disabled,#eb .btn-success.is-disabled:hover,#eb .btn-success.is-disabled:focus,#eb .btn-success.is-disabled:active,#eb .btn-success.is-disabled.active,#eb .btn-success[disabled],#eb .btn-success[disabled]:hover,#eb .btn-success[disabled]:focus,#eb .btn-success[disabled]:active,#eb .btn-success[disabled].active,fieldset[disabled] #eb .btn-success,fieldset[disabled] #eb .btn-success:hover,fieldset[disabled] #eb .btn-success:focus,fieldset[disabled] #eb .btn-success:active,fieldset[disabled] #eb .btn-success.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-info{color:#fff !important;background-color:rgba(var(--fd-info-500),1) !important;border-color:rgba(var(--fd-info-500),1) !important}#eb .btn-info:hover,#eb .btn-info:focus,#eb .btn-info:active,#eb .btn-info.active,.open .dropdown-toggle_#eb .btn-info{color:#fff !important;background-color:rgba(var(--fd-info-700),1) !important;border-color:rgba(var(--fd-info-700),1) !important}#eb .btn-info:active,#eb .btn-info.active,.open .dropdown-toggle_#eb .btn-info{background-image:none}#eb .btn-info.is-disabled,#eb .btn-info.is-disabled:hover,#eb .btn-info.is-disabled:focus,#eb .btn-info.is-disabled:active,#eb .btn-info.is-disabled.active,#eb .btn-info[disabled],#eb .btn-info[disabled]:hover,#eb .btn-info[disabled]:focus,#eb .btn-info[disabled]:active,#eb .btn-info[disabled].active,fieldset[disabled] #eb .btn-info,fieldset[disabled] #eb .btn-info:hover,fieldset[disabled] #eb .btn-info:focus,fieldset[disabled] #eb .btn-info:active,fieldset[disabled] #eb .btn-info.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-warning{color:#fff !important;background-color:rgba(var(--fd-warning-500),1) !important;border-color:rgba(var(--fd-warning-500),1) !important}#eb .btn-warning:hover,#eb .btn-warning:focus,#eb .btn-warning:active,#eb .btn-warning.active,.open .dropdown-toggle_#eb .btn-warning{color:#fff !important;background-color:rgba(var(--fd-warning-700),1) !important;border-color:rgba(var(--fd-warning-700),1) !important}#eb .btn-warning:active,#eb .btn-warning.active,.open .dropdown-toggle_#eb .btn-warning{background-image:none}#eb .btn-warning.is-disabled,#eb .btn-warning.is-disabled:hover,#eb .btn-warning.is-disabled:focus,#eb .btn-warning.is-disabled:active,#eb .btn-warning.is-disabled.active,#eb .btn-warning[disabled],#eb .btn-warning[disabled]:hover,#eb .btn-warning[disabled]:focus,#eb .btn-warning[disabled]:active,#eb .btn-warning[disabled].active,fieldset[disabled] #eb .btn-warning,fieldset[disabled] #eb .btn-warning:hover,fieldset[disabled] #eb .btn-warning:focus,fieldset[disabled] #eb .btn-warning:active,fieldset[disabled] #eb .btn-warning.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-gray-100),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-default-o{color:rgba(var(--fd-gray-800),1) !important;background-color:transparent !important;border-color:rgba(var(--fd-gray-300),1) !important}#eb .btn-default-o:hover{background-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-default-o:active,#eb .btn-default-o.active,.open>.dropdown-toggle#eb .btn-default-o{box-shadow:none}#eb .btn-default-o:active,#eb .btn-default-o.active,.open>.dropdown-toggle#eb .btn-default-o{background-image:none !important}#eb .btn-default-o.is-disabled,#eb .btn-default-o.is-disabled:hover,#eb .btn-default-o.is-disabled:focus,#eb .btn-default-o.is-disabled:active,#eb .btn-default-o.is-disabled.active,#eb .btn-default-o[disabled],#eb .btn-default-o[disabled]:hover,#eb .btn-default-o[disabled]:focus,#eb .btn-default-o[disabled]:active,#eb .btn-default-o[disabled].active,fieldset[disabled] #eb .btn-default-o,fieldset[disabled] #eb .btn-default-o:hover,fieldset[disabled] #eb .btn-default-o:focus,fieldset[disabled] #eb .btn-default-o:active,fieldset[disabled] #eb .btn-default-o.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-primary-o{color:rgba(var(--fd-primary-500),1) !important;background-color:transparent !important;border-color:rgba(var(--fd-primary-500),1) !important}#eb .btn-primary-o:hover{background-color:rgba(var(--fd-primary-100),1) !important}#eb .btn-primary-o:active,#eb .btn-primary-o.active,.open>.dropdown-toggle#eb .btn-primary-o{box-shadow:none}#eb .btn-primary-o:active,#eb .btn-primary-o.active,.open>.dropdown-toggle#eb .btn-primary-o{background-image:none !important}#eb .btn-primary-o.is-disabled,#eb .btn-primary-o.is-disabled:hover,#eb .btn-primary-o.is-disabled:focus,#eb .btn-primary-o.is-disabled:active,#eb .btn-primary-o.is-disabled.active,#eb .btn-primary-o[disabled],#eb .btn-primary-o[disabled]:hover,#eb .btn-primary-o[disabled]:focus,#eb .btn-primary-o[disabled]:active,#eb .btn-primary-o[disabled].active,fieldset[disabled] #eb .btn-primary-o,fieldset[disabled] #eb .btn-primary-o:hover,fieldset[disabled] #eb .btn-primary-o:focus,fieldset[disabled] #eb .btn-primary-o:active,fieldset[disabled] #eb .btn-primary-o.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-success-o{color:rgba(var(--fd-success-500),1) !important;background-color:transparent !important;border-color:rgba(var(--fd-success-500),1) !important}#eb .btn-success-o:hover{background-color:rgba(var(--fd-success-100),1) !important}#eb .btn-success-o:active,#eb .btn-success-o.active,.open>.dropdown-toggle#eb .btn-success-o{box-shadow:none}#eb .btn-success-o:active,#eb .btn-success-o.active,.open>.dropdown-toggle#eb .btn-success-o{background-image:none !important}#eb .btn-success-o.is-disabled,#eb .btn-success-o.is-disabled:hover,#eb .btn-success-o.is-disabled:focus,#eb .btn-success-o.is-disabled:active,#eb .btn-success-o.is-disabled.active,#eb .btn-success-o[disabled],#eb .btn-success-o[disabled]:hover,#eb .btn-success-o[disabled]:focus,#eb .btn-success-o[disabled]:active,#eb .btn-success-o[disabled].active,fieldset[disabled] #eb .btn-success-o,fieldset[disabled] #eb .btn-success-o:hover,fieldset[disabled] #eb .btn-success-o:focus,fieldset[disabled] #eb .btn-success-o:active,fieldset[disabled] #eb .btn-success-o.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-danger-o{color:rgba(var(--fd-danger-500),1) !important;background-color:transparent !important;border-color:rgba(var(--fd-danger-500),1) !important}#eb .btn-danger-o:hover{background-color:rgba(var(--fd-danger-100),1) !important}#eb .btn-danger-o:active,#eb .btn-danger-o.active,.open>.dropdown-toggle#eb .btn-danger-o{box-shadow:none}#eb .btn-danger-o:active,#eb .btn-danger-o.active,.open>.dropdown-toggle#eb .btn-danger-o{background-image:none !important}#eb .btn-danger-o.is-disabled,#eb .btn-danger-o.is-disabled:hover,#eb .btn-danger-o.is-disabled:focus,#eb .btn-danger-o.is-disabled:active,#eb .btn-danger-o.is-disabled.active,#eb .btn-danger-o[disabled],#eb .btn-danger-o[disabled]:hover,#eb .btn-danger-o[disabled]:focus,#eb .btn-danger-o[disabled]:active,#eb .btn-danger-o[disabled].active,fieldset[disabled] #eb .btn-danger-o,fieldset[disabled] #eb .btn-danger-o:hover,fieldset[disabled] #eb .btn-danger-o:focus,fieldset[disabled] #eb .btn-danger-o:active,fieldset[disabled] #eb .btn-danger-o.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-info-o{color:rgba(var(--fd-info-500),1) !important;background-color:transparent !important;border-color:rgba(var(--fd-info-500),1) !important}#eb .btn-info-o:hover{background-color:rgba(var(--fd-info-100),1) !important}#eb .btn-info-o:active,#eb .btn-info-o.active,.open>.dropdown-toggle#eb .btn-info-o{box-shadow:none}#eb .btn-info-o:active,#eb .btn-info-o.active,.open>.dropdown-toggle#eb .btn-info-o{background-image:none !important}#eb .btn-info-o.is-disabled,#eb .btn-info-o.is-disabled:hover,#eb .btn-info-o.is-disabled:focus,#eb .btn-info-o.is-disabled:active,#eb .btn-info-o.is-disabled.active,#eb .btn-info-o[disabled],#eb .btn-info-o[disabled]:hover,#eb .btn-info-o[disabled]:focus,#eb .btn-info-o[disabled]:active,#eb .btn-info-o[disabled].active,fieldset[disabled] #eb .btn-info-o,fieldset[disabled] #eb .btn-info-o:hover,fieldset[disabled] #eb .btn-info-o:focus,fieldset[disabled] #eb .btn-info-o:active,fieldset[disabled] #eb .btn-info-o.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-warning-o{color:rgba(var(--fd-warning-500),1) !important;background-color:transparent !important;border-color:rgba(var(--fd-warning-500),1) !important}#eb .btn-warning-o:hover{background-color:rgba(var(--fd-warning-100),1) !important}#eb .btn-warning-o:active,#eb .btn-warning-o.active,.open>.dropdown-toggle#eb .btn-warning-o{box-shadow:none}#eb .btn-warning-o:active,#eb .btn-warning-o.active,.open>.dropdown-toggle#eb .btn-warning-o{background-image:none !important}#eb .btn-warning-o.is-disabled,#eb .btn-warning-o.is-disabled:hover,#eb .btn-warning-o.is-disabled:focus,#eb .btn-warning-o.is-disabled:active,#eb .btn-warning-o.is-disabled.active,#eb .btn-warning-o[disabled],#eb .btn-warning-o[disabled]:hover,#eb .btn-warning-o[disabled]:focus,#eb .btn-warning-o[disabled]:active,#eb .btn-warning-o[disabled].active,fieldset[disabled] #eb .btn-warning-o,fieldset[disabled] #eb .btn-warning-o:hover,fieldset[disabled] #eb .btn-warning-o:focus,fieldset[disabled] #eb .btn-warning-o:active,fieldset[disabled] #eb .btn-warning-o.active{color:rgba(var(--fd-gray-300),1) !important;background-color:rgba(var(--fd-white),1) !important;border-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-default-ghost{color:rgba(var(--fd-gray-800),1) !important;background-color:transparent !important;border-color:transparent !important}#eb .btn-default-ghost:hover{background-color:rgba(var(--fd-gray-100),1) !important}#eb .btn-default-ghost:active,#eb .btn-default-ghost.active,.open>.dropdown-toggle#eb .btn-default-ghost{box-shadow:none}#eb .btn-default-ghost:active,#eb .btn-default-ghost.active,.open>.dropdown-toggle#eb .btn-default-ghost{background-image:none !important}#eb .btn-default-ghost.is-disabled,#eb .btn-default-ghost.is-disabled:hover,#eb .btn-default-ghost.is-disabled:focus,#eb .btn-default-ghost.is-disabled:active,#eb .btn-default-ghost.is-disabled.active,#eb .btn-default-ghost[disabled],#eb .btn-default-ghost[disabled]:hover,#eb .btn-default-ghost[disabled]:focus,#eb .btn-default-ghost[disabled]:active,#eb .btn-default-ghost[disabled].active,fieldset[disabled] #eb .btn-default-ghost,fieldset[disabled] #eb .btn-default-ghost:hover,fieldset[disabled] #eb .btn-default-ghost:focus,fieldset[disabled] #eb .btn-default-ghost:active,fieldset[disabled] #eb .btn-default-ghost.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-primary-ghost{color:rgba(var(--fd-primary-500),1) !important;background-color:transparent !important;border-color:transparent !important}#eb .btn-primary-ghost:hover{background-color:rgba(var(--fd-primary-100),1) !important}#eb .btn-primary-ghost:active,#eb .btn-primary-ghost.active,.open>.dropdown-toggle#eb .btn-primary-ghost{box-shadow:none}#eb .btn-primary-ghost:active,#eb .btn-primary-ghost.active,.open>.dropdown-toggle#eb .btn-primary-ghost{background-image:none !important}#eb .btn-primary-ghost.is-disabled,#eb .btn-primary-ghost.is-disabled:hover,#eb .btn-primary-ghost.is-disabled:focus,#eb .btn-primary-ghost.is-disabled:active,#eb .btn-primary-ghost.is-disabled.active,#eb .btn-primary-ghost[disabled],#eb .btn-primary-ghost[disabled]:hover,#eb .btn-primary-ghost[disabled]:focus,#eb .btn-primary-ghost[disabled]:active,#eb .btn-primary-ghost[disabled].active,fieldset[disabled] #eb .btn-primary-ghost,fieldset[disabled] #eb .btn-primary-ghost:hover,fieldset[disabled] #eb .btn-primary-ghost:focus,fieldset[disabled] #eb .btn-primary-ghost:active,fieldset[disabled] #eb .btn-primary-ghost.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-success-ghost{color:rgba(var(--fd-success-500),1) !important;background-color:transparent !important;border-color:transparent !important}#eb .btn-success-ghost:hover{background-color:rgba(var(--fd-success-100),1) !important}#eb .btn-success-ghost:active,#eb .btn-success-ghost.active,.open>.dropdown-toggle#eb .btn-success-ghost{box-shadow:none}#eb .btn-success-ghost:active,#eb .btn-success-ghost.active,.open>.dropdown-toggle#eb .btn-success-ghost{background-image:none !important}#eb .btn-success-ghost.is-disabled,#eb .btn-success-ghost.is-disabled:hover,#eb .btn-success-ghost.is-disabled:focus,#eb .btn-success-ghost.is-disabled:active,#eb .btn-success-ghost.is-disabled.active,#eb .btn-success-ghost[disabled],#eb .btn-success-ghost[disabled]:hover,#eb .btn-success-ghost[disabled]:focus,#eb .btn-success-ghost[disabled]:active,#eb .btn-success-ghost[disabled].active,fieldset[disabled] #eb .btn-success-ghost,fieldset[disabled] #eb .btn-success-ghost:hover,fieldset[disabled] #eb .btn-success-ghost:focus,fieldset[disabled] #eb .btn-success-ghost:active,fieldset[disabled] #eb .btn-success-ghost.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-danger-ghost{color:rgba(var(--fd-danger-500),1) !important;background-color:transparent !important;border-color:transparent !important}#eb .btn-danger-ghost:hover{background-color:rgba(var(--fd-danger-100),1) !important}#eb .btn-danger-ghost:active,#eb .btn-danger-ghost.active,.open>.dropdown-toggle#eb .btn-danger-ghost{box-shadow:none}#eb .btn-danger-ghost:active,#eb .btn-danger-ghost.active,.open>.dropdown-toggle#eb .btn-danger-ghost{background-image:none !important}#eb .btn-danger-ghost.is-disabled,#eb .btn-danger-ghost.is-disabled:hover,#eb .btn-danger-ghost.is-disabled:focus,#eb .btn-danger-ghost.is-disabled:active,#eb .btn-danger-ghost.is-disabled.active,#eb .btn-danger-ghost[disabled],#eb .btn-danger-ghost[disabled]:hover,#eb .btn-danger-ghost[disabled]:focus,#eb .btn-danger-ghost[disabled]:active,#eb .btn-danger-ghost[disabled].active,fieldset[disabled] #eb .btn-danger-ghost,fieldset[disabled] #eb .btn-danger-ghost:hover,fieldset[disabled] #eb .btn-danger-ghost:focus,fieldset[disabled] #eb .btn-danger-ghost:active,fieldset[disabled] #eb .btn-danger-ghost.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-info-ghost{color:rgba(var(--fd-info-500),1) !important;background-color:transparent !important;border-color:transparent !important}#eb .btn-info-ghost:hover{background-color:rgba(var(--fd-info-100),1) !important}#eb .btn-info-ghost:active,#eb .btn-info-ghost.active,.open>.dropdown-toggle#eb .btn-info-ghost{box-shadow:none}#eb .btn-info-ghost:active,#eb .btn-info-ghost.active,.open>.dropdown-toggle#eb .btn-info-ghost{background-image:none !important}#eb .btn-info-ghost.is-disabled,#eb .btn-info-ghost.is-disabled:hover,#eb .btn-info-ghost.is-disabled:focus,#eb .btn-info-ghost.is-disabled:active,#eb .btn-info-ghost.is-disabled.active,#eb .btn-info-ghost[disabled],#eb .btn-info-ghost[disabled]:hover,#eb .btn-info-ghost[disabled]:focus,#eb .btn-info-ghost[disabled]:active,#eb .btn-info-ghost[disabled].active,fieldset[disabled] #eb .btn-info-ghost,fieldset[disabled] #eb .btn-info-ghost:hover,fieldset[disabled] #eb .btn-info-ghost:focus,fieldset[disabled] #eb .btn-info-ghost:active,fieldset[disabled] #eb .btn-info-ghost.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-warning-ghost{color:rgba(var(--fd-warning-500),1) !important;background-color:transparent !important;border-color:transparent !important}#eb .btn-warning-ghost:hover{background-color:rgba(var(--fd-warning-100),1) !important}#eb .btn-warning-ghost:active,#eb .btn-warning-ghost.active,.open>.dropdown-toggle#eb .btn-warning-ghost{box-shadow:none}#eb .btn-warning-ghost:active,#eb .btn-warning-ghost.active,.open>.dropdown-toggle#eb .btn-warning-ghost{background-image:none !important}#eb .btn-warning-ghost.is-disabled,#eb .btn-warning-ghost.is-disabled:hover,#eb .btn-warning-ghost.is-disabled:focus,#eb .btn-warning-ghost.is-disabled:active,#eb .btn-warning-ghost.is-disabled.active,#eb .btn-warning-ghost[disabled],#eb .btn-warning-ghost[disabled]:hover,#eb .btn-warning-ghost[disabled]:focus,#eb .btn-warning-ghost[disabled]:active,#eb .btn-warning-ghost[disabled].active,fieldset[disabled] #eb .btn-warning-ghost,fieldset[disabled] #eb .btn-warning-ghost:hover,fieldset[disabled] #eb .btn-warning-ghost:focus,fieldset[disabled] #eb .btn-warning-ghost:active,fieldset[disabled] #eb .btn-warning-ghost.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-link{color:#4e72e2;font-weight:normal;cursor:pointer;border-radius:0}#eb .btn-link,#eb .btn-link:active,#eb .btn-link[disabled],fieldset[disabled] #eb .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}#eb .btn-link,#eb .btn-link:hover,#eb .btn-link:focus,#eb .btn-link:active{border-color:transparent}#eb .btn-link:hover,#eb .btn-link:focus{color:#2049c3;text-decoration:underline;background-color:transparent}#eb .btn-link[disabled]:hover,#eb .btn-link[disabled]:focus,fieldset[disabled] #eb .btn-link:hover,fieldset[disabled] #eb .btn-link:focus{color:#999;text-decoration:none}#eb .btn-link.is-disabled,#eb .btn-link.is-disabled:hover,#eb .btn-link.is-disabled:focus,#eb .btn-link.is-disabled:active,#eb .btn-link.is-disabled.active,#eb .btn-link[disabled],#eb .btn-link[disabled]:hover,#eb .btn-link[disabled]:focus,#eb .btn-link[disabled]:active,#eb .btn-link[disabled].active,fieldset[disabled] #eb .btn-link,fieldset[disabled] #eb .btn-link:hover,fieldset[disabled] #eb .btn-link:focus,fieldset[disabled] #eb .btn-link:active,fieldset[disabled] #eb .btn-link.active{color:rgba(var(--fd-gray-300),1) !important}#eb .btn-lg{padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}#eb .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#eb .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}#eb .btn-block{display:block;width:100%;padding-left:0;padding-right:0}#eb .btn-block+.btn-block{margin-top:5px}#eb input[type="submit"].btn-block,#eb input[type="reset"].btn-block,#eb input[type="button"].btn-block{width:100%}#eb .btn-eb-facebook{color:#fff !important;background-color:#4267b2 !important;border-color:#4267b2 !important}#eb .btn-eb-facebook:hover,#eb .btn-eb-facebook:focus,#eb .btn-eb-facebook:active,#eb .btn-eb-facebook.active,.open .dropdown-toggle_#eb .btn-eb-facebook{color:#fff !important;background-color:#375794 !important;border-color:#4267b2 !important}#eb .btn-eb-facebook:active,#eb .btn-eb-facebook.active,.open .dropdown-toggle_#eb .btn-eb-facebook{background-image:none}#eb .btn-eb-facebook.disabled,#eb .btn-eb-facebook.disabled:hover,#eb .btn-eb-facebook.disabled:focus,#eb .btn-eb-facebook.disabled:active,#eb .btn-eb-facebook.disabled.active,#eb .btn-eb-facebook[disabled],#eb .btn-eb-facebook[disabled]:hover,#eb .btn-eb-facebook[disabled]:focus,#eb .btn-eb-facebook[disabled]:active,#eb .btn-eb-facebook[disabled].active,fieldset[disabled] #eb .btn-eb-facebook,fieldset[disabled] #eb .btn-eb-facebook:hover,fieldset[disabled] #eb .btn-eb-facebook:focus,fieldset[disabled] #eb .btn-eb-facebook:active,fieldset[disabled] #eb .btn-eb-facebook.active{background-color:#4267b2 !important;border-color:#4267b2 !important}#eb .btn-eb-facebook .badge{color:#4267b2;background-color:#fff}#eb .btn-eb-twitter{color:#fff !important;background-color:#339aed !important;border-color:#339aed !important}#eb .btn-eb-twitter:hover,#eb .btn-eb-twitter:focus,#eb .btn-eb-twitter:active,#eb .btn-eb-twitter.active,.open .dropdown-toggle_#eb .btn-eb-twitter{color:#fff !important;background-color:#1488e4 !important;border-color:#339aed !important}#eb .btn-eb-twitter:active,#eb .btn-eb-twitter.active,.open .dropdown-toggle_#eb .btn-eb-twitter{background-image:none}#eb .btn-eb-twitter.disabled,#eb .btn-eb-twitter.disabled:hover,#eb .btn-eb-twitter.disabled:focus,#eb .btn-eb-twitter.disabled:active,#eb .btn-eb-twitter.disabled.active,#eb .btn-eb-twitter[disabled],#eb .btn-eb-twitter[disabled]:hover,#eb .btn-eb-twitter[disabled]:focus,#eb .btn-eb-twitter[disabled]:active,#eb .btn-eb-twitter[disabled].active,fieldset[disabled] #eb .btn-eb-twitter,fieldset[disabled] #eb .btn-eb-twitter:hover,fieldset[disabled] #eb .btn-eb-twitter:focus,fieldset[disabled] #eb .btn-eb-twitter:active,fieldset[disabled] #eb .btn-eb-twitter.active{background-color:#339aed !important;border-color:#339aed !important}#eb .btn-eb-twitter .badge{color:#339aed;background-color:#fff}#eb .btn-eb-linkedin{color:#fff !important;background-color:#0a66c2 !important;border-color:#0a66c2 !important}#eb .btn-eb-linkedin:hover,#eb .btn-eb-linkedin:focus,#eb .btn-eb-linkedin:active,#eb .btn-eb-linkedin.active,.open .dropdown-toggle_#eb .btn-eb-linkedin{color:#fff !important;background-color:#08529b !important;border-color:#0a66c2 !important}#eb .btn-eb-linkedin:active,#eb .btn-eb-linkedin.active,.open .dropdown-toggle_#eb .btn-eb-linkedin{background-image:none}#eb .btn-eb-linkedin.disabled,#eb .btn-eb-linkedin.disabled:hover,#eb .btn-eb-linkedin.disabled:focus,#eb .btn-eb-linkedin.disabled:active,#eb .btn-eb-linkedin.disabled.active,#eb .btn-eb-linkedin[disabled],#eb .btn-eb-linkedin[disabled]:hover,#eb .btn-eb-linkedin[disabled]:focus,#eb .btn-eb-linkedin[disabled]:active,#eb .btn-eb-linkedin[disabled].active,fieldset[disabled] #eb .btn-eb-linkedin,fieldset[disabled] #eb .btn-eb-linkedin:hover,fieldset[disabled] #eb .btn-eb-linkedin:focus,fieldset[disabled] #eb .btn-eb-linkedin:active,fieldset[disabled] #eb .btn-eb-linkedin.active{background-color:#0a66c2 !important;border-color:#0a66c2 !important}#eb .btn-eb-linkedin .badge{color:#0a66c2;background-color:#fff}#eb .btn-eb-twitch{color:#fff !important;background-color:#5f48a0 !important;border-color:#5f48a0 !important}#eb .btn-eb-twitch:hover,#eb .btn-eb-twitch:focus,#eb .btn-eb-twitch:active,#eb .btn-eb-twitch.active,.open .dropdown-toggle_#eb .btn-eb-twitch{color:#fff !important;background-color:#4e3c84 !important;border-color:#5f48a0 !important}#eb .btn-eb-twitch:active,#eb .btn-eb-twitch.active,.open .dropdown-toggle_#eb .btn-eb-twitch{background-image:none}#eb .btn-eb-twitch.disabled,#eb .btn-eb-twitch.disabled:hover,#eb .btn-eb-twitch.disabled:focus,#eb .btn-eb-twitch.disabled:active,#eb .btn-eb-twitch.disabled.active,#eb .btn-eb-twitch[disabled],#eb .btn-eb-twitch[disabled]:hover,#eb .btn-eb-twitch[disabled]:focus,#eb .btn-eb-twitch[disabled]:active,#eb .btn-eb-twitch[disabled].active,fieldset[disabled] #eb .btn-eb-twitch,fieldset[disabled] #eb .btn-eb-twitch:hover,fieldset[disabled] #eb .btn-eb-twitch:focus,fieldset[disabled] #eb .btn-eb-twitch:active,fieldset[disabled] #eb .btn-eb-twitch.active{background-color:#5f48a0 !important;border-color:#5f48a0 !important}#eb .btn-eb-twitch .badge{color:#5f48a0;background-color:#fff}#eb .btn-eb-apple--d{color:#fff !important;background-color:#000 !important;border-color:#000 !important}#eb .btn-eb-apple--d:hover,#eb .btn-eb-apple--d:focus,#eb .btn-eb-apple--d:active,#eb .btn-eb-apple--d.active,.open .dropdown-toggle_#eb .btn-eb-apple--d{color:#fff !important;background-color:#000 !important;border-color:#000 !important}#eb .btn-eb-apple--d:active,#eb .btn-eb-apple--d.active,.open .dropdown-toggle_#eb .btn-eb-apple--d{background-image:none}#eb .btn-eb-apple--d.disabled,#eb .btn-eb-apple--d.disabled:hover,#eb .btn-eb-apple--d.disabled:focus,#eb .btn-eb-apple--d.disabled:active,#eb .btn-eb-apple--d.disabled.active,#eb .btn-eb-apple--d[disabled],#eb .btn-eb-apple--d[disabled]:hover,#eb .btn-eb-apple--d[disabled]:focus,#eb .btn-eb-apple--d[disabled]:active,#eb .btn-eb-apple--d[disabled].active,fieldset[disabled] #eb .btn-eb-apple--d,fieldset[disabled] #eb .btn-eb-apple--d:hover,fieldset[disabled] #eb .btn-eb-apple--d:focus,fieldset[disabled] #eb .btn-eb-apple--d:active,fieldset[disabled] #eb .btn-eb-apple--d.active{background-color:#000 !important;border-color:#000 !important}#eb .btn-eb-apple--d .badge{color:#000;background-color:#fff}#eb .btn-eb-apple--l{color:#000 !important;background-color:#fff !important;border-color:#000 !important}#eb .btn-eb-apple--l:hover,#eb .btn-eb-apple--l:focus,#eb .btn-eb-apple--l:active,#eb .btn-eb-apple--l.active,.open .dropdown-toggle_#eb .btn-eb-apple--l{color:#000 !important;background-color:#0000d6 !important;border-color:#000 !important}#eb .btn-eb-apple--l:active,#eb .btn-eb-apple--l.active,.open .dropdown-toggle_#eb .btn-eb-apple--l{background-image:none}#eb .btn-eb-apple--l.disabled,#eb .btn-eb-apple--l.disabled:hover,#eb .btn-eb-apple--l.disabled:focus,#eb .btn-eb-apple--l.disabled:active,#eb .btn-eb-apple--l.disabled.active,#eb .btn-eb-apple--l[disabled],#eb .btn-eb-apple--l[disabled]:hover,#eb .btn-eb-apple--l[disabled]:focus,#eb .btn-eb-apple--l[disabled]:active,#eb .btn-eb-apple--l[disabled].active,fieldset[disabled] #eb .btn-eb-apple--l,fieldset[disabled] #eb .btn-eb-apple--l:hover,fieldset[disabled] #eb .btn-eb-apple--l:focus,fieldset[disabled] #eb .btn-eb-apple--l:active,fieldset[disabled] #eb .btn-eb-apple--l.active{background-color:#fff !important;border-color:#000 !important}#eb .btn-eb-apple--l .badge{color:#fff;background-color:#fff}#eb .btn-eb-apple--l:hover{background-color:#fff !important}#eb .btn-eb-sharethis{color:#fff !important;background-color:#96ce47 !important;border-color:#96ce47 !important}#eb .btn-eb-sharethis:hover,#eb .btn-eb-sharethis:focus,#eb .btn-eb-sharethis:active,#eb .btn-eb-sharethis.active,.open .dropdown-toggle_#eb .btn-eb-sharethis{color:#fff !important;background-color:#83bb32 !important;border-color:#96ce47 !important}#eb .btn-eb-sharethis:active,#eb .btn-eb-sharethis.active,.open .dropdown-toggle_#eb .btn-eb-sharethis{background-image:none}#eb .btn-eb-sharethis.disabled,#eb .btn-eb-sharethis.disabled:hover,#eb .btn-eb-sharethis.disabled:focus,#eb .btn-eb-sharethis.disabled:active,#eb .btn-eb-sharethis.disabled.active,#eb .btn-eb-sharethis[disabled],#eb .btn-eb-sharethis[disabled]:hover,#eb .btn-eb-sharethis[disabled]:focus,#eb .btn-eb-sharethis[disabled]:active,#eb .btn-eb-sharethis[disabled].active,fieldset[disabled] #eb .btn-eb-sharethis,fieldset[disabled] #eb .btn-eb-sharethis:hover,fieldset[disabled] #eb .btn-eb-sharethis:focus,fieldset[disabled] #eb .btn-eb-sharethis:active,fieldset[disabled] #eb .btn-eb-sharethis.active{background-color:#96ce47 !important;border-color:#96ce47 !important}#eb .btn-eb-sharethis .badge{color:#96ce47;background-color:#fff}#eb .btn-eb-xing{color:#fff !important;background-color:#006567 !important;border-color:#006567 !important}#eb .btn-eb-xing:hover,#eb .btn-eb-xing:focus,#eb .btn-eb-xing:active,#eb .btn-eb-xing.active,.open .dropdown-toggle_#eb .btn-eb-xing{color:#fff !important;background-color:#003d3e !important;border-color:#006567 !important}#eb .btn-eb-xing:active,#eb .btn-eb-xing.active,.open .dropdown-toggle_#eb .btn-eb-xing{background-image:none}#eb .btn-eb-xing.disabled,#eb .btn-eb-xing.disabled:hover,#eb .btn-eb-xing.disabled:focus,#eb .btn-eb-xing.disabled:active,#eb .btn-eb-xing.disabled.active,#eb .btn-eb-xing[disabled],#eb .btn-eb-xing[disabled]:hover,#eb .btn-eb-xing[disabled]:focus,#eb .btn-eb-xing[disabled]:active,#eb .btn-eb-xing[disabled].active,fieldset[disabled] #eb .btn-eb-xing,fieldset[disabled] #eb .btn-eb-xing:hover,fieldset[disabled] #eb .btn-eb-xing:focus,fieldset[disabled] #eb .btn-eb-xing:active,fieldset[disabled] #eb .btn-eb-xing.active{background-color:#006567 !important;border-color:#006567 !important}#eb .btn-eb-xing .badge{color:#006567;background-color:#fff}#eb .btn-eb-vk{color:#fff !important;background-color:#4c75a3 !important;border-color:#4c75a3 !important}#eb .btn-eb-vk:hover,#eb .btn-eb-vk:focus,#eb .btn-eb-vk:active,#eb .btn-eb-vk.active,.open .dropdown-toggle_#eb .btn-eb-vk{color:#fff !important;background-color:#3f6287 !important;border-color:#4c75a3 !important}#eb .btn-eb-vk:active,#eb .btn-eb-vk.active,.open .dropdown-toggle_#eb .btn-eb-vk{background-image:none}#eb .btn-eb-vk.disabled,#eb .btn-eb-vk.disabled:hover,#eb .btn-eb-vk.disabled:focus,#eb .btn-eb-vk.disabled:active,#eb .btn-eb-vk.disabled.active,#eb .btn-eb-vk[disabled],#eb .btn-eb-vk[disabled]:hover,#eb .btn-eb-vk[disabled]:focus,#eb .btn-eb-vk[disabled]:active,#eb .btn-eb-vk[disabled].active,fieldset[disabled] #eb .btn-eb-vk,fieldset[disabled] #eb .btn-eb-vk:hover,fieldset[disabled] #eb .btn-eb-vk:focus,fieldset[disabled] #eb .btn-eb-vk:active,fieldset[disabled] #eb .btn-eb-vk.active{background-color:#4c75a3 !important;border-color:#4c75a3 !important}#eb .btn-eb-vk .badge{color:#4c75a3;background-color:#fff}#eb .btn-eb-pinterest{color:#fff !important;background-color:#c61118 !important;border-color:#c61118 !important}#eb .btn-eb-pinterest:hover,#eb .btn-eb-pinterest:focus,#eb .btn-eb-pinterest:active,#eb .btn-eb-pinterest.active,.open .dropdown-toggle_#eb .btn-eb-pinterest{color:#fff !important;background-color:#a00e13 !important;border-color:#c61118 !important}#eb .btn-eb-pinterest:active,#eb .btn-eb-pinterest.active,.open .dropdown-toggle_#eb .btn-eb-pinterest{background-image:none}#eb .btn-eb-pinterest.disabled,#eb .btn-eb-pinterest.disabled:hover,#eb .btn-eb-pinterest.disabled:focus,#eb .btn-eb-pinterest.disabled:active,#eb .btn-eb-pinterest.disabled.active,#eb .btn-eb-pinterest[disabled],#eb .btn-eb-pinterest[disabled]:hover,#eb .btn-eb-pinterest[disabled]:focus,#eb .btn-eb-pinterest[disabled]:active,#eb .btn-eb-pinterest[disabled].active,fieldset[disabled] #eb .btn-eb-pinterest,fieldset[disabled] #eb .btn-eb-pinterest:hover,fieldset[disabled] #eb .btn-eb-pinterest:focus,fieldset[disabled] #eb .btn-eb-pinterest:active,fieldset[disabled] #eb .btn-eb-pinterest.active{background-color:#c61118 !important;border-color:#c61118 !important}#eb .btn-eb-pinterest .badge{color:#c61118;background-color:#fff}#eb .btn-eb-reddit{color:#fff !important;background-color:#386a9c !important;border-color:#386a9c !important}#eb .btn-eb-reddit:hover,#eb .btn-eb-reddit:focus,#eb .btn-eb-reddit:active,#eb .btn-eb-reddit.active,.open .dropdown-toggle_#eb .btn-eb-reddit{color:#fff !important;background-color:#2d567e !important;border-color:#386a9c !important}#eb .btn-eb-reddit:active,#eb .btn-eb-reddit.active,.open .dropdown-toggle_#eb .btn-eb-reddit{background-image:none}#eb .btn-eb-reddit.disabled,#eb .btn-eb-reddit.disabled:hover,#eb .btn-eb-reddit.disabled:focus,#eb .btn-eb-reddit.disabled:active,#eb .btn-eb-reddit.disabled.active,#eb .btn-eb-reddit[disabled],#eb .btn-eb-reddit[disabled]:hover,#eb .btn-eb-reddit[disabled]:focus,#eb .btn-eb-reddit[disabled]:active,#eb .btn-eb-reddit[disabled].active,fieldset[disabled] #eb .btn-eb-reddit,fieldset[disabled] #eb .btn-eb-reddit:hover,fieldset[disabled] #eb .btn-eb-reddit:focus,fieldset[disabled] #eb .btn-eb-reddit:active,fieldset[disabled] #eb .btn-eb-reddit.active{background-color:#386a9c !important;border-color:#386a9c !important}#eb .btn-eb-reddit .badge{color:#386a9c;background-color:#fff}#eb .btn-eb-pocket{color:#fff !important;background-color:#ef3e56 !important;border-color:#ef3e56 !important}#eb .btn-eb-pocket:hover,#eb .btn-eb-pocket:focus,#eb .btn-eb-pocket:active,#eb .btn-eb-pocket.active,.open .dropdown-toggle_#eb .btn-eb-pocket{color:#fff !important;background-color:#ec1835 !important;border-color:#ef3e56 !important}#eb .btn-eb-pocket:active,#eb .btn-eb-pocket.active,.open .dropdown-toggle_#eb .btn-eb-pocket{background-image:none}#eb .btn-eb-pocket.disabled,#eb .btn-eb-pocket.disabled:hover,#eb .btn-eb-pocket.disabled:focus,#eb .btn-eb-pocket.disabled:active,#eb .btn-eb-pocket.disabled.active,#eb .btn-eb-pocket[disabled],#eb .btn-eb-pocket[disabled]:hover,#eb .btn-eb-pocket[disabled]:focus,#eb .btn-eb-pocket[disabled]:active,#eb .btn-eb-pocket[disabled].active,fieldset[disabled] #eb .btn-eb-pocket,fieldset[disabled] #eb .btn-eb-pocket:hover,fieldset[disabled] #eb .btn-eb-pocket:focus,fieldset[disabled] #eb .btn-eb-pocket:active,fieldset[disabled] #eb .btn-eb-pocket.active{background-color:#ef3e56 !important;border-color:#ef3e56 !important}#eb .btn-eb-pocket .badge{color:#ef3e56;background-color:#fff}#eb .btn-eb-email{color:#fff !important;background-color:#333 !important;border-color:#333 !important}#eb .btn-eb-email:hover,#eb .btn-eb-email:focus,#eb .btn-eb-email:active,#eb .btn-eb-email.active,.open .dropdown-toggle_#eb .btn-eb-email{color:#fff !important;background-color:#1f1f1f !important;border-color:#333 !important}#eb .btn-eb-email:active,#eb .btn-eb-email.active,.open .dropdown-toggle_#eb .btn-eb-email{background-image:none}#eb .btn-eb-email.disabled,#eb .btn-eb-email.disabled:hover,#eb .btn-eb-email.disabled:focus,#eb .btn-eb-email.disabled:active,#eb .btn-eb-email.disabled.active,#eb .btn-eb-email[disabled],#eb .btn-eb-email[disabled]:hover,#eb .btn-eb-email[disabled]:focus,#eb .btn-eb-email[disabled]:active,#eb .btn-eb-email[disabled].active,fieldset[disabled] #eb .btn-eb-email,fieldset[disabled] #eb .btn-eb-email:hover,fieldset[disabled] #eb .btn-eb-email:focus,fieldset[disabled] #eb .btn-eb-email:active,fieldset[disabled] #eb .btn-eb-email.active{background-color:#333 !important;border-color:#333 !important}#eb .btn-eb-email .badge{color:#333;background-color:#fff}#eb .btn-eb-google img{display:inline-block}#eb .btn.is-loading{color:transparent !important;position:relative;cursor:default;text-shadow:none !important;opacity:1;pointer-events:auto;-webkit-transition:all 0 linear,opacity .1s ease;transition:all 0 linear,opacity .1s ease}#eb .btn.is-loading:before{position:absolute;content:'';top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:500rem;border:.2em solid rgba(0,0,0,0.15);border-color:rgba(0,0,0,0.1)}#eb .btn.is-loading:after{position:absolute;content:'';top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;-webkit-animation:btn-spin .6s linear;animation:btn-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#FFF transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;border-top-color:#767676}@keyframes btn-spin{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}#eb .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}#eb .fade.in{opacity:1}#eb .collapse{display:none}#eb .collapse.in{display:block}#eb .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}#eb .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;margin:0}#eb .dropdown{position:relative}#eb .dropdown-toggle_:focus{outline:0}#eb .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:13px;background-color:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.05);box-shadow:0 6px 12px rgba(0,0,0,0.05);background-clip:padding-box}#eb .dropdown-menu.pull-right,#eb .dropdown-menu--right{right:0;left:auto}#eb .dropdown-menu .divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5}#eb .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}#eb .dropdown-menu>li>a:hover,#eb .dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}#eb .dropdown-menu>.active>a,#eb .dropdown-menu>.active>a:hover,#eb .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#4e72e2}#eb .dropdown-menu>.disabled>a,#eb .dropdown-menu>.disabled>a:hover,#eb .dropdown-menu>.disabled>a:focus{color:#999}#eb .dropdown-menu>.disabled>a:hover,#eb .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}#eb .open>.dropdown-menu{display:block}#eb .open>a{outline:0}#eb .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}#eb .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}#eb .pull-right>.dropdown-menu{right:0;left:auto}#eb .dropup .caret,#eb .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}#eb .dropup .dropdown-menu,#eb .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){#eb .navbar-right .dropdown-menu{right:0;left:auto}}#eb .btn-group,#eb .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}#eb .btn-group>.btn,#eb .btn-group-vertical>.btn{position:relative;float:left}#eb .btn-group>.btn:hover,#eb .btn-group>.btn:focus,#eb .btn-group>.btn:active,#eb .btn-group>.btn.active,#eb .btn-group-vertical>.btn:hover,#eb .btn-group-vertical>.btn:focus,#eb .btn-group-vertical>.btn:active,#eb .btn-group-vertical>.btn.active{z-index:2}#eb .btn-group>.btn:focus,#eb .btn-group-vertical>.btn:focus{outline:0}#eb .btn-group .btn+.btn,#eb .btn-group .btn+.btn-group,#eb .btn-group .btn-group+.btn,#eb .btn-group .btn-group+.btn-group{margin-left:-1px}#eb .btn-toolbar:before,#eb .btn-toolbar:after{content:" ";display:table}#eb .btn-toolbar:after{clear:both}#eb .btn-toolbar .btn-group{float:left}#eb .btn-toolbar>.btn+.btn,#eb .btn-toolbar>.btn+.btn-group,#eb .btn-toolbar>.btn-group+.btn,#eb .btn-toolbar>.btn-group+.btn-group{margin-left:5px}#eb .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle_){border-radius:0}#eb .btn-group>.btn:first-child{margin-left:0}#eb .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle_){border-bottom-right-radius:0;border-top-right-radius:0}#eb .btn-group>.btn:last-child:not(:first-child),#eb .btn-group>.dropdown-toggle_:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#eb .btn-group>.btn-group{float:left}#eb .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}#eb .btn-group>.btn-group:first-child>.btn:last-child,#eb .btn-group>.btn-group:first-child>.dropdown-toggle_{border-bottom-right-radius:0;border-top-right-radius:0}#eb .btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}#eb .btn-group .dropdown-toggle_:active,#eb .btn-group.open .dropdown-toggle_{outline:0}#eb .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}#eb .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#eb .btn-group-lg>.btn{padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}#eb .btn-group>.btn+.dropdown-toggle_{padding-left:8px;padding-right:8px}#eb .btn-group>.btn-lg+.dropdown-toggle_{padding-left:12px;padding-right:12px}#eb .btn-group.open .dropdown-toggle_{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#eb .btn-group.open .dropdown-toggle_.btn-link{-webkit-box-shadow:none;box-shadow:none}#eb .btn .caret{margin-left:0}#eb .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}#eb .dropup .btn-lg .caret{border-width:0 5px 5px}#eb .btn-group-vertical>.btn,#eb .btn-group-vertical>.btn-group,#eb .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}#eb .btn-group-vertical>.btn-group:before,#eb .btn-group-vertical>.btn-group:after{content:" ";display:table}#eb .btn-group-vertical>.btn-group:after{clear:both}#eb .btn-group-vertical>.btn-group>.btn{float:none}#eb .btn-group-vertical>.btn+.btn,#eb .btn-group-vertical>.btn+.btn-group,#eb .btn-group-vertical>.btn-group+.btn,#eb .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}#eb .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}#eb .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:8px;border-bottom-right-radius:0;border-bottom-left-radius:0}#eb .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:8px;border-top-right-radius:0;border-top-left-radius:0}#eb .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}#eb .btn-group-vertical>.btn-group:first-child>.btn:last-child,#eb .btn-group-vertical>.btn-group:first-child>.dropdown-toggle_{border-bottom-right-radius:0;border-bottom-left-radius:0}#eb .btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}#eb .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}#eb .btn-group-justified>.btn,#eb .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}#eb .btn-group-justified>.btn-group .btn{width:100%}#eb [data-toggle="buttons"]>.btn>input[type="radio"],#eb [data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}#eb .input-group{position:relative;display:flex;border-collapse:separate;flex-wrap:nowrap;align-items:stretch;width:100%}#eb .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}#eb .input-group .form-control{margin-bottom:0;position:relative;flex:1 1 auto;width:1%;min-width:0}#eb .input-group-lg>.form-control,#eb .input-group-lg>.input-group-addon,#eb .input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}select#eb .input-group-lg>.form-control,select#eb .input-group-lg>.input-group-addon,select#eb .input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea#eb .input-group-lg>.form-control,textarea#eb .input-group-lg>.input-group-addon,textarea#eb .input-group-lg>.input-group-btn>.btn{height:auto}#eb .input-group-sm>.form-control,#eb .input-group-sm>.input-group-addon,#eb .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select#eb .input-group-sm>.form-control,select#eb .input-group-sm>.input-group-addon,select#eb .input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea#eb .input-group-sm>.form-control,textarea#eb .input-group-sm>.input-group-addon,textarea#eb .input-group-sm>.input-group-btn>.btn{height:auto}#eb .input-group-addon:not(:first-child):not(:last-child),#eb .input-group-btn:not(:first-child):not(:last-child),#eb .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}#eb .input-group-addon,#eb .input-group-btn{white-space:nowrap;vertical-align:middle;width:unset}#eb .input-group-addon{padding:8px 16px;font-size:13px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px}#eb .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}#eb .input-group-addon.input-lg{padding:10px 16px;font-size:17px;border-radius:6px}#eb .input-group-addon input[type="radio"],#eb .input-group-addon input[type="checkbox"]{margin-top:0}#eb .input-group .form-control:first-child,#eb .input-group-addon:first-child,#eb .input-group-btn:first-child>.btn,#eb .input-group-btn:first-child>.dropdown-toggle_,#eb .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle_){border-bottom-right-radius:0;border-top-right-radius:0}#eb .input-group-addon:first-child{border-right:0}#eb .input-group .form-control:last-child,#eb .input-group-addon:last-child,#eb .input-group-btn:last-child>.btn,#eb .input-group-btn:last-child>.dropdown-toggle_,#eb .input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#eb .input-group-addon:last-child{border-left:0}#eb .input-group-btn{position:relative;white-space:nowrap}#eb .input-group-btn:first-child>.btn{margin-right:-1px}#eb .input-group-btn:last-child>.btn{margin-left:-1px}#eb .input-group-btn>.btn{position:relative;height:36px}#eb .input-group-btn>.btn+.btn{margin-left:-4px;border-left:0}#eb .input-group-btn>.btn:hover,#eb .input-group-btn>.btn:active{z-index:2}#eb .nav{margin-bottom:0;padding-left:0;list-style:none}#eb .nav:before,#eb .nav:after{content:" ";display:table}#eb .nav:after{clear:both}#eb .nav>li{position:relative;display:block}#eb .nav>li>a{position:relative;display:block;padding:10px 15px}#eb .nav>li>a:hover,#eb .nav>li>a:focus{text-decoration:none;background-color:#eee}#eb .nav>li.disabled>a{color:#999}#eb .nav>li.disabled>a:hover,#eb .nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}#eb .nav .open>a,#eb .nav .open>a:hover,#eb .nav .open>a:focus{background-color:#eee;border-color:#4e72e2}#eb .nav .nav-divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5}#eb .nav>li>a>img{max-width:none}#eb .nav-tabs{border-bottom:1px solid #ddd}#eb .nav-tabs>li{float:left;margin-bottom:-1px}#eb .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:8px 8px 0 0}#eb .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}#eb .nav-tabs>li.active>a,#eb .nav-tabs>li.active>a:hover,#eb .nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}#eb .nav-tabs.nav-justified{width:100%;border-bottom:0}#eb .nav-tabs.nav-justified>li{float:none}#eb .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}#eb .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){#eb .nav-tabs.nav-justified>li{display:table-cell;width:1%}#eb .nav-tabs.nav-justified>li>a{margin-bottom:0}}#eb .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:8px}#eb .nav-tabs.nav-justified>.active>a,#eb .nav-tabs.nav-justified>.active>a:hover,#eb .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){#eb .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:8px 8px 0 0}#eb .nav-tabs.nav-justified>.active>a,#eb .nav-tabs.nav-justified>.active>a:hover,#eb .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}#eb .nav-pills>li{float:left}#eb .nav-pills>li>a{border-radius:8px}#eb .nav-pills>li+li{margin-left:2px}#eb .nav-pills>li.active>a,#eb .nav-pills>li.active>a:hover,#eb .nav-pills>li.active>a:focus{color:#fff;background-color:#4e72e2}#eb .nav-stacked>li{float:none}#eb .nav-stacked>li+li{margin-top:2px;margin-left:0}#eb .nav-justified{width:100%}#eb .nav-justified>li{float:none}#eb .nav-justified>li>a{text-align:center;margin-bottom:5px}#eb .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){#eb .nav-justified>li{display:table-cell;width:1%}#eb .nav-justified>li>a{margin-bottom:0}}#eb .nav-tabs-justified{border-bottom:0}#eb .nav-tabs-justified>li>a{margin-right:0;border-radius:8px}#eb .nav-tabs-justified>.active>a,#eb .nav-tabs-justified>.active>a:hover,#eb .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){#eb .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:8px 8px 0 0}#eb .nav-tabs-justified>.active>a,#eb .nav-tabs-justified>.active>a:hover,#eb .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}#eb .tab-content>.tab-pane{display:none}#eb .tab-content>.active{display:block}#eb .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}#eb .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}#eb .label[href]:hover,#eb .label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}#eb .label:empty{display:none}.btn #eb .label{position:relative;top:-1px}#eb .label-default{background-color:#999}#eb .label-default[href]:hover,#eb .label-default[href]:focus{background-color:gray}#eb .label-primary{background-color:#4e72e2}#eb .label-primary[href]:hover,#eb .label-primary[href]:focus{background-color:#2451d9}#eb .label-success{background-color:#39b54a}#eb .label-success[href]:hover,#eb .label-success[href]:focus{background-color:#2e8e3a}#eb .label-info{background-color:#5bc0de}#eb .label-info[href]:hover,#eb .label-info[href]:focus{background-color:#32b1d5}#eb .label-warning{background-color:#ec971f}#eb .label-warning[href]:hover,#eb .label-warning[href]:focus{background-color:#c97c10}#eb .label-danger{background-color:#d9534f}#eb .label-danger[href]:hover,#eb .label-danger[href]:focus{background-color:#c9302c}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}#eb .progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f5f5f5;border-radius:8px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}#eb .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:18px;color:#fff;text-align:center;background-color:#4e72e2;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}#eb .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}#eb .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}#eb .progress-bar-success{background-color:#39b54a}.progress-striped #eb .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}#eb .progress-bar-info{background-color:#5bc0de}.progress-striped #eb .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}#eb .progress-bar-warning{background-color:#ec971f}.progress-striped #eb .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}#eb .progress-bar-danger{background-color:#d9534f}.progress-striped #eb .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}#eb .media,#eb .media-body{overflow:hidden;zoom:1}#eb .media,#eb .media .media{margin-top:15px}#eb .media:first-child{margin-top:0}#eb .media-object{display:block}#eb .media-heading{margin:0 0 5px}#eb .media>.pull-left{margin-right:10px}#eb .media>.pull-right{margin-left:10px}#eb .media-list{padding-left:0;list-style:none}#eb .carousel{position:relative}#eb .carousel-inner{position:relative;overflow:hidden;width:100%}#eb .carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}#eb .carousel-inner>.item>img,#eb .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}#eb .carousel-inner>.active,#eb .carousel-inner>.next,#eb .carousel-inner>.prev{display:block}#eb .carousel-inner>.active{left:0}#eb .carousel-inner>.next,#eb .carousel-inner>.prev{position:absolute;top:0;width:100%}#eb .carousel-inner>.next{left:100%}#eb .carousel-inner>.prev{left:-100%}#eb .carousel-inner>.next.left,#eb .carousel-inner>.prev.right{left:0}#eb .carousel-inner>.active.left{left:-100%}#eb .carousel-inner>.active.right{left:100%}#eb .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}#eb .carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000',endColorstr='#00000000',GradientType=1)}#eb .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#7f000000',GradientType=1)}#eb .carousel-control:hover,#eb .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}#eb .carousel-control .icon-prev,#eb .carousel-control .icon-next,#eb .carousel-control .glyphicon-chevron-left,#eb .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}#eb .carousel-control .icon-prev,#eb .carousel-control .glyphicon-chevron-left{left:50%}#eb .carousel-control .icon-next,#eb .carousel-control .glyphicon-chevron-right{right:50%}#eb .carousel-control .icon-prev,#eb .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}#eb .carousel-control .icon-prev:before{content:'\2039'}#eb .carousel-control .icon-next:before{content:'\203a'}#eb .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;right:auto;top:auto;display:block}#eb .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}#eb .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}#eb .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}#eb .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){#eb .carousel-control .glyphicons-chevron-left,#eb .carousel-control .glyphicons-chevron-right,#eb .carousel-control .icon-prev,#eb .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}#eb .carousel-caption{left:20%;right:20%;padding-bottom:30px}#eb .carousel-indicators{bottom:20px}}#eb .clearfix:before,#eb .clearfix:after{content:" ";display:table}#eb .clearfix:after{clear:both}#eb .center-block{display:block;margin-left:auto;margin-right:auto}#eb .pull-right{float:right !important}#eb .pull-left{float:left !important}#eb .hide{display:none !important}#eb .show{display:block !important}#eb .invisible{visibility:hidden}#eb .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}#eb .hidden{display:none !important;visibility:hidden !important}#eb .affix{position:fixed}#eb .o-select-group{position:relative;background-color:rgba(var(--fd-white),1);border-radius:8px;width:100%}#eb .o-select-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(var(--fd-gray-300),1);margin:0;background-color:transparent;position:relative;float:none !important;padding-right:16px !important;z-index:2;box-shadow:none;width:100%;color:rgba(var(--fd-gray-800),1);outline:0 !important}#eb .o-select-group select::-moz-focus-inner{border:0 !important}#eb .o-select-group select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}#eb .o-select-group select:focus{background:transparent}#eb .o-select-group__drop{position:absolute;right:8px;top:8px;color:rgba(var(--fd-gray-600),1);margin:0;line-height:1;top:50%;transform:perspective(1px) translateY(-50%);z-index:1}#eb .o-select-group__drop:before{border-style:solid;border-width:.1em .1em 0 0;content:'';display:inline-block;width:.5em;height:.5em;position:relative;left:0;vertical-align:top;top:1px;transform:rotate(135deg)}#eb .o-select-group--inline{display:inline-block;width:auto}#eb .o-select-group--inline select{width:auto}@-moz-document url-prefix(){.o-select-group select{text-indent:-.1em}}#eb .video-js .vjs-big-play-button .vjs-icon-placeholder:before,#eb .vjs-button>.vjs-icon-placeholder:before,#eb .video-js .vjs-modal-dialog,#eb .vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}#eb .video-js .vjs-big-play-button .vjs-icon-placeholder:before,#eb .vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(/media/com_easyblog/fonts/videojs/vjs.eot) format('eot')}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:normal;font-style:normal}#eb .vjs-icon-play,#eb .video-js .vjs-big-play-button .vjs-icon-placeholder:before,#eb .video-js .vjs-play-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-play:before,#eb .video-js .vjs-big-play-button .vjs-icon-placeholder:before,#eb .video-js .vjs-play-control .vjs-icon-placeholder:before{content:"\f101"}#eb .vjs-icon-play-circle{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-play-circle:before{content:"\f102"}#eb .vjs-icon-pause,#eb .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-pause:before,#eb .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}#eb .vjs-icon-volume-mute,#eb .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-volume-mute:before,#eb .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}#eb .vjs-icon-volume-low,#eb .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-volume-low:before,#eb .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}#eb .vjs-icon-volume-mid,#eb .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-volume-mid:before,#eb .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}#eb .vjs-icon-volume-high,#eb .video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-volume-high:before,#eb .video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}#eb .vjs-icon-fullscreen-enter,#eb .video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-fullscreen-enter:before,#eb .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}#eb .vjs-icon-fullscreen-exit,#eb .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-fullscreen-exit:before,#eb .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}#eb .vjs-icon-square{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-square:before{content:"\f10a"}#eb .vjs-icon-spinner{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-spinner:before{content:"\f10b"}#eb .vjs-icon-subtitles,#eb .video-js .vjs-subtitles-button .vjs-icon-placeholder,#eb .video-js .vjs-subs-caps-button .vjs-icon-placeholder,#eb .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,#eb .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,#eb .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,#eb .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-subtitles:before,#eb .video-js .vjs-subtitles-button .vjs-icon-placeholder:before,#eb .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,#eb .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,#eb .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,#eb .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,#eb .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}#eb .vjs-icon-captions,#eb .video-js .vjs-captions-button .vjs-icon-placeholder,#eb .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,#eb .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-captions:before,#eb .video-js .vjs-captions-button .vjs-icon-placeholder:before,#eb .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,#eb .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10d"}#eb .vjs-icon-chapters,#eb .video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-chapters:before,#eb .video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}#eb .vjs-icon-share{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-share:before{content:"\f10f"}#eb .vjs-icon-cog{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-cog:before{content:"\f110"}#eb .vjs-icon-circle,#eb .video-js .vjs-play-progress,#eb .video-js .vjs-volume-level{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-circle:before,#eb .video-js .vjs-play-progress:before,#eb .video-js .vjs-volume-level:before{content:"\f111"}#eb .vjs-icon-circle-outline{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-circle-outline:before{content:"\f112"}#eb .vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-circle-inner-circle:before{content:"\f113"}#eb .vjs-icon-hd{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-hd:before{content:"\f114"}#eb .vjs-icon-cancel,#eb .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-cancel:before,#eb .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f115"}#eb .vjs-icon-replay,#eb .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-replay:before,#eb .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f116"}#eb .vjs-icon-facebook{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-facebook:before{content:"\f117"}#eb .vjs-icon-gplus{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-gplus:before{content:"\f118"}#eb .vjs-icon-linkedin{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-linkedin:before{content:"\f119"}#eb .vjs-icon-twitter{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-twitter:before{content:"\f11a"}#eb .vjs-icon-tumblr{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-tumblr:before{content:"\f11b"}#eb .vjs-icon-pinterest{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-pinterest:before{content:"\f11c"}#eb .vjs-icon-audio-description,#eb .video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-audio-description:before,#eb .video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f11d"}#eb .vjs-icon-audio,#eb .video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}#eb .vjs-icon-audio:before,#eb .video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f11e"}#eb .video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:normal;font-style:normal;font-family:Arial,Helvetica,sans-serif}#eb .video-js:-moz-full-screen{position:absolute}#eb .video-js:-webkit-full-screen{width:100% !important;height:100% !important}#eb .video-js[tabindex="-1"]{outline:0}#eb .video-js *,#eb .video-js *:before,#eb .video-js *:after{box-sizing:inherit}#eb .video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}#eb .video-js.vjs-fluid,#eb .video-js.vjs-16-9,#eb .video-js.vjs-4-3{width:100%;max-width:100%;height:0}#eb .video-js.vjs-16-9{padding-top:56.25%}#eb .video-js.vjs-4-3{padding-top:75%}#eb .video-js.vjs-fill{width:100%;height:100%}#eb .video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}#eb body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}#eb .vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}#eb .video-js.vjs-fullscreen{width:100% !important;height:100% !important;padding-top:0 !important}#eb .video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}#eb .vjs-hidden{display:none !important}#eb .vjs-disabled{opacity:.5;cursor:default}#eb .video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}#eb .vjs-lock-showing{display:block !important;opacity:1;visibility:visible}#eb .vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}#eb .vjs-no-js a,#eb .vjs-no-js a:visited{color:#66a8cc}#eb .video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,0.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}#eb .vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}#eb .video-js:hover .vjs-big-play-button,#eb .video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,0.5);-webkit-transition:all 0;-moz-transition:all 0;-ms-transition:all 0;-o-transition:all 0;transition:all 0}#eb .vjs-controls-disabled .vjs-big-play-button,#eb .vjs-has-started .vjs-big-play-button,#eb .vjs-using-native-controls .vjs-big-play-button,#eb .vjs-error .vjs-big-play-button{display:none}#eb .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}#eb .video-js button{background:none;border:0;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}#eb .vjs-control .vjs-button{width:100%;height:100%}#eb .video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}#eb .video-js .vjs-modal-dialog{background:rgba(0,0,0,0.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,0.8),rgba(255,255,255,0));overflow:auto;box-sizing:content-box}#eb .video-js .vjs-modal-dialog>*{box-sizing:border-box}#eb .vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}#eb .vjs-menu-button{cursor:pointer}#eb .vjs-menu-button.vjs-disabled{cursor:default}#eb .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}#eb .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto;box-sizing:content-box}#eb .vjs-menu .vjs-menu-content>*{box-sizing:border-box}#eb .vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}#eb .vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}#eb .vjs-menu li.vjs-menu-item:focus,#eb .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,0.5)}#eb .vjs-menu li.vjs-selected,#eb .vjs-menu li.vjs-selected:focus,#eb .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}#eb .vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:bold;cursor:default}#eb .vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,0.7)}#eb .vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,0.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}#eb .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,#eb .vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}#eb .video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;overflow:hidden}#eb .video-js .vjs-menu-button-inline:before{width:2.222222222em}#eb .video-js .vjs-menu-button-inline:hover,#eb .video-js .vjs-menu-button-inline:focus,#eb .video-js .vjs-menu-button-inline.vjs-slider-active,#eb .video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}#eb .vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}#eb .vjs-menu-button-inline:hover .vjs-menu,#eb .vjs-menu-button-inline:focus .vjs-menu,#eb .vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}#eb .vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}#eb .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,#eb .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,#eb .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}#eb .vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}#eb .video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,0.7)}#eb .vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-ms-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}#eb .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}#eb .vjs-controls-disabled .vjs-control-bar,#eb .vjs-using-native-controls .vjs-control-bar,#eb .vjs-error .vjs-control-bar{display:none !important}#eb .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}#eb .vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}#eb .video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}#eb .vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}#eb .video-js .vjs-control:focus:before,#eb .video-js .vjs-control:hover:before,#eb .video-js .vjs-control:focus{text-shadow:0 0 1em white}#eb .video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}#eb .vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}#eb .video-js .vjs-custom-control-spacer{display:none}#eb .video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}#eb .vjs-live .vjs-progress-control{display:none}#eb .vjs-no-flex .vjs-progress-control{width:auto}#eb .video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}#eb .video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}#eb .video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}#eb .video-js .vjs-progress-holder .vjs-play-progress,#eb .video-js .vjs-progress-holder .vjs-load-progress,#eb .video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}#eb .video-js .vjs-play-progress{background-color:#fff}#eb .video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.33333333333333em;z-index:1}#eb .video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,0.5)}#eb .video-js .vjs-load-progress div{background:white;background:rgba(115,133,159,0.75)}#eb .video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:relative;top:-3.4em;visibility:hidden;z-index:1}#eb .video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}#eb .video-js .vjs-progress-control:hover .vjs-time-tooltip,#eb .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}#eb .video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}#eb .vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}#eb .video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}#eb .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}#eb .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}#eb .vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,0.8)}#eb .video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,0.5)}#eb .video-js .vjs-slider:focus{text-shadow:0 0 1em white;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}#eb .video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}#eb .video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#eb .video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}#eb .video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}#eb .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{-ms-filter:"alpha(opacity=0)"}#eb .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"alpha(opacity=0)"}#eb .video-js .vjs-volume-panel{-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;transition:width 1s}#eb .video-js .vjs-volume-panel:hover .vjs-volume-control,#eb .video-js .vjs-volume-panel:active .vjs-volume-control,#eb .video-js .vjs-volume-panel:focus .vjs-volume-control,#eb .video-js .vjs-volume-panel .vjs-volume-control:hover,#eb .video-js .vjs-volume-panel .vjs-volume-control:active,#eb .video-js .vjs-volume-panel .vjs-volume-control:focus,#eb .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,#eb .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,#eb .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0,top 0;-moz-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0,top 0;-ms-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0,top 0;-o-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0,top 0;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0,top 0}#eb .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em}#eb .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,#eb .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,#eb .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{-ms-filter:"alpha(opacity=100)"}#eb .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level{-ms-filter:"alpha(opacity=100)"}#eb .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,#eb .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,#eb .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,#eb .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:9em;-webkit-transition:width .1s;-moz-transition:width .1s;-ms-transition:width .1s;-o-transition:width .1s;transition:width .1s}#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}#eb .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}#eb .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}#eb .video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,#eb .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}#eb .video-js .vjs-volume-panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#eb .video-js .vjs-volume-bar{margin:1.35em .45em}#eb .vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}#eb .vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}#eb .video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}#eb .video-js .vjs-volume-level:before{position:absolute;font-size:.9em}#eb .vjs-slider-vertical .vjs-volume-level{width:.3em}#eb .vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}#eb .vjs-slider-horizontal .vjs-volume-level{height:.3em}#eb .vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}#eb .video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}#eb .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}#eb .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}#eb .video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,0.7)}#eb .video-js .vjs-volume-horizontal .vjs-menu{left:-2em}#eb .vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}#eb .vjs-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}#eb .vjs-has-started .vjs-poster{display:none}#eb .vjs-audio.vjs-has-started .vjs-poster{display:block}#eb .vjs-using-native-controls .vjs-poster{display:none}#eb .video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}#eb .vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}#eb .video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}#eb .vjs-live .vjs-time-control{display:none}#eb .video-js .vjs-current-time,#eb .vjs-no-flex .vjs-current-time{display:none}#eb .vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0 !important;white-space:nowrap}#eb .video-js .vjs-duration,#eb .vjs-no-flex .vjs-duration{display:none}#eb .vjs-time-divider{display:none;line-height:3em}#eb .vjs-live .vjs-time-divider{display:none}#eb .video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}#eb .vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}#eb .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}#eb .video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,0.5)}#eb .vjs-subtitles{color:#fff}#eb .vjs-captions{color:#fc6}#eb .vjs-tt-cue{display:block}#eb video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}#eb .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}#eb .video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}#eb .vjs-playback-rate>.vjs-menu-button,#eb .vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}#eb .vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}#eb .vjs-playback-rate .vjs-menu{width:4em;left:0}#eb .vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}#eb .vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}#eb .vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,0.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px}#eb .vjs-seeking .vjs-loading-spinner,#eb .vjs-waiting .vjs-loading-spinner{display:block}#eb .vjs-loading-spinner:before,#eb .vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:white}#eb .vjs-seeking .vjs-loading-spinner:before,#eb .vjs-seeking .vjs-loading-spinner:after,#eb .vjs-waiting .vjs-loading-spinner:before,#eb .vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,0.2,0,0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,0.2,0,0.8) infinite,vjs-spinner-fade 1.1s linear infinite}#eb .vjs-seeking .vjs-loading-spinner:before,#eb .vjs-waiting .vjs-loading-spinner:before{border-top-color:white}#eb .vjs-seeking .vjs-loading-spinner:after,#eb .vjs-waiting .vjs-loading-spinner:after{border-top-color:white;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}#eb .vjs-chapters-button .vjs-menu ul{width:24em}#eb .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{position:absolute}#eb .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,#eb .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button{display:none}#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,#eb .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button{display:none}#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,#eb .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button{display:none}#eb .vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,0.75);color:#fff;height:70%}#eb .vjs-text-track-settings .vjs-modal-dialog-content{display:table}#eb .vjs-text-track-settings .vjs-track-settings-colors,#eb .vjs-text-track-settings .vjs-track-settings-font,#eb .vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}#eb .vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}#eb .vjs-text-track-settings fieldset{margin:5px;padding:3px;border:0}#eb .vjs-text-track-settings fieldset span{display:inline-block;margin-left:5px}#eb .vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}#eb .vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}#eb .vjs-track-settings-controls button:focus,#eb .vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0,#fff 88%,#73859f 100%)}#eb .vjs-track-settings-controls button:hover{color:rgba(43,51,63,0.75)}#eb .vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}#eb .vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{#eb .video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}#eb .video-js{width:100%;height:100%}#eb .video-js.vjs-brand{display:block}#eb .video-js.vjs-watermark{display:block}#eb .video-js .vjs-watermark-content{opacity:.99;position:absolute;padding:5px;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}#eb .video-js .vjs-watermark-top-right{right:0;top:0}#eb .video-js .vjs-watermark-top-left{left:0;top:0}#eb .video-js .vjs-watermark-bottom-right{right:0;bottom:30px}#eb .video-js .vjs-watermark-bottom-left{left:0;bottom:30px}#eb .video-js.vjs-user-inactive.vjs-playing .vjs-watermark-fade{opacity:0}#eb .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}#eb .swiper-container-no-flexbox .swiper-slide{float:left}#eb .swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#eb .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}#eb .swiper-container-android .swiper-slide,#eb .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#eb .swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#eb .swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}#eb .swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}#eb .swiper-slide-invisible-blank{visibility:hidden}#eb .swiper-container-autoheight,#eb .swiper-container-autoheight .swiper-slide{height:auto}#eb .swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}#eb .swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}#eb .swiper-container-3d .swiper-wrapper,#eb .swiper-container-3d .swiper-slide,#eb .swiper-container-3d .swiper-slide-shadow-left,#eb .swiper-container-3d .swiper-slide-shadow-right,#eb .swiper-container-3d .swiper-slide-shadow-top,#eb .swiper-container-3d .swiper-slide-shadow-bottom,#eb .swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#eb .swiper-container-3d .swiper-slide-shadow-left,#eb .swiper-container-3d .swiper-slide-shadow-right,#eb .swiper-container-3d .swiper-slide-shadow-top,#eb .swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}#eb .swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0))}#eb .swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0))}#eb .swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0))}#eb .swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0))}#eb .swiper-container-wp8-horizontal,#eb .swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}#eb .swiper-container-wp8-vertical,#eb .swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}#eb .swiper-button-prev,#eb .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}#eb .swiper-button-prev.swiper-button-disabled,#eb .swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}#eb .swiper-button-prev,#eb .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}#eb .swiper-button-next,#eb .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}#eb .swiper-button-prev.swiper-button-white,#eb .swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}#eb .swiper-button-next.swiper-button-white,#eb .swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}#eb .swiper-button-prev.swiper-button-black,#eb .swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}#eb .swiper-button-next.swiper-button-black,#eb .swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}#eb .swiper-button-lock{display:none}#eb .swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}#eb .swiper-pagination.swiper-pagination-hidden{opacity:0}#eb .swiper-pagination-fraction,#eb .swiper-pagination-custom,#eb .swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}#eb .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}#eb .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}#eb .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}#eb button.swiper-pagination-bullet{border:0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}#eb .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}#eb .swiper-pagination-bullet-active{opacity:1;background:#007aff}#eb .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#eb .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}#eb .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}#eb .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform}#eb .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}#eb .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}#eb .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform}#eb .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}#eb .swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}#eb .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}#eb .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}#eb .swiper-container-horizontal>.swiper-pagination-progressbar,#eb .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}#eb .swiper-container-vertical>.swiper-pagination-progressbar,#eb .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}#eb .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}#eb .swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25)}#eb .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}#eb .swiper-pagination-black .swiper-pagination-bullet-active{background:#000}#eb .swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25)}#eb .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}#eb .swiper-pagination-lock{display:none}#eb .swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}#eb .swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}#eb .swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}#eb .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}#eb .swiper-scrollbar-cursor-drag{cursor:move}#eb .swiper-scrollbar-lock{display:none}#eb .swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}#eb .swiper-zoom-container>img,#eb .swiper-zoom-container>svg,#eb .swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}#eb .swiper-slide-zoomed{cursor:move}#eb .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}#eb .swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}#eb .swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#eb .swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}#eb .swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}#eb .swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}#eb .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#eb .swiper-container-fade .swiper-slide-active,#eb .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#eb .swiper-container-cube{overflow:visible}#eb .swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}#eb .swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}#eb .swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}#eb .swiper-container-cube .swiper-slide-active,#eb .swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}#eb .swiper-container-cube .swiper-slide-active,#eb .swiper-container-cube .swiper-slide-next,#eb .swiper-container-cube .swiper-slide-prev,#eb .swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}#eb .swiper-container-cube .swiper-slide-shadow-top,#eb .swiper-container-cube .swiper-slide-shadow-bottom,#eb .swiper-container-cube .swiper-slide-shadow-left,#eb .swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#eb .swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}#eb .swiper-container-flip{overflow:visible}#eb .swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}#eb .swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}#eb .swiper-container-flip .swiper-slide-active,#eb .swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}#eb .swiper-container-flip .swiper-slide-shadow-top,#eb .swiper-container-flip .swiper-slide-shadow-bottom,#eb .swiper-container-flip .swiper-slide-shadow-left,#eb .swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#eb .swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}#eb .swiper-slide{background-size:cover;background-position:center}#eb .gallery-top{height:80%;width:100%}#eb .gallery-thumbs{height:80px;box-sizing:border-box;padding:10px 0}#eb .gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:.4}#eb .gallery-thumbs .swiper-slide-thumb-active{opacity:1}#eb .swiper-button-disabled{display:none}#eb .ph-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:16px 8px 8px 8px;overflow:hidden;margin-bottom:16px;background-color:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px}#eb .ph-item,#eb .ph-item *,#eb .ph-item ::after,#eb .ph-item ::before{-webkit-box-sizing:border-box;box-sizing:border-box}#eb .ph-item::before{content:" ";position:absolute;top:0;right:0;bottom:0;left:50%;z-index:1;width:500%;margin-left:-250%;-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;background:-webkit-gradient(linear,left top,right top,color-stop(46%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.35)),color-stop(54%,rgba(255,255,255,0))) 50% 50%;background:linear-gradient(to right,rgba(255,255,255,0) 46%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 54%) 50% 50%}#eb .ph-item>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-right:8px;padding-left:8px}#eb .ph-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:7.5px}#eb .ph-row div{height:10px;margin-bottom:7.5px;background-color:#ced4da}#eb .ph-row .big,#eb .ph-row.big div{height:20px;margin-bottom:8px}#eb .ph-row .empty{background-color:rgba(255,255,255,0)}#eb .ph-col-1by1{flex:0 0 2%}#eb .ph-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}#eb .ph-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}#eb .ph-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}#eb .ph-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}#eb .ph-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}#eb .ph-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#eb .ph-avatar{position:relative;width:100%;min-width:60px;background-color:#ced4da;margin-bottom:8px;border-radius:50%;overflow:hidden}#eb .ph-avatar::before{content:" ";display:block;padding-top:100%}#eb .ph-picture{width:100%;height:120px;background-color:#ced4da;margin-bottom:8px}@-webkit-keyframes phAnimation{0%{-webkit-transform:translate3d(-30%,0%,0);transform:translate3d(-30%,0%,0)}100%{-webkit-transform:translate3d(30%,0%,0);transform:translate3d(30%,0%,0)}}@keyframes phAnimation{0%{-webkit-transform:translate3d(-30%,0%,0);transform:translate3d(-30%,0%,0)}100%{-webkit-transform:translate3d(30%,0%,0);transform:translate3d(30%,0%,0)}}#eb .btn .fa{line-height:1}#eb .text-inherit{color:inherit}#eb .text-uppercase{text-transform:uppercase}#eb .text-small{font-size:90%}#eb .text-bold{font-weight:bold}#eb .text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#eb .clearfix:before,#eb .clearfix:after{display:table;content:"";line-height:0}#eb .clearfix:after{clear:both}#eb .no-overflow{overflow:hidden}#eb .hide,#eb .hidden{display:none !important}#eb .overflow-no{overflow:hidden}#eb .reset-heading{background:none;border:medium none;clear:none;display:block;float:none;margin:0;padding:0;position:static;width:auto}#eb .reset-heading .text-inherit{background:none !important}#eb .reset-list,#eb .reset-list>li{background:none;border:0;clear:none;float:none;list-style:none;list-style-image:none;margin:0;padding:0;overflow:visible;width:auto}#eb .reset-list:before,#eb .reset-list:after,#eb .reset-list>li:before,#eb .reset-list>li:after,#eb .dropdown-menu:before,#eb .dropdown-menu:after,#eb .dropdown-menu>li:before,#eb .dropdown-menu>li:after{content:'';display:none}#eb .float-list>li{float:left}#eb .row-table{display:table;width:100%}#eb .row-table.layout-fixed{table-layout:fixed}#eb .row-table.pull-left,#eb .row-table.pull-right{width:auto}#eb .row-table-form{display:table}#eb .row-table-form .col-cell+.col-cell{padding:0 0 0 5px}#eb .col-cell{display:table-cell;vertical-align:middle}#eb .cell-top>.col-cell{vertical-align:top}#eb .cell-ellipse{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:0}#eb .cell-tight{width:1px;white-space:nowrap}#eb .cell-clear-right{padding-right:0 !important}#eb .align-middle,#eb .align-middle>.col-cell{vertical-align:middle}#eb .align-top,#eb .align-top>.col-cell{vertical-align:top}#eb.is-mobile .col-cell{display:inline-block !important;width:auto !important}#eb .no-wrap{white-space:nowrap}#eb .no-overflow{overflow:hidden}#eb .spans-seperator{min-height:0;overflow:hidden;float:none;margin:0;padding:0;clear:none}#eb .spans-seperator>span{float:left;line-height:1.2em}#eb .spans-seperator>span+span{margin:0 0 0 10px;padding:0 0 0 10px;border-left:1px solid #ddd}#eb .comma-seperator{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap}#eb .comma-seperator>span{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;vertical-align:middle}#eb .comma-seperator>span:after{content:',';padding-right:4px}#eb .comma-seperator>span:last-child:after{content:'';padding-right:0}#eb .dropdown-menu a{cursor:pointer}#eb .eb-alert{border-radius:3px;padding:10px 15px;margin:0 0 20px}#eb .eb-alert .col-cell{vertical-align:top;line-height:20px}#eb .eb-alert .cell-sign{padding:0 10px 0 0}#eb .eb-alert .cell-close{color:inherit;cursor:pointer;padding:0 0 0 10px;font-size:14px;opacity:.5;filter:alpha(opacity=50)}#eb .eb-alert .cell-close:hover{opacity:1;filter:alpha(opacity=100)}#eb.is-mobile .eb-alert .col-cell{display:table-cell !important}#eb.is-mobile .eb-alert .cell-tight{width:1% !important}#eb .show-menu .jomsocial{min-height:480px}#eb .jomsocial{min-height:0}#eb{
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
}@font-face{font-family:'raty-font';src:url(/media/com_easyblog/fonts/raty/raty-font.eot?13822802=);src:url(/media/com_easyblog/fonts/raty/raty-font.eot?13822802=#iefix) format('embedded-opentype'),url(/media/com_easyblog/fonts/raty/raty-font.woff2?13822802=) format('woff2'),url(/media/com_easyblog/fonts/raty/raty-font.woff?13822802=) format('woff'),url(/media/com_easyblog/fonts/raty/raty-font.ttf?13822802=) format('truetype'),url(/media/com_easyblog/fonts/raty/raty-font.svg?13822802=#raty-font) format('svg');font-weight:normal;font-style:normal}#eb .raty{display:inline-block;font:normal normal normal 14px/1 raty-font;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}#eb .raty-star:before{content:'\e800'}#eb .raty-star-o:before{content:'\e801'}#eb .raty-star-half-o:before{content:'\f123'}#eb .bb-smiley{max-width:16px;max-height:16px}#eb .markItUp *{margin:0;padding:0;outline:0}#eb .markItUp a:link,#eb .markItUp a:visited{color:#000;text-decoration:none}#eb .markItUp{width:700px;margin:5px 0 5px 0;border:5px solid #f5f5f5}#eb .markItUpContainer{border:0 !important;background:none !important;padding:0 !important;font:11px Verdana,Arial,Helvetica,sans-serif;border-radius:0 !important}#eb .ed-convo-dialog .markItUpContainer{border-bottom:1px solid rgba(var(--fd-gray-200),1) !important}#eb .markItUpExpanding.has-error{border:1px solid #fc595b}#eb .markItUpExpanding.has-error .form-control{box-shadow:none}#eb .markItUpEditor{width:100%;min-height:120px;clear:both;line-height:18px;overflow:auto;border-radius:0 !important;border:0 !important;padding:8px !important;box-shadow:none !important;font-size:14px !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#eb .markItUpEditor:focus{box-shadow:none}#eb .markItUpEditor::-webkit-input-placeholder{color:#888}#eb .markItUpEditor:-moz-placeholder{color:#888}#eb .markItUpEditor::-moz-placeholder{color:#888}#eb .markItUpEditor:-ms-input-placeholder{color:#888}#eb .markItUpEditor::-ms-input-placeholder{color:#888}#eb .markItUpEditor:placeholder-shown{color:#888}#eb .markItUpPreviewFrame{overflow:auto;background-color:#fff;border:1px solid #3c769d;width:99.9%;height:300px;margin:5px 0}#eb .markItUpFooter{width:100%;cursor:n-resize}#eb .markItUpResizeHandle{overflow:hidden;width:22px;height:5px;margin-left:auto;margin-right:auto;cursor:n-resize}#eb .markItUpHeader ul li{list-style:none;float:left;position:relative}#eb .markItUpHeader ul li ul{display:none}#eb .markItUpHeader ul li:hover>ul{display:block}#eb .markItUpHeader ul .markItUpDropMenu{margin-right:5px}#eb .markItUpHeader ul .markItUpDropMenu li{margin-right:0}#eb .markItUpHeader ul .markItUpSeparator{margin:0 10px;width:1px;height:20px;overflow:hidden;background-color:#ccc}#eb .markItUpHeader ul ul .markItUpSeparator{width:auto;height:1px;margin:0}#eb .markItUpHeader ul ul{display:none;position:absolute;top:18px;left:0;background:#f5f5f5;border:1px solid #3c769d;height:inherit}#eb .markItUpHeader ul ul li{float:none;border-bottom:1px solid #3c769d}#eb .markItUpHeader ul ul ul{position:absolute;top:-1px;left:150px}#eb .markItUpHeader ul ul ul li{float:none}#eb .markItUpHeader ul a{display:block;width:24px;height:24px;text-indent:0;padding:0;margin:0}#eb .markItUpHeader ul ul a{display:block;padding-left:0;text-indent:0;width:120px;padding:5px 5px 5px 25px;background-position:2px 50%}#eb .markItUpHeader ul ul a:hover{color:#fff;background-color:#3c769d}#eb .markItUpHeader{display:inline-block;width:100%;padding:2px 4px 2px;background:rgba(var(--fd-white),1);border:0;border-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .markItUpHeader ul li{margin-right:4px}#eb .markItUpHeader ul .markItUpSeparator{position:relative;top:4px;background-color:#e6e6e6;color:#e6e6e6}#eb .markItUp{width:100%;margin:0;border:0 solid transparent}#eb .markItUp li>a{background-position:center;border:1px solid transparent;border-radius:8px;font-size:0}#eb .markItUp li>a:hover{background-color:transparent}#eb .markItUp .markItUpButton{padding:4px}#eb .markItUp .markItUpButton a{position:relative;width:21px !important;height:21px !important;line-height:21px;display:inline-block;vertical-align:middle;background-image:url(/media/com_easyblog/images/emoticons/icons-emo@2x.png) !important;background-size:140px 20px;background-position:0 0 !important;background-color:transparent !important}#eb .markItUp .markItUpButton a:before{position:absolute;top:0;left:0;font-family:"Font Awesome 5 Free";font-size:14px;font-weight:bold;font-style:normal;display:inline-block;text-decoration:inherit;font-size:13px !important;color:rgba(var(--fd-gray-800),1) !important;width:20px !important;height:20px !important;text-align:center !important;text-indent:0}#eb .markItUp .markitup-bold a,#eb .markItUp .markitup-italic a,#eb .markItUp .markitup-underline a,#eb .markItUp .markitup-url a,#eb .markItUp .markitup-picture a,#eb .markItUp .markitup-video a,#eb .markItUp .markitup-bullet a,#eb .markItUp .markitup-numeric a,#eb .markItUp .markitup-list a,#eb .markItUp .markitup-quote a,#eb .markItUp .markitup-clean a,#eb .markItUp .markitup-code a,#eb .markItUp .markitup-gist a{background:none !important}#eb .markItUp .markitup-bold a:before{content:"\f032"}#eb .markItUp .markitup-italic a:before{content:"\f033"}#eb .markItUp .markitup-underline a:before{content:"\f0cd"}#eb .markItUp .markitup-url a:before{content:"\f0c1"}#eb .markItUp .markitup-picture a:before{content:"\f03e"}#eb .markItUp .markitup-video a:before{content:"\f008"}#eb .markItUp .markitup-bullet a:before{content:"\f0ca"}#eb .markItUp .markitup-numeric a:before{content:"\f0cb"}#eb .markItUp .markitup-list a:before{content:"\f141"}#eb .markItUp .markitup-quote a:before{content:"\f10d"}#eb .markItUp .markitup-clean a:before{content:"\f12d"}#eb .markItUp .markitup-code a:before{content:"\f121"}#eb .markItUp .markitup-gist a:before{content:"\f113"}#eb .markItUp .markitup-happy a{background-position:-20px !important}#eb .markItUp .markitup-smile a{background-position:-40px !important}#eb .markItUp .markitup-surprised a{background-position:-60px !important}#eb .markItUp .markitup-tongue a{background-position:-80px !important}#eb .markItUp .markitup-unhappy a{background-position:-100px !important}#eb .markItUp .markitup-wink a{background-position:-120px !important}#eb .markItUp .textareaClone{min-height:160px;height:auto}#eb span.markItUpButton{position:relative;width:20px !important;height:20px !important;line-height:20px;display:inline-block;vertical-align:middle;background-image:url(/media/com_easyblog/images/emoticons/icons-emo@2x.png) !important;background-size:140px 20px;background-position:0 0 !important;background-color:transparent !important}#eb span.markItUpButton:before{position:absolute;top:0;left:0;font-family:"Font Awesome 5 Free";font-size:14px;font-weight:bold;font-style:normal;display:inline-block;text-decoration:inherit;font-size:13px !important;color:rgba(var(--fd-gray-800),1) !important;width:20px !important;height:20px !important;text-align:center !important;text-indent:0}#eb span.markitup-happy{background-position:-20px !important}#eb span.markitup-smile{background-position:-40px !important}#eb span.markitup-surprised{background-position:-60px !important}#eb span.markitup-tongue{background-position:-80px !important}#eb span.markitup-unhappy{background-position:-100px !important}#eb span.markitup-wink{background-position:-120px !important}#eb .eb-emoji-icon,#eb .eb-emoji-icon--lg{font-size:64px}#eb .eb-emoji-icon--sm{font-size:16px}#eb .eb-emoji-icon--md{font-size:32px}#eb .eb-emoji-icon--xl{font-size:128px}#eb .eb-emoji-icon:before{content:' ';vertical-align:top;display:inline-block;background-image:url(/media/com_easyblog/images/emoji/emoji.svg);background-repeat:no-repeat;background-size:1em 5em}#eb .eb-emoji-icon--angry:before{background-position:0 0;width:1em;height:1em}#eb .eb-emoji-icon--happy:before{background-position:0 -1em;width:1em;height:1em}#eb .eb-emoji-icon--love:before{background-position:0 -2em;width:1em;height:1em}#eb .eb-emoji-icon--sad:before{background-position:0 -3em;width:1em;height:1em}#eb .eb-emoji-icon--surprise:before{background-position:0 -4em;width:1em;height:1em}#eb .textboxlist{border:1px solid #aaa;padding:8px;border-radius:3px;min-height:32px;cursor:text;position:relative}#eb .textboxlist:before,#eb .textboxlist:after{content:" ";display:table}#eb .textboxlist:after{clear:both}#eb .textboxlist.disabled{background-color:#eee}#eb .textboxlist-textField{height:26px !important;line-height:26px !important;max-width:100%;float:left;border:0 !important;padding:0 !important;margin:2px !important;box-shadow:none !important;font-size:13px !important;background:transparent !important}#eb .textboxlist-itemGroup{margin:0;padding:0;list-style:none}#eb .textboxlist-itemGroup:before,#eb .textboxlist-itemGroup:after{content:" ";display:table}#eb .textboxlist-itemGroup:after{clear:both}#eb .textboxlist-itemGroup li{float:left;list-style:none}#eb .textboxlist-item{float:left;background:#e7edf3;border:1px solid #c6d5e6;border-radius:5px;color:#729bcd;font-size:13px;font-weight:bold;position:relative;height:26px;line-height:24px;margin:2px;padding:0 6px 0 24px;overflow:hidden}#eb .textboxlist-item.list{background:#e9fee7;border:1px solid #98d895;color:#4ea64a}#eb .textboxlist-item .textboxlist-itemContent img{width:12px;height:12px;margin-top:-2px}#eb .textboxlist-item .textboxlist-field{margin:0;padding:0;white-space:nowrap}#eb .textboxlist-itemRemoveButton{position:absolute;height:100%;left:0;top:0;width:24px;opacity:.6;cursor:pointer;text-align:center}#eb .textboxlist-itemRemoveButton:hover{opacity:1}#eb .textboxlist-itemRemoveButton>i{font-size:14px;line-height:inherit;color:inherit}#eb .textboxlist-itemRemoveButton>i:before{content:"\f057"}#eb.textboxlist-autocomplete{position:absolute;z-index:99999;margin-top:8px;overflow:hidden}#eb.textboxlist-autocomplete>b{position:absolute;width:100%;left:0;height:1px;padding:0 5px;z-index:2;display:none}#eb.textboxlist-autocomplete>b>b{height:5px;width:100%;margin-top:-5px;-webkit-box-shadow:0 0 5px 0 #000;box-shadow:0 0 5px 0 #000;display:block}#eb.textboxlist-autocomplete.loading .textboxlist-autocomplete-loading{display:block}#eb.textboxlist-autocomplete.loading .textboxlist-menu{display:none}#eb.textboxlist-autocomplete.empty .textboxlist-autocomplete-empty{display:block}#eb.textboxlist-autocomplete.empty .textboxlist-menu{display:none}#eb.textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty{display:none}#eb.textboxlist-autocomplete.has-shadow>b{display:block}#eb.textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner{top:-160px;-webkit-transition:all .1s ease;transition:all .1s ease}#eb.textboxlist-autocomplete.has-animation.active{top:0}#eb.textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner{border-top:0;border-radius:0 0 3px 3px;margin:0 9px 5px 10px}#eb .textboxlist-autocomplete-loading,#eb .textboxlist-autocomplete-empty{display:none}#eb .textboxlist-autocomplete-loading-indicator{display:block;padding:8px 0;height:16px;background:url(/media/com_easyblog/images/loading.gif) center center no-repeat}#eb .textboxlist-autocomplete-empty-text{padding:8px 0;line-height:16px;font-size:12px;text-align:center;display:block;color:#888}#eb .textboxlist-autocomplete-inner{border:1px solid #aaa;border-radius:3px;color:#666;background:#fff;max-height:160px;overflow-y:auto;position:relative;z-index:1;-webkit-box-shadow:0 3px 2px rgba(0,0,0,0.15);box-shadow:0 3px 2px rgba(0,0,0,0.15);margin-bottom:5px}#eb .textboxlist-menu{list-style:none !important;margin:0 !important;padding:0 !important;background:none !important}#eb .textboxlist-menu .textboxlist-menuItem{cursor:pointer;padding:6px;text-align:left;font-size:12px;margin:0;display:flex;align-items:center}#eb .textboxlist-menu .textboxlist-menuItem+.textboxlist-menuItem{border-top:1px solid #ddd}#eb .textboxlist-menu .textboxlist-menuItem.active{background:#e7edf3}#eb .textboxlist-menu .textboxlist-menuItem.hidden{display:none}#eb .textboxlist-menu .textboxlist-menuItem.list{font-weight:bold}#eb .textboxlist-menu .textboxlist-menuItem.list+.user{border-top:1px dashed #bbb}#eb.is-iphone .textboxlist-textField:hover{font-size:16px !important}#eb .leaflet-pane,#eb .leaflet-tile,#eb .leaflet-marker-icon,#eb .leaflet-marker-shadow,#eb .leaflet-tile-container,#eb .leaflet-pane>svg,#eb .leaflet-pane>canvas,#eb .leaflet-zoom-box,#eb .leaflet-image-layer,#eb .leaflet-layer{position:absolute;left:0;top:0}#eb .leaflet-container{overflow:hidden}#eb .leaflet-tile,#eb .leaflet-marker-icon,#eb .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}#eb .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}#eb .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}#eb .leaflet-marker-icon,#eb .leaflet-marker-shadow{display:block}#eb .leaflet-container .leaflet-overlay-pane svg,#eb .leaflet-container .leaflet-marker-pane img,#eb .leaflet-container .leaflet-shadow-pane img,#eb .leaflet-container .leaflet-tile-pane img,#eb .leaflet-container img.leaflet-image-layer,#eb .leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important}#eb .leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}#eb .leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}#eb .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}#eb .leaflet-container{-webkit-tap-highlight-color:transparent}#eb .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4)}#eb .leaflet-tile{filter:inherit;visibility:hidden}#eb .leaflet-tile-loaded{visibility:inherit}#eb .leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}#eb .leaflet-overlay-pane svg{-moz-user-select:none}#eb .leaflet-pane{z-index:400}#eb .leaflet-tile-pane{z-index:200}#eb .leaflet-overlay-pane{z-index:400}#eb .leaflet-shadow-pane{z-index:500}#eb .leaflet-marker-pane{z-index:600}#eb .leaflet-tooltip-pane{z-index:650}#eb .leaflet-popup-pane{z-index:700}#eb .leaflet-map-pane canvas{z-index:100}#eb .leaflet-map-pane svg{z-index:200}#eb .leaflet-vml-shape{width:1px;height:1px}#eb .lvml{behavior:url(/components/com_easyblog/themes/wireframe/styles/#default#VML);display:inline-block;position:absolute}#eb .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}#eb .leaflet-top,#eb .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}#eb .leaflet-top{top:0}#eb .leaflet-right{right:0}#eb .leaflet-bottom{bottom:0}#eb .leaflet-left{left:0}#eb .leaflet-control{float:left;clear:both}#eb .leaflet-right .leaflet-control{float:right}#eb .leaflet-top .leaflet-control{margin-top:10px}#eb .leaflet-bottom .leaflet-control{margin-bottom:10px}#eb .leaflet-left .leaflet-control{margin-left:10px}#eb .leaflet-right .leaflet-control{margin-right:10px}#eb .leaflet-fade-anim .leaflet-tile{will-change:opacity}#eb .leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}#eb .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}#eb .leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}#eb .leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}#eb .leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,0.25,1);transition:transform .25s cubic-bezier(0,0,0.25,1)}#eb .leaflet-zoom-anim .leaflet-tile,#eb .leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}#eb .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}#eb .leaflet-interactive{cursor:pointer}#eb .leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}#eb .leaflet-crosshair,#eb .leaflet-crosshair .leaflet-interactive{cursor:crosshair}#eb .leaflet-popup-pane,#eb .leaflet-control{cursor:auto}#eb .leaflet-dragging .leaflet-grab,#eb .leaflet-dragging .leaflet-grab .leaflet-interactive,#eb .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}#eb .leaflet-marker-icon,#eb .leaflet-marker-shadow,#eb .leaflet-image-layer,#eb .leaflet-pane>svg path,#eb .leaflet-tile-container{pointer-events:none}#eb .leaflet-marker-icon.leaflet-interactive,#eb .leaflet-image-layer.leaflet-interactive,#eb .leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}#eb .leaflet-container{background:#ddd;outline:0}#eb .leaflet-container a{color:#0078a8}#eb .leaflet-container a.leaflet-active{outline:2px solid orange}#eb .leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5)}#eb .leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}#eb .leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px}#eb .leaflet-bar a,#eb .leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}#eb .leaflet-bar a,#eb .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}#eb .leaflet-bar a:hover{background-color:#f4f4f4}#eb .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}#eb .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:0}#eb .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}#eb .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}#eb .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}#eb .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}#eb .leaflet-control-zoom-in,#eb .leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}#eb .leaflet-touch .leaflet-control-zoom-in,#eb .leaflet-touch .leaflet-control-zoom-out{font-size:22px}#eb .leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px}#eb .leaflet-control-layers-toggle{background-image:url(/media/com_easyblog/images/leaflet/layers.png);width:36px;height:36px}#eb .leaflet-retina .leaflet-control-layers-toggle{background-image:url(/media/com_easyblog/images/leaflet/layers-2x.png);background-size:26px 26px}#eb .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}#eb .leaflet-control-layers .leaflet-control-layers-list,#eb .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}#eb .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}#eb .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}#eb .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}#eb .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}#eb .leaflet-control-layers label{display:block}#eb .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}#eb .leaflet-default-icon-path{background-image:url(/media/com_easyblog/images/leaflet/marker-icon.png)}#eb .leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.7);margin:0}#eb .leaflet-control-attribution,#eb .leaflet-control-scale-line{padding:0 5px;color:#333}#eb .leaflet-control-attribution a{text-decoration:none}#eb .leaflet-control-attribution a:hover{text-decoration:underline}#eb .leaflet-container .leaflet-control-attribution,#eb .leaflet-container .leaflet-control-scale{font-size:11px}#eb .leaflet-left .leaflet-control-scale{margin-left:5px}#eb .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}#eb .leaflet-control-scale-line{border:2px solid #777;border-top:0;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,0.5)}#eb .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:0;margin-top:-2px}#eb .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}#eb .leaflet-touch .leaflet-control-attribution,#eb .leaflet-touch .leaflet-control-layers,#eb .leaflet-touch .leaflet-bar{box-shadow:none}#eb .leaflet-touch .leaflet-control-layers,#eb .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}#eb .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}#eb .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}#eb .leaflet-popup-content{margin:13px 19px;line-height:1.4}#eb .leaflet-popup-content p{margin:18px 0}#eb .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}#eb .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#eb .leaflet-popup-content-wrapper,#eb .leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4)}#eb .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:bold;background:transparent}#eb .leaflet-container a.leaflet-popup-close-button:hover{color:#999}#eb .leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}#eb .leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}#eb .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}#eb .leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}#eb .leaflet-oldie .leaflet-control-zoom,#eb .leaflet-oldie .leaflet-control-layers,#eb .leaflet-oldie .leaflet-popup-content-wrapper,#eb .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}#eb .leaflet-div-icon{background:#fff;border:1px solid #666}#eb .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4)}#eb .leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}#eb .leaflet-tooltip-top:before,#eb .leaflet-tooltip-bottom:before,#eb .leaflet-tooltip-left:before,#eb .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}#eb .leaflet-tooltip-bottom{margin-top:6px}#eb .leaflet-tooltip-top{margin-top:-6px}#eb .leaflet-tooltip-bottom:before,#eb .leaflet-tooltip-top:before{left:50%;margin-left:-6px}#eb .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}#eb .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}#eb .leaflet-tooltip-left{margin-left:-6px}#eb .leaflet-tooltip-right{margin-left:6px}#eb .leaflet-tooltip-left:before,#eb .leaflet-tooltip-right:before{top:50%;margin-top:-6px}#eb .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}#eb .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}#eb.bootstrap-datetimepicker-widget{border:1px solid rgba(var(--fd-gray-200),1);box-shadow:0 6px 12px rgba(0,0,0,0.176);display:none;float:left;font-size:14px;list-style:none outside none;min-width:160px;position:absolute;top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999 !important;border-radius:4px;background-color:rgba(var(--fd-white),1)}#eb.bootstrap-datetimepicker-widget .btn{background-color:var(--si-default--outline-bg)}#eb.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}#eb.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(var(--fd-gray-200),1);position:absolute;top:-7px;left:7px}#eb.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(var(--fd-white),1);position:absolute;top:-6px;left:8px}#eb.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(var(--fd-gray-200),1);position:absolute;bottom:-7px;left:6px}#eb.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(var(--fd-white),1);position:absolute;bottom:-6px;left:7px}#eb.bootstrap-datetimepicker-widget .dow{width:14.2857%}#eb.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}#eb.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}#eb.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}#eb.bootstrap-datetimepicker-widget .timepicker-hour,#eb.bootstrap-datetimepicker-widget .timepicker-minute,#eb.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-weight:bold;font-size:1.2em}#eb.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}#eb.bootstrap-datetimepicker-widget .datepicker>div{display:none}#eb.bootstrap-datetimepicker-widget .picker-switch{text-align:center}#eb.bootstrap-datetimepicker-widget table{width:100%;margin:0}#eb.bootstrap-datetimepicker-widget td,#eb.bootstrap-datetimepicker-widget th{text-align:center;width:20px;height:20px;border-radius:4px;background-color:rgba(var(--fd-white),1);color:rgba(var(--fd-gray-800),1)}#eb.bootstrap-datetimepicker-widget td.day:hover,#eb.bootstrap-datetimepicker-widget td.hour:hover,#eb.bootstrap-datetimepicker-widget td.minute:hover,#eb.bootstrap-datetimepicker-widget td.second:hover{background:rgba(var(--fd-gray-50),1);cursor:pointer}#eb.bootstrap-datetimepicker-widget td.old,#eb.bootstrap-datetimepicker-widget td.new{color:#999}#eb.bootstrap-datetimepicker-widget td.today{position:relative}#eb.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #4e72e2;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}#eb.bootstrap-datetimepicker-widget td.active,#eb.bootstrap-datetimepicker-widget td.active:hover{background-color:#4e72e2;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}#eb.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}#eb.bootstrap-datetimepicker-widget td.disabled,#eb.bootstrap-datetimepicker-widget td.disabled:hover{background:none;color:#999;cursor:not-allowed}#eb.bootstrap-datetimepicker-widget td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;border-radius:4px}#eb.bootstrap-datetimepicker-widget td span:hover{background:rgba(var(--fd-gray-50),1)}#eb.bootstrap-datetimepicker-widget td span.active{background-color:#4e72e2;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}#eb.bootstrap-datetimepicker-widget td span.old{color:#999}#eb.bootstrap-datetimepicker-widget td span.disabled,#eb.bootstrap-datetimepicker-widget td span.disabled:hover{background:none;color:#999;cursor:not-allowed}#eb.bootstrap-datetimepicker-widget th.switch{width:145px;text-align:center;vertical-align:middle}#eb.bootstrap-datetimepicker-widget th.next,#eb.bootstrap-datetimepicker-widget th.prev{font-size:19.5px}#eb.bootstrap-datetimepicker-widget th.disabled,#eb.bootstrap-datetimepicker-widget th.disabled:hover{background:none;color:#999;cursor:not-allowed}#eb.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}#eb.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:rgba(var(--fd-gray-50),1)}#eb.bootstrap-datetimepicker-widget .input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}#eb.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}#eb.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}#eb.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0 !important}@media(max-width:480px){#eb.bootstrap-datetimepicker-widget{left:10px !important;width:91% !important}}#eb .eb-template{display:none}#eb .dropdown_{position:relative}#eb .eb-hint{display:table;text-align:center}#eb .eb-hint.layout-overlay{top:0;left:0;width:100%;height:100%;z-index:10}#eb .eb-hint>div{display:table-cell;vertical-align:middle}#eb .eb-hint-icon{display:block;font-size:36px;margin-bottom:6.6666666666667px}#eb .eb-hint-text{display:block;padding:0 20px;word-wrap:break-word}#eb .eb-hint.style-gray .eb-hint-icon{color:#888}#eb .eb-hint.style-gray .eb-hint-text{color:#888;font-weight:bold;font-size:16px}#eb .eb-hint.size-sm .eb-hint-icon{font-size:16px;margin-bottom:5px}#eb .eb-hint.size-sm .eb-hint-text{font-size:12px}#eb.eb-dialog{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1051;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:0;background:rgba(0,0,0,0.25)}#eb.eb-dialog.active{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}#eb.eb-dialog.is-loading{-webkit-transition:none;transition:none}#eb.eb-dialog.is-loading .o-loader{display:block;transform:translateX(-50%) translateY(-90%)}#eb.eb-dialog.is-failed .o-empty{display:inline-block;min-height:80px}#eb.eb-dialog .o-empty__icon{font-size:30px}#eb.eb-dialog .o-empty__text{font-size:15px}#eb.eb-dialog .eb-hint{display:none;background:rgba(var(--fd-white),1);text-align:center;margin:0 auto}#eb.eb-dialog .widget{border:0}#eb .eb-dialog-modal{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:block;border-radius:3px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.2);box-shadow:0 2px 3px rgba(0,0,0,0.2);max-width:100%;max-height:100%;min-width:320px;min-height:170px}#eb.eb-dialog.has-footer .eb-dialog-modal{min-height:218px}#eb.is-mobile .eb-dialog-header{border-radius:0;text-align:left;font-weight:700}#eb .eb-dialog-header{position:absolute;top:0;left:0;width:100%;height:50px;line-height:1;z-index:3;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-white),1);padding:8px 16px;border-radius:3px 3px 0 0}#eb .eb-dialog-header__grid{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0;padding:0;height:100%}#eb .eb-dialog-header__cell{text-align:left;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}#eb .eb-dialog-header--divider{border-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-dialog-footer{position:absolute;bottom:0;left:0;width:100%;height:48px;z-index:2;display:none;background:rgba(var(--fd-gray-50),1);border-top:1px solid rgba(var(--fd-gray-200),1);padding:8px;border-radius:0 0 3px 3px}#eb .eb-dialog-body{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-top:50px solid transparent;border-bottom:0}#eb .eb-dialog-container{position:absolute;width:100%;height:100%;overflow:auto;overflow-x:hidden;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-white),1);border-radius:0 0 3px 3px}#eb.is-loading .eb-dialog-container{overflow:hidden}#eb.eb-dialog.has-footer .eb-dialog-body{border-bottom:48px solid transparent}#eb.eb-dialog.has-footer .eb-dialog-container{border-radius:0}#eb.eb-dialog.has-footer .eb-dialog-footer{display:block}#eb .eb-dialog-title{font-size:15px;font-weight:bold;position:relative}#eb .eb-dialog-back-button{padding-right:16px}#eb .eb-dialog-back-button,#eb .eb-dialog-close-button{color:#bbb;font-size:15px;cursor:pointer;text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}#eb .eb-dialog-back-button:hover,#eb .eb-dialog-close-button:hover{color:#888}#eb .eb-dialog-back-button i,#eb .eb-dialog-close-button i{position:relative;font-size:18px}#eb .eb-dialog-content{position:relative;padding:8px 16px;font-size:13px;height:100%;border-radius:3px}#eb .eb-dialog-content *{font-size:13px}#eb .eb-dialog-content .checkbox,#eb .eb-dialog-content .radio{margin:0}#eb .eb-dialog-content .control-label{width:125px;text-align:right;padding:0 5px}#eb .eb-dialog-content .form-control{margin:0}#eb .eb-dialog-content .form-group{display:table;width:100%;margin:0}#eb .eb-dialog-content .form-group+.form-group{margin-top:10px}#eb .eb-dialog-content .eb-composer-poll-form{font-family:"Inter",sans-serif;line-height:18.4px;font-size:12px}#eb .eb-dialog-content .eb-composer-poll-form .eb-composer-fieldset-content{padding-left:0;padding-right:0}#eb .eb-dialog-content .eb-composer-poll-form .o-alert{margin-bottom:0}#eb .eb-dialog-footer-content{border-radius:0 0 3px 3px;overflow:hidden;display:-webkit-flex !important;display:-ms-flexbox !important;display:-ms-flex !important;display:flex !important;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}#eb .eb-dialog-footer-content>*+*{margin-left:8px}#eb .eb-dialog-footer-content--space-evenly{-webkit-justify-content:space-evenly;-ms-justify-content:space-evenly;justify-content:space-evenly}#eb .eb-dialog-footer-content--space-evenly .btn{width:100%}#eb .eb-dialog-footer-content .btn,#eb .eb-dialog-footer-content .btn:hover,#eb .eb-dialog-footer-content .btn:focus,#eb .eb-dialog-footer-content .btn:active{box-shadow:none !important}#eb .eb-dialog-error-message{display:block;font-weight:normal}#eb.eb-dialog.type-iframe .eb-dialog-container{overflow:hidden}#eb.eb-dialog.type-iframe .eb-dialog-content{width:100%;height:100%;padding:0}#eb.eb-dialog.type-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}#eb.is-mobile.eb-dialog{z-index:2147483647;width:100%;height:100%}#eb.is-mobile .eb-dialog-modal{width:100% !important;height:100% !important}#eb.is-mobile .eb-dialog-body{-webkit-overflow-scrolling:touch;overflow-y:scroll}#eb .eb-dialog-tabs{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-bottom:1px solid #dee3e9;line-height:30px}#eb .eb-dialog-tabs--space-evenly{-webkit-justify-content:space-evenly;-ms-justify-content:space-evenly;justify-content:space-evenly}#eb .eb-dialog-tabs__item{width:100%;text-align:center}#eb .eb-dialog-tabs__item.active{border-bottom:2px solid #61a6ef}#eb .eb-dialog-tabs__item.active .o-box__tabs-link{color:#222}#eb .eb-dialog-tabs__item.divider{-webkit-flex:none;-ms-flex:none;flex:none;width:1px;background-color:#dee3e9;margin:0;padding:0}#eb .eb-dialog-tabs__link{color:#888;display:block;padding:8px 8px;white-space:nowrap}#eb .eb-dialog-tabs__link:hover{text-decoration:none}#eb.eb-dialog~#eb#eb.tooltip{z-index:20000}#eb .eb-loader-o{width:10px;height:10px;top:5px;left:5px;display:inline-block;position:relative;vertical-align:middle;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#eb .eb-loader-o.size-md{width:20px;height:20px;top:10px;left:10px}#eb .eb-loader-o.size-md:before,#eb .eb-loader-o.size-md:after{border-width:6px}#eb .eb-loader-o.size-lg{width:30px;height:30px;top:15px;left:15px}#eb .eb-loader-o.size-lg:before,#eb .eb-loader-o.size-lg:after{border-width:8px}#eb .eb-loader-o:before,#eb .eb-loader-o:after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;border-radius:500rem;border:5px solid rgba(0,0,0,0.1)}#eb .eb-loader-o:after{-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:rgba(0,0,0,0.1) transparent transparent;box-shadow:0 0 0 1px transparent}#eb .eb-loader-o.indeterminate:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}#eb .eb-loader-o.active,#eb .eb-loader-o.visible{display:block}#eb .eb-loader-o.disabled,#eb .eb-loader-o.hidden{display:none}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#eb .eb-checkbox,#eb .eb-radio{padding-left:20px}#eb .eb-checkbox label,#eb .eb-radio label{display:inline-block;position:relative;padding-left:5px;vertical-align:top;line-height:16px;font-weight:normal;font-family:inherit}#eb .eb-checkbox label:before,#eb .eb-checkbox label:after,#eb .eb-radio label:before,#eb .eb-radio label:after{border:1px solid #ccc;border-radius:2px;background-color:#fff;color:#555;content:'';display:inline-block;width:16px;height:16px;line-height:16px;margin-left:-20px;font-size:12px;position:absolute;left:0;top:-1px;text-align:center}#eb .eb-checkbox label:after,#eb .eb-radio label:after{background:none;border:0}#eb .eb-checkbox>input,#eb .eb-radio>input{display:none !important}#eb .eb-checkbox input[type="checkbox"]:checked+label:before{border-color:#d3d3bd}#eb .eb-checkbox input[type="checkbox"]:checked+label:after{font-family:'Font Awesome 5 Free';font-weight:900;content:"\f00c"}#eb .eb-checkbox input[type="checkbox"]:disabled+label{opacity:.65}#eb .eb-checkbox input[type="checkbox"]:disabled+label:before{background-color:#eee;cursor:not-allowed}#eb .eb-checkbox.checkbox-inline{margin-top:0}#eb .eb-checkbox.checkbox-only{margin:0;padding-left:0;width:16px;height:16px;min-height:0}#eb .eb-checkbox.checkbox-only label{padding-left:0}#eb .eb-checkbox.checkbox-only label:before,#eb .eb-checkbox.checkbox-only label:after{margin-left:0}#eb .eb-checkbox2 input[type="checkbox"]{margin:0}#eb .eb-checkbox2 label{margin:0}#eb .eb-radio label:before{border-radius:50%;-webkit-transition:border .15s ease-in-out;transition:border .15s ease-in-out}#eb .eb-radio label:after{border:0;width:8px;height:8px;left:4px;top:3px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-0.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-0.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-0.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-0.33,.2,1.33)}#eb .eb-radio input[type="radio"]:checked+label:before{border-color:#d3d3bd}#eb .eb-radio input[type="radio"]:checked+label:after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}#eb .eb-radio input[type="radio"]:disabled+label{opacity:.65}#eb .eb-radio input[type="radio"]:disabled+label:before{cursor:not-allowed}#eb .eb-radio.radio-inline{margin-top:0}#eb.eb-image-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:99992}#eb.eb-image-popup .eb-loader-o{position:absolute;top:50% !important;left:50% !important;margin-left:-15px;margin-right:-15px;display:none;z-index:3}#eb.eb-image-popup.is-loading .eb-loader-o{display:block}#eb.eb-image-popup.is-loading .eb-image{-webkit-transition:none;transition:none;opacity:0}#eb.eb-image-popup.active .eb-image-popup-container{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}#eb.eb-image-popup.is-preparing .eb-image{-webkit-transition:none;transition:none;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:0}#eb.eb-image-popup .eb-image{position:relative;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}#eb.eb-image-popup .eb-image-caption>span{font-weight:700;font-size:14px;color:#fff;text-align:center;text-shadow:2px 2px #000}#eb .eb-image-popup-header{position:absolute;top:0;right:0;float:right;z-index:2}#eb .eb-image-popup-close-button{padding:16px;cursor:pointer}#eb .eb-image-popup-close-button i{font-size:0}#eb .eb-image-popup-close-button i{position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#eb .eb-image-popup-close-button i:before,#eb .eb-image-popup-close-button i:after{background:#fff;border-radius:2px;content:'';display:block;position:absolute}#eb .eb-image-popup-close-button i:before{width:2px;height:20px;left:50%;margin-left:-1px}#eb .eb-image-popup-close-button i:after{width:20px;height:2px;top:50%;margin-top:-1px}#eb .eb-image-popup-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-align:left}#eb .eb-image-popup-footer{position:absolute;bottom:0;left:0;width:100%;padding:30px 0;z-index:2;display:none;direction:ltr}#eb .eb-image-popup-thumbs{position:relative;top:0;left:0;-webkit-transition:all .5s ease;transition:all .5s ease}#eb .eb-image-popup-thumbs:before,#eb .eb-image-popup-thumbs:after{content:" ";display:table}#eb .eb-image-popup-thumbs:after{clear:both}#eb .eb-image-popup-thumb{width:120px;height:100px;display:table;float:left;cursor:pointer}#eb .eb-image-popup-thumb div{display:table-cell;vertical-align:middle}#eb .eb-image-popup-thumb img{max-width:120px;max-height:100px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);box-shadow:0 0 10px rgba(0,0,0,0.5);-webkit-transform:scale(0.75);-moz-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75);-webkit-transition:all .1s ease;transition:all .1s ease}#eb .eb-image-popup-thumb.active img,#eb .eb-image-popup-thumb:hover img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}#eb .eb-image-popup-thumb.active img{border:7.5px solid #fff}#eb .eb-pager{background:rgba(var(--fd-gray-50),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;color:#333;margin-top:30px;overflow:hidden}#eb .eb-pager a{cursor:pointer}#eb .eb-pager .fa-chevron-left{margin-right:3px}#eb .eb-pager .fa-chevron-right{margin-left:3px}#eb .eb-pager__fast-first-link,#eb .eb-pager__pre-link{float:left}#eb .eb-pager__fast-last-link,#eb .eb-pager__next-link{float:right}#eb .eb-pager__fast-first-link,#eb .eb-pager__fast-last-link{min-width:50px}#eb .eb-pager__prev-link,#eb .eb-pager__next-link{min-width:100px}#eb .eb-pager__fast-first-link,#eb .eb-pager__pre-link,#eb .eb-pager__fast-last-link,#eb .eb-pager__next-link,#eb .eb-pager__link-list{border:0;color:inherit;font-weight:bold;line-height:40px;vertical-align:middle;text-align:center;padding:0 10px;overflow:hidden;white-space:nowrap}#eb .eb-pager__fast-first-link.disabled,#eb .eb-pager__pre-link.disabled,#eb .eb-pager__fast-last-link.disabled,#eb .eb-pager__next-link.disabled,#eb .eb-pager__link-list.disabled{color:#888}#eb .eb-pager__link-list{text-align:center;border-left:1px solid rgba(var(--fd-gray-200),1);border-right:1px solid rgba(var(--fd-gray-200),1);white-space:nowrap}#eb .eb-pager__link-list a{color:#888;margin:0 3px}#eb .eb-pager__link-list a.active{color:inherit}#eb .eb-pager__fast-first-link{border-right:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-pager__fast-last-link{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-pager.is-mobile>div{border-left:0;border-right:0}#eb .eb-pager.is-mobile .eb-pager__fast-first-link,#eb .eb-pager.is-mobile .eb-pager__fast-last-link{display:none}#eb.tooltip{background:none;border:0;position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0}#eb.tooltip.in{opacity:1}#eb.tooltip.top{margin-top:-3px;padding:5px 0}#eb.tooltip.right{margin-left:3px;padding:0 5px}#eb.tooltip.bottom{margin-top:3px;padding:5px 0}#eb.tooltip.left{margin-left:-3px;padding:0 5px}#eb.tooltip .tooltip-inner{max-width:200px;padding:4px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#1f2937;border-radius:6px}#eb.tooltip .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}#eb.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#1f2937}#eb.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#1f2937}#eb.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#1f2937}#eb.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#1f2937}#eb .t-hidden{display:none !important}#eb .t-block{display:block !important}#eb .t-inline{display:inline !important}#eb .t-inline-block{display:inline-block !important}#eb .pull-left,#eb .t-lg-pull-left{float:left !important}#eb .pull-right,#eb .t-lg-pull-right{float:right !important}#eb .t-va--middle{vertical-align:middle !important}#eb.is-mobile .t-lg-pull-left,#eb.is-mobile .t-lg-pull-right{float:none !important}#eb .t-sm-visible{display:none}#eb.is-mobile .t-sm-visible{display:inline-block}#eb .fd-cf:before,#eb .fd-cf:after{content:" ";display:table}#eb .fd-cf:after{clear:both}body #eb .fd-link{color:rgba(var(--fd-primary-500),1)}body #eb .l-stack{display:flex;flex-direction:column;justify-content:flex-start;--space:1rem}body #eb .l-stack>*+*{margin-top:var(--space)}body #eb .l-stack__reset{margin-bottom:0}body #eb .l-cluster{--space:1rem;overflow:hidden}body #eb .l-cluster>*{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin:calc(var(--space)/2*-1)}body #eb .l-cluster>*>*{margin:calc(var(--space)/2)}body #eb .l-spaces--negative{--space:-.3rem}body #eb .l-spaces--2xs{--space:calc(var(--si-spacing)*0.25)}body #eb .l-spaces--xs{--space:calc(var(--si-spacing)*0.5)}body #eb .l-spaces--sm{--space:calc(var(--si-spacing)*0.75)}body #eb .l-spaces--lg{--space:calc(var(--si-spacing)*1.5)}body #eb .l-spaces--xl{--space:calc(var(--si-spacing)*2)}body #eb .t-align--baseline{vertical-align:baseline !important}body #eb .t-align--top{vertical-align:top !important}body #eb .t-align--middle{vertical-align:middle !important}body #eb .t-align--bottom{vertical-align:bottom !important}body #eb .t-align--text-bottom{vertical-align:text-bottom !important}body #eb .t-align--text-top{vertical-align:text-top !important}body #eb .t-float--left{float:left !important}body #eb .t-float--right{float:right !important}body #eb .t-float--none{float:none !important}body #eb .t-overflow--auto{overflow:auto !important}body #eb .t-overflow--hidden{overflow:hidden !important}body #eb .t-d--none{display:none !important}body #eb .t-d--inline{display:inline !important}body #eb .t-d--inline-block{display:inline-block !important}body #eb .t-d--block{display:block !important}body #eb .t-d--table{display:table !important}body #eb .t-d--table-row{display:table-row !important}body #eb .t-d--table-cell{display:table-cell !important}body #eb .t-d--flex{display:flex !important}body #eb .t-d--inline-flex{display:inline-flex !important}body #eb .t-shadow-{box-shadow:0 .5rem 1rem rgba(0,0,0,0.15) !important}body #eb .t-shadow--sm{box-shadow:0 .125rem .25rem rgba(0,0,0,0.075) !important}body #eb .t-shadow--lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}body #eb .t-shadow--none{box-shadow:none !important}body #eb .t-position--static{position:static !important}body #eb .t-position--relative{position:relative !important}body #eb .t-position--absolute{position:absolute !important}body #eb .t-position--fixed{position:fixed !important}body #eb .t-position--sticky{position:sticky !important}body #eb .t-border--1{border:1px solid rgba(var(--fd-gray-200),1) !important}body #eb .t-border--0{border:0 !important}body #eb .t-border-top--1{border-top:1px solid rgba(var(--fd-gray-200),1) !important}body #eb .t-border-top--0{border-top:0 !important}body #eb .t-border-right--1{border-right:1px solid rgba(var(--fd-gray-200),1) !important}body #eb .t-border-right--0{border-right:0 !important}body #eb .t-border-bottom--1{border-bottom:1px solid rgba(var(--fd-gray-200),1) !important}body #eb .t-border-bottom--0{border-bottom:0 !important}body #eb .t-border-left--1{border-left:1px solid rgba(var(--fd-gray-200),1) !important}body #eb .t-border-left--0{border-left:0 !important}body #eb .t-border--primary{border-color:rgba(var(--fd-primary-500),1) !important}body #eb .t-border--primary-100{border-color:#ecf0fc !important}body #eb .t-border--primary-200{border-color:#b8c6f3 !important}body #eb .t-border--primary-300{border-color:rgba(var(--fd-primary-500),1) !important}body #eb .t-border--primary-400{border-color:#4666ca !important}body #eb .t-border--info{border-color:#85c1e9 !important}body #eb .t-border--info-100{border-color:#ebf5fb !important}body #eb .t-border--info-200{border-color:#aed6f1 !important}body #eb .t-border--info-300{border-color:#85c1e9 !important}body #eb .t-border--info-400{border-color:#5dade2 !important}body #eb .t-border--success{border-color:#00bc65 !important}body #eb .t-border--success-100{border-color:#e6f8ef !important}body #eb .t-border--success-200{border-color:#99e4c1 !important}body #eb .t-border--success-300{border-color:#00bc65 !important}body #eb .t-border--success-400{border-color:#00a85a !important}body #eb .t-border--danger{border-color:#ec6f7f !important}body #eb .t-border--danger-100{border-color:#fff1f2 !important}body #eb .t-border--danger-200{border-color:#ff8a99 !important}body #eb .t-border--danger-300{border-color:#ec6f7f !important}body #eb .t-border--danger-400{border-color:#d36372 !important}body #eb .t-border--warning{border-color:#f5b041 !important}body #eb .t-border--warning-100{border-color:#fef5e7 !important}body #eb .t-border--warning-200{border-color:#fad7a0 !important}body #eb .t-border--warning-300{border-color:#f5b041 !important}body #eb .t-border--warning-400{border-color:#f39c12 !important}body #eb .t-border--light{border-color:#f8f9fa !important}body #eb .t-border--dark{border-color:#343a40 !important}body #eb .t-border--fb{border-color:#0076fb !important}body #eb .t-border--twitter{border-color:#1da1f2 !important}body #eb .t-border--linkedin{border-color:#0073b1 !important}body #eb .t-border--default{border-color:#f0f0f1 !important}body #eb .t-border--priority-urgent{border-color:#ec6f7f !important}body #eb .t-border--priority-normal{border-color:#f5b041 !important}body #eb .t-border--priority-low{border-color:#85c1e9 !important}body #eb .t-border--overlay{border-color:rgba(0,0,0,0.125) !important}body #eb .t-border--white{border-color:#fff !important}body #eb .t-border--100{border-color:rgba(var(--fd-gray-100),1) !important}body #eb .t-border--200{border-color:rgba(var(--fd-gray-200),1) !important}body #eb .t-border--300{border-color:rgba(var(--fd-gray-300),1) !important}body #eb .t-border--400{border-color:rgba(var(--fd-gray-400),1) !important}body #eb .t-border--500{border-color:rgba(var(--fd-gray-500),1) !important}body #eb .t-border--600{border-color:rgba(var(--fd-gray-600),1) !important}body #eb .t-border--700{border-color:rgba(var(--fd-gray-700),1) !important}body #eb .t-w--25{width:25% !important}body #eb .t-w--33{width:33% !important}body #eb .t-w--50{width:50% !important}body #eb .t-w--66{width:66% !important}body #eb .t-w--75{width:75% !important}body #eb .t-w--100{width:100% !important}body #eb .t-w--auto{width:auto !important}body #eb .t-max-width--0{max-width:0 !important}body #eb .t-max-width--100{max-width:100% !important}body #eb .t-min-width--0{min-width:0 !important}body #eb .t-min-width--100{min-width:100% !important}body #eb .t-vw--100{width:100vw !important}body #eb .t-min-vw--100{min-width:100vw !important}body #eb .t-h--25{height:25% !important}body #eb .t-h--50{height:50% !important}body #eb .t-h--75{height:75% !important}body #eb .t-h--100{height:100% !important}body #eb .t-h--auto{height:auto !important}body #eb .t-mh--100{max-height:100% !important}body #eb .t-vh--100{height:100vh !important}body #eb .t-min-vh--100{min-height:100vh !important}body #eb .t-flex--fill{flex:1 1 auto !important}body #eb .t-flex-direction--r{flex-direction:row !important}body #eb .t-flex-direction--c{flex-direction:column !important}body #eb .t-flex-direction--rr{flex-direction:row-reverse !important}body #eb .t-flex-direction--cr{flex-direction:column-reverse !important}body #eb .t-flex-grow--0{flex-grow:0 !important}body #eb .t-flex-grow--1{flex-grow:1 !important}body #eb .t-flex-shrink--0{flex-shrink:0 !important}body #eb .t-flex-shrink--1{flex-shrink:1 !important}body #eb .t-flex-basis--0{flex-basis:0 !important}body #eb .t-flex-basis--auto{flex-basis:auto !important}body #eb .t-flex-wrap--w{flex-wrap:wrap !important}body #eb .t-flex-wrap--nw{flex-wrap:nowrap !important}body #eb .t-flex-wrap--wr{flex-wrap:wrap-reverse !important}body #eb .t-justify-content--fs{justify-content:flex-start !important}body #eb .t-justify-content--fe{justify-content:flex-end !important}body #eb .t-justify-content--c{justify-content:center !important}body #eb .t-justify-content--sb{justify-content:space-between !important}body #eb .t-justify-content--sa{justify-content:space-around !important}body #eb .t-justify-content--se{justify-content:space-evenly !important}body #eb .t-align-items--fs{align-items:flex-start !important}body #eb .t-align-items--fe{align-items:flex-end !important}body #eb .t-align-items--c{align-items:center !important}body #eb .t-align-items--b{align-items:baseline !important}body #eb .t-align-items--s{align-items:stretch !important}body #eb .t-align-content--fs{align-content:flex-start !important}body #eb .t-align-content--e{align-content:flex-end !important}body #eb .t-align-content--c{align-content:center !important}body #eb .t-align-content--sb{align-content:space-between !important}body #eb .t-align-content--sa{align-content:space-around !important}body #eb .t-align-content--s{align-content:stretch !important}body #eb .t-align-self--a{align-self:auto !important}body #eb .t-align-self--fs{align-self:flex-start !important}body #eb .t-align-self--fe{align-self:flex-end !important}body #eb .t-align-self--c{align-self:center !important}body #eb .t-align-self--b{align-self:baseline !important}body #eb .t-align-self--s{align-self:stretch !important}body #eb .t-order--first{order:-1 !important}body #eb .t-order--0{order:0 !important}body #eb .t-order--1{order:1 !important}body #eb .t-order--2{order:2 !important}body #eb .t-order--3{order:3 !important}body #eb .t-order--4{order:4 !important}body #eb .t-order--5{order:5 !important}body #eb .t-order--last{order:6 !important}body #eb .t-m--no{margin:0 !important}body #eb .t-m--2xs{margin:calc(var(--si-spacing)*0.25) !important}body #eb .t-m--xs{margin:calc(var(--si-spacing)*0.5) !important}body #eb .t-m--sm{margin:calc(var(--si-spacing)*0.75) !important}body #eb .t-m--md{margin:var(--si-spacing) !important}body #eb .t-m--lg{margin:calc(var(--si-spacing)*1.5) !important}body #eb .t-m--xl{margin:calc(var(--si-spacing)*2) !important}body #eb .t-m--2xl{margin:calc(var(--si-spacing)*2.5) !important}body #eb .t-m--auto{margin:auto !important}body #eb .t-mx--no{margin-right:0 !important;margin-left:0 !important}body #eb .t-mx--2xs{margin-right:calc(var(--si-spacing)*0.25) !important;margin-left:calc(var(--si-spacing)*0.25) !important}body #eb .t-mx--xs{margin-right:calc(var(--si-spacing)*0.5) !important;margin-left:calc(var(--si-spacing)*0.5) !important}body #eb .t-mx--sm{margin-right:calc(var(--si-spacing)*0.75) !important;margin-left:calc(var(--si-spacing)*0.75) !important}body #eb .t-mx--md{margin-right:var(--si-spacing) !important;margin-left:var(--si-spacing) !important}body #eb .t-mx--lg{margin-right:calc(var(--si-spacing)*1.5) !important;margin-left:calc(var(--si-spacing)*1.5) !important}body #eb .t-mx--xl{margin-right:calc(var(--si-spacing)*2) !important;margin-left:calc(var(--si-spacing)*2) !important}body #eb .t-mx--2xl{margin-right:calc(var(--si-spacing)*2.5) !important;margin-left:calc(var(--si-spacing)*2.5) !important}body #eb .t-mx--auto{margin-right:auto !important;margin-left:auto !important}body #eb .t-my--no{margin-top:0 !important;margin-bottom:0 !important}body #eb .t-my--2xs{margin-top:calc(var(--si-spacing)*0.25) !important;margin-bottom:calc(var(--si-spacing)*0.25) !important}body #eb .t-my--xs{margin-top:calc(var(--si-spacing)*0.5) !important;margin-bottom:calc(var(--si-spacing)*0.5) !important}body #eb .t-my--sm{margin-top:calc(var(--si-spacing)*0.75) !important;margin-bottom:calc(var(--si-spacing)*0.75) !important}body #eb .t-my--md{margin-top:var(--si-spacing) !important;margin-bottom:var(--si-spacing) !important}body #eb .t-my--lg{margin-top:calc(var(--si-spacing)*1.5) !important;margin-bottom:calc(var(--si-spacing)*1.5) !important}body #eb .t-my--xl{margin-top:calc(var(--si-spacing)*2) !important;margin-bottom:calc(var(--si-spacing)*2) !important}body #eb .t-my--2xl{margin-top:calc(var(--si-spacing)*2.5) !important;margin-bottom:calc(var(--si-spacing)*2.5) !important}body #eb .t-my--auto{margin-top:auto !important;margin-bottom:auto !important}body #eb .t-mt--no{margin-top:0 !important}body #eb .t-mt--2xs{margin-top:calc(var(--si-spacing)*0.25) !important}body #eb .t-mt--xs{margin-top:calc(var(--si-spacing)*0.5) !important}body #eb .t-mt--sm{margin-top:calc(var(--si-spacing)*0.75) !important}body #eb .t-mt--md{margin-top:var(--si-spacing) !important}body #eb .t-mt--lg{margin-top:calc(var(--si-spacing)*1.5) !important}body #eb .t-mt--xl{margin-top:calc(var(--si-spacing)*2) !important}body #eb .t-mt--2xl{margin-top:calc(var(--si-spacing)*2.5) !important}body #eb .t-mt--auto{margin-top:auto !important}body #eb .t-mr--no{margin-right:0 !important}body #eb .t-mr--2xs{margin-right:calc(var(--si-spacing)*0.25) !important}body #eb .t-mr--xs{margin-right:calc(var(--si-spacing)*0.5) !important}body #eb .t-mr--sm{margin-right:calc(var(--si-spacing)*0.75) !important}body #eb .t-mr--md{margin-right:var(--si-spacing) !important}body #eb .t-mr--lg{margin-right:calc(var(--si-spacing)*1.5) !important}body #eb .t-mr--xl{margin-right:calc(var(--si-spacing)*2) !important}body #eb .t-mr--2xl{margin-right:calc(var(--si-spacing)*2.5) !important}body #eb .t-mr--auto{margin-right:auto !important}body #eb .t-mb--no{margin-bottom:0 !important}body #eb .t-mb--2xs{margin-bottom:calc(var(--si-spacing)*0.25) !important}body #eb .t-mb--xs{margin-bottom:calc(var(--si-spacing)*0.5) !important}body #eb .t-mb--sm{margin-bottom:calc(var(--si-spacing)*0.75) !important}body #eb .t-mb--md{margin-bottom:var(--si-spacing) !important}body #eb .t-mb--lg{margin-bottom:calc(var(--si-spacing)*1.5) !important}body #eb .t-mb--xl{margin-bottom:calc(var(--si-spacing)*2) !important}body #eb .t-mb--2xl{margin-bottom:calc(var(--si-spacing)*2.5) !important}body #eb .t-mb--auto{margin-bottom:auto !important}body #eb .t-ml--no{margin-left:0 !important}body #eb .t-ml--2xs{margin-left:calc(var(--si-spacing)*0.25) !important}body #eb .t-ml--xs{margin-left:calc(var(--si-spacing)*0.5) !important}body #eb .t-ml--sm{margin-left:calc(var(--si-spacing)*0.75) !important}body #eb .t-ml--md{margin-left:var(--si-spacing) !important}body #eb .t-ml--lg{margin-left:calc(var(--si-spacing)*1.5) !important}body #eb .t-ml--xl{margin-left:calc(var(--si-spacing)*2) !important}body #eb .t-ml--2xl{margin-left:calc(var(--si-spacing)*2.5) !important}body #eb .t-ml--auto{margin-left:auto !important}body #eb .t-p--no{padding:0 !important}body #eb .t-p--2xs{padding:calc(var(--si-spacing)*0.25) !important}body #eb .t-p--xs{padding:calc(var(--si-spacing)*0.5) !important}body #eb .t-p--sm{padding:calc(var(--si-spacing)*0.75) !important}body #eb .t-p--md{padding:var(--si-spacing) !important}body #eb .t-p--lg{padding:calc(var(--si-spacing)*1.5) !important}body #eb .t-p--xl{padding:calc(var(--si-spacing)*2) !important}body #eb .t-p--2xl{padding:calc(var(--si-spacing)*2.5) !important}body #eb .t-px--no{padding-right:0 !important;padding-left:0 !important}body #eb .t-px--2xs{padding-right:calc(var(--si-spacing)*0.25) !important;padding-left:calc(var(--si-spacing)*0.25) !important}body #eb .t-px--xs{padding-right:calc(var(--si-spacing)*0.5) !important;padding-left:calc(var(--si-spacing)*0.5) !important}body #eb .t-px--sm{padding-right:calc(var(--si-spacing)*0.75) !important;padding-left:calc(var(--si-spacing)*0.75) !important}body #eb .t-px--md{padding-right:var(--si-spacing) !important;padding-left:var(--si-spacing) !important}body #eb .t-px--lg{padding-right:calc(var(--si-spacing)*1.5) !important;padding-left:calc(var(--si-spacing)*1.5) !important}body #eb .t-px--xl{padding-right:calc(var(--si-spacing)*2) !important;padding-left:calc(var(--si-spacing)*2) !important}body #eb .t-px--2xl{padding-right:calc(var(--si-spacing)*2.5) !important;padding-left:calc(var(--si-spacing)*2.5) !important}body #eb .t-py--no{padding-top:0 !important;padding-bottom:0 !important}body #eb .t-py--2xs{padding-top:calc(var(--si-spacing)*0.25) !important;padding-bottom:calc(var(--si-spacing)*0.25) !important}body #eb .t-py--xs{padding-top:calc(var(--si-spacing)*0.5) !important;padding-bottom:calc(var(--si-spacing)*0.5) !important}body #eb .t-py--sm{padding-top:calc(var(--si-spacing)*0.75) !important;padding-bottom:calc(var(--si-spacing)*0.75) !important}body #eb .t-py--md{padding-top:var(--si-spacing) !important;padding-bottom:var(--si-spacing) !important}body #eb .t-py--lg{padding-top:calc(var(--si-spacing)*1.5) !important;padding-bottom:calc(var(--si-spacing)*1.5) !important}body #eb .t-py--xl{padding-top:calc(var(--si-spacing)*2) !important;padding-bottom:calc(var(--si-spacing)*2) !important}body #eb .t-py--2xl{padding-top:calc(var(--si-spacing)*2.5) !important;padding-bottom:calc(var(--si-spacing)*2.5) !important}body #eb .t-pt--no{padding-top:0 !important}body #eb .t-pt--2xs{padding-top:calc(var(--si-spacing)*0.25) !important}body #eb .t-pt--xs{padding-top:calc(var(--si-spacing)*0.5) !important}body #eb .t-pt--sm{padding-top:calc(var(--si-spacing)*0.75) !important}body #eb .t-pt--md{padding-top:var(--si-spacing) !important}body #eb .t-pt--lg{padding-top:calc(var(--si-spacing)*1.5) !important}body #eb .t-pt--xl{padding-top:calc(var(--si-spacing)*2) !important}body #eb .t-pt--2xl{padding-top:calc(var(--si-spacing)*2.5) !important}body #eb .t-pr--no{padding-right:0 !important}body #eb .t-pr--2xs{padding-right:calc(var(--si-spacing)*0.25) !important}body #eb .t-pr--xs{padding-right:calc(var(--si-spacing)*0.5) !important}body #eb .t-pr--sm{padding-right:calc(var(--si-spacing)*0.75) !important}body #eb .t-pr--md{padding-right:var(--si-spacing) !important}body #eb .t-pr--lg{padding-right:calc(var(--si-spacing)*1.5) !important}body #eb .t-pr--xl{padding-right:calc(var(--si-spacing)*2) !important}body #eb .t-pr--2xl{padding-right:calc(var(--si-spacing)*2.5) !important}body #eb .t-pb--no{padding-bottom:0 !important}body #eb .t-pb--2xs{padding-bottom:calc(var(--si-spacing)*0.25) !important}body #eb .t-pb--xs{padding-bottom:calc(var(--si-spacing)*0.5) !important}body #eb .t-pb--sm{padding-bottom:calc(var(--si-spacing)*0.75) !important}body #eb .t-pb--md{padding-bottom:var(--si-spacing) !important}body #eb .t-pb--lg{padding-bottom:calc(var(--si-spacing)*1.5) !important}body #eb .t-pb--xl{padding-bottom:calc(var(--si-spacing)*2) !important}body #eb .t-pb--2xl{padding-bottom:calc(var(--si-spacing)*2.5) !important}body #eb .t-pl--no{padding-left:0 !important}body #eb .t-pl--2xs{padding-left:calc(var(--si-spacing)*0.25) !important}body #eb .t-pl--xs{padding-left:calc(var(--si-spacing)*0.5) !important}body #eb .t-pl--sm{padding-left:calc(var(--si-spacing)*0.75) !important}body #eb .t-pl--md{padding-left:var(--si-spacing) !important}body #eb .t-pl--lg{padding-left:calc(var(--si-spacing)*1.5) !important}body #eb .t-pl--xl{padding-left:calc(var(--si-spacing)*2) !important}body #eb .t-pl--2xl{padding-left:calc(var(--si-spacing)*2.5) !important}body #eb .t-font-weight--light{font-weight:300 !important}body #eb .t-font-weight--lighter{font-weight:lighter !important}body #eb .t-font-weight--normal{font-weight:400 !important}body #eb .t-font-weight--bold{font-weight:700 !important}body #eb .t-font-weight--bolder{font-weight:bolder !important}body #eb .t-text--lowercase{text-transform:lowercase !important}body #eb .t-text--uppercase{text-transform:uppercase !important}body #eb .t-text--capitalize{text-transform:capitalize !important}body #eb .t-text--left{text-align:left !important}body #eb .t-text--right{text-align:right !important}body #eb .t-text--center{text-align:center !important}body #eb .t-text--primary{color:rgba(var(--fd-primary-500),1) !important}body #eb .t-text--primary-100{color:rgba(var(--fd-primary-100),1) !important}body #eb .t-text--primary-200{color:rgba(var(--fd-primary-200),1) !important}body #eb .t-text--primary-300{color:rgba(var(--fd-primary-300),1) !important}body #eb .t-text--primary-400{color:rgba(var(--fd-primary-400),1) !important}body #eb .t-text--primary-500{color:rgba(var(--fd-primary-500),1) !important}body #eb .t-text--info{color:#85c1e9 !important}body #eb .t-text--info-100{color:#ebf5fb !important}body #eb .t-text--info-200{color:#aed6f1 !important}body #eb .t-text--info-300{color:#85c1e9 !important}body #eb .t-text--info-400{color:#5dade2 !important}body #eb .t-text--success{color:#00bc65 !important}body #eb .t-text--success-100{color:#e6f8ef !important}body #eb .t-text--success-200{color:#99e4c1 !important}body #eb .t-text--success-300{color:#00bc65 !important}body #eb .t-text--success-400{color:#00a85a !important}body #eb .t-text--danger{color:#ec6f7f !important}body #eb .t-text--danger-100{color:#fff1f2 !important}body #eb .t-text--danger-200{color:#ff8a99 !important}body #eb .t-text--danger-300{color:#ec6f7f !important}body #eb .t-text--danger-400{color:#d36372 !important}body #eb .t-text--warning{color:#f5b041 !important}body #eb .t-text--warning-100{color:#fef5e7 !important}body #eb .t-text--warning-200{color:#fad7a0 !important}body #eb .t-text--warning-300{color:#f5b041 !important}body #eb .t-text--warning-400{color:#f39c12 !important}body #eb .t-text--light{color:#f8f9fa !important}body #eb .t-text--dark{color:#343a40 !important}body #eb .t-text--fb{color:#0076fb !important}body #eb .t-text--twitter{color:#1da1f2 !important}body #eb .t-text--linkedin{color:#0073b1 !important}body #eb .t-text--default{color:#f0f0f1 !important}body #eb .t-text--priority-urgent{color:var(--priority-urgent) !important}body #eb .t-text--priority-normal{color:var(--priority-normal) !important}body #eb .t-text--priority-low{color:var(--priority-low) !important}body #eb .t-text--overlay{color:rgba(0,0,0,0.125) !important}body #eb .t-text--white{color:#fff !important}body #eb .t-text--body{color:#1f2937 !important}body #eb .t-text--muted{color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),1)) !important}body #eb .t-text--black-50{color:rgba(0,0,0,0.5) !important}body #eb .t-text--white-50{color:rgba(255,255,255,0.5) !important}body #eb .t-text--reset{color:inherit !important}body #eb .t-text--50{color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),1)) !important}body #eb .t-text--100{color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),1)) !important}body #eb .t-text--200{color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),1)) !important}body #eb .t-text--300{color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),1)) !important}body #eb .t-text--400{color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),1)) !important}body #eb .t-text--500{color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),1)) !important}body #eb .t-text--600{color:var(--fd-gray-600-hex,rgba(var(--fd-gray-600),1)) !important}body #eb .t-text--700{color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),1)) !important}body #eb .t-text--800{color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),1)) !important}body #eb .t-text--900{color:var(--fd-gray-900-hex,rgba(var(--fd-gray-900),1)) !important}body #eb .t-lh--1{line-height:1 !important}body #eb .t-lh--sm{line-height:1.25 !important}body #eb .t-lh--base{line-height:1.5 !important}body #eb .t-lh--lg{line-height:2 !important}body #eb .t-bg--primary{background-color:var(--si-primary) !important}body #eb .t-bg--primary-50{background-color:var(--fd-primary-50,rgba(var(--fd-primary-50),1)) !important}body #eb .t-bg--primary-100{background-color:var(--fd-primary-100,rgba(var(--fd-primary-100),1)) !important}body #eb .t-bg--primary-200{background-color:var(--fd-primary-200,rgba(var(--fd-primary-200),1)) !important}body #eb .t-bg--primary-300{background-color:var(--fd-primary-300,rgba(var(--fd-primary-300),1)) !important}body #eb .t-bg--primary-400{background-color:var(--fd-primary-500,rgba(var(--fd-primary-500),1)) !important}body #eb .t-bg--info{background-color:#85c1e9 !important}body #eb .t-bg--info-100{background-color:#ebf5fb !important}body #eb .t-bg--info-200{background-color:#aed6f1 !important}body #eb .t-bg--info-300{background-color:#85c1e9 !important}body #eb .t-bg--info-400{background-color:#5dade2 !important}body #eb .t-bg--success{background-color:#00bc65 !important}body #eb .t-bg--success-100{background-color:#e6f8ef !important}body #eb .t-bg--success-200{background-color:#99e4c1 !important}body #eb .t-bg--success-300{background-color:#00bc65 !important}body #eb .t-bg--success-400{background-color:#00a85a !important}body #eb .t-bg--danger{background-color:#ec6f7f !important}body #eb .t-bg--danger-100{background-color:#fff1f2 !important}body #eb .t-bg--danger-200{background-color:#ff8a99 !important}body #eb .t-bg--danger-300{background-color:#ec6f7f !important}body #eb .t-bg--danger-400{background-color:#d36372 !important}body #eb .t-bg--warning{background-color:#f5b041 !important}body #eb .t-bg--warning-100{background-color:#fef5e7 !important}body #eb .t-bg--warning-200{background-color:#fad7a0 !important}body #eb .t-bg--warning-300{background-color:#f5b041 !important}body #eb .t-bg--warning-400{background-color:#f39c12 !important}body #eb .t-bg--light{background-color:#f8f9fa !important}body #eb .t-bg--dark{background-color:#343a40 !important}body #eb .t-bg--fb{background-color:#0076fb !important}body #eb .t-bg--twitter{background-color:#1da1f2 !important}body #eb .t-bg--linkedin{background-color:#0073b1 !important}body #eb .t-bg--default{background-color:#f0f0f1 !important}body #eb .t-bg--priority-urgent{background-color:#ec6f7f !important}body #eb .t-bg--priority-normal{background-color:#f5b041 !important}body #eb .t-bg--priority-low{background-color:#85c1e9 !important}body #eb .t-bg--overlay{background-color:rgba(0,0,0,0.125) !important}body #eb .t-bg--body{background-color:rgba(var(--fd-white),1) !important}body #eb .t-bg--white{background-color:rgba(var(--fd-white),1) !important}body #eb .t-bg--transparent{background-color:transparent !important}body #eb .t-bg--50{background-color:rgba(var(--fd-gray-50),1) !important}body #eb .t-bg--100{background-color:rgba(var(--fd-gray-100),1) !important}body #eb .t-bg--200{background-color:rgba(var(--fd-gray-200),1) !important}body #eb .t-bg--300{background-color:rgba(var(--fd-gray-300),1) !important}body #eb .t-bg--400{background-color:rgba(var(--fd-gray-400),1) !important}body #eb .t-bg--500{background-color:rgba(var(--fd-gray-500),1) !important}body #eb .t-bg--600{background-color:rgba(var(--fd-gray-600),1) !important}body #eb .t-bg--700{background-color:rgba(var(--fd-gray-700),1) !important}body #eb .t-bg--800{background-color:rgba(var(--fd-gray-800),1) !important}body #eb .t-bg--900{background-color:rgba(var(--fd-gray-900),1) !important}body #eb .t-bg-hover--primary{background-color:rgba(var(--fd-primary-500),1) !important}body #eb .t-bg-hover--primary-100{background-color:#ecf0fc !important}body #eb .t-bg-hover--primary-200{background-color:#b8c6f3 !important}body #eb .t-bg-hover--primary-300{background-color:rgba(var(--fd-primary-500),1) !important}body #eb .t-bg-hover--primary-400{background-color:#4666ca !important}body #eb .t-bg-hover--info{background-color:#85c1e9 !important}body #eb .t-bg-hover--info-100{background-color:#ebf5fb !important}body #eb .t-bg-hover--info-200{background-color:#aed6f1 !important}body #eb .t-bg-hover--info-300{background-color:#85c1e9 !important}body #eb .t-bg-hover--info-400{background-color:#5dade2 !important}body #eb .t-bg-hover--success{background-color:#00bc65 !important}body #eb .t-bg-hover--success-100{background-color:#e6f8ef !important}body #eb .t-bg-hover--success-200{background-color:#99e4c1 !important}body #eb .t-bg-hover--success-300{background-color:#00bc65 !important}body #eb .t-bg-hover--success-400{background-color:#00a85a !important}body #eb .t-bg-hover--danger{background-color:#ec6f7f !important}body #eb .t-bg-hover--danger-100{background-color:#fff1f2 !important}body #eb .t-bg-hover--danger-200{background-color:#ff8a99 !important}body #eb .t-bg-hover--danger-300{background-color:#ec6f7f !important}body #eb .t-bg-hover--danger-400{background-color:#d36372 !important}body #eb .t-bg-hover--warning{background-color:#f5b041 !important}body #eb .t-bg-hover--warning-100{background-color:#fef5e7 !important}body #eb .t-bg-hover--warning-200{background-color:#fad7a0 !important}body #eb .t-bg-hover--warning-300{background-color:#f5b041 !important}body #eb .t-bg-hover--warning-400{background-color:#f39c12 !important}body #eb .t-bg-hover--light{background-color:#f8f9fa !important}body #eb .t-bg-hover--dark{background-color:#343a40 !important}body #eb .t-bg-hover--fb{background-color:#0076fb !important}body #eb .t-bg-hover--twitter{background-color:#1da1f2 !important}body #eb .t-bg-hover--linkedin{background-color:#0073b1 !important}body #eb .t-bg-hover--default{background-color:#f0f0f1 !important}body #eb .t-bg-hover--priority-urgent{background-color:#ec6f7f !important}body #eb .t-bg-hover--priority-normal{background-color:#f5b041 !important}body #eb .t-bg-hover--priority-low{background-color:#85c1e9 !important}body #eb .t-bg-hover--overlay{background-color:rgba(0,0,0,0.125) !important}body #eb .t-bg-hover--transparent:hover{background-color:transparent !important}body #eb .t-bg-hover--primary:hover{background-color:var(--si-primary--hover-bg) !important}body #eb .t-bg-hover--100:hover{background-color:rgba(var(--fd-gray-100),1) !important}body #eb .t-bg-hover--200:hover{background-color:rgba(var(--fd-gray-200),1) !important}body #eb .t-bg-hover--300:hover{background-color:rgba(var(--fd-gray-300),1) !important}body #eb .t-bg-hover--400:hover{background-color:rgba(var(--fd-gray-400),1) !important}body #eb .t-bg-hover--500:hover{background-color:rgba(var(--fd-gray-500),1) !important}body #eb .t-bg-hover--600:hover{background-color:rgba(var(--fd-gray-600),1) !important}body #eb .t-bg-hover--700:hover{background-color:rgba(var(--fd-gray-700),1) !important}body #eb .t-bg-hover--800:hover{background-color:rgba(var(--fd-gray-800),1) !important}body #eb .t-bg-hover--900:hover{background-color:rgba(var(--fd-gray-900),1) !important}body #eb .t-bg--gradient{background-image:var(--bs-gradient) !important}body #eb .t-text--wrap{white-space:normal !important}body #eb .t-text--nowrap{white-space:nowrap !important}body #eb .t-text-decoration--none{text-decoration:none !important}body #eb .t-text-decoration--underline{text-decoration:underline !important}body #eb .t-text-decoration--line-through{text-decoration:line-through !important}body #eb .t-font-size--01{font-size:var(--si-font-size--01) !important}body #eb .t-font-size--02{font-size:var(--si-font-size--02) !important}body #eb .t-font-size--03{font-size:var(--si-font-size--03) !important}body #eb .t-font-size--04{font-size:var(--si-font-size--04) !important}body #eb .t-font-size--05{font-size:var(--si-font-size--05) !important}body #eb .t-font-size--06{font-size:var(--si-font-size--06) !important}body #eb .t-font-size--07{font-size:var(--si-font-size--07) !important}body #eb .t-font-size--08{font-size:var(--si-font-size--08) !important}body #eb .t-font-size--09{font-size:var(--si-font-size--09) !important}body #eb .t-font-size--10{font-size:var(--si-font-size--10) !important}body #eb .t-font--italic{font-style:italic !important}body #eb .t-font--normal{font-style:normal !important}body #eb .t-text--break-word{word-wrap:break-word !important;word-break:break-word !important}body #eb .t-text--break-all{word-break:break-all !important}body #eb .t-font--monospace{font-family:var(--bs-font-monospace) !important}body #eb .t-user-select--all{user-select:all !important}body #eb .t-user-select--auto{user-select:auto !important}body #eb .t-user-select--none{user-select:none !important}body #eb .t-pe--none{pointer-events:none !important}body #eb .t-pe--auto{pointer-events:auto !important}body #eb .t-outline--none{outline:0 !important}body #eb .t-rounded--md{border-radius:.25rem !important}body #eb .t-rounded--sm{border-radius:.2rem !important}body #eb .t-rounded--lg{border-radius:.3rem !important}body #eb .t-rounded--circle{border-radius:50% !important}body #eb .t-rounded--pill{border-radius:50rem !important}body #eb .t-rounded--0{border-radius:0 !important}body #eb .t-rounded-top-{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}body #eb .t-rounded-right-{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}body #eb .t-rounded-bottom-{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}body #eb .t-rounded-left-{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}body #eb .t--visible{visibility:visible !important}body #eb .t--invisible{visibility:hidden !important}#eb.is-mobile .sm\:t-float--left{float:left !important}#eb.is-mobile .sm\:t-float--right{float:right !important}#eb.is-mobile .sm\:t-float--none{float:none !important}#eb.is-mobile .sm\:t-d--none{display:none !important}#eb.is-mobile .sm\:t-d--inline{display:inline !important}#eb.is-mobile .sm\:t-d--inline-block{display:inline-block !important}#eb.is-mobile .sm\:t-d--block{display:block !important}#eb.is-mobile .sm\:t-d--table{display:table !important}#eb.is-mobile .sm\:t-d--table-row{display:table-row !important}#eb.is-mobile .sm\:t-d--table-cell{display:table-cell !important}#eb.is-mobile .sm\:t-d--flex{display:flex !important}#eb.is-mobile .sm\:t-d--inline-flex{display:inline-flex !important}#eb.is-mobile .sm\:t-w--25{width:25% !important}#eb.is-mobile .sm\:t-w--33{width:33% !important}#eb.is-mobile .sm\:t-w--50{width:50% !important}#eb.is-mobile .sm\:t-w--66{width:66% !important}#eb.is-mobile .sm\:t-w--75{width:75% !important}#eb.is-mobile .sm\:t-w--100{width:100% !important}#eb.is-mobile .sm\:t-w--auto{width:auto !important}#eb.is-mobile .sm\:t-flex--fill{flex:1 1 auto !important}#eb.is-mobile .sm\:t-flex-direction--r{flex-direction:row !important}#eb.is-mobile .sm\:t-flex-direction--c{flex-direction:column !important}#eb.is-mobile .sm\:t-flex-direction--rr{flex-direction:row-reverse !important}#eb.is-mobile .sm\:t-flex-direction--cr{flex-direction:column-reverse !important}#eb.is-mobile .sm\:t-flex-grow--0{flex-grow:0 !important}#eb.is-mobile .sm\:t-flex-grow--1{flex-grow:1 !important}#eb.is-mobile .sm\:t-flex-shrink--0{flex-shrink:0 !important}#eb.is-mobile .sm\:t-flex-shrink--1{flex-shrink:1 !important}#eb.is-mobile .sm\:t-flex-basis--0{flex-basis:0 !important}#eb.is-mobile .sm\:t-flex-basis--auto{flex-basis:auto !important}#eb.is-mobile .sm\:t-flex-wrap--w{flex-wrap:wrap !important}#eb.is-mobile .sm\:t-flex-wrap--nw{flex-wrap:nowrap !important}#eb.is-mobile .sm\:t-flex-wrap--wr{flex-wrap:wrap-reverse !important}#eb.is-mobile .sm\:t-justify-content--fs{justify-content:flex-start !important}#eb.is-mobile .sm\:t-justify-content--fe{justify-content:flex-end !important}#eb.is-mobile .sm\:t-justify-content--c{justify-content:center !important}#eb.is-mobile .sm\:t-justify-content--sb{justify-content:space-between !important}#eb.is-mobile .sm\:t-justify-content--sa{justify-content:space-around !important}#eb.is-mobile .sm\:t-justify-content--se{justify-content:space-evenly !important}#eb.is-mobile .sm\:t-align-items--fs{align-items:flex-start !important}#eb.is-mobile .sm\:t-align-items--fe{align-items:flex-end !important}#eb.is-mobile .sm\:t-align-items--c{align-items:center !important}#eb.is-mobile .sm\:t-align-items--b{align-items:baseline !important}#eb.is-mobile .sm\:t-align-items--s{align-items:stretch !important}#eb.is-mobile .sm\:t-align-content--fs{align-content:flex-start !important}#eb.is-mobile .sm\:t-align-content--e{align-content:flex-end !important}#eb.is-mobile .sm\:t-align-content--c{align-content:center !important}#eb.is-mobile .sm\:t-align-content--sb{align-content:space-between !important}#eb.is-mobile .sm\:t-align-content--sa{align-content:space-around !important}#eb.is-mobile .sm\:t-align-content--s{align-content:stretch !important}#eb.is-mobile .sm\:t-align-self--a{align-self:auto !important}#eb.is-mobile .sm\:t-align-self--fs{align-self:flex-start !important}#eb.is-mobile .sm\:t-align-self--fe{align-self:flex-end !important}#eb.is-mobile .sm\:t-align-self--c{align-self:center !important}#eb.is-mobile .sm\:t-align-self--b{align-self:baseline !important}#eb.is-mobile .sm\:t-align-self--s{align-self:stretch !important}#eb.is-mobile .sm\:t-order--first{order:-1 !important}#eb.is-mobile .sm\:t-order--0{order:0 !important}#eb.is-mobile .sm\:t-order--1{order:1 !important}#eb.is-mobile .sm\:t-order--2{order:2 !important}#eb.is-mobile .sm\:t-order--3{order:3 !important}#eb.is-mobile .sm\:t-order--4{order:4 !important}#eb.is-mobile .sm\:t-order--5{order:5 !important}#eb.is-mobile .sm\:t-order--last{order:6 !important}#eb.is-mobile .sm\:t-m--no{margin:0 !important}#eb.is-mobile .sm\:t-m--2xs{margin:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-m--xs{margin:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-m--sm{margin:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-m--md{margin:var(--si-spacing) !important}#eb.is-mobile .sm\:t-m--lg{margin:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-m--xl{margin:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-m--2xl{margin:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-m--auto{margin:auto !important}#eb.is-mobile .sm\:t-mx--no{margin-right:0 !important;margin-left:0 !important}#eb.is-mobile .sm\:t-mx--2xs{margin-right:calc(var(--si-spacing)*0.25) !important;margin-left:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-mx--xs{margin-right:calc(var(--si-spacing)*0.5) !important;margin-left:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-mx--sm{margin-right:calc(var(--si-spacing)*0.75) !important;margin-left:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-mx--md{margin-right:var(--si-spacing) !important;margin-left:var(--si-spacing) !important}#eb.is-mobile .sm\:t-mx--lg{margin-right:calc(var(--si-spacing)*1.5) !important;margin-left:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-mx--xl{margin-right:calc(var(--si-spacing)*2) !important;margin-left:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-mx--2xl{margin-right:calc(var(--si-spacing)*2.5) !important;margin-left:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-mx--auto{margin-right:auto !important;margin-left:auto !important}#eb.is-mobile .sm\:t-my--no{margin-top:0 !important;margin-bottom:0 !important}#eb.is-mobile .sm\:t-my--2xs{margin-top:calc(var(--si-spacing)*0.25) !important;margin-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-my--xs{margin-top:calc(var(--si-spacing)*0.5) !important;margin-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-my--sm{margin-top:calc(var(--si-spacing)*0.75) !important;margin-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-my--md{margin-top:var(--si-spacing) !important;margin-bottom:var(--si-spacing) !important}#eb.is-mobile .sm\:t-my--lg{margin-top:calc(var(--si-spacing)*1.5) !important;margin-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-my--xl{margin-top:calc(var(--si-spacing)*2) !important;margin-bottom:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-my--2xl{margin-top:calc(var(--si-spacing)*2.5) !important;margin-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-my--auto{margin-top:auto !important;margin-bottom:auto !important}#eb.is-mobile .sm\:t-mt--no{margin-top:0 !important}#eb.is-mobile .sm\:t-mt--2xs{margin-top:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-mt--xs{margin-top:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-mt--sm{margin-top:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-mt--md{margin-top:var(--si-spacing) !important}#eb.is-mobile .sm\:t-mt--lg{margin-top:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-mt--xl{margin-top:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-mt--2xl{margin-top:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-mt--auto{margin-top:auto !important}#eb.is-mobile .sm\:t-mr--no{margin-right:0 !important}#eb.is-mobile .sm\:t-mr--2xs{margin-right:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-mr--xs{margin-right:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-mr--sm{margin-right:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-mr--md{margin-right:var(--si-spacing) !important}#eb.is-mobile .sm\:t-mr--lg{margin-right:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-mr--xl{margin-right:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-mr--2xl{margin-right:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-mr--auto{margin-right:auto !important}#eb.is-mobile .sm\:t-mb--no{margin-bottom:0 !important}#eb.is-mobile .sm\:t-mb--2xs{margin-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-mb--xs{margin-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-mb--sm{margin-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-mb--md{margin-bottom:var(--si-spacing) !important}#eb.is-mobile .sm\:t-mb--lg{margin-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-mb--xl{margin-bottom:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-mb--2xl{margin-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-mb--auto{margin-bottom:auto !important}#eb.is-mobile .sm\:t-ml--no{margin-left:0 !important}#eb.is-mobile .sm\:t-ml--2xs{margin-left:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-ml--xs{margin-left:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-ml--sm{margin-left:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-ml--md{margin-left:var(--si-spacing) !important}#eb.is-mobile .sm\:t-ml--lg{margin-left:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-ml--xl{margin-left:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-ml--2xl{margin-left:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-ml--auto{margin-left:auto !important}#eb.is-mobile .sm\:t-p--no{padding:0 !important}#eb.is-mobile .sm\:t-p--2xs{padding:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-p--xs{padding:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-p--sm{padding:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-p--md{padding:var(--si-spacing) !important}#eb.is-mobile .sm\:t-p--lg{padding:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-p--xl{padding:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-p--2xl{padding:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-px--no{padding-right:0 !important;padding-left:0 !important}#eb.is-mobile .sm\:t-px--2xs{padding-right:calc(var(--si-spacing)*0.25) !important;padding-left:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-px--xs{padding-right:calc(var(--si-spacing)*0.5) !important;padding-left:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-px--sm{padding-right:calc(var(--si-spacing)*0.75) !important;padding-left:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-px--md{padding-right:var(--si-spacing) !important;padding-left:var(--si-spacing) !important}#eb.is-mobile .sm\:t-px--lg{padding-right:calc(var(--si-spacing)*1.5) !important;padding-left:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-px--xl{padding-right:calc(var(--si-spacing)*2) !important;padding-left:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-px--2xl{padding-right:calc(var(--si-spacing)*2.5) !important;padding-left:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-py--no{padding-top:0 !important;padding-bottom:0 !important}#eb.is-mobile .sm\:t-py--2xs{padding-top:calc(var(--si-spacing)*0.25) !important;padding-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-py--xs{padding-top:calc(var(--si-spacing)*0.5) !important;padding-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-py--sm{padding-top:calc(var(--si-spacing)*0.75) !important;padding-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-py--md{padding-top:var(--si-spacing) !important;padding-bottom:var(--si-spacing) !important}#eb.is-mobile .sm\:t-py--lg{padding-top:calc(var(--si-spacing)*1.5) !important;padding-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-py--xl{padding-top:calc(var(--si-spacing)*2) !important;padding-bottom:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-py--2xl{padding-top:calc(var(--si-spacing)*2.5) !important;padding-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-pt--no{padding-top:0 !important}#eb.is-mobile .sm\:t-pt--2xs{padding-top:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-pt--xs{padding-top:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-pt--sm{padding-top:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-pt--md{padding-top:var(--si-spacing) !important}#eb.is-mobile .sm\:t-pt--lg{padding-top:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-pt--xl{padding-top:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-pt--2xl{padding-top:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-pr--no{padding-right:0 !important}#eb.is-mobile .sm\:t-pr--2xs{padding-right:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-pr--xs{padding-right:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-pr--sm{padding-right:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-pr--md{padding-right:var(--si-spacing) !important}#eb.is-mobile .sm\:t-pr--lg{padding-right:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-pr--xl{padding-right:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-pr--2xl{padding-right:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-pb--no{padding-bottom:0 !important}#eb.is-mobile .sm\:t-pb--2xs{padding-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-pb--xs{padding-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-pb--sm{padding-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-pb--md{padding-bottom:var(--si-spacing) !important}#eb.is-mobile .sm\:t-pb--lg{padding-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-pb--xl{padding-bottom:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-pb--2xl{padding-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-pl--no{padding-left:0 !important}#eb.is-mobile .sm\:t-pl--2xs{padding-left:calc(var(--si-spacing)*0.25) !important}#eb.is-mobile .sm\:t-pl--xs{padding-left:calc(var(--si-spacing)*0.5) !important}#eb.is-mobile .sm\:t-pl--sm{padding-left:calc(var(--si-spacing)*0.75) !important}#eb.is-mobile .sm\:t-pl--md{padding-left:var(--si-spacing) !important}#eb.is-mobile .sm\:t-pl--lg{padding-left:calc(var(--si-spacing)*1.5) !important}#eb.is-mobile .sm\:t-pl--xl{padding-left:calc(var(--si-spacing)*2) !important}#eb.is-mobile .sm\:t-pl--2xl{padding-left:calc(var(--si-spacing)*2.5) !important}#eb.is-mobile .sm\:t-text--left{text-align:left !important}#eb.is-mobile .sm\:t-text--right{text-align:right !important}#eb.is-mobile .sm\:t-text--center{text-align:center !important}#eb.is-tablet .md\:t-float--left{float:left !important}#eb.is-tablet .md\:t-float--right{float:right !important}#eb.is-tablet .md\:t-float--none{float:none !important}#eb.is-tablet .md\:t-d--none{display:none !important}#eb.is-tablet .md\:t-d--inline{display:inline !important}#eb.is-tablet .md\:t-d--inline-block{display:inline-block !important}#eb.is-tablet .md\:t-d--block{display:block !important}#eb.is-tablet .md\:t-d--table{display:table !important}#eb.is-tablet .md\:t-d--table-row{display:table-row !important}#eb.is-tablet .md\:t-d--table-cell{display:table-cell !important}#eb.is-tablet .md\:t-d--flex{display:flex !important}#eb.is-tablet .md\:t-d--inline-flex{display:inline-flex !important}#eb.is-tablet .md\:t-w--25{width:25% !important}#eb.is-tablet .md\:t-w--33{width:33% !important}#eb.is-tablet .md\:t-w--50{width:50% !important}#eb.is-tablet .md\:t-w--66{width:66% !important}#eb.is-tablet .md\:t-w--75{width:75% !important}#eb.is-tablet .md\:t-w--100{width:100% !important}#eb.is-tablet .md\:t-w--auto{width:auto !important}#eb.is-tablet .md\:t-flex--fill{flex:1 1 auto !important}#eb.is-tablet .md\:t-flex-direction--r{flex-direction:row !important}#eb.is-tablet .md\:t-flex-direction--c{flex-direction:column !important}#eb.is-tablet .md\:t-flex-direction--rr{flex-direction:row-reverse !important}#eb.is-tablet .md\:t-flex-direction--cr{flex-direction:column-reverse !important}#eb.is-tablet .md\:t-flex-grow--0{flex-grow:0 !important}#eb.is-tablet .md\:t-flex-grow--1{flex-grow:1 !important}#eb.is-tablet .md\:t-flex-shrink--0{flex-shrink:0 !important}#eb.is-tablet .md\:t-flex-shrink--1{flex-shrink:1 !important}#eb.is-tablet .md\:t-flex-basis--0{flex-basis:0 !important}#eb.is-tablet .md\:t-flex-basis--auto{flex-basis:auto !important}#eb.is-tablet .md\:t-flex-wrap--w{flex-wrap:wrap !important}#eb.is-tablet .md\:t-flex-wrap--nw{flex-wrap:nowrap !important}#eb.is-tablet .md\:t-flex-wrap--wr{flex-wrap:wrap-reverse !important}#eb.is-tablet .md\:t-justify-content--fs{justify-content:flex-start !important}#eb.is-tablet .md\:t-justify-content--fe{justify-content:flex-end !important}#eb.is-tablet .md\:t-justify-content--c{justify-content:center !important}#eb.is-tablet .md\:t-justify-content--sb{justify-content:space-between !important}#eb.is-tablet .md\:t-justify-content--sa{justify-content:space-around !important}#eb.is-tablet .md\:t-justify-content--se{justify-content:space-evenly !important}#eb.is-tablet .md\:t-align-items--fs{align-items:flex-start !important}#eb.is-tablet .md\:t-align-items--fe{align-items:flex-end !important}#eb.is-tablet .md\:t-align-items--c{align-items:center !important}#eb.is-tablet .md\:t-align-items--b{align-items:baseline !important}#eb.is-tablet .md\:t-align-items--s{align-items:stretch !important}#eb.is-tablet .md\:t-align-content--fs{align-content:flex-start !important}#eb.is-tablet .md\:t-align-content--e{align-content:flex-end !important}#eb.is-tablet .md\:t-align-content--c{align-content:center !important}#eb.is-tablet .md\:t-align-content--sb{align-content:space-between !important}#eb.is-tablet .md\:t-align-content--sa{align-content:space-around !important}#eb.is-tablet .md\:t-align-content--s{align-content:stretch !important}#eb.is-tablet .md\:t-align-self--a{align-self:auto !important}#eb.is-tablet .md\:t-align-self--fs{align-self:flex-start !important}#eb.is-tablet .md\:t-align-self--fe{align-self:flex-end !important}#eb.is-tablet .md\:t-align-self--c{align-self:center !important}#eb.is-tablet .md\:t-align-self--b{align-self:baseline !important}#eb.is-tablet .md\:t-align-self--s{align-self:stretch !important}#eb.is-tablet .md\:t-order--first{order:-1 !important}#eb.is-tablet .md\:t-order--0{order:0 !important}#eb.is-tablet .md\:t-order--1{order:1 !important}#eb.is-tablet .md\:t-order--2{order:2 !important}#eb.is-tablet .md\:t-order--3{order:3 !important}#eb.is-tablet .md\:t-order--4{order:4 !important}#eb.is-tablet .md\:t-order--5{order:5 !important}#eb.is-tablet .md\:t-order--last{order:6 !important}#eb.is-tablet .md\:t-m--no{margin:0 !important}#eb.is-tablet .md\:t-m--2xs{margin:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-m--xs{margin:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-m--sm{margin:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-m--md{margin:var(--si-spacing) !important}#eb.is-tablet .md\:t-m--lg{margin:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-m--xl{margin:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-m--2xl{margin:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-m--auto{margin:auto !important}#eb.is-tablet .md\:t-mx--no{margin-right:0 !important;margin-left:0 !important}#eb.is-tablet .md\:t-mx--2xs{margin-right:calc(var(--si-spacing)*0.25) !important;margin-left:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-mx--xs{margin-right:calc(var(--si-spacing)*0.5) !important;margin-left:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-mx--sm{margin-right:calc(var(--si-spacing)*0.75) !important;margin-left:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-mx--md{margin-right:var(--si-spacing) !important;margin-left:var(--si-spacing) !important}#eb.is-tablet .md\:t-mx--lg{margin-right:calc(var(--si-spacing)*1.5) !important;margin-left:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-mx--xl{margin-right:calc(var(--si-spacing)*2) !important;margin-left:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-mx--2xl{margin-right:calc(var(--si-spacing)*2.5) !important;margin-left:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-mx--auto{margin-right:auto !important;margin-left:auto !important}#eb.is-tablet .md\:t-my--no{margin-top:0 !important;margin-bottom:0 !important}#eb.is-tablet .md\:t-my--2xs{margin-top:calc(var(--si-spacing)*0.25) !important;margin-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-my--xs{margin-top:calc(var(--si-spacing)*0.5) !important;margin-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-my--sm{margin-top:calc(var(--si-spacing)*0.75) !important;margin-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-my--md{margin-top:var(--si-spacing) !important;margin-bottom:var(--si-spacing) !important}#eb.is-tablet .md\:t-my--lg{margin-top:calc(var(--si-spacing)*1.5) !important;margin-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-my--xl{margin-top:calc(var(--si-spacing)*2) !important;margin-bottom:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-my--2xl{margin-top:calc(var(--si-spacing)*2.5) !important;margin-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-my--auto{margin-top:auto !important;margin-bottom:auto !important}#eb.is-tablet .md\:t-mt--no{margin-top:0 !important}#eb.is-tablet .md\:t-mt--2xs{margin-top:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-mt--xs{margin-top:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-mt--sm{margin-top:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-mt--md{margin-top:var(--si-spacing) !important}#eb.is-tablet .md\:t-mt--lg{margin-top:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-mt--xl{margin-top:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-mt--2xl{margin-top:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-mt--auto{margin-top:auto !important}#eb.is-tablet .md\:t-mr--no{margin-right:0 !important}#eb.is-tablet .md\:t-mr--2xs{margin-right:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-mr--xs{margin-right:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-mr--sm{margin-right:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-mr--md{margin-right:var(--si-spacing) !important}#eb.is-tablet .md\:t-mr--lg{margin-right:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-mr--xl{margin-right:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-mr--2xl{margin-right:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-mr--auto{margin-right:auto !important}#eb.is-tablet .md\:t-mb--no{margin-bottom:0 !important}#eb.is-tablet .md\:t-mb--2xs{margin-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-mb--xs{margin-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-mb--sm{margin-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-mb--md{margin-bottom:var(--si-spacing) !important}#eb.is-tablet .md\:t-mb--lg{margin-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-mb--xl{margin-bottom:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-mb--2xl{margin-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-mb--auto{margin-bottom:auto !important}#eb.is-tablet .md\:t-ml--no{margin-left:0 !important}#eb.is-tablet .md\:t-ml--2xs{margin-left:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-ml--xs{margin-left:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-ml--sm{margin-left:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-ml--md{margin-left:var(--si-spacing) !important}#eb.is-tablet .md\:t-ml--lg{margin-left:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-ml--xl{margin-left:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-ml--2xl{margin-left:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-ml--auto{margin-left:auto !important}#eb.is-tablet .md\:t-p--no{padding:0 !important}#eb.is-tablet .md\:t-p--2xs{padding:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-p--xs{padding:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-p--sm{padding:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-p--md{padding:var(--si-spacing) !important}#eb.is-tablet .md\:t-p--lg{padding:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-p--xl{padding:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-p--2xl{padding:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-px--no{padding-right:0 !important;padding-left:0 !important}#eb.is-tablet .md\:t-px--2xs{padding-right:calc(var(--si-spacing)*0.25) !important;padding-left:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-px--xs{padding-right:calc(var(--si-spacing)*0.5) !important;padding-left:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-px--sm{padding-right:calc(var(--si-spacing)*0.75) !important;padding-left:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-px--md{padding-right:var(--si-spacing) !important;padding-left:var(--si-spacing) !important}#eb.is-tablet .md\:t-px--lg{padding-right:calc(var(--si-spacing)*1.5) !important;padding-left:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-px--xl{padding-right:calc(var(--si-spacing)*2) !important;padding-left:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-px--2xl{padding-right:calc(var(--si-spacing)*2.5) !important;padding-left:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-py--no{padding-top:0 !important;padding-bottom:0 !important}#eb.is-tablet .md\:t-py--2xs{padding-top:calc(var(--si-spacing)*0.25) !important;padding-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-py--xs{padding-top:calc(var(--si-spacing)*0.5) !important;padding-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-py--sm{padding-top:calc(var(--si-spacing)*0.75) !important;padding-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-py--md{padding-top:var(--si-spacing) !important;padding-bottom:var(--si-spacing) !important}#eb.is-tablet .md\:t-py--lg{padding-top:calc(var(--si-spacing)*1.5) !important;padding-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-py--xl{padding-top:calc(var(--si-spacing)*2) !important;padding-bottom:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-py--2xl{padding-top:calc(var(--si-spacing)*2.5) !important;padding-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-pt--no{padding-top:0 !important}#eb.is-tablet .md\:t-pt--2xs{padding-top:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-pt--xs{padding-top:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-pt--sm{padding-top:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-pt--md{padding-top:var(--si-spacing) !important}#eb.is-tablet .md\:t-pt--lg{padding-top:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-pt--xl{padding-top:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-pt--2xl{padding-top:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-pr--no{padding-right:0 !important}#eb.is-tablet .md\:t-pr--2xs{padding-right:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-pr--xs{padding-right:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-pr--sm{padding-right:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-pr--md{padding-right:var(--si-spacing) !important}#eb.is-tablet .md\:t-pr--lg{padding-right:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-pr--xl{padding-right:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-pr--2xl{padding-right:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-pb--no{padding-bottom:0 !important}#eb.is-tablet .md\:t-pb--2xs{padding-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-pb--xs{padding-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-pb--sm{padding-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-pb--md{padding-bottom:var(--si-spacing) !important}#eb.is-tablet .md\:t-pb--lg{padding-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-pb--xl{padding-bottom:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-pb--2xl{padding-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-pl--no{padding-left:0 !important}#eb.is-tablet .md\:t-pl--2xs{padding-left:calc(var(--si-spacing)*0.25) !important}#eb.is-tablet .md\:t-pl--xs{padding-left:calc(var(--si-spacing)*0.5) !important}#eb.is-tablet .md\:t-pl--sm{padding-left:calc(var(--si-spacing)*0.75) !important}#eb.is-tablet .md\:t-pl--md{padding-left:var(--si-spacing) !important}#eb.is-tablet .md\:t-pl--lg{padding-left:calc(var(--si-spacing)*1.5) !important}#eb.is-tablet .md\:t-pl--xl{padding-left:calc(var(--si-spacing)*2) !important}#eb.is-tablet .md\:t-pl--2xl{padding-left:calc(var(--si-spacing)*2.5) !important}#eb.is-tablet .md\:t-text--left{text-align:left !important}#eb.is-tablet .md\:t-text--right{text-align:right !important}#eb.is-tablet .md\:t-text--center{text-align:center !important}#eb.is-desktop .lg\:t-float--left{float:left !important}#eb.is-desktop .lg\:t-float--right{float:right !important}#eb.is-desktop .lg\:t-float--none{float:none !important}#eb.is-desktop .lg\:t-d--none{display:none !important}#eb.is-desktop .lg\:t-d--inline{display:inline !important}#eb.is-desktop .lg\:t-d--inline-block{display:inline-block !important}#eb.is-desktop .lg\:t-d--block{display:block !important}#eb.is-desktop .lg\:t-d--table{display:table !important}#eb.is-desktop .lg\:t-d--table-row{display:table-row !important}#eb.is-desktop .lg\:t-d--table-cell{display:table-cell !important}#eb.is-desktop .lg\:t-d--flex{display:flex !important}#eb.is-desktop .lg\:t-d--inline-flex{display:inline-flex !important}#eb.is-desktop .lg\:t-w--25{width:25% !important}#eb.is-desktop .lg\:t-w--33{width:33% !important}#eb.is-desktop .lg\:t-w--50{width:50% !important}#eb.is-desktop .lg\:t-w--66{width:66% !important}#eb.is-desktop .lg\:t-w--75{width:75% !important}#eb.is-desktop .lg\:t-w--100{width:100% !important}#eb.is-desktop .lg\:t-w--auto{width:auto !important}#eb.is-desktop .lg\:t-flex--fill{flex:1 1 auto !important}#eb.is-desktop .lg\:t-flex-direction--r{flex-direction:row !important}#eb.is-desktop .lg\:t-flex-direction--c{flex-direction:column !important}#eb.is-desktop .lg\:t-flex-direction--rr{flex-direction:row-reverse !important}#eb.is-desktop .lg\:t-flex-direction--cr{flex-direction:column-reverse !important}#eb.is-desktop .lg\:t-flex-grow--0{flex-grow:0 !important}#eb.is-desktop .lg\:t-flex-grow--1{flex-grow:1 !important}#eb.is-desktop .lg\:t-flex-shrink--0{flex-shrink:0 !important}#eb.is-desktop .lg\:t-flex-shrink--1{flex-shrink:1 !important}#eb.is-desktop .lg\:t-flex-basis--0{flex-basis:0 !important}#eb.is-desktop .lg\:t-flex-basis--auto{flex-basis:auto !important}#eb.is-desktop .lg\:t-flex-wrap--w{flex-wrap:wrap !important}#eb.is-desktop .lg\:t-flex-wrap--nw{flex-wrap:nowrap !important}#eb.is-desktop .lg\:t-flex-wrap--wr{flex-wrap:wrap-reverse !important}#eb.is-desktop .lg\:t-justify-content--fs{justify-content:flex-start !important}#eb.is-desktop .lg\:t-justify-content--fe{justify-content:flex-end !important}#eb.is-desktop .lg\:t-justify-content--c{justify-content:center !important}#eb.is-desktop .lg\:t-justify-content--sb{justify-content:space-between !important}#eb.is-desktop .lg\:t-justify-content--sa{justify-content:space-around !important}#eb.is-desktop .lg\:t-justify-content--se{justify-content:space-evenly !important}#eb.is-desktop .lg\:t-align-items--fs{align-items:flex-start !important}#eb.is-desktop .lg\:t-align-items--fe{align-items:flex-end !important}#eb.is-desktop .lg\:t-align-items--c{align-items:center !important}#eb.is-desktop .lg\:t-align-items--b{align-items:baseline !important}#eb.is-desktop .lg\:t-align-items--s{align-items:stretch !important}#eb.is-desktop .lg\:t-align-content--fs{align-content:flex-start !important}#eb.is-desktop .lg\:t-align-content--e{align-content:flex-end !important}#eb.is-desktop .lg\:t-align-content--c{align-content:center !important}#eb.is-desktop .lg\:t-align-content--sb{align-content:space-between !important}#eb.is-desktop .lg\:t-align-content--sa{align-content:space-around !important}#eb.is-desktop .lg\:t-align-content--s{align-content:stretch !important}#eb.is-desktop .lg\:t-align-self--a{align-self:auto !important}#eb.is-desktop .lg\:t-align-self--fs{align-self:flex-start !important}#eb.is-desktop .lg\:t-align-self--fe{align-self:flex-end !important}#eb.is-desktop .lg\:t-align-self--c{align-self:center !important}#eb.is-desktop .lg\:t-align-self--b{align-self:baseline !important}#eb.is-desktop .lg\:t-align-self--s{align-self:stretch !important}#eb.is-desktop .lg\:t-order--first{order:-1 !important}#eb.is-desktop .lg\:t-order--0{order:0 !important}#eb.is-desktop .lg\:t-order--1{order:1 !important}#eb.is-desktop .lg\:t-order--2{order:2 !important}#eb.is-desktop .lg\:t-order--3{order:3 !important}#eb.is-desktop .lg\:t-order--4{order:4 !important}#eb.is-desktop .lg\:t-order--5{order:5 !important}#eb.is-desktop .lg\:t-order--last{order:6 !important}#eb.is-desktop .lg\:t-m--no{margin:0 !important}#eb.is-desktop .lg\:t-m--2xs{margin:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-m--xs{margin:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-m--sm{margin:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-m--md{margin:var(--si-spacing) !important}#eb.is-desktop .lg\:t-m--lg{margin:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-m--xl{margin:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-m--2xl{margin:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-m--auto{margin:auto !important}#eb.is-desktop .lg\:t-mx--no{margin-right:0 !important;margin-left:0 !important}#eb.is-desktop .lg\:t-mx--2xs{margin-right:calc(var(--si-spacing)*0.25) !important;margin-left:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-mx--xs{margin-right:calc(var(--si-spacing)*0.5) !important;margin-left:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-mx--sm{margin-right:calc(var(--si-spacing)*0.75) !important;margin-left:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-mx--md{margin-right:var(--si-spacing) !important;margin-left:var(--si-spacing) !important}#eb.is-desktop .lg\:t-mx--lg{margin-right:calc(var(--si-spacing)*1.5) !important;margin-left:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-mx--xl{margin-right:calc(var(--si-spacing)*2) !important;margin-left:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-mx--2xl{margin-right:calc(var(--si-spacing)*2.5) !important;margin-left:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-mx--auto{margin-right:auto !important;margin-left:auto !important}#eb.is-desktop .lg\:t-my--no{margin-top:0 !important;margin-bottom:0 !important}#eb.is-desktop .lg\:t-my--2xs{margin-top:calc(var(--si-spacing)*0.25) !important;margin-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-my--xs{margin-top:calc(var(--si-spacing)*0.5) !important;margin-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-my--sm{margin-top:calc(var(--si-spacing)*0.75) !important;margin-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-my--md{margin-top:var(--si-spacing) !important;margin-bottom:var(--si-spacing) !important}#eb.is-desktop .lg\:t-my--lg{margin-top:calc(var(--si-spacing)*1.5) !important;margin-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-my--xl{margin-top:calc(var(--si-spacing)*2) !important;margin-bottom:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-my--2xl{margin-top:calc(var(--si-spacing)*2.5) !important;margin-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-my--auto{margin-top:auto !important;margin-bottom:auto !important}#eb.is-desktop .lg\:t-mt--no{margin-top:0 !important}#eb.is-desktop .lg\:t-mt--2xs{margin-top:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-mt--xs{margin-top:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-mt--sm{margin-top:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-mt--md{margin-top:var(--si-spacing) !important}#eb.is-desktop .lg\:t-mt--lg{margin-top:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-mt--xl{margin-top:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-mt--2xl{margin-top:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-mt--auto{margin-top:auto !important}#eb.is-desktop .lg\:t-mr--no{margin-right:0 !important}#eb.is-desktop .lg\:t-mr--2xs{margin-right:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-mr--xs{margin-right:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-mr--sm{margin-right:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-mr--md{margin-right:var(--si-spacing) !important}#eb.is-desktop .lg\:t-mr--lg{margin-right:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-mr--xl{margin-right:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-mr--2xl{margin-right:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-mr--auto{margin-right:auto !important}#eb.is-desktop .lg\:t-mb--no{margin-bottom:0 !important}#eb.is-desktop .lg\:t-mb--2xs{margin-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-mb--xs{margin-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-mb--sm{margin-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-mb--md{margin-bottom:var(--si-spacing) !important}#eb.is-desktop .lg\:t-mb--lg{margin-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-mb--xl{margin-bottom:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-mb--2xl{margin-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-mb--auto{margin-bottom:auto !important}#eb.is-desktop .lg\:t-ml--no{margin-left:0 !important}#eb.is-desktop .lg\:t-ml--2xs{margin-left:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-ml--xs{margin-left:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-ml--sm{margin-left:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-ml--md{margin-left:var(--si-spacing) !important}#eb.is-desktop .lg\:t-ml--lg{margin-left:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-ml--xl{margin-left:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-ml--2xl{margin-left:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-ml--auto{margin-left:auto !important}#eb.is-desktop .lg\:t-p--no{padding:0 !important}#eb.is-desktop .lg\:t-p--2xs{padding:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-p--xs{padding:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-p--sm{padding:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-p--md{padding:var(--si-spacing) !important}#eb.is-desktop .lg\:t-p--lg{padding:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-p--xl{padding:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-p--2xl{padding:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-px--no{padding-right:0 !important;padding-left:0 !important}#eb.is-desktop .lg\:t-px--2xs{padding-right:calc(var(--si-spacing)*0.25) !important;padding-left:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-px--xs{padding-right:calc(var(--si-spacing)*0.5) !important;padding-left:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-px--sm{padding-right:calc(var(--si-spacing)*0.75) !important;padding-left:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-px--md{padding-right:var(--si-spacing) !important;padding-left:var(--si-spacing) !important}#eb.is-desktop .lg\:t-px--lg{padding-right:calc(var(--si-spacing)*1.5) !important;padding-left:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-px--xl{padding-right:calc(var(--si-spacing)*2) !important;padding-left:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-px--2xl{padding-right:calc(var(--si-spacing)*2.5) !important;padding-left:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-py--no{padding-top:0 !important;padding-bottom:0 !important}#eb.is-desktop .lg\:t-py--2xs{padding-top:calc(var(--si-spacing)*0.25) !important;padding-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-py--xs{padding-top:calc(var(--si-spacing)*0.5) !important;padding-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-py--sm{padding-top:calc(var(--si-spacing)*0.75) !important;padding-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-py--md{padding-top:var(--si-spacing) !important;padding-bottom:var(--si-spacing) !important}#eb.is-desktop .lg\:t-py--lg{padding-top:calc(var(--si-spacing)*1.5) !important;padding-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-py--xl{padding-top:calc(var(--si-spacing)*2) !important;padding-bottom:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-py--2xl{padding-top:calc(var(--si-spacing)*2.5) !important;padding-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-pt--no{padding-top:0 !important}#eb.is-desktop .lg\:t-pt--2xs{padding-top:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-pt--xs{padding-top:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-pt--sm{padding-top:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-pt--md{padding-top:var(--si-spacing) !important}#eb.is-desktop .lg\:t-pt--lg{padding-top:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-pt--xl{padding-top:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-pt--2xl{padding-top:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-pr--no{padding-right:0 !important}#eb.is-desktop .lg\:t-pr--2xs{padding-right:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-pr--xs{padding-right:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-pr--sm{padding-right:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-pr--md{padding-right:var(--si-spacing) !important}#eb.is-desktop .lg\:t-pr--lg{padding-right:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-pr--xl{padding-right:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-pr--2xl{padding-right:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-pb--no{padding-bottom:0 !important}#eb.is-desktop .lg\:t-pb--2xs{padding-bottom:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-pb--xs{padding-bottom:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-pb--sm{padding-bottom:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-pb--md{padding-bottom:var(--si-spacing) !important}#eb.is-desktop .lg\:t-pb--lg{padding-bottom:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-pb--xl{padding-bottom:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-pb--2xl{padding-bottom:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-pl--no{padding-left:0 !important}#eb.is-desktop .lg\:t-pl--2xs{padding-left:calc(var(--si-spacing)*0.25) !important}#eb.is-desktop .lg\:t-pl--xs{padding-left:calc(var(--si-spacing)*0.5) !important}#eb.is-desktop .lg\:t-pl--sm{padding-left:calc(var(--si-spacing)*0.75) !important}#eb.is-desktop .lg\:t-pl--md{padding-left:var(--si-spacing) !important}#eb.is-desktop .lg\:t-pl--lg{padding-left:calc(var(--si-spacing)*1.5) !important}#eb.is-desktop .lg\:t-pl--xl{padding-left:calc(var(--si-spacing)*2) !important}#eb.is-desktop .lg\:t-pl--2xl{padding-left:calc(var(--si-spacing)*2.5) !important}#eb.is-desktop .lg\:t-text--left{text-align:left !important}#eb.is-desktop .lg\:t-text--right{text-align:right !important}#eb.is-desktop .lg\:t-text--center{text-align:center !important}body #eb .t-text--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#eb .t-no-focus-outline{outline:0 !important}#eb .t-no-focus-outline::-moz-focus-inner{border:0 !important}#eb .hover\:t-bg--transparent:hover{background-color:transparent !important}#eb .grid{display:grid}#eb .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#eb .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#eb .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#eb .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media(min-width:768px){#eb .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#eb .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#eb .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}#eb .gap-md{gap:var(--fd-spacing-md)}#eb .gap-sm{gap:var(--fd-spacing-sm)}body.mm-wrapper_opened{-webkit-overflow-scrolling:auto}#eb .eb-toolbar #eb-canvas{display:none}#eb-canvas{z-index:2147483647;position:fixed;height:100%;top:0;bottom:0;left:0;transform:inherit}#eb-canvas .eb-toolbar__indicator-counter{background-color:#d9534f;display:inline-block;min-width:16px;line-height:16px;border-radius:50%;position:absolute;top:10px;right:12px;text-align:center;color:#fff;font-size:11px}.mm-listitem__text{padding-top:12px;padding-bottom:12px}.mm-divider{padding-top:10px;padding-bottom:8px;background-color:#434343 !important}.mm-divider:before{background-color:rgba(0,0,0,0.05)}body .mm-searchfield__input input{display:block;width:100%;max-width:100%;height:30px !important;line-height:30px !important;min-height:unset !important;max-height:unset !important;margin:0 !important;padding:8px !important;box-sizing:border-box;border:0 !important;border-radius:4px;box-shadow:none !important;outline:0 !important;font:inherit;font-size:initial !important;color:#999 !important;background-color:#434343 !important}body .mm-searchfield__input input,body .mm-searchfield__input input:hover,body .mm-searchfield__input input:focus{color:#999 !important;background-color:#434343 !important}[dir="rtl"] #eb .fa-angle-left:before{content:"\f105"}[dir="rtl"] #eb .fa-angle-right:before{content:"\f104"}[dir="rtl"] #eb .fa-long-arrow-left:before{content:"\f178"}[dir="rtl"] #eb .fa-long-arrow-right:before{content:"\f177"}[dir="rtl"] #eb .fa-chevron-left::before{content:"\f054"}[dir="rtl"] #eb .fa-chevron-right::before{content:"\f053"}[dir="rtl"] #eb .fa-star-half,[dir="rtl"] #eb .fa-star-half-empty,[dir="rtl"] #eb .fa-star-half-full,[dir="rtl"] #eb .fa-star-half-o{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);transform:scale(-1,1)}.fa-giphy:before{font-family:'fa giphy';content:"\e900";font-weight:400;font-style:normal}@font-face{font-family:'fa giphy';src:url(/media/com_easyblog/fonts/fa-giphy/fa-giphy.eot?811st4=);src:url(/media/com_easyblog/fonts/fa-giphy/fa-giphy.eot?811st4=#iefix) format('embedded-opentype'),url(/media/com_easyblog/fonts/fa-giphy/fa-giphy.ttf?811st4=) format('truetype'),url(/media/com_easyblog/fonts/fa-giphy/fa-giphy.woff?811st4=) format('woff'),url(/media/com_easyblog/fonts/fa-giphy/fa-giphy.svg?811st4=#icomoon) format('svg');font-weight:normal;font-style:normal;font-display:block}.fa-lottie:before{font-family:'fa lottie';content:"\e901";font-weight:400;font-style:normal}@font-face{font-family:'fa lottie';src:url(/media/com_easyblog/fonts/fa-lottie/fa-lottie.eot?811st4=);src:url(/media/com_easyblog/fonts/fa-lottie/fa-lottie.eot?811st4=#iefix) format('embedded-opentype'),url(/media/com_easyblog/fonts/fa-lottie/fa-lottie.ttf?811st4=) format('truetype'),url(/media/com_easyblog/fonts/fa-lottie/fa-lottie.woff?811st4=) format('woff'),url(/media/com_easyblog/fonts/fa-lottie/fa-lottie.svg?811st4=#icomoon) format('svg');font-weight:normal;font-style:normal;font-display:block}.autosize-input{display:none}.has-eb-dialog #eb.bootstrap-datetimepicker-widget{z-index:2147483647 !important}#eb{
/*!
#2134
 */
}#eb .ebd-block:before,#eb .ebd-block:after{content:" ";display:table}#eb .ebd-block:after{clear:both}#eb .ebd-block.is-nested.nest-left{float:left;margin-right:12px;margin-bottom:12px;width:30%}#eb .ebd-block.is-nested.nest-right{float:right;margin-left:12px;margin-bottom:12px;width:30%}#eb.is-mobile .ebd-block.has-nested{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#eb.is-mobile .ebd-block.nest-left,#eb.is-mobile .ebd-block.nest-right{float:none;margin-left:0;margin-right:0;width:100% !important}#eb.is-mobile .ebd-block.nest-left{order:1}#eb.is-mobile .ebd-block.nest-right{order:3}#eb.is-mobile .ebd-block p{order:2}#eb .ebd-block-content h1,#eb .ebd-block-content h2,#eb .ebd-block-content h3,#eb .ebd-block-content h4,#eb .ebd-block-content h5,#eb .ebd-block-content h6,#eb .ebd-block-content p,#eb .ebd-block-content ul,#eb .ebd-block-content ol{margin-top:0}#eb .ebd-block-content p{margin-bottom:1em}#eb .ebd-block .eb-composer-fieldset-content{display:none;z-index:3;position:absolute;bottom:-44px;left:50%;transform:translate(-50%,0);justify-content:center}#eb .ebd-block .eb-composer-fieldset-content .eb-pills{background:#222;border-radius:6px;padding:4px}#eb .ebd-block .eb-composer-fieldset-content .eb-pill{color:#fff;background:transparent;border:0}#eb .ebd-block .eb-composer-fieldset-content .eb-pill-item{color:#fff;background:transparent;border:0;border-radius:4px}#eb .ebd-block .eb-composer-fieldset-content .eb-pill-item:hover{background:#424242}#eb .ebd-block .eb-tabs.pill-style .eb-tabs-content-item{position:absolute;width:200px}#eb .ebd-block[data-type=text].has-drop-cap{text-align:left !important}#eb .ebd-block[data-type=text].has-drop-cap p:first-child:first-letter {float:left;padding:.1em .3rem;margin:0 .3rem 0 0;line-height:100%;font-size:4em;font-weight:600;text-transform:uppercase;text-align:left !important}#eb .ebd-block[data-type=text].active .eb-composer-fieldset-content{display:flex}#eb p.has-drop-cap:first-letter {float:left;padding:.1em .3rem;margin:0 .3rem 0 0;line-height:100%;font-size:4em;font-weight:600;text-transform:uppercase;text-align:left !important}#eb.is-mobile .col{width:100%}#eb .media-table{display:table;width:100%}#eb .media-thumb,#eb .media-content{display:table-cell;vertical-align:top}#eb .post-block{background:rgba(var(--fd-white),1);margin:10px 0;border-radius:4px}#eb .post-block:hover{background:rgba(var(--fd-gray-50),1)}#eb .post-block .media-table{table-layout:fixed}#eb .post-block .media-thumb{width:280px;padding:16px;padding-right:0}#eb .post-block .media-thumb img{width:100%;height:auto;display:block}#eb .post-block .media-content{padding:16px;position:relative}#eb .post-block .media-content>h3{margin:0 0 5px;font-size:1.1em;line-height:1.2}#eb .post-block .media-content>div{overflow:hidden}#eb .post-block .media-content>span{display:block;position:relative;margin-top:15px}#eb .post-block .media-content>span a{color:rgba(var(--fd-gray-500),1);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}#eb.is-mobile .post-block .media-thumb{display:block;width:100%;text-align:center}#eb.is-mobile .post-block .media-content{display:block}#eb.is-mobile .post-block .media-content>span a{max-width:100%}#eb .eb-blocks-link{border:1px dashed #d7d7d7;background:#f4f4f4;border-radius:0;padding:10px;overflow:hidden}#eb .eb-blocks-link .media-table{display:table;width:100%}#eb .eb-blocks-link .media-thumb,#eb .eb-blocks-link .media-body{display:table-cell;position:relative;vertical-align:top}#eb .eb-blocks-link .media-thumb{width:160px}#eb .eb-blocks-link .media-object{width:140px;height:140px;background:#eee;border:1px solid #ccc}#eb .eb-blocks-link .media-heading{font-size:14px;max-height:40px}#eb .eb-blocks-link .media-heading a{color:inherit !important;text-decoration:none !important}#eb .eb-blocks-link .media-content{font-size:12px;max-height:60px}#eb .eb-blocks-link .media-heading,#eb .eb-blocks-link .media-content{line-height:20px;overflow:hidden}#eb .eb-blocks-link .media-link{color:#999;position:absolute;bottom:0;left:0}#eb .eb-composer-link-placeholder-preview{padding:20px}#eb .eb-composer-link-placeholder-preview .media-table{display:table;width:100%}#eb .eb-composer-link-placeholder-preview .media-thumb,#eb .eb-composer-link-placeholder-preview .media-body{display:table-cell;position:relative;vertical-align:top}#eb .eb-composer-link-placeholder-preview .media-thumb{width:160px;height:140px;vertical-align:top;background:#eee;border:1px solid #ccc;text-align:center}#eb .eb-composer-link-placeholder-preview .media-body{padding:0 0 0 20px}#eb .eb-composer-link-placeholder-preview .media-object{width:100%;height:auto;display:inline-block;vertical-align:top}#eb .eb-composer-link-placeholder-preview .media-heading{font-size:14px;max-height:40px}#eb .eb-composer-link-placeholder-preview .media-heading a{color:inherit !important;text-decoration:none !important}#eb .eb-composer-link-placeholder-preview .media-content{font-size:12px;max-height:60px;padding-bottom:30px}#eb .eb-composer-link-placeholder-preview .media-heading,#eb .eb-composer-link-placeholder-preview .media-content{line-height:20px;overflow:hidden}#eb .eb-composer-link-placeholder-preview .media-heading:hover,#eb .eb-composer-link-placeholder-preview .media-content:hover{background:#ffc}#eb .eb-composer-link-placeholder-preview .media-link{color:#999;position:absolute;bottom:0;left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:95%}#eb .ebd-block[data-type=links]{margin-bottom:10px}#eb .ebd-block[data-type=links] .media-table{display:table;width:100%;table-layout:fixed}#eb .ebd-block[data-type=links] .media-thumb,#eb .ebd-block[data-type=links] .media-body{display:table-cell;position:relative;vertical-align:top}#eb .ebd-block[data-type=links] .media-thumb{width:162px;height:140px;vertical-align:middle;background:#eee;border:1px solid #ccc;text-align:center}#eb .ebd-block[data-type=links] .media-body{padding:0 0 0 20px;width:auto}#eb .ebd-block[data-type=links] .media-object{width:160px !important;max-width:160px !important;height:auto;display:inline-block;vertical-align:middle}#eb .ebd-block[data-type=links] .media-heading{font-size:1.1em;line-height:1.2}#eb .ebd-block[data-type=links] .media-heading a{color:inherit !important;text-decoration:none !important}#eb .ebd-block[data-type=links] .media-content{max-height:60px;padding-bottom:20px}#eb .ebd-block[data-type=links] .media-link{color:#999;position:relative;bottom:0;left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%}#eb.is-mobile .ebd-block[data-type=links]{margin-bottom:20px}#eb.is-mobile .ebd-block[data-type=links] .media-thumb{width:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:10px}#eb.is-mobile .ebd-block[data-type=links] .media-body{display:block;padding:0}#eb.is-mobile .ebd-block[data-type=links] .media-link{max-width:95%}#eb [class^="eb-block-rule"]{opacity:1;background-color:transparent}#eb hr.eb-block-rule-style2{padding:0;border:0;border-top:medium double var(--eb-divider-color);color:var(--eb-divider-color);text-align:center;overflow:visible}#eb hr.eb-block-rule-style2:after{content:"§";display:inline-block;position:relative;top:-.7em;font-size:1.5em;padding:0 .25em;background:var(--eb-divider-bg)}#eb hr.eb-block-rule-style3{border:0;height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#eb hr.eb-block-rule-style4{border-top:1px dotted}#eb hr.eb-block-rule-style5{color:var(--eb-divider-color);text-align:center;background-color:transparent;border-top:0;overflow:visible}#eb hr.eb-block-rule-style5:after{content:"•";font-size:20px;position:relative;top:-12px;text-shadow:-1.7em 0,1.7em 0}#eb hr.eb-block-rule-style6{color:var(--eb-divider-color);text-align:center;background-color:transparent;border-top:0;overflow:visible}#eb hr.eb-block-rule-style6:after{content:"★";font-size:20px;position:relative;top:-12px;text-shadow:-1.7em 0,1.7em 0}#eb hr.eb-block-rule-style7{padding:0;border:0;border-top:2px solid var(--eb-divider-color);color:var(--eb-divider-color);text-align:center;max-width:80px;margin:16px auto;overflow:visible}#eb hr.eb-block-rule-style7:after{content:"★";display:inline-block;position:relative;top:-12px;font-size:20px;padding:0 16px;line-height:1;background:var(--eb-divider-bg)}#eb .instagram-block{border:1px solid #eee;height:350px;min-width:400px}#eb .responsive-instagram{position:relative;padding:0;width:100%;overflow:hidden}#eb .responsive-instagram:before{display:block;content:'';padding-top:100%;padding-bottom:206px}#eb .responsive-instagram iframe{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%}#eb .ebd-block .nav-tabs>li{min-width:20px}#eb .ebd-block .nav-tabs>li a{cursor:pointer;font-weight:bold}#eb .ebd-block .tab-content{padding:10px;margin-bottom:8px;border:1px solid #ddd;border-top:0;padding-bottom:20px}#eb .ebd-block .tab-pane{min-height:50px;z-index:-100}#eb .ac{margin-top:10px;border:1px solid rgba(var(--fd-gray-200),1);background-color:rgba(var(--fd-white),1);box-sizing:border-box;overflow:hidden;transition:height 500ms}#eb .ac>.ac-q{font:bold 15px 'Arial',sans-serif;padding:10px 30px 10px 10px;margin:0;text-decoration:none;display:block;cursor:pointer;position:relative !important;outline:0 !important}#eb .ac>.ac-q::-moz-focus-inner{border:0 !important}#eb .ac>.ac-q::after{font:bold 15px 'Arial',sans-serif;content:'+';text-align:center;width:15px;right:10px;top:50%;transform:translate(0,-50%);position:absolute}#eb .ac.is-collapsed>.ac-q::after{content:'+'}#eb .ac>.ac-a{overflow:hidden;transition-property:all;transition-timing-function:ease}#eb .ac>.ac-a p{margin:0;padding:10px}#eb .ac.js-enabled>.ac-a{visibility:hidden}#eb .ac.is-active{overflow:unset}#eb .ac.is-active>.ac-a{visibility:visible;overflow:unset}#eb .ac.is-active>.ac-q::after{content:'-'}#eb .ebd-block .table>thead>tr>th,#eb .ebd-block .table>thead>tr>td,#eb .ebd-block .table>tbody>tr>th,#eb .ebd-block .table>tbody>tr>td,#eb .ebd-block .table>tfoot>tr>th,#eb .ebd-block .table>tfoot>tr>td{text-align:inherit}#eb .ebd-block[data-type="image"]:not(.eb-composer-block-menu){margin-bottom:10px}#eb .ebd-block[data-type="image"]:not(.eb-composer-block-menu):before,#eb .ebd-block[data-type="image"]:not(.eb-composer-block-menu):after{content:" ";display:table}#eb .ebd-block[data-type="image"]:not(.eb-composer-block-menu):after{clear:both}#eb .ebd-block[data-type="image"]{max-width:100% !important}#eb .ebd-block--legacy[data-type="image"]:not(.eb-composer-block-menu){display:inline-block;vertical-align:top}#eb .ebd-block--legacy[data-type="image"].is-center{display:block}#eb .eb-image{display:inline-block;max-width:100%}#eb .eb-image-figure{position:relative;text-align:center;margin:0 auto;max-width:100%;max-height:100%}#eb .eb-image-viewport{border:1px solid rgba(var(--fd-gray-300),1);border-radius:2px;position:relative;text-align:center;display:inline-block;font-size:0;max-width:100%}#eb .eb-image-viewport:before{content:"";display:inline-block;vertical-align:middle}#eb .eb-image.is-fluid{display:block;margin:0 auto}#eb .eb-image.is-fluid .eb-image-figure{padding-top:0}#eb .eb-image.is-fluid .eb-image-viewport{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0}#eb .eb-image.is-fluid .eb-image-figure img{position:absolute;max-width:none;top:0;left:0;width:100%}#eb .eb-image-caption{display:block;text-align:inherit;margin-left:auto;margin-right:auto;max-width:100%}#eb.is-mobile .eb-image-caption{width:auto !important}#eb .eb-image-caption>span{display:block;padding-top:4px}#eb .eb-image .eb-image-figure img{display:inline-block;position:relative;max-width:100%;max-height:none}#eb .eb-image.align-right{text-align:right}#eb .eb-image.align-left{text-align:left}#eb .eb-image.style-gray{padding:10px;border:1px solid rgba(var(--fd-gray-300),1);border-radius:3px;background:rgba(var(--fd-gray-50),1)}#eb .eb-image.style-polaroid{padding:10px;border:1px solid rgba(var(--fd-gray-300),1);background:rgba(var(--fd-white),1);-webkit-box-shadow:0 3px 3px rgba(var(--fd-gray-300),1);box-shadow:0 3px 3px rgba(var(--fd-gray-300),1)}#eb .eb-image.style-popup{padding:10px}#eb .eb-image.style-solid{padding:10px;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-300),1)}#eb .eb-image.style-dashed{padding:10px;background:rgba(var(--fd-white),1);border:1px dashed rgba(var(--fd-gray-300),1)}#eb .eb-image.style-dotted{padding:10px;background:rgba(var(--fd-white),1);border:1px dotted rgba(var(--fd-gray-300),1)}#eb .eb-image.style-overlay{position:relative}#eb .eb-image.style-overlay .eb-image-caption{position:absolute;left:0;bottom:0;width:100%;background:#000;opacity:.6;color:rgba(var(--fd-white),1);border-left:1px solid rgba(var(--fd-gray-300),1);border-right:1px solid rgba(var(--fd-gray-300),1)}#eb .eb-image.style-overlay .eb-image-caption>span{padding:4px}#eb .eb-image-popup-button{position:relative}#eb .eb-image-popup-button:before{position:absolute;background:rgba(0,0,0,0.3);color:#fff;z-index:2;content:"\f002";font-family:"Font Awesome 5 Free";font-weight:bold;text-align:center;width:40px;height:40px;top:50%;left:50%;font-size:20px;line-height:36px;text-shadow:0 1px 0 rgba(0,0,0,0.5);border-radius:100%;margin:-20px 0 0 -20px;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease}#eb .eb-image-popup-button:hover:before{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}#eb .eb-image:hover .eb-image-popup-button{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}#eb.is-mobile .eb-image:not(.is-fluid) .eb-image-figure.is-responsive,#eb.is-mobile .eb-image:not(.is-fluid) .eb-image-figure.is-responsive img{width:100% !important;height:auto !important}#eb blockquote.eb-quote{color:#555 !important;padding:10px 20px !important;margin:0 0 20px !important;border-left:5px solid #eee !important;vertical-align:unset !important;border-radius:0 !important}#eb blockquote.eb-quote:before,#eb blockquote.eb-quote:after{display:none !important}#eb blockquote.eb-quote p{font-size:16px;font-weight:500;line-height:1.25;margin-bottom:.8em}#eb blockquote.eb-quote p+cite{display:block;margin-top:0}#eb blockquote.eb-quote.style-minimallight{border-left:1px solid rgba(var(--fd-gray-300),1) !important}#eb blockquote.eb-quote.style-minimalbox{border-top:1px solid rgba(var(--fd-gray-300),1) !important;border-bottom:1px solid rgba(var(--fd-gray-300),1) !important;border-right:1px solid rgba(var(--fd-gray-300),1) !important}#eb blockquote.eb-quote.style-modern{position:relative !important;background-color:rgba(var(--fd-white),1) !important;border:1px solid rgba(var(--fd-gray-300),1) !important;border-radius:1rem !important;box-shadow:.625rem .625rem 0 rgba(var(--fd-gray-300),1) !important;padding:8px !important;padding-left:40px !important}#eb blockquote.eb-quote.style-modern:before{font-family:'Font Awesome 5 Free';font-weight:900;font-style:normal;content:"\f10d" !important;display:block !important;font-size:14px !important;top:8px !important;left:16px !important;position:absolute !important;color:rgba(var(--fd-gray-300),1) !important}#eb .eb-note{position:relative;min-height:20px;width:100%;color:rgba(var(--fd-gray-800),1);background:rgba(var(--fd-white),1);left:0;top:0;box-shadow:0 1px 1px hsl(0 0 0 / .075),0 2px 2px hsl(0 0 0 / .025),0 4px 4px hsl(0 0 0 / .025),0 8px 8px hsl(0 0 0 / .025),0 16px 16px hsl(0 0 0 / .025);overflow-y:auto;padding-top:20px;padding-bottom:20px;border-radius:.5rem;border:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-note:before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--fd-danger-200-hex,rgba(var(--fd-danger-200),1))}#eb .eb-note:after{content:'';position:absolute;left:40px;top:16px;bottom:0;width:calc(100% - 40px);background-image:repeating-linear-gradient(transparent 0,transparent 24px,rgba(var(--fd-gray-300),1) 25px)}#eb .eb-note__content{position:relative !important;z-index:2 !important;top:0;padding-left:40px;padding-top:16px;width:calc(100% - 20px) !important;min-height:20px;left:0;bottom:0;line-height:25px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;outline:0;cursor:text;margin-top:-18px}#eb .eb-note__content ul{line-height:25px !important;list-style:disc !important;padding:0 0 0 20px !important;margin:0 !important;position:relative;z-index:2}#eb .eb-note__content ul li{position:relative;margin:0 !important;line-height:25px !important}#eb .eb-note__content ul li:before{content:'';width:2px;height:100%;left:-40px;display:block;position:absolute;-webkit-transition:all ease .5s;transition:all ease .5s}#eb .eb-note__content ul li:hover:before{-webkit-transition:all ease .5s;transition:all ease .5s;background:var(--fd-danger-600-hex,rgba(var(--fd-danger-600),1))}#eb .ebd .ebd-block[data-type=video]{line-height:0}#eb .ebd-block[data-type="video"]:not(.eb-composer-block-menu){clear:both;margin-bottom:10px}#eb .ebd-block[data-type="video"]:not(.eb-composer-block-menu):before,#eb .ebd-block[data-type="video"]:not(.eb-composer-block-menu):after{content:" ";display:table}#eb .ebd-block[data-type="video"]:not(.eb-composer-block-menu):after{clear:both}#eb .eb-video{position:relative;display:inline-block;width:100%}#eb .eb-video.is-responsive .eb-video-viewport{height:auto;padding-top:56.25%}#eb .eb-video-viewport{position:relative;height:100%;overflow:hidden}#eb .eb-video-viewport>div{position:absolute;top:0;left:0;width:100%;height:100%}#eb .audiojs-track,#eb .audiojs{background:#252525;overflow:hidden;width:100%;white-space:nowrap}#eb .audiojs{border-radius:0 0 3px 3px;height:30px;-webkit-box-shadow:none;box-shadow:none;display:table}#eb .audiojs p{background:none;color:#fff;width:40px;height:30px;margin:0;text-align:center;font-family:"Font Awesome 5 Free";font-weight:bold;font-size:10px;line-height:30px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}#eb .audiojs p.play:before{content:"\f04b"}#eb .audiojs p.pause:before{content:"\f04c"}#eb .audiojs p.loading:before{content:"\f017"}#eb .audiojs p.error:before{content:"\f071"}#eb .audiojs .play-pause,#eb .audiojs .scrubber,#eb .audiojs .time{background:none;border:0;display:table-cell;width:auto;height:auto;float:none;vertical-align:middle;padding:0;position:relative}#eb .audiojs .play-pause{width:40px;white-space:nowrap}#eb .audiojs .time{width:1px;white-space:nowrap}#eb .audiojs .time{line-height:1;color:#888;padding:0 15px}#eb .audiojs .time em,#eb .audiojs .time strong{font-family:Tahoma,Arial,sans-serif;font-size:10px;font-style:normal;color:#fff}#eb .audiojs .loaded,#eb .audiojs .progress{border-radius:2px;margin:0;position:absolute;left:0;top:10px;bottom:10px;height:auto}#eb .audiojs .progress{background:rgba(var(--fd-primary-700),1)}#eb .audiojs .loaded{background:#494949}#eb .audiojs-track{border:0;border-bottom:1px solid #323232;border-radius:3px 3px 0 0;color:#eee;padding:15px;position:relative}#eb .audiojs-track .fa-music{margin:0 5px 0 0}#eb .audiojs-track a{float:right}#eb .audiojs-track.disabled{display:none}#eb .audiojs-track.disabled+.audiojs{border-radius:3px}#eb .audiojs-track .pull-right{margin-left:10px}#eb .audiojs-track .overflow-no{white-space:nowrap;text-overflow:ellipsis}#eb.is-mobile .audiojs-track .overflow-no{margin-bottom:20px}#eb .eb-block-file{border:1px solid rgba(var(--fd-gray-200),1);background:rgba(var(--fd-white),1);border-radius:4px;margin-bottom:1em;overflow:hidden;padding:16px}#eb .eb-block-file--preview .eb-file-details{padding:0}#eb .eb-block-file--preview .eb-file-details .btn{position:relative;left:auto;bottom:auto}#eb .eb-file-thumb-wrapper{background:rgba(var(--fd-gray-50),1);padding:16px;border-radius:8px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#eb .eb-file-thumb-wrapper .eb-file-thumb i{color:rgba(var(--fd-gray-500),1)}#eb .eb-file-thumb-wrapper .eb-file-thumb b{display:none}#eb .eb-file-thumb i{color:#333;font-size:40px;position:relative;display:inline-block;line-height:40px}#eb .eb-file-thumb i b{color:#fff;font-size:12px;opacity:.75;filter:alpha(opacity=75);position:absolute;left:10px;bottom:10px}#eb .eb-file-details{padding:15px 15px 55px;position:relative;vertical-align:top}#eb .eb-file-details .btn{font-size:12px;font-weight:bold;line-height:26px;padding:0 15px;position:absolute;left:15px;bottom:15px}#eb .eb-file-details>div+div{margin-top:.5em}#eb.is-mobile .eb-block-file{display:block}#eb.is-mobile .eb-file-thumb,#eb.is-mobile .eb-file-details{display:block !important;width:auto !important}#eb.is-mobile .eb-file-thumb{border-right:0;text-align:center;padding:20px 0}#eb.is-mobile .eb-file-details{padding:15px}#eb.is-mobile .eb-file-details .btn{position:static;margin-top:10px;word-break:break-word;display:block;white-space:inherit}#eb .video-embed-wrapper{position:relative}#eb .video-embed-wrapper.is-responsive{padding:0;width:100%;overflow:hidden}#eb .video-embed-wrapper.is-responsive:before{display:block;content:'';padding-top:56.25%}#eb .video-embed-wrapper.is-responsive iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}#eb .gdpr-notice-container{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;text-align:center;background:#444;padding:20px}#eb .gdpr-notice-container__content{border-radius:8px;background:rgba(var(--fd-white),1);padding:20px}#eb.is-desktop .has-gdpr-notice,#eb.is-mobile .has-gdpr-notice{position:relative}#eb.is-desktop .has-gdpr-notice:before,#eb.is-mobile .has-gdpr-notice:before{display:none}#eb.is-desktop .gdpr-notice-container,#eb.is-mobile .gdpr-notice-container{padding:16px 8px;position:relative}#eb.is-desktop .gdpr-notice-container__content,#eb.is-mobile .gdpr-notice-container__content{padding:8px}#eb.is-desktop .gdpr-notice-container__content .eb-post-title,#eb.is-mobile .gdpr-notice-container__content .eb-post-title{font-size:14px}#eb .eb-thumbs{width:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch}#eb .eb-thumbs.col-4{max-width:none;padding-left:0;padding-right:0}#eb .eb-thumbs.is-col-1 .eb-thumbs-col{width:100%}#eb .eb-thumbs.is-col-2 .eb-thumbs-col{width:50%}#eb .eb-thumbs.is-col-3 .eb-thumbs-col{width:33.333333333333%}#eb .eb-thumbs.is-col-4 .eb-thumbs-col{width:25%}#eb .eb-thumbs.is-col-5 .eb-thumbs-col{width:20%}#eb .eb-thumbs.is-col-6 .eb-thumbs-col{width:16.666666666667%}#eb .eb-thumbs.is-col-7 .eb-thumbs-col{width:14.285714285714%}#eb .eb-thumbs.is-col-8 .eb-thumbs-col{width:12.5%}#eb .eb-thumbs .eb-image{width:100%}#eb .eb-thumbs .eb-image img{width:100%}#eb .eb-thumbs.is-empty{display:none}#eb .eb-thumbs-col{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-basis:0;flex-basis:0;position:relative;vertical-align:top}#eb .eb-composer-page .eb-thumbs-col.ui-sortable{border:1px dashed #ccc}#eb.is-mobile .eb-thumbs .eb-thumbs-col{display:block;width:100% !important}#eb .eb-thumb{position:relative}#eb .eb-thumb>div{position:relative;border:5px solid transparent;border-top:0;border-bottom:10px solid transparent}#eb .eb-thumb>div>div.eb-thumb-placeholder,#eb .eb-thumb>div>div.ebd-block{position:relative;top:0;left:0;width:100%;height:100%}#eb .eb-thumb>div>div.ebd-block{border:0}#eb .eb-gallery-stage{position:relative;padding-top:56.25%;background:#aaa;overflow:hidden;z-index:2}#eb .eb-gallery-button{position:absolute;top:0;width:15%;height:100%;z-index:4;cursor:pointer}#eb .eb-gallery-button:before{position:absolute;display:block;content:" ";width:100%;height:100%;-webkit-transition:all .2s ease;transition:all .2s ease;opacity:.5;z-index:1}#eb .eb-gallery-button:hover:before{opacity:1}#eb .eb-gallery-button i{position:absolute;top:50%;left:50%;width:36px;height:36px;font-size:36px;margin-top:-18px;margin-left:-18px;text-shadow:0 1px 1px rgba(0,0,0,0.5);color:#fff;z-index:2}#eb .eb-gallery-next-button{right:0}#eb .eb-gallery-next-button:before{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#7f000000',GradientType=1)}#eb .eb-gallery-prev-button{left:0}#eb .eb-gallery-prev-button:before{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000',endColorstr='#00000000',GradientType=1)}#eb .eb-gallery-viewport{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;-webkit-transition:all 1s ease;transition:all 1s ease}#eb .eb-gallery-item{position:absolute;width:100%;height:100%;top:0;left:0}#eb .eb-gallery-item>div.eb-gallery-placeholder,#eb .eb-gallery-item>div.ebd-block{position:absolute !important;top:0;left:0;width:100%;height:100%}#eb .eb-gallery-item>div.ebd-block{border:0}#eb .eb-gallery-item .eb-image-caption,#eb .eb-gallery-item__caption{background-color:rgba(0,0,0,0.65);color:#fff;position:absolute;bottom:0;width:100%;text-align:center;padding:8px}#eb .eb-gallery-item .eb-image-caption>span,#eb .eb-gallery-item__caption>span{padding:0}#eb .eb-gallery-menu{position:relative;text-align:center;margin-top:10px;z-index:5}#eb .xeb-gallery-menu-item{position:relative;display:inline-block;width:24px;height:24px;cursor:pointer}#eb .xeb-gallery-menu-item:before{position:absolute;content:" ";top:12px;left:12px;margin-left:-6px;margin-top:-6px;width:12px;height:12px;display:block;border-radius:100%;border:1px solid #ccc;background:transparent}#eb .xeb-gallery-menu-item:hover:before{background:#ccc}#eb .xeb-gallery-menu-item.active:before{background:#ccc}#eb .eb-gallery .swiper-pagination-bullet{margin:0 8px;text-indent:-999em;width:12px;height:12px;cursor:pointer}#eb .eb-gallery .swiper-pagination-bullet-active{background:#4e72e2}#eb .eb-comparison{position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}#eb .eb-comparison__btn-media{position:absolute;bottom:40%;right:150px;left:auto;-webkit-transition:transform .25s;transition:transform .25s}#eb .eb-comparison .cd-resize-img .eb-comparison__btn-media{left:150px;right:auto}#eb .cd-image-container{position:relative;width:90%;max-width:768px;margin:0 auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}#eb .cd-image-container img{display:block}#eb .cd-image-label{position:absolute;bottom:0;right:0;color:#fff;padding:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px);-webkit-transition:-webkit-transform .3s .7s,opacity .3s .7s;-moz-transition:-moz-transform .3s .7s,opacity .3s .7s;transition:transform .3s .7s,opacity .3s .7s}#eb .cd-image-label.is-hidden{visibility:hidden}#eb .is-visible .cd-image-label{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}#eb .cd-resize-img{position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden;background-position:left top;background-repeat:no-repeat;background-size:auto 100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}#eb .cd-resize-img img{position:absolute;left:0;top:0;display:block;height:100%;width:auto;max-width:none}#eb .cd-resize-img .cd-image-label{right:auto;left:0}#eb .is-visible .cd-resize-img{width:50%;-webkit-animation:cd-bounce-in .7s;-moz-animation:cd-bounce-in .7s;animation:cd-bounce-in .7s}@-webkit-keyframes cd-bounce-in{0%{width:0}60%{width:55%}100%{width:50%}}@-moz-keyframes cd-bounce-in{0%{width:0}60%{width:55%}100%{width:50%}}@keyframes cd-bounce-in{0%{width:0}60%{width:55%}100%{width:50%}}#eb .cd-handle{position:absolute;height:44px;width:44px;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border-radius:50%;background:#d9534f url(/media/com_easyblog/images/compare-arrows.svg) no-repeat center center;cursor:move;box-shadow:0 0 0 6px rgba(0,0,0,0.2),0 0 10px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.3);opacity:0;-webkit-transform:translate3d(0,0,0) scale(0);-moz-transform:translate3d(0,0,0) scale(0);-ms-transform:translate3d(0,0,0) scale(0);-o-transform:translate3d(0,0,0) scale(0);transform:translate3d(0,0,0) scale(0)}#eb .cd-handle.draggable{background-color:#445b7c;background-color:#4e72e2}#eb .is-visible .cd-handle{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);-moz-transform:translate3d(0,0,0) scale(1);-ms-transform:translate3d(0,0,0) scale(1);-o-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-transition:-webkit-transform .3s .7s,opacity 0 .7s;-moz-transition:-moz-transform .3s .7s,opacity 0 .7s;transition:transform .3s .7s,opacity 0 .7s}#eb .eb-sendy-form{background-color:rgba(var(--fd-gray-50),1);padding:16px;margin:16px 0}#eb .ebd-block .eb-poll{padding:8px 16px;border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px}#eb .ebd-block .eb-poll__title{font-weight:bold;margin-top:16px;margin-bottom:16px}#eb .ebd-block .eb-poll__label{display:flex;margin-bottom:8px}#eb .ebd-block .eb-poll__option-txt{flex-grow:1}#eb .ebd-block .eb-poll__count{color:#888;display:flex;flex-shrink:0;outline:0 !important}#eb .ebd-block .eb-poll__count::-moz-focus-inner{border:0 !important}#eb .ebd-block .eb-poll__count span{margin-right:4px}#eb .ebd-block .eb-poll__result{font-weight:bold}#eb .eb-poll-meta{display:flex;align-items:center;flex-wrap:wrap}#eb .eb-poll-meta>div+div:before{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;content:'\00b7';font-size:13px;vertical-align:middle;padding:0 6px}#eb .progress--eb{height:8px;box-shadow:none}#eb .tiktok-embed{margin:0 auto !important}#eb .eb-subscribe-form{background-color:rgba(var(--fd-gray-50),1);padding:16px;margin:16px 0;display:flex;justify-content:center;position:relative;overflow:hidden;border-radius:8px}#eb .eb-subscribe-form:before{position:absolute;top:8%;left:8%;bottom:0;right:0;content:'';background-color:#e5e7eb;-webkit-mask-image:url(/media/com_easyblog/images/bg-subscribe-form.svg);mask-image:url(/media/com_easyblog/images/bg-subscribe-form.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-repeat:no-repeat;opacity:.5}#eb .eb-subscribe-form__inner{text-align:center;min-width:260px;max-width:400px;position:relative;padding:16px 0}#eb .eb-subscribe-form__title{font-size:32px;font-weight:bold;line-height:1.2;margin-bottom:8px}#eb .eb-subscribe-form--dark{background-color:#26386f;color:#fff}#eb .eb-subscribe-form--dark:before{background-color:#2f4488}#eb.is-mobile .eb-subscribe-form:before{top:auto;left:0;bottom:0;width:200px;background-size:220px;-webkit-mask-position:10px bottom;mask-position:10px bottom}#eb.is-mobile .eb-subscribe-form__inner{min-width:auto}@media(max-width:389px){#eb .eb-fb-embedded-wrapper .fb-post{transform:scale(0.92);transform-origin:left}}#eb .eb-post-admin{z-index:10;float:right;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-post-admin__item:not(:first-child){margin-left:8px}#eb .eb-post-admin__dropdown-toggle{width:30px;height:30px;line-height:30px;border:1px solid #d7d7d7;position:relative;border-radius:100%;background:#fff !important;display:inline-block;text-align:center}#eb .eb-post-admin__dropdown-toggle>i{color:#666 !important;line-height:30px;font-size:12px;vertical-align:top}#eb .eb-post-admin .open>a{border-radius:2px 2px 0 0;border-bottom:0;z-index:9999}#eb .eb-post-admin .dropdown-menu{background:#fff;border:1px solid #d7d7d7;border-radius:2px 0 2px 2px;margin-top:-1px;padding:5px 0;box-shadow:none;z-index:9990;right:0;left:auto}#eb .eb-post-admin .dropdown-menu>li.divider{border-top:1px solid #d7d7d7}#eb .eb-post-admin .dropdown-menu>li>a{font-size:12px;color:#666 !important;padding:5px 15px}#eb .eb-post-admin .dropdown-menu>li>a:hover{background:#fafafa}#eb .eb-favourite-toggle{width:30px;height:30px;line-height:30px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;position:relative;color:#888;outline:0 !important}#eb .eb-favourite-toggle::-moz-focus-inner{border:0 !important}#eb .eb-favourite-toggle.is-favourited{color:#f2765b}#eb .eb-favourite-toggle>i:before{font-weight:bold;font-style:normal;display:inline-block;text-decoration:inherit;content:"\f004";font-family:"Font Awesome 5 Free"}#eb .eb-rating-form{color:#ffca28}#eb .eb-reading-progress-sticky.affix{position:fixed;top:0;width:100%;z-index:2147483647;left:0;line-height:0}#eb .eb-reading-progress-sticky.affix .eb-reading-progress,#eb .eb-reading-progress-sticky.affix .eb-reading-progress__container{position:fixed}#eb .eb-reading-progress{left:0;top:0;width:100%;height:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:#f5f5f5;color:#57b4fc}#eb .eb-reading-progress::-webkit-progress-bar{background:#f5f5f5}#eb .eb-reading-progress::-moz-progress-bar{background:#57b4fc}#eb .eb-reading-progress::-webkit-progress-value{background:#57b4fc}#eb .eb-reading-progress__container{width:100%;background-color:#f5f5f5;top:0;left:0;height:5px;display:block}#eb .eb-reading-progress__bar{width:50%;display:block;height:inherit;background-color:#57b4fc}#eb .eb-restrictions{background:rgba(var(--fd-gray-50),1);padding:20px;border-radius:8px;text-align:center;line-height:1.25}#eb .eb-restrictions__title{font-size:1.125rem;font-weight:bold;margin-bottom:8px}#eb .eb-restrictions__desc{margin-bottom:16px}#eb.is-tablet .eb-pdf-viewer .pdf-viewer-browser,#eb.is-mobile .eb-pdf-viewer .pdf-viewer-browser{display:none}#eb.is-tablet .eb-pdf-viewer .pdf-viewer-button,#eb.is-mobile .eb-pdf-viewer .pdf-viewer-button{display:block}#eb .eb-pdf-viewer .pdf-viewer-browser{display:block}#eb .eb-pdf-viewer .pdf-viewer-button{display:none}#eb .eb-post-listing{--eb-post-listing-gap:var(--si-spacing)}#eb .eb-post-listing.is-masonry .eb-post:after{content:'';display:block;clear:both}#eb .eb-post-listing.is-masonry .eb-post-listing__item{float:left;margin-bottom:20px}#eb .eb-post-listing.is-masonry .eb-masonry-gutter{width:1.3333%}#eb .eb-post-listing.is-masonry.eb-post-listing--col-2 .eb-post-listing__item{width:calc((100% - 20px)/2)}#eb .eb-post-listing.is-masonry.eb-post-listing--col-3 .eb-post-listing__item{width:calc((100% - 40px)/3)}#eb .eb-post-listing.is-masonry.eb-post-listing--col-4 .eb-post-listing__item{width:calc((100% - 60px)/4)}#eb .eb-post-listing.is-masonry.eb-post-listing--col-5 .eb-post-listing__item{width:calc((100% - 80px)/5)}#eb .eb-post-listing.is-masonry.eb-post-listing--col-6 .eb-post-listing__item{width:calc((100% - 100px)/6)}#eb .eb-post-listing.is-column{display:grid;grid-column-gap:var(--eb-post-listing-gap);grid-auto-rows:auto;grid-row-gap:var(--eb-post-listing-gap)}#eb .eb-post-listing.is-column.eb-post-listing--col-2{grid-template-columns:repeat(2,minmax(0,1fr))}#eb .eb-post-listing.is-column.eb-post-listing--col-2 .eb-post-listing__item.has-featured{grid-column:1 / -2}#eb .eb-post-listing.is-column.eb-post-listing--col-3{grid-template-columns:repeat(3,minmax(0,1fr))}#eb .eb-post-listing.is-column.eb-post-listing--col-3 .eb-post-listing__item.has-featured{grid-column:1 / -2}#eb .eb-post-listing.is-column.eb-post-listing--col-4{grid-template-columns:repeat(4,minmax(0,1fr))}#eb .eb-post-listing.is-column.eb-post-listing--col-4 .eb-post-listing__item.has-featured{grid-column:1 / -3}#eb .eb-post-listing.is-column.eb-post-listing--col-5{grid-template-columns:repeat(5,minmax(0,1fr))}#eb .eb-post-listing.is-column.eb-post-listing--col-5 .eb-post-listing__item.has-featured{grid-column:1 / -3}#eb .eb-post-listing.is-column.eb-post-listing--col-6{grid-template-columns:repeat(6,minmax(0,1fr))}#eb .eb-post-listing.is-column.eb-post-listing--col-6 .eb-post-listing__item.has-featured{grid-column:1 / -3}#eb .eb-post-listing.is-column .eb-masonry-gutter{display:none}#eb .eb-post-listing.is-column .eb-card,#eb .eb-post-listing.is-column .eb-post{display:flex;height:100%}#eb .eb-post-listing.is-row{display:grid;grid-column-gap:var(--eb-post-listing-gap);grid-auto-rows:min-content;grid-row-gap:var(--eb-post-listing-gap)}#eb .eb-post-listing.is-row .eb-post{height:auto}#eb .eb-post-listing.is-row.has-divider{grid-row-gap:calc(var(--eb-post-listing-gap)*1.5)}#eb .eb-post-listing.is-row.has-divider>*+*{padding-top:calc(var(--eb-post-listing-gap)*1.5);border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-post-listing__item{display:block;min-width:0}#eb.is-mobile .eb-post-listing.is-masonry .eb-post-listing__item{width:calc((100% - 0px)/1)}#eb.is-mobile .eb-post-listing.is-column{grid-template-columns:repeat(1,minmax(0,1fr))}#eb.is-mobile .eb-post-listing.is-column .eb-post-listing__item.has-featured{grid-column:initial}#eb .eb-post{position:relative;flex-direction:column}#eb .eb-post__hd{padding:8px}#eb .eb-post__bd{flex-grow:1;padding:8px}#eb .eb-post__ft{padding:8px;background:rgba(var(--fd-gray-50),1)}#eb .eb-post img{max-width:100%}#eb .fa:before{padding:0;margin:0}#eb h1,#eb h2,#eb h3,#eb h4,#eb h5,#eb h6{margin-top:0}#eb img{max-width:none}#eb .eb-avatar img{border-radius:3px;width:50px;height:50px;padding:0;margin:0}#eb .eb-avatar-sm img{width:30px;height:30px}#eb .btn{text-decoration:none !important;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;font-weight:bold}#eb .btn::-moz-focus-inner{border:0;padding:0}#eb .eb-responsive-video,#eb .video-container,#eb.is-mobile .legacy-video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}#eb .legacy-video-container iframe{max-width:100%}#eb .eb-responsive-video>.video-container{position:static;padding:0 !important;height:auto}#eb .eb-responsive-video object,#eb .eb-responsive-video embed,#eb .eb-responsive-video iframe,#eb .video-container object,#eb .video-container embed,#eb .video-container iframe,#eb.is-mobile .legacy-video-container object,#eb.is-mobile .legacy-video-container embed,#eb.is-mobile .legacy-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}#eb .text-small{font-size:90%}#eb .text-italic{font-style:italic}#eb .text-normal{font-weight:normal}#eb .text-muted{color:#888}#eb .search-highlight{background:#fee5ce;color:#000}#eb .eb-star-featured,#eb .eb-star-featured>i{color:#f39c12;font-size:14px}#eb .eb-empty{background:var(--fd-gray-50);border:1px dashed var(--fd-gray-200);border-radius:8px;text-align:center;color:var(--fd-gray-800);padding:20px 10px}#eb .eb-empty .fa,#eb .eb-empty .far{display:block;font-size:50px;margin:0 0 20px}#eb .eb-loader{background:url(/media/com_easyblog/images/loading.gif) center no-repeat;display:inline-block;width:16px;height:11px;vertical-align:middle}#eb .eb-anchor-link{height:1px;display:block;font-size:0}#eb .eb-header{margin-bottom:20px}#eb label{font-size:inherit}#eb .eb-section-heading{border-bottom:2px solid rgba(var(--fd-gray-300),1);font-family:inherit;font-size:inherit;font-weight:bold;padding:10px 0;margin:20px 0;text-transform:uppercase}#eb .eb-section-heading span:before{content:"("}#eb .eb-section-heading span:after{content:")"}#eb .eb-posts-section+.eb-posts-section .eb-post{margin-top:40px;padding-top:40px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-posts-search .eb-post+.eb-post{border-top:1px solid rgba(var(--fd-gray-200),1);margin-top:20px;padding-top:20px}#eb .eb-posts-search .eb-post-title{font-size:24px;margin:0 0 10px;word-break:break-word}#eb .eb-posts-search .eb-post-meta{border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;margin-top:10px;padding:8px 6.6666666666667px 4px}#eb .eb-posts-search .eb-post-meta>div{line-height:1}#eb .eb-post-content{width:100%}#eb .eb-post-side{float:left;text-align:center;width:50px}#eb .eb-post-side>div{position:relative}#eb .eb-post-side>div+div{padding-top:10px}#eb .eb-post-side>div+div:before{background:rgba(var(--fd-gray-50),1);content:"";display:inline-block;width:1px;height:10px;margin:0 0 0 -.5px;position:absolute;left:50%;top:0}#eb .eb-post-side.no-avatar{width:30px}#eb .eb-post-side.no-avatar+.eb-post-content{margin:0 0 0 50px}#eb .eb-post-side+.eb-post-content{margin:0 0 0 70px;width:auto}#eb .eb-post-avatar{position:relative}#eb .eb-post-avatar a,#eb .eb-post-avatar img{display:inline-block}#eb .eb-post-avatar .team+.single{position:absolute;right:-5px;bottom:-13px}#eb .eb-post-author-avatar{line-height:1}#eb .eb-post-author-avatar a{border-radius:3px;display:inline-block}#eb .eb-post-author-avatar+.eb-post-author-avatar img{width:30px;height:30px}#eb .eb-post-featured{color:#f2765b}#eb .eb-entry-featured,#eb .eb-entry-featured .fa{color:#f2765b !important}#eb .eb-post-type .fa{font-size:12px !important;display:inline-block;line-height:22px;height:26px;width:26px;border-radius:50%;border:2px solid rgba(var(--fd-gray-200),1);color:#888;text-align:center}#eb .eb-post-headline{border-left:2px solid #ddd;padding:0 0 0 10px;margin:0 0 10px}#eb .eb-post-headline .eb-post-title{position:relative;top:-3px}#eb .eb-post-headline-source{line-height:1.15;color:#999;word-break:break-word}#eb .eb-post-headline-source a{color:inherit}#eb .eb-post-title{font-size:20px;line-height:26px;margin:0 0 10px;word-break:break-word;overflow:hidden}#eb .eb-post-meta{margin:0 0 15px;line-height:16px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;overflow:hidden}#eb .eb-post-meta>div{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;line-height:16px;position:relative}#eb .eb-post-meta>div+div:before{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;content:'\00b7';font-size:13px;vertical-align:middle;padding:0 6px}#eb .eb-post-meta>div>span,#eb .eb-post-meta>div>time{display:inline-block;vertical-align:middle}#eb .eb-post-meta a{color:#888}#eb.is-mobile .eb-post-meta{display:block}#eb.is-mobile .eb-post-meta>div{display:block;margin-bottom:4px}#eb.is-mobile .eb-post-meta>div+div:before{display:none}#eb .eb-post-meta-team{display:flex;flex-direction:row;align-items:center}#eb .eb-post-body{display:inline-block;width:100%;word-break:break-word}#eb .eb-post-body .eb-img,#eb .eb-post-body img{max-width:100%;max-height:100%}#eb .eb-post-thumb{margin-bottom:15px;line-height:1;display:block;position:relative}#eb .eb-post-thumb .eb-post-image{background:#fff;display:block;max-width:100%;height:auto;position:static;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);margin:0 !important}#eb .eb-post-thumb .eb-post-image img{max-width:100%;width:100%;height:auto;display:inline-block;vertical-align:top}#eb .eb-post-thumb .eb-post-thumb-caption{position:absolute;bottom:5px;left:5px;right:5px;background:rgba(0,0,0,0.55);text-shadow:0 1px 1px rgba(0,0,0,0.1);padding:10px;color:#fff}#eb .eb-post-thumb .eb-post-image-cover{background-size:cover;background-position:center;background-repeat:no-repeat;border:5px solid #fff;border-radius:2px;-webkit-box-shadow:0 0 1px rgba(0,0,0,0.5);box-shadow:0 0 1px rgba(0,0,0,0.5);display:inline-block;height:220px;width:300px;vertical-align:top;position:relative;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);position:static;margin:0 !important;max-width:100%}#eb .eb-post-thumb.is-left{float:left;margin-right:15px}#eb .eb-post-thumb.is-right{float:right;margin-left:15px}#eb .eb-post-thumb.is-full{width:100%;margin-left:0;margin-right:0}#eb .eb-post-thumb.is-center{text-align:center}#eb .eb-post-thumb.is-center .eb-post-image,#eb .eb-post-thumb.is-center .eb-post-image-cover{display:inline-block}#eb.is-mobile .eb-post-thumb.is-left{float:none;margin-right:0}#eb.is-mobile .eb-post-thumb.is-right{float:none;margin-left:0}#eb.is-mobile .eb-post-thumb.is-full{width:100%;margin-left:0;margin-right:0}#eb.is-mobile .eb-post-thumb.is-center{text-align:center}#eb.is-mobile .eb-post-thumb.is-center .eb-post-image,#eb.is-mobile .eb-post-thumb.is-center .eb-post-image-cover{display:inline-block}#eb.is-mobile .eb-post-image{width:auto !important;display:block !important}#eb.is-mobile .eb-post-image-cover{width:100% !important}#eb .eb-post-actions{display:block;margin-top:16px}#eb .eb-post-actions>div{display:inline-block}#eb .eb-post-actions>div+div{padding-left:20px}#eb .eb-post-more,#eb .eb-post-rating,#eb .eb-post-foot{display:inline-block;vertical-align:middle}#eb.is-mobile .eb-post-more{display:block}#eb.is-mobile .eb-post-rating,#eb.is-mobile .eb-post-actions .eb-post-rating{margin-left:0}#eb .eb-post-foot{margin:24px 0 0}#eb .eb-post-foot>div+div{padding:0 0 0 20px}#eb .eb-post-foot>div .fa{color:#888;margin-right:2px}#eb .eb-tags{margin:10px 0 0}#eb .eb-tags .col-cell+.col-cell{padding:0 5px}#eb .eb-tags span{display:inline-block;vertical-align:middle}#eb .eb-tags span:after{content:", "}#eb .eb-tags span:last-child:after{content:""}#eb .eb-tags span a{float:left}#eb .eb-tags span a:before{content:"#"}#eb .eb-rating{margin:0}#eb .eb-rating>span{display:inline-block;vertical-align:middle}#eb .eb-rating>span+span{margin:0 0 0 10px}#eb .eb-rating form{background:none !important;border:0 !important;padding:0 !important;margin:0 !important;line-height:inherit;box-shadow:none !important}#eb .eb-rating form>div{display:inline-block;vertical-align:middle;margin:0 5px 0 0;line-height:16px;position:relative}#eb .eb-rating-link,#eb .eb-ratings-value{background:none;display:inline-block;vertical-align:middle;line-height:18px;height:18px;font-size:11px}#eb .eb-ratings-value{background:#eee;border-radius:15px;color:#555;padding:0 10px;min-width:25px;text-align:center;text-decoration:none !important}#eb .eb-ratings-value span{display:table-cell;vertical-align:middle}#eb .eb-ratings-value b{display:none;font-size:10px;opacity:.75;filter:alpha(opacity=75)}#eb .eb-rating-form.voted .eb-ratings-value{background:#39b54a;color:#fff}#eb .eb-rating-form.voted .eb-ratings-value b{display:table-cell;vertical-align:middle;padding:0 0 0 5px}#eb .eb-rating-text.voted+.eb-rating-text{display:none !important}#eb .eb-rating-voters img{display:block;margin:0 10px 0 0}#eb .eb-rating-voters li+li{border-top:1px solid #e5e5e5;padding-top:10px;margin-top:10px}#eb .eb-rating-voters .col-cell{line-height:1.25}#eb .eb-post-hits,#eb .eb-post-comments a{color:#888}#eb .eb-post-comments-pre{border-top:1px solid rgba(var(--fd-gray-200),1);padding:10px 0 0;margin:10px 0 0}#eb .eb-post-comments-head{margin:0 0 10px;font-weight:bold}#eb .eb-post-comment+.eb-post-comment .eb-post-comment-content{border-top:1px solid rgba(var(--fd-gray-200),1);padding:6.6666666666667px 0 0;margin:6.6666666666667px 0 0}#eb .eb-post-comment+.eb-post-comment .fa-comment-o{margin-top:6.6666666666667px}#eb .eb-post-comment .fa-comment-o{font-size:14px;color:#888;float:left;margin:0 10px 0 0;border:2px solid rgba(var(--fd-gray-200),1);display:block;line-height:28px;width:34px;height:34px;text-align:center;border-radius:100%}#eb .eb-post-comment-content{overflow:hidden}#eb .eb-post-comment-text{margin:3px 0}#eb .eb-post-comment-date{font-size:90%}#eb .eb-pager{background:rgba(var(--fd-gray-50),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;margin-top:20px;width:100%}#eb .eb-archives .eb-archive{padding:10px 0}#eb .eb-archives .eb-archive+.eb-archive{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-archives+.eb-pager{margin-top:10px}#eb .eb-archives-tab .fa{font-size:14px}#eb .eb-archive-type{color:#888;width:20px;font-size:14px}#eb .eb-archive-title{font-size:16px;line-height:1.15;margin:10px 0 0}#eb .eb-calendar{border-collapse:separate;background:rgba(var(--fd-white),1);border:0;border-radius:0}#eb .eb-calendar .eb-empty{border:0;padding:80px 15px}#eb .eb-calendar tbody>tr+tr>td{border-top:0}#eb .eb-calendar tbody>tr>td{border-color:rgba(var(--fd-gray-200),1);text-align:left;height:96px;position:relative;padding:0}#eb .eb-calendar tbody>tr>td+td{border-left:0}#eb .eb-calendar tbody>tr>td.empty>small{background:rgba(var(--fd-gray-50),1);color:#888;display:block;height:96px;padding:8px;position:relative}#eb .eb-calendar tbody>tr>td.day>div{color:#888;display:block;height:96px;padding:8px;position:relative}#eb .eb-calendar tbody>tr>td.today>div{background:#ffe;color:#555;font-weight:bold}#eb .eb-calendar tbody>tr>td.has-posts>div:before{content:"";display:block;position:absolute;right:8px;bottom:8px;border-right:10px solid #45b478;border-left:10px solid transparent;border-top:10px solid transparent}#eb .eb-calendar tbody>tr>td.has-posts>div{background:rgba(var(--fd-gray-100),1);font-weight:bold;color:#555}#eb .eb-calendar tbody>tr>td.has-posts>div>b{font:normal 11px/13px Tahoma,Arial,sans-serif;color:#aaa;position:absolute;right:15px;bottom:15px}#eb .eb-calendar tbody>tr>td.has-posts>div:hover .eb-calendar-tooltips,#eb .eb-calendar tbody>tr>td.has-posts>div:active .eb-calendar-tooltips{display:block}#eb .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips,#eb .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips,#eb .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips{left:auto;right:102%}#eb .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:before,#eb .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:after,#eb .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:before,#eb .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:after,#eb .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:before,#eb .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:after{border-left:8px solid rgba(var(--fd-gray-200),1);border-right:0;left:auto;right:-8px}#eb .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:after,#eb .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:after,#eb .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:after{border-right-color:transparent;border-left-color:rgba(var(--fd-gray-100),1);left:auto;right:-7px}#eb .eb-calendar tbody>tr.eb-calendar-control>td,#eb .eb-calendar tbody>tr.eb-calendar-days>td{height:auto}#eb .eb-calendar .text-center{text-align:center}#eb .eb-calendar-tooltips{display:none;background:rgba(var(--fd-white),1);color:rgba(var(--fd-gray-800),1);border:1px solid rgba(var(--fd-gray-200),1);min-width:260px;font:12px/1.2 Arial,sans-serif;position:absolute;left:102.5%;top:2px;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.25);box-shadow:0 0 5px rgba(0,0,0,0.25)}#eb .eb-calendar-tooltips:before,#eb .eb-calendar-tooltips:after{content:"";display:block;border-right:8px solid rgba(var(--fd-gray-200),1);border-bottom:8px solid transparent;border-top:8px solid transparent;position:absolute;left:-8px;top:10px}#eb .eb-calendar-tooltips:after{border-right-color:rgba(var(--fd-gray-100),1);left:-7px}#eb .eb-calendar-tooltips>span{background:rgba(var(--fd-gray-100),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);color:#888;display:block;font-size:11px;line-height:34px;text-transform:uppercase;padding:0 13px}#eb .eb-calendar-tooltips>div{padding:10px 0;margin:0 13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#eb .eb-calendar-tooltips>div+div{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-calendar-tooltips>div a{color:#888}#eb .eb-calendar-tooltips>div a:hover{color:#333}#eb .eb-calendar-control{font-size:16px}#eb .eb-calendar-control>td{border:0;border-top:1px solid rgba(var(--fd-gray-200),1);vertical-align:middle}#eb .eb-calendar-control>td.eb-calendar-previous,#eb .eb-calendar-control>td.eb-calendar-next{padding:0}#eb .eb-calendar-control>td.eb-calendar-previous>a,#eb .eb-calendar-control>td.eb-calendar-next>a{background:none !important;color:#888;display:block;line-height:60px;height:60px}#eb .eb-calendar-control>td.eb-calendar-previous>a i,#eb .eb-calendar-control>td.eb-calendar-next>a i{line-height:inherit}#eb .eb-calendar-control>td.eb-calendar-previous{border-left:1px solid rgba(var(--fd-gray-200),1);border-right-color:transparent}#eb .eb-calendar-control>td.eb-calendar-next{border-right:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-calendar-control>td.eb-calendar-month{vertical-align:middle;border-right-color:transparent}#eb .eb-calendar-control>td.eb-calendar-month>a{background:none !important;color:#333;text-decoration:none}#eb .eb-calendar-days>td{background:rgba(var(--fd-gray-50),1);border:0;border-bottom:1px solid rgba(var(--fd-gray-200),1);color:#888;height:auto;padding:13px !important;text-transform:uppercase;width:14.285714285714%}#eb .eb-calendar-days>td:first-child{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-calendar-days>td:last-child{border-right:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-calendar-topbar{border-bottom:2px double rgba(var(--fd-gray-200),1);padding-bottom:10px;margin-bottom:10px;font-weight:bold}#eb .eb-calendar-topbar:before,#eb .eb-calendar-topbar:after{content:" ";display:table}#eb .eb-calendar-topbar:after{clear:both}#eb .eb-calendar-topbar__date{float:left}#eb .eb-calendar-topbar__toggle{float:right}#eb.is-mobile .eb-calendar-days>td{padding:5px !important;font-size:10px}#eb.is-mobile .eb-calendar-tooltips{position:fixed;left:10px !important;right:10px !important;top:40% !important}#eb.is-mobile .eb-calendar-tooltips:before,#eb.is-mobile .eb-calendar-tooltips:after{display:none}#eb.is-mobile .eb-calendar tbody>tr>td.has-posts>div>b{right:0;left:1px}#eb .eb-simple-post{display:flex}#eb .eb-simple-post__icon{flex-shrink:0;padding-right:10px}#eb .eb-simple-post__content{flex-grow:1;display:flex;align-items:center}#eb .eb-simple-post+.eb-simple-post{margin-top:10px;padding-top:10px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-simple-post__context{flex-grow:1}#eb .eb-simple-post__context a{display:block}#eb .eb-simple-post__date{flex-shrink:0;align-self:flex-start;padding-left:10px;color:rgba(var(--fd-gray-500),1)}#eb.is-mobile .eb-simple-post__content{flex-direction:column;align-items:initial}#eb.is-mobile .eb-simple-post__date{margin-top:10px;padding-left:0}#eb .eb-pagination{border-top:1px solid rgba(var(--fd-gray-200),1);margin-top:20px}#eb .eb-pagination>div{display:inline-block;width:100%}#eb .eb-pagination .fa{color:rgba(var(--fd-gray-800),1);font-size:16px;margin:0 5px 0 0}#eb .eb-pagination .disabled{color:rgba(var(--fd-gray-800),1)}#eb .eb-page-prev,#eb .eb-page-next{color:#333;font-weight:bold;float:left;width:50%;line-height:40px;text-decoration:none !important;text-transform:uppercase}#eb .eb-page-next{text-align:right;border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-page-next .fa{margin:0 0 0 5px}#eb .eb-share{margin-top:10px}#eb .eb-share>div{line-height:1}#eb .eb-share-buttons{font-size:0}#eb .eb-share-buttons>div{display:inline-block;position:relative;vertical-align:top;margin:3px 6px 3px 0}#eb .eb-share-buttons.is-small>div{min-height:22px}#eb .eb-share-buttons.is-large>div{min-height:62px}#eb .eb-share-buttons.is-large>div .pinterest{position:relative;top:30px}#eb .fb_iframe_widget iframe{max-width:none}#eb.is-mobile .fb-like{height:20px;overflow:hidden}#eb .social-button-small .fb_iframe_widget,#eb .social-button-small .fb_iframe_widget span,#eb .social-button-small .fb_iframe_widget iframe{width:120px !important;height:20px !important}#eb .is-large .eb-share-facebook.has-sendbtn{height:86px}#eb .eb-share-twitter-btn{font-size:11px !important;font-weight:bold !important;background-color:#1b95e0 !important;height:20px !important;display:inline-flex !important;color:#fff !important;padding:4px !important;border-radius:3px !important;line-height:1}#eb .eb-share-twitter-btn i{margin-right:2px}#eb .eb-share-twitter-btn .fa:before{color:#fff !important}#eb .eb-share-twitter-btn:hover{background-color:#0c7abf !important}#eb .is-large .eb-share-twitter-btn{text-align:center !important;height:60px !important;display:block !important}#eb .is-large .eb-share-twitter-btn i{margin:0;display:block !important;font-size:30px !important;padding:4px 8px 0 !important}#eb .eb-post-protected{border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;padding:20px}#eb .eb-post-protected .eb-form-protect h4{margin:0 0 10px;padding:0 0 10px}#eb .eb-post-protected .eb-form-protect .form-inline{margin-top:20px}#eb .eb-subscribe{padding:0 10px 15px;position:relative}#eb .eb-subscribe .col-cell{padding-top:15px}#eb .eb-subscribe+.eb-subscribe .cell-ellipse{border-top:1px solid #eee}#eb .eb-subscribe:hover{background-color:#fafafa}#eb .eb-subscribe:hover .eb-subscribe-thumb i{color:#edaa47}#eb .eb-subscribe__cover{width:50px;height:50px;border-radius:3px;display:inline-block;background-repeat:no-repeat;background-size:cover;background-position:center}#eb.is-mobile .eb-subscribe .col-cell{display:table-cell !important}#eb.is-mobile .eb-subscribe .cell-tight{width:1% !important}#eb.is-mobile .eb-subscribe-details{padding:0}#eb.is-mobile .eb-subscribe-details .btn{position:relative;top:0;right:auto;left:0;display:block;margin-top:16px}#eb .eb-subscribe-thumb{padding:0 15px 0 0}#eb .eb-subscribe-thumb i{color:#888;font-size:32px;text-align:center}#eb .eb-subscribe-details{padding-right:105px}#eb .eb-subscribe-details h3{font-size:inherit;font-family:inherit;padding:0 0 5px}#eb .eb-subscribe-details p{font-size:12px;margin:0 0 5px;text-overflow:ellipsis;overflow:hidden}#eb .eb-subscribe-details .btn{position:absolute;top:calc(50% - 15px);right:10px}#eb .eb-reactions{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}#eb .eb-reactions__options{padding:8px;font-size:14px;background:rgba(var(--fd-gray-50),1);margin-bottom:8px}#eb .eb-reactions__results{margin-bottom:15px}#eb .eb-reaction-option{position:relative}#eb .eb-reaction-option__link{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;color:rgba(var(--fd-gray-800),1);line-height:24px;text-decoration:none}#eb .eb-reaction-option__text{padding-left:4px;padding-top:2px}#eb .eb-reaction-option__icon{font-size:24px;width:24px;height:24px}#eb .eb-reaction-state{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:8px}#eb .eb-reaction-state__item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;color:#888;cursor:pointer;-webkit-transform:scale(1);transform:scale(1)}#eb .eb-reaction-state__item.is-active .eb-reaction-state__counter,#eb .eb-reaction-state__item.is-active b,#eb .eb-reaction-state__item:hover .eb-reaction-state__counter,#eb .eb-reaction-state__item:hover b{color:rgba(var(--fd-gray-800),1)}#eb .eb-reaction-state__item.is-active .eb-emoji-icon,#eb .eb-reaction-state__item:hover .eb-emoji-icon{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}#eb .eb-reaction-state__icon{font-size:24px;margin-bottom:4px;width:24px;height:24px;line-height:1}#eb .eb-reaction-state__counter{text-align:center;font-size:13px}#eb.is-mobile .eb-reaction-state__icon{width:32px;height:32px;font-size:32px}#eb.is-mobile .eb-reaction-state__counter b{display:none}#eb .eb-toc-list{background:#fff;border:1px solid #ddd;border-radius:3px;padding:0 10px;width:200px}#eb .eb-toc-list li{border-bottom:1px solid #eee;padding:10px 0;font-size:11px}#eb .eb-toc-list li a{color:#777}#eb .eb-toc-list li a:hover{color:#444}#eb .eb-toc-list li:first-child{border-bottom:2px solid #ddd;font-size:12px;text-transform:uppercase}#eb .eb-toc-list li:last-child{border-bottom:0}#eb .eb-toc-nav{border:1px solid #ddd;border-radius:3px;overflow:hidden;margin:0 10px 15px 0}#eb .eb-toc-nav>a,#eb .eb-toc-nav>b{background:#fff;padding:6px 12px;font-weight:normal;text-decoration:none !important;color:#555}#eb .eb-toc-nav>a:last-child,#eb .eb-toc-nav>b:last-child{border-left:1px solid #ddd}#eb .eb-toc-nav>b{background:#eee;color:#999}#eb .eb-toc-nav>ul,#eb .eb-toc-nav>ul>li{list-style:none;padding:0;margin:0;border:0;background:none}#eb .eb-toc-nav>ul>li+li{border-left:1px solid #ddd}#eb .eb-toc-nav>ul>li>a{background:#fff;padding:6px 12px;color:#555}#eb .eb-toc-nav,#eb .eb-toc-nav *,#eb .eb-toc-current{display:inline-block;vertical-align:middle}#eb .eb-toc-current{margin:0 0 15px 0}#eb .eb-brand-subscriber.is-mobile>span{display:block;width:100%}#eb .eb-brand-subscriber.is-mobile>span+span{margin:15px 0 0}#eb .eb-brand-subscriber.is-mobile a{display:block}#eb.is-mobile .eb-post-side{display:none}#eb.is-mobile .eb-post-side+.eb-post-content{margin:0}#eb .eb-shares{display:flex;flex-wrap:wrap;gap:8px}#eb .eb-post-simple{width:100%;position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#eb .eb-post-simple a{color:inherit}#eb .eb-post-simple__thumb{margin:0 0 10px;position:relative}#eb .eb-post-simple__title,#eb .eb-post-simple__body,#eb .eb-post-simple__foot{padding-top:10px}#eb .eb-post-simple__title{font-size:20px;font-weight:bold;line-height:24px}#eb .eb-post-simple__meta{margin-top:8px}#eb .eb-post-simple__meta>div{display:inline-block;vertical-align:middle}#eb .eb-post-simple__meta>div+div:before{content:"\00b7";padding:0 2px}#eb .eb-post-simple__meta--text{color:#888;font-size:12px}#eb .eb-post-simple__body{display:table;table-layout:fixed;width:100%;height:auto;overflow-wrap:break-word}#eb .eb-post-simple__body img{max-width:100%}#eb .eb-post-simple__image{background-position:center;display:block;position:relative;overflow:hidden}#eb .eb-post-simple__label{color:#f75743;font-size:24px;position:absolute;top:-1px;left:20px}#eb .eb-post-simple__meta-date{color:#888;font-size:12px}#eb .eb-post-nickel{background:#fff;border:1px solid #ddd;border-radius:3px;height:100%;display:flex;flex-direction:column}#eb .eb-post-nickel .eb-post-top{border-bottom:1px solid #ddd;padding:15px}#eb .eb-post-nickel .eb-post-top .col-cell{position:relative}#eb .eb-post-nickel .eb-post-top .eb-post-author-avatar+.eb-post-author-avatar img{width:26px;height:26px}#eb .eb-post-nickel .eb-post-author a{color:inherit;font-weight:bold}#eb .eb-post-nickel .eb-post-content{padding:15px;height:100%}#eb .eb-post-nickel .eb-post-foot{background:rgba(var(--fd-gray-50),1);display:block;border-top:1px solid #ddd;border-radius:0 0 2px 2px;padding:15px}#eb .eb-post-nickel .eb-post-body .eb-post-image{display:block;float:none;margin:0 0 15px;width:auto}#eb .eb-post-nickel .eb-entry .eb-image-viewport{padding:0}#eb.is-mobile .eb-post-nickel .eb-post-meta{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb.is-mobile .eb-post-nickel .eb-post-meta>div{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb.is-mobile .eb-post-nickel .eb-post-meta>div+div:before{display:inline-block}#eb .eb-search__item .input-group-btn:last-child>.btn{border-top-right-radius:0;border-bottom-right-radius:0}#eb .eb-search__filter{width:160px}#eb .eb-search__filter .o-select-group{margin-left:-1px}#eb .eb-search__filter .o-select-group select{border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:none}#eb.is-mobile .eb-search__item,#eb.is-mobile .eb-search__filter{display:block !important;width:100% !important}#eb.is-mobile .eb-search__item .input-group .form-control:first-child{border-bottom-left-radius:0}#eb.is-mobile .eb-search__item .input-group-btn:last-child>.btn{border-top-right-radius:3px;border-bottom-right-radius:0}#eb.is-mobile .eb-search__filter .eb-filter-select-group{margin-top:-1px;margin-left:0}#eb.is-mobile .eb-search__filter .eb-filter-select-group select{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px}#eb .eb-bar{position:relative}#eb .eb-bar--snackbar{padding:16px 0;display:flex;background-color:var(--fd-white-hex,rgba(var(--fd-white),1))}#eb .eb-bar--search-filter-bar{border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),1));padding:8px;display:flex;border-radius:8px}#eb .eb-bar--filter-bar{background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),1));border-radius:8px;padding:16px}#eb .eb-bar--profile-bar{background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),1));border-radius:8px;padding:8px 16px}#eb .eb-bar__bulk-action{display:none}#eb .eb-bar.is-bulk-action .eb-bar__bulk-action{display:block}#eb .eb-bar.is-bulk-action .eb-bar__search-action{display:none}#eb.is-mobile .eb-bar--search-filter-bar{flex-direction:column}#eb .dropdown-menu--eb-search-category{width:320px;max-height:320px;overflow:hidden}#eb.is-mobile .dropdown-menu--eb-search-category{width:280px}#eb .dropdown-menu--eb-search-tags{width:280px;max-height:350px;overflow:hidden}#eb .dropdown-menu--filter-menu{left:auto;right:0}#eb .dropdown-menu--filter-menu>li{position:relative}#eb .dropdown-menu--filter-menu>li>a{padding:8px}#eb .dropdown-menu.has-active-markers>li a{padding-left:32px}#eb .dropdown-menu.has-active-markers>li a,#eb .dropdown-menu.has-active-markers>li a:hover{color:rgba(var(--fd-gray-800),1)}#eb .dropdown-menu.has-active-markers>li a:hover{background:rgba(var(--fd-gray-50),1)}#eb .dropdown-menu.has-active-markers>li.active{background:transparent}#eb .dropdown-menu.has-active-markers>li.active a{background:transparent}#eb .dropdown-menu.has-active-markers>li.active a:hover{background:rgba(var(--fd-gray-50),1)}#eb .dropdown-menu.has-active-markers>li.active:before{display:block;position:absolute;top:1rem;left:.5rem;transform:translateY(-50%);content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;font-style:normal;font-size:var(--si-font-size--02)}#eb .eb-dropdown-menu-hd{border-bottom:1px solid rgba(var(--fd-gray-200),1);padding:8px 8px}#eb .eb-dropdown-menu-bd{padding:8px 8px}#eb .eb-search-filter-input{border:1px solid transparent;width:100%;height:100%;outline:0;box-shadow:none}#eb .eb-filter-label{display:inline-block;font-size:11px;line-height:1;font-weight:400;text-align:center;border:1px solid rgba(var(--fd-gray-300),1);padding:4px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;border-radius:3px;color:rgba(var(--fd-gray-800),1)}#eb .eb-filter-label.is-active{border-color:rgba(var(--fd-primary-500),1);background-color:rgba(var(--fd-primary-500),1);color:#fff}#eb .eb-filter-menu{font-size:var(--si-font-size--02);width:100%;margin:0;padding:0}#eb .eb-filter-menu__media{display:inline-flex;justify-content:center;align-items:center;margin-right:2px;text-align:center;width:1rem;height:1rem;vertical-align:middle}#eb .eb-filter-menu__item{display:flex;color:rgba(var(--fd-gray-800),1);padding:0;align-items:center;outline:0 !important}#eb .eb-filter-menu__item::-moz-focus-inner{border:0 !important}#eb .eb-filter-menu__item.is-active{color:var(--si-primary);background-color:rgba(var(--fd-white),1)}#eb .eb-filter-menu__item.active,#eb .eb-filter-menu__item.active a,#eb .eb-filter-menu__item.is-acitve,#eb .eb-filter-menu__item.is-acitve a{background-color:rgba(var(--fd-gray-50),1)}#eb .eb-filter-menu__link{display:block;color:rgba(var(--fd-gray-800),1);flex-grow:1;padding:8px 8px;padding-right:1rem;outline:0 !important}#eb .eb-filter-menu__link::-moz-focus-inner{border:0 !important}#eb .eb-filter-menu__link:hover{background-color:rgba(var(--fd-gray-50),1) !important}#eb .eb-filter-menu__toggle{padding-left:8px;padding-right:8px;color:rgba(var(--fd-gray-800),1)}#eb .eb-filter-menu__toggle:hover{color:rgba(var(--fd-gray-500),1);background-color:transparent}#eb .eb-filter-menu--parent>li:hover,#eb .eb-filter-menu--nested>li:hover{background-color:rgba(var(--fd-gray-50),1) !important}#eb .eb-filter-menu--parent.has-submenu>li:hover,#eb .eb-filter-menu--nested.has-submenu>li:hover{background-color:transparent !important}#eb .eb-filter-menu--parent:not(.has-submenu)>*+*,#eb .eb-filter-menu--nested:not(.has-submenu)>*+*{margin-top:4px}#eb .dl-menu-wrapper{position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 200%;perspective-origin:50% 200%;overflow:hidden}#eb .o-tabs--dlmenu{margin:0;position:relative;width:100%;opacity:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:0;list-style:none}#eb .o-tabs--dlmenu:not(.has-submenu)>*+*{margin-top:4px}#eb .o-tabs--dlmenu .dl-submenu{padding:0;list-style:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#eb .o-tabs--dlmenu li{position:relative}#eb .o-tabs--dlmenu li .dl-submenu{display:none}#eb .o-tabs--dlmenu.dl-subview li,#eb .o-tabs--dlmenu.dl-subview li.dl-subviewopen>a,#eb .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.o-tabs__bubble,#eb .o-tabs--dlmenu.dl-subview li.dl-subview>a,#eb .o-tabs--dlmenu.dl-subview li.dl-subview .o-tabs__bubble{display:none}#eb .o-tabs--dlmenu.dl-subview li.dl-subview,#eb .o-tabs--dlmenu.dl-subview li.dl-subview .dl-submenu,#eb .o-tabs--dlmenu.dl-subview li.dl-subviewopen,#eb .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu,#eb .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu>li,#eb .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu .o-tabs__bubble{display:block}#eb .dl-menu-wrapper .dl-submenu{position:relative;width:100%;left:0;margin:0}#eb .o-tabs--dlmenu.dl-animate-out-1,#eb .o-tabs--dlmenu.dl-animate-in-1,#eb .dl-menu-wrapper .dl-animate-out-1 .dl-submenu,#eb .dl-menu-wrapper .dl-animate-in-1 .dl-submenu{position:absolute}#eb .o-tabs--dlmenu.dl-animate-out-1{-webkit-animation:MenuAnimOut2 .3s ease-in-out;animation:MenuAnimOut2 .3s ease-in-out}@-webkit-keyframes MenuAnimOut2{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes MenuAnimOut2{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}#eb .o-tabs--dlmenu.dl-animate-in-1{-webkit-animation:MenuAnimIn2 .3s ease-in-out;animation:MenuAnimIn2 .3s ease-in-out}@-webkit-keyframes MenuAnimIn2{0%{-webkit-transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes MenuAnimIn2{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}#eb .eb-brand{margin:0 0 10px}#eb .eb-brand .fa{font-size:14px}#eb .eb-brand-name{font-size:20px;line-height:26px;margin:0 0 6.6666666666667px}#eb .eb-brand-subscriber{margin-top:10px}#eb .eb-brand-subscriber>span+span{margin:0 0 0 15px}#eb .eb-brand-subscriber a{display:inline-block;text-decoration:none}#eb .eb-brand-subscriber a:hover{text-decoration:underline}#eb .eb-brand-subscriber a i{color:#888}#eb .eb-showcase-thumb{margin-bottom:0}#eb .eb-showcase-thumb.is-left{margin-right:20px}#eb .eb-showcase-thumb.is-right{margin-left:20px}#eb .eb-showcase-content{position:relative;overflow:hidden}#eb .eb-showcase-meta{margin-bottom:10px}#eb .eb-showcase-meta>div{vertical-align:middle;margin:0 10px 0 0;display:inline-block}#eb .eb-showcase-category{line-height:1.25;margin:0 0 10px}#eb .eb-showcase-title{font-size:18px;margin:0 0 10px;line-height:22px}#eb .eb-showcase-title a{color:inherit}#eb .eb-showcase-publish{line-height:15px;margin-bottom:15px}#eb .eb-showcase-publish a{color:inherit;font-weight:bold}#eb .eb-showcase-publish .col-cell+.col-cell{padding-left:10px}#eb .eb-showcase-article{word-break:break-word}#eb .eb-showcase-more{height:50px;position:relative}#eb .eb-showcase-more .btn{position:absolute;left:0;bottom:0}#eb .eb-showcase-control{position:absolute;right:20px;bottom:20px;z-index:2}#eb .eb-showcase-control>.btn{border-radius:0}#eb .eb-showcase-control>.btn:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}#eb .eb-showcase-control>.btn:last-child{border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}#eb .eb-showcase-indicators{position:absolute;width:100%;bottom:-30px;left:0;font-size:0;right:auto;top:auto;display:none}#eb .eb-showcase-indicators>li,#eb .eb-showcase-indicators>li.active{display:inline-block;height:4px;width:30px;background:rgba(var(--fd-gray-200),1);margin:20px 5px 0;border-radius:0;cursor:pointer;position:static}#eb .eb-showcase-indicators>li.active{background:#d9534f}#eb.is-mobile .eb-showcase-thumbs,#eb.is-mobile .eb-showcase-content{width:auto;display:block;padding:0;overflow:hidden}#eb.is-mobile .eb-showcase-thumbs{margin:25px 0 15px}#eb.is-mobile .eb-showcase-thumb{width:100%;padding-bottom:20px}#eb .eb-featured .eb-gallery-stage{position:relative;background:none;overflow:hidden;z-index:2;padding-top:0;border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px}#eb .eb-featured .eb-gallery-buttons{position:absolute;bottom:10px;right:10px;border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px;width:103px;z-index:101;overflow:hidden}#eb .eb-featured .eb-gallery-button{background:rgba(var(--fd-white),1);position:static;width:50px;line-height:34px;height:34px;text-align:center;float:left;cursor:pointer}#eb .eb-featured .eb-gallery-button+.eb-gallery-button{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-featured .eb-gallery-button:before{display:none}#eb .eb-featured .eb-gallery-button i{color:rgba(var(--fd-gray-800),1);position:static;margin:0;width:auto;height:auto;line-height:32px;height:32px;font-size:20px;text-shadow:none}#eb .eb-featured .eb-gallery-viewport{position:relative;white-space:nowrap;-webkit-transition:ease .5s;transition:ease .5s;left:0;direction:ltr}#eb .eb-featured .eb-gallery-item{position:relative;top:0;left:0 !important;width:100%;display:inline-block;vertical-align:top}#eb .eb-featured .eb-gallery-menu-item{width:auto;height:auto}#eb .eb-featured .eb-gallery-menu-item:before,#eb .eb-featured .eb-gallery-menu-item:after{display:block;background:none;border:0;border-radius:0;margin:0;padding:0;top:auto;bottom:auto;left:auto;right:auto;width:auto;height:auto;z-index:10}#eb .eb-featured .eb-gallery-box{padding:10px;overflow:hidden}#eb .eb-featured .eb-gallery-thumb{margin-top:0;margin-bottom:0}#eb .eb-featured .eb-gallery-body{overflow:hidden}#eb .eb-featured .eb-gallery-title{margin:0 0 10px;font-size:20px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#eb .eb-featured .eb-gallery-title a{color:inherit}#eb .eb-featured .eb-gallery-content{white-space:normal;color:rgba(var(--fd-gray-800),1)}#eb .eb-featured .eb-gallery-avatar{float:right}#eb .eb-featured .eb-gallery-meta{overflow:hidden;margin:0 0 10px}#eb .eb-featured .eb-gallery-meta>span{float:left;position:relative}#eb .eb-featured .eb-gallery-meta>span+span{padding:0 0 0 10px;margin:0 0 0 8px}#eb .eb-featured .eb-gallery-meta>span+span:before{background:rgba(var(--fd-gray-200),1);content:'';display:block;position:absolute;left:0;top:50%;width:2px;height:2px;margin:-1px 0 0}#eb .eb-featured .eb-gallery-more{margin-top:15px}#eb .eb-featured .eb-gallery-more a{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px;color:rgba(var(--fd-gray-800),1);display:inline-block;line-height:32px;height:34px;padding:0 15px;font-weight:bold;text-decoration:none !important}#eb .eb-featured--default .eb-gallery-buttons{position:relative;bottom:0;right:0}#eb .eb-gallery-button--disabled{opacity:.35;cursor:inherit !important}#eb .eb-featured--default .eb-gallery-navigation{display:flex;padding:10px;justify-content:flex-end}#eb .eb-featured--default .eb-gallery-number-indicators{display:flex;align-items:center;position:relative;z-index:101;width:auto;margin:0;gap:8px}#eb .eb-featured--default .eb-gallery-number-indicators li{display:flex;align-items:center;justify-content:center;width:24px;height:24px;line-height:24px;color:rgba(var(--fd-white),1);background-color:rgba(var(--fd-gray-900),1);border-radius:50%;cursor:pointer}#eb .eb-featured--default .eb-gallery-number-indicators li.swiper-pagination-bullet-active{color:rgba(var(--fd-white),1);background-color:rgba(var(--fd-primary-500),1)}#eb.is-mobile .eb-featured--default .eb-gallery-navigation{flex-direction:column}#eb.is-mobile .eb-featured--default .eb-gallery-number-indicators{justify-content:center}#eb.is-mobile .eb-featured--default .eb-gallery-buttons{margin:auto}#eb .eb-featured.is-mobile .eb-mod-thumb{display:block;float:none;margin:0 0 15px}#eb .eb-featured.is-mobile .eb-gallery-title{white-space:normal;font-size:120%}#eb .eb-featured.is-mobile .eb-gallery-box{padding-bottom:70px}#eb .eb-featured.is-mobile .eb-gallery-buttons{width:auto}#eb .eb-featured.is-mobile .eb-rating-form>div{display:block}#eb .eb-featured.is-mobile .eb-rating-form>div+div{margin-top:10px}#eb .eb-featured.is-mobile .eb-gallery-meta>span{display:block;padding:0 0 0 10px;margin:0;float:none}#eb .eb-featured.is-mobile .eb-gallery-meta>span:before{background:rgba(var(--fd-gray-200),1);content:'';display:block;position:absolute;left:0;top:50%;width:2px;height:2px;margin:-1px 0 0}#eb .eb-featured-magazine.is-mobile .eb-gallery-foot>.mod-table>.col-cell{display:none}#eb .eb-featured-magazine.is-mobile .eb-gallery-foot>.mod-table>.cell-tight{display:block;width:auto}#eb .eb-featured--hero .eb-gallery-foot{position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-featured--hero .eb-gallery-foot__content{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;min-width:1px;padding:0 10px}#eb .eb-featured--hero .eb-gallery-foot__prev,#eb .eb-featured--hero .eb-gallery-foot__next{width:auto}#eb .eb-featured--hero .gallery-top{height:100%}#eb .eb-featured--hero .gallery-thumbs{padding:0;height:auto}#eb .eb-featured--hero .swiper-button-next,#eb .eb-featured--hero .swiper-button-prev{position:relative;left:0}#eb .eb-featured--hero .eb-gallery-slide-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:85%;position:relative;cursor:pointer}#eb .eb-featured--hero .eb-gallery-slide-item__img{-webkit-flex:0 1 0;-ms-flex:0 1 0;flex:0 1 0}#eb .eb-featured--hero .eb-gallery-slide-item__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}#eb .eb-featured--hero .eb-gallery-slide-item *{cursor:pointer}#eb .eb-featured--hero .eb-gallery-viewport{height:350px}#eb .eb-featured--hero .eb-gallery-box{background-size:cover;background-position:center;padding:0}#eb .eb-featured--hero .eb-gallery-body{background:rgba(0,0,0,0.6);color:rgba(var(--fd-white),1);width:400px;min-height:350px;float:right;padding:40px 20px}#eb .eb-featured--hero .eb-gallery-content{color:#fff}#eb .eb-featured--hero .eb-gallery-menu{display:inline-block;vertical-align:middle}#eb .eb-featured--hero .eb-gallery-menu-thumb{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}#eb .eb-featured--hero .eb-gallery-menu-thumb:hover{opacity:.9;filter:alpha(opacity=90)}#eb .eb-featured--hero .eb-gallery-menu-thumb.active{opacity:1;filter:alpha(opacity=100)}#eb .eb-featured--hero .eb-gallery-buttons{position:static;width:30px}#eb .eb-featured--hero .eb-gallery-button{width:30px;height:60px;line-height:60px}#eb .eb-featured--hero .eb-gallery-button>i{line-height:58px;height:58px;font-size:28px}#eb .eb-featured--hero .eb-gallery-foot{padding:10px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-featured--hero .eb-gallery-meta a{color:#fff}#eb .eb-featured--hero .eb-gallery-meta a:hover,#eb .eb-featured--hero .eb-gallery-meta a:focus{color:#fff;text-decoration:none}#eb .is-mobile.eb-featured--hero .eb-gallery-body{width:auto}#eb .is-mobile.eb-featured--hero .eb-gallery-body,#eb .is-mobile.eb-featured--hero .eb-gallery-viewport{height:400px}#eb .is-mobile.eb-featured--hero .eb-gallery-body{width:100%;padding:20px}#eb .is-mobile.eb-featured--hero .eb-gallery-menu-item .cell-tight+.col-cell{display:none !important}#eb .is-mobile.eb-featured--hero .eb-gallery-menu-item:before{display:none}#eb .is-mobile.eb-featured--hero .eb-gallery-box{padding-bottom:0}#eb .is-mobile.eb-featured--hero .eb-gallery-foot__next,#eb .is-mobile.eb-featured--hero .eb-gallery-foot__prev{display:none}#eb .is-mobile.eb-featured--hero .eb-gallery-foot .eb-gallery-button{line-height:30px;height:30px;width:100%}#eb .is-mobile.eb-featured--hero .eb-gallery-foot .eb-gallery-button>i{line-height:28px;height:28px}#eb .eb-featured--magazine .eb-gallery-menu{display:inline-block;vertical-align:middle}#eb .eb-featured--magazine .eb-gallery-menu-item{float:left;margin:0 10px 0 0;width:28px;height:28px;line-height:26px;text-align:center;border:1px solid rgba(var(--fd-gray-200),1);border-radius:100%;color:rgba(var(--fd-gray-800),1);cursor:pointer}#eb .eb-featured--magazine .eb-gallery-menu-item:hover{border-color:rgba(var(--fd-gray-50),1)}#eb .eb-featured--magazine .eb-gallery-menu-item.active{background:rgba(var(--fd-gray-50),1);border-color:rgba(var(--fd-gray-50),1);color:rgba(var(--fd-white),1)}#eb .eb-featured--magazine .eb-gallery-buttons{position:static;display:flex}#eb .eb-featured--magazine .eb-gallery-foot{padding:10px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-featured--magazine .swiper-wrapper{background-color:#000}#eb .eb-featured--magazine .swiper-slide{-webkit-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end}#eb .eb-featured--magazine .eb-gallery-stage{border:0}#eb .eb-featured--magazine .eb-gallery-box{min-height:250px;padding:0;position:relative;overflow:hidden}#eb .eb-featured--magazine .eb-gallery-box a:hover,#eb .eb-featured--magazine .eb-gallery-box a:focus{text-decoration:none}#eb .eb-featured--magazine .eb-gallery-cover__img{display:block;width:100%;height:auto}#eb .eb-featured--magazine .eb-gallery-cover__img img{display:inline-block;width:100%;height:auto;vertical-align:top}#eb .eb-featured--magazine .eb-gallery-content{background-color:rgba(0,0,0,0);background-image:linear-gradient(to top,#000 0,rgba(0,0,0,0) 100%);display:block;width:100%;position:absolute;bottom:0;left:0;padding:20px}#eb .eb-featured--magazine .eb-gallery-content.no-cover{position:static}#eb .eb-featured--magazine .eb-gallery-content__title{color:#fff;font-size:30px;line-height:1;margin:0 0 10px;text-shadow:1px 1px 1px rgba(0,0,0,0.7)}#eb .eb-featured--magazine .eb-gallery-content__article{margin:0 0 10px}#eb .eb-featured--magazine .eb-gallery-content__article>span{color:#fff;line-height:22px;text-shadow:1px 1px 0 rgba(0,0,0,0.7)}#eb .eb-featured--magazine .eb-gallery-content__meta{margin:0 0 20px}#eb .eb-featured--magazine .eb-gallery-content__meta--text{text-shadow:1px 1px 0 rgba(0,0,0,0.7)}#eb .eb-featured--magazine .eb-gallery-content__meta .eb-gallery-date{color:rgba(var(--fd-gray-200),1)}#eb .eb-featured--magazine .eb-gallery-content__meta>div{display:inline-block;vertical-align:middle}#eb .eb-featured--magazine .eb-gallery-content__meta>div+div:before{color:#fff;content:"\00b7";padding:0 2px}#eb .eb-featured--magazine .eb-gallery-content__meta a{color:#fff}#eb .eb-featured--magazine .eb-gallery-content__meta a:hover,#eb .eb-featured--magazine .eb-gallery-content__meta a:focus{color:#fff;text-decoration:none}#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more{color:#fff !important;background-color:rgba(255,255,255,0.4) !important;border-color:rgba(255,255,255,0.2) !important}#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:hover,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:focus,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:active,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.active,.open .dropdown-toggle_#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more{color:#fff !important;background-color:rgba(235,235,235,0.4) !important;border-color:rgba(255,255,255,0.2) !important}#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:active,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.active,.open .dropdown-toggle_#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more{background-image:none}#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.disabled,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.disabled:hover,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.disabled:focus,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.disabled:active,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.disabled.active,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more[disabled],#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more[disabled]:hover,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more[disabled]:focus,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more[disabled]:active,#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more[disabled].active,fieldset[disabled] #eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more,fieldset[disabled] #eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:hover,fieldset[disabled] #eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:focus,fieldset[disabled] #eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more:active,fieldset[disabled] #eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more.active{background-color:rgba(255,255,255,0.4) !important;border-color:rgba(255,255,255,0.2) !important}#eb .eb-featured--magazine .eb-gallery-content__more .mod-btn-more .badge{color:rgba(255,255,255,0.4);background-color:#fff}#eb .eb-featured--magazine .eb-gallery-content__more a{font-weight:bold;text-shadow:1px 1px 0 rgba(0,0,0,0.7)}#eb .eb-featured--magazine .eb-gallery-content .mod-avatar--rounded{border-radius:50%;overflow:hidden}#eb .eb-featured--magazine .eb-gallery-item{vertical-align:bottom}#eb .eb-featured--magazine .eb-gallery-rating{float:right}#eb .eb-featured--magazine .eb-gallery-rating:before{display:none}#eb .eb-featured--magazine .eb-gallery-rating [data-rating-form-element]{float:left}#eb .eb-featured--magazine .eb-rating-text{margin-top:0}#eb .eb-featured--magazine .eb-rating-link{margin-left:5px}#eb .eb-featured--magazine.is-mobile .eb-gallery-box{padding-bottom:0}#eb .eb-featured--magazine.is-mobile .eb-gallery-content{background-color:black;position:static}#eb .eb-featured--magazine.is-mobile .eb-gallery-cover__img{padding-bottom:300px !important}#eb .eb-featured--magazine.is-mobile .eb-gallery-rating{margin:15px 0}#eb .eb-featured--magazine.is-mobile .eb-rating-form>div+div{margin-top:0}#eb .eb-featured--magazine.is-mobile .eb-gallery-buttons{left:auto}#eb .eb-featured--magazine.is-mobile .eb-gallery-buttons>.eb-gallery-button{width:auto}#eb .eb-featured--magazine .eb-gallery-buttons{list-style:none;margin:0;padding-left:200px;width:auto;border:0;border-radius:0;position:absolute;left:auto;right:20px;top:auto;bottom:20px}#eb .eb-featured--magazine .eb-gallery-buttons .eb-gallery-menu-item{background:rgba(255,255,255,0.8);margin:6px 6px 0 0;width:40px;height:8px;border:0;border-radius:0;opacity:.5}#eb .eb-featured--magazine .eb-gallery-buttons .eb-gallery-menu-item.swiper-pagination-bullet-active{opacity:1}#eb .eb-featured--magazine .eb-gallery-buttons .active{background-color:var(--fd-primary-300)}#eb .is-mobile.eb-featured--magazine .eb-gallery-indicators{display:inline-block;vertical-align:middle;margin-bottom:14px;width:100%;padding:0 20px}#eb .is-mobile.eb-featured--magazine .eb-gallery-indicators .eb-gallery-buttons{padding-left:0;position:static}#eb .is-mobile.eb-featured--magazine .eb-mod-thumb{margin-bottom:0}#eb .eb-featured--thumb .eb-gallery-foot{position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-featured--thumb .eb-gallery-foot__content{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;min-width:1px}#eb .eb-featured--thumb .eb-gallery-foot__btn-group{width:auto;padding-left:10px}#eb .eb-featured--thumb .gallery-top{height:100%}#eb .eb-featured--thumb .gallery-thumbs{padding:0;height:auto}#eb .eb-featured--thumb .gallery-thumbs .swiper-slide{width:60px}#eb .eb-featured--thumb .swiper-button-next,#eb .eb-featured--thumb .swiper-button-prev{position:relative;left:0}#eb .eb-featured--thumb .eb-gallery-slide-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100%;position:relative;cursor:pointer}#eb .eb-featured--thumb .eb-gallery-slide-item__img{-webkit-flex:0 1 0;-ms-flex:0 1 0;flex:0 1 0}#eb .eb-featured--thumb .eb-gallery-slide-item__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}#eb .eb-featured--thumb .eb-gallery-slide-item *{cursor:pointer}#eb .eb-featured--thumb .eb-gallery-box{background-size:cover;background-position:center;padding:0}#eb .eb-featured--thumb .eb-gallery-body{background:rgba(0,0,0,0.6);color:rgba(var(--fd-white),1);width:400px;min-height:350px;float:right;padding:40px 20px}#eb .eb-featured--thumb .eb-gallery-menu{display:inline-block;vertical-align:middle}#eb .eb-featured--thumb .eb-gallery-menu-thumb{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}#eb .eb-featured--thumb .eb-gallery-menu-thumb:hover{opacity:.9;filter:alpha(opacity=90)}#eb .eb-featured--thumb .eb-gallery-menu-thumb.active{opacity:1;filter:alpha(opacity=100)}#eb .eb-featured--thumb .eb-gallery-buttons{position:static;width:122px}#eb .eb-featured--thumb .eb-gallery-button{width:60px;height:60px;line-height:60px}#eb .eb-featured--thumb .eb-gallery-button>i{line-height:58px;height:58px;font-size:28px}#eb .eb-featured--thumb .eb-gallery-foot{padding:10px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-featured--thumb .eb-gallery-meta a{color:#fff}#eb .eb-featured--thumb .eb-gallery-meta a:hover,#eb .eb-featured--thumb .eb-gallery-meta a:focus{color:#fff;text-decoration:none}#eb .is-mobile.eb-featured--thumb .eb-gallery-body{display:block;position:static;width:100%}#eb .is-mobile.eb-featured--thumb .eb-gallery-box{padding:0}#eb .is-mobile.eb-featured--thumb .eb-gallery-foot__btn-group{display:none}#eb .is-mobile.eb-featured--thumb .eb-gallery-foot .eb-gallery-button{line-height:30px;height:30px;width:100%}#eb .is-mobile.eb-featured--thumb .eb-gallery-foot .eb-gallery-button>i{line-height:28px;height:28px}#eb .eb-featured--slick,#eb .eb-featured--slick .eb-gallery-box,#eb .eb-featured--slick .swiper-container,#eb .eb-featured--slick .eb-gallery-stage,#eb .eb-featured--slick .eb-gallery-viewport{height:100%}#eb .eb-featured--slick .swiper-wrapper{background-color:#000}#eb .eb-featured--slick .swiper-slide{-webkit-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end}#eb .eb-featured--slick .eb-gallery-stage{border:0}#eb .eb-featured--slick .eb-gallery-box{min-height:250px;padding:0;position:relative;overflow:hidden;background:#000}#eb .eb-featured--slick .eb-gallery-box a{color:var(--si-primary-400)}#eb .eb-featured--slick .eb-gallery-box a:hover,#eb .eb-featured--slick .eb-gallery-box a:focus{color:var(--si-primary-200);text-decoration:none}#eb .eb-featured--slick .eb-gallery-box:before{content:'';display:block;position:absolute;width:100%;min-height:220px;left:0;bottom:0;background-color:rgba(0,0,0,0);background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 48%)}#eb .eb-featured--slick .eb-gallery-cover__img{display:block;width:100%;height:auto}#eb .eb-featured--slick .eb-gallery-cover__img img{display:inline-block;width:100%;height:auto;vertical-align:top}#eb .eb-featured--slick .eb-gallery-content{background-color:rgba(0,0,0,0);display:block;width:100%;position:absolute;bottom:0;left:0;padding:20px;z-index:2}#eb .eb-featured--slick .eb-gallery-content.no-cover{position:static}#eb .eb-featured--slick .eb-gallery-content__title{color:#fff;font-size:30px;line-height:1;margin:0 0 10px;text-shadow:1px 1px 1px rgba(0,0,0,0.7)}#eb .eb-featured--slick .eb-gallery-content__article{margin:0 0 10px}#eb .eb-featured--slick .eb-gallery-content__article>span{color:#fff;line-height:22px;text-shadow:1px 1px 0 rgba(0,0,0,0.7)}#eb .eb-featured--slick .eb-gallery-content__meta{margin:0 0 20px}#eb .eb-featured--slick .eb-gallery-content__meta--text{color:rgba(var(--fd-gray-200),1);text-shadow:1px 1px 0 rgba(0,0,0,0.7)}#eb .eb-featured--slick .eb-gallery-content__meta>div{display:inline-block;vertical-align:middle}#eb .eb-featured--slick .eb-gallery-content__meta>div+div:before{content:"\00b7";padding:0 2px}#eb .eb-featured--slick .eb-gallery-content__meta a{color:#fff}#eb .eb-featured--slick .eb-gallery-content__meta a:hover,#eb .eb-featured--slick .eb-gallery-content__meta a:focus{color:#fff;text-decoration:none}#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more{color:#fff !important;background-color:rgba(255,255,255,0.4) !important;border-color:rgba(255,255,255,0.2) !important}#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:hover,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:focus,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:active,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.active,.open .dropdown-toggle_#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more{color:#fff !important;background-color:rgba(235,235,235,0.4) !important;border-color:rgba(255,255,255,0.2) !important}#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:active,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.active,.open .dropdown-toggle_#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more{background-image:none}#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.disabled,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.disabled:hover,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.disabled:focus,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.disabled:active,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.disabled.active,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more[disabled],#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more[disabled]:hover,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more[disabled]:focus,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more[disabled]:active,#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more[disabled].active,fieldset[disabled] #eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more,fieldset[disabled] #eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:hover,fieldset[disabled] #eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:focus,fieldset[disabled] #eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more:active,fieldset[disabled] #eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more.active{background-color:rgba(255,255,255,0.4) !important;border-color:rgba(255,255,255,0.2) !important}#eb .eb-featured--slick .eb-gallery-content__more .mod-btn-more .badge{color:rgba(255,255,255,0.4);background-color:#fff}#eb .eb-featured--slick .eb-gallery-content__more a{font-weight:bold;text-shadow:1px 1px 0 rgba(0,0,0,0.7)}#eb .eb-featured--slick .eb-gallery-content .mod-avatar--rounded{border-radius:50%;overflow:hidden}#eb .eb-featured--slick .eb-gallery-item{vertical-align:bottom}#eb .eb-featured--slick .eb-gallery-rating{float:right}#eb .eb-featured--slick .eb-gallery-rating:before{display:none}#eb .eb-featured--slick .eb-gallery-rating [data-rating-form-element]{float:left}#eb .eb-featured--slick .eb-rating-text{margin-top:0}#eb .eb-featured--slick .eb-rating-link{margin-left:5px}#eb .eb-featured--slick.is-mobile .eb-gallery-box{padding-bottom:0}#eb .eb-featured--slick.is-mobile .eb-gallery-box:before{display:none}#eb .eb-featured--slick.is-mobile .eb-gallery-content{background-color:black;position:static}#eb .eb-featured--slick.is-mobile .eb-gallery-cover__img{padding-bottom:300px !important}#eb .eb-featured--slick.is-mobile .eb-gallery-rating{margin:15px 0}#eb .eb-featured--slick.is-mobile .eb-rating-form>div+div{margin-top:0}#eb .eb-featured--slick.is-mobile .eb-gallery-buttons{left:auto}#eb .eb-featured--slick.is-mobile .eb-gallery-buttons>.eb-gallery-button{width:auto}#eb .eb-featured--slick .eb-gallery-buttons{width:auto;border:0;border-radius:0;position:absolute;right:20px;bottom:14px}#eb .eb-featured--slick .eb-gallery-button{background-color:transparent;color:#fff;font-weight:bold;line-height:1.5;width:auto;height:auto;padding:1px 5px;border:0;text-shadow:1px 1px 1px rgba(0,0,0,0.8);box-shadow:none}#eb .eb-featured--slick .eb-gallery-button:hover,#eb .eb-featured--slick .eb-gallery-button:focus{color:var(--si-primary-400) !important;outline:0}#eb .eb-featured--slick .eb-gallery-button+.eb-gallery-button{border-left:0}#eb .eb-featured--slick .eb-gallery-button i{color:inherit;font-size:24px}#eb .eb-featured--sidenav{border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px}#eb .eb-featured--sidenav .eb-gallery-foot{position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-featured--sidenav .eb-gallery-foot__content{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;min-width:1px}#eb .eb-featured--sidenav .eb-gallery-foot__btn-group{width:auto;padding-left:10px}#eb .eb-featured--sidenav .gallery-top{height:100%}#eb .eb-featured--sidenav .gallery-thumbs{padding:0;height:350px}#eb .eb-featured--sidenav .gallery-thumbs .swiper-slide{width:280px;height:80px;opacity:1;filter:alpha(opacity=100)}#eb .eb-featured--sidenav .gallery-thumbs .swiper-slide:not(:first-child) .eb-gallery-slide-item{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-featured--sidenav .eb-gallery-slide-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100%;position:relative;cursor:pointer;padding:10px}#eb .eb-featured--sidenav .eb-gallery-slide-item__img{-webkit-flex:0 1 0;-ms-flex:0 1 0;flex:0 1 0;opacity:.5;filter:alpha(opacity=50)}#eb .eb-featured--sidenav .eb-gallery-slide-item__desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;opacity:.5;filter:alpha(opacity=50)}#eb .eb-featured--sidenav .eb-gallery-slide-item *{cursor:pointer}#eb .eb-featured--sidenav .swiper-slide-thumb-active .eb-gallery-slide-item__img,#eb .eb-featured--sidenav .swiper-slide-thumb-active .eb-gallery-slide-item__desc{opacity:1;filter:alpha(opacity=100)}#eb .eb-featured--sidenav .eb-gallery-menu-thumb{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}#eb .eb-featured--sidenav .eb-gallery-menu-thumb:hover{opacity:.9;filter:alpha(opacity=90)}#eb .eb-featured--sidenav .eb-gallery-menu-thumb.active{opacity:1;filter:alpha(opacity=100)}#eb .eb-featured--sidenav .eb-gallery-stage{border-radius:0;border:0}#eb .eb-featured--sidenav .eb-gallery-box{background-size:cover;background-position:center;padding:0;height:350px;background-color:rgba(var(--fd-white),1)}#eb .eb-featured--sidenav .eb-gallery-body{background:rgba(0,0,0,0.6);color:rgba(var(--fd-white),1);width:100%;max-width:100%;padding:20px;position:absolute;left:0;bottom:0}#eb .eb-featured--sidenav .eb-gallery-body .eb-gallery-content{color:#fff}#eb .eb-featured--sidenav .eb-gallery-menu{display:inline-block;vertical-align:middle}#eb .eb-featured--sidenav .eb-gallery-menu-item{display:block;cursor:pointer;font-size:90%;font-weight:bold;position:relative}#eb .eb-featured--sidenav .eb-gallery-menu-item+.eb-gallery-menu-item{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-featured--sidenav .eb-gallery-menu-item *{cursor:pointer}#eb .eb-featured--sidenav .eb-gallery-menu-item:before{display:block;content:'';border-right:10px solid rgba(var(--fd-white),1);border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;left:0;margin-top:-10px;top:50%;z-index:2;-webkit-transition:ease .5s;transition:ease .5s}#eb .eb-featured--sidenav .eb-gallery-menu-item.active:before{left:-10px}#eb .eb-featured--sidenav .eb-gallery-menu-item-title{max-width:200px;text-overflow:ellipsis;overflow:hidden}#eb .eb-featured--sidenav .eb-gallery-menu-thumb{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}#eb .eb-featured--sidenav .eb-gallery-menu-thumb:hover{opacity:.9;filter:alpha(opacity=90)}#eb .eb-featured--sidenav .eb-gallery-menu-thumb.active{opacity:1;filter:alpha(opacity=100)}#eb .eb-featured--sidenav .eb-gallery-buttons{position:static;width:30px}#eb .eb-featured--sidenav .eb-gallery-button{width:30px;height:60px;line-height:60px}#eb .eb-featured--sidenav .eb-gallery-button>i{line-height:58px;height:58px;font-size:28px}#eb .eb-featured--sidenav .eb-gallery-foot{padding:10px;border-top:1px solid rgba(var(--fd-gray-200),1);text-align:center;display:none}#eb .eb-featured--sidenav .eb-gallery-meta a{color:#fff}#eb .eb-featured--sidenav .eb-gallery-meta a:hover,#eb .eb-featured--sidenav .eb-gallery-meta a:focus{color:#fff;text-decoration:none}#eb .is-mobile.eb-featured--sidenav .eb-gallery-stage>.row-table{display:block}#eb .is-mobile.eb-featured--sidenav .eb-gallery-stage>.row-table .eb-gallery-main{display:block !important}#eb .is-mobile.eb-featured--sidenav .eb-gallery-side{display:none !important}#eb .is-mobile.eb-featured--sidenav .eb-gallery-body{display:block;position:static;width:100%;height:100%}#eb .is-mobile.eb-featured--sidenav .eb-gallery-box{padding-bottom:0}#eb .is-mobile.eb-featured--sidenav .eb-gallery-foot{display:block;padding:0}#eb .is-mobile.eb-featured--sidenav .eb-gallery-foot__btn-group{padding:0}#eb .is-mobile.eb-featured--sidenav .eb-gallery-buttons{border-radius:0;border:0}#eb .is-mobile.eb-featured--sidenav .eb-gallery-buttons .eb-gallery-button{width:50%}#eb .eb-showcases-card{background:rgba(var(--fd-white),1);color:rgba(var(--fd-gray-800),1);margin:0 0 50px;border:1px solid rgba(var(--fd-gray-200),1);-webkit-box-shadow:0 0 12px rgba(0,0,0,0.15);box-shadow:0 0 12px rgba(0,0,0,0.15);position:relative}#eb .eb-showcases-card .swiper-slide{height:auto}#eb .eb-showcases-card .eb-showcase-indicators{display:block;top:100%}#eb .eb-showcases-card .eb-showcase-indicators>li{height:6px}#eb .eb-showcases-card .eb-card{height:100%;box-shadow:none}#eb .eb-showcases-card .eb-card:hover,#eb .eb-showcases-card .eb-card:focus{transform:scale3d(1,1,1)}#eb .eb-showcases-card .eb-card:hover:after,#eb .eb-showcases-card .eb-card:focus:after{opacity:0}#eb .eb-showcases-card .eb-card__bd-content{min-height:200px}#eb.is-mobile .eb-showcases-card .col-cell{display:table-cell !important}#eb.is-mobile .eb-showcases-card .cell-tight{width:1% !important}#eb.is-mobile .eb-showcases-card .eb-card__bd-content{min-height:unset}#eb .eb-author-filter{border-bottom:1px solid rgba(var(--fd-gray-200),1);margin-bottom:20px;padding-bottom:20px}#eb .eb-author-filter .col-cell+.col-cell{padding-left:10px}#eb.is-mobile .eb-author-filter .col-cell{margin-bottom:5px;width:100% !important;float:none}#eb.is-mobile .eb-author-filter .col-cell+.col-cell{margin-bottom:0;padding-left:0}#eb .eb-authors-finder{position:relative}#eb .eb-authors-finder .form-control{padding-left:40px;box-shadow:none}#eb .eb-authors-finder .fa-user{color:#888;width:40px;height:20px;line-height:20px;position:absolute;left:0;top:50%;margin-top:-10px;z-index:10;text-align:center}#eb .eb-author{margin-bottom:20px}#eb .eb-author>.col-cell{vertical-align:top}#eb .eb-authors-head{background:rgba(var(--fd-gray-50),1);border-radius:8px;padding:15px;display:flex}#eb .eb-authors-head+.eb-authors-bio{margin-top:0;padding:15px;background-color:rgba(var(--fd-gray-50),1);border:1px solid transparent}#eb .eb-authors-head .col-cell{vertical-align:top}#eb .eb-authors-head .col-cell+.col-cell{padding:0 0 0 20px}#eb.is-mobile .eb-authors-head .btn{font-size:0}#eb.is-mobile .eb-authors-head .btn .fa{font-size:13px}#eb .eb-authors-name{font-size:20px}#eb .eb-authors-meta{margin:5px 0 0}#eb .eb-authors-meta a{color:inherit}#eb .eb-authors-meta .col-cell+.col-cell{padding:0 0 0 5px}#eb .eb-authors-bio{margin-top:20px}#eb .eb-authors-subscribe{clear:none;float:none;margin:16px 0 0;min-height:0;padding:0;font-size:13px;overflow:hidden}#eb .eb-authors-subscribe>span{display:inline-block}#eb .eb-authors-subscribe>span+span{margin:0 0 0 10px;padding:0 0 0 10px;border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-authors-subscribe>span a{color:rgba(var(--fd-gray-500),1)}#eb .eb-authors-subscribe>span .fa{font-size:16px}#eb .eb-authors-subscribe .btn--es-subscription,#eb .eb-authors-subscribe .btn-group--es-friends>a{color:inherit !important;padding:0 !important;font-size:13px !important;font-weight:normal !important;line-height:1;border-radius:0 !important;background-color:transparent !important;border:0 !important}#eb .eb-authors-stats{margin:20px 0;padding:0 0 30px;clear:both}#eb .eb-authors-stats-heading{font-weight:bold}#eb.is-mobile .eb-authors-stats{margin:20px 0;padding:0}#eb .eb-authors-team .eb-authors-head h2{margin:0}#eb .eb-authors-filter{border-top:1px solid rgba(var(--fd-gray-200),1);padding:20px}#eb .eb-authors-filter .dropdown-menu{min-width:320px}#eb .eb-authors-filter .dropdown-menu>li+li{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-authors-filter .dropdown-menu>li a{display:block;white-space:nowrap;padding:15px}#eb .eb-authors-filter .dropdown-menu>li a b{display:block;white-space:nowrap}#eb .eb-stats-nav{display:table;width:100%;table-layout:fixed;border-collapse:separate}#eb .eb-stats-nav>li{display:table-cell;width:1%}#eb .eb-stats-nav>li:only-child .btn{cursor:default !important}#eb .eb-stats-nav>li b{font-weight:inherit;color:inherit}#eb .eb-stats-nav>li b:before{content:"("}#eb .eb-stats-nav>li b:after{content:")"}#eb .eb-stats-nav>li .btn{font-weight:normal;border-color:rgba(var(--fd-gray-200),1) !important;border-top:0;border-radius:0;box-shadow:none !important;position:relative}#eb .eb-stats-nav>li .btn:hover,#eb .eb-stats-nav>li .btn:focus{background-color:transparent !important;outline:0}#eb .eb-stats-nav>li .btn:hover:before,#eb .eb-stats-nav>li .btn:focus:before{content:'';display:block;background-color:rgba(var(--fd-primary-500),1);width:calc(100% + 1px);height:2px;position:absolute;bottom:-2px}#eb .eb-stats-nav>li .btn-block{padding-top:10px;padding-bottom:10px}#eb .eb-stats-nav>li.active>.btn{color:rgba(var(--fd-primary-500),1) !important}#eb .eb-stats-nav>li.active>.btn:before{content:'';display:block;background-color:rgba(var(--fd-primary-500),1);width:calc(100% + 1px);height:2px;position:absolute;bottom:-2px}#eb .eb-stats-nav>li+li>.btn{border-left:0}#eb .eb-stats-nav>li:only-child>.btn{border-left:0;border-right:0}#eb .eb-stats-nav>li:first-child:not(:last-child):not(.dropdown-toggle_)>.btn{border-left:0}#eb .eb-stats-nav>li:last-child:not(:first-child)>.btn{border-right:0}#eb .eb-stats-content .tab-pane{display:none}#eb .eb-stats-content .tab-pane.active{display:block}#eb .eb-stats-categories,#eb .eb-stats-tags{font-size:0}#eb .eb-stats-categories .btn,#eb .eb-stats-tags .btn{margin:0 5px 5px 0}#eb .eb-stats-categories .btn i,#eb .eb-stats-tags .btn i{opacity:.5;filter:alpha(opacity=50)}#eb .eb-stats-categories .eb-empty,#eb .eb-stats-tags .eb-empty{font-size:12px}#eb .eb-stats-author+.eb-stats-author{margin-top:10px;padding-top:10px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-stats-author__remove{background-color:#ff5252;text-align:center;display:none;line-height:16px;width:16px;height:16px;border-radius:50%;position:absolute;top:0;left:0;cursor:pointer;z-index:2}#eb .eb-stats-author__remove>i{color:#fff;font-size:12px}#eb .eb-stats-author__set-admin{display:none;padding:0 8px}#eb .eb-stats-author__avatar{padding:0 10px 0 0}#eb .eb-stats-author>.col-cell{width:1%;position:relative}#eb .eb-stats-author>.col-cell+.col-cell{width:100%;padding-left:20px}#eb .eb-stats-author>.cell-tight{width:26px}#eb .eb-stats-author:hover .eb-stats-author__remove{display:block}#eb .eb-stats-author:hover .eb-stats-author__set-admin{display:inline-block}#eb .eb-stats-authors>.btn-block{margin-top:20px}#eb .eb-author.is-mobile{margin-bottom:40px}#eb .eb-author.is-mobile .eb-authors-head .col-cell{display:table-cell !important}#eb .eb-author.is-mobile .eb-authors-head .cell-tight{display:table-cell !important;width:1% !important}#eb .eb-author.is-mobile .eb-stats-nav b{display:none}#eb .eb-entry-meta{margin:15px 0 20px;display:flex;flex-wrap:wrap;align-items:center}#eb .eb-entry-meta>div{display:flex;line-height:16px;vertical-align:middle;position:relative}#eb .eb-entry-meta>div+div:before{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;content:'\00b7';font-size:13px;vertical-align:middle;padding:0 6px}#eb .eb-entry-meta>div>span,#eb .eb-entry-meta>div>time{display:inline-block;vertical-align:middle}#eb .eb-entry-meta .fa{color:#888}#eb .eb-entry-meta .fa:before{vertical-align:middle}#eb .eb-entry-authors{margin-bottom:20px}#eb .eb-entry-article .ebd-block{margin-bottom:10px}#eb .eb-entry-article .ebd-block .btn{white-space:normal}#eb .eb-entry-article img{max-width:100%;height:auto}#eb .eb-entry-article .cd-image-container img{max-width:100%;height:auto}#eb .eb-entry-nav{border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;margin:20px 0;overflow:hidden;font-size:13px}#eb .eb-entry-nav *{display:inline-block;line-height:20px;vertical-align:middle}#eb .eb-entry-nav>div{width:50%}#eb .eb-entry-nav>div>a{color:inherit;display:block;padding:15px 20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#eb .eb-entry-nav>div>a:hover{background:rgba(var(--fd-gray-50),1)}#eb .eb-entry-nav>div>a .fa{color:#888;font-size:25px}#eb .eb-entry-nav-prev{float:left}#eb .eb-entry-nav-prev .fa{margin:0 10px 0 0}#eb .eb-entry-nav-next{float:right;text-align:right;border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-entry-nav-next .fa{margin:0 0 0 10px}#eb.is-mobile .eb-entry-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}#eb.is-mobile .eb-entry-nav>div{width:100%;text-align:center}#eb.is-mobile .eb-entry-nav>div>a{white-space:unset}#eb.is-mobile .eb-entry-nav-prev+.eb-entry-nav-next{border-top:1px solid rgba(var(--fd-gray-200),1);border-left:0}#eb .eb-entry-tools{margin:0 0 20px}#eb.is-mobile .eb-entry-tools .col-cell{display:table-cell !important}#eb .eb-entry-helper .fa{margin:0 5px 0 0;color:#888}#eb .eb-entry-helper>div{display:inline-block;line-height:1.2;vertical-align:middle;white-space:nowrap}#eb .eb-entry-helper>div+div{border-left:1px solid rgba(var(--fd-gray-200),1);margin:0 0 0 10px;padding:0 0 0 10px}#eb .eb-entry-helper .at4-icon.aticon-compact{margin:0 5px 0 0;float:left}#eb .eb-help-resize span,#eb .eb-help-resize a{color:inherit;display:inline-block;vertical-align:middle}#eb .eb-help-resize a{display:inline-block;font-size:1em;width:1em;height:1em;line-height:.8;background:#999;color:#fff;text-align:center;text-decoration:none !important;border-radius:100%}#eb .eb-entry-author-avatar{padding:0 10px 0 0}#eb .eb-entry-author-bio h3{font-size:16px}#eb .eb-entry-author-bio h3 a{color:inherit}#eb .eb-entry-author-bio .eb-authors-name,#eb .eb-entry-author-bio .eb-points{display:inline-block}#eb .eb-entry-author-bio .eb-authors-url{margin:5px 0}#eb .eb-entry-author-meta{clear:none;float:none;margin:0;min-height:0;padding:0;font-size:13px}#eb .eb-entry-author-meta>span{margin-top:10px !important;float:left;line-height:18px}#eb .eb-entry-author-meta>span+span{margin:0 0 0 20px;padding:0 0 0 20px;border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-entry-author-meta>span a{color:inherit}#eb .eb-entry-author-meta>span .fa{font-size:16px}#eb .eb-entry-author-meta .dropdown-menu{font-size:13px}#eb .eb-entry-author-meta .btn--es-subscription,#eb .eb-entry-author-meta .btn-group--es-friends>a{color:inherit !important;padding:0 !important;font-size:13px !important;font-weight:normal !important;line-height:1;border-radius:0 !important;background-color:transparent !important;border:0 !important}#eb .eb-entry-author-details{margin-top:20px}#eb .eb-entry-author-recents{background:rgba(var(--fd-gray-50),1);border-top:1px solid rgba(var(--fd-gray-200),1);border-radius:0 0 7px 7px;padding:13.333333333333px;margin:20px 0 10px;font-size:13px}#eb .eb-entry-author-recents>h5{padding:0 0 10px}#eb .eb-entry-author-recents>div+div{border-top:1px solid rgba(var(--fd-gray-200),1);margin-top:10px;padding-top:10px}#eb .eb-entry-author-recents a{display:block;overflow:hidden}#eb .eb-entry-author-recents a.col-cell{display:table-cell}#eb .eb-entry-author-recents time,#eb .eb-entry-author-recents i{color:#888;display:inline-block;line-height:20px}#eb .eb-entry-author-recents span{display:block;line-height:20px}#eb.is-mobile .eb-entry-author-recents i{line-height:1.2}#eb.is-mobile .eb-entry-author-recents a{display:flex;flex-direction:column;text-align:left}#eb.is-mobile .eb-entry-author-recents span{margin:0;padding:0;order:1;line-height:1.25}#eb.is-mobile .eb-entry-author-recents time{display:block;float:none !important;order:2;line-height:1.25}#eb .eb-entry-fields,#eb .eb-entry-location{margin:0 0 20px}#eb .eb-fields-list>li{overflow:hidden}#eb .eb-fields-list>li+li{border-top:1px solid rgba(var(--fd-gray-200),1);padding-top:8px;margin-top:8px}#eb .eb-fields-list>li>label{float:left;display:block;width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 10px 0 0}#eb .eb-fields-list>li>div{overflow:hidden}#eb .eb-fields-list.is-mobile>li>label{float:none;display:block;width:auto;margin:0 0 5px}#eb .eb-fields-items-inline>li{display:inline}#eb .eb-fields-items-inline>li:after{content:", ";display:inline-block}#eb .eb-fields-items-inline>li:last-child:after{content:""}#eb .eb-entry-location-map{background-size:cover;background-position:center;display:block;border:1px solid rgba(var(--fd-gray-200),1);height:200px;margin:0}#eb .eb-entry-location-map img{display:block;max-width:100%;height:auto}#eb .eb-entry-osm-map{height:200px}#eb .eb-entry-location-address{border:1px solid rgba(var(--fd-gray-200),1);border-top:0;background:rgba(var(--fd-gray-50),1);color:#555;text-decoration:none !important;font-weight:bold}#eb .eb-entry-location-address>div{width:1px}#eb .eb-entry-location-address>div+div{width:auto;vertical-align:middle;padding:0 15px}#eb .eb-entry-location-address i{border-right:1px solid rgba(var(--fd-gray-200),1);width:46px;line-height:46px;float:left;text-align:center;font-size:20px}#eb .eb-entry-toc{background:rgba(var(--fd-gray-50),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;float:right;padding:5px 10px;max-width:250px;min-width:200px;margin:0 0 5px 15px}#eb .eb-entry-toc>div+div{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-entry-toc>div>a{display:block;padding:8px 0}#eb .eb-entry-toc>div>a b{font-weight:inherit}#eb .eb-entry-toc>div.active>a{color:rgba(var(--fd-gray-200),1);font-weight:bold}#eb .eb-entry-toc-pager{margin-top:10px}#eb .eb-entry-toc-pager>b,#eb .eb-entry-toc-pager>div{display:inline-block;vertical-align:middle}#eb .eb-entry-toc-pager>div>span{float:left}#eb .eb-entry-toc-pager>div>span+span{padding:0 0 0 3px}#eb .eb-entry-toc-pager>div>span a{background:#fff;color:#888;border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;display:block;line-height:28px;height:28px;width:30px;text-align:center}#eb .eb-entry-toc-pager>div>span.active a{background:rgba(var(--fd-gray-50),1);font-weight:bold;color:#555}#eb .eb-entry-moderate{background:#f5f5f5;border:1px solid #ddd;border-right:0;border-radius:2px 0 0 2px;padding:15px 0 15px 15px;margin:0 15px 30px 0;position:relative}#eb .eb-entry-moderate:before,#eb .eb-entry-moderate:after{content:"";display:block;position:absolute}#eb .eb-entry-moderate:after{border-bottom:solid 8px #bbb;border-left:solid 8px #bbb;border-right:solid 8px transparent;border-top:solid 8px transparent;border-radius:0 0 0 2px;top:-1px;right:-15px}#eb .eb-entry-moderate:before{background:#f5f5f5;border:1px solid #ddd;border-top:0;border-left:0;border-radius:0 0 3px 0;right:-15px;bottom:-1px;top:15px;width:15px}#eb .eb-entry-moderate>h4{font-size:16px}#eb .eb-entry-moderate .btn{font-weight:bold}#eb .eb-entry-moderate .btn .fa{opacity:.65;filter:alpha(opacity=65)}#eb .eb-entry-related{margin:0 -15px}#eb .eb-entry-related>div{float:left;padding:0 15px;width:33.33333%;margin-bottom:20px}#eb .eb-entry-related>div:nth-child(3n+1){clear:left}#eb .eb-entry-related.is-mobile{margin:0}#eb .eb-entry-related.is-mobile>div{padding:0;width:100%}#eb .eb-entry-related.is-mobile>div+div{margin-top:20px}#eb .eb-related-thumb{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--fd-gray-50),1);display:block;padding:0 0 55%;margin:0 0 10px}#eb .eb-related-thumb img{display:block;width:100%;height:auto}#eb .eb-related-title{font-size:16px;margin:0 0 5px}#eb .eb-related-title a{color:inherit}#eb .eb-floating-toolbar-wrapper.affix{width:100%;top:0;left:0;z-index:100}#eb .eb-floating-toolbar-wrapper.affix-top+.eb-entry-tools{margin-top:20px}#eb.is-mobile .eb-floating-toolbar-wrapper.affix+.eb-entry-tools{margin-top:20px}#eb .eb-floating-toolbar{background-color:#fff;max-width:940px;margin:0 auto;width:100%;padding:8px;border:1px solid #f1f1f1;box-shadow:0 0 6px rgba(0,0,0,0.07);font-size:14px}#eb .eb-floating-toolbar:before,#eb .eb-floating-toolbar:after{content:" ";display:table}#eb .eb-floating-toolbar:after{clear:both}#eb .eb-floating-toolbar__alert-msg{color:#d9534f}#eb .eb-floating-toolbar .nav>li>a{color:#888;padding-top:8px;padding-bottom:8px}#eb .eb-floating-toolbar .nav>li>a:hover,#eb .eb-floating-toolbar .nav>li>a:focus{background-color:transparent;color:#1e88e5}#eb .eb-floating-toolbar .nav>li>a .fa{display:none;font-size:18px;vertical-align:middle}#eb .eb-floating-toolbar .nav>li:not(:last-child)>a{border-right:1px solid #f1f1f1}#eb .eb-floating-toolbar .nav>li:last-child>a{color:#d9534f}#eb .eb-floating-toolbar .nav>li:last-child>a:hover{color:#d43a36}#eb .eb-floating-toolbar .nav .open>a,#eb .eb-floating-toolbar .nav .open>a:hover,#eb .eb-floating-toolbar .nav .open>a:focus{background-color:transparent}#eb .eb-floating-toolbar .navbar-nav{display:inline-block;vertical-align:middle;margin-left:0;margin-right:0;float:none}#eb .eb-floating-toolbar .navbar-nav.navbar-right{margin-top:2px;margin-bottom:2px;float:right !important}#eb .eb-floating-toolbar .navbar-nav.navbar-right:last-child{margin-right:8px}#eb .eb-floating-toolbar .navbar-nav>li{float:left}#eb .eb-floating-toolbar .navbar-nav>li .dropdown-menu{background-color:#fff;margin-top:20px;border:1px solid #f1f1f1;border-radius:2px;box-shadow:0 0 6px rgba(0,0,0,0.07)}#eb .eb-floating-toolbar .eb-floating-toolbar-dropdown>a{position:relative;padding-right:30px}#eb .eb-floating-toolbar .eb-floating-toolbar-dropdown__drop{width:0;height:0;pointer-events:none;border-width:5px 5px 0 5px;border-style:solid;border-color:#888 transparent transparent transparent;position:absolute;top:15px;right:12px}#eb .eb-floating-toolbar .eb-floating-toolbar-dropdown .dropdown-toggle:after{display:none}#eb .eb-revisions{padding:0}#eb .eb-revisions>li:not(:last-child){border-bottom:1px solid #f1f1f1}#eb .eb-revisions>li:hover{background-color:#fafafa}#eb .eb-revisions>li:hover .eb-revisions-item-actions{display:block}#eb .eb-revisions-title{padding:16px;border-bottom:1px solid #f1f1f1}#eb .eb-revisions-title h5{margin-bottom:0}#eb .eb-revisions-item{display:table;width:100%;padding:16px}#eb .eb-revisions-item__notice,#eb .eb-revisions-item__content{display:table-cell;vertical-align:top}#eb .eb-revisions-item__notice{width:1%}#eb .eb-revisions-item__content{width:100%;white-space:nowrap}#eb .eb-revisions-item__content a{color:#000;font-weight:bold}#eb .eb-revisions-item__content a:hover{color:#1e88e5}#eb .eb-revisions-figure{background-color:#e3f2fd;color:#42a5f5;font-size:14px;font-weight:bold;text-align:center;display:inline-block;line-height:36px;margin-right:16px;width:40px;height:40px;border:2px solid #90caf9;border-radius:50%}#eb .eb-revisions-item-meta{color:#888;font-size:12px;margin-top:3px;margin-left:0;list-style:none}#eb .eb-revisions-item-meta>li{display:inline-block;vertical-align:middle}#eb .eb-revisions-item-meta>li+li:before{content:"\00b7";padding:0 4px}#eb .eb-revisions-item-actions{display:none;margin-top:10px}#eb .eb-revisions-item-actions>button{margin-right:5px}#eb .eb-revisions-item-actions .btn{padding:2px 8px;border-radius:2px}#eb .eb-revision-current,#eb .eb-revision-published{font-size:8px;line-height:11px;display:inline-block;vertical-align:top;margin:2px 0 0 5px;padding:2px 7px;border-radius:8px;text-transform:uppercase}#eb .eb-revision-current{background:#5ea4f2;color:#fff}#eb .eb-revision-published{background:#4fc25f;color:#fff}#eb .eb-reading-indicator{display:inline-block;color:rgba(var(--fd-gray-500),1)}#eb .eb-reading-indicator__time{font-weight:bold}#eb.is-mobile .eb-floating-toolbar .nav>li{position:static}#eb.is-mobile .eb-floating-toolbar .nav>li>a>span{display:none}#eb.is-mobile .eb-floating-toolbar .nav>li>a .fa{display:inline-block}#eb.is-mobile .eb-floating-toolbar .navbar-nav{position:relative}#eb.is-mobile .eb-floating-toolbar .navbar-nav>li .dropdown-menu{margin-top:40px}#eb.is-mobile .eb-floating-toolbar .navbar-nav .open .dropdown-menu{position:absolute;top:0;left:0}#eb.is-mobile .eb-floating-toolbar .navbar-nav.navbar-right{margin-top:8px;margin-bottom:8px}#eb .es-badges-list>li{margin:5px 5px 5px 0}#eb .es-badges-list>li a,#eb .es-badges-list>li img{display:inline-block;vertical-align:top}#eb .eb-post-state{margin-bottom:16px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#eb .eb-post-state__item{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-right:8px}#eb.is-mobile .eb-post-state__item{margin-right:0;margin-bottom:8px}#eb .eb-category{overflow:hidden;margin-bottom:20px}#eb .eb-category-profile{background:var(--fd-gray-50);padding:20px}#eb .eb-category-profile .col-cell+.col-cell{padding-left:20px}#eb .eb-category-profile+.eb-posts{margin-top:20px}#eb .eb-category-name{font-size:20px}#eb .eb-category-bio{margin-bottom:20px;padding:15px;border:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-category-subscribe{margin-top:16px;overflow:hidden}#eb .eb-category-subscribe>span+span{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-category-subscribe>span a{color:inherit}#eb .eb-category-subscribe>span .fa{font-size:16px}#eb .eb-category-info{width:30%}#eb .eb-category-info+.eb-category-stats{padding-left:30px}#eb .eb-category-stats{margin:10px 0 20px}#eb .eb-category-sm{overflow:hidden;border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;padding:6.6666666666667px}#eb .eb-category-sm+.eb-category-sm{margin-top:6.6666666666667px}#eb .eb-category-sm>a,#eb .eb-category-sm>div{display:table-cell;vertical-align:middle}#eb .eb-category-sm-thumb img{width:60px;height:60px}#eb .eb-category-sm-body{padding:0 0 0 10px}#eb .eb-category-sm-name{font-size:16px}#eb .eb-category-sm-subscribe{font-size:90%;margin-top:10px;overflow:hidden}#eb .eb-category-sm-subscribe>span{float:left;display:inline-block}#eb .eb-category-sm-subscribe>span+span{margin:0 0 0 10px;padding:0 0 0 10px;border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-category-sm-subscribe>span a{color:inherit}#eb .eb-category-sm-subscribe .fa{font-size:14px}#eb.is-mobile .eb-category-thumb,#eb.is-mobile .eb-category-details{display:block}#eb.is-mobile .eb-category-info{width:100% !important}#eb .eb-comments-tab{border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;display:table;width:100%;table-layout:fixed;border-collapse:separate;margin:20px 0}#eb .eb-comments-tab>li{display:table-cell;vertical-align:middle;width:1%}#eb .eb-comments-tab>li+li{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-comments-tab>li.active a{font-weight:bold;background:rgba(var(--fd-gray-50),1)}#eb .eb-comments-tab>li.active a:hover,#eb .eb-comments-tab>li.active a:focus{border:0;outline:0}#eb .eb-comments-tab>li a{display:block;text-align:center;white-space:nowrap;color:inherit;line-height:40px;overflow:hidden;text-overflow:ellipsis}#eb .eb-comments-tab>li a:hover{background:rgba(var(--fd-gray-50),1)}#eb .eb-comments-tab-content .eb-comments{margin-top:0}#eb .eb-comments,#eb .eb-comments-reply{margin-top:10px;position:relative}#eb .eb-comments-empty{background:rgba(var(--fd-gray-50),1);border:1px dashed rgba(var(--fd-gray-200),1);border-radius:8px;text-align:center;color:rgba(var(--fd-gray-800),1);padding:20px 10px;font-size:13px}#eb .eb-comments-empty .fa{display:block;font-size:50px;margin:0 0 20px}#eb .eb-comment+.eb-comment{margin-top:30px}#eb .eb-comment.is-moderated{border:1px dashed rgba(var(--fd-gray-200),1);color:rgba(var(--fd-gray-800),1)}#eb .eb-comment.is-moderated .under-moderation{border-bottom:1px dashed rgba(var(--fd-gray-200),1);border-radius:0;margin-bottom:10px;padding:10px 5px}#eb .eb-comment.is-moderated .cell-avatar{padding-left:15px}#eb .eb-comment.is-child .eb-avatar img{width:35px;height:35px}#eb .eb-comment:hover .eb-comment-admin{visibility:visible}#eb .eb-comment .under-moderation{padding:5px;border-radius:0}#eb .eb-comment .eb-comment-form{margin:15px 0}#eb .eb-comment .eb-comment-editor-actions{padding-top:15px}#eb .eb-comment .cell-avatar{padding-right:15px}#eb .eb-comment .fa-heart{width:18px;text-align:center;opacity:.5;filter:alpha(opacity=50)}#eb .eb-comment-editor{font-size:13px}#eb .eb-comment-editor .eb-checkbox label{font-size:13px}#eb .eb-comment-admin{visibility:hidden}#eb .eb-comment-admin .dropdown-toggle_{cursor:pointer}#eb .eb-comment-admin .dropdown-toggle_ i{vertical-align:middle}#eb .eb-comment-admin .dropdown-toggle_ i+i{font-size:70%;opacity:.5;filter:alpha(opacity=50)}#eb .eb-comment-admin .dropdown-menu{border-radius:2px;left:auto;right:0}#eb .eb-comment-admin .dropdown-menu a{padding:5px 15px}#eb .eb-comment-admin .dropdown-menu a:hover{background:#e5e5e5}#eb .eb-comment-admin .dropdown-menu a i{font-size:14px;opacity:.5;filter:alpha(opacity=50);width:20px}#eb .eb-comment-head{line-height:1}#eb .eb-comment-head a{font-weight:bold}#eb .eb-composer-author{margin:0 0 15px}#eb .eb-composer-author .eb-avatar img{margin-right:7.5px}#eb .eb-comment-body{color:#888;margin:5px 0}#eb .eb-comment-body img{max-width:100%}#eb .eb-comment-body blockquote{padding:8px 16px;margin:0;font-size:1.2em;border-left:5px solid rgba(var(--fd-gray-200),1)}#eb .eb-comment-body a{word-wrap:break-word;word-break:break-word;hyphens:auto}#eb .eb-comment-foot{line-height:1;margin-top:10px;overflow:hidden}#eb .eb-comment-foot span{float:left;position:relative}#eb .eb-comment-foot span+span{padding:0 0 0 10px;margin:0 0 0 7px}#eb .eb-comment-foot span+span:before{content:"";display:block;position:absolute;width:3px;height:3px;background:rgba(var(--fd-gray-200),1);margin-top:-1.5px;top:50%;left:0;border-radius:50%}#eb .eb-comment-foot span>a{color:inherit}#eb .is-like .eb-comment-heart .fa-heart{color:#e91e63;opacity:1;filter:alpha(opacity=100)}#eb .is-like .unlike-comment{display:inline-block}#eb .is-like .like-comment{display:none}#eb .unlike-comment{display:none}#eb .eb-comment-form{border:1px solid rgba(var(--fd-gray-200),1);padding:15px;margin-top:20px;border-radius:8px}#eb .eb-comment-form+.eb-comment{margin-top:40px}#eb .eb-comment-form .form-composer{margin:0 -15px}#eb .eb-comment-form .form-group{display:table;width:100%;margin:7.5px 0}#eb .eb-comment-form .form-control{margin:0}#eb .eb-comment-form .cell-half{width:50%;padding:0 3.75px 0 0}#eb .eb-comment-form .cell-half+.cell-half{padding:0 0 0 3.75px}#eb .eb-comment-editor .markItUpContainer{background:none;border:0;padding:0;margin:0;border-left:1px solid rgba(var(--fd-gray-200),1) !important;border-right:1px solid rgba(var(--fd-gray-200),1) !important}#eb .eb-comment-editor .markItUpContainer .markItUpExpanding .markItUpEditor{border-radius:0;border:0;border-top:1px solid rgba(var(--fd-gray-200),1);padding:10px 15px;box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important}#eb .eb-comment-editor .markItUpHeader{background:rgba(var(--fd-gray-50),1);border-top:1px solid rgba(var(--fd-gray-200),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);padding:2px 15px 6px !important}#eb .eb-comment-editor .markItUpHeader ul>li>a{background-color:rgba(var(--fd-gray-50),1) !important}#eb .eb-comment-editor .markItUpHeader ul>li>a:hover{background-color:#fff !important}#eb .eb-comment-editor .markItUpHeader ul>li.markItUpSeparator{background:rgba(var(--fd-gray-200),1) !important;color:rgba(var(--fd-gray-200),1) !important}#eb .eb-comment-editor .markItUpFooter{background:rgba(var(--fd-gray-50),1);border-top:1px solid rgba(var(--fd-gray-200),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);height:20px}#eb .eb-comment-editor .markItUpFooter .markItUpResizeHandle{cursor:n-resize;color:#aaa;display:block;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:bold;line-height:20px;height:20px;font-size:10px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#eb .eb-comment-editor .markItUpFooter .markItUpResizeHandle:before{content:"\f0c9"}#eb .eb-comment-avatar{display:inline-block;margin-bottom:10px}#eb .eb-comment-notice.alert{border:0;border-radius:0;border-left:0;border-top:0;margin:0 -15px;padding:15px 20px;text-shadow:none}#eb .eb-comment-captcha,#eb .eb-comment-recaptcha{background:rgba(var(--fd-gray-50),1);border-top:1px solid rgba(var(--fd-gray-200),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);padding:7.5px 15px;margin:7.5px -15px}#eb .eb-comment-captcha-form{display:table;float:left;width:1%;margin:0 5px 0 0}#eb .eb-comment-captcha-form>div{display:table-cell;vertical-align:middle}#eb .eb-comment-captcha-form>div+div a{border-top-left-radius:0;border-bottom-left-radius:0}#eb .eb-comment-captcha-form img{max-width:none !important;width:auto !important}#eb .eb-comment-captcha-img{background:#ddd;border-radius:8px 0 0 8px;padding:0 10px;width:1%}#eb .eb-comment-captcha-input{width:100px;font-family:monospace;font-size:16px;font-weight:bold}#eb .eb-comment-recaptcha .eb-recaptcha-wrapper{margin:0;overflow:hidden}@media(max-width:369px){#eb [data-recaptcha-item]{transform:scale(0.86);transform-origin:0 0;-webkit-transform:scale(0.86);-webkit-transform-origin:0 0;transform-origin:0 0}}#eb.is-mobile .eb-comment-editor .form-group>[class*="col-"]+[class*="col-"]{margin-top:10px}#eb.is-mobile .eb-comment-editor .form-control,#eb.is-mobile .eb-comment-editor .form-control.textarea{font-size:16px}#eb.is-mobile .eb-comment-form .cell-half{padding-right:0;width:100% !important}#eb.is-mobile .eb-comment-form .cell-half+.cell-half{padding-left:0}#eb.is-mobile .eb-composer-author .pull-right{float:none !important}#eb.is-mobile .eb-comment .cell-avatar{display:table-cell !important}#eb .eb-tags-filter{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px}#eb .eb-tags-filter .col-cell+.col-cell{padding-left:10px}#eb.is-mobile .eb-tags-filter .col-cell{margin-bottom:5px;width:100%;float:left}#eb.is-mobile .eb-tags-filter .col-cell+.col-cell{margin-bottom:0;padding-left:0}#eb .eb-tags-finder{position:relative}#eb .eb-tags-finder .form-control{padding-left:40px;box-shadow:none}#eb .eb-tags-finder .fa-tags{color:rgba(var(--fd-gray-500),1);width:40px;height:20px;line-height:20px;position:absolute;left:0;top:50%;margin-top:-10px;z-index:10;text-align:center}#eb .eb-tags-list{margin:0 -8px}#eb .eb-tags-grid{float:left;padding:0 8px;width:33.333333333333%}#eb .eb-tags-item{border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;padding:5px 10px;margin-bottom:16px;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-tags-item__icon{color:#555;float:left;display:block;overflow:hidden;background:none;line-height:1.5em;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}#eb .eb-tags-item__icon *{font-weight:inherit;display:inline-block}#eb .eb-tags-item__icon b{color:inherit;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#eb .eb-tags-item__icon .fa-rss-square{color:#e08d2d;font-weight:900}#eb .eb-tags-item__link{float:none;padding:0 0 0 5px;white-space:nowrap;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:100%;line-height:1.5em}#eb .eb-tags-item__link *{font-weight:inherit;display:inline-block;vertical-align:middle}#eb .eb-tags-item__link b{overflow:hidden;text-overflow:ellipsis}#eb .eb-tags-item__link i{color:#888;font-style:normal;margin-left:auto;padding-left:8px}#eb .eb-tag{border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px;margin-bottom:20px}#eb .eb-tag-avatar{margin:20px}#eb .eb-tag-head{background:rgba(var(--fd-gray-50),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);border-radius:7px 7px 0 0;padding:13.333333333333px}#eb .eb-tag-name{font-size:20px}#eb .eb-tag-name a{color:inherit}#eb .eb-tag-name a span{padding:0 10px 0 0}#eb .eb-tag-bio{margin:13.333333333333px}#eb .eb-tag-rss a{color:inherit}#eb .eb-tag-rss .fa-rss-square{color:#e08d2d}#eb.is-mobile .eb-tags-grid{width:50%}#eb .eb-login{position:relative;padding:20px 20%;border:1px solid rgba(var(--fd-gray-200),1);border-radius:8px}#eb .eb-login .eb-login-title{font-size:18px}#eb .eb-login-footer{display:table;width:100%}#eb .eb-login-footer__cell{display:table-cell;vertical-align:middle}#eb .eb-login-help{margin:0 0 8px}#eb .eb-login-help>div{width:1%;padding:0 4px 0 0}#eb .eb-login-help>div+div{padding:0 0 0 4px}#eb .sourcecoast.login{margin-top:10px;text-align:center}#eb .sourcecoast.login .social-login{float:none !important;display:inline-block !important}#eb .sourcecoast.login .social-login>a{margin-top:15px}#eb .eb-login.is-mobile{padding:20px}#eb .eb-login.is-mobile .eb-login-help>div{display:block !important;width:auto !important;padding:0 !important}#eb .eb-login.is-mobile .eb-login-help>div+div{padding-top:8px !important}#eb .avatar{background:#fff;display:inline-block;border-radius:100%}#eb .note-empty{border:1px dashed #ddd;position:absolute;left:15px;right:15px;top:15px;bottom:15px;text-align:center}#eb .note-empty .row-table{height:100%}#eb .eb-loader-o{width:20px;height:20px;top:10px;left:10px;display:inline-block;position:relative;vertical-align:middle;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#eb .eb-loader-o.size-md{width:40px;height:40px;top:20px;left:20px}#eb .eb-loader-o.size-md:before,#eb .eb-loader-o.size-md:after{border-width:6px}#eb .eb-loader-o.size-sm{width:16px;height:16px;top:8px;left:8px}#eb .eb-loader-o.size-sm:before,#eb .eb-loader-o.size-sm:after{border-width:4px}#eb .eb-loader-o.size-lg{width:60px;height:60px;top:30px;left:30px}#eb .eb-loader-o.size-lg:before,#eb .eb-loader-o.size-lg:after{border-width:8px}#eb .eb-loader-o:before,#eb .eb-loader-o:after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;border-radius:500rem;border:5px solid rgba(0,0,0,0.1)}#eb .eb-loader-o.color-white:before{border-color:rgba(255,255,255,0.35)}#eb .eb-loader-o.color-white:after{border-color:rgba(255,255,255,0.35) transparent transparent}#eb .eb-loader-o:after{-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:rgba(0,0,0,0.1) transparent transparent;box-shadow:0 0 0 1px transparent}#eb .eb-loader-o.indeterminate:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}#eb .eb-loader-o.active,#eb .eb-loader-o.visible{display:block}#eb .eb-loader-o.disabled,#eb .eb-loader-o.hidden{display:none}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#eb .eb-composer-fieldset{padding-bottom:16px;position:relative}#eb .eb-composer-fieldset.is-open .eb-composer-fieldset-content{display:block}#eb .eb-composer-fieldset.is-open .eb-composer-fieldset-header__icon:before{content:"\f068"}#eb .eb-composer-fieldset--accordion{padding:0}#eb .eb-composer-fieldset--accordion .eb-composer-fieldset-header{cursor:pointer}#eb .eb-composer-fieldset--accordion .eb-composer-fieldset-content{display:none}#eb .eb-composer-fieldset.is-disabled .eb-composer-fieldset-content{display:none}#eb .eb-composer-fieldset.is-hidden{display:none}#eb .eb-composer-fieldset-header{position:relative;padding:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .eb-composer-fieldset-header:before,#eb .eb-composer-fieldset-header:after{content:" ";display:table}#eb .eb-composer-fieldset-header:after{clear:both}#eb .eb-composer-fieldset-header>strong{color:rgba(var(--fd-gray-800),1);font-size:13px}#eb .eb-composer-fieldset-header>small{position:absolute;top:16px;right:48px;color:rgba(var(--fd-gray-500),1);font-size:13px}#eb .eb-composer-fieldset-header__icon{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:bold;float:right}#eb .eb-composer-fieldset-header__icon:before{content:"\f067"}#eb .eb-composer-fieldset-content{padding:0 16px 16px;font-size:12px}#eb .eb-composer-fieldset-content>*+*{margin-top:16px}#eb .eb-composer-fieldset-toggle{position:absolute;top:1px;left:-22px}#eb .eb-composer-fieldset-dropdown{position:absolute;top:0;right:0;color:rgba(var(--fd-gray-500),1);font-size:13px;cursor:pointer}#eb .eb-composer-fieldset-dropdown .dropdown-toggle_:hover{color:rgba(var(--fd-gray-800),1)}#eb .eb-composer-fieldset-dropdown .dropdown-toggle_ .caret{position:relative;top:-1px}#eb .eb-composer-fieldset-dropdown .dropdown-menu{right:0;left:auto;min-width:0;padding:0}#eb .eb-composer-fieldset-help{padding:0 16px}#eb .eb-composer-field+.eb-composer-field{margin-top:5px}#eb:not(.is-mobile) .eb-composer-fieldset-content.o-form-horizontal .o-control-label{width:40%}#eb:not(.is-mobile) .eb-composer-fieldset-content.o-form-horizontal .o-control-input{width:60%}#eb .eb-composer-fieldset-form-group-wrapper.has-css-field{padding:8px 16px;margin-bottom:16px}#eb .eb-composer-field-label{color:rgba(var(--fd-gray-800),1);font-weight:normal;font-size:12px;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0 8px 0 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .eb-composer-field-label .fa-question-circle{font-size:12px;position:absolute;right:2px;top:4px;line-height:20px;color:rgba(var(--fd-gray-500),1)}#eb.is-mobile .eb-composer-field-label .fa-question-circle{display:none}#eb .o-form-group--eb-style-bordered{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:6px}#eb .o-form-group--eb-style-bordered-outline{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:6px}#eb .eb-fake-input-field{position:relative;border:1px solid rgba(var(--fd-gray-200),1);box-shadow:none;line-height:1;height:auto;display:flex;align-items:center;width:100%;padding:0 16px;font-size:12px;border-radius:8px;background-color:rgba(var(--fd-white),1)}#eb .eb-fake-input-field__text{padding-top:8px;padding-bottom:8px}#eb .eb-fake-input-field *{outline:0 !important}#eb .eb-fake-input-field *::-moz-focus-inner{border:0 !important}#eb .eb-fake-input-field .dropdown-menu{margin-right:-22px}#eb .eb-composer-fieldgroup{border:15px solid transparent;border-left:0;border-right:0;position:relative;background-color:green !important}#eb .eb-composer-fieldgroup+.eb-composer-fieldgroup:before{content:"";display:block;position:absolute;top:-15px;left:0;width:100%;height:1px;z-index:1;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-composer-fieldgroup:first-child{border-top:0}#eb .eb-composer-fieldgroup:last-child{border-bottom:0}#eb .eb-composer-fieldgroup-label{margin-bottom:15px;position:relative;background-color:orange !important}#eb .eb-composer-fieldgroup-label strong{text-align:left;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:bold;color:rgba(var(--fd-gray-800),1)}#eb .eb-composer-fieldgroup-content{position:relative}#eb .eb-composer-fieldrow-content{width:100%}#eb .eb-composer-associate-lang{position:relative}#eb .eb-composer-associate-lang+.eb-composer-associate-lang{margin-top:5px}#eb .eb-composer-associate-lang.active .hide{display:block !important}#eb .eb-composer-associate-lang .input-group>.form-control{padding-left:35px}#eb .eb-composer-associate-lang .input-group>.input-group-btn>.btn{border-radius:0}#eb .eb-composer-associate-lang .input-group>.input-group-btn:last-child>.btn{border-top-right-radius:3px;border-bottom-right-radius:3px}#eb .eb-composer-associate-lang .input-flag{height:12px;position:absolute;left:10px;top:50%;margin-top:-6px;z-index:2}#eb .eb-composer-associate-lang .input-flag img{display:inline-block;vertical-align:top;width:18px;height:12px}#eb .eb-composer-textarea{border:1px solid rgba(var(--fd-gray-300),1);border-radius:3px;background:rgba(var(--fd-white),1)}#eb .eb-composer-textarea .o-form-control{border:0 !important;resize:none;width:100%;outline:0 !important}#eb .eb-composer-textarea .o-form-control::-moz-focus-inner{border:0 !important}#eb .eb-composer-textarea .o-form-control:focus{-webkit-box-shadow:none;box-shadow:none}#eb .eb-composer-textarea-footer{padding:7.5px;border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-composer-textarea-footer:before,#eb .eb-composer-textarea-footer:after{content:" ";display:table}#eb .eb-composer-textarea-footer:after{clear:both}#eb .eb-comp-autopost .fa{font-size:24px;vertical-align:top;position:relative;top:-4px}#eb .eb-comp-autopost input:checked+label .fa-facebook-square{color:#4267b2}#eb .eb-comp-autopost input:checked+label .fa-twitter-square{color:#55acee}#eb .eb-comp-autopost input:checked+label .fa-linkedin-square{color:#069}#eb .eb-pills{display:table}#eb .eb-pill-group{display:table-cell;vertical-align:middle;border-right:5px solid transparent;position:relative}#eb .eb-pill-group:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:6px}#eb .eb-pill-group:last-child{border-right:0}#eb .eb-pill{position:relative;display:table;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:6px}#eb .eb-pill-item{position:relative;display:table-cell;padding:7px 10px;color:rgba(var(--fd-gray-500),1);font-weight:bold;text-align:center;cursor:pointer}#eb .eb-pill-item+.eb-pill-item{border-left:1px solid rgba(var(--fd-gray-300),1)}#eb .eb-pill-item:first-child{border-radius:6px 0 0 6px}#eb .eb-pill-item:last-child{border-radius:0 6px 6px 0}#eb .eb-pill-item.active{background:rgba(var(--fd-gray-50),1);color:rgba(var(--fd-primary-500),1)}#eb .eb-tabs.pill-style{border-radius:6px}#eb .eb-tabs.pill-style .eb-tabs-content-item{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-300),1);border-top:0;border-radius:0 0 6px 6px;padding:15px;color:rgba(var(--fd-gray-800),1)}#eb .eb-tabs.pill-style.is-open .eb-tabs-menu{border-radius:6px 6px 0 0}#eb .eb-tabs.pill-style.is-open .eb-tabs-menu-item:first-child{border-radius:6px 0 0 0}#eb .eb-tabs.pill-style.is-open .eb-tabs-menu-item:last-child{border-radius:0 6px 0 0}#eb .eb-composer-range-slider{margin:15px 0 0}#eb .eb-composer-slider-track{background:#eee;border:1px solid #ddd;border-radius:2px;height:6px;position:relative}#eb .eb-composer-slider-handle{background:#fff;border:1px solid #ccc;border-radius:7px;cursor:pointer;position:absolute;left:50%;top:-6px;margin-left:-13px;width:24px;height:16px;z-index:10}#eb .eb-composer-slider-handle:before{background:#ccc;content:"";display:block;width:1px;height:6px;position:absolute;left:50%;top:50%;margin-top:-3px;box-shadow:-4px 0 0 0 #ccc,4px 0 0 0 #ccc}#eb .eb-composer-slider-track-value{display:table;width:100%}#eb .eb-composer-slider-track-value>div{display:table-cell;width:1%;text-align:center;position:relative;padding:15px 0 0;color:#999}#eb .eb-composer-slider-track-value>div:before{background:#ddd;content:"";display:block;height:10px;width:1px;position:absolute;left:50%;top:0;margin:0 0 0 -.5px}#eb .eb-composer-slider-track-value>div.active{color:#555}#eb .eb-swatch.swatch-grid .row{margin:0 -5px -10px}#eb .eb-swatch.swatch-grid .row>[class*="col"],#eb .eb-swatch.swatch-grid .row>[class*=" col"]{padding-left:5px;padding-right:5px;padding-bottom:10px}#eb .eb-swatch-item{background:rgba(var(--fd-white),1);border-radius:6px;cursor:pointer;z-index:1}#eb .eb-swatch-item.active,#eb .eb-swatch-item.selected{background:rgba(var(--fd-gray-50),1);border-color:rgba(var(--fd-primary-500),1);-webkit-box-shadow:none;box-shadow:none;z-index:2}#eb .eb-swatch-item.active .eb-swatch-label,#eb .eb-swatch-item.selected .eb-swatch-label{color:rgba(var(--fd-gray-800),1)}#eb .eb-swatch-item.active .eb-image-figure>div,#eb .eb-swatch-item.selected .eb-image-figure>div{background:rgba(var(--fd-primary-500),1)}#eb .eb-swatch-item-button,#eb .eb-swatch-alert{background:rgba(var(--fd-white),1);border-radius:6px;cursor:pointer;z-index:1;padding:8px;border:1px solid transparent}#eb .eb-swatch-item-button .o-alert,#eb .eb-swatch-alert .o-alert{margin:8px}#eb .eb-swatch-item-button .eb-note,#eb .eb-swatch-alert .eb-note{padding-bottom:10px}#eb .eb-swatch-item-button .eb-note__content,#eb .eb-swatch-alert .eb-note__content{font-size:13px}#eb .eb-swatch-item-button.active,#eb .eb-swatch-item-button.selected,#eb .eb-swatch-alert.active,#eb .eb-swatch-alert.selected{border-color:rgba(var(--fd-primary-500),1);-webkit-box-shadow:none;box-shadow:none;z-index:2}#eb .eb-swatch-item-button.active .eb-swatch-label,#eb .eb-swatch-item-button.selected .eb-swatch-label,#eb .eb-swatch-alert.active .eb-swatch-label,#eb .eb-swatch-alert.selected .eb-swatch-label{color:rgba(var(--fd-gray-800),1)}#eb .eb-swatch-item-button.active .eb-image-figure>div,#eb .eb-swatch-item-button.selected .eb-image-figure>div,#eb .eb-swatch-alert.active .eb-image-figure>div,#eb .eb-swatch-alert.selected .eb-image-figure>div{background:rgba(var(--fd-primary-500),1)}#eb .eb-swatch-item-thumbnail{background:rgba(var(--fd-white),1);cursor:pointer;border:1px solid rgba(var(--fd-gray-200),1);border-radius:6px}#eb .eb-swatch-item-thumbnail.active{cursor:default;border-color:rgba(var(--fd-primary-500),1);z-index:2}#eb .eb-swatch-preview{position:relative;overflow:hidden}#eb .eb-swatch-preview.is-responsive{padding-top:80%}#eb .eb-swatch-preview.is-responsive>div{position:absolute;width:100%;height:100%;top:0;left:0}#eb .eb-swatch-label{border-radius:0 0 5px 5px}#eb .eb-swatch-label>span{text-align:center;display:block;font-weight:bold;padding:0 4px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#eb .eb-composer-textboxlist{height:auto}#eb .eb-composer-textboxlist.o-form-control{display:block;width:100%;padding:4px 12px;margin:0;font-size:13px;line-height:1.538461538;color:rgba(var(--fd-gray-800),1);background-color:rgba(var(--fd-white),1);background-image:none;border:1px solid rgba(var(--fd-gray-300),1);border-bottom:0;border-radius:3px 3px 0 0;min-height:72px;border-radius:3px;box-shadow:none}#eb .eb-composer-textboxlist:before,#eb .eb-composer-textboxlist:after{content:" ";display:table}#eb .eb-composer-textboxlist:after{clear:both}#eb .eb-composer-textboxlist .textboxlist-textField{color:rgba(var(--fd-gray-500),1)}#eb .eb-composer-textboxlist .textboxlist-item{background:rgba(var(--fd-gray-100),1);border:1px solid rgba(var(--fd-gray-100),1);color:rgba(var(--fd-gray-500),1);border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:default}#eb .eb-composer-textboxlist .textboxlist-item:hover{background:rgba(var(--fd-danger-100),1);border-color:rgba(var(--fd-danger-100),1);color:rgba(var(--fd-danger-500),1)}#eb .eb-composer-textboxlist .textboxlist-item.is-locked{background:rgba(var(--fd-info-100),1);border:1px solid rgba(var(--fd-info-100),1);color:rgba(var(--fd-info-500),1)}#eb .eb-composer-textboxlist .textboxlist-item .fa-lock{font-size:14px;position:absolute;left:0;top:0;line-height:inherit;width:24px;text-align:center}#eb .eb-composer-tags .eb-composer-textboxlist.o-form-control{border-radius:3px 3px 0 0;border-bottom:0}#eb .eb-tabs{position:relative}#eb .eb-tabs-menu{position:relative;z-index:2;display:table;width:100%}#eb .eb-tabs-menu-item{position:relative;display:table-cell;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .eb-tabs-content{position:relative;z-index:1}#eb .eb-tabs-content-item{display:none}#eb .eb-tabs-content-item.active{display:block}#eb .colorpicker{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .colorpicker-hsb-panel{position:relative;padding-right:30px}#eb .colorpicker-h-panel{position:absolute;top:0;right:0;width:20px;height:100%;border:1px solid #ccc;border-radius:2px;cursor:crosshair}#eb .colorpicker-h-handle{position:absolute;top:0;left:0;width:100%;height:4px;border:1px solid white;-webkit-box-shadow:0 0 0 1px black;box-shadow:0 0 0 1px black;border-radius:2px;margin-top:-2px}#eb .colorpicker-sb-panel{position:relative;width:100%;height:240px;cursor:crosshair;background:red;border-radius:2px;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .colorpicker-b-overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";background:-moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff',endColorstr='#00ffffff')}#eb .colorpicker-s-overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,#000));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)}#eb .colorpicker-sb-handle{position:absolute;width:8px;height:8px;border:1px solid white;-webkit-box-shadow:0 0 0 1px black;box-shadow:0 0 0 1px black;margin:-4px 0 0 -4px;border-radius:50%;z-index:3}#eb .colorpicker-preview{border-radius:3px;width:30px;height:30px}#eb .colorpicker-hex-input{text-transform:uppercase}#eb .eb-colorpicker-header{margin-bottom:10px}#eb .eb-colorpicker-header .o-grid-sm__cell:nth-child(1){padding-right:8px}#eb .eb-colorpicker-header .eb-colorpicker-toggle{position:relative;top:8px}#eb .eb-colorpicker .colorpicker-hex-input{width:100px;padding-right:27px;text-align:left;float:left}#eb .eb-colorpicker .colorpicker-preview{width:20px;height:21px;float:left;position:relative;left:-25px;top:5px}#eb .eb-list{border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px;background:rgba(var(--fd-white),1)}#eb .eb-list-item{padding:10px 15px;position:relative;cursor:pointer}#eb .eb-list-item+.eb-list-item{border-top:1px solid rgba(var(--fd-gray-50),1)}#eb .eb-list-item:before{display:none;content:"\f00c";position:absolute;top:50%;right:15px;font-family:'Font Awesome 5 Free';font-weight:900;font-style:normal;font-size:12px;line-height:12px;margin-top:-6px;color:rgba(var(--fd-gray-500),1)}#eb .eb-list-item:hover:not(.active):before{display:block}#eb .eb-list-item.active{background:rgba(var(--fd-gray-50),1)}#eb .eb-list-item.active:before{display:block;color:rgba(var(--fd-primary-500),1)}#eb .eb-hint{display:table;text-align:center;width:100%}#eb .eb-hint.layout-overlay{top:0;left:0;width:100%;height:100%;z-index:10}#eb .eb-hint>div{display:table-cell;vertical-align:middle}#eb .eb-hint-icon{display:block;font-size:36px;margin-bottom:10px}#eb .eb-hint-text{display:block;padding:0 30px;word-wrap:break-word}#eb .eb-hint.style-gray .eb-hint-icon{color:rgba(var(--fd-gray-500),1)}#eb .eb-hint.style-gray .eb-hint-text{color:rgba(var(--fd-gray-500),1);font-weight:bold;font-size:16px}#eb .eb-hint.style-light .eb-hint-icon{color:rgba(var(--fd-gray-500),1)}#eb .eb-hint.style-light .eb-hint-text{color:rgba(var(--fd-gray-500),1);font-weight:normal;font-size:11px}#eb .eb-hint.style-osd .eb-hint-text{background:rgba(0,0,0,0.5);padding:10px;color:white;display:inline-block;font-size:12px;border-radius:3px;font-weight:bold}#eb .eb-hint.size-sm .eb-hint-icon{font-size:16px;margin-bottom:5px}#eb .eb-hint.size-sm .eb-hint-text{font-size:12px}#eb .eb-mm-variation-item.eb-list-item{padding:7.5px 30px}#eb .eb-mm-variation-item>div{position:relative}#eb .eb-mm-variation-item i{width:14px;line-height:18px;text-align:center;float:left;margin-left:-15px;margin-right:5px;color:rgba(var(--fd-gray-500),1)}#eb .eb-mm-variation-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:18px;margin-left:7.5px;padding-right:72px;display:block}#eb .eb-mm-variation-item small{position:absolute;top:0;right:0;line-height:18px;font-size:11px;color:rgba(var(--fd-gray-500),1);padding-right:10px}#eb .eb-mm-variation-item.is-missing i{color:#d9534f}#eb .eb-mm-variation-item.is-missing span{color:rgba(var(--fd-gray-500),1)}#eb .eb-composer-tags-suggestions{border:1px solid rgba(var(--fd-gray-300),1);border-radius:0 0 3px 3px;border-top:0;background:rgba(var(--fd-white),1)}#eb .eb-composer-tags-suggestions.is-showing .eb-composer-tags-selection{border-top:1px solid rgba(var(--fd-gray-300),1);max-height:160px}#eb .eb-composer-tags-suggestions.is-showing .eb-composer-tags-toggle{color:rgba(var(--fd-primary-500),1)}#eb .eb-composer-tags-suggestions.is-showing .eb-composer-tags-toggle:before,#eb .eb-composer-tags-suggestions.is-showing .eb-composer-tags-toggle:after{content:'';display:block;border-top:5px solid rgba(var(--fd-gray-300),1);border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;left:50%;top:0;margin-left:-5px}#eb .eb-composer-tags-suggestions.is-showing .eb-composer-tags-toggle:after{top:-1px;border-top-color:rgba(var(--fd-gray-200),1)}#eb .eb-composer-tags-suggestions.is-showing .eb-composer-tags-toggle span{color:rgba(var(--fd-gray-500),1);display:inline-block;font-size:12px;font-weight:normal}#eb .eb-composer-tags-suggestions.is-empty small.empty-tags{display:block;font-size:12px;color:rgba(var(--fd-gray-200),1);height:45px;line-height:26px;padding:7.5px;margin-bottom:-15px}#eb .eb-composer-tags-suggestions.is-autofilling .eb-composer-tags-toggle{display:none}#eb .eb-composer-tags-suggestions.is-autofilling .eb-composer-tags-autofill-indicator{display:inline-block}#eb .eb-composer-tags-autofill-indicator{display:none}#eb .eb-composer-tags-selection{position:relative;background:rgba(var(--fd-gray-50),1);max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}#eb .eb-composer-tags-selection:before,#eb .eb-composer-tags-selection:after{content:" ";display:table}#eb .eb-composer-tags-selection:after{clear:both}#eb .eb-composer-tags-selection>small{display:none;text-align:center;height:0;overflow:hidden}#eb .eb-composer-tags-selection>s{display:none}#eb .eb-composer-tags-selection-itemgroup{padding:7.5px;overflow:hidden;overflow-y:auto;max-height:160px;text-align:center}#eb .eb-composer-tags-selection-itemgroup>div{background:rgba(var(--fd-primary-100),1);border:1px solid rgba(var(--fd-primary-100),1);color:rgba(var(--fd-primary-500),1);line-height:24px;height:26px;padding:0 8px;margin:2px;padding:0 4px;cursor:pointer;border-radius:3px;display:inline-block;font-size:12px;font-weight:bold;white-space:nowrap;max-width:300px;text-overflow:ellipsis;overflow:hidden}#eb .eb-composer-tags-selection-itemgroup>div.active{background:rgba(var(--fd-success-100),1);border:1px solid rgba(var(--fd-success-100),1);color:rgba(var(--fd-success-500),1)}#eb .eb-composer-tags-selection-itemgroup>div.is-used{display:none}#eb .eb-composer-tags-actions{position:relative;padding:7.5px;border-top:1px solid rgba(var(--fd-gray-300),1);min-height:35px}#eb .eb-composer-tags-actions:before,#eb .eb-composer-tags-actions:after{content:" ";display:table}#eb .eb-composer-tags-actions:after{clear:both}#eb .eb-composer-tags-actions.is-loading .eb-loader-o{display:inline-block}#eb .eb-composer-tags-actions .eb-loader-o{display:none}#eb .eb-composer-tags-actions>span{cursor:pointer}#eb .eb-composer-tags-toggle{position:absolute;padding:0 7.5px;height:100%;top:0;left:0;line-height:35px;-webkit-box-sizing:padding-box;-moz-box-sizing:padding-box;box-sizing:padding-box;color:rgba(var(--fd-gray-500),1);font-size:14px;font-weight:bold;cursor:pointer}#eb .eb-composer-tags-toggle>span{display:none}#eb .eb-composer-tags-toggle:hover{color:#4e72e2}#eb .btn{-webkit-box-shadow:none;box-shadow:none}#eb .text-small{font-size:11px !important}#eb .control-label{font-weight:normal}#eb .form-action{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-top:25px}#eb.is-mobile .form-action{display:block}#eb .input-group.pull-left+.btn{margin-left:5px}#eb .is-empty .eb-dashboard-empty{display:inline-block}#eb .is-empty .eb-table{display:none}#eb .eb-dashboard-empty{background-color:rgba(var(--fd-white),1);text-align:center;width:100%;min-height:200px;display:none;position:relative}#eb .eb-dashboard-empty__content{position:absolute;top:50%;left:50%;webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#eb .eb-dashboard-empty__icon{font-size:28px;color:#888;margin-bottom:8px;width:auto}#eb .eb-dashboard-empty__text b{display:block;margin-bottom:8px}#eb .eb-dashboard-empty__text p{color:#888}#eb .eb-dashboard-header-wrapper{margin-bottom:20px}#eb .eb-dashboard-sticky-header{min-height:110px;background:rgba(var(--fd-white),1)}#eb .eb-dashboard-sticky-header.affix{width:100%;top:0;z-index:100}#eb .eb-dashboard-sticky-header.affix .eb-table-filter{border-radius:0}#eb.is-mobile .eb-dashboard-sticky-header.affix{position:relative}#eb .eb-dashboard-entry-header{margin:0 auto;width:100%}#eb .eb-box{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-bottom-color:rgba(var(--fd-gray-200),1);margin-top:25px;border-radius:2px}#eb .eb-box.is-empty{display:block !important}#eb .eb-box.empty{display:none;padding:100px 0;font-size:16px}#eb .eb-box.empty>i{font-size:64px;display:block;color:rgba(var(--fd-gray-800),1);margin-bottom:30px}#eb .eb-box-head{font-weight:bold;border-bottom:1px solid rgba(var(--fd-gray-200),1);padding:15px 20px}#eb .eb-box-body{padding:20px}#eb .eb-box-body.no-padding{padding:0}#eb .eb-box-body .form-group{margin:0 -5px}#eb .eb-box-body .form-group+.form-group{margin-top:10px}#eb .eb-box-body .form-group .control-label,#eb .eb-box-body .form-group .control-label+div{padding-left:5px;padding-right:5px}#eb .eb-box-body .o-onoffswitch{margin-top:10px}#eb .eb-box-body__title{margin-bottom:16px;text-transform:uppercase;font-size:11px;color:#888}#eb .eb-box-title{background:rgba(var(--fd-white),1);display:block;padding:0 20px 15px;margin:0 -20px 20px;border-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-box-lead{background:rgba(var(--fd-gray-50),1);color:#333;display:block;padding:10px 20px;margin:-20px -20px}#eb .eb-box-lead.notice{background:#ffd;color:#000}#eb .eb-box-lead.notice .fa{color:#000;font-size:14px;margin-right:5px}#eb .eb-box-help{margin-top:5px;font-size:11px}#eb .eb-box-tags:before,#eb .eb-box-tags:after{content:" ";display:table}#eb .eb-box-tags:after{clear:both}#eb .eb-box-tag-remove{display:none;background:#fff;color:#f2765b;position:absolute;line-height:32px;height:32px;width:32px;left:0;top:0;text-align:center}#eb .eb-box-tag-link{color:inherit;text-decoration:none}#eb .eb-box-tag-link:hover{text-decoration:underline}#eb .eb-box-tag{background:rgba(var(--fd-white),1);color:rgba(var(--fd-gray-800),1);display:inline-block;border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px;line-height:32px;padding:0 10px 0 32px;margin:3px 0;position:relative;overflow:hidden}#eb .eb-box-tag>i{color:#333;position:absolute;line-height:32px;height:32px;width:32px;left:0;top:0;text-align:center}#eb .eb-box-tag>b{color:#333;font-weight:normal}#eb .eb-box-tag:hover .eb-box-tag-remove{display:block}#eb .eb-box-carousel-comments{line-height:1.3}#eb .eb-box-carousel-comments .carousel-indicators{width:auto;margin:0;right:0;bottom:auto;top:-30px;left:auto;text-align:right}#eb .eb-box-carousel-comments .carousel-indicators>li{border:1px solid #ddd;width:10px !important;height:10px !important;margin:0;float:none;display:inline-block}#eb .eb-box-carousel-comments .carousel-indicators>li.active{background:#ddd}#eb .eb-box-carousel-comments .media-content{line-height:16px;height:48px;overflow:hidden}#eb .eb-box-carousel-comments img{max-width:300px}#eb .eb-box-carousel-comments__content{margin-top:4px;margin-bottom:4px;height:60px;overflow:hidden;position:relative}#eb .eb-box-carousel-comments__content:before,#eb .eb-box-carousel-comments__content:after{content:'';position:absolute;width:100%;height:40px;background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ff0000ff',GradientType=0);bottom:0}#eb .eb-box-pagination{width:100%;padding:0;margin:0;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}#eb #com_users_twofactor_forms_container{padding:0 25px}#eb #com_users_twofactor_forms_container>fieldset{margin-top:15px}#eb #com_users_twofactor_forms_container #com_users_twofactor_totp .span6{width:100%}#eb #com_users_twofactor_forms_container fieldset+fieldset{margin-top:15px}#eb #com_users_twofactor_forms_container legend{border-bottom:0}#eb #com_users_twofactor_forms_container #totpsecuritycode{display:block;width:100%;height:32px}#eb ul .post-actions{display:none}#eb .eb-stats-listing>div{overflow:hidden;border-bottom:1px solid rgba(var(--fd-gray-200),1);padding-bottom:16px}#eb .eb-stats-listing>div+div{margin-top:16px}#eb .eb-stats-listing>div>b{display:block;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:20px;white-space:nowrap}#eb .eb-stats-listing>div>b i{font-size:14px}#eb .eb-stats-listing>div>b a{color:rgba(var(--fd-gray-800),1)}#eb .eb-stats-listing>div>span{margin:0 0 0 16px;height:20px;line-height:20px}#eb .eb-top-comments{border-radius:8px;border:1px solid rgba(var(--fd-gray-200),1);padding:16px}#eb .eb-pager{margin-top:25px}#eb .eb-pager:before,#eb .eb-pager:after{content:" ";display:table}#eb .eb-pager:after{clear:both}#eb .diff-html-added{background-color:#cfc}#eb .diff-html-removed{background-color:#fcc;text-decoration:line-through}#eb.is-mobile .eb-box-body .control-label{float:none !important;display:block;margin-bottom:5px;width:auto;text-align:inherit}#eb .form-horizontal .control-label{text-align:left;padding-left:0}#eb .form-horizontal .avatar-image{width:80px;height:80px;border-radius:50%;overflow:hidden}#eb .form-horizontal .o-onoffswitch{margin-top:8px}#eb.is-mobile .form-horizontal .control-label{margin-bottom:8px}#eb.is-mobile .form-horizontal .col-md-8{padding-left:0}#eb .eb-dashboard-form-section>*+*{margin-top:16px}#eb .eb-dashboard-form-section__desc,#eb .eb-dashboard-form-section__form{padding:0 16px}#eb.is-mobile .eb-dashboard-form-section__desc,#eb.is-mobile .eb-dashboard-form-section__form{padding:0}#eb .db-post-item{display:flex;align-items:center;padding:16px;color:rgba(var(--fd-gray-500),1);background-color:rgba(var(--fd-gray-50),1);border-radius:.3rem}#eb .eb-quick-post{margin-top:30px}#eb .eb-quick-post:before,#eb .eb-quick-post:after{content:" ";display:table}#eb .eb-quick-post:after{clear:both}#eb .eb-quick-post .eb-quick-tabs{background:rgba(var(--fd-white),1);display:table;width:100%;border:1px solid rgba(var(--fd-gray-200),1);border-bottom:0;border-radius:2px 2px 0 0}#eb .eb-quick-post .eb-quick-tabs>li{display:table-cell;width:1%;text-align:center;border-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-quick-post .eb-quick-tabs>li+li{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-quick-post .eb-quick-tabs>li a{background:rgba(var(--fd-gray-50),1);border-bottom:4px solid rgba(var(--fd-gray-50),1);display:block;color:rgba(var(--fd-gray-800),1);text-decoration:none !important;padding:15px 0;text-transform:uppercase;font-size:11px}#eb .eb-quick-post .eb-quick-tabs>li a:hover{background:rgba(var(--fd-gray-50),1);border-color:rgba(var(--fd-gray-50),1)}#eb .eb-quick-post .eb-quick-tabs>li i{color:#888;font-size:24px;display:block;margin-bottom:10px}#eb .eb-quick-post .eb-quick-tabs>li.active{border-bottom:0}#eb .eb-quick-post .eb-quick-tabs>li.active a{background:rgba(var(--fd-white),1);border-bottom:0}#eb .eb-quick-post .eb-quick-tabs>li.active i{color:#888}#eb .eb-quick-content{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-top:0;padding:15px;border-radius:0 0 2px 2px}#eb .eb-quick-content .tab-pane{display:none}#eb .eb-quick-content .tab-pane.active{display:block}#eb .eb-quick-content .btn .eb-loader,#eb .eb-quick-content .btn .eb-loader-font{margin:0 0 0 5px}#eb .eb-quick-content .eb-composer-textboxlist{border:1px solid rgba(var(--fd-gray-200),1);bottom:none;padding:4px 12px}#eb .is-extended .btn-options-less{display:block}#eb .is-extended .btn-options-more{display:none}#eb .btn-options-less{display:none}#eb .btn-options-more{display:block}#eb ul.eb-quick-photo-tab{border-bottom:1px solid rgba(var(--fd-gray-200),1);overflow:hidden;margin:-15px -15px 20px;padding:5px 0 0}#eb ul.eb-quick-photo-tab li{float:left;width:50%}#eb ul.eb-quick-photo-tab li+li{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb ul.eb-quick-photo-tab li>a{border-bottom:5px solid transparent;display:block;text-align:center;padding:20px 0;color:#888;font-weight:bold;font-size:12px}#eb ul.eb-quick-photo-tab li.active>a{color:rgba(var(--fd-gray-800),1);border-bottom-color:rgba(var(--fd-gray-200),1)}#eb .eb-quick-photo-uploader{background:rgba(var(--fd-gray-50),1);border:2px dashed rgba(var(--fd-gray-200),1);text-align:center;color:#888}#eb .eb-quick-photo-uploader .fa-photo{font-size:60px;line-height:60px;height:60px;color:#888}#eb .eb-quick-photo-uploader .fa-photo+div{margin-top:10px}#eb .eb-quick-photo-uploader-loading{background:rgba(var(--fd-gray-50),1);border:2px dashed rgba(var(--fd-gray-200),1);text-align:center;color:#888}#eb .eb-quick-photo-uploader-loading .fa-refresh{font-size:60px;line-height:60px;height:60px;color:#888}#eb .eb-quick-photo-uploader-loading .fa-refresh+div{margin-top:10px}#eb #input-drop-container{padding:140px 0;cursor:pointer}#eb .eb-quick-photo-uploader-preview{background:rgba(var(--fd-gray-50),1);border:2px dashed rgba(var(--fd-gray-200),1);text-align:center;padding:15px}#eb .eb-quick-photo-uploader-preview img{display:block;max-width:100%}#eb .eb-quick-photo-tab-content #dropzone div.plupload.html5{position:absolute;top:0;width:100% !important;height:100% !important}#eb .eb-quick-photo-camera{padding:20px;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px}#eb #camera{text-align:center}#eb .eb-quick-photo-camera-preview{text-align:center}#eb .eb-quick-photo-uploader-reupload,#eb .eb-quick-photo-camera-capture,#eb .eb-quick-photo-camera-recapture{margin:0 0 15px;padding:15px 0;font-size:14px;font-weight:bold}#eb .eb-quick-photo-uploader-reupload .fa,#eb .eb-quick-photo-camera-capture .fa,#eb .eb-quick-photo-camera-recapture .fa{margin:0 5px 0 0;opacity:.7}#eb .eb-quick-video .eb-quick-video-preview{display:none;text-align:center;background:none repeat scroll 0 0 rgba(var(--fd-gray-50),1);border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:20px 0;padding:40px 0}#eb .eb-quick-video .eb-quick-video-preview.has-preview{display:block}#eb .eb-quick-video .eb-quick-video-preview:before,#eb .eb-quick-video .eb-quick-video-preview:after{content:" ";display:table}#eb .eb-quick-video .eb-quick-video-preview:after{clear:both}#eb .eb-quick-actions{text-align:right}#eb .eb-quick-actions *{display:inline-block;vertical-align:middle}#eb.is-mobile .eb-quick-more-options,#eb.is-mobile .eb-quick-autopost{margin-bottom:16px}#eb.is-mobile .eb-quick-actions{text-align:left}#eb .eb-quick-autopost{border-right:1px dotted rgba(var(--fd-gray-200),1);margin-right:10px}#eb .eb-quick-autopost label{margin:0 10px 0 0;vertical-align:middle}#eb .eb-quick-autopost label input{margin:5px 5px 0 0;float:left}#eb .eb-quick-autopost label .fa{font-size:18px;color:#aaa}#eb .eb-quick-autopost label.checked .fa-facebook-square{color:#4862a3}#eb .eb-quick-autopost label.checked .fa-twitter-square{color:#3196e2}#eb .eb-quick-autopost label.checked .fa-linkedin-square{color:#147dbd}#eb .eb-quick-share-link{background:rgba(var(--fd-gray-50),1);border-radius:8px;text-align:center;padding:20px 0;margin:0 auto 20px}#eb .eb-table-filter{background-color:rgba(var(--fd-white),1);color:rgba(var(--fd-gray-800),1);padding:7px 15px;margin-top:-1px;margin-bottom:20px;border:1px solid rgba(var(--fd-gray-200),1);border-radius:0 0 2px 2px;min-width:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-table-filter .form-control{width:auto;height:auto;border-radius:2px;box-shadow:none;max-width:130px}#eb .eb-table-filter__cell{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:5px 0;min-width:0}#eb .eb-table-filter__cell>.input-group .form-control,#eb .eb-table-filter__cell>.input-group .input-group-btn{float:left}#eb .eb-table-filter__cell>.input-group .form-control{border-radius:2px 0 0 2px}#eb .eb-table-filter__cell+div .input-group-btn>.btn{border-radius:0 2px 2px 0}#eb .eb-table-filter__cell--filter{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}#eb .eb-table-filter__cell--filter .eb-filter-select-groups{background-color:blue;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-table-filter__cell--filter .eb-filter-select-groups .eb-filter-select-group:first-child:not(:last-child){-webkit-order:2;-ms-order:2;order:2}#eb .eb-table-filter__cell--filter .eb-filter-select-groups .eb-filter-select-group:first-child:not(:last-child)>select{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}#eb .eb-table-filter__cell--filter .eb-filter-select-groups .eb-filter-select-group:last-child:not(:first-child)>select{border-radius:2px 0 0 2px}#eb .eb-table-filter__action{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb .eb-table-filter__search-field{-webkit-order:2;-ms-order:2;order:2;-webkit-flex:0;-ms-flex:0;flex:0;margin-left:4px}#eb .eb-table-filter .btn{border-radius:2px}#eb .eb-filter-select-group{background-color:red;position:relative;background-color:rgba(var(--fd-white),1);border-radius:8px}#eb .eb-filter-select-group:before{content:"Use o-select-group";position:absolute;top:0;left:0;display:block;color:red;z-index:9999}#eb .eb-filter-select-group select{background-color:red;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(var(--fd-gray-200),1);margin:0;z-index:2;background-color:transparent;position:relative;float:none !important;padding-right:24px !important}#eb .eb-filter-select-group option{color:rgba(var(--fd-gray-800),1);background-color:rgba(var(--fd-white),1)}#eb .eb-filter-select-group__drop{width:0;height:0;pointer-events:none;border-width:6px 5px 0 5px;border-style:solid;border-color:#888 transparent transparent transparent;position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:2}#eb .eb-filter-select-group--inline{display:inline-block}#eb .eb-filter-select-group--inline select{width:auto}@media(min-width:992px){#eb .eb-table-filter{padding:12px 15px}#eb .eb-table-filter>div{padding:0}}#eb.is-mobile .eb-table-filter{display:block}#eb.is-mobile .eb-table-filter__cell{display:block}#eb.is-mobile .eb-table-filter>div>div{margin-left:0 !important;margin-bottom:5px}#eb.is-mobile .eb-table-filter>div>.input-group{display:table;width:100%;float:none !important}#eb.is-mobile .eb-table-filter>div>.input-group .form-control,#eb.is-mobile .eb-table-filter>div>.input-group .input-group-btn{display:table-cell;float:none}#eb.is-mobile .eb-table-filter>div+div .eb-filter-select-groups{display:block;float:none}#eb.is-mobile .eb-table-filter .form-control{width:100%;max-width:none}#eb.is-mobile .eb-table-filter__cell--filter{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:0}#eb.is-mobile .eb-table-filter__cell--filter .eb-filter-select-groups{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}#eb.is-mobile .eb-table-filter__cell--filter .eb-filter-select-groups .eb-filter-select-group:first-child:not(:last-child){-webkit-order:2;-ms-order:2;order:2}#eb.is-mobile .eb-table-filter__cell--filter .eb-filter-select-groups .eb-filter-select-group:first-child:not(:last-child)>select{margin-left:0;border-top-left-radius:2px;border-bottom-left-radius:2px}#eb.is-mobile .eb-table-filter__cell--filter .eb-filter-select-groups .eb-filter-select-group:last-child:not(:first-child)>select{border-radius:2px}#eb.is-mobile .eb-filter-select-groups .eb-filter-select-group{margin-bottom:5px}#eb.is-mobile .eb-filter-select-group{width:100%}#eb .eb-table tr .eb-checkbox label{padding-left:0}#eb .eb-table tr .eb-checkbox label:before,#eb .eb-table tr .eb-checkbox label:after{top:2px}#eb .eb-table .text-center{text-align:center}#eb .eb-table thead tr td{font-size:14px;font-weight:bold;color:#888;margin-bottom:1px solid rgba(var(--fd-gray-200),1);position:relative}#eb .eb-table tbody>tr{height:60px}#eb .eb-table tbody>tr.is-checked td{background:#ffe}#eb .eb-table tbody>tr:hover td{background:#ffe}#eb .eb-table tbody>tr td{margin-bottom:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-table tbody>tr td .post-title{color:#000;font-size:14px;line-height:16px;font-weight:700;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}#eb .eb-table tbody>tr td .post-actions,#eb .eb-table tbody>tr td .post-meta{font-size:12px}#eb .eb-table tbody>tr td .post-meta{margin-top:8px;color:#888}#eb .eb-table tbody>tr td .post-meta>span{display:inline-block}#eb .eb-table tbody>tr td .post-meta>span+span:before{content:"\00b7";padding:0 4px}#eb .eb-table tbody>tr td .post-meta a{color:#888}#eb .eb-table tbody>tr td .post-actions{font-size:12px;margin:8px 0 0 0;padding:0;list-style:none;visibility:hidden;display:flex;align-items:center;flex-wrap:wrap}#eb .eb-table tbody>tr td .post-actions>li{color:#888;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}#eb .eb-table tbody>tr td .post-actions>li+li:before{content:"\00b7";padding:0 4px}#eb .eb-table tbody>tr td .post-actions a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;color:#42a5f5}#eb .eb-table tbody>tr td .post-actions a:hover{color:#1e88e5}#eb .eb-table tbody>tr td .post-actions .text-danger{color:#f00}#eb .eb-table tbody>tr td .post-actions .text-danger:hover{color:#e00000}#eb .eb-table tbody>tr td:hover .post-actions{visibility:visible}#eb .eb-table tbody>tr.is-pending td{background-color:#f3faff}#eb.is-mobile .eb-table tbody>tr td .post-actions{visibility:visible}#eb.is-mobile .eb-table tbody>tr td .post-actions a{padding:4px}#eb.is-mobile .eb-post-actions__text{display:none}#eb .eb-db-sort-link{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}#eb .eb-db-sort-link .fa{margin-left:4px}#eb .eb-db-sort-link .fa-sort-up{transform:translateY(3px)}#eb .eb-db-sort-link .fa-sort-down{transform:translateY(-3px)}#eb .eb-mag-grids .eb-mag-blog-image{padding-bottom:80%}#eb .eb-mag-side-list .eb-mag-blog-image{padding-bottom:60%}#eb .eb-mag-list .eb-mag-thumb{margin-right:20px;width:300px}#eb .eb-mag-header-title{color:#888;font-weight:normal;letter-spacing:2px;text-transform:uppercase;overflow:hidden}#eb .eb-mag-header-title:after{content:"";background-color:rgba(var(--fd-gray-200),1);display:inline-block;vertical-align:middle;margin-right:-100%;width:100%;height:6px;position:relative;left:4px}#eb .eb-mag-head,#eb .eb-mag-body,#eb .eb-mag-date{margin-bottom:20px}#eb .eb-mag-thumb{margin:10px 0}#eb .eb-mag-title,#eb .eb-mag-body,#eb .eb-mag-foot{padding-top:10px}#eb .eb-mag-title{font-size:20px;font-weight:bold;line-height:24px}#eb .eb-mag-table{display:table;width:100%;word-break:break-word}#eb .eb-mag-cell{display:table-cell;vertical-align:middle}#eb .eb-mag-cell-top .eb-mag-cell{vertical-align:top}#eb .eb-mag .eb-mag-grids{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:8px}#eb .eb-mag .eb-mag-grids__item{padding:0}#eb .eb-mag .eb-mag-body{line-height:1.25}#eb .eb-mag .eb-mag-table .eb-mag-cell+.eb-mag-cell{width:100%}#eb .eb-mag a{color:inherit}#eb .eb-mag-body{display:inline-block;width:100%}#eb .eb-mag-meta-date{color:#888;font-size:12px}#eb .eb-mag-blog-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:relative;margin-top:10px;height:0;padding-bottom:50%}#eb .eb-mag-container{display:table;table-layout:fixed;width:100%}#eb .eb-mag-container .eb-mag-content,#eb .eb-mag-container .eb-mag-side{display:table-cell;vertical-align:top}#eb .eb-mag-container .eb-mag-content{height:100%}#eb .eb-mag-container .eb-mag-content+.eb-mag-side{padding-left:20px}#eb .eb-mag-container .eb-mag-side{width:430px}#eb .eb-mag-container .eb-mag-thumb{margin-right:20px;width:150px}#eb .eb-mag-post{margin:10px 0 20px}#eb .eb-mag-post.has-border{border-bottom:1px solid #ddd}#eb .eb-mag-post-title{font-size:36px;line-height:1.2;margin:0 0 20px;overflow:hidden}#eb .magazine-btn-more{text-decoration:none !important;border-radius:3px;box-shadow:none;text-shadow:none;font-weight:bold;white-space:nowrap;padding:6px 12px;font-size:12px;line-height:1.428571429;border:1px solid #ddd}#eb .eb-more{border-top:1px solid #ddd;padding-top:20px;padding-bottom:20px;text-align:right}#eb .eb-more__btn{text-decoration:none !important;border-radius:3px;box-shadow:none;text-shadow:none;font-weight:bold;white-space:nowrap;padding:6px 12px;font-size:13px;line-height:1.428571429;border:1px solid #ddd}#eb.is-mobile .eb-mag-grids{display:block}#eb.is-mobile .eb-mag-grids>div{-webkit-flex:none;-ms-flex:none;flex:none;display:block;width:100%;float:none}#eb.is-mobile .eb-mag-list .eb-mag-thumb,#eb.is-mobile .eb-mag-side-list .eb-mag-thumb{margin-right:0;width:100%}#eb.is-mobile .eb-mag-table,#eb.is-mobile .eb-mag-cell{display:block}#eb.is-mobile .eb-mag-table{margin-bottom:20px}#eb.is-mobile .eb-mag-container .eb-mag-content,#eb.is-mobile .eb-mag-container .eb-mag-side{display:block;width:100%;overflow:hidden}#eb.is-mobile .eb-mag-container .eb-mag-content+.eb-mag-side{padding-left:0}#eb .eb-cards{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;line-height:1}#eb .eb-cards__item{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;padding:0 0 8px;min-width:20%}#eb .eb-cards__item--full{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%}#eb .eb-cards__item .eb-card__bd{flex:1 0 auto}#eb .eb-cards--1 .eb-cards__item{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}#eb .eb-cards--2{margin-left:-8px;margin-right:-8px}#eb .eb-cards--2 .eb-cards__item{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;padding:0 8px 16px}#eb .eb-cards--3{margin-left:-8px;margin-right:-8px}#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full){-webkit-flex:0 0 33.333332%;-ms-flex:0 0 33.333332%;flex:0 0 33.333332%;padding:0 8px 16px}#eb .eb-cards--4{margin-left:-8px;margin-right:-8px}#eb .eb-cards--4 .eb-cards__item{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;padding:0 8px 16px}#eb .eb-card{line-height:1.25;width:100%;position:relative;color:rgba(var(--fd-gray-800),1);background-color:rgba(var(--fd-white),1);display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 12px rgba(0,0,0,0.15);box-shadow:0 0 12px rgba(0,0,0,0.15)}#eb .eb-card:after{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 2s cubic-bezier(.165,.84,.44,1);box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.05);content:'';opacity:0;z-index:-1}#eb .eb-card:hover:after{opacity:1}#eb .eb-card__hd,#eb .eb-card__bd,#eb .eb-card__ft{position:relative}#eb .eb-card__hd:before,#eb .eb-card__hd:after,#eb .eb-card__bd:before,#eb .eb-card__bd:after,#eb .eb-card__ft:before,#eb .eb-card__ft:after{content:" ";display:table}#eb .eb-card__hd:after,#eb .eb-card__bd:after,#eb .eb-card__ft:after{clear:both}#eb .eb-card__content{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#eb .eb-card__bd{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:16px 16px 8px}#eb .eb-card__bd-content{min-height:60px;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}#eb .eb-card__bd-content,#eb .eb-card__bd-content p{word-break:break-word}#eb .eb-card__ft,#eb .eb-card__ft a{color:#888}#eb .eb-card__ft{padding:8px 16px}#eb .eb-card__ft .g-list-inline>li{line-height:28px}#eb .eb-card__ft-content{padding:8px 0}#eb .eb-card__state{position:absolute;right:16px;top:-30px;z-index:2;display:none}#eb .eb-card.no-hd .eb-card__state{top:auto;bottom:-20px;z-index:2}#eb .eb-card .eb-post-admin{position:absolute;top:8px;right:8px}#eb .eb-card .eb-post-admin__dropdown-toggle{border:0}#eb .eb-card .eb-favourite-toggle{border-radius:50%;background-color:#fff}#eb .eb-card .eb-favourite-toggle.is-favourited{color:#fff;background-color:#f65456}#eb .eb-card .embed-responsive-item,#eb .eb-card__cover{background-size:cover}#eb .eb-card__avatar{position:absolute;top:-30px;left:16px;width:40px;height:40px;border-radius:8px;background:rgba(0,0,0,0.1);padding:1px}#eb .eb-card__avatar a,#eb .eb-card__avatar span{background-color:rgba(var(--fd-white),1);display:block;padding:2px}#eb .eb-card__avatar--rounded{border-radius:50%}#eb .eb-card__avatar--rounded a,#eb .eb-card__avatar--rounded span,#eb .eb-card__avatar--rounded img{border-radius:50%}#eb .eb-card .eb-post-title{color:rgba(var(--fd-gray-800),1);font-weight:bold;margin-bottom:8px}#eb .eb-card .eb-post-title a{color:rgba(var(--fd-gray-800),1)}#eb .eb-card__meta{color:#888;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}#eb .eb-card__meta a{color:#888}#eb .eb-card__desc{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}#eb .eb-card .eb-avatar{border-radius:50%;overflow:hidden;width:32px;height:32px}#eb .eb-card .eb-avatar img{width:32px;height:32px}#eb .eb-card--border{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-card.is-featured:not(.is-mobile){-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#eb .eb-card.is-featured:not(.is-mobile) .eb-card__hd{-webkit-flex:1 0 44%;-ms-flex:1 0 44%;flex:1 0 44%}#eb .eb-card.is-featured:not(.is-mobile) .eb-card__content{-webkit-flex:1 0 56%;-ms-flex:1 0 56%;flex:1 0 56%}#eb .eb-card.is-featured:not(.is-mobile) .eb-card__bd{border-top:0}#eb .eb-card.is-featured:not(.is-mobile) .embed-responsive{padding-bottom:0;height:100%}#eb.is-mobile .eb-cards{margin:0}#eb.is-mobile .eb-cards__item{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;margin-bottom:16px}#eb.is-mobile .eb-cards__item:nth-child(2n+1),#eb.is-mobile .eb-cards__item:nth-child(2n){padding:0}#eb.is-mobile .eb-card__ft-content .col-cell{display:table-cell !important}#eb.is-mobile .eb-card__ft-content .col-cell.cell-tight{width:1% !important}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#eb.is-mobile .eb-cards{display:block}#eb .eb-cards--2 .eb-cards__item:not(.eb-cards__item--full){-webkit-flex:0;-ms-flex:0;flex:0;min-width:50%}#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full){-webkit-flex:0;-ms-flex:0;flex:0;min-width:33.333332%}#eb .eb-cards--4 .eb-cards__item:not(.eb-cards__item--full){-webkit-flex:0;-ms-flex:0;flex:0;min-width:25%}}#eb.eb-mod *{line-height:18px}#eb.eb-mod .vjs-icon-placeholder{line-height:1.3}#eb .mod-left{float:left}#eb .mod-right{float:right}#eb .mod-small{font-size:90%}#eb .mod-xsmall{font-size:80%}#eb .mod-fit{line-height:1}#eb .mod-avatar{display:inline-block}#eb .mod-avatar>img{display:inline-block;width:40px;height:40px;max-width:none;max-height:none}#eb .mod-avatar-sm{display:inline-block}#eb .mod-avatar-sm>img{display:inline-block;width:30px;height:30px;max-width:none;max-height:none}#eb .mod-thumbs{overflow:hidden;margin:0 -5px}#eb .mod-thumbs>div{width:20%;float:left;padding:0 5px 10px}#eb .mod-thumbs>div a{display:block}#eb .mod-thumbs>div img{width:100%;height:auto}#eb .mod-table{display:table;width:100%;word-break:break-word}#eb .mod-cell,#eb .col-cell{display:table-cell;vertical-align:middle}#eb .cell-top .mod-cell{vertical-align:top}#eb .cell-tight{width:1%;white-space:nowrap}#eb .cell-figure{padding-right:10px}#eb .mod-item:before,#eb .mod-item:after{display:table;content:"";line-height:0}#eb .mod-item:after{clear:both}#eb .mod-item+.mod-item{border-top:1px solid rgba(var(--fd-gray-200),1);margin-top:15px;padding-top:15px}#eb .mod-items-compact .mod-item+.mod-item{margin-top:5px;padding-top:5px}#eb .collapse .mod-item:first-child{margin-top:10px}#eb .mod-items-grid{margin-left:-15px;margin-right:-15px;margin-bottom:30px}#eb .mod-items-grid>.mod-grid{float:left;padding-left:15px;padding-right:15px;margin-bottom:30px}#eb .mod-items-grid>.mod-grid .mod-item{display:block;width:auto}#eb .mod-items-grid>.mod-grid-1{clear:left}#eb.is-mobile .mod-items-grid>.mod-grid{width:100% !important}#eb .mod-title{background:none;border:0;display:block;font-size:inherit;font-weight:bold;line-height:1.2;margin:0;padding:0}#eb .mod-muted{color:#888}#eb .mod-meta{font-size:95%;margin-top:3px}#eb .mod-meta>div{display:table-cell;position:relative;padding-right:6px}#eb .mod-meta>div+div{padding-left:8px}#eb .mod-meta>div+div:before{background:rgba(var(--fd-gray-200),1);background:rgba(0,0,0,0.25);content:'';display:block;width:2px;height:2px;margin-top:-1px;position:absolute;left:0;top:50%}#eb .mod-meta>div:last-child{padding-right:0}#eb .eb-mod-img-responsive{text-align:center}#eb .eb-mod-img-responsive img{display:inline-block;max-width:100%;height:auto}#eb .eb-mod-img-responsive.no-crop img{max-width:100%;height:auto}#eb .eb-mod-img-fixed{background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block;max-width:100%}#eb .eb-mod-img-fixed.no-crop{background-size:contain}#eb .eb-mod-blog-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:relative;margin-top:10px;height:0;padding-bottom:50%}#eb .eb-mod-responsive-image{width:100%}#eb .mod-input{display:block;margin-bottom:9px;width:100%;height:36px;padding:8px 16px;font-size:13px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:none;box-shadow:none}#eb textarea.mod-input{height:auto}#eb .mod-btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 16px;font-size:13px;line-height:1.428571429;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .mod-btn:focus,#eb .mod-btn:active:focus,#eb .mod-btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#eb .mod-btn:hover,#eb .mod-btn:focus{color:#333;text-decoration:none}#eb .mod-btn:active,#eb .mod-btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#eb .mod-btn.disabled,#eb .mod-btn[disabled],fieldset[disabled] #eb .mod-btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#eb .mod-btn-block{display:block;width:100%}#eb .input-group-btn:last-child>.mod-btn,#eb .input-group-btn:first-child>.mod-btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#eb .mod-btn-block+.btn-block{margin-top:5px}#eb .mod-btn-default{color:#333 !important;background-color:#fff !important;border-color:#f0f0f1 !important}#eb .mod-btn-default:hover,#eb .mod-btn-default:focus,#eb .mod-btn-default:active,#eb .mod-btn-default.active,.open .dropdown-toggle_#eb .mod-btn-default{color:#333 !important;background-color:#0000d6 !important;border-color:#f0f0f1 !important}#eb .mod-btn-default:active,#eb .mod-btn-default.active,.open .dropdown-toggle_#eb .mod-btn-default{background-image:none}#eb .mod-btn-default.disabled,#eb .mod-btn-default.disabled:hover,#eb .mod-btn-default.disabled:focus,#eb .mod-btn-default.disabled:active,#eb .mod-btn-default.disabled.active,#eb .mod-btn-default[disabled],#eb .mod-btn-default[disabled]:hover,#eb .mod-btn-default[disabled]:focus,#eb .mod-btn-default[disabled]:active,#eb .mod-btn-default[disabled].active,fieldset[disabled] #eb .mod-btn-default,fieldset[disabled] #eb .mod-btn-default:hover,fieldset[disabled] #eb .mod-btn-default:focus,fieldset[disabled] #eb .mod-btn-default:active,fieldset[disabled] #eb .mod-btn-default.active{background-color:#fff !important;border-color:#f0f0f1 !important}#eb .mod-btn-default .badge{color:#fff;background-color:#fff}#eb .mod-btn-primary{color:rgba(var(--fd-white),1) !important;background-color:#1e88e5 !important;border-color:#1e88e5 !important}#eb .mod-btn-primary:hover,#eb .mod-btn-primary:focus,#eb .mod-btn-primary:active,#eb .mod-btn-primary.active,.open .dropdown-toggle_#eb .mod-btn-primary{color:rgba(var(--fd-white),1) !important;background-color:#1774c4 !important;border-color:#1e88e5 !important}#eb .mod-btn-primary:active,#eb .mod-btn-primary.active,.open .dropdown-toggle_#eb .mod-btn-primary{background-image:none}#eb .mod-btn-primary.disabled,#eb .mod-btn-primary.disabled:hover,#eb .mod-btn-primary.disabled:focus,#eb .mod-btn-primary.disabled:active,#eb .mod-btn-primary.disabled.active,#eb .mod-btn-primary[disabled],#eb .mod-btn-primary[disabled]:hover,#eb .mod-btn-primary[disabled]:focus,#eb .mod-btn-primary[disabled]:active,#eb .mod-btn-primary[disabled].active,fieldset[disabled] #eb .mod-btn-primary,fieldset[disabled] #eb .mod-btn-primary:hover,fieldset[disabled] #eb .mod-btn-primary:focus,fieldset[disabled] #eb .mod-btn-primary:active,fieldset[disabled] #eb .mod-btn-primary.active{background-color:#1e88e5 !important;border-color:#1e88e5 !important}#eb .mod-btn-primary .badge{color:#1e88e5;background-color:#fff}#eb .mod-btn-success{color:#fff !important;background-color:#39b54a !important;border-color:#34a242 !important}#eb .mod-btn-success:hover,#eb .mod-btn-success:focus,#eb .mod-btn-success:active,#eb .mod-btn-success.active,.open .dropdown-toggle_#eb .mod-btn-success{color:#fff !important;background-color:#30963d !important;border-color:#34a242 !important}#eb .mod-btn-success:active,#eb .mod-btn-success.active,.open .dropdown-toggle_#eb .mod-btn-success{background-image:none}#eb .mod-btn-success.disabled,#eb .mod-btn-success.disabled:hover,#eb .mod-btn-success.disabled:focus,#eb .mod-btn-success.disabled:active,#eb .mod-btn-success.disabled.active,#eb .mod-btn-success[disabled],#eb .mod-btn-success[disabled]:hover,#eb .mod-btn-success[disabled]:focus,#eb .mod-btn-success[disabled]:active,#eb .mod-btn-success[disabled].active,fieldset[disabled] #eb .mod-btn-success,fieldset[disabled] #eb .mod-btn-success:hover,fieldset[disabled] #eb .mod-btn-success:focus,fieldset[disabled] #eb .mod-btn-success:active,fieldset[disabled] #eb .mod-btn-success.active{background-color:#39b54a !important;border-color:#34a242 !important}#eb .mod-btn-success .badge{color:#39b54a;background-color:#fff}#eb .mod-checkbox{padding-left:20px}#eb .mod-checkbox label{display:inline-block;position:relative;padding-left:5px}#eb .mod-checkbox label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:2px;background-color:rgba(var(--fd-white),1);-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}#eb .mod-checkbox label::after{display:inline-block;position:absolute;width:16px;height:16px;line-height:16px;left:0;top:0;margin-left:-20px;padding-left:1px;padding-top:1px;font-size:11px;color:#555;text-align:center}#eb .mod-checkbox input[type="checkbox"]{display:none}#eb .mod-checkbox input[type="checkbox"]:checked+label::after{font-family:'Font Awesome 5 Free';font-weight:900;content:"\f00c";color:rgba(var(--fd-white),1)}#eb .mod-checkbox input[type="checkbox"]:checked+label::before{background:#2196f3;border-color:#2196f3}#eb .mod-checkbox input[type="checkbox"]:disabled+label{opacity:.65}#eb .mod-checkbox input[type="checkbox"]:disabled+label::before{background-color:#eee;cursor:not-allowed}#eb .mod-checkbox.checkbox-circle label::before{border-radius:50%}#eb .mod-checkbox.checkbox-inline{margin-top:0}#eb .mod-radio{padding-left:20px}#eb .mod-radio label{display:inline-block;position:relative;padding-left:5px}#eb .mod-radio label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:50%;background-color:rgba(var(--fd-white),1);-webkit-transition:border .15s ease-in-out;transition:border .15s ease-in-out}#eb .mod-radio label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-0.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-0.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-0.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-0.33,.2,1.33)}#eb .mod-radio input[type="radio"]{display:none}#eb .mod-radio input[type="radio"]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}#eb .mod-radio input[type="radio"]:disabled+label{opacity:.65}#eb .mod-radio input[type="radio"]:disabled+label::before{cursor:not-allowed}#eb .mod-radio.radio-inline{margin-top:0}#eb .clearfix:before,#eb .clearfix:after{display:table;content:"";line-height:0}#eb .clearfix:after{clear:both}#eb .eb-mod-item:before,#eb .eb-mod-item:after{content:"";display:table}#eb .eb-mod-item:after{clear:both}#eb .eb-mod-item+.eb-mod-item{border-top:1px solid rgba(var(--fd-gray-200),1);margin-top:10px;padding-top:10px}#eb .eb-mod-media,#eb .eb-mod-media-body{display:block;overflow:hidden}#eb .eb-mod-media-thumb{float:left;margin:0 10px 0 0}#eb .eb-mod-media-thumb.fa{font-size:14px;text-align:center;line-height:18px;float:left;width:20px;margin:0 10px 0 0}#eb .eb-mod-media-thumb.pull-right{float:right;margin:0 0 0 10px}#eb .eb-mod-media-thumb img{max-width:none}#eb .eb-mod-media-icon{background:#888;border-radius:3px;color:rgba(var(--fd-white),1);font-size:24px;width:50px;height:50px;line-height:50px;text-align:center}#eb .eb-mod-media-icon:hover{background:rgba(var(--fd-gray-800),1);color:rgba(var(--fd-white),1)}#eb .eb-mod-media-title{font-weight:bold;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#eb .eb-mod-media-url a{color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#eb .eb-mod-item-menu .eb-mod-item>a,#eb .eb-mod-item-menu .eb-mod-item>a>div{display:block;overflow:hidden}#eb .eb-mod-item-submenu{margin:5px 0 0 30px}#eb .eb-mod-item-submenu .eb-mod-item+.eb-mod-item{border-top:0;padding-top:0;margin-top:0}#eb .eb-mod-head .eb-mod-media-thumb{padding:0 10px 0 0;width:1%}#eb .eb-mod-head .eb-mod-media-thumb.pull-right{padding:0;width:auto}#eb .eb-mod-title,#eb .eb-mod-body,#eb .eb-mod-hold,#eb .eb-mod-action,#eb .eb-mod-foot{padding-top:10px;word-wrap:break-word}#eb .eb-mod-title{font-size:16px;font-weight:bold}#eb .eb-mod-context{overflow:hidden}#eb .eb-mod-snippet{background:rgba(var(--fd-gray-50),1);border-radius:3px;padding:10px;color:rgba(var(--fd-gray-800),1)}#eb .eb-mod-tabs{border-bottom:1px solid rgba(var(--fd-gray-200),1);display:table;width:100%;margin:0 0 5px}#eb .eb-mod-tabs>li{display:table-cell;width:1%}#eb .eb-mod-tabs>li+li{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-mod-tabs>li>a{border-bottom:3px solid transparent;color:inherit;font-weight:bold;display:block;text-align:center;text-decoration:none !important;padding:10px 0 13px}#eb .eb-mod-tabs>li>a .fa{margin:0 5px 0 0}#eb .eb-mod-tabs>li.active>a{border-color:rgba(var(--fd-gray-200),1)}#eb .eb-mod-tabs-content{padding-top:10px}#eb .eb-mod-tabs-content>.tab-pane{display:none}#eb .eb-mod-tabs-content>.active{display:block}#eb .eb-mod-accordian+.eb-mod-accordian{margin-top:10px}#eb .eb-mod-accordian>a{background:rgba(var(--fd-gray-200),1);border-radius:3px;color:rgba(var(--fd-gray-800),1);font-weight:bold;display:block;padding:10px;text-decoration:none !important}#eb .eb-mod-accordian>a>.fa{width:14px;text-align:center;margin:0 5px 0 0}#eb .eb-mod-accordian>div .eb-mod-item:first-child{padding-top:10px}#eb .eb-mod-accordian>div .eb-mod-item:last-child{padding-bottom:10px}#eb .eb-mod-carousel:before,#eb .eb-mod-carousel:after{content:"";display:table}#eb .eb-mod-carousel:after{clear:both}#eb .eb-mod-carousel-guide{position:static;width:250px;float:right;text-align:left;margin:0 0 0 20px}#eb .eb-mod-carousel-guide li,#eb .eb-mod-carousel-guide li.active{width:auto;height:auto;text-indent:0;padding:10px 10px 10px 0;border-radius:0}#eb .eb-mod-carousel-guide li.active .eb-mod-media-thumb{opacity:.5}#eb .eb-mod-carousel-guide li+li{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-mod-carousel-display{overflow:hidden;width:auto}#eb .eb-mod-carousel-display .eb-mod-post-cover{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:233px}#eb .eb-mod-carousel-display .eb-mod-post-title{font-size:16px;line-height:20px;margin:10px 0 0}#eb .eb-mod-carousel-display .eb-mod-post-meta{margin:5px 0;line-height:20px}#eb .eb-mod-carousel-display .eb-mod-post-content{line-height:20px;max-height:60px;overflow:hidden}#eb .eb-mod-carousel-display .eb-mod-post-foot{margin-top:10px}#eb .eb-mod-masonry{margin:0 -5px}#eb .eb-mod-masonry:before,#eb .eb-mod-masonry:after{content:"";display:table}#eb .eb-mod-masonry:after{clear:both}#eb .eb-mod-masonry-grid{float:left;padding:0 5px;width:33.33333333%;overflow:hidden}#eb .eb-mod-masonry-post{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px;padding:15px;margin-bottom:10px}#eb .eb-mod-masonry-post-title{font-size:16px;font-weight:bold;margin:10px 0}#eb .eb-mod-masonry-post-title a{color:inherit}#eb .eb-mod-masonry-post-meta{margin:0 0 10px}#eb .eb-mod-masonry-post-thumb{margin:0 0 10px}#eb .eb-mod-masonry-post-thumb img{max-width:100%}#eb .eb-mod-masonry-post-placement{background:rgba(var(--fd-gray-50),1);margin:-15px -15px 10px;padding:15px}#eb .eb-mod-quote{border-left:3px solid rgba(var(--fd-gray-200),1);font-size:18px;font-weight:bold;line-height:1.3;padding:0 0 0 10px}#eb .eb-mod-quote>div{color:rgba(var(--fd-gray-800),1);font-size:12px;font-weight:normal;margin:5px 0 0}#eb .eb-mod-link{border-left:3px solid rgba(var(--fd-gray-200),1);font-size:16px;font-weight:bold;line-height:1.3;padding:0 0 0 10px}#eb .eb-mod-link>div{color:rgba(var(--fd-gray-800),1);font-size:12px;font-weight:normal;margin:2.5px 0 0}#eb .video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}#eb .video-container object,#eb .video-container embed,#eb .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}#eb .eb-mod-masonry-post-respond{overflow:hidden}#eb .eb-mod-masonry-post-respond span+span{margin:0 0 0 5px}#eb .eb-mod-masonry-post-respond .fa{color:rgba(var(--fd-gray-800),1)}#eb .eb-mod-cards{margin:0 -5px}#eb .eb-mod-cards:before,#eb .eb-mod-cards:after{content:"";display:table}#eb .eb-mod-cards:after{clear:both}#eb .eb-mod-card-grid{float:left;padding:0 5px;width:33.33333333%;overflow:hidden}#eb .eb-mod-card{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:3px;padding:15px;margin-bottom:10px;text-align:center}#eb .eb-mod-card-thumb{display:inline-block;margin:10px}#eb .eb-mod-card-thumb img{border-radius:100%;width:100px;height:100px}#eb .eb-mod-card-name{font-size:16px;font-weight:bold;margin:10px 0}#eb .eb-mod-card-foot{margin:20px 0 10px}#eb .eb-mod-card-action{margin:20px 0 0}#eb .eb-mod-grids{margin:-3px}#eb .eb-mod-grids:before,#eb .eb-mod-grids:after{content:"";display:table}#eb .eb-mod-grids:after{clear:both}#eb .eb-mod-grids>div{float:left;width:33.33333%;padding:3px}#eb .eb-mod-grids-fluid{margin:0 -5px}#eb .eb-mod-grids-fluid:before,#eb .eb-mod-grids-fluid:after{content:"";display:table}#eb .eb-mod-grids-fluid:after{clear:both}#eb .eb-mod-grids-fluid>div{float:left;padding:5px}#eb .eb-square{display:block;position:relative;width:100%;overflow:hidden}#eb .eb-square:before{content:"";display:block;padding-top:100%}#eb .eb-square-in{position:absolute;top:0;left:0;bottom:0;right:0;color:white}#eb .eb-square-thumb{background-position:center;background-repeat:no-repeat;background-size:cover;display:table;width:100%;height:100%}#eb .eb-square-thumb:after{background:rgba(0,0,0,0.5);content:"\f06e";display:table-cell;text-align:center;transition:all 1s ease;vertical-align:middle;opacity:0;font:28px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#eb .eb-square-thumb:hover:after{opacity:1}#eb .eb-mod-clip-slide{background:rgba(0,0,0,0.6);border-top:1px solid rgba(0,0,0,0.25);color:rgba(var(--fd-gray-200),1);padding:15px;position:absolute;bottom:0;width:100%;height:85px;display:table}#eb .eb-mod-clip-slide>div{display:table-cell;vertical-align:bottom}#eb .eb-mod-clip-slide .eb-mod-title{padding:0;max-height:36px;overflow:hidden}#eb .eb-mod-clip-slide .eb-mod-title a{color:rgba(var(--fd-white),1)}#eb .eb-mod-cal .eb-calendar{border-collapse:collapse;background:rgba(var(--fd-white),1);border-radius:0}#eb .eb-mod-cal .eb-calendar .eb-empty{border:0;padding:80px 15px}#eb .eb-mod-cal .eb-calendar tbody>tr>td{border-color:rgba(var(--fd-gray-200),1);text-align:left;position:relative;padding:0;height:auto}#eb .eb-mod-cal .eb-calendar tbody>tr>td.empty>small{background:rgba(var(--fd-gray-50),1);color:#888;display:block;height:40px;padding:2px;position:relative}#eb .eb-mod-cal .eb-calendar tbody>tr>td.day>div{color:#888;display:block;height:40px;padding:2px;position:relative}#eb .eb-mod-cal .eb-calendar tbody>tr>td.today>div{background:#ffe;color:rgba(var(--fd-gray-800),1);font-weight:bold}#eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div:before{content:"";display:block;position:absolute;right:2px;bottom:2px;border-right:10px solid #45b478;border-left:10px solid transparent;border-top:10px solid transparent}#eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div{background:rgba(var(--fd-gray-50),1);font-weight:bold;color:rgba(var(--fd-gray-800),1)}#eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div>b{font:normal 11px/13px Tahoma,Arial,sans-serif;color:#888;position:absolute;right:15px;bottom:15px;display:none}#eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div:hover .eb-calendar-tooltips{display:block}#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips{left:auto;right:102%}#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:before,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:after,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:before,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:after,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:before,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:after{border-left:8px solid rgba(var(--fd-gray-200),1);border-right:0;left:auto;right:-8px}#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:after,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:after,#eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:after{border-right-color:transparent;border-left-color:rgba(var(--fd-gray-50),1);left:auto;right:-7px}#eb .eb-mod-cal .eb-calendar tbody>tr.eb-calendar-control>td,#eb .eb-mod-cal .eb-calendar tbody>tr.eb-calendar-days>td{height:auto}#eb .eb-mod-cal .eb-calendar .text-center{text-align:center}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips{display:none;background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);min-width:260px;font:12px/1.2 Arial,sans-serif;position:absolute;left:102.5%;top:2px;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.25);box-shadow:0 0 5px rgba(0,0,0,0.25)}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips:before,#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips:after{content:"";display:block;border-right:8px solid rgba(var(--fd-gray-200),1);border-bottom:8px solid transparent;border-top:8px solid transparent;position:absolute;left:-8px;top:10px}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips:after{border-right-color:rgba(var(--fd-gray-50),1);left:-7px}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>span{background:rgba(var(--fd-gray-50),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);color:#888;display:block;font-size:11px;line-height:34px;text-transform:uppercase;padding:0 13px}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div{padding:10px 0;margin:0 13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div+div{border-top:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div a{color:#888}#eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div a:hover{color:#333}#eb .eb-mod-cal .eb-calendar .eb-calendar-control{font-size:16px}#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td{border:0;border-top:1px solid rgba(var(--fd-gray-200),1);height:auto;vertical-align:middle}#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-previous,#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-next{padding:0}#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-previous>a,#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-next>a{color:#888;display:block;line-height:60px}#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-previous{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-next{border-right:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-month>a{color:#333}#eb .eb-mod-cal .eb-calendar .eb-calendar-days>td{background:rgba(var(--fd-gray-50),1);border:0;border-bottom:2px solid rgba(var(--fd-gray-200),1);color:#888;height:auto;padding:5px 2px !important;text-transform:uppercase;width:14.285714285714%;font-size:10px}#eb .eb-mod-cal .eb-calendar .eb-calendar-days>td:first-child{border-left:1px solid rgba(var(--fd-gray-200),1)}#eb .eb-mod-cal .eb-calendar .eb-calendar-days>td:last-child{border-right:1px solid rgba(var(--fd-gray-200),1)}#eb .mod-welcome-profile{border-bottom:2px solid rgba(var(--fd-gray-200),1);padding-bottom:15px;margin-bottom:10px}#eb .mod-welcome-profile .mod-avatar{margin-right:10px}#eb .mod-welcome-action a{display:block}#eb .mod-welcome-action .fa{width:16px;text-align:center}#eb .mod-welcome-action .mod-cell+.mod-cell{padding-left:10px}#eb.mod-easyblogpostmap .locationMap{position:relative;background:none;overflow:hidden;z-index:2}#eb.mod-easyblogpostmap .ebpostmap_infoWindow{max-width:300px}#eb.mod-easyblogpostmap .ebpostmap_featuredImage img{max-width:300px !important;max-height:100% !important}#eb.mod-easyblogpostmap .ebpostmap_avatar{width:1%;padding-right:10px}#eb.mod-easyblogpostmap .ebpostmap_comments,#eb.mod-easyblogpostmap .ebpostmap_hits{display:inline}#eb.mod-easyblogpostmap .gm-style-iw table{width:100%;max-width:none}#eb.mod-easyblogpostmap .gm-style-iw table td{padding:0}#eb.mod-easyblogpostmap .gm-style-iw table td.ebpostmap_detail{padding-left:10px}#eb.eb-mod .eb-rating-form{color:#ffca28}#eb.eb-mod .eb-rating{margin:15px 0 0}#eb.eb-mod .eb-rating>span{display:inline-block;vertical-align:middle}#eb.eb-mod .eb-rating>span+span{margin:0 0 0 10px}#eb.eb-mod .eb-rating form{background:none !important;border:0 !important;padding:0 !important;margin:0 !important;line-height:inherit;box-shadow:none !important}#eb.eb-mod .eb-rating form>div{display:inline-block;vertical-align:middle;margin:0 5px 0 0;line-height:16px;position:relative}#eb.eb-mod .eb-rating-link,#eb.eb-mod .eb-ratings-value{background:none;display:inline-block;vertical-align:middle;line-height:22px;height:22px;font-size:11px}#eb.eb-mod .eb-ratings-value{background:rgba(var(--fd-gray-200),1);border-radius:15px;color:rgba(var(--fd-gray-800),1);padding:0 10px;min-width:25px;text-align:center;text-decoration:none !important}#eb.eb-mod .eb-ratings-value span{display:table-cell;vertical-align:middle}#eb.eb-mod .eb-ratings-value b{display:none;font-size:10px;opacity:.75;filter:alpha(opacity=75)}#eb.eb-mod .eb-rating-form.voted .eb-ratings-value{background:#39b54a;color:rgba(var(--fd-white),1)}#eb.eb-mod .eb-rating-form.voted .eb-ratings-value b{display:table-cell;vertical-align:middle;padding:0 0 0 5px}#eb.eb-mod .eb-rating-text.voted+.eb-rating-text{display:none !important}#eb.eb-mod .eb-rating-voters img{display:block;margin:0 10px 0 0}#eb.eb-mod .eb-rating-voters li+li{border-top:1px solid rgba(var(--fd-gray-200),1);padding-top:10px;margin-top:10px}#eb.eb-mod .eb-rating-voters .col-cell{line-height:1.25}#eb.eb-mod .eb-rating-link,#eb.eb-mod .eb-rating-link *{line-height:22px}#eb.eb-mod .eb-rating-form{display:block}#eb.eb-mod .eb-rating-text{display:block;margin:5px 0}#eb.mod-easyblogquickpost a{display:block;width:100%}#eb.mod-easyblogquickpost a i{display:table-cell;width:20px;height:20px;line-height:20px;text-align:center}#eb.mod-easyblogquickpost a i+span{display:table-cell;padding-left:10px}#eb .clear{clear:both}#eb .ezb-grids{margin-left:-5px;margin-right:-5px}#eb .ezb-grids:before,#eb .ezb-grids:after{display:table;content:"";line-height:0}#eb .ezb-grids:after{clear:both}#eb .ezb-grids>.ezb-grid{float:left;padding-left:5px;padding-right:5px}#eb.mod-easyblogimagewall .ezb-card{border-radius:2px;display:block;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;height:150px;color:rgba(var(--fd-white),1);font-weight:bold}#eb.mod-easyblogimagewall .ezb-card span{position:absolute;left:10px;right:10px;bottom:10px;z-index:2}#eb.mod-easyblogimagewall .ezb-card:before,#eb.mod-easyblogimagewall .ezb-card:after{background-image:-webkit-linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);background-image:-moz-linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);content:'';display:block;position:absolute;left:0;right:0;bottom:0;top:0;z-index:1}#eb.mod-easyblogimagewall .clear{margin-top:10px}#eb.mod-easyblogimagewall.is-mobile .ezb-grid{width:100% !important}#eb .eb-mod-thumb{margin-bottom:10px;margin-top:10px}#eb .eb-mod-thumb.is-center{text-align:center}#eb .eb-mod-thumb.is-center .eb-mod-image,#eb .eb-mod-thumb.is-center .eb-mod-image-cover{display:inline-block}#eb .eb-mod-thumb.is-left{float:left;margin-right:10px}#eb .eb-mod-thumb.is-right{float:right;margin-left:10px}#eb .eb-mod-thumb.is-full.is-left,#eb .eb-mod-thumb.is-full.is-right{float:none;margin-left:0;margin-right:0}#eb .eb-mod-thumb .eb-mod-image{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-200),1);border-radius:2px;display:block;padding:5px;max-width:100%;height:auto;position:static;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);margin:0 !important;display:inline-block;width:260px;margin:0}#eb .eb-mod-thumb .eb-mod-image img{max-width:100%;width:100%;height:auto;display:inline-block;vertical-align:top}#eb .eb-mod-thumb .eb-mod-image-cover{background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(var(--fd-gray-200),1);border-radius:2px;display:inline-block;height:220px;vertical-align:top;position:relative;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);position:static;margin:0 !important}#eb .eb-mod-thumb .eb-mod-image-cover:before{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;border:4px solid rgba(var(--fd-white),1)}#eb.is-mobile .eb-mod-thumb.is-left,#eb.is-mobile .eb-mod-thumb.is-right{float:none;margin-left:0;margin-right:0}#eb.mod_easyblogcustomfieldsearch .eb-mod-chevron:before{content:"\f077"}#eb.mod_easyblogcustomfieldsearch .collapsed .eb-mod-chevron:before{content:"\f078"}#eb .mod-eb-menu-bar{border:1px solid rgba(var(--fd-gray-200),1);padding:4px 8px}#eb .mod-eb-menu-bar__icon-link{color:#888;padding:4px 8px;min-width:28px;position:relative;text-align:center;outline:0 !important}#eb .mod-eb-menu-bar__icon-link:hover{background:transparent}#eb .mod-eb-menu-bar__icon-link::-moz-focus-inner{border:0 !important}#eb .mod-eb-menu-bar__icon-link>i{line-height:19px}#eb .eb-modules-stackideas-toolbar{margin-bottom:16px}#es .es-story-blog-item-wrap{position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;padding:8px 16px;background:rgba(var(--fd-gray-50),1)}#es .es-story-blog-item-wrap .es-story-blog-item-media{width:200px;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;margin:4px 0;border-radius:8px;background:#363636;overflow:hidden}#es .es-story-blog-item-wrap .es-story-blog-item-media:hover .es-photo-remove-button{bottom:0}#es .es-story-blog-item-wrap .es-story-blog-item-content{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:8px}#es .es-blog-cover-frame{width:100%;height:100%;position:absolute;background-size:contain;background-repeat:no-repeat;background-position:center}#es .es-blog-cover-frame-remove{position:absolute;top:4px;right:8px;width:20px;text-align:center;font-size:18px}#es .es-blog-cover-frame-remove a{color:#fff}#es .es-blog-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;text-transform:none;border:1px solid transparent;cursor:pointer}#es .es-blog-item-desp{border:1px solid transparent;cursor:pointer;overflow:hidden;line-height:16px}#es .es-blog-item-desp.no-description{opacity:.6}#es .es-blog-item-desp:hover{opacity:1}#es.is-mobile .es-story-blog-item-wrap,#es.is-tablet .es-story-blog-item-wrap{display:block}#es.is-mobile .es-story-blog-item-media,#es.is-tablet .es-story-blog-item-media{width:100%;height:120px}#es.is-mobile .es-story-blog-item-content,#es.is-tablet .es-story-blog-item-content{padding-left:0}#eb .eb-tags.type-2 .cell-label{padding-top:5px}#eb .eb-tags.type-2 .cell-tags span:after{content:''}#eb .eb-tags.type-2 .cell-tags span a{background:#eee;border:1px solid #ddd;border-radius:3px;color:#555;padding:5px 10px}#eb .eb-tags.type-2 .cell-tags span a:before{content:''}#eb .eb-tags.type-3 .cell-label{line-height:23px}#eb .eb-tags.type-3 .cell-tags span:after{content:''}#eb .eb-tags.type-3 .cell-tags span a,#eb .eb-tags.type-3 .cell-tags span a:before,#eb .eb-tags.type-3 .cell-tags span a:after{background-image:url(/components/com_easyblog/themes/wireframe/images/tag-type-3.png)}#eb .eb-tags.type-3 .cell-tags span a{background-position:0 -25px;background-repeat:repeat-x;margin:0 5px 0 15px;color:#555;color:rgba(0,0,0,0.5);font-size:12px;font-weight:bold;padding:0 10px;line-height:22px;height:24px;position:relative}#eb .eb-tags.type-3 .cell-tags span a:before,#eb .eb-tags.type-3 .cell-tags span a:after{content:'';display:block;width:15px;height:25px;position:absolute;top:0}#eb .eb-tags.type-3 .cell-tags span a:before{background-position:top;left:-15px}#eb .eb-tags.type-3 .cell-tags span a:after{background-position:bottom right;right:-3px;width:3px}#eb .eb-tags.type-4 .cell-label{line-height:23px}#eb .eb-tags.type-4 .cell-tags span:after{content:''}#eb .eb-tags.type-4 .cell-tags span a,#eb .eb-tags.type-4 .cell-tags span a:before,#eb .eb-tags.type-4 .cell-tags span a:after{background-image:url(/components/com_easyblog/themes/wireframe/images/tag-type-4.png)}#eb .eb-tags.type-4 .cell-tags span a{background-position:0 -25px;background-repeat:repeat-x;margin:0 5px 0 15px;color:#fff;font-size:12px;font-weight:bold;padding:0 10px;line-height:22px;height:24px;position:relative}#eb .eb-tags.type-4 .cell-tags span a:before,#eb .eb-tags.type-4 .cell-tags span a:after{content:'';display:block;width:15px;height:25px;position:absolute;top:0}#eb .eb-tags.type-4 .cell-tags span a:before{background-position:top;left:-15px}#eb .eb-tags.type-4 .cell-tags span a:after{background-position:bottom right;right:-3px;width:3px}
#fd .t-hidden{display:none!important}#fd .t-block{display:block!important}#fd .t-flex{display:flex!important}#fd .t-inline-flex{display:inline-flex!important}#fd .t-inline{display:inline!important}#fd .t-visible{visibility:visible!important}#fd .t-invisible{visibility:hidden!important}#fd .center{text-align:center}#fd .hidden{display:none;visibility:hidden}#fd .hidden-desktop,#fd .visible-phone,#fd .visible-tablet{display:none!important}#fd .visible-desktop{display:inherit!important}#fd .visible-print{display:none!important}#fd .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#fd .visible{visibility:visible}#fd .static{position:static}#fd .fixed{position:fixed}#fd .absolute{position:absolute}#fd .relative{position:relative}#fd .sticky{position:sticky}#fd .right-xs{right:var(--fd-spacing-xs) }#fd .top-md{top:var(--fd-spacing-md) }#fd .top-no{top:0}#fd .left-no{left:0}#fd .z-50{z-index:50}#fd .z-0{z-index:0}#fd .z-10{z-index:10}#fd .order-1{order:1}#fd .order-2{order:2}#fd .order-3{order:3}#fd .order-4{order:4}#fd .col-span-1{grid-column:span 1/span 1}#fd .col-span-12{grid-column:span 12/span 12}#fd .col-span-7{grid-column:span 7/span 7}#fd .col-span-5{grid-column:span 5/span 5}#fd .col-span-2{grid-column:span 2/span 2}#fd .col-span-3{grid-column:span 3/span 3}#fd .col-span-4{grid-column:span 4/span 4}#fd .col-span-6{grid-column:span 6/span 6}#fd .col-span-8{grid-column:span 8/span 8}#fd .col-span-9{grid-column:span 9/span 9}#fd .col-span-10{grid-column:span 10/span 10}#fd .col-span-11{grid-column:span 11/span 11}#fd .col-start-auto{grid-column-start:auto}#fd .col-end-2{grid-column-end:2}#fd .m-lg{margin:var(--fd-spacing-lg) }#fd .m-no{margin:0}#fd .m-3xs{margin:var(--fd-spacing-3xs) }#fd .m-2xs{margin:var(--fd-spacing-2xs) }#fd .m-xs{margin:var(--fd-spacing-xs) }#fd .m-sm{margin:var(--fd-spacing-sm) }#fd .m-md{margin:var(--fd-spacing-md) }#fd .m-xl{margin:var(--fd-spacing-xl) }#fd .m-2xl{margin:var(--fd-spacing-2xl) }#fd .mx-auto{margin-left:auto;margin-right:auto}#fd .my-no{margin-bottom:0;margin-top:0}#fd .mx-md{margin-left:var(--fd-spacing-md) ;margin-right:var(--fd-spacing-md) }#fd .my-sm{margin-bottom:var(--fd-spacing-sm) ;margin-top:var(--fd-spacing-sm) }#fd .mx-no{margin-left:0;margin-right:0}#fd .mx-3xs{margin-left:var(--fd-spacing-3xs) ;margin-right:var(--fd-spacing-3xs) }#fd .mx-2xs{margin-left:var(--fd-spacing-2xs) ;margin-right:var(--fd-spacing-2xs) }#fd .mx-xs{margin-left:var(--fd-spacing-xs) ;margin-right:var(--fd-spacing-xs) }#fd .mx-sm{margin-left:var(--fd-spacing-sm) ;margin-right:var(--fd-spacing-sm) }#fd .mx-lg{margin-left:var(--fd-spacing-lg) ;margin-right:var(--fd-spacing-lg) }#fd .mx-xl{margin-left:var(--fd-spacing-xl) ;margin-right:var(--fd-spacing-xl) }#fd .mx-2xl{margin-left:var(--fd-spacing-2xl) ;margin-right:var(--fd-spacing-2xl) }#fd .my-3xs{margin-bottom:var(--fd-spacing-3xs) ;margin-top:var(--fd-spacing-3xs) }#fd .my-2xs{margin-bottom:var(--fd-spacing-2xs) ;margin-top:var(--fd-spacing-2xs) }#fd .my-xs{margin-bottom:var(--fd-spacing-xs) ;margin-top:var(--fd-spacing-xs) }#fd .my-md{margin-bottom:var(--fd-spacing-md) ;margin-top:var(--fd-spacing-md) }#fd .my-lg{margin-bottom:var(--fd-spacing-lg) ;margin-top:var(--fd-spacing-lg) }#fd .my-xl{margin-bottom:var(--fd-spacing-xl) ;margin-top:var(--fd-spacing-xl) }#fd .my-2xl{margin-bottom:var(--fd-spacing-2xl) ;margin-top:var(--fd-spacing-2xl) }#fd .mr-2xs{margin-right:var(--fd-spacing-2xs) }#fd .mt-md{margin-top:var(--fd-spacing-md) }#fd .mb-md{margin-bottom:var(--fd-spacing-md) }#fd .mb-lg{margin-bottom:var(--fd-spacing-lg) }#fd .mt-sm{margin-top:var(--fd-spacing-sm) }#fd .mt-2xl{margin-top:var(--fd-spacing-2xl) }#fd .mr-xs{margin-right:var(--fd-spacing-xs) }#fd .ml-xs{margin-left:var(--fd-spacing-xs) }#fd .ml-auto{margin-left:auto}#fd .mt-lg{margin-top:var(--fd-spacing-lg) }#fd .mt-xs{margin-top:var(--fd-spacing-xs) }#fd .mb-sm{margin-bottom:var(--fd-spacing-sm) }#fd .-ml-px{margin-left:-1px}#fd .mb-xs{margin-bottom:var(--fd-spacing-xs) }#fd .ml-md{margin-left:var(--fd-spacing-md) }#fd .mt-no{margin-top:0}#fd .mt-3xs{margin-top:var(--fd-spacing-3xs) }#fd .mt-2xs{margin-top:var(--fd-spacing-2xs) }#fd .mt-xl{margin-top:var(--fd-spacing-xl) }#fd .mr-no{margin-right:0}#fd .mr-3xs{margin-right:var(--fd-spacing-3xs) }#fd .mr-sm{margin-right:var(--fd-spacing-sm) }#fd .mr-md{margin-right:var(--fd-spacing-md) }#fd .mr-lg{margin-right:var(--fd-spacing-lg) }#fd .mr-xl{margin-right:var(--fd-spacing-xl) }#fd .mr-2xl{margin-right:var(--fd-spacing-2xl) }#fd .mb-no{margin-bottom:0}#fd .mb-3xs{margin-bottom:var(--fd-spacing-3xs) }#fd .mb-2xs{margin-bottom:var(--fd-spacing-2xs) }#fd .mb-xl{margin-bottom:var(--fd-spacing-xl) }#fd .mb-2xl{margin-bottom:var(--fd-spacing-2xl) }#fd .ml-no{margin-left:0}#fd .ml-3xs{margin-left:var(--fd-spacing-3xs) }#fd .ml-2xs{margin-left:var(--fd-spacing-2xs) }#fd .ml-sm{margin-left:var(--fd-spacing-sm) }#fd .ml-lg{margin-left:var(--fd-spacing-lg) }#fd .ml-xl{margin-left:var(--fd-spacing-xl) }#fd .ml-2xl{margin-left:var(--fd-spacing-2xl) }#fd .-ml-xs{margin-left:calc(var(--fd-spacing-xs)*-1)}#fd .block{display:block}#fd .inline-block{display:inline-block}#fd .inline{display:inline}#fd .flex{display:flex}#fd .inline-flex{display:inline-flex}#fd .table{display:table}#fd .grid{display:grid}#fd .contents{display:contents}#fd .hidden{display:none}#fd .h-\[6px\]{height:6px}#fd .h-3xl{height:var(--fd-spacing-3xl) }#fd .h-\[48px\]{height:48px}#fd .h-5xl{height:var(--fd-spacing-5xl) }#fd .h-\[1px\]{height:1px}#fd .h-full{height:100%}#fd .h-\[40px\]{height:40px}#fd .h-\[200px\]{height:200px}#fd .h-\[20px\]{height:20px}#fd .h-md{height:var(--fd-spacing-md) }#fd .h-\[32px\]{height:32px}#fd .max-h-\[280px\]{max-height:280px}#fd .max-h-\[380px\]{max-height:380px}#fd .max-h-\[320px\]{max-height:320px}#fd .max-h-\[340px\]{max-height:340px}#fd .min-h-\[100px\]{min-height:100px}#fd .w-full{width:100%}#fd .w-\[6px\]{width:6px}#fd .w-\[280px\]{width:280px}#fd .w-3xl{width:var(--fd-spacing-3xl) }#fd .w-\[48px\]{width:48px}#fd .w-\[180px\]{width:180px}#fd .w-5xl{width:var(--fd-spacing-5xl) }#fd .w-\[320px\]{width:320px}#fd .w-auto{width:auto}#fd .w-1\/3{width:33.333333%}#fd .w-2\/3{width:66.666667%}#fd .w-2\/5{width:40%}#fd .w-\[64px\]{width:64px}#fd .w-\[40px\]{width:40px}#fd .w-2\/12{width:16.666667%}#fd .w-1\/12{width:8.333333%}#fd .w-4\/5{width:80%}#fd .w-3\/5{width:60%}#fd .w-2\/6{width:33.333333%}#fd .w-6\/12{width:50%}#fd .w-7\/12{width:58.333333%}#fd .w-4\/12{width:33.333333%}#fd .w-3\/12{width:25%}#fd .w-8\/12{width:66.666667%}#fd .w-10\/12{width:83.333333%}#fd .w-\[20px\]{width:20px}#fd .w-\[60px\]{width:60px}#fd .w-1\/6{width:16.666667%}#fd .w-1\/2{width:50%}#fd .w-\[32px\]{width:32px}#fd .w-\[640px\]{width:640px}#fd .w-\[400px\]{width:400px}#fd .w-\[440px\]{width:440px}#fd .w-\[480px\]{width:480px}#fd .w-screen{width:100vw}#fd .w-5\/12{width:41.666667%}#fd .w-9\/12{width:75%}#fd .w-11\/12{width:91.666667%}#fd .w-\[16px\]{width:16px}#fd .min-w-0{min-width:0}#fd .min-w-\[280px\]{min-width:280px}#fd .min-w-\[64px\]{min-width:64px}#fd .min-w-\[300px\]{min-width:300px}#fd .min-w-\[240px\]{min-width:240px}#fd .max-w-\[200px\]{max-width:200px}#fd .max-w-\[100px\]{max-width:100px}#fd .max-w-\[60px\]{max-width:60px}#fd .flex-1{flex:1 1 0%}#fd .flex-shrink-0{flex-shrink:0}#fd .flex-shrink{flex-shrink:1}#fd .flex-grow{flex-grow:1}#fd .flex-grow-0{flex-grow:0}#fd .transform{-webkit-transform:var(--tw-transform);transform:var(--tw-transform)}#fd .cursor-pointer{cursor:pointer}#fd .cursor-not-allowed{cursor:not-allowed}#fd .select-none{-webkit-user-select:none;-ms-user-select:none;user-select:none}#fd .resize-none{resize:none}#fd .resize{resize:both}#fd .appearance-none{-webkit-appearance:none;appearance:none}#fd .auto-cols-max{grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content}#fd .grid-flow-row{grid-auto-flow:row}#fd .grid-flow-col{grid-auto-flow:column}#fd .grid-flow-row-dense{grid-auto-flow:row dense}#fd .grid-flow-col-dense{grid-auto-flow:column dense}#fd .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#fd .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}#fd .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#fd .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#fd .grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#fd .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#fd .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}#fd .grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}#fd .grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}#fd .grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}#fd .grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}#fd .grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}#fd .grid-cols-avatar{grid-template-columns:repeat(auto-fill,minmax(40px,1fr))}#fd .grid-cols-avatar-sm{grid-template-columns:repeat(auto-fill,minmax(24px,1fr))}#fd .grid-cols-avatar-lg{grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}#fd .grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}#fd .flex-row{flex-direction:row}#fd .flex-row-reverse{flex-direction:row-reverse}#fd .flex-col{flex-direction:column}#fd .flex-col-reverse{flex-direction:column-reverse}#fd .flex-wrap{flex-wrap:wrap}#fd .flex-wrap-reverse{flex-wrap:wrap-reverse}#fd .flex-nowrap{flex-wrap:nowrap}#fd .content-center{align-content:center}#fd .content-start{align-content:flex-start}#fd .content-end{align-content:flex-end}#fd .content-between{align-content:space-between}#fd .content-around{align-content:space-around}#fd .content-evenly{align-content:space-evenly}#fd .items-start{align-items:flex-start}#fd .items-end{align-items:flex-end}#fd .items-center{align-items:center}#fd .items-baseline{align-items:baseline}#fd .items-stretch{align-items:stretch}#fd .justify-start{justify-content:flex-start}#fd .justify-end{justify-content:flex-end}#fd .justify-center{justify-content:center}#fd .justify-between{justify-content:space-between}#fd .justify-around{justify-content:space-around}#fd .justify-evenly{justify-content:space-evenly}#fd .justify-items-start{justify-items:start}#fd .justify-items-end{justify-items:end}#fd .justify-items-center{justify-items:center}#fd .justify-items-stretch{justify-items:stretch}#fd .gap-md{gap:var(--fd-spacing-md) }#fd .gap-sm{gap:var(--fd-spacing-sm) }#fd .gap-xs{gap:var(--fd-spacing-xs) }#fd .gap-lg{gap:var(--fd-spacing-lg) }#fd .gap-xl{gap:var(--fd-spacing-xl) }#fd .space-x-xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-xs)*var(--tw-space-x-reverse))}#fd .space-y-md>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-md)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-md)*(1 - var(--tw-space-y-reverse)))}#fd .space-y-2xl>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-2xl)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-2xl)*(1 - var(--tw-space-y-reverse)))}#fd .space-y-xs>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-xs)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-y-reverse)))}#fd .space-x-md>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-md)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-md)*var(--tw-space-x-reverse))}#fd .space-x-2xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-2xs)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-2xs)*var(--tw-space-x-reverse))}#fd .space-y-lg>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-lg)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-lg)*(1 - var(--tw-space-y-reverse)))}#fd .-space-x-2xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-2xs)*-1*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-2xs)*-1*var(--tw-space-x-reverse))}#fd .space-y-sm>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-sm)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-y-reverse)))}#fd .space-y-2xs>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-2xs)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-2xs)*(1 - var(--tw-space-y-reverse)))}#fd .space-x-sm>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-sm)*var(--tw-space-x-reverse))}#fd .space-x-no>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}#fd .space-y-xl>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-xl)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-xl)*(1 - var(--tw-space-y-reverse)))}#fd .space-x-xl>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-xl)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-xl)*var(--tw-space-x-reverse))}#fd .space-y-no>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}#fd .divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}#fd .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}#fd .divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(2px*var(--tw-divide-y-reverse));border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)))}#fd .divide-solid>:not([hidden])~:not([hidden]){border-style:solid}#fd .divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}#fd .divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-divide-opacity)) )}#fd .divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-divide-opacity)) )}#fd .divide-primary-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-divide-opacity)) )}#fd .self-auto{align-self:auto}#fd .self-start{align-self:flex-start}#fd .self-end{align-self:flex-end}#fd .self-center{align-self:center}#fd .self-stretch{align-self:stretch}#fd .justify-self-auto{justify-self:auto}#fd .justify-self-start{justify-self:start}#fd .justify-self-end{justify-self:end}#fd .justify-self-center{justify-self:center}#fd .justify-self-stretch{justify-self:stretch}#fd .overflow-auto{overflow:auto}#fd .overflow-hidden{overflow:hidden}#fd .overflow-x-auto{overflow-x:auto}#fd .overflow-y-auto{overflow-y:auto}#fd .truncate{overflow:hidden;white-space:nowrap}#fd .overflow-ellipsis,#fd .truncate{text-overflow:ellipsis}#fd .overflow-clip{text-overflow:clip}#fd .whitespace-nowrap{white-space:nowrap}#fd .rounded-full{border-radius:var(--fd-border-radius-full)}#fd .rounded-md{border-radius:var(--fd-border-radius-md)}#fd .rounded-lg{border-radius:var(--fd-border-radius-lg)}#fd .rounded-sm{border-radius:var(--fd-border-radius-sm)}#fd .rounded-no{border-radius:0}#fd .rounded-t-lg{border-top-left-radius:var(--fd-border-radius-lg)}#fd .rounded-r-lg,#fd .rounded-t-lg{border-top-right-radius:var(--fd-border-radius-lg)}#fd .rounded-b-lg,#fd .rounded-r-lg{border-bottom-right-radius:var(--fd-border-radius-lg)}#fd .rounded-b-lg,#fd .rounded-l-lg{border-bottom-left-radius:var(--fd-border-radius-lg)}#fd .rounded-l-lg{border-top-left-radius:var(--fd-border-radius-lg)}#fd .rounded-t-md{border-top-right-radius:var(--fd-border-radius-md)}#fd .rounded-l-md,#fd .rounded-t-md{border-top-left-radius:var(--fd-border-radius-md)}#fd .rounded-l-md{border-bottom-left-radius:var(--fd-border-radius-md)}#fd .rounded-r-md{border-bottom-right-radius:var(--fd-border-radius-md);border-top-right-radius:var(--fd-border-radius-md)}#fd .rounded-t-no{border-top-left-radius:0;border-top-right-radius:0}#fd .rounded-tl-lg{border-top-left-radius:var(--fd-border-radius-lg)}#fd .rounded-tr-lg{border-top-right-radius:var(--fd-border-radius-lg)}#fd .rounded-br-lg{border-bottom-right-radius:var(--fd-border-radius-lg)}#fd .rounded-bl-lg{border-bottom-left-radius:var(--fd-border-radius-lg)}#fd .rounded-bl-md{border-bottom-left-radius:var(--fd-border-radius-md)}#fd .rounded-br-md{border-bottom-right-radius:var(--fd-border-radius-md)}#fd .border{border-width:1px}#fd .border-2{border-width:2px}#fd .border-l-0{border-left-width:0}#fd .border-r-0{border-right-width:0}#fd .border-t{border-top-width:1px}#fd .border-b{border-bottom-width:1px}#fd .border-l{border-left-width:1px}#fd .border-r{border-right-width:1px}#fd .border-b-0{border-bottom-width:0}#fd .border-solid{border-style:solid}#fd .border-dashed{border-style:dashed}#fd .border-none{border-style:none}#fd .border-gray-200{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd .border-gray-300{--tw-border-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) )}#fd .border-transparent{border-color:transparent}#fd .border-info-500{--tw-border-opacity:1;border-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-border-opacity)) )}#fd .border-success-500{--tw-border-opacity:1;border-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-border-opacity)) )}#fd .border-danger-500{--tw-border-opacity:1;border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) )}#fd .border-warning-500{--tw-border-opacity:1;border-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-border-opacity)) )}#fd .border-primary-500{--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd .border-gray-100{--tw-border-opacity:1;border-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-border-opacity)) )}#fd .bg-info-500{--tw-bg-opacity:1;background-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-bg-opacity)) )}#fd .bg-gray-100{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .bg-gray-200{--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) )}#fd .bg-primary-100{--tw-bg-opacity:1;background-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-bg-opacity)) )}#fd .bg-primary-500{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .bg-warning-100{--tw-bg-opacity:1;background-color:var(--fd-warning-100-hex,rgba(var(--fd-warning-100),var(--tw-bg-opacity)) )}#fd .bg-white{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .bg-success-500{--tw-bg-opacity:1;background-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-bg-opacity)) )}#fd .bg-danger-500{--tw-bg-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) )}#fd .bg-transparent{background-color:transparent}#fd .bg-warning-500{--tw-bg-opacity:1;background-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-bg-opacity)) )}#fd .bg-gray-50{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .bg-gray-300{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}#fd .bg-gray-500{--tw-bg-opacity:1;background-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-bg-opacity)) )}#fd .bg-primary-200{--tw-bg-opacity:1;background-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-bg-opacity)) )}#fd .bg-success-100{--tw-bg-opacity:1;background-color:var(--fd-success-100-hex,rgba(var(--fd-success-100),var(--tw-bg-opacity)) )}#fd .bg-danger-100{--tw-bg-opacity:1;background-color:var(--fd-danger-100-hex,rgba(var(--fd-danger-100),var(--tw-bg-opacity)) )}#fd .bg-info-100{--tw-bg-opacity:1;background-color:var(--fd-info-100-hex,rgba(var(--fd-info-100),var(--tw-bg-opacity)) )}#fd .bg-danger-200{--tw-bg-opacity:1;background-color:var(--fd-danger-200-hex,rgba(var(--fd-danger-200),var(--tw-bg-opacity)) )}#fd .bg-primary-400{--tw-bg-opacity:1;background-color:var(--fd-primary-400-hex,rgba(var(--fd-primary-400),var(--tw-bg-opacity)) )}#fd .bg-gray-900{--tw-bg-opacity:1;background-color:var(--fd-gray-900-hex,rgba(var(--fd-gray-900),var(--tw-bg-opacity)) )}#fd .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}#fd .from-primary-50{--tw-gradient-from:rgb(var(--fd-primary-50));--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,var(--fd-primary-50-hex,rgba(var(--fd-primary-50),0) ))}#fd .to-primary-100{--tw-gradient-to:rgb(var(--fd-primary-100))}#fd .to-primary-200{--tw-gradient-to:rgb(var(--fd-primary-200))}#fd .p-3xl{padding:var(--fd-spacing-3xl) }#fd .p-no{padding:0}#fd .p-xl{padding:var(--fd-spacing-xl) }#fd .p-lg{padding:var(--fd-spacing-lg) }#fd .p-md{padding:var(--fd-spacing-md) }#fd .p-2xl{padding:var(--fd-spacing-2xl) }#fd .p-xs{padding:var(--fd-spacing-xs) }#fd .p-sm{padding:var(--fd-spacing-sm) }#fd .p-3xs{padding:var(--fd-spacing-3xs) }#fd .p-2xs{padding:var(--fd-spacing-2xs) }#fd .py-xs{padding-bottom:var(--fd-spacing-xs) ;padding-top:var(--fd-spacing-xs) }#fd .py-md{padding-bottom:var(--fd-spacing-md) ;padding-top:var(--fd-spacing-md) }#fd .px-xs{padding-left:var(--fd-spacing-xs) ;padding-right:var(--fd-spacing-xs) }#fd .py-2xs{padding-bottom:var(--fd-spacing-2xs) ;padding-top:var(--fd-spacing-2xs) }#fd .px-xl{padding-left:var(--fd-spacing-xl) ;padding-right:var(--fd-spacing-xl) }#fd .py-sm{padding-bottom:var(--fd-spacing-sm) ;padding-top:var(--fd-spacing-sm) }#fd .px-sm{padding-left:var(--fd-spacing-sm) ;padding-right:var(--fd-spacing-sm) }#fd .px-md{padding-left:var(--fd-spacing-md) ;padding-right:var(--fd-spacing-md) }#fd .py-lg{padding-bottom:var(--fd-spacing-lg) ;padding-top:var(--fd-spacing-lg) }#fd .py-2xl{padding-bottom:var(--fd-spacing-2xl) ;padding-top:var(--fd-spacing-2xl) }#fd .py-no{padding-bottom:0;padding-top:0}#fd .px-no{padding-left:0;padding-right:0}#fd .px-2xs{padding-left:var(--fd-spacing-2xs) ;padding-right:var(--fd-spacing-2xs) }#fd .px-3xs{padding-left:var(--fd-spacing-3xs) ;padding-right:var(--fd-spacing-3xs) }#fd .px-lg{padding-left:var(--fd-spacing-lg) ;padding-right:var(--fd-spacing-lg) }#fd .px-2xl{padding-left:var(--fd-spacing-2xl) ;padding-right:var(--fd-spacing-2xl) }#fd .py-3xs{padding-bottom:var(--fd-spacing-3xs) ;padding-top:var(--fd-spacing-3xs) }#fd .py-xl{padding-bottom:var(--fd-spacing-xl) ;padding-top:var(--fd-spacing-xl) }#fd .pr-no{padding-right:0}#fd .pl-2xs{padding-left:var(--fd-spacing-2xs) }#fd .pr-xs{padding-right:var(--fd-spacing-xs) }#fd .pr-sm{padding-right:var(--fd-spacing-sm) }#fd .pb-sm{padding-bottom:var(--fd-spacing-sm) }#fd .pr-md{padding-right:var(--fd-spacing-md) }#fd .pt-sm{padding-top:var(--fd-spacing-sm) }#fd .pt-xs{padding-top:var(--fd-spacing-xs) }#fd .pl-xs{padding-left:var(--fd-spacing-xs) }#fd .pt-no{padding-top:0}#fd .pt-3xs{padding-top:var(--fd-spacing-3xs) }#fd .pt-2xs{padding-top:var(--fd-spacing-2xs) }#fd .pt-md{padding-top:var(--fd-spacing-md) }#fd .pt-lg{padding-top:var(--fd-spacing-lg) }#fd .pt-xl{padding-top:var(--fd-spacing-xl) }#fd .pt-2xl{padding-top:var(--fd-spacing-2xl) }#fd .pr-3xs{padding-right:var(--fd-spacing-3xs) }#fd .pr-2xs{padding-right:var(--fd-spacing-2xs) }#fd .pr-lg{padding-right:var(--fd-spacing-lg) }#fd .pr-xl{padding-right:var(--fd-spacing-xl) }#fd .pr-2xl{padding-right:var(--fd-spacing-2xl) }#fd .pb-no{padding-bottom:0}#fd .pb-3xs{padding-bottom:var(--fd-spacing-3xs) }#fd .pb-2xs{padding-bottom:var(--fd-spacing-2xs) }#fd .pb-xs{padding-bottom:var(--fd-spacing-xs) }#fd .pb-md{padding-bottom:var(--fd-spacing-md) }#fd .pb-lg{padding-bottom:var(--fd-spacing-lg) }#fd .pb-xl{padding-bottom:var(--fd-spacing-xl) }#fd .pb-2xl{padding-bottom:var(--fd-spacing-2xl) }#fd .pl-no{padding-left:0}#fd .pl-3xs{padding-left:var(--fd-spacing-3xs) }#fd .pl-sm{padding-left:var(--fd-spacing-sm) }#fd .pl-md{padding-left:var(--fd-spacing-md) }#fd .pl-lg{padding-left:var(--fd-spacing-lg) }#fd .pl-xl{padding-left:var(--fd-spacing-xl) }#fd .pl-2xl{padding-left:var(--fd-spacing-2xl) }#fd .text-center{text-align:center}#fd .text-right{text-align:right}#fd .align-top{vertical-align:top}#fd .align-middle{vertical-align:middle}#fd .align-bottom{vertical-align:bottom}#fd .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}#fd .font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}#fd .text-xs{font-size:var(--fd-font-size-xs)}#fd .text-sm{font-size:var(--fd-font-size-sm)}#fd .text-lg{font-size:var(--fd-font-size-lg)}#fd .text-xl{font-size:var(--fd-font-size-xl)}#fd .text-2xl{font-size:var(--fd-font-size-2xl)}#fd .text-3xl{font-size:var(--fd-font-size-3xl)}#fd .text-4xl{font-size:var(--fd-font-size-4xl)}#fd .text-md{font-size:var(--fd-font-size-md)}#fd .text-5xl{font-size:var(--fd-font-size-5xl)}#fd .font-bold{font-weight:700}#fd .font-normal{font-weight:400}#fd .uppercase{text-transform:uppercase}#fd .lowercase{text-transform:lowercase}#fd .leading-sm{line-height:var(--fd-line-height-sm)}#fd .leading-md{line-height:var(--fd-line-height-md)}#fd .leading-xs{line-height:var(--fd-line-height-xs)}#fd .leading-lg{line-height:var(--fd-line-height-lg)}#fd .leading-reset{line-height:1}#fd .leading-xl{line-height:var(--fd-line-height-xl)}#fd .leading-2xl{line-height:var(--fd-line-height-2xl)}#fd .leading-3xl{line-height:var(--fd-line-height-3xl)}#fd .leading-4xl{line-height:var(--fd-line-height-4xl)}#fd .leading-2xs{line-height:var(--fd-line-height-2xs)}#fd .text-gray-900{--tw-text-opacity:1;color:var(--fd-gray-900-hex,rgba(var(--fd-gray-900),var(--tw-text-opacity)) )}#fd .text-gray-500{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )}#fd .text-primary-500{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .text-gray-800{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .text-warning-500{--tw-text-opacity:1;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .text-primary-400{--tw-text-opacity:1;color:var(--fd-primary-400-hex,rgba(var(--fd-primary-400),var(--tw-text-opacity)) )}#fd .text-inverse{--tw-text-opacity:1;color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .text-danger-500{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .text-gray-700{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) )}#fd .text-white{--tw-text-opacity:1;color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-text-opacity)) )}#fd .text-gray-300{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .text-primary-300{--tw-text-opacity:1;color:var(--fd-primary-300-hex,rgba(var(--fd-primary-300),var(--tw-text-opacity)) )}#fd .text-success-500{--tw-text-opacity:1;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .text-info-500{--tw-text-opacity:1;color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .text-gray-600{--tw-text-opacity:1;color:var(--fd-gray-600-hex,rgba(var(--fd-gray-600),var(--tw-text-opacity)) )}#fd .text-primary{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .text-success{--tw-text-opacity:1;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .text-danger{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .text-info{--tw-text-opacity:1;color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .text-warning{--tw-text-opacity:1;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .text-primary-600{--tw-text-opacity:1;color:var(--fd-primary-600-hex,rgba(var(--fd-primary-600),var(--tw-text-opacity)) )}#fd .text-primary-800{--tw-text-opacity:1;color:var(--fd-primary-800-hex,rgba(var(--fd-primary-800),var(--tw-text-opacity)) )}#fd .text-gray-50{--tw-text-opacity:1;color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-text-opacity)) )}#fd .text-gray-100{--tw-text-opacity:1;color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-text-opacity)) )}#fd .text-gray-200{--tw-text-opacity:1;color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-text-opacity)) )}#fd .text-gray-400{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )}#fd .text-opacity-50{--tw-text-opacity:0.5}#fd .no-underline{text-decoration:none}#fd .opacity-0{opacity:0}#fd .shadow-none{--tw-shadow:0 0 #0000}#fd .shadow-none,#fd .shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .shadow-sm{--tw-shadow:0 2px 4px -1px rgba(0,0,0,.06),0 1px 2px -1px rgba(0,0,0,.02)}#fd .shadow-md{--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08)}#fd .shadow-lg,#fd .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .shadow-lg{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.08),0 10px 10px -5px rgba(0,0,0,.04)}#fd .outline-none{outline:2px solid transparent;outline-offset:2px}#fd .ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}#fd .ring-1,#fd .ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#fd .ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}#fd .ring-inset{--tw-ring-inset:inset}#fd .ring-black{--tw-ring-opacity:1;--tw-ring-color:var(--fd-black-hex,rgba(var(--fd-black),var(--tw-ring-opacity)) )}#fd .ring-success-500{--tw-ring-opacity:1;--tw-ring-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-ring-opacity)) )}#fd .ring-white{--tw-ring-opacity:1;--tw-ring-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-ring-opacity)) )}#fd .ring-opacity-0{--tw-ring-opacity:0}#fd .ring-offset-2{--tw-ring-offset-width:2px}#fd .ring-offset-inverse{--tw-ring-offset-color:rgb(var(--fd-color-inverse))}#fd .blur{--tw-blur:blur(8px)}#fd .blur,#fd .grayscale{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}#fd .grayscale{--tw-grayscale:grayscale(100%)}#fd .invert{--tw-invert:invert(100%)}#fd .invert,#fd .sepia{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}#fd .sepia{--tw-sepia:sepia(100%)}#fd .filter{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}#fd .transition{transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}#fd .duration-300{transition-duration:.3s}#fd .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}#fd .hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}#fd .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .hover\:text-white:hover{--tw-text-opacity:1;color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-text-opacity)) )}#fd .hover\:text-gray-300:hover{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .hover\:text-gray-500:hover{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )}#fd .hover\:no-underline:hover{text-decoration:none}#fd .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}#fd .active\:focus\:ring-white:active:focus{--tw-ring-opacity:1;--tw-ring-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-ring-opacity)) )}#fd .checked\:focus\:active\:bg-white:checked:focus:active{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .dark .dark\:text-gray-100{--tw-text-opacity:1;color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-text-opacity)) )}@media (min-width:768px){#fd .md\:t-hidden{display:none!important}#fd .md\:t-block{display:block!important}#fd .md\:t-flex{display:flex!important}#fd .md\:t-inline-flex{display:inline-flex!important}#fd .md\:t-inline{display:inline!important}#fd .md\:t-visible{visibility:visible!important}#fd .md\:t-invisible{visibility:hidden!important}#fd .md\:col-span-6{grid-column:span 6/span 6}#fd .md\:col-span-7{grid-column:span 7/span 7}#fd .md\:col-span-5{grid-column:span 5/span 5}#fd .md\:col-span-3{grid-column:span 3/span 3}#fd .md\:col-span-8{grid-column:span 8/span 8}#fd .md\:col-span-1{grid-column:span 1/span 1}#fd .md\:col-span-2{grid-column:span 2/span 2}#fd .md\:col-span-4{grid-column:span 4/span 4}#fd .md\:col-span-9{grid-column:span 9/span 9}#fd .md\:col-span-10{grid-column:span 10/span 10}#fd .md\:col-span-11{grid-column:span 11/span 11}#fd .md\:col-span-12{grid-column:span 12/span 12}#fd .md\:m-no{margin:0}#fd .md\:m-3xs{margin:var(--fd-spacing-3xs) }#fd .md\:m-2xs{margin:var(--fd-spacing-2xs) }#fd .md\:m-xs{margin:var(--fd-spacing-xs) }#fd .md\:m-sm{margin:var(--fd-spacing-sm) }#fd .md\:m-md{margin:var(--fd-spacing-md) }#fd .md\:m-lg{margin:var(--fd-spacing-lg) }#fd .md\:m-xl{margin:var(--fd-spacing-xl) }#fd .md\:m-2xl{margin:var(--fd-spacing-2xl) }#fd .md\:mx-no{margin-left:0;margin-right:0}#fd .md\:mx-3xs{margin-left:var(--fd-spacing-3xs) ;margin-right:var(--fd-spacing-3xs) }#fd .md\:mx-2xs{margin-left:var(--fd-spacing-2xs) ;margin-right:var(--fd-spacing-2xs) }#fd .md\:mx-xs{margin-left:var(--fd-spacing-xs) ;margin-right:var(--fd-spacing-xs) }#fd .md\:mx-sm{margin-left:var(--fd-spacing-sm) ;margin-right:var(--fd-spacing-sm) }#fd .md\:mx-md{margin-left:var(--fd-spacing-md) ;margin-right:var(--fd-spacing-md) }#fd .md\:mx-lg{margin-left:var(--fd-spacing-lg) ;margin-right:var(--fd-spacing-lg) }#fd .md\:mx-xl{margin-left:var(--fd-spacing-xl) ;margin-right:var(--fd-spacing-xl) }#fd .md\:mx-2xl{margin-left:var(--fd-spacing-2xl) ;margin-right:var(--fd-spacing-2xl) }#fd .md\:my-no{margin-bottom:0;margin-top:0}#fd .md\:my-3xs{margin-bottom:var(--fd-spacing-3xs) ;margin-top:var(--fd-spacing-3xs) }#fd .md\:my-2xs{margin-bottom:var(--fd-spacing-2xs) ;margin-top:var(--fd-spacing-2xs) }#fd .md\:my-xs{margin-bottom:var(--fd-spacing-xs) ;margin-top:var(--fd-spacing-xs) }#fd .md\:my-sm{margin-bottom:var(--fd-spacing-sm) ;margin-top:var(--fd-spacing-sm) }#fd .md\:my-md{margin-bottom:var(--fd-spacing-md) ;margin-top:var(--fd-spacing-md) }#fd .md\:my-lg{margin-bottom:var(--fd-spacing-lg) ;margin-top:var(--fd-spacing-lg) }#fd .md\:my-xl{margin-bottom:var(--fd-spacing-xl) ;margin-top:var(--fd-spacing-xl) }#fd .md\:my-2xl{margin-bottom:var(--fd-spacing-2xl) ;margin-top:var(--fd-spacing-2xl) }#fd .md\:mt-no{margin-top:0}#fd .md\:mt-3xs{margin-top:var(--fd-spacing-3xs) }#fd .md\:mt-2xs{margin-top:var(--fd-spacing-2xs) }#fd .md\:mt-xs{margin-top:var(--fd-spacing-xs) }#fd .md\:mt-sm{margin-top:var(--fd-spacing-sm) }#fd .md\:mt-md{margin-top:var(--fd-spacing-md) }#fd .md\:mt-lg{margin-top:var(--fd-spacing-lg) }#fd .md\:mt-xl{margin-top:var(--fd-spacing-xl) }#fd .md\:mt-2xl{margin-top:var(--fd-spacing-2xl) }#fd .md\:mr-no{margin-right:0}#fd .md\:mr-3xs{margin-right:var(--fd-spacing-3xs) }#fd .md\:mr-2xs{margin-right:var(--fd-spacing-2xs) }#fd .md\:mr-xs{margin-right:var(--fd-spacing-xs) }#fd .md\:mr-sm{margin-right:var(--fd-spacing-sm) }#fd .md\:mr-md{margin-right:var(--fd-spacing-md) }#fd .md\:mr-lg{margin-right:var(--fd-spacing-lg) }#fd .md\:mr-xl{margin-right:var(--fd-spacing-xl) }#fd .md\:mr-2xl{margin-right:var(--fd-spacing-2xl) }#fd .md\:mb-no{margin-bottom:0}#fd .md\:mb-3xs{margin-bottom:var(--fd-spacing-3xs) }#fd .md\:mb-2xs{margin-bottom:var(--fd-spacing-2xs) }#fd .md\:mb-xs{margin-bottom:var(--fd-spacing-xs) }#fd .md\:mb-sm{margin-bottom:var(--fd-spacing-sm) }#fd .md\:mb-md{margin-bottom:var(--fd-spacing-md) }#fd .md\:mb-lg{margin-bottom:var(--fd-spacing-lg) }#fd .md\:mb-xl{margin-bottom:var(--fd-spacing-xl) }#fd .md\:mb-2xl{margin-bottom:var(--fd-spacing-2xl) }#fd .md\:ml-no{margin-left:0}#fd .md\:ml-3xs{margin-left:var(--fd-spacing-3xs) }#fd .md\:ml-2xs{margin-left:var(--fd-spacing-2xs) }#fd .md\:ml-xs{margin-left:var(--fd-spacing-xs) }#fd .md\:ml-sm{margin-left:var(--fd-spacing-sm) }#fd .md\:ml-md{margin-left:var(--fd-spacing-md) }#fd .md\:ml-lg{margin-left:var(--fd-spacing-lg) }#fd .md\:ml-xl{margin-left:var(--fd-spacing-xl) }#fd .md\:ml-2xl{margin-left:var(--fd-spacing-2xl) }#fd .md\:ml-auto{margin-left:auto}#fd .md\:block{display:block}#fd .md\:flex{display:flex}#fd .md\:w-1\/3{width:33.333333%}#fd .md\:w-5\/12{width:41.666667%}#fd .md\:w-auto{width:auto}#fd .md\:w-\[160px\]{width:160px}#fd .md\:w-\[320px\]{width:320px}#fd .md\:w-\[180px\]{width:180px}#fd .md\:w-\[220px\]{width:220px}#fd .md\:w-\[400px\]{width:400px}#fd .md\:w-\[280px\]{width:280px}#fd .md\:w-\[440px\]{width:440px}#fd .md\:w-\[480px\]{width:480px}#fd .md\:w-full{width:100%}#fd .md\:w-screen{width:100vw}#fd .md\:w-1\/12{width:8.333333%}#fd .md\:w-2\/12{width:16.666667%}#fd .md\:w-3\/12{width:25%}#fd .md\:w-4\/12{width:33.333333%}#fd .md\:w-6\/12{width:50%}#fd .md\:w-7\/12{width:58.333333%}#fd .md\:w-8\/12{width:66.666667%}#fd .md\:w-9\/12{width:75%}#fd .md\:w-10\/12{width:83.333333%}#fd .md\:w-11\/12{width:91.666667%}#fd .md\:min-w-0{min-width:0}#fd .md\:max-w-min{max-width:-webkit-min-content;max-width:min-content}#fd .md\:max-w-max{max-width:-webkit-max-content;max-width:max-content}#fd .md\:max-w-\[120px\]{max-width:120px}#fd .md\:flex-shrink-0{flex-shrink:0}#fd .md\:flex-shrink{flex-shrink:1}#fd .md\:flex-grow-0{flex-grow:0}#fd .md\:flex-grow{flex-grow:1}#fd .md\:grid-flow-col{grid-auto-flow:column}#fd .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#fd .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#fd .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#fd .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#fd .md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#fd .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}#fd .md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}#fd .md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}#fd .md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}#fd .md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}#fd .md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}#fd .md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}#fd .md\:flex-row{flex-direction:row}#fd .md\:flex-row-reverse{flex-direction:row-reverse}#fd .md\:flex-col{flex-direction:column}#fd .md\:items-center{align-items:center}#fd .md\:justify-between{justify-content:space-between}#fd .md\:gap-sm{gap:var(--fd-spacing-sm) }#fd .md\:space-x-xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-xs)*var(--tw-space-x-reverse))}#fd .md\:space-y-no>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-x-no>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}#fd .md\:space-y-xs>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-xs)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-y-sm>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-sm)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-x-sm>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-sm)*var(--tw-space-x-reverse))}#fd .md\:space-y-md>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-md)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-md)*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-x-md>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-md)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-md)*var(--tw-space-x-reverse))}#fd .md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fd .md\:p-no{padding:0}#fd .md\:p-3xs{padding:var(--fd-spacing-3xs) }#fd .md\:p-2xs{padding:var(--fd-spacing-2xs) }#fd .md\:p-xs{padding:var(--fd-spacing-xs) }#fd .md\:p-sm{padding:var(--fd-spacing-sm) }#fd .md\:p-md{padding:var(--fd-spacing-md) }#fd .md\:p-lg{padding:var(--fd-spacing-lg) }#fd .md\:p-xl{padding:var(--fd-spacing-xl) }#fd .md\:p-2xl{padding:var(--fd-spacing-2xl) }#fd .md\:px-no{padding-left:0;padding-right:0}#fd .md\:px-3xs{padding-left:var(--fd-spacing-3xs) ;padding-right:var(--fd-spacing-3xs) }#fd .md\:px-2xs{padding-left:var(--fd-spacing-2xs) ;padding-right:var(--fd-spacing-2xs) }#fd .md\:px-xs{padding-left:var(--fd-spacing-xs) ;padding-right:var(--fd-spacing-xs) }#fd .md\:px-sm{padding-left:var(--fd-spacing-sm) ;padding-right:var(--fd-spacing-sm) }#fd .md\:px-md{padding-left:var(--fd-spacing-md) ;padding-right:var(--fd-spacing-md) }#fd .md\:px-lg{padding-left:var(--fd-spacing-lg) ;padding-right:var(--fd-spacing-lg) }#fd .md\:px-xl{padding-left:var(--fd-spacing-xl) ;padding-right:var(--fd-spacing-xl) }#fd .md\:px-2xl{padding-left:var(--fd-spacing-2xl) ;padding-right:var(--fd-spacing-2xl) }#fd .md\:py-no{padding-bottom:0;padding-top:0}#fd .md\:py-3xs{padding-bottom:var(--fd-spacing-3xs) ;padding-top:var(--fd-spacing-3xs) }#fd .md\:py-2xs{padding-bottom:var(--fd-spacing-2xs) ;padding-top:var(--fd-spacing-2xs) }#fd .md\:py-xs{padding-bottom:var(--fd-spacing-xs) ;padding-top:var(--fd-spacing-xs) }#fd .md\:py-sm{padding-bottom:var(--fd-spacing-sm) ;padding-top:var(--fd-spacing-sm) }#fd .md\:py-md{padding-bottom:var(--fd-spacing-md) ;padding-top:var(--fd-spacing-md) }#fd .md\:py-lg{padding-bottom:var(--fd-spacing-lg) ;padding-top:var(--fd-spacing-lg) }#fd .md\:py-xl{padding-bottom:var(--fd-spacing-xl) ;padding-top:var(--fd-spacing-xl) }#fd .md\:py-2xl{padding-bottom:var(--fd-spacing-2xl) ;padding-top:var(--fd-spacing-2xl) }#fd .md\:pr-md{padding-right:var(--fd-spacing-md) }#fd .md\:pt-no{padding-top:0}#fd .md\:pt-3xs{padding-top:var(--fd-spacing-3xs) }#fd .md\:pt-2xs{padding-top:var(--fd-spacing-2xs) }#fd .md\:pt-xs{padding-top:var(--fd-spacing-xs) }#fd .md\:pt-sm{padding-top:var(--fd-spacing-sm) }#fd .md\:pt-md{padding-top:var(--fd-spacing-md) }#fd .md\:pt-lg{padding-top:var(--fd-spacing-lg) }#fd .md\:pt-xl{padding-top:var(--fd-spacing-xl) }#fd .md\:pt-2xl{padding-top:var(--fd-spacing-2xl) }#fd .md\:pr-no{padding-right:0}#fd .md\:pr-3xs{padding-right:var(--fd-spacing-3xs) }#fd .md\:pr-2xs{padding-right:var(--fd-spacing-2xs) }#fd .md\:pr-xs{padding-right:var(--fd-spacing-xs) }#fd .md\:pr-sm{padding-right:var(--fd-spacing-sm) }#fd .md\:pr-lg{padding-right:var(--fd-spacing-lg) }#fd .md\:pr-xl{padding-right:var(--fd-spacing-xl) }#fd .md\:pr-2xl{padding-right:var(--fd-spacing-2xl) }#fd .md\:pb-no{padding-bottom:0}#fd .md\:pb-3xs{padding-bottom:var(--fd-spacing-3xs) }#fd .md\:pb-2xs{padding-bottom:var(--fd-spacing-2xs) }#fd .md\:pb-xs{padding-bottom:var(--fd-spacing-xs) }#fd .md\:pb-sm{padding-bottom:var(--fd-spacing-sm) }#fd .md\:pb-md{padding-bottom:var(--fd-spacing-md) }#fd .md\:pb-lg{padding-bottom:var(--fd-spacing-lg) }#fd .md\:pb-xl{padding-bottom:var(--fd-spacing-xl) }#fd .md\:pb-2xl{padding-bottom:var(--fd-spacing-2xl) }#fd .md\:pl-no{padding-left:0}#fd .md\:pl-3xs{padding-left:var(--fd-spacing-3xs) }#fd .md\:pl-2xs{padding-left:var(--fd-spacing-2xs) }#fd .md\:pl-xs{padding-left:var(--fd-spacing-xs) }#fd .md\:pl-sm{padding-left:var(--fd-spacing-sm) }#fd .md\:pl-md{padding-left:var(--fd-spacing-md) }#fd .md\:pl-lg{padding-left:var(--fd-spacing-lg) }#fd .md\:pl-xl{padding-left:var(--fd-spacing-xl) }#fd .md\:pl-2xl{padding-left:var(--fd-spacing-2xl) }}@media (min-width:768px) and (max-width:979px){#fd .hidden-desktop{display:inherit!important}#fd .visible-desktop{display:none!important}#fd .visible-tablet{display:inherit!important}#fd .hidden-tablet{display:none!important}}@media (min-width:1280px){#fd .xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media (max-width:767px){#fd .hidden-desktop{display:inherit!important}#fd .visible-desktop{display:none!important}#fd .visible-phone{display:inherit!important}#fd .hidden-phone{display:none!important}}@media print{#fd .visible-print{display:inherit!important}#fd .hidden-print{display:none!important}}
#mnwall_container_6 a.mnwall_arrow,
		#mnwall_container_6 a.mnwall-reset-btn {
			background-color: #3d3d3d;
			border-color: #3d3d3d;
			border-radius: 5px;
			color: #ffffff;
		}
		#mnwall_container_6 a.mnwall_arrow.disabled {
			background-color: #3d3d3d !important;
			border-color: #3d3d3d !important;
			border-radius: 5px !important;
			color: #ffffff !important;
		}
		#mnwall_container_6 a.mnwall_arrow.mnwall-loading {
			border-color: #3d3d3d;
		}
		@media only screen and (min-width:1139px)
		{
				#mnwall_iso_container_6 .mnwall-big {
					height: 480px;
				}
				#mnwall_iso_container_6 .mnwall-horizontal {
					height: 240px;
				}
				#mnwall_iso_container_6 .mnwall-vertical {
					height: 480px;
				}
				#mnwall_iso_container_6 .mnwall-small {
					height: 240px;
				}
			
					.mnwall-columns #mnwall_iso_container_6 .mnwall-photo-link {
						height: 240px !important;
					}
				
		}@media only screen and (min-width:939px) and (max-width:1138px)
			{
				#mnwall_iso_container_6 .mnwall-big {
					height: 480px;
				}
				#mnwall_iso_container_6 .mnwall-horizontal {
					height: 240px;
				}
				#mnwall_iso_container_6 .mnwall-vertical {
					height: 480px;
				}
				#mnwall_iso_container_6 .mnwall-small {
					height: 240px;
				}

				#mnwall_iso_container_6 .mnwall-big .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-big .mnwall-item-inner .mnwall-title span {
					font-size: 24px;
					line-height: 28px;
				}
				#mnwall_iso_container_6 .mnwall-horizontal .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-horizontal .mnwall-item-inner .mnwall-title span,
				#mnwall_iso_container_6 .mnwall-vertical .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-vertical .mnwall-item-inner .mnwall-title span,
				#mnwall_iso_container_6 .mnwall-small .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-small .mnwall-item-inner .mnwall-title span {
					font-size: 18px;
					line-height: 20px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
			{ 
					#mnwall_iso_container_6 .mnwall-item {
						height: auto !important;
					}
					#mnwall_iso_container_6 .mnwall-item-inner {
						position: static;
						width: 100% !important;
					}
					.mnwall-masonry #mnwall_iso_container_6 .mnwall-item-outer-cont .mnwall-photo-link {
						z-index: 1;
						width: 100%;
						position: relative;
						display: flex;
						justify-content: center;
						align-items: center;
						overflow: hidden;
						height: 240px !important;
					}
					.mnwall-columns #mnwall_iso_container_6 .mnwall-photo-link {
						height: 240px !important;
					}
					
				#mnwall_iso_container_6 .mnwall-item {
					width: 50.00% !important;
				}
				#mnwall_iso_container_6 .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-item-inner .mnwall-title span {
					font-size: 18px !important;
					line-height: 24px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-title {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-desc {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-date {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-category {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-location {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-author {
						display: block !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-price {
						display: none !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-hits {
						display: none !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-count {
						display: none !important;
					}
				}@media only screen and (min-width:719px) and (max-width:938px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-readmore {
						display: none !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
			{ 
					#mnwall_iso_container_6 .mnwall-item {
						height: auto !important;
					}
					#mnwall_iso_container_6 .mnwall-item-inner {
						position: static;
						width: 100% !important;
					}
					.mnwall-masonry #mnwall_iso_container_6 .mnwall-item-outer-cont .mnwall-photo-link {
						z-index: 1;
						width: 100%;
						position: relative;
						display: flex;
						justify-content: center;
						align-items: center;
						overflow: hidden;
						height: 240px !important;
					}
					.mnwall-columns #mnwall_iso_container_6 .mnwall-photo-link {
						height: 240px !important;
					}
					
				#mnwall_iso_container_6 .mnwall-item {
					width: 50.00% !important;
				}
				#mnwall_iso_container_6 .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-item-inner .mnwall-title span {
					font-size: 18px;
					line-height: 24px;
				}
			}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-title {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-desc {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-date {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-category {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-location {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-author {
						display: block !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-price {
						display: none !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-hits {
						display: none !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-count {
						display: none !important;
					}
				}@media only screen and (min-width:479px) and (max-width:718px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-readmore {
						display: none !important;
					}
				}@media only screen and (max-width:478px)
			{ 
					#mnwall_iso_container_6 .mnwall-item {
						height: auto !important;
					}
					#mnwall_iso_container_6 .mnwall-item-inner {
						position: static;
						width: 100% !important;
					}
					.mnwall-masonry #mnwall_iso_container_6 .mnwall-item-outer-cont .mnwall-photo-link {
						z-index: 1;
						width: 100%;
						position: relative;
						display: flex;
						justify-content: center;
						align-items: center;
						overflow: hidden;
						height: 240px !important;
					}
					.mnwall-columns #mnwall_iso_container_6 .mnwall-photo-link {
						height: 240px !important;
					}
					
				#mnwall_iso_container_6 .mnwall-item {
					width: 100.00% !important;
				}
				#mnwall_iso_container_6 .mnwall-item-inner .mnwall-title a,
				#mnwall_iso_container_6 .mnwall-item-inner .mnwall-title span {
					font-size: 18px;
					line-height: 24px;
				}
			}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-title {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-desc {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-date {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-category {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-location {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-item-author {
						display: block !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-price {
						display: none !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-hits {
						display: none !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-count {
						display: none !important;
					}
				}@media only screen and (max-width:478px)
				{
					#mnwall_iso_container_6 .mnwall-detail-box .mnwall-readmore {
						display: none !important;
					}
				}
			#mnwall_iso_container_6 .mnwitem1 {
				width: 50%;
			}
			@media only screen and (min-width:1139px)
			{
				#mnwall_iso_container_6 .mnwitem1 {
					height: 480px;
				}
			}@media only screen and (min-width:939px) and (max-width:1138px)
			{
				#mnwall_iso_container_6 .mnwitem1 {
					height: 480px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
			{
				#mnwall_iso_container_6 .mnwitem1 {
					height: 480px;
				}
			}@media only screen and (min-width:479px) and (max-width:718px)
			{
				#mnwall_iso_container_6 .mnwitem1 {
					height: 480px;
				}
			}@media only screen and (max-width:478px)
			{
				#mnwall_iso_container_6 .mnwitem1 {
					height: 480px;
				}
			}
			#mnwall_iso_container_6 .mnwitem2 {
				width: 25%;
			}
			@media only screen and (min-width:1139px)
			{
				#mnwall_iso_container_6 .mnwitem2 {
					height: 240px;
				}
			}@media only screen and (min-width:939px) and (max-width:1138px)
			{
				#mnwall_iso_container_6 .mnwitem2 {
					height: 240px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
			{
				#mnwall_iso_container_6 .mnwitem2 {
					height: 240px;
				}
			}@media only screen and (min-width:479px) and (max-width:718px)
			{
				#mnwall_iso_container_6 .mnwitem2 {
					height: 240px;
				}
			}@media only screen and (max-width:478px)
			{
				#mnwall_iso_container_6 .mnwitem2 {
					height: 240px;
				}
			}
			#mnwall_iso_container_6 .mnwitem3 {
				width: 25%;
			}
			@media only screen and (min-width:1139px)
			{
				#mnwall_iso_container_6 .mnwitem3 {
					height: 240px;
				}
			}@media only screen and (min-width:939px) and (max-width:1138px)
			{
				#mnwall_iso_container_6 .mnwitem3 {
					height: 240px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
			{
				#mnwall_iso_container_6 .mnwitem3 {
					height: 240px;
				}
			}@media only screen and (min-width:479px) and (max-width:718px)
			{
				#mnwall_iso_container_6 .mnwitem3 {
					height: 240px;
				}
			}@media only screen and (max-width:478px)
			{
				#mnwall_iso_container_6 .mnwitem3 {
					height: 240px;
				}
			}
			#mnwall_iso_container_6 .mnwitem4 {
				width: 25%;
			}
			@media only screen and (min-width:1139px)
			{
				#mnwall_iso_container_6 .mnwitem4 {
					height: 240px;
				}
			}@media only screen and (min-width:939px) and (max-width:1138px)
			{
				#mnwall_iso_container_6 .mnwitem4 {
					height: 240px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
			{
				#mnwall_iso_container_6 .mnwitem4 {
					height: 240px;
				}
			}@media only screen and (min-width:479px) and (max-width:718px)
			{
				#mnwall_iso_container_6 .mnwitem4 {
					height: 240px;
				}
			}@media only screen and (max-width:478px)
			{
				#mnwall_iso_container_6 .mnwitem4 {
					height: 240px;
				}
			}
			#mnwall_iso_container_6 .mnwitem5 {
				width: 25%;
			}
			@media only screen and (min-width:1139px)
			{
				#mnwall_iso_container_6 .mnwitem5 {
					height: 240px;
				}
			}@media only screen and (min-width:939px) and (max-width:1138px)
			{
				#mnwall_iso_container_6 .mnwitem5 {
					height: 240px;
				}
			}@media only screen and (min-width:719px) and (max-width:938px)
			{
				#mnwall_iso_container_6 .mnwitem5 {
					height: 240px;
				}
			}@media only screen and (min-width:479px) and (max-width:718px)
			{
				#mnwall_iso_container_6 .mnwitem5 {
					height: 240px;
				}
			}@media only screen and (max-width:478px)
			{
				#mnwall_iso_container_6 .mnwitem5 {
					height: 240px;
				}
			}
@font-face{
  font-family: 'Baloo Bhai';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/baloobhai/v13/ZgNWjP5GM7bCUdmXgWyVvGLONw.ttf) format('truetype');
}
@font-face{
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uK.ttf) format('truetype');
}


#mod_improved_ajax_login-151 {
	display: inline-block;
	max-width: 100%;
}

.gi-elem input,
.gi-elem button,
.gi-elem select,
.gi-elem textarea,
.gi-elem, .ial-close {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.ial-close {
	margin: 0 !important;
}
.gi-elem .hidden {
	display: none;
}
.gi-elem {
	display: block;
	float: left;
	text-align: left;
	line-height: 0;
	padding-top: 2px;
}
.gi-elem.checkbox {
	padding-left: 0;
}
.regRequired .red {
	font-weight: normal;
	color: inherit;
}
.gi-elem.gi-wide {
	width: 100%;
}
.ial-login,
.ial-form {
	display: block;
	margin: 0;
	line-height: 0;
	max-width: 100%;
}

.loginWndInside:not(.ui-sortable) {
	max-width: 100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.loginWndInside * {
	max-width: 100%;
}
.ial-recaptcha[data-sitekey] {
	height: 78px;
}
.ial-recaptcha > div {
	overflow: hidden;
	max-height: 76px;
}
.gi-wide .ial-recaptcha > div {
	max-width: 302px;
}
.gi-elem:not(.gi-wide) .ial-recaptcha > div {
	border-right: 1px solid #d3d3d3;
	border-radius: 0 3px 3px 0;
}
.ial-trans-gpu {
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-ms-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	-moz-transition-property: visibility, opacity, -moz-transform;
	-ms-transition-property: visibility, opacity, -ms-transform;
	-o-transition-property: visibility, opacity, -o-transform;
	transition-property: visibility, opacity, transform;
}
.ial-trans-b {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	transform: translate(0, 30px);
}
.ial-trans-t {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, -30px);
	-moz-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	-o-transform: translate(0, -30px);
	transform: translate(0, -30px);
}
.ial-trans-r {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	-o-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}
.ial-trans-l {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	-o-transform: translate(30px, 0);
	transform: translate(30px, 0);
}
.ial-trans-gpu.ial-active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	/* safari fix */
	-webkit-transition-property: opacity, -webkit-transform;
}

/* Effect 1: Fade in and scale up */
.ial-effect-1{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.ial-effect-1.ial-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}


/* Effect 2: Slide from the right */
.ial-effect-2{
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.ial-effect-2.ial-active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}


/* Effect 4: Newspaper */
.ial-effect-4 {
	-webkit-transform: perspective( 1300px ) scale(0) rotate(720deg);
	-moz-transform: perspective( 1300px ) scale(0) rotate(720deg);
	-ms-transform: perspective( 1300px ) scale(0) rotate(720deg);
	transform: perspective( 1300px ) scale(0) rotate(720deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: visibility 0.5s, opacity 0.5s, -moz-transform 0.5s;
	transition: visibility 0.5s, opacity 0.5s, transform 0.5s;
}

.ial-effect-4.ial-active {
	-webkit-transform: perspective( 1300px ) scale(1) rotate(0deg);
	-moz-transform: perspective( 1300px ) scale(1) rotate(0deg);
	-ms-transform: perspective( 1300px ) scale(1) rotate(0deg);
	transform: perspective( 1300px ) scale(1) rotate(0deg);
	opacity: 1;
	visibility: visible;
}


/* Effect 5: fall */

.ial-effect-5{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective( 1300px ) translateZ(600px) rotateX(20deg);
	-moz-transform: perspective( 1300px ) translateZ(600px) rotateX(20deg);
	-ms-transform: perspective( 1300px ) translateZ(600px) rotateX(20deg);
	transform: perspective( 1300px ) translateZ(600px) rotateX(20deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition:opacity;
	-moz-transition:opacity;
	transition:opacity;
}

.ial-effect-5.ial-active{
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: perspective( 3000px ) translateZ(0px) rotateX(0deg);
	-moz-transform: perspective( 3000px ) translateZ(0px) rotateX(0deg);
	-ms-transform: perspective( 3000px ) translateZ(0px) rotateX(0deg);
	transform: perspective( 3000px ) translateZ(0px) rotateX(0deg);
	opacity: 1;
	visibility: visible;
}


/* Effect 6: side fall */

.ial-effect-6{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective( 1300px ) translate(30%) translateZ(600px) rotate(10deg);
	-moz-transform: perspective( 1300px ) translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: perspective( 1300px )translate(30%) translateZ(600px) rotate(10deg);
	transform: perspective( 1300px ) translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;
	visibility: hidden;
}

.ial-effect-6.ial-active{
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: perspective( 3000px ) translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: perspective( 3000px ) translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: perspective( 3000px ) translate(0%) translateZ(0) rotate(0deg);
	transform: perspective( 3000px ) translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
	visibility: visible;
}


/* Effect 8: 3D flip horizontal */

.ial-effect-8 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective( 1300px ) rotateY(-70deg);
	-moz-transform: perspective( 1300px ) rotateY(-70deg);
	-ms-transform: perspective( 1300px ) rotateY(-70deg);
	transform: perspective( 1300px ) rotateY(-70deg);
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
	opacity: 0;
	visibility: hidden;
}

.ial-effect-8.ial-active {
	-webkit-transform: perspective( 1300px ) rotateY(0deg);
	-moz-transform: perspective( 1300px ) rotateY(0deg);
	-ms-transform: perspective( 1300px ) rotateY(0deg);
	transform: perspective( 1300px ) rotateY(0deg);
	opacity: 1;
	visibility: visible;
}

/* Effect 9: 3D flip vertical */
.ial-effect-9 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective( 1300px ) rotateX(-70deg);
	-moz-transform: perspective( 1300px ) rotateX(-70deg);
	-ms-transform: perspective( 1300px ) rotateX(-70deg);
	transform: perspective( 1300px ) rotateX(-70deg);
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
	opacity: 0;
	visibility: hidden;
}

.ial-effect-9.ial-active {
	-webkit-transform: perspective( 1300px ) rotateX(0deg);
	-moz-transform: perspective( 1300px ) rotateX(0deg);
	-ms-transform: perspective( 1300px ) rotateX(0deg);
	transform: perspective( 1300px ) rotateX(0deg);
	opacity: 1;
	visibility: visible;
}

/* Effect 11: Super scaled */
.ial-effect-11 {
	-webkit-transform: perspective( 1300px ) scale(2);
	-moz-transform: perspective( 1300px ) scale(2);
	-ms-transform: perspective( 1300px ) scale(2);
	transform: perspective( 1300px ) scale(2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.ial-effect-11.ial-active {
	-webkit-transform: perspective( 1300px ) scale(1);
	-moz-transform: perspective( 1300px ) scale(1);
	-ms-transform: perspective( 1300px ) scale(1);
	transform: perspective( 1300px ) scale(1);
	opacity: 1;
	visibility: visible;
}

/* Effect 13: 3D slit */

.ial-effect-13 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/*-webkit-transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg);
	-moz-transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg);
	-ms-transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg);
	transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg);*/
	opacity: 0;
	visibility: hidden;
}

.ial-effect-13.ial-active {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	0% { -webkit-transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg); opacity: 0; }
	50% { -webkit-transform: perspective( 1300px ) translateZ(-250px) rotateY(89deg); opacity: 0.5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: perspective( 1300px ) translateZ(1px) rotateY(0deg); opacity: 1; visibility: visible;}
}

@-moz-keyframes slit {
	0% { -moz-transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg); opacity: 0; }
	50% { -moz-transform: perspective( 1300px ) translateZ(-250px) rotateY(89deg); opacity: 0.5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: perspective( 1300px ) translateZ(0) rotateY(0deg); opacity: 1; visibility: visible;}
}

@keyframes slit {
	0% { transform: perspective( 1300px ) translateZ(-3000px) rotateY(90deg); opacity: 0; }
	50% { transform: perspective( 1300px ) translateZ(-250px) rotateY(89deg); opacity: 0.5; animation-timing-function: ease-in;}
	100% { transform: perspective( 1300px ) translateZ(0) rotateY(0deg); opacity: 1; visibility: visible;}
}


/* Effect 14:  3D Rotate from bottom */

.ial-effect-14 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective( 1300px ) translateY(100%) rotateX(90deg);
	-moz-transform: perspective( 1300px ) translateY(100%) rotateX(90deg);
	-ms-transform: perspective( 1300px ) translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.ial-effect-14.ial-active {
	-webkit-transform: perspective( 1300px ) translateY(0%) rotateX(0deg);
	-moz-transform: perspective( 1300px ) translateY(0%) rotateX(0deg);
	-ms-transform: perspective( 1300px ) translateY(0%) rotateX(0deg);
	transform: perspective( 1300px ) translateY(0%) rotateX(0deg);
	opacity: 1;
	visibility: visible;
}

/* Effect 15:  3D Rotate in from left */

.ial-effect-15 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective( 1300px ) translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: perspective( 1300px ) translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: perspective( 1300px ) translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: perspective( 1300px ) translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.ial-effect-15.ial-active {
	-webkit-transform: perspective( 1300px ) translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: perspective( 1300px ) translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: perspective( 1300px ) translateZ(0px) translateX(0%) rotateY(0deg);
	transform: perspective( 1300px ) translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
	visibility: visible;
}

/* Effect 17:  Slide in from bottom with perspective on container */

#fake-offlajn-body{
	outline: 1px solid transparent;
	-webkit-transform: perspective( 1300px ) rotateX(0);
	-moz-transform: perspective( 1300px ) rotateX(0);
	-ms-transform: perspective( 1300px ) rotateX(0);
}

#fake-offlajn-body.go-to-back-17 {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: perspective( 1300px ) rotateX(-4deg);
	-moz-transform: perspective( 1300px ) rotateX(-4deg);
	-ms-transform: perspective( 1300px ) rotateX(-4deg);
	transform: perspective( 1300px ) rotateX(-4deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ial-effect-17 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.ial-effect-17.ial-active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: visibility 0.3s 0.2s, opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
	-moz-transition: visibility 0.3s 0.2s, opacity 0.3s 0.2s, -moz-transform 0.3s 0.2s;
	transition: visibility 0.3s 0.2s, opacity 0.3s 0.2s, transform 0.3s 0.2s;
}


/* Effect 18:  Slide from right with perspective on container */

#fake-offlajn-body.go-to-back-18 {
	-webkit-transform-style: preserve-3d;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}


@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: perspective( 1300px ) translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: perspective( 1300px ) translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: perspective( 1300px ) translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: perspective( 1300px ) translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: perspective( 1300px ) translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: perspective( 1300px ) translateZ(-200px); }
}

.ial-effect-18 {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
	visibility: hidden;
}

.ial-effect-18.ial-active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	-ms-transition: visibility 0.3s, opacity 0.3s, -ms-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	transition-delay: 600ms;
}


/* Effect 19: Blur */
.ial-effect-19,
.ial-effect-20{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.ial-effect-19.ial-active,
.ial-effect-20.ial-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

#loginComp {
	margin-bottom: 15px;
	max-width: 100%;
}
#loginComp #loginBtn {
	display: none;
}
.selectBtn {
	display: inline-block;
	*display: inline;
	z-index: 10000;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: auto;
	-ms-user-select: none;
}
.selectBtn:hover,
.selectBtn:active,
.selectBtn:focus {
	background: none;
}
#logoutForm,
#loginForm {
	display: inline-block;
	margin: 0;
}

.ial-msg.inf,
.ial-msg.err {
	z-index: 99999;
}

.ial-window, .ial-usermenu {
	visibility: hidden;
}

.hiddenField {
	display: none;
}

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@keyframes spin { 100% { transform:rotate(360deg); } }

.ial-frame {
	width: 80vw;
	height: 80vh;
	margin: 0;
	border: 0 none;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.ial-frame {
		width: 100vw;
		height: 100vh;
	}
}
.ial-modal .loginWndInside {
	background: #fff
}
.ial-window.ial-modal:not(.ial-active) {
	z-index: -1;
}
.ial-modal .loginWndInside::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px;
	width: 30px;
	height: 30px;
	border: 2px solid #279bc3;
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-sizing: border-box;
}
.ial-modal .ial-loaded::before {
	display: none;
}

.strongFields {
	display: block;
	opacity: 0;
	overflow: hidden;
	height: 6px;
	position: absolute;
	margin; 0 0 -3px;
	left: 50%;
	margin-top: 4px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.strongFields .strongField.empty {
	background: #e8ecef;
}
.strongField.empty,
.strongField {
	display: block;
	background: #4CB906;
	width: 6px;
	height: 6px;
	margin-right: 3px;
	border-radius: 50%;
	float: left;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.strongFields[data-level="0"] .strongField:not(.empty),
.strongFields[data-level="1"] .strongField:not(.empty) {
	background-color: #f20d42;
}
.strongFields[data-level="2"] .strongField:not(.empty),
.strongFields[data-level="3"] .strongField:not(.empty) {
	background-color: #f8c000;
}
.strongFields[data-level="4"] .strongField:not(.empty),
.strongFields[data-level="5"] .strongField:not(.empty) {
	background-color: #5dd900;
}
.ial-input-wrapper input:focus ~ .strongFields {
	opacity: 1;
}

.loginWndInside {
	position: relative;
	display: inline-block;
	background-color: #252b3d;
	border: 0px solid #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	}

.loginH3 {
	margin-top: 14px;
	font-family: 'Baloo Bhai',Helvetica;
font-size: 30px;
color: #3d494f;
font-weight: normal;
font-weight: 400;
text-align: center;
line-height: 30px;
}

.ial-input-wrapper input:focus ~ .ial-load,
.ial-input-wrapper .ial-load {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -3px;
	background: #279bc3;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 8s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: transform 8s cubic-bezier(.19, 1, .22, 1);
	transition: transform 8s cubic-bezier(.19, 1, .22, 1);
}
.ial-input-wrapper .ial-load.ial-active {
	-webkit-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	transform: scaleX(0.8);
}
.ial-input-wrapper .ial-correct ~ .ial-load {
	-webkit-transition: transform 1s, opacity 1s;
	-moz-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 0;
}

.loginBtn .ial-load {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px -18px;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}
.loginBtn .ial-load i,
.loginBtn .ial-load::before,
.loginBtn .ial-load::after {
	content: '';
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse 1.8s infinite ease-in-out;
}
.loginBtn .ial-load i {
	animation-delay: -0.16s;
}
.loginBtn .ial-load::before {
	animation-delay: -0.32s;
}
.loginBtn .ial-load.ial-active {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.loginBtn span {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}
.loginBtn .ial-load.ial-active ~ span {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transform: translateY(100px);
}

@keyframes pulse {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}

a.logBtn.selectBtn:hover {
	background-color: transparent;
}
.selectBtn .loginBtn {
	white-space: nowrap;
}
.btnIco {
	display: block;
	float: left;
	background: transparent no-repeat 1px center;
	width: 22px;
}

.ial-socials {
	background: #f7f8fa;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 15px 28px;
}
.socialIco-wrapper {
	display: inline-block;
	padding: 5px;
}
.ial-oauths::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.ial-oauths .socialIco-wrapper {
	padding: 0;
}
.ial-col1 .socialIco-wrapper,
.ial-col2 .socialIco-wrapper {
	width: 40%;
}
.ial-col3 .socialIco-wrapper {
	width: 28%;
}

.ial-socials.ial-col5{
	padding: 15px 0px;
}

.ial-socials .socialIco {
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 10px 20px 10px 20px;
	border: none;
	border-radius: 25px;
	height: 18px;
	line-height: 19px;
	overflow: hidden;
	box-sizing: content-box;
}

.socialIco svg {
	width: 18px;
	height: 18px;
	color: inherit;
	fill: currentColor;
}
.socialIco[data-oauth=google] svg {
	margin-top: 2px;
	width: 22px;
}
.socialIco[data-oauth=facebook] {
	background-color: #3145b8;
}
.socialIco[data-oauth=facebook]:hover {
 background-color: #394fcc;
}
.socialIco[data-oauth=google] {
	background-color: #ea4335;
}
.socialIco[data-oauth=google]:hover {
	background-color: #f84738;
}
.socialIco[data-oauth=twitter] {
	background-color: #0091ea;
}
.socialIco[data-oauth=twitter]:hover {
	background-color: #039efc;
}
.socialIco[data-oauth=windows] {
	background-color: #00b6f0;
}
.socialIco[data-oauth=windows]:hover {
	background-color: #00bffc;
}
.socialIco[data-oauth=linkedin] {
	background-color: #007ebb;
}
.socialIco[data-oauth=linkedin]:hover {
	background-color: #038bce;
}
.socialIco[data-oauth=vk] {
	background-color: #4a76a8;
}
.socialIco[data-oauth=vk]:hover {
	background-color: #5687bf;
}

.ial-window ::selection {
	background-color: #279bc3;
	color: #252a33;
}
.ial-window ::-moz-selection {
	background-color: #279bc3;
	color: #252a33;
}

.ial-arrow-b,
.ial-arrow-l,
.ial-arrow-r {
	display: block;
	position: absolute;
	top: 10.5px;
	width: 0;
	height: 0;
	border: 5px transparent solid;
	border-left-width: 0;
	border-right-width: 6px;
}
.ial-arrow-l {
	left: -5px;
	border-right-color: #f30f43;
}
.ial-arrow-r {
	right: -5px;
	border-width: 5px 0 5px 6px;
	border-left-color: #f30f43;
}
.ial-arrow-b {
	left: 9px;
	top: -5px;
	border-width: 0 5px 6px;
	border-bottom-color: #f30f43;
}
.inf .ial-arrow-l {
	border-right-color: #ffffff;
}
.inf .ial-arrow-r {
	border-left-color: #ffffff;
}
.inf .ial-arrow-b {
	border-bottom-color: #ffffff;
}
.ial-msg {
	visibility: hidden;
	z-index: 10000;
	position: absolute;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.ial-msg.err {
	border: none;
	background: #f30f43;
	border-radius: 5px;
}
.ial-msg.inf {
	border: none;
	background: #ffffff;
	border-radius: 5px;
}
span.ial-inf,
span.ial-err {
	display: block;
	position: relative;
	text-align: left;
	max-width: 360px;
	padding: 12px;
	text-decoration: none;
	color: #ffffff;
	cursor: default;
	font-size: 13px;
	line-height: normal;
}
span.ial-inf {
	color: #706e6e;
}
div.ial-icon-err,
div.ial-icon-inf,
.ial-msg .red,
.ial-form ~ .ial-socials br {
	display: none;
}
.socialIco,
.loginBtn span,
.loginBtn {
	font-family: 'Baloo Bhai',Helvetica;
font-size: 17px;
color: #ffffff;
font-weight: normal;
font-weight: 400;
line-height: 24px;
}
.loginBtn span,
.loginBtn {
	display: inline-block;
}

.loginBtn::-moz-focus-inner {
	border:0;
	padding:0;
}
.loginBtn {
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 8px 24px 8px 24px;
	border: none;
	border-radius: 5px;
	overflow: hidden;
}

.loginBtn,
.loginBtn:hover:active {
	background: #279bc3;
}

.loginBtn:hover {
	background-color: #279bc3;
}
.ial-select::before {
	background: transparent;
}
.ial-select:hover::before {
	background: transparent;
}

.ial-window,
.ial-usermenu {
	top: -10000px;
	margin: 0;
	position: absolute;
	z-index: 10000;
}
.ial-usermenu .loginWndInside {
	box-sizing: border-box;
	background: none;
	background-color: #fff;
}
.ial-usermenu .loginLst a {
	color: #636363;
}

.loginWndInside form {
	overflow: hidden;
	padding: 18px 18px 0;
	box-sizing: content-box;
}

.ial-window .ial-close {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 0;
	cursor: pointer;
	z-index:10;
}
.ial-window .ial-close::after,
.ial-window .ial-close::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 14px;
	width: 16px;
	height: 3px;
	background: #9b9b9b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}
.ial-window .ial-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ial-window .ial-close:hover::before,
.ial-window .ial-close:hover::after {
	background-color: #279bc3;
}

.gi-logo-cont {
	display: inline-flex;
	margin: 0 !important;
	padding: 40px 0 0;
	width: 100%;
}
.gi-logo {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.gi-logo-cont ~ form .loginH3 {
	margin-top: 0;
}

i.ial-correct {
	width: 0px;
	height: 0px;
}

.ial-inf,
.ial-err,
.loginOr,
.smallTxt,
.forgetLnk,
.loginLst a:link,
.loginLst a:visited,
select.loginTxt,
textarea.loginTxt,
input[type=text].loginTxt,
input[type=password].loginTxt {
	font-family: 'Varela Round',Helvetica;
font-size: 16px;
color: #9b9b9b;
font-weight: 400;
text-decoration: none;
line-height: 20px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ial-login .gi-elem {
	text-align: center;
}

.ial-password1 .regTxt.loginTxt {
	margin-bottom: 0;
}

select.loginTxt,
textarea.loginTxt,
input[type=password].loginTxt,
input[type=text].loginTxt {
	display: block;
	width: 100%;
	height: auto !important;
	margin: 0 0 14px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding: 9px 32px 9px 22px;
	background: #252a33;
	border: 1px solid #43495e;
	border-radius: 10px;
	-webkit-appearance: none;
}

/* Webkit autofill hack for saved user and pass */
input[type=text].loginTxt:-webkit-autofill,
input[type=password].loginTxt:-webkit-autofill {
	-webkit-transition-delay: 9999999s;
	-webkit-transition: all 9999999s ease-out;
}

@-webkit-keyframes autofill {
	to { background-color: #252a33; }
}

select.loginTxt {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	padding: 9px 22px 9px 38px;
	cursor: pointer;
}
select.loginTxt::-ms-expand {
	display: none;
}
.ial-select {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	display: block;
}
.ial-select::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 100%;
	transition: background-color .3s;
	pointer-events: none;
}
.userBtn .loginBtn::after,
.ial-select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border: 3px solid #9b9b9b;
	border-left: 0;
	border-top: 0;
	box-sizing: content-box;
	pointer-events: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.userBtn .loginBtn::after {
 border-color: #ffffff;
}

.userBtn .loginBtn {
	padding-right: 51px;
}
.userBtn {
	line-height: 0;
}

textarea.loginTxt {
	resize: vertical;
	min-height: 111px;
}

.loginBtn,
.socialIco,
select.loginTxt,
textarea.loginTxt,
input[type=password].loginTxt,
input[type=text].loginTxt {
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

select.loginTxt,
textarea.regTxt,
input[type=password].regTxt,
input[type=text].regTxt {
	margin-bottom: 4px;
}
.gi-elem .ial-recaptcha {
	margin-bottom: 14px;
}
select.loginTxt option,
select.loginTxt {
	padding-left: 22px;
}
button.ial-submit {
	margin: 0 0 4px;
}

.loginTxt::-webkit-input-placeholder {opacity: 1;}
.loginTxt:-ms-input-placeholder {opacity: 1;}
.loginTxt::-moz-placeholder {opacity: 1;}
.loginTxt::placeholder {opacity: 1;}
.loginTxt:focus::-webkit-input-placeholder {opacity: 0.5;}
.loginTxt:focus:-ms-input-placeholder {opacity: 0.5;}
.loginTxt:focus::-moz-placeholder {opacity: 0.5;}
.loginTxt:focus::placeholder {opacity: 0.5;}

.ial-input-wrapper .loginTxt::-webkit-input-placeholder,
.ial-input-wrapper .loginTxt:focus::-webkit-input-placeholder {opacity: 0;}
.ial-input-wrapper .loginTxt:-ms-input-placeholder,
.ial-input-wrapper .loginTxt:focus:-ms-input-placeholder {opacity: 0;}
.ial-input-wrapper .loginTxt::-moz-placeholder,
.ial-input-wrapper .loginTxt:focus::-moz-placeholder {opacity: 0;}
.ial-input-wrapper .loginTxt::placeholder,
.ial-input-wrapper .loginTxt:focus::placeholder {opacity: 0;}

textarea.loginTxt:hover,
textarea.loginTxt:focus,
input[type=password].loginTxt:hover,
input[type=text].loginTxt:hover,
input[type=password].loginTxt:focus,
input[type=text].loginTxt:focus {
	background-color: #252a33;
}

.ial-select:hover::before {
	background-color: transparent;
}
.ial-submit {
	display: inline-block;
	width: 75%;
}

form[name=ialRegister] .ial-submit{
	width: 100%;
  margin-top: 10px;
}

form[name=ialLogin] .ial-check-lbl{
	margin-top: 8px;
}
.ial-check-lbl,
.forgetLnk:link,
.forgetLnk:visited {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	margin-top: 4px;
}
.smallTxt {
	display: inline-block;
	margin-bottom: 1px;
	font-size: 13px;
	font-weight: normal;
}
a.forgetLnk:link {
	padding: 0;
	margin-left: 10px;
	background: none;
}
.forgetDiv {
	margin: 10px 0;
}
.forgetDiv .forgetLnk:link {
	margin: 0;
	line-height: 20px;
}
a.forgetLnk:hover {
	background-color: transparent;
	text-decoration: underline;
}
.ial-checkbox {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-bottom: -3px;
	border-radius: 30px;
	width: 36px;
	height: 22px;
	cursor: pointer;
	transition: background 0.3s ease-out;
	background-color: #e8ecef;
	margin-right:3px;
	margin-top: -2px;
}
.ial-checkbox::after {
	content: "";
	position: absolute;
	background: #ffffff;
	border-radius: 50%;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out;
}

.ial-checkbox.ial-active {
	background: #4CB906;
}
.ial-checkbox.ial-active::after {
	left: 16px;
}
.ial-check-lbl {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ial-check-lbl[for=keepSigned] {
	display: block;
}
.ial-check-lbl[for=keepSigned] .ial-checkbox {
	display: inline-block;
	vertical-align: top;
	float: none;
}
.loginLst {
	padding: 0;
	margin: 0;
	list-style: circle inside;
}
.loginLst a:link,
.loginLst a:visited {
	display: block;
	padding: 8px 24px 8px 24px;
	text-align: left;
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.09);
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.forgetLnk:link,
.forgetLnk:visited,
.forgetLnk:hover,
.loginLst a.active,
.loginLst a:hover {
	color: #39add2;
text-decoration: none;
}
.passStrongness,
.regRequired .red,
.smallTxt.req::after {
	color: #39add2;
	content: " *";
}
.regRequired {
	display: block;
	margin: 0px;
}

.gi-elem > label[for^=ialText],
.gi-elem > label[for^=ialPass] {
	visibility: hidden;
}

.ial-input-wrapper {
	position: relative;
	margin: 0 0 4px;
}
.ial-input-wrapper input[type=text] {
	margin: 0;
}
.ial-input-wrapper label {
	position: absolute;
	top: 0;
	transform-origin: 0 0;
	transform: translateY(9px);
	transition: all 0.3s;
	pointer-events: none;
	font-size: 16px;
	font-weight: 400;
}
.smallTxt[data-attr~=label] {
	padding-left: 22px;
}
.smallTxt.passStrongness {
	padding-right: 22px;
	float: right;
}
.ial-input-wrapper textarea.ial-not-empty + label,
.ial-input-wrapper textarea:focus + label,
.ial-input-wrapper input:not([value=""]) + label,
.ial-input-wrapper input:focus + label {
	padding-left: 20px;
	pointer-events: all;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.loginLst a:last-child {
	border: 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.ial-bg {
	visibility: hidden;
	position:absolute;
	background:#000;
	top:0;left:0;
	width:100%;
	height:100%;
	z-index:9999;
	opacity: 0;
}
.ial-bg.ial-active {
	visibility: visible;
	opacity: 0.7;
}

.ial-window .loginWndInside,
.ial-modal .loginWndInside {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
}

.ial-modal .loginWndInside::before {
	border-width: 4px;
}

.loginBtn span {
	display: inline-block;
}
.fullWidth.selectBtn,
.fullWidth.selectBtn span {
	display: block;
	margin: 34px 0 0 !important;
	text-decoration: none;
	z-index: 0;
}
form.fullWidth {
	width: 100%;
	margin: auto;
	background: ##252b3d;
	padding: 0 18px;
}

:focus {
	outline: none !important;
}
::-moz-focus-inner {
	border: none !important;
}

#registerCaptcha {
	margin-top: 20px;
}

.correct-pipe,
.error-close{
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	right: 10px;
	fill: #f30f43;
	transform: translateY(-50%) scale(0);
	transition: all 0.5s;
}
.correct-pipe {
	fill: #4cb906;
}

.ial-correct ~ .correct-pipe,
.loginTxt[data-ialerrormsg] ~ .error-close {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.ial-file, .ial-image {
  position: relative;
}

.ial-file input[type="file"], .ial-image input[type="file"] {
 left: 0px;
 opacity: 0;
 width: 100%;
 height: 100%;
 position: absolute;
}


.ial-file input[type="text"], .ial-image input[type="text"] {
  padding-right: 35px;
}

.upload-logo {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.5s;
}

.upload-wrapper input[type="file"] {
  cursor: pointer;
}

.upload-wrapper {
  position: relative;
  color: #9b9b9b;
}
@media screen {
#marker-start-L2Jvb3RzdHJhcC5jc3M.Lw {}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

}@media not all{
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media screen {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2da0ce;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a75a0;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #dddddd;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

}@media screen and (min-width: 768px){
  .lead {
    font-size: 21px;
  }
}
@media screen {
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #dddddd;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

}@media screen and (min-width: 768px){
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
@media screen {
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dddddd;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f5f5f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #dddddd;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

}@media screen and (min-width: 768px){
  .container {
    width: 740px;
  }
}
@media screen and (min-width: 992px){
  .container {
    width: 960px;
  }
}
@media screen and (min-width: 1200px){
  .container {
    width: 1368px;
  }
}
@media screen {
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

}@media screen and (min-width: 768px){
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px){
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen {
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

}@media screen and (max-width: 767px){
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media screen {
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
}
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}

}@media screen and (min-width: 768px){
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media screen {
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}

}@media screen and (min-width: 768px){
  .form-horizontal .control-label {
    text-align: right;
  }
}
@media screen {
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-link {
  color: #2da0ce;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0a75a0;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dddddd;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #484848;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #dddddd;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

}@media screen and (min-width: 768px){
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media screen {
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #777777;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #dddddd;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dddddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #2da0ce;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f5f5f5 #f5f5f5 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

}@media screen and (min-width: 768px){
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media screen {
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

}@media screen and (min-width: 768px){
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
@media screen {
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

}@media screen and (min-width: 768px){
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media screen {
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

}@media screen and (min-width: 768px){
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
@media screen {
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

}@media screen and (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px){
  .navbar-header {
    float: left;
  }
}
@media screen {
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}

}@media screen and (min-width: 768px){
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

}@media screen and (min-width: 768px){
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen {
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

}@media screen and (min-width: 768px){
  .navbar-static-top {
    border-radius: 0;
  }
}
@media screen {
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

}@media screen and (min-width: 768px){
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
@media screen {
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

}@media screen and (min-width: 768px){
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
@media screen {
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

}@media screen and (min-width: 768px){
  .navbar-toggle {
    display: none;
  }
}
@media screen {
.navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

}@media screen and (max-width: 767px){
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media screen and (min-width: 768px){
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px){
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
@media screen {
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

}@media screen and (min-width: 768px){
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media screen and (max-width: 767px){
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px){
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
@media screen {
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

}@media screen and (min-width: 768px){
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
@media screen {
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

}@media screen and (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
@media screen {
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

}@media screen and (max-width: 767px){
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
@media screen {
.navbar-inverse .navbar-link {
  color: #dddddd;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #dddddd;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2da0ce;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0a75a0;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dddddd;
  background-color: #ffffff;
  cursor: not-allowed;
}
.bootstrap-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-label[href]:hover,
.bootstrap-label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-label:empty {
  display: none;
}
.btn .bootstrap-label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #dddddd;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c4c4c4;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #dddddd;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2da0ce;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f5f5f5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}

}@media screen and (min-width: 768px){
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
@media screen {
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2da0ce;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

}@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@media screen {
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #555555;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

}@media screen and (min-width: 768px){
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media screen and (min-width: 992px){
  .modal-lg {
    width: 900px;
  }
}
@media screen {
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

}@media screen and (min-width: 768px){
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media screen {
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

}@-ms-viewport {
  width: device-width;
}
@media screen {
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

}@media screen and (max-width: 767px){
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1200px){
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px){
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px){
  .hidden-lg {
    display: none !important;
  }
}
@media screen {
.visible-print {
  display: none !important;
}

}@media not all{
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media not all{
  .hidden-print {
    display: none !important;
  }
}
@media screen {
#marker-end-L2Jvb3RzdHJhcC5jc3M.Lw {}
}
@media screen {
#marker-start-L3N0eWxlLmNzcw.Lw {}
html {
  height: 100%;
  overflow: auto;
}
body {
  height: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
p {
  word-wrap: break-word;
}
img {
  height: auto;
}
a {
  color: #0d79c0;
}
a:hover {
  color: #1c90d9;
  text-decoration: none;
}
h6 {
  line-height: 20.00000001px;
  font-size: 14px;
}
h6 a:hover {
  text-decoration: none;
}
h5 {
  line-height: 25.71428572px;
  font-size: 18px;
}
h5 a:hover {
  text-decoration: none;
}
h4 {
  line-height: 28.57142858px;
  font-size: 20px;
}
h4 a:hover {
  text-decoration: none;
}
h3 {
  line-height: 34.2857143px;
  font-size: 24px;
}
h3 a:hover {
  text-decoration: none;
}
h2 {
  line-height: 42.85714287px;
  font-size: 30px;
}
h2 a:hover {
  text-decoration: none;
}
h1 {
  line-height: 51.42857144px;
  text-decoration: none;
  font-size: 36px;
}
h1 a:hover {
  text-decoration: none;
}
fieldset {
  border: none;
}
fieldset dl {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}
fieldset dt {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}
fieldset dd {
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}
fieldset label {
  display: inline-block;
}
fieldset textarea {
  vertical-align: text-top;
}
.img-fulltext-left,
.img-intro-left {
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0;
}
.img-fulltext-right,
.img-intro-right {
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
}
ul.pagenav {
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
ul.pagenav li,
ul.pagenav li:before {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}
ul.pagenav li.pagenav-prev {
  float: left;
}
ul.pagenav li.pagenav-next {
  margin: 0 0 0 50%;
}
div.item-page dl.tabs {
  display: block;
  margin: 0;
  padding: 0;
}
div.item-page dl.tabs:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}
div.item-page dl.tabs dt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}
div.item-page dl.tabs dt h3 {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}
div.item-page dl.tabs dt h3 a {
  text-decoration: none;
}
div.item-page dl.tabs:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: 1px solid #000000;
  content: " ";
  overflow: hidden;
  height: 2em;
}
div.item-page div.current {
  clear: both;
  border: 1px solid #000000;
}
div.item-page div.current dd.tabs {
  margin: 0;
  padding: 0;
}
div.item-page div.pagination ul {
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
div.item-page div.pagination li {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}
div.item-page div.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.edit.item-page select + div {
  width: 100% !important;
}
.edit.item-page div > ul {
  border: 1px solid #B9C2CB;
}
.edit.item-page .search-field {
  overflow: visible;
}
.edit.item-page .search-field > input {
  width: 100% !important;
}
.edit.item-page ul > li:before {
  content: normal;
}
.edit.item-page fieldset {
  border: 1px solid  #eee;
}
.edit.item-page fieldset legend {
  padding: 7px;
  font-weight: bold;
}
#editor-xtd-buttons {
  float: left;
  padding: 0;
}
.toggle-editor {
  float: right;
}
#searchForm .phrases-box {
  display: block;
  float: left;
}
#searchForm .ordering-box {
  text-align: right;
}
#searchForm .phrases-box label,
#searchForm .ordering-box label,
#searchForm .only label {
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0;
}
#mod-finder-searchform label {
  display: block;
}
#mod-finder-searchform input.inputbox {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}
#login-form fieldset label {
  width: 100%;
}
#login-form #form-login-username label,
#login-form #form-login-password label {
  display: block;
}
#login-form #form-login-username input,
#login-form #form-login-password input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}
.breadcrumbs img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
dl.stats-module {
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0;
}
dl.stats-module dt {
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold;
}
dl.stats-module dd {
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 0 0 0 10em;
}
div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.mod-languages li {
  background: none;
  margin: 0 0.3em;
  padding: 0;
}
div.mod-languages ul.lang-inline li {
  display: inline;
}
div.mod-languages ul.lang-block li {
  display: block;
}
div.mod-languages img {
  border: none;
  margin: 0;
  padding: 0;
}
div.clr {
  clear: both;
}
#system-message ul li {
  background-image: none;
}
ul.actions,
ul.actions li,
ul.actions li img {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}
ul.actions li {
  background: none;
  list-style: none;
}
.items-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.items-row .item {
  display: table-cell;
  vertical-align: top;
}
.items-row .row-separator {
  display: none;
}
div.pagination p.counter {
  display: inline-block;
  margin: 0.5em 0.3em 0 0;
  padding: 0;
  background: none;
}
div.pagination ul,
div.pagination ul li,
div.pagination ul > li:before {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}
div.tip-wrap {
  background: #fff;
  border: 1px solid #aaa;
}
div.tip-wrap div.tip {
  padding: 0.3em;
}
div.tip-wrap div.tip-title {
  font-weight: bold;
}
table.category {
  width: 100%;
}
table.category thead th img {
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}
span.hasTip a img {
  padding: 0;
  margin: 0;
  border: none;
}
div.category-list div.pagination {
  display: block;
}
div.categories-list ul li span.item-title,
div.cat-children ul li span.item-title {
  display: block;
  margin: 0 0 0.3em 0;
}
div.categories-list ul li div.category-desc,
div.cat-children ul li div.category-desc {
  margin: 0 0 0.3em 0;
}
div.categories-list dl,
div.cat-children dl {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}
div.categories-list dl dt,
div.cat-children dl dt,
div.categories-list dl dd,
div.cat-children dl dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}
div.img_caption p.img_caption {
  padding: 0.3em 0;
  margin: 0;
}
form .search label,
form .finder label {
  display: none;
}
#search-searchword {
  margin-bottom: 5px;
}
.cols-2 .column-1,
.cols-2 .column-2,
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
  float: left;
  clear: right;
}
.cols-2 .column-1 {
  width: 50%;
}
.cols-2 .column-2 {
  width: 50%;
}
.cols-3 .column-1 {
  width: 33%;
}
.cols-3 .column-2 {
  width: 33%;
}
.cols-3 .column-3 {
  width: 34%;
}
.row-separator {
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}
ul.categories-module li h1,
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
  display: inline;
}
.only,
.phrases {
  border: solid 1px #ccc;
  margin: 10px 0 0 0px;
  padding: 15px ;
  line-height: 1.3em;
}
div.tags {
  display: inline;
}
.tag-category ul > li:before {
  content: normal;
}
ul.list-striped > li:before {
  content: normal;
}
.list-striped {
  border-top: 1px solid #ddd;
}
.list-striped li,
.list-striped dd {
  border-bottom: 1px solid #ddd;
}
#fancybox-wrap {
  padding: 0;
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#article-index {
  float: right;
}
.jmodedit {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background-color: #F7F7F7;
  border: 1px solid #bbb;
  border-radius: 0px;
  box-sizing: content-box;
}
.jmodedit .icon-edit:before {
  content: 'Ŀ';
  color: #808080;
}
.jmodedit [class^="icon-"]:before,
.jmodedit [class*=" icon-"]:before {
  font-family: 'Billion Web Font';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  width: 1em;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fade.in {
  opacity: 1;
}
.tooltip {
  max-width: 400px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip .tooltip-arrow {
  border: 0 !important;
}
.tooltip-arrow:before,
.tooltip-arrow:after {
  content: "";
  position: absolute;
}
.tooltip.bottom .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-bottom: 5px solid #bbb !important;
  top: -5px;
}
.tooltip.bottom .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-bottom: 5px solid #fff !important;
  top: -4px;
}
.tooltip.top .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-top: 5px solid #bbb !important;
  bottom: -5px;
}
.tooltip.top .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #fff !important;
  bottom: -4px;
}
.tooltip.right .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-right: 5px solid #bbb !important;
  left: -5px;
}
.tooltip.right .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-right: 5px solid #fff !important;
  left: -4px;
}
.tooltip.left .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-left: 5px solid #bbb !important;
  right: -5px;
}
.tooltip.left .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-left: 5px solid #fff !important;
  right: -4px;
}
.tooltip .tooltip-inner {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0px;
  color: #808080;
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
#sbox-content iframe {
  width: 100%;
  height: 100%;
}
.contentpane {
  background-color: inherit !important;
}
.control-group {
  margin-top: 10px;
}
.control-group .controls input {
  min-height: 34px;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.list-striped.list-condensed {
  list-style: none;
  margin: 10px 0 0 0;
  border: 0;
  padding: 0;
}
.list-striped.list-condensed li {
  padding: 4px 5px;
}
.list-striped.list-condensed .list-edit.width-50 {
  width: 50px;
}
input.quantity-plus,
input.quantity-minus {
  padding: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #dddddd;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #dddddd;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1;
}
textarea,
select[multiple] {
  height: auto;
}
input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="datetime"].input-sm,
input[type="datetime-local"].input-sm,
input[type="date"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm,
input[type="week"].input-sm,
input[type="number"].input-sm,
input[type="email"].input-sm,
input[type="url"].input-sm,
input[type="search"].input-sm,
input[type="tel"].input-sm,
input[type="color"].input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="datetime"].input-lg,
input[type="datetime-local"].input-lg,
input[type="date"].input-lg,
input[type="month"].input-lg,
input[type="time"].input-lg,
input[type="week"].input-lg,
input[type="number"].input-lg,
input[type="email"].input-lg,
input[type="url"].input-lg,
input[type="search"].input-lg,
input[type="tel"].input-lg,
input[type="color"].input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.bd-containerinner-1 {
  padding-left: 10px;
  padding-right: 10px;
}

}@media screen and (max-width: 767px){
  .bd-containerinner-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen {
.bd-container-inner {
  margin-left: auto;
  margin-right: auto;
}

}@media screen and (max-width: 767px){
  .bd-container-inner {
    max-width: none;
  }
}
@media screen and (min-width: 768px){
  .bd-container-inner {
    max-width: 740px;
  }
}
@media screen and (min-width: 992px){
  .bd-container-inner {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px){
  .bd-container-inner {
    max-width: 1368px;
  }
}
@media screen {
.bd-container-inner {
  position: relative;
}
.bd-container-inner,
.bd-page-width .bd-background-width > .bd-container-inner {
  height: 100%;
}
.bd-slider .bd-left-button,
.bd-slider .bd-right-button,
.bd-margins > p,
.bd-margins > div:not(.bd-own-margins) > p,
.bd-margins > h1,
.bd-margins > div:not(.bd-own-margins) > h1,
.bd-margins > h2,
.bd-margins > div:not(.bd-own-margins) > h2,
.bd-margins > h3,
.bd-margins > div:not(.bd-own-margins) > h3,
.bd-margins > h4,
.bd-margins > div:not(.bd-own-margins) > h4,
.bd-margins > h5,
.bd-margins > div:not(.bd-own-margins) > h5,
.bd-margins > h6,
.bd-margins > div:not(.bd-own-margins) > h6,
.bd-margins > img,
.bd-margins > div:not(.bd-own-margins) > img,
.bd-margins > ul,
.bd-margins > div:not(.bd-own-margins) > ul,
.bd-margins > ol,
.bd-margins > div:not(.bd-own-margins) > ol,
.bd-margins > .bd-own-margins,
.bd-margins > div > .bd-own-margins,
.bd-margins > div:not(.bd-own-margins) > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > .bd-container-inner > .bd-no-margins > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-container-inner > .bd-no-margins > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-no-margins > .bd-container-inner > *:not(.bd-no-margins):not(section) {
  margin-left: 10px;
  margin-right: 10px;
}
/* Content & Sidebars */
.bd-sheetstyles:not(.bd-page-width) .bd-contentlayout-offset > aside:not(.bd-no-margins),
.bd-sheetstyles.bd-page-width .bd-contentlayout-offset > aside:not(.bd-no-margins) > .bd-margins,
div:not(.bd-sheetstyles).bd-page-width .bd-contentlayout-offset section:not(.bd-no-margins),
.bd-sheetstyles:not(.bd-page-width) > .bd-contentlayout-offset > *:not(aside) section:not(.bd-no-margins),
.bd-sheetstyles:not(.bd-page-width) .bd-contentlayout-offset > section:not(.bd-no-margins) {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-container-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.Lw {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ibG9nLTI {}
.bd-pagebackground-9 {
  background-attachment: fixed;
  background-color: #f5f5f5;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ibG9nLTI {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ibG9nVGVtcGxhdGU {}
.bd-pagebackground-5 {
  background-attachment: fixed;
  background-color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ibG9nVGVtcGxhdGU {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9kZWZhdWx0 {}
.bd-pagebackground-6 {
  background-color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9kZWZhdWx0 {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ob21l {}
.bd-body-1 {
  position: relative;
}
.bd-pagebackground-36 {
  background-color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ob21l {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ob21lLTI {}
.bd-body-12 {
  position: relative;
}
.bd-pagebackground-277 {
  background-attachment: fixed;
  background-color: #f5f5f5;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9ob21lLTI {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9wYWdlVGVtcGxhdGU {}
.bd-pagebackground-479 {
  background-attachment: fixed;
  background-color: #f7f7f7;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9wYWdlVGVtcGxhdGU {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9zaW5nbGVQb3N0VGVtcGxhdGU {}
.bd-pagebackground-2 {
  background-attachment: fixed;
  background-color: #f7f7f7;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy9zaW5nbGVQb3N0VGVtcGxhdGU {}
#marker-start-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy90ZW1wbGF0ZTQwNA {}
.bd-body-9 {
  position: relative;
}
.bd-pagebackground-3 {
  background-attachment: fixed;
  background-image: url(/templates/rusafromedia_theme/images/designer/f7eefcedd5ed105228b87a45827fcd36g.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-color: #f5f5f5;
}
#marker-end-L3N0eWxlLmNzcw.L3RlbXBsYXRlcy90ZW1wbGF0ZTQwNA {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWZmaXhDb3JlQ29tbW9u {}
[data-affix].affix {
  height: auto;
}

}@media screen and (min-width: 1200px){
  [data-affix][data-enable-lg] + .bd-affix-fake {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  [data-affix][data-enable-md] + .bd-affix-fake {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  [data-affix][data-enable-sm] + .bd-affix-fake {
    display: block;
  }
}
@media screen and (max-width: 767px){
  [data-affix][data-enable-xs] + .bd-affix-fake {
    display: block;
  }
}
@media screen {
.bd-affix-fake {
  display: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWZmaXhDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWxlcnRzTWl4aW4 {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWxlcnRzTWl4aW4 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQW5pbWF0aW9uQ29yZUNvbW1vbg {}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

}@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@media screen {
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

}@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@media screen {
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

}@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media screen {
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

}@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media screen {
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

}@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@media screen {
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

}@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@media screen {
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

}@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media screen {
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

}@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

}@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media screen {
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

}@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

}@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

}@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

}@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen {
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

}@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@media screen {
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

}@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@media screen {
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

}@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@media screen {
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

}@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@media screen {
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

}@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@media screen {
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

}@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen {
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

}@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

}@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

}@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

}@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

}@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

}@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

}@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

}@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

}@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen {
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

}@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@media screen {
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

}@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@media screen {
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

}@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen {
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

}@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@media screen {
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

}@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media screen {
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

}@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@media screen {
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

}@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media screen {
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

}@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@media screen {
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

}@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@media screen {
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

}@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media screen {
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

}@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media screen {
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

}@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@media screen {
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

}@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@media screen {
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

}@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen {
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

}@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@media screen {
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

}@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen {
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

}@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen {
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

}@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen {
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

}@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen {
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

}@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen {
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

}@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@media screen {
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

}@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@media screen {
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

}@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@media screen {
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

}@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@media screen {
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

}@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@media screen {
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

}@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@media screen {
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

}@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

}@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@media screen {
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

}@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@media screen {
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

}@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@media screen {
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

}@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@media screen {
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

}@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@media screen {
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

}@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@media screen {
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

}@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@media screen {
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

}@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@media screen {
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

}@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@media screen {
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

}@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
@media screen {
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

}@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@media screen {
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

}@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen {
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

}@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen {
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
/* Slide In Left Medium */

}@-webkit-keyframes slideInLeftMedium {
  0% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeftMedium {
  0% {
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen {
.slideInLeftMedium {
  -webkit-animation-name: slideInLeftMedium;
  animation-name: slideInLeftMedium;
}
/* Slide In Left Short */

}@-webkit-keyframes slideInLeftShort {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeftShort {
  0% {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen {
.slideInLeftShort {
  -webkit-animation-name: slideInLeftShort;
  animation-name: slideInLeftShort;
}
/* Slide in Right */

}@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen {
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/* Slide in Right Medium */

}@-webkit-keyframes slideInRightMedium {
  0% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightMedium {
  0% {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen {
.slideInRightMedium {
  -webkit-animation-name: slideInRightMedium;
  animation-name: slideInRightMedium;
}
/* Slide in Right Short */

}@-webkit-keyframes slideInRightShort {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightShort {
  0% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen {
.slideInRightShort {
  -webkit-animation-name: slideInRightShort;
  animation-name: slideInRightShort;
}

}@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen {
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

}@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media screen {
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

}@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen {
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

}@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen {
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

}@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen {
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQW5pbWF0aW9uQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmxvZ0NvbW1vbg {}
.bd-blog {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.bd-pager-2 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-2 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-2 ul li {
  display: inline-block;
}
.bd-pager-2 ul > li:first-child {
  float: left;
}
.bd-pager-2 ul > li:last-child {
  float: right;
}
.bd-pager-2 > .bd-pagination-6 > li.bd-paginationitem-6 > a,
.bd-pager-2 > .bd-pagination-6 > li.bd-paginationitem-6 > span,
.bd-pager-2 > .bd-pagination-6 > li.bd-paginationitem-6 > a:link,
.bd-pager-2 > .bd-pagination-6 > li.bd-paginationitem-6 > a:visited {
  border-radius: 0px;
}
.bd-pagination-6 {
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.bd-pagination-6.right {
  text-align: right;
}
.bd-pagination-6.center {
  text-align: center;
}
.bd-pagination-6 > *:last-child {
  margin-right: 0;
}
.bd-pagination-6 span {
  cursor: default;
}
.pagination > ul.bd-pagination-6 > .active > a,
.pagination > ul.bd-pagination-6 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-6 > li.bd-paginationitem-6 > a,
.bd-pagination-6 > li.bd-paginationitem-6 > span,
.bd-pagination-6 > li.bd-paginationitem-6 > a:link,
.bd-pagination-6 > li.bd-paginationitem-6 > a:visited {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #777777;
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 10px 5px;
  border-radius: 0px;
  line-height: 20.00000001px;
  background-image: none;
}
.bd-pagination-6 > li.bd-paginationitem-6 > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #2da0ce;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  text-decoration: underline;
  background-image: none;
}
.bd-pagination-6 > li.active.bd-paginationitem-6 > a,
.bd-pagination-6 > li.active.bd-paginationitem-6 > span {
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  color: #2da0ce;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  background-image: none;
}
.bd-comments-1 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-1 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-1 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-1 {
  padding: 5px;
}
.bd-container-17:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-54 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-17:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-54,
.bd-container-17:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-54 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-16:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-53 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-16:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-53,
.bd-container-16:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-53 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-5 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-30 {
  margin-bottom: 40px;
}
.separated-item-30 {
  position: relative;
  z-index: 0;
}
.separated-item-30:before,
.separated-item-30:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-30:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-30:after {
  left: 0;
  right: 0;
  bottom: 20px;
}
.first-col.separated-item-30:after {
  left: 0px;
}
.last-col.separated-item-30:after {
  right: 0px;
}
.separated-item-30.first-col:before,
.separated-item-30.last-row:after {
  content: none;
}
.bd-container-15:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-52 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-15:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-52,
.bd-container-15:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-52 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-blogpagination-1 {
  text-align: center;
}
.bd-pagination-2 {
  background-color: #ffffff;
  margin: 1em 0px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}
.bd-pagination-2.right {
  text-align: right;
}
.bd-pagination-2.center {
  text-align: center;
}
.bd-pagination-2 > *:last-child {
  margin-right: 0;
}
.bd-pagination-2 span {
  cursor: default;
}
.pagination > ul.bd-pagination-2 > .active > a,
.pagination > ul.bd-pagination-2 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-2 > li.bd-paginationitem-2 > a,
.bd-pagination-2 > li.bd-paginationitem-2 > span,
.bd-pagination-2 > li.bd-paginationitem-2 > a:link,
.bd-pagination-2 > li.bd-paginationitem-2 > a:visited {
  border-bottom-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #777777;
  background-color: #f5f5f5;
  font-size: 14px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
  margin: 0px;
  border-radius: 0px;
  line-height: 20.00000001px;
  background-image: none;
}
.bd-pagination-2 > li.bd-paginationitem-2 > a:hover {
  background-color: #f5f5f5;
  color: #2da0ce;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  text-decoration: underline;
  background-image: none;
}
.bd-pagination-2 > li.active.bd-paginationitem-2 > a,
.bd-pagination-2 > li.active.bd-paginationitem-2 > span {
  color: inherit;
  background-color: #333333;
  color: #ffffff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmxvZ0NvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwQnV0dG9u {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwQnV0dG9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwQnV0dG9uQ29tbW9u {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwQnV0dG9uQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwSW1hZ2VDb21tb24 {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwSW1hZ2VDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGFpbmVySW5uZXJFZmZlY3RDb3JlQ29tbW9u {}
.bd-page-width > .bd-container-inner {
  max-width: none;
}
.container-effect.container {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGFpbmVySW5uZXJFZmZlY3RDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGVudExheW91dENvcmVDb21tb24 {}
.bd-flex-vertical,
.bd-flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bd-flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bd-flex-wide {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
  min-height: 0;
}
.bd-flex-wide:not(.bd-flex-horizontal) {
  width: 100%;
  /* IE10-11 flex-basis with border-box fix */
}
.bd-flex-fixed {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGVudExheW91dENvcmVDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRmxleEFsaWduQ29yZUNvbW1vbg {}
.bd-flexalign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bd-flexalign > * {
  height: auto;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRmxleEFsaWduQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvR3JpZENvcmVDb21tb24 {}
.bd-empty-grid-item {
  clear: both;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvR3JpZENvcmVDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSG92ZXJCb3hDb3JlQ29tbW9u {}
.bd-backSlide,
.bd-overSlide {
  display: block;
}
.bd-backSlide,
.bd-backSlide > *,
.bd-overSlide,
.bd-overSlide > *,
.bd-slidesWrapper {
  width: 100%;
  height: 100%;
}
.bd-slidesWrapper {
  overflow: hidden;
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSG92ZXJCb3hDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSWNvbkNvcmVDb21tb24 {}
.bd-icon,
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  text-decoration: none;
  speak: none;
}
.bd-icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.bd-icon:after,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-icon > span:first-child,
[class^="icon-"] > span:first-child,
[class*=" icon-"] > span:first-child,
.bd-icon > time:first-child,
[class^="icon-"] > time:first-child,
[class*=" icon-"] > time:first-child {
  vertical-align: middle;
}
.bd-iconlink {
  display: inline-block;
  color: #2da0ce;
  font-size: 30px;
}
a.bd-iconlink:hover {
  text-decoration: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSWNvbkNvcmVDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VTY2FsaW5nQ29yZUNvbW1vbg {}
.bd-imagescaling-img img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
a > .bd-imagescaling-img {
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VTY2FsaW5nQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Q29yZUNvbW1vbg {}
.bd-column {
  min-height: 0;
  min-width: 0;
}
.bd-row-flex.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bd-row-flex.row > [class*="bd-columnwrapper-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  min-width: 0;
}
.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bd-row-align-middle.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bd-row-align-bottom.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column > .bd-vertical-align-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  min-width: 0;
}
.bd-row-flex.row:before,
.bd-row-flex.row:after {
  display: none;
}
.bd-columns > .bd-container-inner > .container-fluid,
.bd-columns > .bd-container-inner > .container-fluid > .row {
  height: 100%;
}
.bd-columns:before {
  clear: both;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Q29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0SnNDb3JlQ29tbW9u {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0SnNDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGlnaHRib3hDb21tb24 {}
.bd-lightbox {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox .arrow.left {
  left: 9px;
}
.bd-lightbox .arrow.right {
  right: 9px;
}
.bd-lightbox .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox .arrow.disabled {
  display: none;
}
.bd-lightbox .arrow-t,
.bd-lightbox .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox .arrow-t,
html[dir="rtl"] .bd-lightbox .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox .arrow-t,
html[dir="ltr"] .bd-lightbox .arrow-b {
  left: 26px;
}
.bd-lightbox .arrow-t {
  top: 38px;
}
.bd-lightbox .arrow-b {
  top: 50px;
}
.bd-lightbox .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox .close .cw,
.bd-lightbox .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox .close-alt,
.bd-lightbox .arrow-right-alt,
.bd-lightbox .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox .close-alt,
.ie8 .bd-lightbox .arrow-right-alt,
.ie8 .bd-lightbox .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox .cw,
.ie8 .bd-lightbox .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-lightbox,
.lightbox,
.bd-lightbox .lightbox-image {
  cursor: pointer;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGlnaHRib3hDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTWVudUNvcmVDb21tb24 {}

}@media screen and (min-width: 768px){
  html[dir="rtl"] .navbar-left {
    float: right !important;
  }
}
@media screen {
html[dir="rtl"] .navbar-left > li {
  float: right;
}

}@media screen and (min-width: 768px){
  html[dir="rtl"] .navbar-right {
    float: left !important;
  }
}
@media screen {
html[dir="rtl"] .navbar-right > li {
  float: right;
}
.bd-has-megamenu .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.bd-has-megamenu:not(.bd-megamenu) [class*=separated-item]:before,
.bd-has-megamenu:not(.bd-megamenu) [class*=separated-item]:after {
  display: none;
}
.bd-megamenu-none > div > div {
  width: 100%;
}
.bd-megamenu-none > div > div .bd-megamenu-popup {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto;
}
.bd-megamenu-none > div > div .bd-megamenu-popup > ul {
  border: none;
  box-shadow: none;
  background: transparent;
}
.bd-megamenu-none:hover .bd-megamenu-popup {
  visibility: visible;
  pointer-events: auto;
}

}@media screen and (min-width: 768px){
  .bd-megamenu-xs > div > div {
    width: 100%;
  }
  .bd-megamenu-xs > div > div .bd-megamenu-popup {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto;
  }
  .bd-megamenu-xs > div > div .bd-megamenu-popup > ul {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .bd-megamenu-xs:hover .bd-megamenu-popup {
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 992px){
  .bd-megamenu-sm > div > div {
    width: 100%;
  }
  .bd-megamenu-sm > div > div .bd-megamenu-popup {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto;
  }
  .bd-megamenu-sm > div > div .bd-megamenu-popup > ul {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .bd-megamenu-sm:hover .bd-megamenu-popup {
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1200px){
  .bd-megamenu-md > div > div {
    width: 100%;
  }
  .bd-megamenu-md > div > div .bd-megamenu-popup {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto;
  }
  .bd-megamenu-md > div > div .bd-megamenu-popup > ul {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .bd-megamenu-md:hover .bd-megamenu-popup {
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen {
.row > .bd-mega-item {
  padding-left: 0;
  padding-right: 0;
}
.bd-menu-overlay {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  z-index: 100;
}
.bd-menu-close-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.bd-menu-close-icon a {
  text-align: right !important;
  background-color: transparent !important;
  padding: 10px 15px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTWVudUNvcmVDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFyYWxsYXhCYWNrZ3JvdW5kQ29yZUNvbW1vbg {}
.bd-parallax-image {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: auto;
}
.bd-parallax-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bd-parallax-bg-effect {
  position: relative;
}
.bd-parallax-bg-effect[data-control-selector*=".bd-layoutcolumn-"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFyYWxsYXhCYWNrZ3JvdW5kQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUmliYm9uQ29yZUNvbW1vbg {}
.bd-ribbon-core.bd-ribbon {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  z-index: 500;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner:before,
.bd-ribbon-core.bd-ribbon .ribbon-inner:after {
  bottom: -1em;
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:before,
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:after {
  border-style: solid;
  bottom: -1em;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner {
  position: relative;
  text-align: center;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  height: 100%;
  width: 100%;
}
.bd-ribbon-core.bd-ribbon .ribbon-content div {
  height: auto;
  margin: 0;
  padding: 15px 10px;
  word-wrap: break-word;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner:before {
  border-left-color: transparent;
  border-right-width: 1.5em;
  left: -2em;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner:after {
  border-left-width: 1.5em;
  border-right-color: transparent;
  right: -2em;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:before {
  border-width: 1em 0 0 1em;
  left: 0;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:after {
  border-width: 1em 1em 0 0;
  right: 0;
}
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-stitches-top,
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-stitches-bottom {
  position: absolute;
  width: 100%;
}
.bd-ribbon-core.bd-ribbon .ribbon-content > div:after {
  content: '\0000a0';
  display: inline-block;
  width: 1px;
}
.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
}
.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner:before {
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner:after {
  -moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
}
.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner .ribbon-stitches-top {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-stitches-bottom {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUmliYm9uQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VjdGlvbkNvcmVDb21tb24 {}
.bd-section-align-wrapper {
  margin-left: auto;
  margin-right: auto;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VjdGlvbkNvcmVDb21tb24 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VwYXJhdG9yQ29yZUNvbW1vbg {}
.bd-separator-left .bd-container-inner,
.bd-separator-right .bd-container-inner,
.bd-separator-center .bd-container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bd-separator-left .bd-separator-inner {
  margin-right: auto;
}
.bd-separator-right .bd-separator-inner {
  margin-left: auto;
}
.bd-separator-center .bd-separator-inner {
  margin: 0 auto;
}
.bd-separator-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.bd-separator-inner:before,
.bd-separator-inner:after {
  display: none;
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bd-separator-content-left .bd-separator-inner:after {
  display: block;
}
.bd-separator-content-right .bd-separator-inner:before {
  display: block;
}
.bd-separator-content-center .bd-separator-inner:before,
.bd-separator-content-center .bd-separator-inner:after {
  display: block;
}
.bd-separator-inner .bd-separator-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.bd-separator-content-left .bd-separator-inner .bd-separator-content {
  margin-left: 0;
}
.bd-separator-content-right .bd-separator-inner .bd-separator-content {
  margin-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VwYXJhdG9yQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVyQ29yZUNvbW1vbg {}
.bd-slider {
  min-height: 20px;
  clear: both;
}
.bd-left-button,
.bd-right-button {
  display: inline-block;
  font-size: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
.bd-left-button:before,
.bd-right-button:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.bd-left-button > a,
.bd-right-button > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  pointer-events: auto;
}
.bd-left-button > a > span,
.bd-right-button > a > span {
  display: inline-block;
}
.bd-left-button {
  left: 0;
}
.bd-left-button > a {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.bd-right-button {
  right: 0;
}
.bd-right-button > a {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.carousel {
  line-height: inherit;
}
.carousel.bd-carousel-fade .item {
  left: 0 !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel.bd-carousel-fade .next,
.carousel.bd-carousel-fade .prev {
  opacity: 0;
}
.carousel.bd-carousel-fade .next.left,
.carousel.bd-carousel-fade .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel.bd-carousel-fade .active.left,
.carousel.bd-carousel-fade .active.right {
  opacity: 0;
  z-index: 2;
}
.carousel.bd-carousel-fade .bd-left-button,
.carousel.bd-carousel-fade .bd-right-button,
.carousel.bd-carousel-fade .bd-slider-indicators {
  z-index: 3;
}
.carousel.bd-carousel-right .next {
  left: -100%;
}
.carousel.bd-carousel-right .prev {
  left: 100%;
}
.carousel.bd-carousel-right .next.left,
.carousel.bd-carousel-right .prev.right {
  left: 0;
}
.carousel.bd-carousel-right .active.left {
  left: 100%;
}
.carousel.bd-carousel-right .active.right {
  left: -100%;
}
.carousel.bd-carousel-top .item {
  left: 0;
  -webkit-transition-property: top;
  transition-property: top;
}
.carousel.bd-carousel-top .active {
  top: 0;
}
.carousel.bd-carousel-top .next {
  top: 100%;
}
.carousel.bd-carousel-top .prev {
  top: -100%;
}
.carousel.bd-carousel-top .next.left,
.carousel.bd-carousel-top .prev.right {
  top: 0;
}
.carousel.bd-carousel-top .active.left {
  top: -100%;
}
.carousel.bd-carousel-top .active.right {
  top: 100%;
}
.carousel.bd-carousel-bottom .item {
  left: 0;
  -webkit-transition-property: top;
  transition-property: top;
}
.carousel.bd-carousel-bottom .active {
  top: 0;
}
.carousel.bd-carousel-bottom .next {
  top: -100%;
}
.carousel.bd-carousel-bottom .prev {
  top: 100%;
}
.carousel.bd-carousel-bottom .next.left,
.carousel.bd-carousel-bottom .prev.right {
  top: 0;
}
.carousel.bd-carousel-bottom .active.left {
  top: 100%;
}
.carousel.bd-carousel-bottom .active.right {
  top: -100%;
}
.carousel.bd-vertical-items .bd-left-button,
.carousel.bd-vertical-items .bd-right-button {
  position: relative;
}
.carousel.bd-vertical-items.bd-vertical-arrows .bd-right-button > a {
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  -o-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.bd-slider-indicators {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  pointer-events: none !important;
}
.bd-slider-indicators:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
}
.bd-slider-indicators ol {
  pointer-events: auto;
}
.carousel-inner > [data-url],
header[data-setlocation] {
  cursor: pointer;
}
.bd-slides,
.bd-slide {
  height: 100%;
  width: 100%;
}
.bd-slide {
  z-index: 0;
}
.bd-slider > .bd-container-inner > *:not(.bd-left-button):not(.bd-right-button) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bd-slider .bd-left-button {
  margin-right: 0;
}
.bd-slider .bd-right-button {
  margin-left: 0;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVyQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVySnNDb3JlQ29tbW9u {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVySnNDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU21vb3RoU2Nyb2xsQ29yZUNvbW1vbg {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU21vb3RoU2Nyb2xsQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU21vb3RoV2hlZWxDb3JlQ29tbW9u {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU21vb3RoV2hlZWxDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU3RyZXRjaFRvQm90dG9tQ29yZUNvbW1vbg {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU3RyZXRjaFRvQm90dG9tQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dEdyb3VwQ29yZUNvbW1vbg {}

}@media screen and (max-width: 767px){
  .bd-media-xs.media-object.pull-left,
  .bd-media-xs.media-object.pull-right {
    float: none !important;
  }
}
@media screen and (max-width: 991px){
  .bd-media-sm.media-object.pull-left,
  .bd-media-sm.media-object.pull-right {
    float: none !important;
  }
}
@media screen and (max-width: 1199px){
  .bd-media-md.media-object.pull-left,
  .bd-media-md.media-object.pull-right {
    float: none !important;
  }
}
@media screen and (min-width: 1200px){
  .bd-media-lg.media-object.pull-left,
  .bd-media-lg.media-object.pull-right {
    float: none !important;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dEdyb3VwQ29yZUNvbW1vbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dHVyZU92ZXJsYXlDb3JlQ29tbW9u {}
.bd-textureoverlay {
  position: relative;
  z-index: 0;
}
.bd-textureoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dHVyZU92ZXJsYXlDb3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVmlkZW9Db3JlQ29tbW9u {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVmlkZW9Db3JlQ29tbW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWNjb3JkaW9u {}
.bd-menuitem-14 {
  cursor: pointer;
}
.bd-container-43 {
  padding: 10px 20px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:hover:not(.active) > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14.active > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14.active > .bd-grid-item > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:link,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:link:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:visited:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:link:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a.active,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item).active > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWNjb3JkaW9u {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvYmxvY2s {}
.bd-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bd-block .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block .bd-blockheader h4 {
  line-height: 25.71428572px;
  color: #777777;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 5px;
}
.bd-block .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvYmxvY2s {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmxvY2txdW90ZXNNaXhpbg {}
blockquote:not([class]),
.bd-tagstyles:not(.bd-custom-blockquotes) blockquote,
.bd-blockquotes {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-right-style: dotted;
  border-left: 5px dotted #0d79c0;
}
blockquote:not([class]),
.bd-tagstyles:not(.bd-custom-blockquotes) blockquote,
.bd-blockquotes,
blockquote:not([class]) p,
.bd-tagstyles:not(.bd-custom-blockquotes) blockquote p,
.bd-blockquotes p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-family: Arial;
  color: #0d79c0;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmxvY2txdW90ZXNNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnVsbGV0TGlzdE1peGlu {}
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]),
.bd-bulletlist {
  padding-left: 10px;
}
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li,
.bd-bulletlist li {
  list-style: none;
}
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li:before,
.bd-bulletlist li:before,
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li:after,
.bd-bulletlist li:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-icon-1:before,
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li:before,
.bd-bulletlist li:before {
  visibility: hidden;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnVsbGV0TGlzdE1peGlu {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi0wMWE1ZGJmNy0wZTk1LTNlOGEtOWY0Zi0xZjI2ZjIyODA1YzE {}
.bd-button-16 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"],
button.bd-button-16,
input.bd-button-16,
a.bd-button-16[href],
.bd-button-16 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"],
button.bd-button-16,
input.bd-button-16,
a.bd-button-16[href],
.bd-button-16,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-16:link,
input.bd-button-16:link,
a.bd-button-16[href]:link,
.bd-button-16:link,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-16:visited,
input.bd-button-16:visited,
a.bd-button-16[href]:visited,
.bd-button-16:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 18.57142858px;
}
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-16:hover,
input.bd-button-16:hover,
a.bd-button-16[href]:hover,
.bd-button-16:hover,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-16:focus,
input.bd-button-16:focus,
a.bd-button-16[href]:focus,
.bd-button-16:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
}
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-16:active,
input.bd-button-16:active,
a.bd-button-16[href]:active,
.bd-button-16:active {
  background-color: #dedede;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi0wMWE1ZGJmNy0wZTk1LTNlOGEtOWY0Zi0xZjI2ZjIyODA1YzE {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi0wYmViOTYxNC1mN2RmLWE1MWItOTdjYi1lOGE2ODUxNjczNzU {}
.bd-button-13 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"],
button.bd-button-13,
input.bd-button-13,
a.bd-button-13[href],
.bd-button-13 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"],
button.bd-button-13,
input.bd-button-13,
a.bd-button-13[href],
.bd-button-13,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-13:link,
input.bd-button-13:link,
a.bd-button-13[href]:link,
.bd-button-13:link,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-13:visited,
input.bd-button-13:visited,
a.bd-button-13[href]:visited,
.bd-button-13:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 18.57142858px;
}
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-13:hover,
input.bd-button-13:hover,
a.bd-button-13[href]:hover,
.bd-button-13:hover,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-13:focus,
input.bd-button-13:focus,
a.bd-button-13[href]:focus,
.bd-button-13:focus {
  text-decoration: none;
  background-color: #dedede;
  background-image: none;
}
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-13:active,
input.bd-button-13:active,
a.bd-button-13[href]:active,
.bd-button-13:active {
  background-color: #dedede;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi0wYmViOTYxNC1mN2RmLWE1MWItOTdjYi1lOGE2ODUxNjczNzU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi00YTlmOWY2NS0yZmVkLTkxYjAtYzZjZi0yZjA2MGY0NmMxMDQ {}
.bd-button-12 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"],
button.bd-button-12,
input.bd-button-12,
a.bd-button-12[href],
.bd-button-12 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"],
button.bd-button-12,
input.bd-button-12,
a.bd-button-12[href],
.bd-button-12,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-12:link,
input.bd-button-12:link,
a.bd-button-12[href]:link,
.bd-button-12:link,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-12:visited,
input.bd-button-12:visited,
a.bd-button-12[href]:visited,
.bd-button-12:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 18.57142858px;
}
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-12:hover,
input.bd-button-12:hover,
a.bd-button-12[href]:hover,
.bd-button-12:hover,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-12:focus,
input.bd-button-12:focus,
a.bd-button-12[href]:focus,
.bd-button-12:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
}
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-12:active,
input.bd-button-12:active,
a.bd-button-12[href]:active,
.bd-button-12:active {
  background-color: #dedede;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi00YTlmOWY2NS0yZmVkLTkxYjAtYzZjZi0yZjA2MGY0NmMxMDQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi04MThkM2EyYi1lNDFlLTQ4ZTQtZThiYS1lZmY5NzMwNGM1YmQ {}
.bd-button-17 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"],
button.bd-button-17,
input.bd-button-17,
a.bd-button-17[href],
.bd-button-17 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"],
button.bd-button-17,
input.bd-button-17,
a.bd-button-17[href],
.bd-button-17,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-17:link,
input.bd-button-17:link,
a.bd-button-17[href]:link,
.bd-button-17:link,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-17:visited,
input.bd-button-17:visited,
a.bd-button-17[href]:visited,
.bd-button-17:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 18.57142858px;
}
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-17:hover,
input.bd-button-17:hover,
a.bd-button-17[href]:hover,
.bd-button-17:hover,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-17:focus,
input.bd-button-17:focus,
a.bd-button-17[href]:focus,
.bd-button-17:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
}
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-17:active,
input.bd-button-17:active,
a.bd-button-17[href]:active,
.bd-button-17:active {
  background-color: #dedede;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi04MThkM2EyYi1lNDFlLTQ4ZTQtZThiYS1lZmY5NzMwNGM1YmQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi1hNGFiYWU0Zi1hZDNmLWRiMDYtZjAzZC0yNDc3NzczYTIwZjQ {}
.bd-button-15 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"],
button.bd-button-15,
input.bd-button-15,
a.bd-button-15[href],
.bd-button-15 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"],
button.bd-button-15,
input.bd-button-15,
a.bd-button-15[href],
.bd-button-15,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-15:link,
input.bd-button-15:link,
a.bd-button-15[href]:link,
.bd-button-15:link,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-15:visited,
input.bd-button-15:visited,
a.bd-button-15[href]:visited,
.bd-button-15:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 18.57142858px;
}
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-15:hover,
input.bd-button-15:hover,
a.bd-button-15[href]:hover,
.bd-button-15:hover,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-15:focus,
input.bd-button-15:focus,
a.bd-button-15[href]:focus,
.bd-button-15:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
}
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-15:active,
input.bd-button-15:active,
a.bd-button-15[href]:active,
.bd-button-15:active {
  background-color: #dedede;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi1hNGFiYWU0Zi1hZDNmLWRiMDYtZjAzZC0yNDc3NzczYTIwZjQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi1iZWUzMzc0ZC0wNTlhLTkzNjMtNjgxNC01OTI0NDIxYTliYjI {}
.bd-button-14 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"],
button.bd-button-14,
input.bd-button-14,
a.bd-button-14[href],
.bd-button-14 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"],
button.bd-button-14,
input.bd-button-14,
a.bd-button-14[href],
.bd-button-14,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-14:link,
input.bd-button-14:link,
a.bd-button-14[href]:link,
.bd-button-14:link,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-14:visited,
input.bd-button-14:visited,
a.bd-button-14[href]:visited,
.bd-button-14:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 18.57142858px;
}
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-14:hover,
input.bd-button-14:hover,
a.bd-button-14[href]:hover,
.bd-button-14:hover,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-14:focus,
input.bd-button-14:focus,
a.bd-button-14[href]:focus,
.bd-button-14:focus {
  text-decoration: none;
  background-color: #dedede;
  background-image: none;
}
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-14:active,
input.bd-button-14:active,
a.bd-button-14[href]:active,
.bd-button-14:active {
  background-color: #dedede;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uLXByb3h5LUJ1dHRvbi1iZWUzMzc0ZC0wNTlhLTkzNjMtNjgxNC01OTI0NDIxYTliYjI {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uTWl4aW4 {}
.bd-button a {
  line-height: 20.00000001px;
  font-size: 14px;
}
button:not([class]),
input[type="submit"]:not([class]),
input[type="button"]:not([class]),
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"],
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"],
button.bd-button,
input.bd-button,
a.bd-button[href],
.bd-button {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
button:not([class]),
input[type="submit"]:not([class]),
input[type="button"]:not([class]),
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"],
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"],
button.bd-button,
input.bd-button,
a.bd-button[href],
.bd-button,
button:not([class]):link,
input[type="submit"]:not([class]):link,
input[type="button"]:not([class]):link,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:link,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:link,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:link,
button.bd-button:link,
input.bd-button:link,
a.bd-button[href]:link,
.bd-button:link,
button:not([class]):visited,
input[type="submit"]:not([class]):visited,
input[type="button"]:not([class]):visited,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:visited,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:visited,
button.bd-button:visited,
input.bd-button:visited,
a.bd-button[href]:visited,
.bd-button:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #2da0ce;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  background-image: none;
}
button:not([class]):hover,
input[type="submit"]:not([class]):hover,
input[type="button"]:not([class]):hover,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:hover,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:hover,
button.bd-button:hover,
input.bd-button:hover,
a.bd-button[href]:hover,
.bd-button:hover,
button:not([class]):focus,
input[type="submit"]:not([class]):focus,
input[type="button"]:not([class]):focus,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:focus,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:focus,
button.bd-button:focus,
input.bd-button:focus,
a.bd-button[href]:focus,
.bd-button:focus {
  background-color: #36aede;
  text-decoration: none;
  color: #ffffff;
  background-image: none;
}
button:not([class]):active,
input[type="submit"]:not([class]):active,
input[type="button"]:not([class]):active,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:active,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:active,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:active,
button.bd-button:active,
input.bd-button:active,
a.bd-button[href]:active,
.bd-button:active {
  background-color: #0a75a0;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uTWl4aW4 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvY2Fyb3VzZWw {}
.bd-carousel {
  display: inline-block;
}
.bd-carousel span:before {
  content: '\1fa';
}
.bd-carousel span:before {
  visibility: inherit;
}
.bd-carousel span:before {
  font-size: 62px;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(204, 204, 204, 0.5);
  margin-left: 0px;
  border: 0px solid #ffffff;
  border-radius: 23px;
  line-height: 88.5714286px;
  line-height: 62px;
}
.bd-carousel span:hover:before {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(120, 120, 120, 0.5);
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvY2Fyb3VzZWw {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvY2hlY2tib3hNaXhpbg {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvY2hlY2tib3hNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29tcG9uZW50TWl4aW4 {}
.bd-componentstyles {
  margin-top: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29tcG9uZW50TWl4aW4 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRm9ybUxhYmVsTWl4aW4 {}
label {
  font-weight: normal;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRm9ybUxhYmVsTWl4aW4 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSE1lbnVNaXhpbg {}

}@media screen and (min-width: 768px){
  html[dir="rtl"] [data-responsive-menu="true"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
    border-left-width: 0 !important;
  }
}
@media screen {
html[dir="rtl"] [data-responsive-menu="false"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
  border-left-width: 0 !important;
}

}@media screen and (min-width: 768px){
  html[dir="ltr"] [data-responsive-menu="true"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
    border-right-width: 0 !important;
  }
}
@media screen {
html[dir="ltr"] [data-responsive-menu="false"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
  border-right-width: 0 !important;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:visited {
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:visited:before {
  content: '\1b8';
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:visited:before {
  visibility: inherit;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:visited {
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:visited:before {
  content: '\1b8';
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:visited:before {
  visibility: inherit;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-20 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:link,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:visited {
  display: block;
  white-space: nowrap;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:visited:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:after,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:link:after,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:visited:before {
  content: '\1b8';
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:visited:before {
  visibility: inherit;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:link,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:visited {
  display: block;
  white-space: nowrap;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:after,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  content: '\1b8';
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  visibility: inherit;
}
.collapse-button .bd-menuitem-20:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-13 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-13 > a,
.bd-megamenu .bd-menuitem-13 > a:link,
.bd-megamenu .bd-menuitem-13 > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-13 > a:before,
.bd-megamenu .bd-menuitem-13 > a:link:before,
.bd-megamenu .bd-menuitem-13 > a:visited:before,
.bd-megamenu .bd-menuitem-13 > a:after,
.bd-megamenu .bd-menuitem-13 > a:link:after,
.bd-megamenu .bd-menuitem-13 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-13 > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-13:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-13:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-13 > a.active,
.bd-megamenu .bd-menuitem-13.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-13 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-13:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-13.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-grid-12 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.separated-item-10 {
  position: relative;
  z-index: 0;
}
.separated-item-10:before,
.separated-item-10:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-10:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-10:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.first-col.separated-item-10:after {
  left: 0px;
}
.last-col.separated-item-10:after {
  right: 0px;
}
.separated-item-10.first-col:before,
.separated-item-10.last-row:after {
  content: none;
}
.bd-megamenu .bd-menuitem-18 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-18 > a,
.bd-megamenu .bd-menuitem-18 > a:link,
.bd-megamenu .bd-menuitem-18 > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-18 > a:before,
.bd-megamenu .bd-menuitem-18 > a:link:before,
.bd-megamenu .bd-menuitem-18 > a:visited:before,
.bd-megamenu .bd-menuitem-18 > a:after,
.bd-megamenu .bd-menuitem-18 > a:link:after,
.bd-megamenu .bd-menuitem-18 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-18 > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-18:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-18:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-18:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-18:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18 > a.active,
.bd-megamenu .bd-menuitem-18.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-18:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-18:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-18:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-18:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-18.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-54.nav.nav-pills > li + li {
  margin: 0;
}
.bd-menu-54 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
}
.bd-menuitem-54 > a {
  cursor: pointer;
  /* Safari click events fix */
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:hover:not(.active) > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54.active > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54.active > .bd-grid-item > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:link,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:link:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:visited:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:link:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a.active,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item).active > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-icon-30:before {
  content: '\234';
}
.bd-icon-30:before {
  visibility: inherit;
}
.bd-menuoverlay-19 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bd-menu-55-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001;
}
.bd-menu-55-popup.bd-popup-left {
  left: auto;
  right: 0;
}
.bd-menu-55-popup,
.bd-menu-55-popup.bd-popup-right {
  left: 0;
  right: auto;
}
.bd-sub-item > .bd-menu-55-popup {
  top: -1px;
}
.bd-sub-item > .bd-menu-55-popup.bd-popup-left {
  left: auto;
  right: 100%;
}
.bd-sub-item > .bd-menu-55-popup,
.bd-sub-item > .bd-menu-55-popup.bd-popup-right {
  left: 100%;
  right: auto;
}
.bd-menu-55 .bd-menuitem-55:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-55 .bd-menuitem-55:last-child > a:hover {
  border-bottom-width: 0;
}
.bd-menu-55 .bd-menuitem-55:last-child > a.active {
  border-bottom-width: 0;
}
.bd-menu-55 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 160px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #cccccc;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:link,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:link:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:visited:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:link:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a.active,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSE1lbnVNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2UtcHJveHktSW1hZ2UtYmQ0M2I2YWUtNDZkNS1kZmM4LWViNmMtZWRmODUxNTQyYjkw {}
.bd-imagestyles-17 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100px;
  background-color: #dedede;
  border: 10px solid #f0f0f0;
  border-radius: 50%;
}
.bd-tagstyles.bd-custom-image.bd-imagestyles-17-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100px;
  background-color: #dedede;
  border: 10px solid #f0f0f0;
  border-radius: 50%;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2UtcHJveHktSW1hZ2UtYmQ0M2I2YWUtNDZkNS1kZmM4LWViNmMtZWRmODUxNTQyYjkw {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VNaXhpbg {}
img:not([class]),
.bd-imagestyles {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.bd-tagstyles:not(.bd-custom-image):not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvaW5kaWNhdG9ycw {}
.bd-indicators {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 10px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #0d79c0;
  border-radius: 50%;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited:before {
  color: #dddddd;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > a:not(.active) {
  background-color: #1c8dd4;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > a {
  background-color: #0d79c0;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > a:before {
  color: #777777;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #0d79c0;
  border-radius: 50%;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited:before {
  color: #dddddd;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #1c8dd4;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > .bd-grid-item > a {
  background-color: #0d79c0;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > .bd-grid-item > a:before {
  color: #777777;
}
.bd-indicators > li:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-indicators > li:not(.bd-mega-item) > a,
.bd-indicators > li:not(.bd-mega-item) > a:link,
.bd-indicators > li:not(.bd-mega-item) > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #0d79c0;
  border-radius: 50%;
  display: block;
  white-space: nowrap;
}
.bd-indicators > li:not(.bd-mega-item) > a:before,
.bd-indicators > li:not(.bd-mega-item) > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > a:visited:before,
.bd-indicators > li:not(.bd-mega-item) > a:after,
.bd-indicators > li:not(.bd-mega-item) > a:link:after,
.bd-indicators > li:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-indicators > li:not(.bd-mega-item) > a:before,
.bd-indicators > li:not(.bd-mega-item) > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > a:visited:before {
  color: #dddddd;
}
.bd-indicators > li:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #1c8dd4;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
.bd-indicators > li:not(.bd-mega-item) > a.active,
.bd-indicators > li:not(.bd-mega-item).active > a {
  background-color: #0d79c0;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item) > a.active:before,
.bd-indicators > li:not(.bd-mega-item).active > a:before {
  color: #777777;
}
.bd-indicators > li:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #0d79c0;
  border-radius: 50%;
  display: block;
  white-space: nowrap;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  color: #dddddd;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #1c8dd4;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-indicators > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #0d79c0;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a.active:before,
.bd-indicators > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777;
}
.bd-indicators > li {
  display: inline-block;
  cursor: pointer;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvaW5kaWNhdG9ycw {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW5wdXRNaXhpbg {}
input[type="text"]:not([class]),
input[type="password"]:not([class]),
input[type="datetime"]:not([class]),
input[type="datetime-local"]:not([class]),
input[type="date"]:not([class]),
input[type="month"]:not([class]),
input[type="time"]:not([class]),
input[type="week"]:not([class]),
input[type="number"]:not([class]),
input[type="email"]:not([class]),
input[type="url"]:not([class]),
input[type="search"]:not([class]),
input[type="tel"]:not([class]),
input[type="color"]:not([class]),
textarea:not([class]),
select:not([class]),
.bd-form-input {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 5px;
}

}@media screen and (max-width: 767px){
  input[type="text"]:not([class]),
  input[type="password"]:not([class]),
  input[type="datetime"]:not([class]),
  input[type="datetime-local"]:not([class]),
  input[type="date"]:not([class]),
  input[type="month"]:not([class]),
  input[type="time"]:not([class]),
  input[type="week"]:not([class]),
  input[type="number"]:not([class]),
  input[type="email"]:not([class]),
  input[type="url"]:not([class]),
  input[type="search"]:not([class]),
  input[type="tel"]:not([class]),
  input[type="color"]:not([class]),
  textarea:not([class]),
  select:not([class]),
  .bd-form-input {
    width: 150px;
  }
}
@media screen {
.bd-tagstyles:not(.bd-custom-inputs) input[type="text"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="password"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="datetime"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="datetime-local"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="date"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="month"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="time"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="week"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="number"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="email"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="url"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="search"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="tel"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="color"],
.bd-tagstyles:not(.bd-custom-inputs) textarea,
.bd-tagstyles:not(.bd-custom-inputs) select,
.bd-tagstyles:not(.bd-custom-inputs) .bd-form-input {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 5px;
}

}@media screen and (max-width: 767px){
  .bd-tagstyles:not(.bd-custom-inputs) input[type="text"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="password"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="datetime"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="datetime-local"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="date"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="month"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="time"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="week"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="number"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="email"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="url"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="search"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="tel"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="color"],
  .bd-tagstyles:not(.bd-custom-inputs) textarea,
  .bd-tagstyles:not(.bd-custom-inputs) select,
  .bd-tagstyles:not(.bd-custom-inputs) .bd-form-input {
    width: 150px;
  }
}
@media screen {
input[type="text"].bd-bootstrapinput.form-control,
input[type="password"].bd-bootstrapinput.form-control,
input[type="datetime"].bd-bootstrapinput.form-control,
input[type="datetime-local"].bd-bootstrapinput.form-control,
input[type="date"].bd-bootstrapinput.form-control,
input[type="month"].bd-bootstrapinput.form-control,
input[type="time"].bd-bootstrapinput.form-control,
input[type="week"].bd-bootstrapinput.form-control,
input[type="number"].bd-bootstrapinput.form-control,
input[type="email"].bd-bootstrapinput.form-control,
input[type="url"].bd-bootstrapinput.form-control,
input[type="search"].bd-bootstrapinput.form-control,
input[type="tel"].bd-bootstrapinput.form-control,
input[type="color"].bd-bootstrapinput.form-control,
textarea.bd-bootstrapinput.form-control,
select.bd-bootstrapinput.form-control,
.bd-form-input {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 5px;
}

}@media screen and (max-width: 767px){
  input[type="text"].bd-bootstrapinput.form-control,
  input[type="password"].bd-bootstrapinput.form-control,
  input[type="datetime"].bd-bootstrapinput.form-control,
  input[type="datetime-local"].bd-bootstrapinput.form-control,
  input[type="date"].bd-bootstrapinput.form-control,
  input[type="month"].bd-bootstrapinput.form-control,
  input[type="time"].bd-bootstrapinput.form-control,
  input[type="week"].bd-bootstrapinput.form-control,
  input[type="number"].bd-bootstrapinput.form-control,
  input[type="email"].bd-bootstrapinput.form-control,
  input[type="url"].bd-bootstrapinput.form-control,
  input[type="search"].bd-bootstrapinput.form-control,
  input[type="tel"].bd-bootstrapinput.form-control,
  input[type="color"].bd-bootstrapinput.form-control,
  textarea.bd-bootstrapinput.form-control,
  select.bd-bootstrapinput.form-control,
  .bd-form-input {
    width: 150px;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW5wdXRNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvT3JkZXJlZExpc3RNaXhpbg {}
.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*="bd-indicators"]),
.bd-orderedlist {
  padding-left: 25px;
}
.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*="bd-indicators"]) li,
.bd-orderedlist li {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvT3JkZXJlZExpc3RNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFnZUJhY2tncm91bmRNaXhpbg {}
.bd-pagebackground {
  background-attachment: fixed;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFnZUJhY2tncm91bmRNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFnaW5hdGlvbk1peGlu {}
.bd-pagination.right {
  text-align: right;
}
.bd-pagination.center {
  text-align: center;
}
.bd-pagination > *:last-child {
  margin-right: 0;
}
.bd-pagination span {
  cursor: default;
}
.pagination > ul.bd-pagination > .active > a,
.pagination > ul.bd-pagination > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination > li.bd-paginationitem-1 > a,
.bd-pagination > li.bd-paginationitem-1 > span,
.bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pagination > li.bd-paginationitem-1 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination > li.bd-paginationitem-1 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination > li.active.bd-paginationitem-1 > a,
.bd-pagination > li.active.bd-paginationitem-1 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFnaW5hdGlvbk1peGlu {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUHJvZHVjdE91dE9mU3RvY2tNaXhpbg {}
.bd-productoutofstockicon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: rgba(120, 120, 120, 0.5);
  padding: 5px;
}
.bd-productoutofstockicon {
  line-height: 14.28571429px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUHJvZHVjdE91dE9mU3RvY2tNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUHJvZHVjdFNhbGVNaXhpbg {}
.bd-productsaleicon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: rgba(216, 84, 79, 0.75);
  padding: 16px 10px;
  border-radius: 100%;
}
.bd-productsaleicon {
  line-height: 17.14285715px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUHJvZHVjdFNhbGVNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvcmFkaW9idXR0b25NaXhpbg {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvcmFkaW9idXR0b25NaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUmF0aW5nTWl4aW4 {}
.bd-rating {
  display: table;
}
.bd-rating span {
  display: table-cell;
}
.bd-icon-3:before {
  content: '\25f';
}
.bd-icon-3:before {
  visibility: inherit;
}
.bd-icon-3:before {
  color: #f0ad4e;
  font-size: 18px;
  line-height: 25.71428572px;
  line-height: 18px;
}
.bd-icon-3:hover.active:before,
.bd-icon-3.active:before {
  color: #269ccb;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUmF0aW5nTWl4aW4 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2hlZXRNaXhpbg {}
.bd-sheetstyles {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  border: 1px solid #dddddd;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2hlZXRNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGFibGVNaXhpbg {}
.table.table-striped.table-bordered.table-hover.table-condensed {
  width: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGFibGVNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVk1lbnVNaXhpbg {}
.bd-verticalmenu {
  display: block;
}
.bd-menuitem-43 {
  position: relative;
}
.bd-verticalmenu .nav-tabs > li,
.bd-verticalmenu .nav-pills > li {
  float: none;
}
.bd-verticalmenu .bd-menu-47-popup {
  top: 0;
}
.bd-verticalmenu .bd-menu-47-popup.bd-popup-left {
  left: auto;
  right: 100%;
}
.bd-verticalmenu .bd-menu-47-popup,
.bd-verticalmenu .bd-menu-47-popup.bd-popup-right {
  left: 100%;
  right: auto;
}
.bd-menu-50.nav.nav-pills > li + li {
  margin: 0;
}
.bd-menu-50 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
}
.bd-menuitem-39 > a {
  cursor: pointer;
  /* Safari click events fix */
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:visited {
  color: #777777;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:hover:not(.active) > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39.active > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:visited {
  color: #777777;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39.active > .bd-grid-item > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:link,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:visited {
  color: #777777;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:link:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:visited:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:link:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a.active,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item).active > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #0d79c0;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #0d79c0;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-47-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001;
}
.bd-menu-47-popup.bd-popup-left {
  left: auto;
  right: 0;
}
.bd-menu-47-popup,
.bd-menu-47-popup.bd-popup-right {
  left: 0;
  right: auto;
}
.bd-sub-item > .bd-menu-47-popup {
  top: -1px;
}
.bd-sub-item > .bd-menu-47-popup.bd-popup-left {
  left: auto;
  right: 100%;
}
.bd-sub-item > .bd-menu-47-popup,
.bd-sub-item > .bd-menu-47-popup.bd-popup-right {
  left: 100%;
  right: auto;
}
.bd-menu-47 .bd-menuitem-43:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-47 .bd-menuitem-43:last-child > a:hover {
  border-bottom-width: 0;
}
.bd-menu-47 .bd-menuitem-43:last-child > a.active {
  border-bottom-width: 0;
}
.bd-menu-47 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 160px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #cccccc;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:link,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:link:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:visited:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:link:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a.active,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVk1lbnVNaXhpbg {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWZmaXhTaG9ydENvZGU {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWZmaXhTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWxpZ25TaG9ydENvZGU {}
.bd-boxalign {
  text-align: center !important;
}
.bd-boxalign > * {
  text-align: left !important;
  display: inline-block !important;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWxpZ25TaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQW5pbWF0aW9uU2hvcnRDb2Rl {}
.bd-animation.animated.bounce {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQW5pbWF0aW9uU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmFja2dyb3VuZFdpZHRoRWZmZWN0U2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmFja2dyb3VuZFdpZHRoRWZmZWN0U2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmFsbG9vblNob3J0Q29kZQ {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQmFsbG9vblNob3J0Q29kZQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwUHJvZ3Jlc3NiYXJzU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm9vdHN0cmFwUHJvZ3Jlc3NiYXJzU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm94Q29udHJvbFNob3J0Q29kZQ {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQm94Q29udHJvbFNob3J0Q29kZQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQnV0dG9uU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGFpbmVyRWZmZWN0U2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGFpbmVyRWZmZWN0U2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGFpbmVySW5uZXJFZmZlY3RTaG9ydENvZGU {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ29udGFpbmVySW5uZXJFZmZlY3RTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ3VzdG9tSHRtbFNob3J0Q29kZQ {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQ3VzdG9tSHRtbFNob3J0Q29kZQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvZXJyb3JNZXNzYWdl {}
.bd-errormessage-1 {
  border-radius: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvZXJyb3JNZXNzYWdl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRmxleEFsaWduU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRmxleEFsaWduU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRmxleENvbHVtblNob3J0Q29kZQ {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvRmxleENvbHVtblNob3J0Q29kZQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvR29vZ2xlRm9udHM {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvR29vZ2xlRm9udHM {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvR29vZ2xlTWFwU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvR29vZ2xlTWFwU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSG92ZXJCb3hTaG9ydENvZGU {}
/* Default fade effect */
.bd-effect-fade .bd-overSlide {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-fade:hover .bd-overSlide,
.bd-effect-fade.bd-effect-active .bd-overSlide {
  opacity: 1;
}
/* Default over effect */
.bd-effect-over-left .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-left:hover .bd-overSlide,
.bd-effect-over-left.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-right .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-right:hover .bd-overSlide,
.bd-effect-over-right.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-top .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-top:hover .bd-overSlide,
.bd-effect-over-top.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-bottom .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-bottom:hover .bd-overSlide,
.bd-effect-over-bottom.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-topleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-topleft:hover .bd-overSlide,
.bd-effect-over-topleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-topright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-topright:hover .bd-overSlide,
.bd-effect-over-topright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-bottomleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-bottomleft:hover .bd-overSlide,
.bd-effect-over-bottomleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-over-bottomright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-over-bottomright:hover .bd-overSlide,
.bd-effect-over-bottomright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* Default slide effect */
.bd-effect-slide-left .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-left:hover .bd-overSlide,
.bd-effect-slide-left.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-left .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-left:hover .bd-backSlide,
.bd-effect-slide-left.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.bd-effect-slide-right .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-right:hover .bd-overSlide,
.bd-effect-slide-right.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-right .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-right:hover .bd-backSlide,
.bd-effect-slide-right.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.bd-effect-slide-top .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-top:hover .bd-overSlide,
.bd-effect-slide-top.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-top .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-top:hover .bd-backSlide,
.bd-effect-slide-top.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.bd-effect-slide-bottom .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-bottom:hover .bd-overSlide,
.bd-effect-slide-bottom.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-bottom .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-bottom:hover .bd-backSlide,
.bd-effect-slide-bottom.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.bd-effect-slide-topleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-topleft:hover .bd-overSlide,
.bd-effect-slide-topleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-topleft .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-topleft:hover .bd-backSlide,
.bd-effect-slide-topleft.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
.bd-effect-slide-topright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-topright:hover .bd-overSlide,
.bd-effect-slide-topright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-topright .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-topright:hover .bd-backSlide,
.bd-effect-slide-topright.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.bd-effect-slide-bottomleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-bottomleft:hover .bd-overSlide,
.bd-effect-slide-bottomleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-bottomleft .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-bottomleft:hover .bd-backSlide,
.bd-effect-slide-bottomleft.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
.bd-effect-slide-bottomright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-bottomright:hover .bd-overSlide,
.bd-effect-slide-bottomright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-effect-slide-bottomright .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bd-effect-slide-bottomright:hover .bd-backSlide,
.bd-effect-slide-bottomright.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
/* Default flip */
.bd-effect-flip-left,
.bd-effect-flip-left .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-flip-left .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(130deg);
  -ms-transform: rotateY(130deg);
  transform: rotateY(130deg);
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-flip-left:hover .bd-overSlide,
.bd-effect-flip-left.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
.bd-effect-flip-right,
.bd-effect-flip-right .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-flip-right .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-130deg);
  -ms-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-flip-right:hover .bd-overSlide,
.bd-effect-flip-right.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
.bd-effect-flip-top,
.bd-effect-flip-top .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-flip-top .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(-130deg);
  -ms-transform: rotateX(-130deg);
  transform: rotateX(-130deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-flip-top:hover .bd-overSlide,
.bd-effect-flip-top.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
.bd-effect-flip-bottom,
.bd-effect-flip-bottom .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-flip-bottom .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(130deg);
  -ms-transform: rotateX(130deg);
  transform: rotateX(130deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-flip-bottom:hover .bd-overSlide,
.bd-effect-flip-bottom.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
/* Default wooble */
.bd-effect-wobble-left,
.bd-effect-wobble-left .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-wobble-left .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(130deg);
  -ms-transform: rotateY(130deg);
  transform: rotateY(130deg);
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-wobble-left:hover .bd-overSlide,
.bd-effect-wobble-left.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
.bd-effect-wobble-right,
.bd-effect-wobble-right .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-wobble-right .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-130deg);
  -ms-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-wobble-right:hover .bd-overSlide,
.bd-effect-wobble-right.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
.bd-effect-wobble-top,
.bd-effect-wobble-top .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-wobble-top .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(-130deg);
  -ms-transform: rotateX(-130deg);
  transform: rotateX(-130deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-wobble-top:hover .bd-overSlide,
.bd-effect-wobble-top.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
.bd-effect-wobble-bottom,
.bd-effect-wobble-bottom .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.bd-effect-wobble-bottom .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(130deg);
  -ms-transform: rotateX(130deg);
  transform: rotateX(130deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms;
}
.bd-effect-wobble-bottom:hover .bd-overSlide,
.bd-effect-wobble-bottom.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease;
}
/* Default zoom */
.bd-effect-zoom .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.bd-effect-zoom:hover .bd-overSlide,
.bd-effect-zoom.bd-effect-active .bd-overSlide {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bd-effect-zoom-rotate .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(0deg) scale(0, 0);
  -ms-transform: rotate(0deg) scale(0, 0);
  transform: rotate(0deg) scale(0, 0);
}
.bd-effect-zoom-rotate:hover .bd-overSlide,
.bd-effect-zoom-rotate.bd-effect-active .bd-overSlide {
  -webkit-transform: rotate(360deg) scale(1, 1);
  -ms-transform: rotate(360deg) scale(1, 1);
  transform: rotate(360deg) scale(1, 1);
}
.bd-effect-zoom-rotateX .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateX(0deg) scale(0, 0);
  -ms-transform: rotateX(0deg) scale(0, 0);
  transform: rotateX(0deg) scale(0, 0);
}
.bd-effect-zoom-rotateX:hover .bd-overSlide,
.bd-effect-zoom-rotateX.bd-effect-active .bd-overSlide {
  -webkit-transform: rotateX(360deg) scale(1, 1);
  -ms-transform: rotateX(360deg) scale(1, 1);
  transform: rotateX(360deg) scale(1, 1);
}
.bd-effect-zoom-rotateY .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(0deg) scale(0, 0);
  -ms-transform: rotateY(0deg) scale(0, 0);
  transform: rotateY(0deg) scale(0, 0);
}
.bd-effect-zoom-rotateY:hover .bd-overSlide,
.bd-effect-zoom-rotateY.bd-effect-active .bd-overSlide {
  -webkit-transform: rotateY(360deg) scale(1, 1);
  -ms-transform: rotateY(360deg) scale(1, 1);
  transform: rotateY(360deg) scale(1, 1);
}
/* Transition Effects Less */
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Over and Slide effect */
/* Flip Left effect */
/* Flip Right effect */
/* Flip Top effect */
/* Flip Bottom effect */
/* Wobble Left effect */
/* Wobble Right effect */
/* Wobble top effect */
/* Wobble bottom effect */
/* Zoom and Rotate Effects */
/* Utility */
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSG92ZXJCb3hTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSWNvbkNvbW1vbjA {}


}@font-face{
  font-family: 'Billion Web Font';
  src: url(/templates/rusafromedia_theme/css/BillionWebFonts.woff) format('woff'), url(/templates/rusafromedia_theme/css/BillionWebFonts.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media screen {
.icon-booth:before {
  content: '\ff';
}
.icon-youtube:before {
  content: '\100';
}
.icon-random:before {
  content: '\101';
}
.icon-cloud-upload:before {
  content: '\102';
}
.icon-road:before {
  content: '\103';
}
.icon-arrow-small-up:before {
  content: '\104';
}
.icon-dropbox:before {
  content: '\105';
}
.icon-sort:before {
  content: '\106';
}
.icon-angle-small:before {
  content: '\107';
}
.icon-bitcoin:before {
  content: '\108';
}
.icon-delicious:before {
  content: '\109';
}
.icon-stethoscope:before {
  content: '\10a';
}
.icon-weibo:before {
  content: '\10b';
}
.icon-volume-off:before {
  content: '\10c';
}
.icon-earth:before {
  content: '\10d';
}
.icon-node-square:before {
  content: '\10e';
}
.icon-plane:before {
  content: '\10f';
}
.icon-undo:before {
  content: '\110';
}
.icon-question-circle:before {
  content: '\111';
}
.icon-tablet:before {
  content: '\112';
}
.icon-filter-alt:before {
  content: '\113';
}
.icon-happy:before {
  content: '\114';
}
.icon-dialer:before {
  content: '\115';
}
.icon-bag:before {
  content: '\116';
}
.icon-credit-card:before {
  content: '\117';
}
.icon-image-alt:before {
  content: '\118';
}
.icon-shopping-cart-simple:before {
  content: '\119';
}
.icon-arrow-basic-right:before {
  content: '\11a';
}
.icon-male:before {
  content: '\11b';
}
.icon-cut:before {
  content: '\11c';
}
.icon-unhappy:before {
  content: '\11d';
}
.icon-circle-alt:before {
  content: '\11e';
}
.icon-double-chevron-right:before {
  content: '\11f';
}
.icon-star-alt:before {
  content: '\120';
}
.icon-rhomb:before {
  content: '\121';
}
.icon-thumbs-down:before {
  content: '\122';
}
.icon-github-alt:before {
  content: '\123';
}
.icon-text-width:before {
  content: '\124';
}
.icon-bookmark-alt:before {
  content: '\125';
}
.icon-list-details:before {
  content: '\126';
}
.icon-bullhorn:before {
  content: '\127';
}
.icon-ellipsis:before {
  content: '\128';
}
.icon-map-marker:before {
  content: '\129';
}
.icon-typeface:before {
  content: '\12a';
}
.icon-help:before {
  content: '\12b';
}
.icon-triangle-circle:before {
  content: '\12c';
}
.icon-gbp:before {
  content: '\12d';
}
.icon-arrow-small-left:before {
  content: '\12e';
}
.icon-anchor:before {
  content: '\12f';
}
.icon-align-justify:before {
  content: '\130';
}
.icon-arrow-circle-alt-up:before {
  content: '\131';
}
.icon-growth:before {
  content: '\132';
}
.icon-round-small:before {
  content: '\133';
}
.icon-triangle-circle-alt:before {
  content: '\134';
}
.icon-eye-close:before {
  content: '\135';
}
.icon-code:before {
  content: '\136';
}
.icon-step-forward:before {
  content: '\137';
}
.icon-music:before {
  content: '\138';
}
.icon-lightbulb:before {
  content: '\139';
}
.icon-arrows-horizontal:before {
  content: '\13a';
}
.icon-sign-out:before {
  content: '\13b';
}
.icon-sort-asc:before {
  content: '\13c';
}
.icon-play-circle:before {
  content: '\13d';
}
.icon-bookmark:before {
  content: '\13e';
}
.icon-pencil:before {
  content: '\13f';
}
.icon-won:before {
  content: '\140';
}
.icon-zoom-out:before {
  content: '\141';
}
.icon-user-alt:before {
  content: '\142';
}
.icon-repeat:before {
  content: '\143';
}
.icon-text-height:before {
  content: '\144';
}
.icon-shopping-cart-wire:before {
  content: '\145';
}
.icon-rubl:before {
  content: '\146';
}
.icon-find-contact:before {
  content: '\147';
}
.icon-upload-circle-alt:before {
  content: '\148';
}
.icon-arrow-small-down:before {
  content: '\149';
}
.icon-file:before {
  content: '\14a';
}
.icon-building:before {
  content: '\14b';
}
.icon-certificate:before {
  content: '\14c';
}
.icon-double-chevron-up:before {
  content: '\14d';
}
.icon-hand-up:before {
  content: '\14e';
}
.icon-italic:before {
  content: '\14f';
}
.icon-volume-up:before {
  content: '\150';
}
.icon-quote-right:before {
  content: '\151';
}
.icon-sort-numeric-desc:before {
  content: '\152';
}
.icon-four-rhombs:before {
  content: '\153';
}
.icon-brain:before {
  content: '\154';
}
.icon-mark:before {
  content: '\155';
}
.icon-flickr:before {
  content: '\156';
}
.icon-envelope:before {
  content: '\157';
}
.icon-indent-right:before {
  content: '\158';
}
.icon-basket-simple:before {
  content: '\159';
}
.icon-cloud:before {
  content: '\15a';
}
.icon-check:before {
  content: '\15b';
}
.icon-youtube-square:before {
  content: '\15c';
}
.icon-envelope-alt:before {
  content: '\15d';
}
.icon-bitbucket-alt:before {
  content: '\15e';
}
.icon-round-small-alt:before {
  content: '\15f';
}
.icon-adn:before {
  content: '\160';
}
.icon-linkedin-square:before {
  content: '\161';
}
.icon-expand:before {
  content: '\162';
}
.icon-tumblr-square:before {
  content: '\163';
}
.icon-angle-double:before {
  content: '\164';
}
.icon-compress:before {
  content: '\165';
}
.icon-plus-square-alt:before {
  content: '\166';
}
.icon-camera:before {
  content: '\167';
}
.icon-four-boxes:before {
  content: '\168';
}
.icon-shopping-cart-buggy:before {
  content: '\169';
}
.icon-arrow-square-left:before {
  content: '\16a';
}
.icon-delete-circle-alt:before {
  content: '\16b';
}
.icon-suitcase:before {
  content: '\16c';
}
.icon-curve-bottom:before {
  content: '\16d';
}
.icon-caret-up:before {
  content: '\16e';
}
.icon-renren:before {
  content: '\16f';
}
.icon-linkedin:before {
  content: '\170';
}
.icon-asterisk:before {
  content: '\171';
}
.icon-arrow-pointer-left:before {
  content: '\172';
}
.icon-sort-numeric-asc:before {
  content: '\173';
}
.icon-calendar-simple:before {
  content: '\174';
}
.icon-home-alt:before {
  content: '\175';
}
.icon-step-backward:before {
  content: '\176';
}
.icon-rss:before {
  content: '\177';
}
.icon-globe:before {
  content: '\178';
}
.icon-paste:before {
  content: '\179';
}
.icon-fire:before {
  content: '\17a';
}
.icon-star-half:before {
  content: '\17b';
}
.icon-renminbi:before {
  content: '\17c';
}
.icon-dribbble:before {
  content: '\17d';
}
.icon-google-plus-square:before {
  content: '\17e';
}
.icon-plus-square:before {
  content: '\17f';
}
.icon-yen:before {
  content: '\180';
}
.icon-briefcase:before {
  content: '\181';
}
.icon-shopping-cart-trolley:before {
  content: '\182';
}
.icon-warning:before {
  content: '\183';
}
.icon-moon:before {
  content: '\184';
}
.icon-sort-alpha:before {
  content: '\185';
}
.icon-arrow-long-down:before {
  content: '\186';
}
.icon-globe-alt:before {
  content: '\187';
}
.icon-thumbs-up:before {
  content: '\188';
}
.icon-sandwich:before {
  content: '\189';
}
.icon-arrow-basic-down:before {
  content: '\18a';
}
.icon-double-chevron-down:before {
  content: '\18b';
}
.icon-legal:before {
  content: '\18c';
}
.icon-apple:before {
  content: '\18d';
}
.icon-power:before {
  content: '\18e';
}
.icon-time-alt:before {
  content: '\18f';
}
.icon-list:before {
  content: '\190';
}
.icon-h-sign:before {
  content: '\191';
}
.icon-css3:before {
  content: '\192';
}
.icon-copy:before {
  content: '\193';
}
.icon-arrow-tall-up:before {
  content: '\194';
}
.icon-hdd:before {
  content: '\195';
}
.icon-font:before {
  content: '\196';
}
.icon-heart-circle:before {
  content: '\197';
}
.icon-glass:before {
  content: '\198';
}
.icon-picasa:before {
  content: '\199';
}
.icon-arrow-long-left:before {
  content: '\19a';
}
.icon-fullscreen:before {
  content: '\19b';
}
.icon-lemon:before {
  content: '\19c';
}
.icon-arrow-long-right:before {
  content: '\19d';
}
.icon-hand-right:before {
  content: '\19e';
}
.icon-list-details-small:before {
  content: '\19f';
}
.icon-cog:before {
  content: '\1a0';
}
.icon-four-boxes-alt:before {
  content: '\1a1';
}
.icon-properties:before {
  content: '\1a2';
}
.icon-arrow-pointer-down:before {
  content: '\1a3';
}
.icon-inbox:before {
  content: '\1a4';
}
.icon-arrow-double-up:before {
  content: '\1a5';
}
.icon-plane-takeoff:before {
  content: '\1a6';
}
.icon-arrow-square-down:before {
  content: '\1a7';
}
.icon-tick-circle-alt:before {
  content: '\1a8';
}
.icon-node-circle:before {
  content: '\1a9';
}
.icon-arrow-pointer-right:before {
  content: '\1aa';
}
.icon-starlet:before {
  content: '\1ab';
}
.icon-cogs:before {
  content: '\1ac';
}
.icon-arrow-long-up:before {
  content: '\1ad';
}
.icon-bug:before {
  content: '\1ae';
}
.icon-upload:before {
  content: '\1af';
}
.icon-xing:before {
  content: '\1b0';
}
.icon-minus-square-alt:before {
  content: '\1b1';
}
.icon-arrows:before {
  content: '\1b2';
}
.icon-trash-can:before {
  content: '\1b3';
}
.icon-pushpin:before {
  content: '\1b4';
}
.icon-eye-open:before {
  content: '\1b5';
}
.icon-caret-left:before {
  content: '\1b6';
}
.icon-bitbucket:before {
  content: '\1b7';
}
.icon-lines:before {
  content: '\1b8';
}
.icon-magic:before {
  content: '\1b9';
}
.icon-arrow-double-right:before {
  content: '\1ba';
}
.icon-remove-sign:before {
  content: '\1bb';
}
.icon-exclamation-sign:before {
  content: '\1bc';
}
.icon-chevron-down:before {
  content: '\1bd';
}
.icon-sort-alpha-asc:before {
  content: '\1be';
}
.icon-comments-alt:before {
  content: '\1bf';
}
.icon-terminal:before {
  content: '\1c0';
}
.icon-box:before {
  content: '\1c1';
}
.icon-lock:before {
  content: '\1c2';
}
.icon-bolt:before {
  content: '\1c3';
}
.icon-filter:before {
  content: '\1c4';
}
.icon-folder-alt:before {
  content: '\1c5';
}
.icon-backward:before {
  content: '\1c6';
}
.icon-sort-amount-asc:before {
  content: '\1c7';
}
.icon-tag:before {
  content: '\1c8';
}
.icon-house:before {
  content: '\1c9';
}
.icon-drop:before {
  content: '\1ca';
}
.icon-arrow-thick-right:before {
  content: '\1cb';
}
.icon-ambulance:before {
  content: '\1cc';
}
.icon-chevron-right:before {
  content: '\1cd';
}
.icon-sign-in:before {
  content: '\1ce';
}
.icon-sort-amount-desc:before {
  content: '\1cf';
}
.icon-search-circle:before {
  content: '\1d0';
}
.icon-skype:before {
  content: '\1d1';
}
.icon-fast-forward:before {
  content: '\1d2';
}
.icon-maxcdn:before {
  content: '\1d3';
}
.icon-book-open:before {
  content: '\1d4';
}
.icon-vimeo:before {
  content: '\1d5';
}
.icon-beaker:before {
  content: '\1d6';
}
.icon-facebook-alt:before {
  content: '\1d7';
}
.icon-arrow-thin-down:before {
  content: '\1d8';
}
.icon-heartlet:before {
  content: '\1d9';
}
.icon-shopping-cart-solid:before {
  content: '\1da';
}
.icon-linux:before {
  content: '\1db';
}
.icon-leaf:before {
  content: '\1dc';
}
.icon-hand-down:before {
  content: '\1dd';
}
.icon-pinterest:before {
  content: '\1de';
}
.icon-barcode:before {
  content: '\1df';
}
.icon-curve-top:before {
  content: '\1e0';
}
.icon-euro:before {
  content: '\1e1';
}
.icon-arrow-basic-left:before {
  content: '\1e2';
}
.icon-group:before {
  content: '\1e3';
}
.icon-tumblr:before {
  content: '\1e4';
}
.icon-fighter:before {
  content: '\1e5';
}
.icon-hand-left:before {
  content: '\1e6';
}
.icon-stripes-thick:before {
  content: '\1e7';
}
.icon-superscript:before {
  content: '\1e8';
}
.icon-minus-square:before {
  content: '\1e9';
}
.icon-ticklet-circle:before {
  content: '\1ea';
}
.icon-xing-square:before {
  content: '\1eb';
}
.icon-arrow-double-left:before {
  content: '\1ec';
}
.icon-forward:before {
  content: '\1ed';
}
.icon-arrow-thick-down:before {
  content: '\1ee';
}
.icon-eject:before {
  content: '\1ef';
}
.icon-reply:before {
  content: '\1f0';
}
.icon-search:before {
  content: '\1f1';
}
.icon-comment-alt:before {
  content: '\1f2';
}
.icon-share:before {
  content: '\1f3';
}
.icon-arrows-vertical:before {
  content: '\1f4';
}
.icon-food:before {
  content: '\1f5';
}
.icon-flag:before {
  content: '\1f6';
}
.icon-female:before {
  content: '\1f7';
}
.icon-tasks:before {
  content: '\1f8';
}
.icon-quote-left:before {
  content: '\1f9';
}
.icon-arrow-tall-left:before {
  content: '\1fa';
}
.icon-minus-circle:before {
  content: '\1fb';
}
.icon-box-alt:before {
  content: '\1fc';
}
.icon-arrow-tall-down:before {
  content: '\1fd';
}
.icon-indent-left:before {
  content: '\1fe';
}
.icon-arrow-thick-left:before {
  content: '\1ff';
}
.icon-list-adv:before {
  content: '\200';
}
.icon-chevron-up:before {
  content: '\201';
}
.icon-medkit:before {
  content: '\202';
}
.icon-tags:before {
  content: '\203';
}
.icon-coffee:before {
  content: '\204';
}
.icon-ticklet:before {
  content: '\205';
}
.icon-box-small:before {
  content: '\206';
}
.icon-sign-blank:before {
  content: '\207';
}
.icon-basket:before {
  content: '\208';
}
.icon-search-thick:before {
  content: '\209';
}
.icon-edit-alt:before {
  content: '\20a';
}
.icon-comment:before {
  content: '\20b';
}
.icon-hospital:before {
  content: '\20c';
}
.icon-arrow-small-right:before {
  content: '\20d';
}
.icon-grid-small:before {
  content: '\20e';
}
.icon-circle-arrow-left:before {
  content: '\20f';
}
.icon-yahoo:before {
  content: '\210';
}
.icon-print:before {
  content: '\211';
}
.icon-instagram:before {
  content: '\212';
}
.icon-arrow-angle-up:before {
  content: '\213';
}
.icon-leaf-thin:before {
  content: '\214';
}
.icon-magnet:before {
  content: '\215';
}
.icon-arrow-thin-up:before {
  content: '\216';
}
.icon-retweet:before {
  content: '\217';
}
.icon-search-glare:before {
  content: '\218';
}
.icon-search-thin:before {
  content: '\219';
}
.icon-heart-empty:before {
  content: '\21a';
}
.icon-scales:before {
  content: '\21b';
}
.icon-sort-alpha-desc:before {
  content: '\21c';
}
.icon-align-right:before {
  content: '\21d';
}
.icon-stripes:before {
  content: '\21e';
}
.icon-arrow-pointer-up:before {
  content: '\21f';
}
.icon-round:before {
  content: '\220';
}
.icon-user-medical:before {
  content: '\221';
}
.icon-arrow-thin-left:before {
  content: '\222';
}
.icon-arrow-circle-alt-right:before {
  content: '\223';
}
.icon-starlet-alt:before {
  content: '\224';
}
.icon-bold:before {
  content: '\225';
}
.icon-aperture:before {
  content: '\226';
}
.icon-pointer-basic:before {
  content: '\227';
}
.icon-folder:before {
  content: '\228';
}
.icon-heart:before {
  content: '\229';
}
.icon-cloud-download:before {
  content: '\22a';
}
.icon-bar-chart:before {
  content: '\22b';
}
.icon-mobile:before {
  content: '\22c';
}
.icon-volume-down:before {
  content: '\22d';
}
.icon-exchange:before {
  content: '\22e';
}
.icon-folder-open:before {
  content: '\22f';
}
.icon-phone-square:before {
  content: '\230';
}
.icon-zoom-in:before {
  content: '\231';
}
.icon-beer:before {
  content: '\232';
}
.icon-trello-square:before {
  content: '\233';
}
.icon-delete:before {
  content: '\234';
}
.icon-image:before {
  content: '\235';
}
.icon-edit:before {
  content: '\236';
}
.icon-twitter-square:before {
  content: '\237';
}
.icon-external-link:before {
  content: '\238';
}
.icon-money:before {
  content: '\239';
}
.icon-html5:before {
  content: '\23a';
}
.icon-youtube-play:before {
  content: '\23b';
}
.icon-play:before {
  content: '\23c';
}
.icon-calendar:before {
  content: '\23d';
}
.icon-video:before {
  content: '\23e';
}
.icon-adjust:before {
  content: '\23f';
}
.icon-plus-circle:before {
  content: '\240';
}
.icon-strikethrough:before {
  content: '\241';
}
.icon-bell:before {
  content: '\242';
}
.icon-crop:before {
  content: '\243';
}
.icon-restore:before {
  content: '\244';
}
.icon-circle-arrow-up:before {
  content: '\245';
}
.icon-twitter:before {
  content: '\246';
}
.icon-sitemap:before {
  content: '\247';
}
.icon-facebook-square:before {
  content: '\248';
}
.icon-downturn:before {
  content: '\249';
}
.icon-fancy-circle-alt:before {
  content: '\24a';
}
.icon-arrow-square-right:before {
  content: '\24b';
}
.icon-save:before {
  content: '\24c';
}
.icon-share-alt:before {
  content: '\24d';
}
.icon-arrow-thick-up:before {
  content: '\24e';
}
.icon-plus:before {
  content: '\24f';
}
.icon-arrows-alt:before {
  content: '\250';
}
.icon-chevron-left:before {
  content: '\251';
}
.icon-circle-arrow-right:before {
  content: '\252';
}
.icon-arrow-double-down:before {
  content: '\253';
}
.icon-film:before {
  content: '\254';
}
.icon-pie-chart:before {
  content: '\255';
}
.icon-github:before {
  content: '\256';
}
.icon-calendar-day-alt:before {
  content: '\257';
}
.icon-sort-numeric:before {
  content: '\258';
}
.icon-align-center:before {
  content: '\259';
}
.icon-caret-down:before {
  content: '\25a';
}
.icon-round-alt:before {
  content: '\25b';
}
.icon-user-business:before {
  content: '\25c';
}
.icon-signal:before {
  content: '\25d';
}
.icon-reply-all:before {
  content: '\25e';
}
.icon-star:before {
  content: '\25f';
}
.icon-book:before {
  content: '\260';
}
.icon-triangle:before {
  content: '\261';
}
.icon-arrow-angle-right:before {
  content: '\262';
}
.icon-arrow-basic-up:before {
  content: '\263';
}
.icon-caret-right:before {
  content: '\264';
}
.icon-align-left:before {
  content: '\265';
}
.icon-comments:before {
  content: '\266';
}
.icon-vk:before {
  content: '\267';
}
.icon-qrcode:before {
  content: '\268';
}
.icon-arrow-tall-right:before {
  content: '\269';
}
.icon-shopping-cart:before {
  content: '\26a';
}
.icon-pause:before {
  content: '\26b';
}
.icon-umbrella:before {
  content: '\26c';
}
.icon-ban:before {
  content: '\26d';
}
.icon-plane-alt:before {
  content: '\26e';
}
.icon-ticklet-circle-alt:before {
  content: '\26f';
}
.icon-arrow-angle-left:before {
  content: '\270';
}
.icon-android:before {
  content: '\271';
}
.icon-arrow-square-up:before {
  content: '\272';
}
.icon-inr:before {
  content: '\273';
}
.icon-label:before {
  content: '\274';
}
.icon-spinner:before {
  content: '\275';
}
.icon-headphones:before {
  content: '\276';
}
.icon-arrow-fancy:before {
  content: '\277';
}
.icon-sort-desc:before {
  content: '\278';
}
.icon-tick-circle:before {
  content: '\279';
}
.icon-info-sign:before {
  content: '\27a';
}
.icon-screenshot:before {
  content: '\27b';
}
.icon-briefcase-simple:before {
  content: '\27c';
}
.icon-search-alt:before {
  content: '\27d';
}
.icon-time:before {
  content: '\27e';
}
.icon-grid:before {
  content: '\27f';
}
.icon-user:before {
  content: '\280';
}
.icon-facebook:before {
  content: '\281';
}
.icon-google-plus:before {
  content: '\282';
}
.icon-github-square:before {
  content: '\283';
}
.icon-check-empty:before {
  content: '\284';
}
.icon-circle:before {
  content: '\285';
}
.icon-fast-backward:before {
  content: '\286';
}
.icon-calendar-day:before {
  content: '\287';
}
.icon-phone:before {
  content: '\288';
}
.icon-pinterest-square:before {
  content: '\289';
}
.icon-cup:before {
  content: '\28a';
}
.icon-star-thin:before {
  content: '\28b';
}
.icon-wrench:before {
  content: '\28c';
}
.icon-truck:before {
  content: '\28d';
}
.icon-product-view-mode:before {
  content: '\28e';
}
.icon-circle-arrow-down:before {
  content: '\28f';
}
.icon-arrow-circle-alt-left:before {
  content: '\290';
}
.icon-stackexchange:before {
  content: '\291';
}
.icon-ticklet-thick:before {
  content: '\292';
}
.icon-arrow-thin-right:before {
  content: '\293';
}
.icon-tick:before {
  content: '\294';
}
.icon-box-small-alt:before {
  content: '\295';
}
.icon-file-alt:before {
  content: '\296';
}
.icon-minus:before {
  content: '\297';
}
.icon-upload-circle:before {
  content: '\298';
}
.icon-gift:before {
  content: '\299';
}
.icon-globe-outline:before {
  content: '\29a';
}
.icon-windows:before {
  content: '\29b';
}
.icon-arrow-line:before {
  content: '\29c';
}
.icon-flag-alt:before {
  content: '\29d';
}
.icon-home:before {
  content: '\29e';
}
.icon-arrow-circle-alt-down:before {
  content: '\29f';
}
.icon-dollar:before {
  content: '\2a0';
}
.icon-double-chevron-left:before {
  content: '\2a1';
}
.icon-arrow-angle-down:before {
  content: '\2a2';
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSWNvbkNvbW1vbjA {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSWNvbkxpbmtTaG9ydENvZGU {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSWNvbkxpbmtTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VMaW5rU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VMaW5rU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VTY2FsaW5nU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvSW1hZ2VTY2FsaW5nU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvaW5mb01lc3NhZ2U {}
.bd-informationmessage-1 {
  border-radius: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvaW5mb01lc3NhZ2U {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Qm94U2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Qm94U2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Q29sdW1uU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Q29sdW1uU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Q29udGFpbmVyU2hvcnRDb2Rl {}
.bd-layoutcontainer > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvTGF5b3V0Q29udGFpbmVyU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFyYWxsYXhCYWNrZ3JvdW5kU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUGFyYWxsYXhCYWNrZ3JvdW5kU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUmliYm9uU2hvcnRDb2Rl {}
.bd-ribbon .ribbon-inner:before,
.bd-ribbon .ribbon-inner:after,
.bd-ribbon .ribbon-content:before,
.bd-ribbon .ribbon-content:after {
  font-size: 0px !important;
}
.bd-ribbon .ribbon-inner:before,
.bd-ribbon .ribbon-inner:after {
  border: 1.5em solid ;
}
.bd-ribbon .ribbon-inner .ribbon-content:before,
.bd-ribbon .ribbon-inner .ribbon-content:after {
  border-color: transparent transparent transparent;
}
.bd-ribbon .ribbon-inner .ribbon-stitches-top {
  border-top: 1px dashed ;
  top: 2px;
}
.bd-ribbon .ribbon-inner .ribbon-stitches-bottom {
  border-top: 1px dashed ;
  bottom: 2px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvUmliYm9uU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvc2VhcmNoV2lkZ2V0 {}
.bd-searchwidget-2 {
  position: relative;
}
.bd-searchwidget-2 .bd-search-wrapper {
  width: 100%;
}
.form-inline.bd-searchwidget-2 {
  display: inline-block;
}
.form-inline.bd-searchwidget-2 .bd-search-wrapper {
  display: table;
  position: relative;
  white-space: nowrap;
}
.form-inline.bd-searchwidget-2 .bd-search-wrapper > *:not(script) {
  display: table-cell;
  vertical-align: middle;
}
.form-inline.bd-searchwidget-2 .bd-search-wrapper .bd-icon-6 {
  display: none;
}
.form-inline.bd-searchwidget-2 .bd-search-wrapper > :last-child > * {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
}
.form-inline.bd-searchwidget-2 .bd-search-wrapper > :first-child > * {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important;
}
.form-inline.bd-searchwidget-2 .bd-search-wrapper > :not(:first-child):not(:last-child) > * {
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bd-icon-6:before {
  color: #dedede;
  padding-left: 5px;
  padding-right: 5px;
}
.bd-icon-6:hover:before {
  color: #787878;
  text-decoration: none;
}
.bd-bootstrapinput-2.form-control {
  width: auto;
  border-radius: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvc2VhcmNoV2lkZ2V0 {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VjdGlvblNob3J0Q29kZQ {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VjdGlvblNob3J0Q29kZQ {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VwYXJhdG9yU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2VwYXJhdG9yU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVyU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVyU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVTaG9ydENvZGU {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU2xpZGVTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU21vb3RoU2Nyb2xsU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU21vb3RoU2Nyb2xsU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU29jaWFsSWNvbnNTaG9ydENvZGU {}
.bd-socialicon-14 {
  float: left;
}
.bd-socialicon-11 {
  float: left;
}
.bd-socialicon-20 {
  float: left;
}
.bd-socialicon-13 {
  float: left;
}
.bd-socialicon-28 {
  float: left;
}
.bd-socialicon-4 {
  float: left;
}
.bd-socialicon-2 {
  float: left;
}
.bd-socialicon-32 {
  float: left;
}
.bd-socialicon-12 {
  float: left;
}
.bd-socialicon-23 {
  float: left;
}
.bd-socialicon-25 {
  float: left;
}
.bd-socialicon-25 span:first-child:before {
  content: '\267';
}
.bd-socialicon-25 span:first-child:before {
  visibility: inherit;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU29jaWFsSWNvbnNTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU3BhY2VyU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvU3BhY2VyU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvc3VjY2Vzc01lc3NhZ2U {}
.bd-successmessage-1 {
  border-radius: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvc3VjY2Vzc01lc3NhZ2U {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dEJsb2NrU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dEJsb2NrU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dEdyb3VwU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dEdyb3VwU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dHVyZU92ZXJsYXlTaG9ydENvZGU {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVGV4dHVyZU92ZXJsYXlTaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVVBhZ2VTZWN0aW9uU2hvcnRDb2Rl {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVVBhZ2VTZWN0aW9uU2hvcnRDb2Rl {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVmlkZW9TaG9ydENvZGU {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvVmlkZW9TaG9ydENvZGU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvdm1lbnU {}

}@media screen and (min-width: 767px){
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23:hover > .bd-menu-24-popup,
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-24:hover > .bd-menu-24-popup,
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23.hover > .bd-menu-24-popup,
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-24.hover > .bd-menu-24-popup {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px){
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup {
    position: static;
    display: none;
  }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24 {
    float: none;
  }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup {
    float: none;
    left: auto !important;
    background: none;
    border-style: none;
    top: 0 !important;
  }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23 > a.active + .bd-menu-24-popup,
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-24 > a.active + .bd-menu-24-popup {
    position: relative;
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23 > .bd-menu-24-popup {
    opacity: 1;
  }
  .bd-vmenu-1 .responsive-collapsed {
    display: none;
  }
}
@media screen {
.bd-block-2 .bd-blockheader {
  margin-bottom: 10px;
}
.bd-block-2 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-2 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-2 .bd-blockheader h4 {
  line-height: 25.71428572px;
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.bd-block-2 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-2 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-2 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-verticalmenu-3 {
  display: block;
}
.bd-menuitem-24 {
  position: relative;
}
.bd-verticalmenu-3 .nav-tabs > li,
.bd-verticalmenu-3 .nav-pills > li {
  float: none;
}
.bd-verticalmenu-3 .bd-menu-24-popup {
  top: 0;
}
.bd-verticalmenu-3 .bd-menu-24-popup.bd-popup-left {
  left: auto;
  right: 100%;
}
.bd-verticalmenu-3 .bd-menu-24-popup,
.bd-verticalmenu-3 .bd-menu-24-popup.bd-popup-right {
  left: 100%;
  right: auto;
}
.bd-menu-23.nav.nav-pills > li + li {
  margin: 0;
}
.bd-menu-23 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
}
.bd-menuitem-23 > a {
  cursor: pointer;
  /* Safari click events fix */
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:visited {
  color: #36aede;
  padding: 0px;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:hover:not(.active) > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:visited {
  color: #36aede;
  padding: 0px;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:link,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:visited {
  color: #36aede;
  padding: 0px;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:link:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:visited:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:link:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #36aede;
  padding: 0px;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-menu-24-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001;
}
.bd-menu-24-popup.bd-popup-left {
  left: auto;
  right: 0;
}
.bd-menu-24-popup,
.bd-menu-24-popup.bd-popup-right {
  left: 0;
  right: auto;
}
.bd-sub-item > .bd-menu-24-popup {
  top: -1px;
}
.bd-sub-item > .bd-menu-24-popup.bd-popup-left {
  left: auto;
  right: 100%;
}
.bd-sub-item > .bd-menu-24-popup,
.bd-sub-item > .bd-menu-24-popup.bd-popup-right {
  left: 100%;
  right: auto;
}
.bd-menu-24 .bd-menuitem-24:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-24 .bd-menuitem-24:last-child > a:hover {
  border-bottom-width: 0;
}
.bd-menu-24 .bd-menuitem-24:last-child > a.active {
  border-bottom-width: 0;
}
.bd-menu-24 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 160px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  margin: 0px 2px 0px 0px;
  border: 1px solid #f7f7f7;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:visited {
  color: #777777;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:hover:not(.active) > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24.active > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24.active > .bd-grid-item > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:link,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:visited {
  color: #777777;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:link:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:visited:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:link:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a.active,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item).active > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvdm1lbnU {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvd2FybmluZ01lc3NhZ2U {}
.bd-warningmessage-1 {
  border-radius: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvd2FybmluZ01lc3NhZ2U {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGU {}
.bd-pager-1 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-1 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-1 ul li {
  display: inline-block;
}
.bd-pager-1 ul > li:first-child {
  float: left;
}
.bd-pager-1 ul > li:last-child {
  float: right;
}
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50MQ {}
.bd-lightbox-8 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox-8 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox-8 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-8 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox-8 .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox-8 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox-8 .arrow.left {
  left: 9px;
}
.bd-lightbox-8 .arrow.right {
  right: 9px;
}
.bd-lightbox-8 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-8 .arrow.disabled {
  display: none;
}
.bd-lightbox-8 .arrow-t,
.bd-lightbox-8 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox-8 .arrow-t,
html[dir="rtl"] .bd-lightbox-8 .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox-8 .arrow-t,
html[dir="ltr"] .bd-lightbox-8 .arrow-b {
  left: 26px;
}
.bd-lightbox-8 .arrow-t {
  top: 38px;
}
.bd-lightbox-8 .arrow-b {
  top: 50px;
}
.bd-lightbox-8 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox-8 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-8 .close .cw,
.bd-lightbox-8 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox-8 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox-8 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox-8 .close-alt,
.bd-lightbox-8 .arrow-right-alt,
.bd-lightbox-8 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox-8 .close-alt,
.ie8 .bd-lightbox-8 .arrow-right-alt,
.ie8 .bd-lightbox-8 .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox-8 .cw,
.ie8 .bd-lightbox-8 .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-postcontent-1 img:not(.no-lightbox),
.bd-lightbox-8 .lightbox-image {
  cursor: pointer;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50MQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50Mw {}
.bd-postcontent-3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.bd-postcontent-3:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-33 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-3:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-33,
.bd-postcontent-3:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-33 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50Mw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50NA {}
.bd-lightbox-4 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox-4 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox-4 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-4 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox-4 .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox-4 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox-4 .arrow.left {
  left: 9px;
}
.bd-lightbox-4 .arrow.right {
  right: 9px;
}
.bd-lightbox-4 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-4 .arrow.disabled {
  display: none;
}
.bd-lightbox-4 .arrow-t,
.bd-lightbox-4 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox-4 .arrow-t,
html[dir="rtl"] .bd-lightbox-4 .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox-4 .arrow-t,
html[dir="ltr"] .bd-lightbox-4 .arrow-b {
  left: 26px;
}
.bd-lightbox-4 .arrow-t {
  top: 38px;
}
.bd-lightbox-4 .arrow-b {
  top: 50px;
}
.bd-lightbox-4 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox-4 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-4 .close .cw,
.bd-lightbox-4 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox-4 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox-4 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox-4 .close-alt,
.bd-lightbox-4 .arrow-right-alt,
.bd-lightbox-4 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox-4 .close-alt,
.ie8 .bd-lightbox-4 .arrow-right-alt,
.ie8 .bd-lightbox-4 .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox-4 .cw,
.ie8 .bd-lightbox-4 .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-postcontent-4 img:not(.no-lightbox),
.bd-lightbox-4 .lightbox-image {
  cursor: pointer;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50NA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50NQ {}
.bd-lightbox-5 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox-5 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox-5 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-5 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox-5 .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox-5 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox-5 .arrow.left {
  left: 9px;
}
.bd-lightbox-5 .arrow.right {
  right: 9px;
}
.bd-lightbox-5 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-5 .arrow.disabled {
  display: none;
}
.bd-lightbox-5 .arrow-t,
.bd-lightbox-5 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox-5 .arrow-t,
html[dir="rtl"] .bd-lightbox-5 .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox-5 .arrow-t,
html[dir="ltr"] .bd-lightbox-5 .arrow-b {
  left: 26px;
}
.bd-lightbox-5 .arrow-t {
  top: 38px;
}
.bd-lightbox-5 .arrow-b {
  top: 50px;
}
.bd-lightbox-5 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox-5 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-5 .close .cw,
.bd-lightbox-5 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox-5 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox-5 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox-5 .close-alt,
.bd-lightbox-5 .arrow-right-alt,
.bd-lightbox-5 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox-5 .close-alt,
.ie8 .bd-lightbox-5 .arrow-right-alt,
.ie8 .bd-lightbox-5 .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox-5 .cw,
.ie8 .bd-lightbox-5 .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-postcontent-5 img:not(.no-lightbox),
.bd-lightbox-5 .lightbox-image {
  cursor: pointer;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50NQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50Ng {}
.bd-lightbox-6 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox-6 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox-6 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-6 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox-6 .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox-6 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox-6 .arrow.left {
  left: 9px;
}
.bd-lightbox-6 .arrow.right {
  right: 9px;
}
.bd-lightbox-6 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-6 .arrow.disabled {
  display: none;
}
.bd-lightbox-6 .arrow-t,
.bd-lightbox-6 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox-6 .arrow-t,
html[dir="rtl"] .bd-lightbox-6 .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox-6 .arrow-t,
html[dir="ltr"] .bd-lightbox-6 .arrow-b {
  left: 26px;
}
.bd-lightbox-6 .arrow-t {
  top: 38px;
}
.bd-lightbox-6 .arrow-b {
  top: 50px;
}
.bd-lightbox-6 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox-6 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-6 .close .cw,
.bd-lightbox-6 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox-6 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox-6 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox-6 .close-alt,
.bd-lightbox-6 .arrow-right-alt,
.bd-lightbox-6 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox-6 .close-alt,
.ie8 .bd-lightbox-6 .arrow-right-alt,
.ie8 .bd-lightbox-6 .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox-6 .cw,
.ie8 .bd-lightbox-6 .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-postcontent-6 img:not(.no-lightbox),
.bd-lightbox-6 .lightbox-image {
  cursor: pointer;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVDb250ZW50Ng {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVGb290ZXJJY29uQ29udGFpbmVyNQ {}
.bd-layoutcontainer-23 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-51 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVGb290ZXJJY29uQ29udGFpbmVyNQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXIx {}
.bd-postheader-1 {
  margin-top: 0;
  padding-top: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXIx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXIz {}
.bd-postheader-3 {
  margin-top: 10px;
  margin-bottom: 9px;
  display: block;
  background-color: rgba(0, 0, 0, 0);
}
h2.bd-postheader-3 {
  line-height: 22.85714286px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
}
h2.bd-postheader-3 a {
  color: #777777;
}
h2.bd-postheader-3 a:hover {
  color: #777777;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXIz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXI1 {}
.bd-postheader-5 {
  margin-top: 0;
  padding-top: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXI1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXI2 {}
.bd-postheader-6 {
  margin-top: 0;
  padding-top: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXI2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXJJY29uQ29udGFpbmVyNQ {}
.bd-layoutcontainer-20 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-45 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXJJY29uQ29udGFpbmVyNQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXJJY29uQ29udGFpbmVyNg {}
.bd-layoutcontainer-22 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-49 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVIZWFkZXJJY29uQ29udGFpbmVyNg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVOYXZpZ2F0aW9uMQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2FydGljbGVOYXZpZ2F0aW9uMQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JhY2tUb1RvcDE {}
a.bd-backtotop-1:hover {
  text-decoration: none;
}
.bd-backtotop-1 {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
}

}@media screen and (max-width: 991px){
  .bd-backtotop-1 {
    top: auto;
  }
}
@media screen and (max-width: 767px){
  .bd-backtotop-1 {
    left: auto;
    top: auto;
  }
}
@media screen {
.bd-animation-2.animated.pulse {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bd-smoothscroll-3 {
  position: fixed;
  left: auto;
  right: 0.9%;
  bottom: 100px;
  z-index: 9999;
}

}@media screen and (max-width: 991px){
  .bd-smoothscroll-3 {
    top: 90%;
  }
}
@media screen and (max-width: 767px){
  .bd-smoothscroll-3 {
    left: 2%;
    top: 87%;
  }
}
@media screen {
.bd-icon-66:before {
  content: '\14d';
}
.bd-icon-66:before {
  visibility: inherit;
}
.bd-icon-66:before {
  line-height: initial;
  color: #ffffff;
  background-color: #b98d50;
  -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  -o-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  font-size: 36px;
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  line-height: 51.42857144px;
  line-height: 36px;
}
.bd-icon-66:hover:before {
  background-color: #e69728;
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JhY2tUb1RvcDE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJhY2t0b3RvcDI {}
a.bd-backtotop-2:hover {
  text-decoration: none;
}
.bd-backtotop-2 {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  z-index: auto;
}

}@media screen and (max-width: 991px){
  .bd-backtotop-2 {
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 767px){
  .bd-backtotop-2 {
    right: auto;
    top: auto;
  }
}
@media screen {
.bd-animation-5.animated.pulse {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bd-smoothscroll-1 {
  position: fixed;
  left: auto;
  right: 5%;
  top: 85%;
  z-index: 9999;
}

}@media screen and (max-width: 991px){
  .bd-smoothscroll-1 {
    right: 10%;
    top: 80%;
  }
}
@media screen and (max-width: 767px){
  .bd-smoothscroll-1 {
    right: 5%;
    top: 90%;
  }
}
@media screen {
.bd-icon-39:before {
  content: url(/templates/rusafromedia_theme/images/designer/a235859a8be805b2bb9a2bf54de7e6f6_go_to_up1_2.png);
  font-size: 0 !important;
  line-height: 0 !important;
}
.bd-icon-39:before {
  line-height: initial;
  color: #ffffff;
  background-color: #0d79c0;
  -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  -o-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.23);
  background-image: linear-gradient(-45deg, #0d79c0 0%, #1395c9 76%);
  background-image: -webkit-linear-gradient(135deg, #0d79c0 0%, #1395c9 76%);
  background-image: -o-linear-gradient(135deg, #0d79c0 0%, #1395c9 76%);
  background-image: -ms-linear-gradient(135deg, #0d79c0 0%, #1395c9 76%);
  background-image: -moz-linear-gradient(135deg, #0d79c0 0%, #1395c9 76%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 100px;
}
.bd-icon-39:hover:before {
  background-color: #1186d0;
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJhY2t0b3RvcDI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2cxMA {}
.bd-blog-10 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bd-pager-11 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-11 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-11 ul li {
  display: inline-block;
}
.bd-pager-11 ul > li:first-child {
  float: left;
}
.bd-pager-11 ul > li:last-child {
  float: right;
}
.bd-pager-11 > .bd-pagination-16 > li.bd-paginationitem-16 > a,
.bd-pager-11 > .bd-pagination-16 > li.bd-paginationitem-16 > span,
.bd-pager-11 > .bd-pagination-16 > li.bd-paginationitem-16 > a:link,
.bd-pager-11 > .bd-pagination-16 > li.bd-paginationitem-16 > a:visited {
  border-radius: 0px;
}
.bd-pagination-16.right {
  text-align: right;
}
.bd-pagination-16.center {
  text-align: center;
}
.bd-pagination-16 > *:last-child {
  margin-right: 0;
}
.bd-pagination-16 span {
  cursor: default;
}
.pagination > ul.bd-pagination-16 > .active > a,
.pagination > ul.bd-pagination-16 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-16 > li.bd-paginationitem-16 > a,
.bd-pagination-16 > li.bd-paginationitem-16 > span,
.bd-pagination-16 > li.bd-paginationitem-16 > a:link,
.bd-pagination-16 > li.bd-paginationitem-16 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-16 > li.bd-paginationitem-16 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-16 > li.active.bd-paginationitem-16 > a,
.bd-pagination-16 > li.active.bd-paginationitem-16 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
.bd-comments-10 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-10 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-10 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-10 {
  padding: 5px;
}
.bd-container-128:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-70 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-128:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-70,
.bd-container-128:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-70 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-127:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-69 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-127:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-69,
.bd-container-127:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-69 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-10 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-16 {
  margin-bottom: 30px;
}
.separated-item-16 {
  position: relative;
  z-index: 0;
}
.separated-item-16:before,
.separated-item-16:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-16:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-16:after {
  left: 0;
  right: 0;
  bottom: 15px;
}
.first-col.separated-item-16:after {
  left: 0px;
}
.last-col.separated-item-16:after {
  right: 0px;
}
.separated-item-16.first-col:before,
.separated-item-16.last-row:after {
  content: none;
}
.bd-container-124:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-68 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-124:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-68,
.bd-container-124:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-68 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-pagination-15 {
  background-color: #ffffff;
  margin: 1em 0px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}
.bd-pagination-15.right {
  text-align: right;
}
.bd-pagination-15.center {
  text-align: center;
}
.bd-pagination-15 > *:last-child {
  margin-right: 0;
}
.bd-pagination-15 span {
  cursor: default;
}
.pagination > ul.bd-pagination-15 > .active > a,
.pagination > ul.bd-pagination-15 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-15 > li.bd-paginationitem-15 > a,
.bd-pagination-15 > li.bd-paginationitem-15 > span,
.bd-pagination-15 > li.bd-paginationitem-15 > a:link,
.bd-pagination-15 > li.bd-paginationitem-15 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-15 > li.bd-paginationitem-15 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-15 > li.active.bd-paginationitem-15 > a,
.bd-pagination-15 > li.active.bd-paginationitem-15 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2cxMA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2cxMg {}
.bd-blog-12 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.bd-article-13 {
  position: relative;
}
.bd-pager-13 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-13 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-13 ul li {
  display: inline-block;
}
.bd-pager-13 ul > li:first-child {
  float: left;
}
.bd-pager-13 ul > li:last-child {
  float: right;
}
.bd-pager-13 > .bd-pagination-18 > li.bd-paginationitem-18 > a,
.bd-pager-13 > .bd-pagination-18 > li.bd-paginationitem-18 > span,
.bd-pager-13 > .bd-pagination-18 > li.bd-paginationitem-18 > a:link,
.bd-pager-13 > .bd-pagination-18 > li.bd-paginationitem-18 > a:visited {
  border-radius: 0px;
}
.bd-pagination-18.right {
  text-align: right;
}
.bd-pagination-18.center {
  text-align: center;
}
.bd-pagination-18 > *:last-child {
  margin-right: 0;
}
.bd-pagination-18 span {
  cursor: default;
}
.pagination > ul.bd-pagination-18 > .active > a,
.pagination > ul.bd-pagination-18 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-18 > li.bd-paginationitem-18 > a,
.bd-pagination-18 > li.bd-paginationitem-18 > span,
.bd-pagination-18 > li.bd-paginationitem-18 > a:link,
.bd-pagination-18 > li.bd-paginationitem-18 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-18 > li.bd-paginationitem-18 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-18 > li.active.bd-paginationitem-18 > a,
.bd-pagination-18 > li.active.bd-paginationitem-18 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
.bd-comments-12 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-12 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-12 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-12 {
  padding: 5px;
}
.bd-container-142:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-75 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-142:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-75,
.bd-container-142:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-75 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-141:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-74 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-141:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-74,
.bd-container-141:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-74 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-13 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-18 {
  margin: 5px 0px 0px;
}
.separated-item-18 {
  position: relative;
  z-index: 0;
}
.separated-item-18:before,
.separated-item-18:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-18:before {
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 0px solid #ffffff;
}
.separated-item-18:after {
  left: 0;
  right: 0;
  bottom: 2.5px;
  border-top: 0px solid #ffffff;
}
.first-col.separated-item-18:after {
  left: 0px;
}
.last-col.separated-item-18:after {
  right: 0px;
}
.separated-item-18.first-col:before,
.separated-item-18.last-row:after {
  content: none;
}
.bd-icon-110:before {
  content: '\1df';
}
.bd-icon-110:before {
  visibility: inherit;
}
.bd-icon-110:hover:before {
  content: '\1df';
}
.bd-icon-110:hover:before {
  visibility: inherit;
}
h1.bd-container-138 {
  font-weight: normal;
}
.bd-container-138:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-73 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-138:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-73,
.bd-container-138:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-73 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-blogpagination-12 {
  text-align: center;
}
.bd-pagination-17 {
  background-color: #f5f5f5;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 3px;
}
.bd-pagination-17.right {
  text-align: right;
}
.bd-pagination-17.center {
  text-align: center;
}
.bd-pagination-17 > *:last-child {
  margin-right: 0;
}
.bd-pagination-17 span {
  cursor: default;
}
.pagination > ul.bd-pagination-17 > .active > a,
.pagination > ul.bd-pagination-17 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-17 > li.bd-paginationitem-17 > a,
.bd-pagination-17 > li.bd-paginationitem-17 > span,
.bd-pagination-17 > li.bd-paginationitem-17 > a:link,
.bd-pagination-17 > li.bd-paginationitem-17 > a:visited {
  border-bottom-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #777777;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  background-color: rgba(13, 121, 192, 0);
  font-weight: bold;
  font-size: 13px;
  border-radius: 0px;
  line-height: 18.57142858px;
  background-image: none;
}
.bd-pagination-17 > li.bd-paginationitem-17 > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0d79c0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  background-image: none;
}
.bd-pagination-17 > li.active.bd-paginationitem-17 > a,
.bd-pagination-17 > li.active.bd-paginationitem-17 > span {
  color: inherit;
  background-color: #0d79c0;
  color: #ffffff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2cxMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2cy {}
.bd-pager-7 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-7 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-7 ul li {
  display: inline-block;
}
.bd-pager-7 ul > li:first-child {
  float: left;
}
.bd-pager-7 ul > li:last-child {
  float: right;
}
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px;
}
.bd-comments-6 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-6 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-6 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-6 {
  padding: 5px;
}
.bd-stretchtobottom-1 .bd-blog-2 {
  height: 100%;
}
.bd-grid-1 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.separated-item-7 {
  position: relative;
  z-index: 0;
}
.separated-item-7:before,
.separated-item-7:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-7:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-7:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.first-col.separated-item-7:after {
  left: 0px;
}
.last-col.separated-item-7:after {
  right: 0px;
}
.separated-item-7.first-col:before,
.separated-item-7.last-row:after {
  content: none;
}
.bd-pagination-4.right {
  text-align: right;
}
.bd-pagination-4.center {
  text-align: center;
}
.bd-pagination-4 > *:last-child {
  margin-right: 0;
}
.bd-pagination-4 span {
  cursor: default;
}
.pagination > ul.bd-pagination-4 > .active > a,
.pagination > ul.bd-pagination-4 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-4 > li.bd-paginationitem-4 > a,
.bd-pagination-4 > li.bd-paginationitem-4 > span,
.bd-pagination-4 > li.bd-paginationitem-4 > a:link,
.bd-pagination-4 > li.bd-paginationitem-4 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-4 > li.bd-paginationitem-4 > a:hover {
  background-color: #dddddd;
  color: #333333;
  background-image: none;
}
.bd-pagination-4 > li.active.bd-paginationitem-4 > a,
.bd-pagination-4 > li.active.bd-paginationitem-4 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2cy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2c0 {}
.bd-blog-4 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bd-pager-8 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-8 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-8 ul li {
  display: inline-block;
}
.bd-pager-8 ul > li:first-child {
  float: left;
}
.bd-pager-8 ul > li:last-child {
  float: right;
}
.bd-pager-8 > .bd-pagination-12 > li.bd-paginationitem-12 > a,
.bd-pager-8 > .bd-pagination-12 > li.bd-paginationitem-12 > span,
.bd-pager-8 > .bd-pagination-12 > li.bd-paginationitem-12 > a:link,
.bd-pager-8 > .bd-pagination-12 > li.bd-paginationitem-12 > a:visited {
  border-radius: 0px;
}
.bd-pagination-12.right {
  text-align: right;
}
.bd-pagination-12.center {
  text-align: center;
}
.bd-pagination-12 > *:last-child {
  margin-right: 0;
}
.bd-pagination-12 span {
  cursor: default;
}
.pagination > ul.bd-pagination-12 > .active > a,
.pagination > ul.bd-pagination-12 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-12 > li.bd-paginationitem-12 > a,
.bd-pagination-12 > li.bd-paginationitem-12 > span,
.bd-pagination-12 > li.bd-paginationitem-12 > a:link,
.bd-pagination-12 > li.bd-paginationitem-12 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-12 > li.bd-paginationitem-12 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-12 > li.active.bd-paginationitem-12 > a,
.bd-pagination-12 > li.active.bd-paginationitem-12 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
.bd-comments-7 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-7 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-7 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-7 {
  padding: 5px;
}
.bd-container-107:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-62 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-107:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-62,
.bd-container-107:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-62 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-106:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-61 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-106:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-61,
.bd-container-106:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-61 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-2 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-8 {
  margin-bottom: 40px;
}
.separated-item-8 {
  position: relative;
  z-index: 0;
}
.separated-item-8:before,
.separated-item-8:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-8:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-8:after {
  left: 0;
  right: 0;
  bottom: 20px;
}
.first-col.separated-item-8:after {
  left: 0px;
}
.last-col.separated-item-8:after {
  right: 0px;
}
.separated-item-8.first-col:before,
.separated-item-8.last-row:after {
  content: none;
}
.bd-container-101:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-47 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-101:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-47,
.bd-container-101:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-47 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-blogpagination-7 {
  text-align: center;
}
.bd-pagination-11 {
  background-color: #ffffff;
  margin: 1em 0px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.bd-pagination-11.right {
  text-align: right;
}
.bd-pagination-11.center {
  text-align: center;
}
.bd-pagination-11 > *:last-child {
  margin-right: 0;
}
.bd-pagination-11 span {
  cursor: default;
}
.pagination > ul.bd-pagination-11 > .active > a,
.pagination > ul.bd-pagination-11 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-11 > li.bd-paginationitem-11 > a,
.bd-pagination-11 > li.bd-paginationitem-11 > span,
.bd-pagination-11 > li.bd-paginationitem-11 > a:link,
.bd-pagination-11 > li.bd-paginationitem-11 > a:visited {
  border-bottom-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #777777;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
  font-size: 14px;
  background-color: #f5f5f5;
  margin: 0px;
  border-radius: 0px;
  line-height: 20.00000001px;
  background-image: none;
}
.bd-pagination-11 > li.bd-paginationitem-11 > a:hover {
  background-color: #f5f5f5;
  text-decoration: underline;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  color: #0d79c0;
  background-image: none;
}
.bd-pagination-11 > li.active.bd-paginationitem-11 > a,
.bd-pagination-11 > li.active.bd-paginationitem-11 > span {
  color: inherit;
  background-color: #0d79c0;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  color: #ffffff;
  border-radius: 3px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2c0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2c2 {}
.bd-blog-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 1;
}
.bd-pager-9 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-9 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-9 ul li {
  display: inline-block;
}
.bd-pager-9 ul > li:first-child {
  float: left;
}
.bd-pager-9 ul > li:last-child {
  float: right;
}
.bd-pager-9 > .bd-pagination-23 > li.bd-paginationitem-23 > a,
.bd-pager-9 > .bd-pagination-23 > li.bd-paginationitem-23 > span,
.bd-pager-9 > .bd-pagination-23 > li.bd-paginationitem-23 > a:link,
.bd-pager-9 > .bd-pagination-23 > li.bd-paginationitem-23 > a:visited {
  border-radius: 5px;
}
.bd-pagination-23 {
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 5px;
}
.bd-pagination-23.right {
  text-align: right;
}
.bd-pagination-23.center {
  text-align: center;
}
.bd-pagination-23 > *:last-child {
  margin-right: 0;
}
.bd-pagination-23 span {
  cursor: default;
}
.pagination > ul.bd-pagination-23 > .active > a,
.pagination > ul.bd-pagination-23 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-23 > li.bd-paginationitem-23 > a,
.bd-pagination-23 > li.bd-paginationitem-23 > span,
.bd-pagination-23 > li.bd-paginationitem-23 > a:link,
.bd-pagination-23 > li.bd-paginationitem-23 > a:visited {
  color: #7a7a7a;
  text-transform: uppercase;
  font-family: Arial;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.bd-pagination-23 > li.bd-paginationitem-23 > a:hover {
  background-color: #f5f5f5;
  background-image: none;
}
.bd-pagination-23 > li.active.bd-paginationitem-23 > a,
.bd-pagination-23 > li.active.bd-paginationitem-23 > span {
  color: inherit;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-comments-8 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-8 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-8 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-8 {
  padding: 5px;
}
.bd-container-71:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-79 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-71:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-79,
.bd-container-71:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-79 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-69:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-78 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-69:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-78,
.bd-container-69:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-78 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-3 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-11 {
  margin-bottom: 40px;
}
.separated-item-11 {
  position: relative;
  z-index: 0;
}
.separated-item-11:before,
.separated-item-11:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-11:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-11:after {
  left: 0;
  right: 0;
  bottom: 20px;
}
.first-col.separated-item-11:after {
  left: 0px;
}
.last-col.separated-item-11:after {
  right: 0px;
}
.separated-item-11.first-col:before,
.separated-item-11.last-row:after {
  content: none;
}
.bd-container-63:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-77 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-63:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-77,
.bd-container-63:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-77 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-blogpagination-8 {
  text-align: center;
}
.bd-pagination-22 {
  background-color: #ffffff;
  margin: 1em 0px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}
.bd-pagination-22.right {
  text-align: right;
}
.bd-pagination-22.center {
  text-align: center;
}
.bd-pagination-22 > *:last-child {
  margin-right: 0;
}
.bd-pagination-22 span {
  cursor: default;
}
.pagination > ul.bd-pagination-22 > .active > a,
.pagination > ul.bd-pagination-22 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-22 > li.bd-paginationitem-22 > a,
.bd-pagination-22 > li.bd-paginationitem-22 > span,
.bd-pagination-22 > li.bd-paginationitem-22 > a:link,
.bd-pagination-22 > li.bd-paginationitem-22 > a:visited {
  border-bottom-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #777777;
  background-color: #f5f5f5;
  font-size: 14px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
  margin: 0px;
  border-radius: 0px;
  line-height: 20.00000001px;
  background-image: none;
}
.bd-pagination-22 > li.bd-paginationitem-22 > a:hover {
  background-color: #f5f5f5;
  color: #2da0ce;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  text-decoration: underline;
  background-image: none;
}
.bd-pagination-22 > li.active.bd-paginationitem-22 > a,
.bd-pagination-22 > li.active.bd-paginationitem-22 > span {
  color: inherit;
  background-color: #333333;
  color: #ffffff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2c2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2c5 {}
.bd-blog-9 {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.bd-pager-10 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-10 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-10 ul li {
  display: inline-block;
}
.bd-pager-10 ul > li:first-child {
  float: left;
}
.bd-pager-10 ul > li:last-child {
  float: right;
}
.bd-pager-10 > .bd-pagination-14 > li.bd-paginationitem-14 > a,
.bd-pager-10 > .bd-pagination-14 > li.bd-paginationitem-14 > span,
.bd-pager-10 > .bd-pagination-14 > li.bd-paginationitem-14 > a:link,
.bd-pager-10 > .bd-pagination-14 > li.bd-paginationitem-14 > a:visited {
  border-radius: 0px;
}
.bd-pagination-14.right {
  text-align: right;
}
.bd-pagination-14.center {
  text-align: center;
}
.bd-pagination-14 > *:last-child {
  margin-right: 0;
}
.bd-pagination-14 span {
  cursor: default;
}
.pagination > ul.bd-pagination-14 > .active > a,
.pagination > ul.bd-pagination-14 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-14 > li.bd-paginationitem-14 > a,
.bd-pagination-14 > li.bd-paginationitem-14 > span,
.bd-pagination-14 > li.bd-paginationitem-14 > a:link,
.bd-pagination-14 > li.bd-paginationitem-14 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-14 > li.bd-paginationitem-14 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-14 > li.active.bd-paginationitem-14 > a,
.bd-pagination-14 > li.active.bd-paginationitem-14 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
.bd-comments-9 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-9 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-9 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-9 {
  padding: 5px;
}
.bd-container-122:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-66 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-122:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-66,
.bd-container-122:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-66 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-121:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-65 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-121:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-65,
.bd-container-121:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-65 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-4 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-14 {
  margin-bottom: 40px;
}
.separated-item-14 {
  position: relative;
  z-index: 0;
}
.separated-item-14:before,
.separated-item-14:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-14:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-14:after {
  left: 0;
  right: 0;
  bottom: 20px;
}
.first-col.separated-item-14:after {
  left: 0px;
}
.last-col.separated-item-14:after {
  right: 0px;
}
.separated-item-14.first-col:before,
.separated-item-14.last-row:after {
  content: none;
}
.bd-container-117:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-64 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-117:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-64,
.bd-container-117:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-64 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-blogpagination-9 {
  text-align: center;
}
.bd-pagination-13 {
  background-color: #ffffff;
  margin: 1em 0px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}
.bd-pagination-13.right {
  text-align: right;
}
.bd-pagination-13.center {
  text-align: center;
}
.bd-pagination-13 > *:last-child {
  margin-right: 0;
}
.bd-pagination-13 span {
  cursor: default;
}
.pagination > ul.bd-pagination-13 > .active > a,
.pagination > ul.bd-pagination-13 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-13 > li.bd-paginationitem-13 > a,
.bd-pagination-13 > li.bd-paginationitem-13 > span,
.bd-pagination-13 > li.bd-paginationitem-13 > a:link,
.bd-pagination-13 > li.bd-paginationitem-13 > a:visited {
  border-bottom-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #777777;
  background-color: #f5f5f5;
  font-size: 14px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
  margin: 0px;
  border-radius: 0px;
  line-height: 20.00000001px;
  background-image: none;
}
.bd-pagination-13 > li.bd-paginationitem-13 > a:hover {
  background-color: #f5f5f5;
  color: #2da0ce;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  text-decoration: underline;
  background-image: none;
}
.bd-pagination-13 > li.active.bd-paginationitem-13 > a,
.bd-pagination-13 > li.active.bd-paginationitem-13 > span {
  color: inherit;
  background-color: #333333;
  color: #ffffff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWJsb2c5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnRhdmF0YXI2 {}
.bd-commentavatar-6 {
  display: inline-block;
}
.bd-commentavatar-6 {
  display: inline-block;
}
.bd-commentavatar-6 img {
  display: block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnRhdmF0YXI2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnRtZXRhZGF0YTY {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnRtZXRhZGF0YTY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnRyZXBseTY {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnRyZXBseTY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnR0ZXh0Ng {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbW1lbnR0ZXh0Ng {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnQxMw {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnQxMw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnQxNg {}
.bd-content-16 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnQxNg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQxMA {}
.bd-contentlayout-10 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-10 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-10 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-10 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-10 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQxMA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQxMg {}
.bd-contentlayout-12 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-12 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-12 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-12 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-12 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQxMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQ3 {}
.bd-contentlayout-7 {
  padding: 10px;
}
.bd-contentlayout-7 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-7 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-7 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-7 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-7 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-contentlayout-7 {
  margin-top: 0;
}
.bd-layoutitemsbox-2 {
  background-color: #ffffff;
}
.bd-containereffect-4 {
  margin-top: 17px;
}
.bd-sheetstyles-9 {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQ3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQ5 {}
.bd-contentlayout-9 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-9 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-9 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-9 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-9 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-layoutitemsbox-3 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-containereffect-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bd-sheetstyles-11 {
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWNvbnRlbnRsYXlvdXQ5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWZvb3RlcmFyZWEx {}
.bd-footerarea-1 {
  margin-top: 0px;
  opacity: 1;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWZvb3RlcmFyZWEx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWhlYWRlcmFyZWEx {}
.bd-headerarea-1 {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 151px;
}

}@media screen and (max-width: 1199px){
  .bd-headerarea-1 {
    height: 201px;
  }
}
@media screen and (max-width: 991px){
  .bd-headerarea-1 {
    margin-bottom: 2px;
    height: 210px;
  }
}
@media screen and (max-width: 767px){
  .bd-headerarea-1 {
    margin-bottom: 27px;
    height: 294px;
    float: none;
    white-space: normal;
    display: block;
    z-index: 5;
    position: relative;
    background-color: #ffffff;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWhlYWRlcmFyZWEx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWhvdmVyYm94Mg {}
.bd-hoverbox-2 {
  overflow: hidden;
  position: relative;
  height: 400px;
  width: auto;
  margin: 5px;
}
.bd-hoverbox-2.bd-effect-fade .bd-overSlide {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bd-hoverbox-2.bd-effect-fade:hover .bd-overSlide,
.bd-hoverbox-2.bd-effect-fade.bd-effect-active .bd-overSlide {
  opacity: 1;
}
.bd-container-154 {
  background-color: #f3fafc;
  position: relative;
}
.bd-container-155 {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0px;
}
/* Transition Effects Less */
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Over and Slide effect */
/* Flip Left effect */
/* Flip Right effect */
/* Flip Top effect */
/* Flip Bottom effect */
/* Wobble Left effect */
/* Wobble Right effect */
/* Wobble top effect */
/* Wobble bottom effect */
/* Zoom and Rotate Effects */
/* Utility */
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWhvdmVyYm94Mg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWhvdmVyYm94OA {}
.bd-hoverbox-8 {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.bd-hoverbox-8.bd-effect-over-left .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bd-hoverbox-8.bd-effect-over-left:hover .bd-overSlide,
.bd-hoverbox-8.bd-effect-over-left.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bd-container-147 {
  background-color: #f3fafc;
  position: relative;
}
.bd-container-148 {
  background-color: rgba(13, 49, 63, 0.35);
}
/* Transition Effects Less */
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Over and Slide effect */
/* Flip Left effect */
/* Flip Right effect */
/* Flip Top effect */
/* Flip Bottom effect */
/* Wobble Left effect */
/* Wobble Right effect */
/* Wobble top effect */
/* Wobble bottom effect */
/* Zoom and Rotate Effects */
/* Utility */
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWhvdmVyYm94OA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWltYWdlbGluazY {}
.bd-imagelink-6 {
  display: inline-block;
  margin-top: 25px;
  height: 100px;
}

}@media screen and (max-width: 991px){
  .bd-imagelink-6 {
    float: right;
  }
}
@media screen and (max-width: 1199px){
  .bd-imagelink-6 {
    height: 100px;
  }
}
@media screen and (max-width: 991px){
  .bd-imagelink-6 {
    height: 70px;
  }
}
@media screen and (max-width: 767px){
  .bd-imagelink-6 {
    height: 50px;
  }
}
@media screen {
.bd-imagelink-6 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWltYWdlbGluazY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWltYWdlbGluazc {}
.bd-imagelink-7 {
  display: block;
  width: 400px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWltYWdlbGluazc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWltYWdlbGluazg {}
.bd-imagelink-8 {
  display: inline-block;
}

}@media screen and (max-width: 767px){
  .bd-imagelink-8 {
    height: 60px;
  }
}
@media screen {
.bd-imagelink-8 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWltYWdlbGluazg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTA {}
.bd-block-11 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 0px solid #89bcdc;
}
.bd-block-11 .bd-blockcontent {
  padding: 5px 0px;
}
.bd-block-11 .bd-blockcontent:not(.shape-only) {
  line-height: 23.8px;
  font-size: 14px;
  color: #ffffff;
}
.bd-block-11 .bd-blockcontent:not(.shape-only) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.bd-block-11 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}

}@media screen and (max-width: 767px){
  .bd-block-11 .bd-blockcontent:not(.shape-only) {
    text-align: left;
  }
}
@media screen {
.bd-block-11 .bd-blockheader {
  margin-bottom: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
.bd-block-11 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-11 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-11 .bd-blockheader h4 {
  line-height: 20.00000001px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bd-block-11 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-11 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-11 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}

}@media screen and (max-width: 767px){
  .bd-block-11 .bd-blockheader h4 {
    text-align: left;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTE {}
.bd-joomlaposition-11 {
  min-height: 25px;
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTI {}
.bd-block-16 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-16 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-16 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-16 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-16 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-16 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-16 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-16 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-16 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-16 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-16 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTM {}
.bd-block-12 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 0px solid #89bcdc;
}
.bd-block-12 .bd-blockcontent {
  padding: 5px 0px;
}
.bd-block-12 .bd-blockcontent:not(.shape-only) {
  line-height: 23.8px;
  font-size: 14px;
  color: #ffffff;
}
.bd-block-12 .bd-blockcontent:not(.shape-only) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.bd-block-12 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}

}@media screen and (max-width: 767px){
  .bd-block-12 .bd-blockcontent:not(.shape-only) {
    text-align: left;
  }
}
@media screen {
.bd-block-12 .bd-blockheader {
  margin-bottom: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
.bd-block-12 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-12 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-12 .bd-blockheader h4 {
  line-height: 20.00000001px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bd-block-12 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-12 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-12 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}

}@media screen and (max-width: 767px){
  .bd-block-12 .bd-blockheader h4 {
    text-align: left;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTQ {}
.bd-block-38 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-38 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-38 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-38 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-38 .bd-blockheader {
  background-color: #b98d50;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-38 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-38 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-38 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-38 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-38 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-38 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTY {}
.bd-block-19 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-19 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-19 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-19 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-19 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-19 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-19 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-19 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-19 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-19 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-19 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTc {}
.bd-block-22 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-22 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-22 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-22 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-22 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding: 3px 10px 5px 20px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-22 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-22 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-22 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-22 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-22 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-22 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTg {}
.bd-joomlaposition-18 {
  margin-bottom: 0px;
}
.bd-block-18 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-18 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-18 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-18 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-18 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-18 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-18 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-18 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-18 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-18 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-18 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTk {}
.bd-block-25 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-25 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-25 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-25 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-25 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-25 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-25 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-25 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-25 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-25 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-25 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMTk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMg {}
.bd-block-21 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-21 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-21 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-21 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-21 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-21 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-21 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-21 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-21 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-21 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-21 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjA {}
.bd-block-20 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-20 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-20 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-20 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-20 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-20 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-20 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-20 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-20 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-20 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-20 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjE {}
.bd-joomlaposition-21 {
  height: 90px;
  width: 300px;
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

}@media screen and (max-width: 991px){
  .bd-joomlaposition-21 {
    height: 94px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 767px){
  .bd-joomlaposition-21 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    height: 99px;
    margin-bottom: 50px;
  }
}
@media screen {
.bd-block-39 {
  margin-top: 10px;
  margin-bottom: 10px;
}

}@media screen and (max-width: 767px){
  .bd-block-39 {
    background-color: #ffffff;
  }
}
@media screen {
.bd-block-39 .bd-blockcontent:not(.shape-only) {
  text-align: right;
}
.bd-block-39 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-39 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}

}@media screen and (max-width: 767px){
  .bd-block-39 .bd-blockcontent:not(.shape-only) {
    text-align: center;
  }
}
@media screen {
.bd-block-39 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-39 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-39 .bd-blockheader h4 {
  line-height: 25.71428572px;
  color: #777777;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 5px;
}
.bd-block-39 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-39 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-39 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjI {}
.bd-block-23 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-23 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-23 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-23 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-23 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-23 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-23 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-23 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-23 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-23 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-23 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjM {}
.bd-joomlaposition-23 {
  position: relative;
  z-index: auto;
  margin-top: 0;
}

}@media screen and (max-width: 991px){
  .bd-joomlaposition-23 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px){
  .bd-joomlaposition-23 {
    margin-top: 0;
  }
}
@media screen {
.bd-block-13 {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
}
.bd-block-13 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-13 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-13 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-13 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-13 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-13 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-13 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-containereffect-10 {
  position: relative;
  z-index: 0;
  margin-top: 0px;
}

}@media screen and (max-width: 991px){
  .bd-containereffect-10 {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px){
  .bd-containereffect-10 {
    margin-top: 27px;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjQ {}
.bd-joomlaposition-24 {
  margin-bottom: 0px;
}
.bd-block-24 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-24 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-24 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-24 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-24 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-24 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-24 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-24 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-24 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-24 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-24 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjU {}
.bd-block-28 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-28 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-28 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-28 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-28 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-28 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-28 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-28 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-28 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-28 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-28 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjY {}
.bd-block-26 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-26 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-26 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-26 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-26 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-26 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-26 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-26 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-26 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-26 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-26 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjc {}
.bd-block-30 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-30 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-30 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-30 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-30 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding: 3px 10px 5px 20px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-30 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-30 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-30 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-30 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-30 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-30 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjg {}
.bd-block-31 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-31 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-31 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-31 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-31 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding: 3px 10px 5px 20px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-31 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-31 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-31 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-31 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-31 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-31 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjk {}
.bd-block-29 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-29 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-29 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-29 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-29 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-29 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-29 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-29 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-29 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-29 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-29 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMjk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMw {}
.bd-block-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-10 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-10 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-10 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-10 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-10 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-10 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-10 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-10 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-10 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-10 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzA {}
.bd-block-44 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-44 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-44 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-44 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-44 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-44 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-44 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-44 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-44 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-44 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-44 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzI {}
.bd-block-37 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-37 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-37 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-37 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-37 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-37 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-37 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-37 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-37 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-37 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-37 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzM {}
.bd-block-51 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-51 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-51 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-51 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-51 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-51 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-51 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-51 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-51 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-51 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-51 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzQ {}
.bd-block-50 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-50 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-50 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-50 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-50 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-50 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-50 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-50 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-50 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-50 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-50 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzU {}
.bd-block-49 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-49 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-49 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-49 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-49 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-49 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-49 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-49 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-49 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-49 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-49 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzY {}
.bd-block-36 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-36 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-36 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-36 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-36 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-36 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-36 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-36 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-36 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-36 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-36 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzc {}
.bd-block-35 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-35 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-35 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-35 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-35 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-35 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-35 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-35 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-35 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-35 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-35 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzg {}
.bd-block-53 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-53 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-53 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-53 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-53 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-53 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-53 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-53 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-53 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-53 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-53 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzk {}
.bd-block-80 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 0px solid #89bcdc;
}
.bd-block-80 .bd-blockcontent {
  padding: 5px 0px;
}
.bd-block-80 .bd-blockcontent:not(.shape-only) {
  line-height: 23.8px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.bd-block-80 .bd-blockcontent:not(.shape-only) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.bd-block-80 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}

}@media screen and (max-width: 767px){
  .bd-block-80 .bd-blockcontent:not(.shape-only) {
    text-align: left;
  }
}
@media screen {
.bd-block-80 .bd-blockheader {
  margin-bottom: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
.bd-block-80 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-80 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-80 .bd-blockheader h4 {
  line-height: 20.00000001px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bd-block-80 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-80 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-80 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}

}@media screen and (max-width: 767px){
  .bd-block-80 .bd-blockheader h4 {
    text-align: left;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uMzk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNA {}
.bd-block-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 0px solid #89bcdc;
}
.bd-block-9 .bd-blockcontent {
  padding: 5px 0px;
}
.bd-block-9 .bd-blockcontent:not(.shape-only) {
  line-height: 23.8px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.bd-block-9 .bd-blockcontent:not(.shape-only) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.bd-block-9 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}

}@media screen and (max-width: 767px){
  .bd-block-9 .bd-blockcontent:not(.shape-only) {
    text-align: left;
  }
}
@media screen {
.bd-block-9 .bd-blockheader {
  margin-bottom: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
.bd-block-9 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-9 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-9 .bd-blockheader h4 {
  line-height: 20.00000001px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bd-block-9 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-9 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-9 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}

}@media screen and (max-width: 767px){
  .bd-block-9 .bd-blockheader h4 {
    text-align: left;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDA {}
.bd-block-78 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-78 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-78 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-78 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-78 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-78 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-78 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-78 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-78 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-78 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-78 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDE {}
.bd-block-34 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-34 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-34 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-34 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-34 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-34 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-34 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-34 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-34 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-34 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-34 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDI {}
.bd-block-33 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-33 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-33 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-33 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-33 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-33 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-33 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-33 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-33 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-33 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-33 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDM {}
.bd-block-32 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-32 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-32 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-32 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-32 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-32 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-32 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-32 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-32 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-32 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-32 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDU {}
.bd-block-42 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-42 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-42 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-42 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-42 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-42 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-42 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-42 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-42 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-42 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-42 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDY {}
.bd-block-40 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-40 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-40 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-40 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-40 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-40 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-40 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-40 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-40 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-40 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-40 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDc {}
.bd-joomlaposition-47 {
  margin-bottom: 0px;
}
.bd-block-41 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-41 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-41 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-41 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-41 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-41 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-41 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-41 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-41 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-41 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-41 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDk {}
.bd-block-43 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-43 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-43 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-43 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-43 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-43 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-43 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-43 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-43 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-43 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-43 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNDk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNQ {}
.bd-block-75 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 0px solid #89bcdc;
}
.bd-block-75 .bd-blockcontent {
  padding: 5px 0px;
}
.bd-block-75 .bd-blockcontent:not(.shape-only) {
  line-height: 10.2px;
  font-size: 6px;
  color: #bce1f0;
}
.bd-block-75 .bd-blockcontent:not(.shape-only) a {
  color: #bce1f0;
  text-decoration: none;
  font-weight: bold;
}
.bd-block-75 .bd-blockcontent:not(.shape-only) a:hover {
  color: #bce1f0;
}

}@media screen and (max-width: 767px){
  .bd-block-75 .bd-blockcontent:not(.shape-only) {
    text-align: left;
  }
}
@media screen {
.bd-block-75 .bd-blockheader {
  margin-bottom: 0px;
  padding: 10px 0px;
}
.bd-block-75 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-75 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-75 .bd-blockheader h4 {
  line-height: 22.85714286px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
  font-style: normal;
  text-align: left;
}
.bd-block-75 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-75 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-75 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}

}@media screen and (max-width: 767px){
  .bd-block-75 .bd-blockheader h4 {
    text-align: left;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTE {}
.bd-block-45 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-45 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-45 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-45 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-45 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-45 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-45 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-45 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-45 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-45 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-45 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTI {}
.bd-block-46 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-46 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-46 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-46 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-46 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-46 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-46 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-46 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-46 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-46 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-46 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTM {}
.bd-block-47 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-47 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-47 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-47 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-47 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-47 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-47 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-47 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-47 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-47 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-47 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTU {}
.bd-block-52 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-52 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-52 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-52 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-52 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-52 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-52 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-52 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-52 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-52 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-52 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTc {}
.bd-block-48 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-48 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-48 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-48 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-48 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-48 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-48 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-48 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-48 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-48 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-48 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTk {}
.bd-joomlaposition-59 {
  padding-top: 40px;
}
.bd-block-54 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-54 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #f5f5f5;
  text-align: left;
}
.bd-block-54 .bd-blockcontent:not(.shape-only) a {
  color: #f5f5f5;
}
.bd-block-54 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}
.bd-block-54 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-83 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-right-style: dotted;
  border-left: 5px dotted #0d79c0;
}
.bd-block-54 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-83,
.bd-block-54 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-83 p {
  font-family: Arial;
  color: #0d79c0;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}
.bd-block-54 .bd-blockheader {
  background-color: #279bc3;
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding: 3px 10px 5px 20px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-54 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-54 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-54 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-54 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-54 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-54 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNTk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNg {}
.bd-block-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 0px solid #89bcdc;
}
.bd-block-8 .bd-blockcontent {
  padding: 5px 0px;
}
.bd-block-8 .bd-blockcontent:not(.shape-only) {
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
}
.bd-block-8 .bd-blockcontent:not(.shape-only) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
.bd-block-8 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}

}@media screen and (max-width: 767px){
  .bd-block-8 .bd-blockcontent:not(.shape-only) {
    text-align: left;
  }
}
@media screen {
.bd-block-8 .bd-blockheader {
  margin-bottom: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
.bd-block-8 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-8 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-8 .bd-blockheader h4 {
  line-height: 20.00000001px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bd-block-8 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-8 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-8 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}

}@media screen and (max-width: 767px){
  .bd-block-8 .bd-blockheader h4 {
    text-align: left;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjA {}
.bd-joomlaposition-60 {
  margin-top: 10px;
}
.bd-block-55 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-55 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-55 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-55 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-55 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 15%, #ffffff 36%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding: 3px 10px 5px 20px;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-55 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-55 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-55 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-55 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-55 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-55 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjE {}
.bd-block-56 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-56 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-56 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-56 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-56 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-56 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-56 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-56 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjI {}
.bd-block-57 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-57 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-57 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-57 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-57 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-57 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-57 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-57 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjM {}
.bd-block-58 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-58 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-58 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-58 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-58 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-58 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-58 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-58 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjQ {}
.bd-block-59 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-59 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-59 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-59 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-59 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-59 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-59 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-59 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjU {}
.bd-block-60 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-60 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-60 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-60 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-60 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-60 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-60 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-60 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjY {}
.bd-joomlaposition-66 {
  margin-bottom: 0px;
}
.bd-block-61 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-61 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-61 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-61 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-61 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-61 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-61 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-61 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjc {}
.bd-block-62 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-62 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-62 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-62 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-62 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-62 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-62 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-62 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjg {}
.bd-block-63 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-63 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-63 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-63 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-63 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-63 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-63 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-63 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjk {}
.bd-block-64 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-64 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-64 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-64 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-64 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-64 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-64 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-64 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNjk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNw {}
.bd-joomlaposition-7 {
  min-height: 25px;
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzA {}
.bd-block-65 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-65 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-65 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-65 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-65 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-65 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-65 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-65 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzE {}
.bd-block-66 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-66 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-66 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-66 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-66 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-66 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-66 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-66 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzI {}
.bd-joomlaposition-72 {
  margin-bottom: 0px;
}
.bd-block-67 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-67 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-67 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-67 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-67 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-67 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-67 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-67 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzM {}
.bd-joomlaposition-73 {
  margin-bottom: 0px;
}
.bd-block-68 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-68 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-68 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-68 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-68 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-68 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-68 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-68 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzQ {}
.bd-block-69 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-69 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-69 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-69 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-69 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-69 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-69 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-69 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzU {}
.bd-block-70 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-70 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-70 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-70 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-70 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-70 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-70 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-70 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzY {}
.bd-block-71 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-71 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-71 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-71 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-71 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-71 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-71 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-71 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzc {}
.bd-block-72 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-72 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-72 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-72 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-72 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-72 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-72 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-72 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzg {}
.bd-block-73 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-73 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-73 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-73 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-73 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-73 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-73 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-73 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzk {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uNzk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uOA {}
.bd-block-17 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
.bd-block-17 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-17 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-17 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-17 .bd-blockheader {
  margin-bottom: 10px;
  background-color: #b98d50;
  padding: 3px 10px;
  border-radius: 3px;
}
.bd-block-17 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-17 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-17 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.bd-block-17 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-17 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-17 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uOA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uODA {}
.bd-block-74 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-block-74 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0px none #dddddd;
  border-left: 3px solid #0d79c0;
}
.bd-block-74 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-74 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-74 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #0d79c0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-74 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-74 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-74 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uODA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uODE {}
.bd-block-76 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-76 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-76 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-76 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-76 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-76 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-76 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-76 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-76 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-76 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-76 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uODE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uODI {}
.bd-block-77 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-block-77 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #555555;
  text-align: left;
}
.bd-block-77 .bd-blockcontent:not(.shape-only) a {
  color: #777777;
}
.bd-block-77 .bd-blockcontent:not(.shape-only) a:hover {
  color: #d9534f;
}
.bd-block-77 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #279bc3;
  background-image: linear-gradient(90deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -webkit-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -o-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -ms-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-image: -moz-linear-gradient(0deg, #279bc3 0%, #e78121 42%, #ffffff 81%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 3px 0px 0px 3px;
}
.bd-block-77 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-77 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-77 .bd-blockheader h4 {
  line-height: 28.57142858px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.bd-block-77 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-77 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-77 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uODI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uOQ {}
.bd-joomlaposition-9 {
  min-height: 25px;
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWpvb21sYXBvc2l0aW9uOQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEw {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEx {}
.bd-layoutbox-11 {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  border-left-style: none;
  border-right-style: none;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 11px 0px 10px;
  border-top: 0px dotted #777777;
  border-bottom: 1px dotted #cccccc;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEy {}
.bd-layoutbox-12 {
  margin-right: 1em;
  float: left;
  height: 164px;
  width: 274px;
  margin-bottom: 0px;
}

}@media screen and (max-width: 991px){
  .bd-layoutbox-12 {
    margin-bottom: 1em;
    width: 100%;
    float: none;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEz {}
.bd-layoutbox-13 {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px dotted #428bca;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDEz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE0 {}
.bd-layoutbox-14 {
  margin-bottom: 1px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE1 {}
.bd-layoutbox-15 {
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
  padding: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE2 {}
.bd-layoutbox-16 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE5 {}
.bd-layoutbox-19 {
  margin-bottom: 1px;
  margin-top: 6px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDE5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDIw {}
.bd-layoutbox-20 {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 15px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDIw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDIx {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDIx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDIz {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDIz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI0 {}
.bd-layoutbox-24 {
  background-color: #f7f7f7;
  margin-bottom: 0px;
  height: 155px;
  display: block;
  position: relative;
  white-space: normal;
  border: 1px solid #f5f5f5;
}

}@media screen and (max-width: 991px){
  .bd-layoutbox-24 {
    height: 135px;
  }
}
@media screen and (max-width: 767px){
  .bd-layoutbox-24 {
    height: 110px;
    margin-bottom: 79px;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI1 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI2 {}
.bd-layoutbox-26 {
  float: right;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI3 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI4 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI5 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDI5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM {}
.bd-layoutbox-3 {
  position: relative;
  z-index: 5;
  height: 51px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #279bc3;
  float: none;
  display: block;
}

}@media screen and (max-width: 991px){
  .bd-layoutbox-3 {
    position: relative;
  }
}
@media screen and (max-width: 767px){
  .bd-layoutbox-3 {
    margin-top: 79px;
    height: 62px;
    display: block;
  }
}
@media screen and (max-width: 991px){
  .bd-layoutbox-3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .bd-layoutbox-3 {
    text-align: center;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDMw {}
.bd-layoutbox-30 {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: none;
  border-left-width: 0px;
  position: relative;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDMw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDMx {}
.bd-layoutbox-31 {
  margin-bottom: 7px;
  margin-top: 10px;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 0px;
  border-radius: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDMx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDMy {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDMy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM0 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM1 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM2 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM3 {}
.bd-layoutbox-37 {
  width: 35%;
  height: 250px;
  float: left;
  margin-right: 1em;
}

}@media screen and (max-width: 991px){
  .bd-layoutbox-37 {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM4 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM5 {}
.bd-layoutbox-39 {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px dotted #428bca;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDM5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQw {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQx {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQy {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQz {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ0 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ1 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ2 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ3 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ5 {}
.bd-layoutbox-49 {
  margin-left: 0;
  -webkit-transform: translateX();
  -moz-transform: translateX();
  -ms-transform: translateX();
  transform: translateX();
  display: inline-block;
}
.bd-layoutbox-49 {
  text-align: left;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDQ5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDU {}
.bd-layoutbox-5 {
  text-align: center;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDY {}
.bd-layoutbox-6 {
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  padding: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDc {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDcy {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDcy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDcz {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDcz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDk {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGJveDk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjEx {}
.bd-layoutcontainer-11 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-11 > .bd-container-inner > .container-fluid > .row {
  height: calc(100% + 3em);
  margin: -1.5em -1em;
}
.bd-layoutcontainer-11 > .bd-container-inner > .container-fluid > .row > div {
  padding: 1.5em 1em;
}
.bd-layoutcontainer-11 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

}@media screen and (max-width: 767px){
  .bd-layoutcolumn-18 {
    text-align: center;
  }
}
@media screen {
.bd-layoutcolumn-18 {
  border-right: 1px none rgba(132, 186, 219, 0.3);
}
.bd-layoutcolumn-9 {
  position: relative;
}
.bd-layoutcolumn-26 {
  text-align: justify;
}
.bd-layoutcolumn-26 {
  border-right: 1px none rgba(132, 186, 219, 0.3);
}
.bd-layoutcolumn-33 {
  border-right: 1px none rgba(132, 186, 219, 0.3);
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjEx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjEy {}
.bd-layoutcontainer-12 {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  border: 1px solid #cccccc;
}
.bd-layoutcontainer-12 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-28 {
  position: relative;
}
.bd-layoutcolumn-24 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjEy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjEz {}
.bd-layoutcontainer-13 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-13 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-13 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-13 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjEz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjE0 {}
.bd-layoutcontainer-14 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-14 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-14 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-14 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-62 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjE0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjE2 {}
.bd-layoutcontainer-16 {
  width: 500px;
}

}@media screen and (max-width: 991px){
  .bd-layoutcontainer-16 {
    width: 450px;
  }
}
@media screen {
.bd-layoutcontainer-16 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-74 {
  text-align: left;
}
.bd-layoutcolumn-74 {
  margin-right: 38px;
  width: 50%;
}

}@media screen and (max-width: 991px){
  .bd-layoutcolumn-74 {
    padding-left: 0px;
    position: relative;
  }
}
@media screen and (max-width: 767px){
  .bd-layoutcolumn-74 {
    position: static;
  }
}
@media screen {
.bd-layoutcolumn-87 {
  padding-left: 35px;
}

}@media screen and (max-width: 991px){
  .bd-layoutcolumn-87 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px){
  .bd-layoutcolumn-87 {
    position: relative;
    float: none;
    display: block;
    width: auto;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjE2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjE3 {}
.bd-layoutcontainer-17 {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  border: 1px solid #cccccc;
}
.bd-layoutcontainer-17 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-39 {
  position: relative;
}
.bd-layoutcolumn-38 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjE3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjI1 {}
.bd-layoutcontainer-25 {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  border: 1px solid #cccccc;
}
.bd-layoutcontainer-25 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-61 {
  position: relative;
}
.bd-layoutcolumn-60 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjI1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjI4 {}
.bd-layoutcontainer-28 {
  position: relative;
}
.bd-layoutcontainer-28 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-68 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  margin: 0px;
  padding: 0px;
}
.bd-layoutcolumn-67 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjI4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM {}
.bd-layoutcontainer-3 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-22 {
  position: relative;
}
.bd-layoutcolumn-20 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMw {}
.bd-layoutcontainer-30 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-30 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
}
.bd-layoutcontainer-30 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-30 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMx {}
.bd-layoutcontainer-31 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-31 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-31 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-31 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-79 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMy {}
.bd-layoutcontainer-32 {
  position: relative;
}
.bd-layoutcontainer-32 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-70 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  margin: 0px;
  padding: 0px;
}
.bd-layoutcolumn-72 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMz {}
.bd-layoutcontainer-33 {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  border: 1px solid #cccccc;
}
.bd-layoutcontainer-33 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-76 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  margin: 0px;
  padding: 0px;
}
.bd-layoutcolumn-75 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjMz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM0 {}
.bd-layoutcontainer-34 {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  border: 1px solid #cccccc;
}
.bd-layoutcontainer-34 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-30 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  margin: 0px;
  padding: 0px;
}
.bd-layoutcolumn-29 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM1 {}
.bd-layoutcontainer-35 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-35 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-35 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-35 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-84 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM2 {}
.bd-layoutcontainer-36 > .bd-container-inner > .container-fluid:after {
  display: none;
}

}@media screen and (max-width: 767px){
  .bd-layoutcontainer-36 > .bd-container-inner > .container-fluid > .row {
    margin-top: -22px;
  }
}
@media screen {
.bd-layoutcontainer-36 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM3 {}
.bd-layoutcontainer-37 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-6 {
  position: relative;
  padding: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM4 {}
.bd-layoutcontainer-38 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-38 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-38 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-38 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-96 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjM4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQw {}
.bd-layoutcontainer-40 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-40 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
}
.bd-layoutcontainer-40 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-40 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQx {}
.bd-layoutcontainer-41 {
  margin-bottom: 12px;
}
.bd-layoutcontainer-41 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQz {}
.bd-layoutcontainer-43 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-43 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-43 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-43 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-118 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQz {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ0 {}
.bd-layoutcontainer-44 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-44 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-44 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-44 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-125 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ1 {}
.bd-layoutcontainer-45 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-45 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
}
.bd-layoutcontainer-45 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-45 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ2 {}
.bd-layoutcontainer-46 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-46 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-46 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-46 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-135 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ3 {}
.bd-layoutcontainer-47 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-47 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
}
.bd-layoutcontainer-47 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-47 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ4 {}
.bd-layoutcontainer-48 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-48 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-48 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-48 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-145 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ5 {}
.bd-layoutcontainer-49 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-49 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-49 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-49 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjQ5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjUw {}
.bd-layoutcontainer-50 > .bd-container-inner > .container-fluid:after {
  display: none;
}
.bd-layoutcontainer-50 > .bd-container-inner > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.bd-layoutcontainer-50 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.bd-layoutcontainer-50 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-95 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjUw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjU1 {}
.bd-layoutcontainer-55 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-layoutcontainer-55 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0!important;
  margin-right: 0!important;
}
.bd-layoutcolumn-80 {
  background-color: rgba(0, 0, 0, 0);
}
.bd-layoutcolumn-82 {
  background-color: rgba(0, 0, 0, 0);
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxheW91dGNvbnRhaW5lcjU1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxpbmtidXR0b244 {}
.bd-button-37 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-button-37 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-button-37,
.bd-button-37:link,
.bd-button-37:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #5cb85c;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.33);
  -o-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.33);
  padding: 15px 40px;
  border-radius: 5px;
  line-height: 18.57142858px;
  background-image: none;
}
.bd-button-37:hover,
.bd-button-37:focus {
  background-color: #f0ad4e;
  text-decoration: none;
  background-image: none;
}
.bd-button-37:active {
  background-color: #d9534f;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxpbmtidXR0b244 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxvZ28z {}
.bd-logo-3 {
  height: 100px;
  margin-top: 25px;
}

}@media screen and (max-width: 1199px){
  .bd-logo-3 {
    height: 100px;
  }
}
@media screen and (max-width: 991px){
  .bd-logo-3 {
    height: 70px;
  }
}
@media screen and (max-width: 767px){
  .bd-logo-3 {
    height: 50px;
  }
}
@media screen {
.bd-logo-3 {
  display: inline-block;
}
.bd-logo-3 img {
  display: block;
  width: auto;
  max-width: none !important;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxvZ28z {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxvZ282 {}

}@media screen and (max-width: 767px){
  .bd-logo-6 {
    height: 60px;
  }
}
@media screen {
.bd-logo-6 {
  display: inline-block;
}
.bd-logo-6 img {
  display: block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLWxvZ282 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTA {}
.bd-postcontent-10 {
  line-height: 22.1px;
  font-size: 13px;
  font-weight: 400;
}
.bd-postcontent-10:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-67 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-10:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-67,
.bd-postcontent-10:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-67 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTE {}
.bd-postcontent-11 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
}
.bd-postcontent-11:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-71 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-11:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-71,
.bd-postcontent-11:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-71 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTI {}
.bd-postcontent-12 {
  margin-top: 19px;
}
.bd-postcontent-12 {
  line-height: 22.1px;
  font-size: 13px;
  font-weight: 400;
}
.bd-lightbox-2 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox-2 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox-2 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-2 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox-2 .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox-2 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox-2 .arrow.left {
  left: 9px;
}
.bd-lightbox-2 .arrow.right {
  right: 9px;
}
.bd-lightbox-2 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-2 .arrow.disabled {
  display: none;
}
.bd-lightbox-2 .arrow-t,
.bd-lightbox-2 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox-2 .arrow-t,
html[dir="rtl"] .bd-lightbox-2 .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox-2 .arrow-t,
html[dir="ltr"] .bd-lightbox-2 .arrow-b {
  left: 26px;
}
.bd-lightbox-2 .arrow-t {
  top: 38px;
}
.bd-lightbox-2 .arrow-b {
  top: 50px;
}
.bd-lightbox-2 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox-2 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-2 .close .cw,
.bd-lightbox-2 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox-2 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox-2 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox-2 .close-alt,
.bd-lightbox-2 .arrow-right-alt,
.bd-lightbox-2 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox-2 .close-alt,
.ie8 .bd-lightbox-2 .arrow-right-alt,
.ie8 .bd-lightbox-2 .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox-2 .cw,
.ie8 .bd-lightbox-2 .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-postcontent-12 img:not(.no-lightbox),
.bd-lightbox-2 .lightbox-image {
  cursor: pointer;
}
.bd-postcontent-12:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-80 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-12:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-80,
.bd-postcontent-12:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-80 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTQ {}
.bd-postcontent-14 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
}
.bd-postcontent-14:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-72 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-14:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-72,
.bd-postcontent-14:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-72 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTU {}
.bd-postcontent-15 {
  position: relative;
  top: 30%;
  padding: 20px;
  border-radius: 10px;
}
.bd-postcontent-15 {
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MTU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MjA {}
.bd-postcontent-20 {
  position: relative;
  top: 30%;
  padding: 20px;
}
.bd-postcontent-20 {
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50MjA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50Nw {}
.bd-lightbox-1 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.bd-lightbox-1 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.bd-lightbox-1 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-1 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.bd-lightbox-1 .loading {
  background: #ffffff url(/templates/rusafromedia_theme/images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.bd-lightbox-1 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.bd-lightbox-1 .arrow.left {
  left: 9px;
}
.bd-lightbox-1 .arrow.right {
  right: 9px;
}
.bd-lightbox-1 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-1 .arrow.disabled {
  display: none;
}
.bd-lightbox-1 .arrow-t,
.bd-lightbox-1 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px;
}
html[dir="rtl"] .bd-lightbox-1 .arrow-t,
html[dir="rtl"] .bd-lightbox-1 .arrow-b {
  right: 26px;
}
html[dir="ltr"] .bd-lightbox-1 .arrow-t,
html[dir="ltr"] .bd-lightbox-1 .arrow-b {
  left: 26px;
}
.bd-lightbox-1 .arrow-t {
  top: 38px;
}
.bd-lightbox-1 .arrow-b {
  top: 50px;
}
.bd-lightbox-1 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.bd-lightbox-1 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bd-lightbox-1 .close .cw,
.bd-lightbox-1 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.bd-lightbox-1 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
}
.bd-lightbox-1 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
}
.bd-lightbox-1 .close-alt,
.bd-lightbox-1 .arrow-right-alt,
.bd-lightbox-1 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .bd-lightbox-1 .close-alt,
.ie8 .bd-lightbox-1 .arrow-right-alt,
.ie8 .bd-lightbox-1 .arrow-left-alt {
  display: block;
}
.ie8 .bd-lightbox-1 .cw,
.ie8 .bd-lightbox-1 .ccw {
  display: none;
}
.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important;
}
.ie7 .cw,
.ie7 .ccw {
  display: none !important;
}
.bd-postcontent-7 img:not(.no-lightbox),
.bd-lightbox-1 .lightbox-image {
  cursor: pointer;
}
.bd-postcontent-7:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-12 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
  border-radius: 0px;
}
.bd-postcontent-7:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-12,
.bd-postcontent-7:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-12 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-postcontent-7:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-8 {
  margin-left: -15px;
}
.bd-postcontent-7:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-8 li {
  list-style-position: inside;
}
.bd-postcontent-7:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-8 {
  margin-left: -12px;
}
.bd-postcontent-7:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-8 li {
  position: relative;
}
.bd-postcontent-7:not(.shape-only).bd-custom-table table,
.bd-table-13 {
  border-collapse: collapse;
  width: 100%;
}
.bd-postcontent-7:not(.shape-only).bd-custom-table table thead td,
.bd-table-13 thead td,
.bd-postcontent-7:not(.shape-only).bd-custom-table table thead th,
.bd-table-13 thead th {
  border-bottom: 1px solid #dddddd;
}
.bd-postcontent-7:not(.shape-only).bd-custom-table table td,
.bd-table-13 td,
.bd-postcontent-7:not(.shape-only).bd-custom-table table th,
.bd-table-13 th {
  padding: 5px;
}
.bd-postcontent-7:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-13 tbody > tr:nth-child(odd) > td,
.bd-postcontent-7:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-13 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50Nw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50OA {}
.bd-postcontent-8 {
  overflow: hidden;
  margin-bottom: 0px;
}
.bd-postcontent-8 {
  line-height: 19.5px;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
  font-family: Arial;
  letter-spacing: 0;
}
.bd-postcontent-8:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-63 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-8:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-63,
.bd-postcontent-8:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-63 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3Rjb250ZW50OA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxMA {}
.bd-postheader-10 {
  margin-top: 1px;
  padding-top: 5px;
  margin-bottom: 6px;
  display: inline-block;
}
h2.bd-postheader-10 {
  line-height: 28.57142858px;
  font-size: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxMA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxMQ {}
.bd-postheader-11 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2.bd-postheader-11 {
  line-height: 51.42857144px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 36px;
  color: #f0ad4e;
}
h2.bd-postheader-11 a {
  line-height: 42.85714287px;
  font-weight: normal;
  font-size: 30px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxMQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxMg {}
.bd-postheader-12 {
  position: absolute;
  left: 0%;
  top: 2%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
}
h2.bd-postheader-12 {
  line-height: 19.2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  -o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  text-align: left;
}
h2.bd-postheader-12 a {
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxNw {}

}@media screen and (max-width: 991px){
  .bd-postheader-17 {
    margin-top: 2em;
  }
}
@media screen {
h2.bd-postheader-17 {
  line-height: 34.2857143px;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  font-size: 24px;
  color: #333333;
}
h2.bd-postheader-17 a {
  color: #333333;
}
h2.bd-postheader-17 a:hover {
  color: #36aede;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxNw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxOA {}
.bd-postheader-18 {
  margin-bottom: 10px;
  position: absolute;
  display: block;
  left: 5%;
  top: 5%;
  z-index: 1;
}
h2.bd-postheader-18 {
  line-height: 30px;
  text-transform: none;
  font-size: 30px;
  font-weight: 400;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
h2.bd-postheader-18 a {
  color: #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIxOA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIy {}
.bd-postheader-2 {
  overflow: hidden;
  margin-top: 0px;
}

}@media screen and (max-width: 991px){
  .bd-postheader-2 {
    margin-top: 2em;
  }
}
@media screen {
h2.bd-postheader-2 {
  line-height: 28.57142858px;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
  font-size: 20px;
  color: #0d79c0;
  font-family: Arial;
  text-align: justify;
}
h2.bd-postheader-2 a {
  color: #0d79c0;
  text-align: center;
}
h2.bd-postheader-2 a:hover {
  color: #0d79c0;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXIy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXI3 {}

}@media screen and (max-width: 991px){
  .bd-postheader-7 {
    margin-top: 2em;
  }
}
@media screen {
h2.bd-postheader-7 {
  line-height: 34.2857143px;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  font-size: 24px;
  color: #333333;
}
h2.bd-postheader-7 a {
  color: #333333;
}
h2.bd-postheader-7 a:hover {
  color: #36aede;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXI3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXI4 {}
.bd-postheader-8 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}
h2.bd-postheader-8 {
  line-height: 51.42857144px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 36px;
}
h2.bd-postheader-8 a {
  line-height: 42.85714287px;
  font-weight: normal;
  font-size: 30px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXI4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXI5 {}
.bd-postheader-9 {
  display: block;
}

}@media screen and (max-width: 991px){
  .bd-postheader-9 {
    margin-top: 2em;
  }
}
@media screen {
h2.bd-postheader-9 {
  line-height: 34.2857143px;
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
  font-size: 24px;
  color: #237c9f;
}
h2.bd-postheader-9 a {
  color: #237c9f;
}
h2.bd-postheader-9 a:hover {
  color: #36aede;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RoZWFkZXI5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMQ {}
.bd-posticonauthor-1 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticonauthor-25 {
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonauthor-25 {
  line-height: 18.57142858px;
  font-size: 13px;
  color: #0d79c0;
}
.bd-posticonauthor-25 {
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonauthor-25 .bd-icon-78 {
  white-space: nowrap;
}
.bd-posticonauthor-25 .bd-icon-78 > span,
.bd-posticonauthor-25 .bd-icon-78 > time {
  white-space: normal;
}
.bd-icon-78:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMTI {}
.bd-posticonauthor-12 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticonauthor-41 {
  padding-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  position: relative;
  float: left;
  margin-right: 10px;
  border-right: 1px solid #cccccc;
}
.bd-posticonauthor-41 {
  font-style: italic;
}
.bd-posticonauthor-41 {
  padding-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  position: relative;
  float: left;
  margin-right: 10px;
  border-right: 1px solid #cccccc;
}
.bd-posticonauthor-41 .bd-icon-102 {
  white-space: nowrap;
}
.bd-posticonauthor-41 .bd-icon-102 > span,
.bd-posticonauthor-41 .bd-icon-102 > time {
  white-space: normal;
}
.bd-icon-102:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMTI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMTU {}
.bd-posticonauthor-43 {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dddddd;
}
.bd-posticonauthor-43 {
  color: #777777;
  font-weight: normal;
  text-transform: none;
}
.bd-posticonauthor-43 a {
  color: #0d79c0;
  font-weight: bold;
}
.bd-posticonauthor-43 a:hover {
  color: #428bca;
  font-weight: bold;
}
.bd-posticonauthor-43 {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dddddd;
}
.bd-posticonauthor-43 .bd-icon-53 {
  white-space: nowrap;
}
.bd-posticonauthor-43 .bd-icon-53 > span,
.bd-posticonauthor-43 .bd-icon-53 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMTU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMjE {}
.bd-posticonauthor-21 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticonauthor-64 {
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonauthor-64 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-posticonauthor-64 {
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonauthor-64 .bd-icon-101 {
  white-space: nowrap;
}
.bd-posticonauthor-64 .bd-icon-101 > span,
.bd-posticonauthor-64 .bd-icon-101 > time {
  white-space: normal;
}
.bd-icon-101:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yMjE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yNw {}
.bd-posticonauthor-7 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticonauthor-29 {
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonauthor-29 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-posticonauthor-29 {
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonauthor-29 .bd-icon-85 {
  white-space: nowrap;
}
.bd-posticonauthor-29 .bd-icon-85 > span,
.bd-posticonauthor-29 .bd-icon-85 > time {
  white-space: normal;
}
.bd-icon-85:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yNw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yOA {}
.bd-posticonauthor-8 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticonauthor-32 {
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px solid #cccccc;
}
.bd-posticonauthor-32 {
  font-style: italic;
}
.bd-posticonauthor-32 {
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px solid #cccccc;
}
.bd-posticonauthor-32 .bd-icon-90 {
  white-space: nowrap;
}
.bd-posticonauthor-32 .bd-icon-90 > span,
.bd-posticonauthor-32 .bd-icon-90 > time {
  white-space: normal;
}
.bd-icon-90:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uYXV0aG9yOA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTEx {}
.bd-posticondate-11 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-31 {
  padding-right: 10px;
  margin-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  float: left;
  position: relative;
  border-right: 1px solid #cccccc;
}
.bd-posticondate-31 {
  font-style: italic;
  color: #777777;
  font-weight: normal;
}
.bd-posticondate-31 {
  padding-right: 10px;
  margin-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  float: left;
  position: relative;
  border-right: 1px solid #cccccc;
}
.bd-posticondate-31 .bd-icon-89 {
  white-space: nowrap;
}
.bd-posticondate-31 .bd-icon-89 > span,
.bd-posticondate-31 .bd-icon-89 > time {
  white-space: normal;
}
.bd-icon-89:before {
  visibility: hidden;
}
.bd-icon-89:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTEx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTE2 {}
.bd-posticondate-16 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-39 {
  float: left;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
.bd-posticondate-39 {
  color: #777777;
  font-weight: normal;
  font-style: italic;
}
.bd-posticondate-39 {
  float: left;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
.bd-posticondate-39 .bd-icon-99 {
  white-space: nowrap;
}
.bd-posticondate-39 .bd-icon-99 > span,
.bd-posticondate-39 .bd-icon-99 > time {
  white-space: normal;
}
.bd-icon-99:before {
  visibility: hidden;
}
.bd-icon-99:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTE2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTE4 {}
.bd-posticondate-18 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-46 {
  position: absolute;
  z-index: 1;
  top: 80%;
  right: auto;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
}
.bd-posticondate-46 {
  color: #ffffff;
  text-transform: none;
}
.bd-posticondate-46 {
  position: absolute;
  z-index: 1;
  top: 80%;
  right: auto;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
}
.bd-posticondate-46 .bd-icon-108 {
  white-space: nowrap;
}
.bd-posticondate-46 .bd-icon-108 > span,
.bd-posticondate-46 .bd-icon-108 > time {
  white-space: normal;
}
.bd-icon-108:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTE4 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTIw {}
.bd-posticondate-48 {
  float: left;
}
.bd-posticondate-48 {
  color: #777777;
  font-weight: normal;
}
.bd-posticondate-48 a {
  color: #0d79c0;
  font-weight: bold;
}
.bd-posticondate-48 a:hover {
  color: #428bca;
  font-weight: bold;
}
.bd-posticondate-48 {
  float: left;
}
.bd-posticondate-48 .bd-icon-63 {
  white-space: nowrap;
}
.bd-posticondate-48 .bd-icon-63 > span,
.bd-posticondate-48 .bd-icon-63 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTIw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTI1 {}
.bd-posticondate-25 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-61 {
  position: absolute;
  z-index: 1;
  top: 20%;
  right: auto;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 10px 25px;
}
.bd-posticondate-61 {
  color: #ffffff;
}
.bd-posticondate-61 {
  position: absolute;
  z-index: 1;
  top: 20%;
  right: auto;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 10px 25px;
}
.bd-posticondate-61 .bd-icon-95 {
  white-space: nowrap;
}
.bd-posticondate-61 .bd-icon-95 > span,
.bd-posticondate-61 .bd-icon-95 > time {
  white-space: normal;
}
.bd-icon-95:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTI1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTM {}
.bd-posticondate-3 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-23 {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-left-style: none;
  border-left-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top-style: none;
  border-top-width: 0px;
  border-right: 1px dotted #dddddd;
}
.bd-posticondate-23 {
  line-height: 18.57142858px;
  font-size: 13px;
  color: #0d79c0;
}
.bd-posticondate-23 {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-left-style: none;
  border-left-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top-style: none;
  border-top-width: 0px;
  border-right: 1px dotted #dddddd;
}
.bd-posticondate-23 .bd-icon-76 {
  white-space: nowrap;
}
.bd-posticondate-23 .bd-icon-76 > span,
.bd-posticondate-23 .bd-icon-76 > time {
  white-space: normal;
}
.bd-icon-76:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTQ {}
.bd-posticondate-15 {
  float: left;
}
.bd-posticondate-15 {
  color: #a8a8a8;
}
.bd-posticondate-15 a {
  color: #a8a8a8;
}
.bd-posticondate-15 a:hover {
  color: #a8a8a8;
}
.bd-posticondate-15 {
  float: left;
}
.bd-posticondate-15 .bd-icon-15 {
  white-space: nowrap;
}
.bd-posticondate-15 .bd-icon-15 > span,
.bd-posticondate-15 .bd-icon-15 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTQ1 {}
.bd-posticondate-95 .bd-icon-135 {
  white-space: nowrap;
}
.bd-posticondate-95 .bd-icon-135 > span,
.bd-posticondate-95 .bd-icon-135 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTQ1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTg {}
.bd-posticondate-8 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-17 {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px dotted #dddddd;
}
.bd-posticondate-17 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-posticondate-17 {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px dotted #dddddd;
}
.bd-posticondate-17 .bd-icon-40 {
  white-space: nowrap;
}
.bd-posticondate-17 .bd-icon-40 > span,
.bd-posticondate-17 .bd-icon-40 > time {
  white-space: normal;
}
.bd-icon-40:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTk {}
.bd-posticondate-9 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-28 {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px dotted #dddddd;
}
.bd-posticondate-28 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-posticondate-28 {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px dotted #dddddd;
}
.bd-posticondate-28 .bd-icon-84 {
  white-space: nowrap;
}
.bd-posticondate-28 .bd-icon-84 > span,
.bd-posticondate-28 .bd-icon-84 > time {
  white-space: normal;
}
.bd-icon-84:before {
  color: #cccccc;
  margin-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uZGF0ZTk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czEw {}
.bd-posticonhits-50 {
  position: absolute;
  top: 93%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  background-color: #0d79c0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 7px 10px;
}
.bd-posticonhits-50 {
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
}
.bd-posticonhits-50 {
  position: absolute;
  top: 93%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  background-color: #0d79c0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 7px 10px;
}
.bd-posticonhits-50 .bd-icon-113 {
  white-space: nowrap;
}
.bd-posticonhits-50 .bd-icon-113 > span,
.bd-posticonhits-50 .bd-icon-113 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czEw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czI {}
.bd-posticonhits-19 {
  display: inline-block;
  border-top-width: 0px;
  border-top-style: dotted;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-left-width: 0px;
  border-left-style: dotted;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonhits-19 {
  display: inline-block;
  border-top-width: 0px;
  border-top-style: dotted;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-left-width: 0px;
  border-left-style: dotted;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonhits-19 .bd-icon-71 {
  white-space: nowrap;
}
.bd-posticonhits-19 .bd-icon-71 > span,
.bd-posticonhits-19 .bd-icon-71 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czM {}
.bd-posticonhits-52 {
  float: right;
}
.bd-posticonhits-52 {
  color: #777777;
  font-weight: normal;
}
.bd-posticonhits-52 a {
  color: #0d79c0;
  font-weight: bold;
}
.bd-posticonhits-52 a:hover {
  color: #428bca;
  font-weight: bold;
}
.bd-posticonhits-52 {
  float: right;
}
.bd-posticonhits-52 .bd-icon-75 {
  white-space: nowrap;
}
.bd-posticonhits-52 .bd-icon-75 > span,
.bd-posticonhits-52 .bd-icon-75 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czQ {}
.bd-posticonhits-21 {
  display: inline-block;
  border-top-width: 0px;
  border-top-style: dotted;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-left-width: 0px;
  border-left-style: dotted;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonhits-21 {
  color: #0d79c0;
}
.bd-posticonhits-21 {
  display: inline-block;
  border-top-width: 0px;
  border-top-style: dotted;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-left-width: 0px;
  border-left-style: dotted;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonhits-21 .bd-icon-74 {
  white-space: nowrap;
}
.bd-posticonhits-21 .bd-icon-74 > span,
.bd-posticonhits-21 .bd-icon-74 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czY {}
.bd-posticonhits-27 {
  display: inline-block;
  border-top-width: 0px;
  border-top-style: dotted;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-left-width: 0px;
  border-left-style: dotted;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonhits-27 {
  display: inline-block;
  border-top-width: 0px;
  border-top-style: dotted;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-left-width: 0px;
  border-left-style: dotted;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dddddd;
}
.bd-posticonhits-27 .bd-icon-83 {
  white-space: nowrap;
}
.bd-posticonhits-27 .bd-icon-83 > span,
.bd-posticonhits-27 .bd-icon-83 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29uaGl0czY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczE2 {}
.bd-posticontags-66 {
  margin-right: 10px;
  padding-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  float: left;
  position: relative;
  border-right: 1px solid #dddddd;
}
.bd-posticontags-66 {
  font-style: normal;
  font-weight: normal;
  color: #a8a8a8;
}
.bd-posticontags-66 a {
  color: #a8a8a8;
  text-decoration: none;
  font-style: normal;
}
.bd-posticontags-66 a:hover {
  color: #2da0ce;
  text-decoration: none;
}
.bd-posticontags-66 {
  margin-right: 10px;
  padding-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  float: left;
  position: relative;
  border-right: 1px solid #dddddd;
}
.bd-posticontags-66 .bd-icon-106 {
  white-space: nowrap;
}
.bd-posticontags-66 .bd-icon-106 > span,
.bd-posticontags-66 .bd-icon-106 > time {
  white-space: normal;
}
.bd-icon-106:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczE2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczI {}
.bd-posticontags-36 {
  float: left;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}
.bd-posticontags-36 {
  font-style: italic;
}
.bd-posticontags-36 {
  float: left;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}
.bd-posticontags-36 .bd-icon-96 {
  white-space: nowrap;
}
.bd-posticontags-36 .bd-icon-96 > span,
.bd-posticontags-36 .bd-icon-96 > time {
  white-space: normal;
}
.bd-icon-96:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczM {}
.bd-posticontags-76 {
  color: #0d79c0;
  text-align: center;
}
.bd-posticontags-76 a {
  color: #0d79c0;
}
.bd-posticontags-76 a:hover {
  color: #5cb85c;
}
.bd-posticontags-76 .bd-icon-119 {
  white-space: nowrap;
}
.bd-posticontags-76 .bd-icon-119 > span,
.bd-posticontags-76 .bd-icon-119 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczU {}
.bd-posticontags-43 {
  position: relative;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
}
.bd-posticontags-43 {
  font-style: italic;
}
.bd-posticontags-43 {
  position: relative;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
}
.bd-posticontags-43 .bd-icon-104 {
  white-space: nowrap;
}
.bd-posticontags-43 .bd-icon-104 > span,
.bd-posticontags-43 .bd-icon-104 > time {
  white-space: normal;
}
.bd-icon-104:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpY29udGFnczU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTE {}
.bd-postimage-1 {
  width: 99%;
  height: 80%;
}

}@media screen and (max-width: 991px){
  .bd-postimage-1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .bd-postimage-1 {
    width: 100%;
  }
}
@media screen {
.bd-postimage-1 {
  display: inline-block;
}
.bd-postimage-1 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bd-imagescaling-11.bd-imagescaling-img,
.bd-imagescaling-11 .bd-imagescaling-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-rounded.img-responsive {
  display: inline-block;
}
.bd-postimage-1 img,
img.img-rounded.img-responsive {
  max-width: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTEw {}
.bd-postimage-10 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

}@media screen and (max-width: 767px){
  .bd-postimage-10 {
    margin-top: 10px;
  }
}
@media screen {
.bd-postimage-10 {
  display: inline-block;
}
.bd-postimage-10 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bd-imagescaling-5.bd-imagescaling-img,
.bd-imagescaling-5 .bd-imagescaling-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bd-imagestyles-31 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 400%;
  border-radius: 0px;
}
.bd-postimage-10 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 400%;
  border-radius: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTEw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTE1 {}
.bd-postimage-15 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

}@media screen and (max-width: 767px){
  .bd-postimage-15 {
    margin-top: 10px;
  }
}
@media screen {
.bd-postimage-15 {
  display: inline-block;
}
.bd-postimage-15 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bd-imagescaling-9.bd-imagescaling-img,
.bd-imagescaling-9 .bd-imagescaling-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bd-imagestyles-28 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 400%;
}
.bd-postimage-15 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 400%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTE1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTI {}
.bd-postimage-2 {
  height: 100%;
  width: 100%;
}

}@media screen and (max-width: 991px){
  .bd-postimage-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .bd-postimage-2 {
    width: 100%;
  }
}
@media screen {
.bd-postimage-2 {
  display: inline-block;
}
.bd-postimage-2 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bd-animation-1.animated.pulse {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.bd-imagescaling-1.bd-imagescaling-img,
.bd-imagescaling-1 .bd-imagescaling-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-rounded.img-responsive {
  display: inline-block;
}
.bd-postimage-2 img,
img.img-rounded.img-responsive {
  max-width: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTM {}
.bd-postimage-3 {
  margin-bottom: 0px;
}
.bd-postimage-3 {
  display: inline-block;
}
.bd-postimage-3 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bd-imagescaling-2.bd-imagescaling-img,
.bd-imagescaling-2 .bd-imagescaling-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bd-imagestyles-26 {
  display: inline-block;
  border-radius: 0px;
}
.bd-postimage-3 img {
  max-width: 100%;
  display: inline-block;
  border-radius: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTY {}
.bd-postimage-6 {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 16px;
  position: relative;
  left: 0.000%;
  right: auto;
  top: 0.000%;
  bottom: auto;
}
.bd-postimage-6 {
  display: inline-block;
}
.bd-postimage-6 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTY {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTc {}
.bd-postimage-7 {
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 3px;
}
.bd-postimage-7 {
  display: inline-block;
}
.bd-postimage-7 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bd-animation-3.animated.pulse {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.bd-imagescaling-3.bd-imagescaling-img,
.bd-imagescaling-3 .bd-imagescaling-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bd-imagestyles-29 {
  text-align: center;
  background-size: cover;
  float: none;
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
.bd-postimage-7 img {
  max-width: 100%;
  text-align: center;
  background-size: cover;
  float: none;
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTk {}
.bd-postimage-9 {
  margin-bottom: 0px;
  position: relative;
  left: 0.000%;
  right: auto;
  top: 0.000%;
  bottom: auto;
  width: 100%;
  margin-top: 16px;
}
.bd-postimage-9 {
  display: inline-block;
}
.bd-postimage-9 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RpbWFnZTk {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTE {}
.bd-postreadmore-1 {
  z-index: 2;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: inline-block;
  margin: -10px 0% -10px 100%;
  padding: 5px;
}
.bd-postreadmore-1 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-button-33 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-button-33 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-button-33,
.bd-button-33:link,
.bd-button-33:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #0d79c0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  border-radius: 5px;
  background-image: none;
}
.bd-button-33:hover,
.bd-button-33:focus {
  background-color: #1489d2;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-image: none;
}
.bd-button-33:active {
  background-color: #0d79c0;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTE {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTE1 {}
.bd-postreadmore-15 {
  z-index: 1;
  float: right;
  padding: 5px;
}
.bd-postreadmore-15 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-button-30 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-button-30 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-button-30,
.bd-button-30:link,
.bd-button-30:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #777777;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  border-radius: 5px;
  background-image: none;
}
.bd-button-30:hover,
.bd-button-30:focus {
  background-color: #5cb85c;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-image: none;
}
.bd-button-30:active {
  background-color: #2da0ce;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTE1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTE2 {}
.bd-postreadmore-16 {
  position: relative;
  float: right;
}
.bd-button-24 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-button-24 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-button-24,
.bd-button-24:link,
.bd-button-24:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #36aede;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  text-transform: none;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  background-image: none;
}
.bd-button-24:hover,
.bd-button-24:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #92cfe7;
  text-decoration: underline;
  background-image: none;
}
.bd-button-24:active {
  background-color: rgba(0, 0, 0, 0);
  color: #2da0ce;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTE2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTM {}
.bd-postreadmore-3 {
  z-index: 1;
  float: right;
  padding: 5px;
}
.bd-postreadmore-3 {
  line-height: 18.57142858px;
  font-size: 13px;
}
.bd-button-34 a {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-button-34 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-button-34,
.bd-button-34:link,
.bd-button-34:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #777777;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  border-radius: 5px;
  background-image: none;
}
.bd-button-34:hover,
.bd-button-34:focus {
  background-color: #5cb85c;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-image: none;
}
.bd-button-34:active {
  background-color: #2da0ce;
  border-radius: 5px;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTQ {}
.bd-postreadmore-4 {
  float: right;
  position: relative;
}
.bd-button-35 a {
  line-height: 20.00000001px;
  font-size: 14px;
  font-weight: normal;
}
.bd-button-35 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent;
}
.bd-button-35,
.bd-button-35:link,
.bd-button-35:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #2da0ce;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
  background-image: none;
}
.bd-button-35:hover,
.bd-button-35:focus {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  color: #36aede;
  background-image: none;
}
.bd-button-35:active {
  background-color: rgba(0, 0, 0, 0);
  color: #2da0ce;
  text-decoration: underline;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTU {}
.bd-postreadmore-5 {
  z-index: 1;
  float: right;
  padding: 5px;
}
.bd-postreadmore-5 {
  line-height: 18.57142858px;
  font-size: 13px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXBvc3RyZWFkbW9yZTU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24x {}
.bd-section-1 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24x {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24xMw {}
.bd-section-13 {
  text-align: center;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24xMw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24xNQ {}
.bd-section-15 {
  margin-top: 26px;
}
.bd-section-15 {
  text-align: center;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24xNQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24xOQ {}
.bd-stretchtobottom-8 .bd-section-19 {
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24xOQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24y {}
.bd-section-2 {
  opacity: 1;
  background-color: #279bc3;
  padding: 2em 15px;
}

}@media screen and (max-width: 767px){
  .bd-section-2 {
    padding: 10px;
  }
}
@media screen {
.bd-section-2 {
  line-height: 27.2px;
  color: #a3a3a3;
  font-size: 16px;
}
.bd-section-2 a {
  color: #a3a3a3;
  text-decoration: underline;
}
.bd-section-2 a:hover {
  color: #dddddd;
  text-decoration: none;
}
.bd-section-2 h2 {
  line-height: 34.2857143px;
  color: #dddddd;
  font-size: 24px;
  text-transform: uppercase;
}
.bd-section-2 {
  margin-bottom: 0;
}
.bd-stretchtobottom-2 .bd-section-2 {
  height: 100%;
}
.bd-stretchtobottom-2 {
  margin-bottom: -13px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24y {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24yMA {}
.bd-stretchtobottom-3 .bd-section-20 {
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb24yMA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb244 {}
.bd-section-8 {
  margin-bottom: 26px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlY3Rpb244 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjI {}
.bd-separator-2 {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 0px;
}
.bd-separator-2 .bd-separator-inner {
  width: 100%;
}
.bd-separator-2 .bd-separator-inner:before,
.bd-separator-2 .bd-separator-inner:after {
  border-top: 1px solid #cccccc;
}
.bd-separator-content-94 {
  margin-left: 30px;
  margin-right: 30px;
}
.bd-separator-content-94 {
  color: #777777;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjM {}
.bd-separator-3 {
  margin-top: 1px;
  padding: 10px 0px;
}
.bd-separator-3 .bd-separator-inner {
  width: 100%;
}
.bd-separator-3 .bd-separator-inner:before,
.bd-separator-3 .bd-separator-inner:after {
  border-top: 1px solid #dddddd;
}
.bd-separator-content-114 {
  margin-left: 30px;
  margin-right: 30px;
}
.bd-separator-content-114 {
  color: #777777;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjQ {}
.bd-separator-4 {
  padding: 10px 0px;
}
.bd-separator-4 .bd-separator-inner {
  width: 40%;
}
.bd-separator-4 .bd-separator-inner:before,
.bd-separator-4 .bd-separator-inner:after {
  border-top: 1px solid #dddddd;
}
.bd-separator-content-89 {
  margin-left: 30px;
  margin-right: 30px;
}
.bd-separator-content-89 {
  color: #777777;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjU {}
.bd-separator-5 {
  padding: 10px 0px;
}
.bd-separator-5 .bd-separator-inner {
  width: 75%;
}
.bd-separator-5 .bd-separator-inner:before,
.bd-separator-5 .bd-separator-inner:after {
  border-top: 1px dotted #dddddd;
}
.bd-separator-content-39 {
  margin-left: 30px;
  margin-right: 30px;
}
.bd-separator-content-39 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.bd-animation-4.animated.flash {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNlcGFyYXRvcjU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhMQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhMQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhMg {}
.bd-sidebararea-2-column {
  width: 20%;
  margin-left: 10px;
}

}@media screen and (max-width: 1199px){
  .bd-sidebararea-2-column {
    width: 30%;
  }
}
@media screen and (max-width: 991px){
  .bd-sidebararea-2-column {
    width: 30%;
  }
}
@media screen and (max-width: 767px){
  .bd-sidebararea-2-column {
    width: 100%;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNA {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNg {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNw {}
.bd-sidebararea-7-column {
  width: 20%;
  margin-right: 10px;
}

}@media screen and (max-width: 1199px){
  .bd-sidebararea-7-column {
    width: 30%;
  }
}
@media screen and (max-width: 991px){
  .bd-sidebararea-7-column {
    width: 30%;
  }
}
@media screen and (max-width: 767px){
  .bd-sidebararea-7-column {
    width: 100%;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNpZGViYXJhcmVhNw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNwYWNlcjI {}
.bd-spacer-2 {
  height: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNwYWNlcjI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNwYWNlcjIw {}
.bd-spacer-20 {
  height: 20px;
  margin-top: 0px;
}

}@media screen and (max-width: 991px){
  .bd-spacer-20 {
    height: 5px;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNwYWNlcjIw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNwYWNlcjIx {}
.bd-spacer-21 {
  height: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXNwYWNlcjIx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXRleHQ0MDQ2 {}
.bd-text404-6 {
  word-wrap: break-word;
}
.bd-text404-52 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 600px;
  margin: 0px auto;
  padding: 10px;
}
.bd-text404-52 {
  line-height: 34.2857143px;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JkLXRleHQ0MDQ2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2cxQ29tbWVudENvbnRhaW5lcg {}
.bd-layoutcontainer-15 {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  border: 1px solid #cccccc;
}
.bd-layoutcontainer-15 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-32 {
  position: relative;
}
.bd-layoutcolumn-25 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2cxQ29tbWVudENvbnRhaW5lcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2cyQ29tbWVudENvbnRhaW5lcg {}
.bd-layoutcontainer-18 {
  margin-top: 10px;
}
.bd-layoutcontainer-18 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-41 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  margin: 0px;
  padding: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2cyQ29tbWVudENvbnRhaW5lcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudEF2YXRhcg {}
.bd-commentavatar-3 {
  display: inline-block;
}
.bd-commentavatar-3 {
  display: inline-block;
}
.bd-commentavatar-3 img {
  display: block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudEF2YXRhcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudENvbnRhaW5lcg {}
.bd-layoutcontainer-19 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-43 {
  position: relative;
}
.bd-layoutcolumn-44 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudENvbnRhaW5lcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudE1ldGFkYXRh {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudE1ldGFkYXRh {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudFJlcGx5 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudFJlcGx5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudFRleHQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2czQ29tbWVudFRleHQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1 {}
.bd-pager-5 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-5 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-5 ul li {
  display: inline-block;
}
.bd-pager-5 ul > li:first-child {
  float: left;
}
.bd-pager-5 ul > li:last-child {
  float: right;
}
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px;
}
.bd-comments-4 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-4 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-4 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-4 {
  padding: 5px;
}
.bd-grid-8 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.separated-item-12 {
  position: relative;
  z-index: 0;
}
.separated-item-12:before,
.separated-item-12:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-12:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-12:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.first-col.separated-item-12:after {
  left: 0px;
}
.last-col.separated-item-12:after {
  right: 0px;
}
.separated-item-12.first-col:before,
.separated-item-12.last-row:after {
  content: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudEF2YXRhcg {}
.bd-commentavatar-4 {
  display: inline-block;
}
.bd-commentavatar-4 {
  display: inline-block;
}
.bd-commentavatar-4 img {
  display: block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudEF2YXRhcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudENvbnRhaW5lcg {}
.bd-layoutcontainer-21 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-47 {
  position: relative;
}
.bd-layoutcolumn-48 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudENvbnRhaW5lcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudE1ldGFkYXRh {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudE1ldGFkYXRh {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudFJlcGx5 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudFJlcGx5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudFRleHQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c1Q29tbWVudFRleHQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2 {}
.bd-pager-6 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-6 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-6 ul li {
  display: inline-block;
}
.bd-pager-6 ul > li:first-child {
  float: left;
}
.bd-pager-6 ul > li:last-child {
  float: right;
}
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px;
}
.bd-comments-5 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-5 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-5 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-5 {
  padding: 5px;
}
.bd-grid-9 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.separated-item-23 {
  position: relative;
  z-index: 0;
}
.separated-item-23:before,
.separated-item-23:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-23:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-23:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.first-col.separated-item-23:after {
  left: 0px;
}
.last-col.separated-item-23:after {
  right: 0px;
}
.separated-item-23.first-col:before,
.separated-item-23.last-row:after {
  content: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudEF2YXRhcg {}
.bd-commentavatar-5 {
  display: inline-block;
}
.bd-commentavatar-5 {
  display: inline-block;
}
.bd-commentavatar-5 img {
  display: block;
  width: 100%;
  height: 100%;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudEF2YXRhcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudENvbnRhaW5lcg {}
.bd-layoutcontainer-24 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-52 {
  position: relative;
}
.bd-layoutcolumn-53 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudENvbnRhaW5lcg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudE1ldGFkYXRh {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudE1ldGFkYXRh {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudFJlcGx5 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudFJlcGx5 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudFRleHQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2c2Q29tbWVudFRleHQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2dBcnRpY2xlQ29udGVudA {}
.bd-postcontent-2 {
  line-height: 22.1px;
  font-size: 13px;
  font-weight: 400;
}
.bd-postcontent-2:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-59 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-postcontent-2:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-59,
.bd-postcontent-2:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-59 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2Jsb2dBcnRpY2xlQ29udGVudA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JyZWFkY3J1bWIx {}
.bd-breadcrumbs-1 {
  background-color: #ffffff;
  position: relative;
}
.bd-breadcrumbs-1 .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bd-breadcrumbs-1 .breadcrumb li + li:before,
.bd-breadcrumbs-1 .breadcrumb li + li:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-breadcrumbs-1 .breadcrumb li + li:before {
  content: "/" !important;
}
.bd-breadcrumbs-1 .bd-breadcrumbslink-1,
.bd-breadcrumbs-1 .bd-breadcrumbstext-1 {
  display: inline-block;
}
.bd-breadcrumbs-1 .breadcrumb > li.show-here + li::before {
  content: none !important;
}
.bd-breadcrumbstext-1 span {
  line-height: 17.14285715px;
  color: #777777;
  font-size: 12px;
}
.bd-breadcrumbslink-1 a {
  line-height: 17.14285715px;
  color: #2da0ce;
  font-size: 12px;
}
.bd-icon-34:before,
.bd-breadcrumbs-1 .breadcrumb li + li:before {
  color: #777777;
  margin-left: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2JyZWFkY3J1bWIx {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NhcnRCdXR0b25zQ29udGFpbmVyMg {}
.bd-layoutcontainer-2 {
  margin-top: 5px;
}
.bd-layoutcontainer-2 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-4 {
  position: relative;
}
.bd-layoutcolumn-5 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NhcnRCdXR0b25zQ29udGFpbmVyMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NhcnRJdGVtQ29udGFpbmVyMQ {}
.bd-layoutcontainer-1 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-1 {
  position: relative;
}
.bd-layoutcolumn-2 {
  position: relative;
}
.bd-layoutcolumn-3 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NhcnRJdGVtQ29udGFpbmVyMQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJCbG9nVGVtcGxhdGU {}
.bd-layoutcontainer-8 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-7 {
  position: relative;
  padding: 10px;
}
.bd-layoutcolumn-19 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJCbG9nVGVtcGxhdGU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJEZWZhdWx0 {}
.bd-layoutcontainer-5 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-12 {
  position: relative;
  padding: 20px;
}
.bd-layoutcolumn-13 {
  position: relative;
  padding: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJEZWZhdWx0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJIb21l {}
.bd-layoutcontainer-4 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-10 {
  position: relative;
  padding: 10px;
}
.bd-layoutcolumn-11 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJIb21l {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJQcm9kdWN0T3ZlcnZpZXc {}
.bd-layoutcontainer-7 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-16 {
  position: relative;
  padding: 20px;
}
.bd-layoutcolumn-17 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJQcm9kdWN0T3ZlcnZpZXc {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJQcm9kdWN0cw {}
.bd-layoutcontainer-6 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-14 {
  position: relative;
  padding: 20px;
}
.bd-layoutcolumn-15 {
  position: relative;
  padding: 10px 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJQcm9kdWN0cw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJTaW5nbGVQb3N0VGVtcGxhdGU {}
.bd-layoutcontainer-9 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-8 {
  position: relative;
  padding: 10px;
}
.bd-layoutcolumn-21 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2NvbnRlbnRDb250YWluZXJTaW5nbGVQb3N0VGVtcGxhdGU {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2htZW51 {}
.bd-hmenu-1 {
  margin-top: 10px;
}

}@media screen and (max-width: 1199px){
  .bd-hmenu-1 {
    margin-top: 1px;
  }
}
@media screen and (max-width: 991px){
  .bd-hmenu-1 {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: -50%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px){
  .bd-hmenu-1 {
    margin-top: 5px;
    float: none;
  }
}
@media screen {
.bd-hmenu-1 .bd-container-59,
.bd-hmenu-1 .bd-container-62,
.bd-hmenu-1 .bd-menu-close-icon {
  display: none;
}

}@media screen and (min-width: 1200px){
  .bd-hmenu-1 .bd-menuitem-22:hover > .bd-menu-28-popup,
  .bd-hmenu-1 .bd-menuitem-27:hover > .bd-menu-28-popup,
  .bd-hmenu-1 .bd-menuitem-36:hover > .bd-menu-28-popup,
  .bd-hmenu-1 .bd-menuitem-38:hover > .bd-menu-28-popup {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1199px){
  .bd-hmenu-1 {
    /* since 3.1.0 */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .bd-menu-28-popup {
    display: none;
    position: static;
  }
  .bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .bd-menu-28-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
  .bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .nav {
    float: none !important;
    display: block !important;
  }
  .bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .nav > li {
    float: none;
    display: block;
    width: auto;
  }
  .bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .bd-menu-28 {
    float: none;
  }
  .bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .bd-menu-28-popup {
    display: block;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    opacity: 1;
  }
  .bd-hmenu-1 .navbar-toggle {
    display: block;
  }
  .bd-hmenu-1 .navbar-collapse.collapse {
    display: none !important;
  }
  .bd-hmenu-1 .navbar-collapse.collapse.in {
    display: block !important;
  }
  .bd-hmenu-1 .collapsing {
    overflow: hidden !important;
  }
  .bd-hmenu-1 .responsive-collapsed {
    display: none;
  }
  .bd-hmenu-1 .navbar-collapse {
    position: fixed !important;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto !important;
    overflow-y: auto !important;
  }
  .bd-hmenu-1 .navbar-collapse.collapsing {
    width: 0;
    transition: width 700ms ease 0ms;
    height: 100%;
  }
  .bd-hmenu-1 .bd-horizontalmenu-48 {
    min-height: 100%;
  }
  .bd-hmenu-1 .bd-menu-overlay {
    transition: opacity 700ms ease 0ms;
    transition-property: opacity, margin-left;
  }
  .bd-hmenu-1 .bd-container-59,
  .bd-hmenu-1 .bd-container-62,
  .bd-hmenu-1 .bd-menu-close-icon {
    display: block;
  }
  .bd-hmenu-1 .bd-menu-close-icon a {
    color: #ffffff;
  }
  .bd-hmenu-1 .bd-menu-close-icon a:before {
    content: '\16b';
  }
  .bd-hmenu-1 .bd-menu-close-icon a:before {
    visibility: inherit;
  }
  .bd-hmenu-1 .bd-menu-close-icon a:hover {
    color: #f0ad4e;
  }
  .bd-hmenu-1 .bd-menu-close-icon a:hover:before {
    content: '\1bb';
  }
  .bd-hmenu-1 .bd-menu-close-icon a:hover:before {
    visibility: inherit;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px){
  .bd-hmenu-1 .bd-menu-close-icon a:before {
    color: #dddddd;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px){
  .bd-hmenu-1 .bd-menu-close-icon a:hover:before {
    color: #f0ad4e;
  }
}
@media screen {
.bd-hmenu-1 .separated-item-31 {
  z-index: auto;
}

}@media screen and (max-width: 1199px){
  .bd-horizontalmenu-48 {
    width: 250px;
  }
}
@media screen {
.admin-bar nav .navbar-collapse.width {
  margin-top: 32px;
}
.bd-horizontalmenu-48 {
  background-color: #279bc3;
  padding: 0px;
}
.bd-horizontalmenu-48 a {
  text-transform: uppercase;
  font-weight: normal;
}

}@media screen and (min-width: 768px){
  html[dir="rtl"] [data-responsive-menu="true"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a {
    border-left-width: 0 !important;
  }
}
@media screen {
html[dir="rtl"] [data-responsive-menu="false"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a {
  border-left-width: 0 !important;
}

}@media screen and (min-width: 768px){
  html[dir="ltr"] [data-responsive-menu="true"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a {
    border-right-width: 0 !important;
  }
}
@media screen {
html[dir="ltr"] [data-responsive-menu="false"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a {
  border-right-width: 0 !important;
}

}@media screen and (min-width: 768px){
  html[dir="rtl"] [data-responsive-menu="true"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a:hover {
    border-left-width: 0 !important;
  }
}
@media screen {
html[dir="rtl"] [data-responsive-menu="false"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a:hover {
  border-left-width: 0 !important;
}

}@media screen and (min-width: 768px){
  html[dir="ltr"] [data-responsive-menu="true"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a:hover {
    border-right-width: 0 !important;
  }
}
@media screen {
html[dir="ltr"] [data-responsive-menu="false"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a:hover {
  border-right-width: 0 !important;
}

}@media screen and (min-width: 768px){
  html[dir="rtl"] [data-responsive-menu="true"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a.active {
    border-left-width: 0 !important;
  }
}
@media screen {
html[dir="rtl"] [data-responsive-menu="false"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a.active {
  border-left-width: 0 !important;
}

}@media screen and (min-width: 768px){
  html[dir="ltr"] [data-responsive-menu="true"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a.active {
    border-right-width: 0 !important;
  }
}
@media screen {
html[dir="ltr"] [data-responsive-menu="false"] .bd-horizontalmenu-48 .bd-menuitem-22:last-child > a.active {
  border-right-width: 0 !important;
}

}@media screen and (max-width: 767px){
  .bd-menuitem-10 {
    height: 50px;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited {
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 1199px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited {
    font-size: 20px;
    color: #f5f5f5;
    font-weight: bold;
    line-height: 28.57142858px;
  }
}
@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited {
    color: #f5f5f5;
    text-transform: uppercase;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited:before {
  content: '\1b8';
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited:before {
  visibility: inherit;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited:before {
  font-size: 25px;
  color: #777777;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px;
}

}@media screen and (max-width: 1199px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:link:before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:visited:before {
    font-size: 24px;
    color: #f5f5f5;
    line-height: 34.2857143px;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > a:focus {
  outline-width: 0;
}

}@media screen and (max-width: 991px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}

}@media screen and (max-width: 991px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited {
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 1199px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited {
    font-size: 20px;
    color: #f5f5f5;
    font-weight: bold;
    line-height: 28.57142858px;
  }
}
@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited {
    color: #f5f5f5;
    text-transform: uppercase;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited:before {
  content: '\1b8';
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited:before {
  visibility: inherit;
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited:before {
  font-size: 25px;
  color: #777777;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px;
}

}@media screen and (max-width: 1199px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:link:before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:visited:before {
    font-size: 24px;
    color: #f5f5f5;
    line-height: 34.2857143px;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10 > .bd-grid-item > a:focus {
  outline-width: 0;
}

}@media screen and (max-width: 991px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active),
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}

}@media screen and (max-width: 991px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active):before,
  .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited {
  display: block;
  white-space: nowrap;
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:after,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link:after,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 1199px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited {
    font-size: 20px;
    color: #f5f5f5;
    font-weight: bold;
    line-height: 28.57142858px;
  }
}
@media screen and (max-width: 767px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited {
    color: #f5f5f5;
    text-transform: uppercase;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited:before {
  content: '\1b8';
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited:before {
  visibility: inherit;
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited:before {
  font-size: 25px;
  color: #777777;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px;
}

}@media screen and (max-width: 1199px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:link:before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:visited:before {
    font-size: 24px;
    color: #f5f5f5;
    line-height: 34.2857143px;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}

}@media screen and (max-width: 991px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}

}@media screen and (max-width: 991px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited {
  display: block;
  white-space: nowrap;
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:after,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 1199px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited {
    font-size: 20px;
    color: #f5f5f5;
    font-weight: bold;
    line-height: 28.57142858px;
  }
}
@media screen and (max-width: 767px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited {
    color: #f5f5f5;
    text-transform: uppercase;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  content: '\1b8';
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  visibility: inherit;
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  font-size: 25px;
  color: #777777;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px;
}

}@media screen and (max-width: 1199px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:link:before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
    font-size: 24px;
    color: #f5f5f5;
    line-height: 34.2857143px;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}

}@media screen and (max-width: 991px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
    color: #f0ad4e;
  }
}
@media screen {
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
.collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}

}@media screen and (max-width: 991px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen and (max-width: 767px){
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
  .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
    color: #f0ad4e;
  }
}
@media screen {
.bd-megamenu .bd-menuitem-36 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-36 > a,
.bd-megamenu .bd-menuitem-36 > a:link,
.bd-megamenu .bd-menuitem-36 > a:visited {
  color: #adadad;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  padding: 10px 17px;
  border-bottom: 1px solid #ededed;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-36 > a:before,
.bd-megamenu .bd-menuitem-36 > a:link:before,
.bd-megamenu .bd-menuitem-36 > a:visited:before,
.bd-megamenu .bd-menuitem-36 > a:after,
.bd-megamenu .bd-menuitem-36 > a:link:after,
.bd-megamenu .bd-menuitem-36 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-36 > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-36:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-36:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-36:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-36:hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: rgba(245, 245, 245, 0.85);
  color: #36aede;
  background-image: none;
}
.bd-megamenu .bd-menuitem-36 > a.active,
.bd-megamenu .bd-menuitem-36.active > a {
  color: #36aede;
  background-color: rgba(245, 245, 245, 0.85);
  background-image: none;
}
.bd-megamenu .bd-menuitem-36 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:visited {
  color: #adadad;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  padding: 10px 17px;
  border-bottom: 1px solid #ededed;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-36:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-36:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-36:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-36:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: rgba(245, 245, 245, 0.85);
  color: #36aede;
  background-image: none;
}
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-36.active > .bd-grid-item > a {
  color: #36aede;
  background-color: rgba(245, 245, 245, 0.85);
  background-image: none;
}
.bd-grid-40 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.separated-item-31 {
  position: relative;
  z-index: 0;
}
.separated-item-31:before,
.separated-item-31:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-31:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-31:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.first-col.separated-item-31:after {
  left: 0px;
}
.last-col.separated-item-31:after {
  right: 0px;
}
.separated-item-31.first-col:before,
.separated-item-31.last-row:after {
  content: none;
}
.bd-megamenu .bd-menuitem-38 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-38 > a,
.bd-megamenu .bd-menuitem-38 > a:link,
.bd-megamenu .bd-menuitem-38 > a:visited {
  color: #adadad;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  padding: 10px 17px;
  border-bottom: 1px solid #ededed;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-38 > a:before,
.bd-megamenu .bd-menuitem-38 > a:link:before,
.bd-megamenu .bd-menuitem-38 > a:visited:before,
.bd-megamenu .bd-menuitem-38 > a:after,
.bd-megamenu .bd-menuitem-38 > a:link:after,
.bd-megamenu .bd-menuitem-38 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-38 > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-38:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-38:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-38:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-38:hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: rgba(245, 245, 245, 0.85);
  color: #36aede;
  background-image: none;
}
.bd-megamenu .bd-menuitem-38 > a.active,
.bd-megamenu .bd-menuitem-38.active > a {
  color: #36aede;
  background-color: rgba(245, 245, 245, 0.85);
  background-image: none;
}
.bd-megamenu .bd-menuitem-38 {
  list-style: none;
  position: relative;
}
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:visited {
  color: #adadad;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  padding: 10px 17px;
  border-bottom: 1px solid #ededed;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap;
}
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-megamenu .bd-menuitem-38:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-38:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-38:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-38:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: rgba(245, 245, 245, 0.85);
  color: #36aede;
  background-image: none;
}
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-38.active > .bd-grid-item > a {
  color: #36aede;
  background-color: rgba(245, 245, 245, 0.85);
  background-image: none;
}
.bd-menu-42.nav.nav-pills > li + li {
  margin: 0;
}
.bd-menu-42 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
}
.bd-menu-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bd-menuitem-22 > a {
  cursor: pointer;
  /* Safari click events fix */
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:visited {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 13px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a,
  .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:link,
  .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:visited {
    padding: 10px;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:hover:not(.active) > a:not(.active) {
  color: #f0ad4e;
  text-decoration: none;
  font-weight: normal;
  border: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22.active > a {
  color: #ffffff;
  font-weight: normal;
  border-top: 0 Solid #aaaaaa;
  border-right: 0 Solid #aaaaaa;
  border-bottom: 0px solid #28a3cc;
  border-left: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:visited {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 13px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 767px){
  .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a,
  .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:link,
  .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:visited {
    padding: 10px;
  }
}
@media screen {
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #f0ad4e;
  text-decoration: none;
  font-weight: normal;
  border: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22.active > .bd-grid-item > a {
  color: #ffffff;
  font-weight: normal;
  border-top: 0 Solid #aaaaaa;
  border-right: 0 Solid #aaaaaa;
  border-bottom: 0px solid #28a3cc;
  border-left: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:link,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:visited {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 13px;
  display: block;
  white-space: nowrap;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:before,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:link:before,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:visited:before,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:after,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:link:after,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 767px){
  .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a,
  .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:link,
  .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:visited {
    padding: 10px;
  }
}
@media screen {
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #f0ad4e;
  text-decoration: none;
  font-weight: normal;
  border: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a.active,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item).active > a {
  color: #ffffff;
  font-weight: normal;
  border-top: 0 Solid #aaaaaa;
  border-right: 0 Solid #aaaaaa;
  border-bottom: 0px solid #28a3cc;
  border-left: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 13px;
  display: block;
  white-space: nowrap;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}

}@media screen and (max-width: 767px){
  .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a,
  .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:link,
  .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:visited {
    padding: 10px;
  }
}
@media screen {
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #f0ad4e;
  text-decoration: none;
  font-weight: normal;
  border: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #ffffff;
  font-weight: normal;
  border-top: 0 Solid #aaaaaa;
  border-right: 0 Solid #aaaaaa;
  border-bottom: 0px solid #28a3cc;
  border-left: 0 Solid #aaaaaa;
  border-radius: 0px;
}
.bd-icon-38:before {
  content: '\16b';
}
.bd-icon-38:before {
  visibility: inherit;
}

}@media screen and (max-width: 767px){
  .bd-icon-38:before {
    color: #dddddd;
  }
}
@media screen {
.bd-icon-38:hover:before {
  content: '\1bb';
}
.bd-icon-38:hover:before {
  visibility: inherit;
}

}@media screen and (max-width: 767px){
  .bd-icon-38:hover:before {
    color: #f0ad4e;
  }
}
@media screen {
.bd-menuoverlay-28 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bd-menu-28-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001;
}
.bd-menu-28-popup.bd-popup-left {
  left: auto;
  right: 0;
}
.bd-menu-28-popup,
.bd-menu-28-popup.bd-popup-right {
  left: 0;
  right: auto;
}
.bd-sub-item > .bd-menu-28-popup {
  top: -10px;
}
.bd-sub-item > .bd-menu-28-popup.bd-popup-left {
  left: auto;
  right: 100%;
}
.bd-sub-item > .bd-menu-28-popup,
.bd-sub-item > .bd-menu-28-popup.bd-popup-right {
  left: 100%;
  right: auto;
}
.bd-menu-28 > li:last-child > a {
  border-bottom-left-radius: -7px;
  border-bottom-right-radius: -7px;
}
.bd-menu-28 > li:first-child > a {
  border-top-left-radius: -7px;
  border-top-right-radius: -7px;
}
.bd-menu-28 .bd-menuitem-27:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-28 .bd-menuitem-27:last-child > a:hover {
  border-bottom-width: 0;
}
.bd-menu-28 .bd-menuitem-27:last-child > a.active {
  border-bottom-width: 0;
}
.bd-menu-28 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #b98d50;
  position: relative;
  min-width: 160px;
  margin: 0px;
  padding: 10px 5px;
  border-radius: 3px;
}
li > .bd-menu-28-popup {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
li:hover > .bd-menu-28-popup,
li > .bd-menu-28-popup.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:visited {
  color: #ffffff;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  padding: 10px 17px;
  border-bottom: 0px solid #ededed;
  line-height: 18.57142858px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #eaf6fa;
  font-weight: normal;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27.active > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 {
  list-style: none;
  position: relative;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:visited {
  color: #ffffff;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  padding: 10px 17px;
  border-bottom: 0px solid #ededed;
  line-height: 18.57142858px;
  display: block;
  white-space: nowrap;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #eaf6fa;
  font-weight: normal;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27.active > .bd-grid-item > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:link,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:visited {
  color: #ffffff;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  padding: 10px 17px;
  border-bottom: 0px solid #ededed;
  line-height: 18.57142858px;
  display: block;
  white-space: nowrap;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:before,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:link:before,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:visited:before,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:after,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:link:after,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a:focus {
  outline-width: 0;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #eaf6fa;
  font-weight: normal;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a.active,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item).active > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) {
  list-style: none;
  position: relative;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #ffffff;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-left-width: 0px;
  border-left-style: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  padding: 10px 17px;
  border-bottom: 0px solid #ededed;
  line-height: 18.57142858px;
  display: block;
  white-space: nowrap;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #eaf6fa;
  font-weight: normal;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  background-image: none;
}
.bd-hmenu-1 .collapse-button {
  direction: ltr;
}
.bd-hmenu-1 .collapse-button + .navbar-collapse {
  max-height: none;
  border: 0 none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

}@media screen and (min-width: 1200px){
  .bd-hmenu-1 .collapse-button {
    display: none;
  }
}
@media screen and (max-width: 1199px){
  .bd-hmenu-1 .collapse-button + .navbar-collapse:not(.width) {
    position: absolute;
    z-index: 1000;
    width: 100%;
  }
}
@media screen {
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2htZW51 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRCbG9n {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRCbG9n {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnREZWZhdWx0 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnREZWZhdWx0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRIb21l {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRIb21l {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRPdmVydmlldw {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRPdmVydmlldw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRQYWdl {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRQYWdl {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRQcm9kdWN0cw {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRQcm9kdWN0cw {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRTaG9wcGluZ0NhcnQ {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRTaG9wcGluZ0NhcnQ {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRTaW5nbGVQb3N0 {}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pDb21wb25lbnRTaW5nbGVQb3N0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pvb21sYVBvc2l0aW9u {}
.bd-joomlaposition-1 {
  float: left;
}
.bd-block-7 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  background-color: #5cb75c;
  border: 1px solid #5cb85c;
  border-radius: 5px;
}
.bd-block-7 .bd-blockcontent {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.bd-block-7 .bd-blockcontent:not(.shape-only) {
  line-height: 21px;
  color: #f5f5f5;
  text-align: left;
}
.bd-block-7 .bd-blockcontent:not(.shape-only) a {
  color: #f5f5f5;
}
.bd-block-7 .bd-blockcontent:not(.shape-only) a:hover {
  color: #f5f5f5;
}
.bd-block-7 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-82 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-right-style: dotted;
  border-left: 5px dotted #f5f5f5;
}
.bd-block-7 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-82,
.bd-block-7 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-82 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-family: Arial;
  color: #f5f5f5;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}
.bd-block-7 .bd-blockcontent:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-15 {
  padding-left: 10px;
}
.bd-block-7 .bd-blockcontent:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-15 li {
  list-style-position: inside;
}
.bd-block-7 .bd-blockheader {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px dashed #f5f5f5;
}
.bd-block-7 .bd-blockheader h6 {
  color: #2da0ce;
}
.bd-block-7 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-7 .bd-blockheader h4 {
  line-height: 22.85714286px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.bd-block-7 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-7 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
.bd-block-7 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2da0ce;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL2pvb21sYVBvc2l0aW9u {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL292ZXJ2aWV3Q29udGFpbmVy {}
.bd-layoutcontainer-29 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-64 {
  position: relative;
}
.bd-layoutcolumn-65 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL292ZXJ2aWV3Q29udGFpbmVy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3BhZ2VCbG9n {}
.bd-pager-4 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-4 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-4 ul li {
  display: inline-block;
}
.bd-pager-4 ul > li:first-child {
  float: left;
}
.bd-pager-4 ul > li:last-child {
  float: right;
}
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px;
}
.bd-comments-3 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-3 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-3 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-3 {
  padding: 5px;
}
.bd-grid-7 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.separated-item-46 {
  position: relative;
  z-index: 0;
}
.separated-item-46:before,
.separated-item-46:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-46:before {
  top: 0;
  bottom: 0;
  left: 0;
}
.separated-item-46:after {
  left: 0;
  right: 0;
  bottom: 0;
}
.first-col.separated-item-46:after {
  left: 0px;
}
.last-col.separated-item-46:after {
  right: 0px;
}
.separated-item-46.first-col:before,
.separated-item-46.last-row:after {
  content: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3BhZ2VCbG9n {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3BhZ2VGb290ZXI {}
.bd-pagefooter-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  margin-top: 0px;
}
.bd-pagefooter-1 {
  line-height: 17.14285715px;
  text-align: right;
  font-size: 12px;
  color: #f5f5f5;
}
.bd-pagefooter-1 a {
  color: #ffffff;
  text-decoration: none;
}
.bd-pagefooter-1 a:hover {
  color: #00ff66;
}
.bd-pagefooter-1 > .bd-container-inner > a {
  margin-left: 0!important;
  margin-right: 0!important;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3BhZ2VGb290ZXI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RBdXRob3JJY29uMg {}
.bd-posticonauthor-2 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticonauthor-5 {
  margin-right: 10px;
  padding-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px solid #dddddd;
}
.bd-posticonauthor-5 {
  font-style: normal;
  font-weight: normal;
  color: #a8a8a8;
}
.bd-posticonauthor-5 a {
  color: #a8a8a8;
  text-decoration: none;
  font-style: normal;
}
.bd-posticonauthor-5 a:hover {
  color: #2da0ce;
  text-decoration: none;
}
.bd-posticonauthor-5 {
  margin-right: 10px;
  padding-right: 10px;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  border-right: 1px solid #dddddd;
}
.bd-posticonauthor-5 .bd-icon-43 {
  white-space: nowrap;
}
.bd-posticonauthor-5 .bd-icon-43 > span,
.bd-posticonauthor-5 .bd-icon-43 > time {
  white-space: normal;
}
.bd-icon-43:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RBdXRob3JJY29uMg {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RBdXRob3JJY29uNTI {}
.bd-posticonauthor-11 .bd-icon-56 {
  white-space: nowrap;
}
.bd-posticonauthor-11 .bd-icon-56 > span,
.bd-posticonauthor-11 .bd-icon-56 > time {
  white-space: normal;
}
.bd-icon-56:before {
  content: '\280';
}
.bd-icon-56:before {
  visibility: inherit;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RBdXRob3JJY29uNTI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RBdXRob3JJY29uNjI {}
.bd-posticonauthor-13 .bd-icon-61 {
  white-space: nowrap;
}
.bd-posticonauthor-13 .bd-icon-61 > span,
.bd-posticonauthor-13 .bd-icon-61 > time {
  white-space: normal;
}
.bd-icon-61:before {
  content: '\280';
}
.bd-icon-61:before {
  visibility: inherit;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RBdXRob3JJY29uNjI {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RCbG9n {}
.bd-pager-3 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bd-pager-3 ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.bd-pager-3 ul li {
  display: inline-block;
}
.bd-pager-3 ul > li:first-child {
  float: left;
}
.bd-pager-3 ul > li:last-child {
  float: right;
}
.bd-pager-3 > .bd-pagination-7 > li.bd-paginationitem-7 > a,
.bd-pager-3 > .bd-pagination-7 > li.bd-paginationitem-7 > span,
.bd-pager-3 > .bd-pagination-7 > li.bd-paginationitem-7 > a:link,
.bd-pager-3 > .bd-pagination-7 > li.bd-paginationitem-7 > a:visited {
  border-radius: 0px;
}
.bd-pagination-7.right {
  text-align: right;
}
.bd-pagination-7.center {
  text-align: center;
}
.bd-pagination-7 > *:last-child {
  margin-right: 0;
}
.bd-pagination-7 span {
  cursor: default;
}
.pagination > ul.bd-pagination-7 > .active > a,
.pagination > ul.bd-pagination-7 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-7 > li.bd-paginationitem-7 > a,
.bd-pagination-7 > li.bd-paginationitem-7 > span,
.bd-pagination-7 > li.bd-paginationitem-7 > a:link,
.bd-pagination-7 > li.bd-paginationitem-7 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-7 > li.bd-paginationitem-7 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-7 > li.active.bd-paginationitem-7 > a,
.bd-pagination-7 > li.active.bd-paginationitem-7 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
.bd-comments-2 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bd-comments-2 ul:not(.pagination) > li {
  display: block;
}
.bd-comments-2 li > ul:not(.pagination) {
  margin-left: 20px;
}
.bd-comment-2 {
  padding: 5px;
}
.bd-container-20:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-32 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-20:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-32,
.bd-container-20:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-32 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-container-19:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-31 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-19:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-31,
.bd-container-19:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-31 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-grid-6 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-griditem-38 {
  margin-bottom: 30px;
  margin-right: -10px;
  margin-left: -10px;
}
.separated-item-38 {
  position: relative;
  z-index: 0;
}
.separated-item-38:before,
.separated-item-38:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.separated-item-38:before {
  top: 0;
  bottom: 0;
  left: -10px;
}
.separated-item-38:after {
  left: 0;
  right: 0;
  bottom: 15px;
}
.first-col.separated-item-38:after {
  left: 0px;
}
.last-col.separated-item-38:after {
  right: 0px;
}
.separated-item-38.first-col:before,
.separated-item-38.last-row:after {
  content: none;
}
.separated-item-38:not(.first-col) {
  padding-left: 0;
}
.separated-item-38:not(.last-col) {
  padding-right: 0;
}
.bd-container-18:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-30 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
.bd-container-18:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-30,
.bd-container-18:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-30 p {
  line-height: 20.00000001px;
  font-size: 14px;
  font-style: italic;
}
.bd-pagination-3.right {
  text-align: right;
}
.bd-pagination-3.center {
  text-align: center;
}
.bd-pagination-3 > *:last-child {
  margin-right: 0;
}
.bd-pagination-3 span {
  cursor: default;
}
.pagination > ul.bd-pagination-3 > .active > a,
.pagination > ul.bd-pagination-3 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-3 > li.bd-paginationitem-3 > a,
.bd-pagination-3 > li.bd-paginationitem-3 > span,
.bd-pagination-3 > li.bd-paginationitem-3 > a:link,
.bd-pagination-3 > li.bd-paginationitem-3 > a:visited {
  color: #555555;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.bd-pagination-3 > li.bd-paginationitem-3 > a:hover {
  background-color: #dddddd;
  background-image: none;
}
.bd-pagination-3 > li.active.bd-paginationitem-3 > a,
.bd-pagination-3 > li.active.bd-paginationitem-3 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RCbG9n {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RDYXRlZ29yeUljb24z {}
.bd-posticoncategory-14 .bd-icon-62 {
  white-space: nowrap;
}
.bd-posticoncategory-14 .bd-icon-62 > span,
.bd-posticoncategory-14 .bd-icon-62 > time {
  white-space: normal;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3RDYXRlZ29yeUljb24z {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3REYXRlSWNvbjIy {}
.bd-posticondate-1 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-2 {
  line-height: 17.14285715px;
  font-size: 12px;
}
.bd-posticondate-2 .bd-icon-36 {
  white-space: nowrap;
}
.bd-posticondate-2 .bd-icon-36 > span,
.bd-posticondate-2 .bd-icon-36 > time {
  white-space: normal;
}
.bd-icon-36:before {
  content: '\23d';
}
.bd-icon-36:before {
  visibility: inherit;
}
.bd-icon-36:before {
  color: #cccccc;
  margin-right: 5px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3REYXRlSWNvbjIy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3REYXRlSWNvbjUy {}
.bd-posticondate-10 .bd-icon-54 {
  white-space: nowrap;
}
.bd-posticondate-10 .bd-icon-54 > span,
.bd-posticondate-10 .bd-icon-54 > time {
  white-space: normal;
}
.bd-icon-54:before {
  content: '\23d';
}
.bd-icon-54:before {
  visibility: inherit;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3REYXRlSWNvbjUy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3REYXRlSWNvbjYy {}
.bd-posticondate-12 .bd-icon-59 {
  white-space: nowrap;
}
.bd-posticondate-12 .bd-icon-59 > span,
.bd-posticondate-12 .bd-icon-59 > time {
  white-space: normal;
}
.bd-icon-59:before {
  content: '\23d';
}
.bd-icon-59:before {
  visibility: inherit;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Bvc3REYXRlSWNvbjYy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Byb2R1Y3RMaXN0Q29udGFpbmVy {}
.bd-layoutcontainer-26 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-54 {
  position: relative;
}
.bd-layoutcolumn-55 {
  position: relative;
}
.bd-layoutcolumn-56 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3Byb2R1Y3RMaXN0Q29udGFpbmVy {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0QmxvZ1RlbXBsYXRl {}
.bd-contentlayout-5 {
  padding-bottom: 20px;
  padding-top: 10px;
}
.bd-contentlayout-5 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-5 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-5 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-5 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-5 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-layoutitemsbox-22 {
  position: relative;
  background-color: #ffffff;
}
.bd-sheetstyles-4 {
  background-color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0QmxvZ1RlbXBsYXRl {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0RGVmYXVsdA {}
.bd-contentlayout-2 {
  padding-bottom: 20px;
  padding-top: 30px;
}
.bd-contentlayout-2 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-2 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-2 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-2 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-2 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-contentlayout-2 {
  margin-top: 0;
}
.bd-layoutitemsbox-18 {
  position: relative;
}
.bd-containereffect-18 {
  margin-top: 0px;
}
.bd-stretchtobottom-7 .bd-contentlayout-2 {
  height: 100%;
}
.bd-sheetstyles-6 {
  background-color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 0px solid #dddddd;
  border-right: 1px solid #ffffff;
  border-bottom: 0px solid #dddddd;
  border-left: 1px solid #ffffff;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0RGVmYXVsdA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0UHJvZHVjdE92ZXJ2aWV3 {}
.bd-contentlayout-4 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-4 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-4 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-4 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-4 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-layoutitemsbox-21 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0UHJvZHVjdE92ZXJ2aWV3 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0UHJvZHVjdHM {}
.bd-contentlayout-3 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-3 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-3 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-3 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-3 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-layoutitemsbox-19 {
  position: relative;
  padding: 10px 20px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0UHJvZHVjdHM {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0U2hvcHBpbmdDYXJ0 {}
.bd-contentlayout-8 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-8 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-8 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-8 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-8 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0U2hvcHBpbmdDYXJ0 {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0U2luZ2xlUG9zdFRlbXBsYXRl {}
.bd-contentlayout-6 {
  clear: both;
  /* DR-15613 */
}
.bd-contentlayout-6 .bd-flex-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

}@media screen and (max-width: 767px){
  .bd-contentlayout-6 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bd-contentlayout-6 .bd-flex-horizontal > * {
    width: 100%;
  }
}
@media screen {
.bd-contentlayout-6 .bd-flex-horizontal > * {
  padding-left: 0px;
  padding-right: 0px;
}
.bd-layoutitemsbox-23 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.bd-sheetstyles-5 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
  -o-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
  -ms-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
  border-top: 0px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NoZWV0U2luZ2xlUG9zdFRlbXBsYXRl {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NpZGViYXJBcmVhbGVmdA {}
.bd-sidebararea-3-column {
  width: 20%;
  margin-right: 20px;
}

}@media screen and (max-width: 1199px){
  .bd-sidebararea-3-column {
    width: 30%;
  }
}
@media screen and (max-width: 991px){
  .bd-sidebararea-3-column {
    width: 30%;
  }
}
@media screen and (max-width: 767px){
  .bd-sidebararea-3-column {
    width: 100%;
  }
}
@media screen {
.bd-sidebararea-3 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NpZGViYXJBcmVhbGVmdA {}
#marker-start-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NvcnRDb250YWluZXI {}
.bd-layoutcontainer-27 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-layoutcontainer-27 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-layoutcolumn-57 {
  position: relative;
}
.bd-layoutcolumn-58 {
  position: relative;
}
.bd-layoutcolumn-59 {
  text-align: right;
}
.bd-layoutcolumn-59 {
  position: relative;
}
#marker-end-L3N0eWxlLmNzcw.L2NvbnRyb2xzL3NvcnRDb250YWluZXI {}
#marker-start-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWRkaXRpb25hbENzcw {}
#marker-end-L3N0eWxlLmNzcw.L3Byb3RvdHlwZXMvQWRkaXRpb25hbENzcw {}
}
