.cf:before,
.cf:after {
  display: table;

  content: '';
  }
.cf:after {
  clear: both;
  }
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }
html {
  font-size: 100%;

  background: #fff;

  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizelegibility;
  image-rendering: optimizequality;
  }
body {
    font-family: '幼圆';
  font-size: 16px;
  line-height: 1.42857143;

  margin: 0 auto;

  color: #585c67;
  background: #fff;
  }
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  }
button,
input,
select[multiple],
textarea {
  background-image: none;
  }
a,
button {
  transition: color .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
  text-decoration: none;

  color: #000;
  }
a[disabled],
button[disabled] {
  cursor: not-allowed;

  opacity: .4;
  }
img,
hr {
  border: 0;
  }
del {
  text-decoration: line-through;
  }
::-moz-selection {
  background: rgba(226, 61, 14, .1);
  }
::selection {
  background: rgba(226, 61, 14, .1);
  }
@font-face {
  font-family: 'Overpass';
  font-weight: 900;
  font-style: normal;

  src: local('Overpass Black'), local('Overpass-Black'), url('../fonts/logo.woff2') format('woff2'), url('../fonts/logo.woff') format('woff');
  }
.font-logo {
  font-family: Overpass, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', Arial, Verdana, sans-serif;
  font-weight: normal;
  }
.redfont{
    color: red;
    font-size: 18px;
}
.container-lg {
  position: relative;

  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  }
.container-md {
  position: relative;

  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  }
.container-float {
  position: relative;

  margin: 0 auto;
  padding: 0 20px;
  }
.container-static {
  position: static;
  }
.container-padding-zero {
  padding: 0 0;
  }
.container-padding-md {
  padding: 0 40px;
  }
.container-padding-lg {
  padding: 0 80px;
  }
@media (min-width: 641px) {
  .width.width--20 {
    width: 20%;
    }
  .width.width--30 {
    width: 300px;
    }
  .width.width--40 {
    width: 40%;
    }
  .width.width--50 {
    width: 50%;
    }
  .width.width--60 {
    width: 60%;
    }
  .width.width--70 {
    width: 70%;
    }
  .width.width--80 {
    width: 80%;
    }
  .width.width--100 {
    width: 100%;
    }
  }
@media (min-width: 641px) {
  .cols {
    display: flex;
    }
  .cols.cols--row-reverse {
    flex-direction: row-reverse;
    }
  .cols.cols--wrap {
    flex-wrap: wrap;
    }
  .cols.cols--wrap .col {
    flex: auto;
    }
  .cols.cols--align-top {
    align-items: flex-start;
    }
  .col {
    flex: 1;
    }
  .col.col--20 {
    width: 20%;
    }
  .col.col--30 {
    width: 30%;
    }
  .col.col--40 {
    width: 40%;
    }
  .col.col--50 {
    width: 50%;
    }
  .col.col--60 {
    width: 60%;
    }
  .col.col--70 {
    width: 70%;
    }
  .col.col--80 {
    width: 80%;
    }
  .col.col--100 {
    width: 100%;
    }
  .col.col--collapsed {
    flex: auto;
    }
  .col.col--padding-left-text {
    padding-right: 40px;
    padding-left: 80px;
    }
  .col.col--padding-right-text {
    padding-right: 80px;
    padding-left: 40px;
    }
  .col img {
    vertical-align: middle;
    }
  }
@media (max-width: 640px) {
  .cols.cols--border-top .col {
    padding-top: 20px;

    border-top: 1px solid #eee;
    }
  .cols.cols--border-bottom .col {
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
    }
  }
.icon {
  width: 16px;
  height: 16px;
  }
.list-inline li {
  list-style: none;
  }
.list {
  margin-bottom: 1.8rem;

  list-style: none;

  counter-reset: list;
  }
@media (max-width: 640px) {
  .list {
    margin-left: 1em;
    }
  }
.list li {
  line-height: 1.71428571;
  }
.list li:before {
  font-size: 80%;
  line-height: 2.14285714;

  position: absolute;

  display: inline-block;

  width: 4em;
  margin-top: 1px;
  margin-left: -4em;

  text-align: right;
  pointer-events: none;

  opacity: .6;
  }
.list li > ul,
.list li > ol {
  margin-bottom: 0;
  margin-left: 1em;
  }
ul.list li:before {
  padding-right: .6em;

  content: '•';
  }
ol.list li:before {
  padding-right: .3em;

  content: counter(list) '.';
  counter-increment: list;
  }
.text-center {
  text-align: center;
  }
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;

  display: inline-block !important;

  padding: 6px 10px;

  cursor: pointer;
  transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;

  border: 1px solid #b8b8b8;
  border-radius: 4px;

  touch-action: manipulation;
  }
.btn.btn-default {
  border-color: #b8b8b8;
  }
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #e23d0e;
  border-color: #e23d0e;
  }
.btn.btn-white-bg {
  background: #fff;
  }
.btn.btn-primary {
  color: #fff;
  border-color: #e23d0e;
  background: #e23d0e;
  }
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #f25c31;
  background: #f25c31;
  }
.btn.btn-hero {
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, .6);
  box-shadow: 0 6px 30px 0 rgba(30, 29, 25, .6);
  }
@supports (-webkit-backdrop-filter: blur(10px)) {
  .btn.btn-hero {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    }
  }
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  background: rgba(0, 0, 0, .8);
  }
.btn-group .btn {
  float: left;

  border-radius: 0;
  }
.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
  }
.btn-group .btn:last-child {
  margin-left: -1px;

  border-radius: 0 4px 4px 0;
  }
.btn-group .btn.on {
  color: #fff;
  border-color: #e23d0e;
  background: #e23d0e;
  }
.btn.btn-xl {
  font-size: 22px;
  font-weight: bold;

  padding: 14px 26px;

  letter-spacing: .1em;

  border-radius: 6px;
  }
.btn.btn-lg {
  font-size: 20px;

  padding: 10px 20px;

  border-radius: 6px;
  }
.btn.btn-md {
  font-size: 16px;

  padding: 6px 14px;

  border-radius: 5px;
  }
.btn.btn-sm {
  font-size: 14px;

  padding: 4px 12px;

  border-radius: 4px;
  }
.btn.btn-xs {
  font-size: 12px;

  padding: 2px 8px;

  border-radius: 2px;
  }
.btn:hover,
.btn:focus {
  text-decoration: none;
  }
.btn-group:before,
.btn-group:after {
  display: table;

  content: '';
  }
.btn-group:after {
  clear: both;
  }
.link-arrow .icon {
  margin-left: -4px;

  transition: transform .2s ease;
  transform: scale(.5) rotate(180deg);
  vertical-align: -2px;
  }
.link-arrow:hover .icon,
.link-arrow:focus .icon {
  transform: scale(.5) rotate(180deg) translateX(-3px);
  }
.input {
  display: block;

  width: 100%;
  margin: 0 0 1.8rem;
  padding: .4em;

  transition: background .2s ease, border-color .2s ease;

  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  outline: none;
  background: rgba(0, 0, 0, .02);
  }
.input:focus {
  border-color: #e23d0e;
  background: #fff;
  }
.input.input-dark {
  color: #fff;
  border-color: #fff;
  background: rgba(53, 56, 72, .4);
  }
.input.input-dark:focus {
  background: rgba(53, 56, 72, .8);
  }
.relative {
  position: relative;
  }
.fixed {
  position: fixed;
  }
.absolute {
  position: absolute;
  }
.of-auto {
  overflow: auto;
  }
.of-hidden {
  overflow: hidden;
  }
.of-visible {
  overflow: visible;
  }
body {
  font-weight: 300;

  background: #f0f2f5;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  }
h1 {
  margin-bottom: 20px;
  }
h2 {
  margin-bottom: 16px;
  }
h3 {
  margin-bottom: 10px;
  }
hr::before,
.hr::before {
  display: block;

  width: 3px;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 1.5px;

  content: '';

  opacity: .4;
  border-radius: 50%;
  background: #000;
  box-shadow: 24px 0 0 0 #000, 48px 0 0 0 #000;
  }
.hero-landing-wrap {
  color: #fff;

  }
.hero-landing-wrap a {
  color: #fff;
  }
.hero-landing {
  display: flex;
  flex-direction: column;

  height: calc(100vh - 80px - 180px);
  min-height: 700px;
  padding-top: 10vmin;
  padding-bottom: 10vmin;

  justify-content: center;
  }
@media (max-width: 1080px) {
  .hero-landing {
    height: calc(60vh - 1vmax * 2 - 3ex);
    min-height: 320px;
    padding-top: 16vmin;
    padding-bottom: 16vmin;
    }
  }
.hero-landing h1 {
  font-size: 360%;
  font-weight: bold;

  margin-left: -2px;

  letter-spacing: -.04em;
  -webkit-hyphens: none;
          hyphens: none;

  -webkit-font-smoothing: antialiased;
      -ms-hyphens: none;
  }
.hero-landing small {
  display: block;

  margin-top: 2vmin;
  }
.common-heading-wrap {
  color: #fff;
  background: #e23d0e;
  }
.common-heading-wrap a {
  color: #fff;
  }
.common-heading {
      padding-top: 120px;
  flex-direction: column;

  min-height: 360px;

  text-align: center;

  justify-content: center;
  }
.common-heading h1 {
  font-size: 360%;
  font-weight: bold;

  margin-top: -40px;
  margin-bottom: 0;

  letter-spacing: -.04em;

  -webkit-font-smoothing: antialiased;
  }
.common-heading h2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.8;
  }
.common-heading-tint {
  position: absolute;
  top: 0;

  width: 100%;
  height: 100%;

  /*background: url("../images/20171104104448.jpg") no-repeat;*/
    background: #DA4133;
  }
.intro-section-wrap {
  padding-top: 8vw;
  padding-bottom: 8vw;

  background: #fff;
  }
@media (max-width: 640px) {
  .intro-section-wrap {
    padding-top: 14vw;
    padding-bottom: 14vw;
    }
  }
.intro-section-wrap-gray {
  background: #f0f2f5;
  }
.intro-section-wrap-compact {
  padding-top: 20px;
  padding-bottom: 40px;
  }
.intro-section-wrap-zero {
  padding-top: 0;
  padding-bottom: 0;
  }
.intro-section-wrap-common-text .intro-section {
  font-size: 18px;
  }
.intro-section-wrap-common-text .intro-section p {
  font-size: 18px;
  }
.intro-section-wrap-common-text .intro-section a {
  font-weight: bold;
  }
.intro-section-wrap-common .intro-section {
  padding: 20px;
  }
.intro-section {
  line-height: 1.7;

  border-radius: 4px;

  align-items: center;
  }
@media (max-width: 1080px) {
  .intro-section {
    border-radius: 0;
    }
  }
.intro-section h2 {
  font-size: 2em;
  font-weight: bold;

  color: #e23d0e;
  }
.intro-section p {
  font-size: 1.1em;

  margin-bottom: 1em;

  color: #3e3e3e;
  }
.intro-section p:last-child {
  margin-bottom: 0;
  }
@media (max-width: 640px) {
  .intro-section p {
    font-size: 1.2em;
    }
  }
.intro-section ul,
.intro-section dl {
  font-size: 1.2em;
  }
@media (max-width: 1080px) {
  .intro-section dl {
    margin-left: 16px;
    }
  }
.intro-section dl dt {
  font-weight: bold;

  margin-top: 20px;
  }
.intro-section dl dt:before {
  font-weight: normal;

  position: absolute;

  width: 1em;
  margin-left: -1em;

  content: '-';
  pointer-events: none;

  opacity: .4;
  }
.intro-section.intro-section-boxed {
  background: #fff;
  box-shadow: 0 12px 25px 0 rgba(39, 50, 78, .03);
  }
.intro-section.intro-section-boxed-of-hidden {
  overflow: hidden;
  }
.intro-section.intro-section-z-index {
  z-index: 10;
  }
.intro-section-offset {
  margin-top: -60px;
  }
.section-alt {
  background: #f9fbfd;
  }
.section-dark {
  color: #fff;
  background: #e23d0e;
  }
.section-dark a,
.section-dark p {
  color: #fff;
  }
.intro-section-blog-entry {
  flex-direction: column;
  }
.intro-section-blog-entry .blog-entry-text {
  max-width: 800px;
  margin: 40px auto;
  }
@media (max-width: 1080px) {
  .intro-section-blog-entry .blog-entry-text {
    padding-right: 20px;
    padding-left: 20px;
    }
  }
.intro-section-blog-entry .blog-entry-text h2 {
  margin-top: 40px;

  text-align: center;
  }
.intro-section-blog-entry .blog-entry-text h2:first-child {
  margin-top: 0;
  }
.intro-section-blog-entry .blog-entry-text .meta {
  font-size: 16px;

  margin-top: -10px;

  text-align: center;

  color: #999;
  }
.largetype {
  font-size: 1.4em !important;
  }
.callout {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;

  border: 0;
  border-left: 6px solid #ccc;
  background: #f9f9f9;
  }
.callout h4 {
  margin-top: 2px;
  margin-bottom: 8px;
  }
.callout a {
  font-weight: bold;
  }
.callout a,
.callout button {
  background: transparent;
  }
.callout p {
  line-height: 1.7;
  }
.callout p:last-child,
.callout ul:last-child,
.callout ol:last-child {
  margin-bottom: 0 !important;
  }
.callout .callout-content > p:last-child,
.callout .callout-content > ol:last-child,
.callout .callout-content > ul:last-child {
  margin-bottom: 0;
  }
.callout ul,
.callout ol {
  padding-left: 20px;
  }
.callout.callout-has-icon .icon {
  font-size: 48px;

  float: left;

  width: 48px;
  height: 48px;
  }
.callout.callout-has-icon .callout-content {
  margin-left: 60px;
  }
.sub-tabs ul {
  display: flex;

  list-style: none;
  }
@media (max-width: 640px) {
  .sub-tabs ul {
    display: block;
    }
  }
.sub-tabs ul li {
  text-align: center;

  flex: auto;
  }
@media (max-width: 640px) {
  .sub-tabs ul li {
    text-align: left;
    }
  }
.sub-tabs ul li a {
  font-size: 20px;

  display: block;

  padding: 20px;

  background: #f0f2f5;
  }
@media (max-width: 640px) {
  .sub-tabs ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
  }
.sub-tabs ul li.active a {
  color: #e23d0e;
  background: #fff;
  }
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */

  display: flex;

  pointer-events: none;
  }
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
  }
.tooltipster-content {
  overflow: auto;
  /* prevents an overflow if the user adds padding to the div */

  box-sizing: border-box;
  max-width: 100%;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  }
.tooltipster-ruler {
  position: fixed;
  top: 0;
  right: 0;
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;

  visibility: hidden;
  overflow: hidden;
  }
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  transition-property: opacity;

  opacity: 0;
  }
.tooltipster-fade.tooltipster-show {
  opacity: 1;
  }
/* grow */
.tooltipster-grow {
  transition-property: transform;
  transform: scale(0, 0);

  -webkit-backface-visibility: hidden;
  }
.tooltipster-grow.tooltipster-show {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transform: scale(1, 1);
  }
/* swing */
.tooltipster-swing {
  transition-property: transform;
  transform: rotateZ(4deg);

  opacity: 0;
  }
.tooltipster-swing.tooltipster-show {
  transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  transform: rotateZ(0deg);

  opacity: 1;
  }
/* fall */
.tooltipster-fall {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-property: top;
  }
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
  }
.tooltipster-fall.tooltipster-dying {
  top: 0 !important;

  transition-property: all;

  opacity: 0;
  }
/* slide */
.tooltipster-slide {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-property: left;
  }
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
  }
.tooltipster-slide.tooltipster-dying {
  left: 0 !important;

  transition-property: all;

  opacity: 0;
  }
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
    }
  100% {
    opacity: 1;
    }
  }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
  }
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
    }
  75% {
    transform: rotate(2deg);
    }
  100% {
    transform: rotate(0);
    }
  }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
  }
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
    }
  100% {
    transform: scale(1);
    }
  }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
  }
/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Let the container fit the height of the icon
 */
.uk-icon {
  /* 2 */
  line-height: 0;

  display: inline-block;
  /* 1 */

  fill: currentcolor;
  }
/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
  }
.uk-icon [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
  }
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
  }
/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;

  vertical-align: middle;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  }
/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999;
  }
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none;
  }
/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
  }
/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  /* 1 */
  display: inline-flex;

  box-sizing: border-box;
  width: 36px;
  height: 36px;

  vertical-align: middle;

  color: #999;
  border-radius: 500px;
  background: #f8f8f8;

  justify-content: center;
  align-items: center;
  }
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  color: #666;
  outline: none;
  background-color: #ebebeb;
  }
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  color: #666;
  background-color: #dfdfdf;
  }
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default `button` padding and background color
 * 7. Required for `button`.
 * 8. Re-reset `line-height` for icon
 */
.uk-close {
  /* 4 */
  font: inherit;
  /* 8 */
  line-height: 0;
  /* 3 */

  overflow: visible;
  /* 1 */

  margin: 0;
  /* 6. */
  padding: 0;
  /* 7 */

  cursor: pointer;
  /* 5 */
  text-transform: none;

  color: #999;
  /* 2 */
  border: none;
  background-color: transparent;
  }
/*
 * Remove the inner border and padding in Firefox.
 */
.uk-close::-moz-focus-inner {
  padding: 0;

  border: 0;
  }
/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none;
  }
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 2 */
  position: fixed;
  z-index: 1010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 1 */

  display: none;
  /* 3 */
  overflow-y: auto;

  padding-right: 15px;
  /* 4 */
  padding-left: 15px;

  transition: opacity .15s linear;
  /* 6 */

  opacity: 0;
  /* 5 */
  background: rgba(0, 0, 0, .6);

  -webkit-overflow-scrolling: touch;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding-right: 30px;
    padding-left: 30px;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-right: 40px;
    padding-left: 40px;
    }
  }
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
  }
/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
  }
/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Dimensions
 * 3. Style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */

  box-sizing: border-box;
  width: 600px;
  max-width: 100%;
  margin: 50px auto;

  transition: opacity .3s linear, transform .3s ease-out;
  transform: translateY(-100px);
  /* 4 */

  opacity: 0;
  /* 3 */
  background: #fff;
  }
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-modal-dialog {
    margin-top: 15px;
    margin-bottom: 15px;
    }
  }
/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  transform: translateY(0);

  opacity: 1;
  }
/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
  }
/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;

  background: none;
  }
/* 2 */
.uk-modal-full .uk-modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;

  transform: translateY(0);
  }
/* Lightbox modifier
 ========================================================================== */
.uk-modal-lightbox {
  background: rgba(0, 0, 0, .9);
  }
.uk-modal-lightbox .uk-modal-dialog {
  margin-right: 15px;
  margin-left: 15px;
  }
/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 30px 30px;
  }
.uk-modal-header {
  padding: 15px 30px;

  background: #f8f8f8;
  }
.uk-modal-footer {
  padding: 15px 30px;

  background: #f8f8f8;
  }
/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  display: table;

  content: '';
  }
.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
  }
/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
  }
/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
  }
/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;

  padding: 5px;
  }
/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
  }
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 */
.uk-modal-close-outside {
  top: 0;
  right: 0;

  transform: translate(100%, -100%);

  color: #fff;
  }
.uk-modal-close-outside:hover {
  color: #fff;
  }
/*
 * Full
 */
/* Caption
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;

  margin-top: 20px;

  text-align: center;

  color: #fff;
  }
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: .5s;
  animation-timing-function: ease-out;

  animation-fill-mode: both;
  }
/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-timing-function: ease-in;
  animation-direction: reverse;
  }
/* Animations for scrollspy
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear;
  }
/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
  }
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
  }
/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top;
  }
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
  }
.uk-animation-slide-left {
  animation-name: uk-fade-left;
  }
.uk-animation-slide-right {
  animation-name: uk-fade-right;
  }
/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
  }
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
  }
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
  }
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
  }
/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
  }
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
  }
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
  }
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
  }
/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
  }
/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
  }
/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: .1s;
  }
/* Enable animation only on hover
========================================================================== */
/*
 * Note: Firefox and IE needs this because animations are not triggered when switching between display `none` and `block`
 */
.uk-animation-toggle:not(:hover):not(.uk-hover) [class*='uk-animation-'] {
  animation-name: none;
  }
/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
    }
  100% {
    opacity: 1;
    }
  }
/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    transform: translateY(-100%);

    opacity: 0;
    }
  100% {
    transform: translateY(0);

    opacity: 1;
    }
  }
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    transform: translateY(100%);

    opacity: 0;
    }
  100% {
    transform: translateY(0);

    opacity: 1;
    }
  }
/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    transform: translateX(-100%);

    opacity: 0;
    }
  100% {
    transform: translateX(0);

    opacity: 1;
    }
  }
/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    transform: translateX(100%);

    opacity: 0;
    }
  100% {
    transform: translateX(0);

    opacity: 1;
    }
  }
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    transform: translateY(-10px);

    opacity: 0;
    }
  100% {
    transform: translateY(0);

    opacity: 1;
    }
  }
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    transform: translateY(10px);

    opacity: 0;
    }
  100% {
    transform: translateY(0);

    opacity: 1;
    }
  }
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    transform: translateX(-10px);

    opacity: 0;
    }
  100% {
    transform: translateX(0);

    opacity: 1;
    }
  }
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    transform: translateX(10px);

    opacity: 0;
    }
  100% {
    transform: translateX(0);

    opacity: 1;
    }
  }
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    transform: translateY(-50px);

    opacity: 0;
    }
  100% {
    transform: translateY(0);

    opacity: 1;
    }
  }
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    transform: translateY(50px);

    opacity: 0;
    }
  100% {
    transform: translateY(0);

    opacity: 1;
    }
  }
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    transform: translateX(-50px);

    opacity: 0;
    }
  100% {
    transform: translateX(0);

    opacity: 1;
    }
  }
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    transform: translateX(50px);

    opacity: 0;
    }
  100% {
    transform: translateX(0);

    opacity: 1;
    }
  }
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    transform: scale(.2);

    opacity: 0;
    }
  100% {
    transform: scale(1);

    opacity: 1;
    }
  }
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    transform: scale(1.8);

    opacity: 0;
    }
  100% {
    transform: scale(1);

    opacity: 1;
    }
  }
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
    }
  100% {
    transform: scale(1.2);
    }
  }
/*
 * Shake
 */
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
    }
  10% {
    transform: translateX(-9px);
    }
  20% {
    transform: translateX(8px);
    }
  30% {
    transform: translateX(-7px);
    }
  40% {
    transform: translateX(6px);
    }
  50% {
    transform: translateX(-5px);
    }
  60% {
    transform: translateX(4px);
    }
  70% {
    transform: translateX(-3px);
    }
  80% {
    transform: translateX(2px);
    }
  90% {
    transform: translateX(-1px);
    }
  }
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
  }
.uk-child-width-1-2 > * {
  width: 50%;
  }
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
  }
.uk-child-width-1-4 > * {
  width: 25%;
  }
.uk-child-width-1-5 > * {
  width: 20%;
  }
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
  }
.uk-child-width-auto > * {
  width: auto;
  }
/*
 *    Instead of 0, 1px is needed to make cell wrap into next row if predecessor is 100% wide
 *    and the grid gutter is 0 pixels wide
 */
.uk-child-width-expand > * {
  width: 1px;
  }
/*
 * 1. Make `width: 1px` work, because according to the spec flex items won’t shrink
 *    below their minimum content size. To change this, set the min-width.
 *    Only needed for Firefox. All other browsers ignore this.
 *
 * 2. `width` is ignored when wrapping flex items in Safari
 *    https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  /* 1 */
  min-width: 0;

  flex: 1;
  /* 2 */
  flex-basis: 1px;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
    }
  .uk-child-width-1-2\@s > * {
    width: 50%;
    }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
    }
  .uk-child-width-1-4\@s > * {
    width: 25%;
    }
  .uk-child-width-1-5\@s > * {
    width: 20%;
    }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
    }
  .uk-child-width-auto\@s > * {
    width: auto;
    }
  .uk-child-width-expand\@s > * {
    width: 1px;
    }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
    }
  .uk-child-width-1-2\@m > * {
    width: 50%;
    }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
    }
  .uk-child-width-1-4\@m > * {
    width: 25%;
    }
  .uk-child-width-1-5\@m > * {
    width: 20%;
    }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
    }
  .uk-child-width-auto\@m > * {
    width: auto;
    }
  .uk-child-width-expand\@m > * {
    width: 1px;
    }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
    }
  .uk-child-width-1-2\@l > * {
    width: 50%;
    }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
    }
  .uk-child-width-1-4\@l > * {
    width: 25%;
    }
  .uk-child-width-1-5\@l > * {
    width: 20%;
    }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
    }
  .uk-child-width-auto\@l > * {
    width: auto;
    }
  .uk-child-width-expand\@l > * {
    width: 1px;
    }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
    }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
    }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
    }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
    }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
    }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
    }
  .uk-child-width-auto\@xl > * {
    width: auto;
    }
  .uk-child-width-expand\@xl > * {
    width: 1px;
    }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
  }
/* Halves */
.uk-width-1-2 {
  width: 50%;
  }
/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
  }
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
  }
/* Quarters */
.uk-width-1-4 {
  width: 25%;
  }
.uk-width-3-4 {
  width: 75%;
  }
/* Fifths */
.uk-width-1-5 {
  width: 20%;
  }
.uk-width-2-5 {
  width: 40%;
  }
.uk-width-3-5 {
  width: 60%;
  }
.uk-width-4-5 {
  width: 80%;
  }
/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
  }
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
  }
/* Pixel */
.uk-width-small {
  width: 150px;
  }
.uk-width-medium {
  width: 300px;
  }
.uk-width-large {
  width: 450px;
  }
.uk-width-xlarge {
  width: 600px;
  }
.uk-width-xxlarge {
  width: 750px;
  }
/* Auto */
.uk-width-auto {
  width: auto;
  }
/* Expand */
.uk-width-expand {
  width: 1px;
  min-width: 0;

  flex: 1;
  flex-basis: 1px;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
    }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
    }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
    }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
    }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
    }
  .uk-width-3-4\@s {
    width: 75%;
    }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
    }
  .uk-width-2-5\@s {
    width: 40%;
    }
  .uk-width-3-5\@s {
    width: 60%;
    }
  .uk-width-4-5\@s {
    width: 80%;
    }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
    }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
    }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
    }
  .uk-width-medium\@s {
    width: 300px;
    }
  .uk-width-large\@s {
    width: 450px;
    }
  .uk-width-xlarge\@s {
    width: 600px;
    }
  .uk-width-xxlarge\@s {
    width: 750px;
    }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
    }
  /* Expand */
  .uk-width-expand\@s {
    width: 1px;
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
    }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
    }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
    }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
    }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
    }
  .uk-width-3-4\@m {
    width: 75%;
    }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
    }
  .uk-width-2-5\@m {
    width: 40%;
    }
  .uk-width-3-5\@m {
    width: 60%;
    }
  .uk-width-4-5\@m {
    width: 80%;
    }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
    }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
    }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
    }
  .uk-width-medium\@m {
    width: 300px;
    }
  .uk-width-large\@m {
    width: 450px;
    }
  .uk-width-xlarge\@m {
    width: 600px;
    }
  .uk-width-xxlarge\@m {
    width: 750px;
    }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
    }
  /* Expand */
  .uk-width-expand\@m {
    width: 1px;
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
    }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
    }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
    }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
    }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
    }
  .uk-width-3-4\@l {
    width: 75%;
    }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
    }
  .uk-width-2-5\@l {
    width: 40%;
    }
  .uk-width-3-5\@l {
    width: 60%;
    }
  .uk-width-4-5\@l {
    width: 80%;
    }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
    }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
    }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
    }
  .uk-width-medium\@l {
    width: 300px;
    }
  .uk-width-large\@l {
    width: 450px;
    }
  .uk-width-xlarge\@l {
    width: 600px;
    }
  .uk-width-xxlarge\@l {
    width: 750px;
    }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
    }
  /* Expand */
  .uk-width-expand\@l {
    width: 1px;
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
    }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
    }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
    }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
    }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
    }
  .uk-width-3-4\@xl {
    width: 75%;
    }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
    }
  .uk-width-2-5\@xl {
    width: 40%;
    }
  .uk-width-3-5\@xl {
    width: 60%;
    }
  .uk-width-4-5\@xl {
    width: 80%;
    }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
    }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
    }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
    }
  .uk-width-medium\@xl {
    width: 300px;
    }
  .uk-width-large\@xl {
    width: 450px;
    }
  .uk-width-xlarge\@xl {
    width: 600px;
    }
  .uk-width-xxlarge\@xl {
    width: 750px;
    }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
    }
  /* Expand */
  .uk-width-expand\@xl {
    width: 1px;
    min-width: 0;

    flex: 1;
    flex-basis: 1px;
    }
  }
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;

  color: #333;
  }
.uk-text-meta {
  font-size: .875rem;
  line-height: 1.4;

  color: #999;
  }
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: .875rem;
  line-height: 1.5;
  }
.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
  }
/* Weight modifier
 ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
  }
/* Transform modifier
 ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
  }
.uk-text-capitalize {
  text-transform: capitalize !important;
  }
.uk-text-lowercase {
  text-transform: lowercase !important;
  }
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
  }
.uk-text-primary {
  color: #1e87f0 !important;
  }
.uk-text-success {
  color: #32d296 !important;
  }
.uk-text-warning {
  color: #faa05a !important;
  }
.uk-text-danger {
  color: #f0506e !important;
  }
/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 2 */
  display: inline-block;
  /* 3 */

  color: #1e87f0 !important;
  /* 1 */
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
  }
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
    }
  }
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
  }
.uk-text-right {
  text-align: right !important;
  }
.uk-text-center {
  text-align: center !important;
  }
.uk-text-justify {
  text-align: justify !important;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
    }
  .uk-text-right\@s {
    text-align: right !important;
    }
  .uk-text-center\@s {
    text-align: center !important;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
    }
  .uk-text-right\@m {
    text-align: right !important;
    }
  .uk-text-center\@m {
    text-align: center !important;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
    }
  .uk-text-right\@l {
    text-align: right !important;
    }
  .uk-text-center\@l {
    text-align: center !important;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
    }
  .uk-text-right\@xl {
    text-align: right !important;
    }
  .uk-text-center\@xl {
    text-align: center !important;
    }
  }
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
  }
.uk-text-middle {
  vertical-align: middle !important;
  }
.uk-text-bottom {
  vertical-align: bottom !important;
  }
.uk-text-baseline {
  vertical-align: baseline !important;
  }
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
  }
/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 2 */
  overflow: hidden;
  /* 1 */

  max-width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
  }
/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
  }
/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Add a hyphen where the word breaks
 * 4. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 */
.uk-text-break {
  /* 2 */
  word-wrap: break-word;
  /* 3 */
  -webkit-hyphens: auto;
          hyphens: auto;
  /* 1 */

  overflow-wrap: break-word;
      -ms-hyphens: auto;
  }
/* 4 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
  }
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  -moz-column-gap: 30px;
       column-gap: 30px;
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    -moz-column-gap: 40px;
         column-gap: 40px;
    }
  }
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0);
  }
/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  -moz-column-rule: 1px solid #e5e5e5;
       column-rule: 1px solid #e5e5e5;
  /* 1 */
  -moz-column-gap: 60px;
       column-gap: 60px;
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    -moz-column-gap: 80px;
         column-gap: 80px;
    }
  }
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -moz-column-count: 2;
       column-count: 2;
  }
.uk-column-1-3 {
  -moz-column-count: 3;
       column-count: 3;
  }
.uk-column-1-4 {
  -moz-column-count: 4;
       column-count: 4;
  }
.uk-column-1-5 {
  -moz-column-count: 5;
       column-count: 5;
  }
.uk-column-1-6 {
  -moz-column-count: 6;
       column-count: 6;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    -moz-column-count: 2;
         column-count: 2;
    }
  .uk-column-1-3\@s {
    -moz-column-count: 3;
         column-count: 3;
    }
  .uk-column-1-4\@s {
    -moz-column-count: 4;
         column-count: 4;
    }
  .uk-column-1-5\@s {
    -moz-column-count: 5;
         column-count: 5;
    }
  .uk-column-1-6\@s {
    -moz-column-count: 6;
         column-count: 6;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    -moz-column-count: 2;
         column-count: 2;
    }
  .uk-column-1-3\@m {
    -moz-column-count: 3;
         column-count: 3;
    }
  .uk-column-1-4\@m {
    -moz-column-count: 4;
         column-count: 4;
    }
  .uk-column-1-5\@m {
    -moz-column-count: 5;
         column-count: 5;
    }
  .uk-column-1-6\@m {
    -moz-column-count: 6;
         column-count: 6;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    -moz-column-count: 2;
         column-count: 2;
    }
  .uk-column-1-3\@l {
    -moz-column-count: 3;
         column-count: 3;
    }
  .uk-column-1-4\@l {
    -moz-column-count: 4;
         column-count: 4;
    }
  .uk-column-1-5\@l {
    -moz-column-count: 5;
         column-count: 5;
    }
  .uk-column-1-6\@l {
    -moz-column-count: 6;
         column-count: 6;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    -moz-column-count: 2;
         column-count: 2;
    }
  .uk-column-1-3\@xl {
    -moz-column-count: 3;
         column-count: 3;
    }
  .uk-column-1-4\@xl {
    -moz-column-count: 4;
         column-count: 4;
    }
  .uk-column-1-5\@xl {
    -moz-column-count: 5;
         column-count: 5;
    }
  .uk-column-1-6\@xl {
    -moz-column-count: 6;
         column-count: 6;
    }
  }
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  -moz-column-span: all;
       column-span: all;
  }
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 2 */
  position: absolute;
  top: 50%;
  left: 50%;
  /* 1 */

  max-width: none;

  transform: translate(-50%, -50%);
  }
/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 2 */
  position: relative;
  /* 1 */

  overflow: hidden;
  }
/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
  }
.uk-background-muted {
  background-color: #f8f8f8;
  }
.uk-background-primary {
  background-color: #1e87f0;
  }
.uk-background-secondary {
  background-color: #222;
  }
/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  }
.uk-background-cover {
  background-size: cover;
  }
.uk-background-contain {
  background-size: contain;
  }
/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
  }
.uk-background-top-center {
  background-position: 50% 0;
  }
.uk-background-top-right {
  background-position: 100% 0;
  }
.uk-background-center-left {
  background-position: 0 50%;
  }
.uk-background-center-center {
  background-position: 50% 50%;
  }
.uk-background-center-right {
  background-position: 100% 50%;
  }
.uk-background-bottom-left {
  background-position: 0 100%;
  }
.uk-background-bottom-center {
  background-position: 50% 100%;
  }
.uk-background-bottom-right {
  background-position: 100% 100%;
  }
/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
  }
/* Attachment
 ========================================================================== */
.uk-background-fixed {
  background-attachment: fixed;
  }
/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
    }
  }
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
    }
  }
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
    }
  }
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
    }
  }
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
    }
  }
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
  }
.uk-background-blend-screen {
  background-blend-mode: screen;
  }
.uk-background-blend-overlay {
  background-blend-mode: overlay;
  }
.uk-background-blend-darken {
  background-blend-mode: darken;
  }
.uk-background-blend-lighten {
  background-blend-mode: lighten;
  }
.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
  }
.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
  }
.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
  }
.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
  }
.uk-background-blend-difference {
  background-blend-mode: difference;
  }
.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
  }
.uk-background-blend-hue {
  background-blend-mode: hue;
  }
.uk-background-blend-saturation {
  background-blend-mode: saturation;
  }
.uk-background-blend-color {
  background-blend-mode: color;
  }
.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
  }
/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;

  margin-bottom: 30px;
  }
* + [class*='uk-align'] {
  margin-top: 30px;
  }
/*
 * Center
 */
.uk-align-center {
  margin-right: auto;
  margin-left: auto;
  }
/*
 * Left/Right
 */
.uk-align-left {
  float: left;

  margin-top: 0;
  margin-right: 30px;
  }
.uk-align-right {
  float: right;

  margin-top: 0;
  margin-left: 30px;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    float: left;

    margin-top: 0;
    margin-right: 30px;
    }
  .uk-align-right\@s {
    float: right;

    margin-top: 0;
    margin-left: 30px;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    float: left;

    margin-top: 0;
    margin-right: 30px;
    }
  .uk-align-right\@m {
    float: right;

    margin-top: 0;
    margin-left: 30px;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    float: left;

    margin-top: 0;
    }
  .uk-align-right\@l {
    float: right;

    margin-top: 0;
    }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
    }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    float: left;

    margin-top: 0;
    margin-right: 40px;
    }
  .uk-align-right\@xl {
    float: right;

    margin-top: 0;
    margin-left: 40px;
    }
  }
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;

  box-sizing: border-box;
  }
/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  display: table;

  content: '';
  }
.uk-panel::after {
  clear: both;
  }
/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
  }
/*
 * Scrollable
 */
.uk-panel-scrollable {
  overflow: auto;

  height: 170px;
  padding: 10px;

  resize: both;

  border: 1px solid #e5e5e5;

  -webkit-overflow-scrolling: touch;
  }
/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  display: table-cell;

  content: '';
  }
/* 2 */
.uk-clearfix::after {
  display: table;
  clear: both;

  content: '';
  }
/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
  }
.uk-float-right {
  float: right;
  }
/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
  }
/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
  }
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto;

  -webkit-overflow-scrolling: touch;
  }
.uk-overflow-auto > :last-child {
  margin-bottom: 0;
  }
/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
  }
.uk-resize-vertical {
  resize: vertical;
  }
/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
  }
.uk-display-inline {
  display: inline !important;
  }
.uk-display-inline-block {
  display: inline-block !important;
  }
/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Clip child elements
 */
[class*='uk-inline'] {
  /* 2 */
  position: relative;
  /* 1 */

  display: inline-block;
  /* 3 */

  max-width: 100%;
  /* 4 */

  vertical-align: middle;
  }
.uk-inline-clip {
  /* 5 */
  overflow: hidden;
  }
/* Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box;
  }
/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
  }
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
  }
/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
  }
.uk-height-medium {
  height: 300px;
  }
.uk-height-large {
  height: 450px;
  }
.uk-height-max-small {
  max-height: 150px;
  }
.uk-height-max-medium {
  max-height: 300px;
  }
.uk-height-max-large {
  max-height: 450px;
  }
/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width audio,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
  }
/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
  }
/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
  }
/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
  /* 1 */
  max-height: 100%;
  }
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
  }
.uk-border-rounded {
  border-radius: 5px;
  }
/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
  }
/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  }
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  }
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
  }
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
  }
/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow .1s ease-in-out;
  }
.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  }
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  }
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
  }
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
  }
/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    position: relative;

    display: inline-block;

    max-width: 100%;

    vertical-align: middle;
    }
  .uk-box-shadow-bottom::before {
    /* 1 */
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    /* 2 */

    height: 30px;

    content: '';

    border-radius: 100%;
    background: #444;

    filter: blur(20px);
    }
  /* 3 */
  .uk-box-shadow-bottom > * {
    position: relative;
    }
  }
/* Drop cap
 ========================================================================== */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  font-size: 4.5em;
  line-height: 1;

  display: block;
  float: left;

  margin-right: 10px;
  }
/* Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
  }
/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  /* 2 */

  width: 0;
  margin-left: 15px;
  /* 3 */

  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
  }
/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
  }
/* Pass fill character to JS */
.var-leader-fill:before {
  content: '.';
  }
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5rem;
  /* 1 */

  text-decoration: none;

  color: #666;
  }
/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  /* 1 */
  text-decoration: none;

  color: #666;
  outline: none;
  }
.uk-logo-inverse {
  display: none;
  }
/* SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
  }
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
  }
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
  }
/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
  }
/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
  }
/* 2 */
.uk-drag iframe {
  pointer-events: none;
  }
/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, .3);
  }
/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
  }
.uk-blend-screen {
  mix-blend-mode: screen;
  }
.uk-blend-overlay {
  mix-blend-mode: overlay;
  }
.uk-blend-darken {
  mix-blend-mode: darken;
  }
.uk-blend-lighten {
  mix-blend-mode: lighten;
  }
.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
  }
.uk-blend-color-burn {
  mix-blend-mode: color-burn;
  }
.uk-blend-hard-light {
  mix-blend-mode: hard-light;
  }
.uk-blend-soft-light {
  mix-blend-mode: soft-light;
  }
.uk-blend-difference {
  mix-blend-mode: difference;
  }
.uk-blend-exclusion {
  mix-blend-mode: exclusion;
  }
.uk-blend-hue {
  mix-blend-mode: hue;
  }
.uk-blend-saturation {
  mix-blend-mode: saturation;
  }
.uk-blend-color {
  mix-blend-mode: color;
  }
.uk-blend-luminosity {
  mix-blend-mode: luminosity;
  }
/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
  }
.uk-transform-origin-top-center {
  transform-origin: 50% 0;
  }
.uk-transform-origin-top-right {
  transform-origin: 100% 0;
  }
.uk-transform-origin-center-left {
  transform-origin: 0 50%;
  }
.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
  }
.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
  }
.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
  }
.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
  }
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
  }
.uk-flex-inline {
  display: inline-flex;
  }
/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
  }
/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
  }
.uk-flex-center {
  justify-content: center;
  }
.uk-flex-right {
  justify-content: flex-end;
  }
.uk-flex-between {
  justify-content: space-between;
  }
.uk-flex-around {
  justify-content: space-around;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
    }
  .uk-flex-center\@s {
    justify-content: center;
    }
  .uk-flex-right\@s {
    justify-content: flex-end;
    }
  .uk-flex-between\@s {
    justify-content: space-between;
    }
  .uk-flex-around\@s {
    justify-content: space-around;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
    }
  .uk-flex-center\@m {
    justify-content: center;
    }
  .uk-flex-right\@m {
    justify-content: flex-end;
    }
  .uk-flex-between\@m {
    justify-content: space-between;
    }
  .uk-flex-around\@m {
    justify-content: space-around;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
    }
  .uk-flex-center\@l {
    justify-content: center;
    }
  .uk-flex-right\@l {
    justify-content: flex-end;
    }
  .uk-flex-between\@l {
    justify-content: space-between;
    }
  .uk-flex-around\@l {
    justify-content: space-around;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
    }
  .uk-flex-center\@xl {
    justify-content: center;
    }
  .uk-flex-right\@xl {
    justify-content: flex-end;
    }
  .uk-flex-between\@xl {
    justify-content: space-between;
    }
  .uk-flex-around\@xl {
    justify-content: space-around;
    }
  }
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
  }
.uk-flex-top {
  align-items: flex-start;
  }
.uk-flex-middle {
  align-items: center;
  }
.uk-flex-bottom {
  align-items: flex-end;
  }
/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
  }
.uk-flex-row-reverse {
  flex-direction: row-reverse;
  }
.uk-flex-column {
  flex-direction: column;
  }
.uk-flex-column-reverse {
  flex-direction: column-reverse;
  }
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
  }
.uk-flex-wrap {
  flex-wrap: wrap;
  }
.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
  }
/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
  }
.uk-flex-wrap-top {
  align-content: flex-start;
  }
.uk-flex-wrap-middle {
  align-content: center;
  }
.uk-flex-wrap-bottom {
  align-content: flex-end;
  }
.uk-flex-wrap-between {
  align-content: space-between;
  }
.uk-flex-wrap-around {
  align-content: space-around;
  }
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
  }
.uk-flex-last {
  order: 99;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
    }
  .uk-flex-last\@s {
    order: 99;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
    }
  .uk-flex-last\@m {
    order: 99;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
    }
  .uk-flex-last\@l {
    order: 99;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
    }
  .uk-flex-last\@xl {
    order: 99;
    }
  }
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
  }
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
  }
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
  }
/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
  }
* + .uk-margin {
  margin-top: 20px !important;
  }
.uk-margin-top {
  margin-top: 20px !important;
  }
.uk-margin-bottom {
  margin-bottom: 20px !important;
  }
.uk-margin-left {
  margin-left: 20px !important;
  }
.uk-margin-right {
  margin-right: 20px !important;
  }
/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
  }
* + .uk-margin-small {
  margin-top: 10px !important;
  }
.uk-margin-small-top {
  margin-top: 10px !important;
  }
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
  }
.uk-margin-small-left {
  margin-left: 10px !important;
  }
.uk-margin-small-right {
  margin-right: 10px !important;
  }
/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
  }
* + .uk-margin-medium {
  margin-top: 40px !important;
  }
.uk-margin-medium-top {
  margin-top: 40px !important;
  }
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
  }
.uk-margin-medium-left {
  margin-left: 40px !important;
  }
.uk-margin-medium-right {
  margin-right: 40px !important;
  }
/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
  }
* + .uk-margin-large {
  margin-top: 40px !important;
  }
.uk-margin-large-top {
  margin-top: 40px !important;
  }
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
  }
.uk-margin-large-left {
  margin-left: 40px !important;
  }
.uk-margin-large-right {
  margin-right: 40px !important;
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
    }
  * + .uk-margin-large {
    margin-top: 70px !important;
    }
  .uk-margin-large-top {
    margin-top: 70px !important;
    }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
    }
  .uk-margin-large-left {
    margin-left: 70px !important;
    }
  .uk-margin-large-right {
    margin-right: 70px !important;
    }
  }
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
  }
* + .uk-margin-xlarge {
  margin-top: 70px !important;
  }
.uk-margin-xlarge-top {
  margin-top: 70px !important;
  }
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
  }
.uk-margin-xlarge-left {
  margin-left: 70px !important;
  }
.uk-margin-xlarge-right {
  margin-right: 70px !important;
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
    }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
    }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
    }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
    }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
    }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
    }
  }
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
  }
.uk-margin-remove-top {
  margin-top: 0 !important;
  }
.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
  }
.uk-margin-remove-left {
  margin-left: 0 !important;
  }
.uk-margin-remove-right {
  margin-right: 0 !important;
  }
.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  }
.uk-margin-remove-adjacent + * {
  margin-top: 0 !important;
  }
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
.uk-margin-auto-top {
  margin-top: auto !important;
  }
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
  }
.uk-margin-auto-left {
  margin-left: auto !important;
  }
.uk-margin-auto-right {
  margin-right: auto !important;
  }
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
    }
  }
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
  }
/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px;
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
    }
  }
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
  }
.uk-padding-remove-top {
  padding-top: 0 !important;
  }
.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
  }
.uk-padding-remove-left {
  padding-left: 0 !important;
  }
.uk-padding-remove-right {
  padding-right: 0 !important;
  }
.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  }
.uk-padding-remove-horizontal {
  padding-right: 0 !important;
  padding-left: 0 !important;
  }
/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  }
/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  right: 0;
  left: 0;
  }
.uk-position-bottom {
  right: 0;
  bottom: 0;
  left: 0;
  }
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
  }
.uk-position-right {
  top: 0;
  right: 0;
  bottom: 0;
  }
/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0;
  }
.uk-position-top-right {
  top: 0;
  right: 0;
  }
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
  }
.uk-position-bottom-right {
  right: 0;
  bottom: 0;
  }
/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container (Not working in Firefox)
 * 2. Fix text wrapping for Firefox
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  /* 1 */

  display: table;
  /* 2 */

  width: -moz-max-content;
  max-width: 100%;

  transform: translate(-50%, -50%);
  }
/* Vertical */
.uk-position-center-left,
.uk-position-center-right {
  top: 50%;

  transform: translateY(-50%);
  }
.uk-position-center-left {
  left: 0;
  }
.uk-position-center-right {
  right: 0;
  }
/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  /* 1 */

  display: table;

  transform: translateX(-50%);
  }
.uk-position-top-center {
  top: 0;
  }
.uk-position-bottom-center {
  bottom: 0;
  }
/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
  }
.uk-position-absolute {
  position: absolute !important;
  }
.uk-position-fixed {
  position: fixed !important;
  }
.uk-position-z-index {
  z-index: 1;
  }
/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  margin: 15px;
  }
.uk-position-small.uk-position-center {
  transform: translate(calc(-50% - 15px), calc(-50% - 15px));
  }
.uk-position-small.uk-position-center-left,
.uk-position-small.uk-position-center-right {
  transform: translateY(calc(-50% - 15px));
  }
.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(calc(-50% - 15px));
  }
/*
 * Medium
 */
.uk-position-medium {
  margin: 30px;
  }
.uk-position-medium.uk-position-center {
  transform: translate(calc(-50% - 30px), calc(-50% - 30px));
  }
.uk-position-medium.uk-position-center-left,
.uk-position-medium.uk-position-center-right {
  transform: translateY(calc(-50% - 30px));
  }
.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(calc(-50% - 30px));
  }
/* ========================================================================
   Component: Transition
 ========================================================================== */
/*
 * Using multiple selectors to exclude `uk-transition-toggle`
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`
 *       Just put the transition in an extra `div`
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: .3s ease-out;
  transition-property: opacity, transform, filter;
  }
/*
 * Fade
 */
.uk-transition-fade {
  opacity: 0;
  }
.uk-transition-toggle:hover [class*='uk-transition-fade'],
.uk-transition-toggle.uk-hover [class*='uk-transition-fade'] {
  opacity: 1;
  }
/*
 * Scale
 * Note: Using `scale3d` for better image rendering
 */
[class*='uk-transition-scale'] {
  opacity: 0;
  }
.uk-transition-scale-up {
  transform: scale3d(1, 1, 1);
  }
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle.uk-hover .uk-transition-scale-up {
  transform: scale3d(1.1, 1.1, 1);

  opacity: 1;
  }
.uk-transition-scale-down {
  transform: scale3d(1.1, 1.1, 1);
  }
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle.uk-hover .uk-transition-scale-down {
  transform: scale3d(1, 1, 1);

  opacity: 1;
  }
/*
 * Slide
 */
[class*='uk-transition-slide'] {
  opacity: 0;
  }
.uk-transition-slide-top {
  transform: translateY(-100%);
  }
.uk-transition-slide-bottom {
  transform: translateY(100%);
  }
.uk-transition-slide-left {
  transform: translateX(-100%);
  }
.uk-transition-slide-right {
  transform: translateX(100%);
  }
.uk-transition-slide-top-small {
  transform: translateY(-10px);
  }
.uk-transition-slide-bottom-small {
  transform: translateY(10px);
  }
.uk-transition-slide-left-small {
  transform: translateX(-10px);
  }
.uk-transition-slide-right-small {
  transform: translateX(10px);
  }
.uk-transition-slide-top-medium {
  transform: translateY(-50px);
  }
.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
  }
.uk-transition-slide-left-medium {
  transform: translateX(-50px);
  }
.uk-transition-slide-right-medium {
  transform: translateX(50px);
  }
/* Hover */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle.uk-hover [class*='uk-transition-slide'] {
  transform: translateX(0) translateY(0);

  opacity: 1;
  }
/* Opacity modifier
========================================================================== */
.uk-transition-opaque {
  opacity: 1;
  }
/* Duration modifiers
========================================================================== */
.uk-transition-slow {
  transition-duration: .7s;
  }
/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
  }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
    }
  }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
    }
  }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
    }
  }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
    }
  }
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
    }
  }
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
    }
  }
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
    }
  }
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
    }
  }
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
  }
/* Hover
 ========================================================================== */
/* Hidden */
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-hidden-hover {
  display: none !important;
  }
/* Invisible */
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-invisible-hover {
  visibility: hidden !important;
  }
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light .uk-icon-link {
  color: rgba(255, 255, 255, .5);
  }
.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus {
  color: rgba(255, 255, 255, .7);
  }
.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, .7);
  }
.uk-light .uk-icon-button {
  color: rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .1);
  }
.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(242, 242, 242, .1);
  }
.uk-light .uk-icon-button:active {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(230, 230, 230, .1);
  }
.uk-light .uk-close {
  color: rgba(255, 255, 255, .5);
  }
.uk-light .uk-close:hover,
.uk-light .uk-close:focus {
  color: rgba(255, 255, 255, .7);
  }
.uk-light .uk-text-lead {
  color: rgba(255, 255, 255, .7);
  }
.uk-light .uk-text-meta {
  color: rgba(255, 255, 255, .5);
  }
.uk-light .uk-text-muted {
  color: rgba(255, 255, 255, .5) !important;
  }
.uk-light .uk-text-primary {
  color: rgba(255, 255, 255, .7) !important;
  }
.uk-light .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, .2);
       column-rule-color: rgba(255, 255, 255, .2);
  }
.uk-light .uk-logo {
  color: rgba(255, 255, 255, .7);
  }
.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus {
  color: rgba(255, 255, 255, .7);
  }
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
  }
.uk-light .uk-logo-inverse {
  display: inline;
  }
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    color: black !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    }
  a,
  a:visited {
    text-decoration: underline;
    }
  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;
    }
  @page {
    margin: .5cm;
    }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    }
  h2,
  h3 {
    page-break-after: avoid;
    }
  }
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  }
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
  }
@font-face {
  font-family: VideoJS;

  src: url('../font/2.0.0/VideoJS.eot?#iefix') format('eot');
  }
@font-face {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;

  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format('truetype');
  }
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: '\f101';
  }
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-play-circle:before {
  content: '\f102';
  }
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: '\f103';
  }
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: '\f104';
  }
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: '\f105';
  }
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: '\f106';
  }
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: '\f107';
  }
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: '\f108';
  }
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: '\f109';
  }
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-square:before {
  content: '\f10a';
  }
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-spinner:before {
  content: '\f10b';
  }
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: '\f10c';
  }
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: '\f10d';
  }
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: '\f10e';
  }
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-share:before {
  content: '\f10f';
  }
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-cog:before {
  content: '\f110';
  }
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: '\f111';
  }
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-circle-outline:before {
  content: '\f112';
  }
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-circle-inner-circle:before {
  content: '\f113';
  }
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-hd:before {
  content: '\f114';
  }
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: '\f115';
  }
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-replay:before {
  content: '\f116';
  }
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-facebook:before {
  content: '\f117';
  }
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-gplus:before {
  content: '\f118';
  }
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-linkedin:before {
  content: '\f119';
  }
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-twitter:before {
  content: '\f11a';
  }
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-tumblr:before {
  content: '\f11b';
  }
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-pinterest:before {
  content: '\f11c';
  }
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: '\f11d';
  }
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  }
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: '\f11e';
  }
.video-js {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;

  position: relative;

  display: block;

  box-sizing: border-box;
  padding: 0;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;

  color: #fff;
  background-color: #000;
  }
.video-js:-moz-full-screen {
  position: absolute;
  }
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  }
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
  }
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;

  list-style-position: outside;
  }
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
  }
.video-js.vjs-16-9 {
  padding-top: 56.25%;
  }
.video-js.vjs-4-3 {
  padding-top: 75%;
  }
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
  }
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  }
body.vjs-full-window {
  overflow-y: auto;

  height: 100%;
  margin: 0;
  padding: 0;
  }
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;
  }
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  }
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
  }
.vjs-hidden {
  display: none !important;
  }
.vjs-disabled {
  cursor: default;

  opacity: .5;
  }
.video-js .vjs-offscreen {
  position: absolute;
  top: 0;
  left: -9999px;

  width: 1px;
  height: 1px;
  }
.vjs-lock-showing {
  display: block !important;
  visibility: visible;

  opacity: 1;
  }
.vjs-no-js {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;

  width: 300px;
  height: 150px;
  margin: 0 auto;
  padding: 20px;

  text-align: center;

  color: #fff;
  background-color: #000;
  }
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
  }
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;

  position: absolute;
  top: 10px;
  left: 10px;

  display: block;

  width: 3em;
  height: 1.5em;
  padding: 0;

  cursor: pointer;
  transition: all .4s;

  opacity: 1;
  border: .06666em solid #fff;
  border-radius: .3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  }
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;

  margin-top: -.75em;
  margin-left: -1.5em;
  }
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  transition: all 0s;

  border-color: #fff;
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  }
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
  }
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
  }
.video-js button {
  font-size: inherit;
  line-height: inherit;

  display: inline-block;
  overflow: visible;

  transition: none;
  text-decoration: none;
  text-transform: none;

  color: inherit;
  border: none;
  background: none;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  }
.video-js .vjs-control.vjs-close-button {
  position: absolute;
  z-index: 2;
  top: .5em;
  right: 0;

  height: 3em;

  cursor: pointer;
  }
.vjs-menu-button {
  cursor: pointer;
  }
.vjs-menu-button.vjs-disabled {
  cursor: default;
  }
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
  }
.vjs-menu .vjs-menu-content {
  font-family: Arial, Helvetica, sans-serif;

  display: block;
  overflow: auto;

  margin: 0;
  padding: 0;
  }
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
  }
.vjs-menu li {
  font-size: 1.2em;
  line-height: 1.4em;

  margin: 0;
  padding: .2em 0;

  list-style: none;

  text-align: center;
  text-transform: lowercase;
  }
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  }
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  color: #2b333f;
  background-color: #fff;
  }
.vjs-menu li.vjs-menu-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;

  margin: 0 0 .3em 0;
  padding: 0;

  cursor: default;
  text-align: center;
  text-transform: uppercase;
  }
.vjs-menu-button-popup .vjs-menu {
  position: absolute;
  bottom: 0;
  left: -3em;

  display: none;

  width: 10em;
  height: 0;
  margin-bottom: 1.5em;

  border-top-color: rgba(43, 51, 63, .7);
  }
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  position: absolute;
  bottom: 1.5em;

  width: 100%;
  max-height: 15em;

  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  }
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
  }
.video-js .vjs-menu-button-inline {
  overflow: hidden;

  transition: all .4s;
  }
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
  }
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
  }
.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none;
  }
.vjs-menu-button-inline .vjs-menu {
  position: absolute;
  top: 0;
  left: 4em;

  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;

  transition: all .4s;

  opacity: 0;
  }
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;

  opacity: 1;
  }
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  position: relative;

  display: block;

  width: auto;

  opacity: 1;
  }
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
  }
.vjs-menu-button-inline .vjs-menu-content {
  overflow: hidden;

  width: auto;
  height: 100%;
  margin: 0;
  }
.video-js .vjs-control-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;

  width: 100%;
  height: 3.0em;

  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  }
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;

  transition: visibility .1s, opacity .1s;

  opacity: 1;
  }
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;

  transition: visibility 1s, opacity 1s;

  opacity: 0;
  }
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
  }
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;

  opacity: 1;
  }
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
  }
.video-js .vjs-control {
  position: relative;

  width: 4em;
  height: 100%;
  margin: 0;
  padding: 0;

  text-align: center;

  outline: none;

  flex: none;
  }
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
  }
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0 0 1em white;
  }
.video-js .vjs-control-text {
  position: absolute;

  overflow: hidden;
  clip: rect(0 0 0 0);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  border: 0;
  }
.vjs-no-flex .vjs-control {
  display: table-cell;

  vertical-align: middle;
  }
.video-js .vjs-custom-control-spacer {
  display: none;
  }
.video-js .vjs-progress-control {
  display: flex;

  min-width: 4em;

  flex: auto;
  align-items: center;
  }
.vjs-live .vjs-progress-control {
  display: none;
  }
.video-js .vjs-progress-holder {
  height: .3em;

  transition: all .2s;

  flex: auto;
  }
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
  }
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .6em;

  visibility: visible;
  }
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  }
.video-js .vjs-mouse-display:before {
  display: none;
  }
.video-js .vjs-play-progress {
  background-color: #fff;
  }
.video-js .vjs-play-progress:before {
  font-size: .9em;

  position: absolute;
  top: -.33333333em;
  right: -.5em;
  }
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  font-size: .9em;

  position: absolute;
  top: -3.4em;
  right: -1.9em;

  visibility: hidden;

  padding: 6px 8px 8px 8px;

  content: attr(data-current-time);
  pointer-events: none;

  color: #000;
  border-radius: .3em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
  }
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
  }
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
  }
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, .5);
  }
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, .75);
  }
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
  }
.video-js .vjs-time-tooltip {
  position: relative;
  right: -1.9em;

  display: inline-block;
  float: right;

  height: 2.4em;
  }
.vjs-tooltip-progress-bar {
  visibility: hidden;
  }
.video-js .vjs-progress-control .vjs-mouse-display {
  position: absolute;
  z-index: 1;

  display: none;

  width: 1px;
  height: 100%;

  background-color: #000;
  }
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
  }
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
  }
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;

  transition: visibility 1s, opacity 1s;

  opacity: 0;
  }
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
  }
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
  }
.video-js .vjs-slider {
  position: relative;

  margin: 0 .45em 0 .45em;
  padding: 0;

  cursor: pointer;

  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  }
.video-js .vjs-slider:focus {
  box-shadow: 0 0 1em #fff;
  text-shadow: 0 0 1em white;
  }
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;

  flex: none;
  }
.video-js .vjs-volume-control {
  display: flex;

  width: 5em;

  flex: none;
  align-items: center;
  }
.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
  }
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
  }
.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
  }
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;

  background-color: #fff;
  }
.video-js .vjs-volume-level:before {
  font-size: .9em;

  position: absolute;
  }
.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
  }
.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
  }
.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
  }
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
  }
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
  }
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
  }
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;

  width: 0;
  height: 0;

  border-top-color: transparent;
  }
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;

  height: 8em;
  }
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
  }
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  overflow-x: hidden;
  overflow-y: hidden;

  width: 0;
  height: 0;
  }
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  width: 2.9em;
  height: 8em;
  }
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  width: 8em;
  height: 2.9em;
  }
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
  }
.vjs-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: inline-block;

  height: 100%;
  margin: 0;
  padding: 0;

  cursor: pointer;
  vertical-align: middle;

  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  }
.vjs-poster img {
  display: block;

  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;

  vertical-align: middle;
  }
.vjs-has-started .vjs-poster {
  display: none;
  }
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
  }
.vjs-using-native-controls .vjs-poster {
  display: none;
  }
.video-js .vjs-live-control {
  font-size: 1em;
  line-height: 3em;

  display: flex;

  align-items: flex-start;
  flex: auto;
  }
.vjs-no-flex .vjs-live-control {
  display: table-cell;

  width: auto;

  text-align: left;
  }
.video-js .vjs-time-control {
  font-size: 1em;
  line-height: 3em;

  width: auto;
  min-width: 2em;
  padding-right: 1em;
  padding-left: 1em;

  flex: none;
  }
.vjs-live .vjs-time-control {
  display: none;
  }
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
  }
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
  }
.vjs-time-divider {
  line-height: 3em;

  display: none;
  }
.vjs-live .vjs-time-divider {
  display: none;
  }
.video-js .vjs-play-control {
  cursor: pointer;

  flex: none;
  }
.vjs-text-track-display {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;

  pointer-events: none;
  }
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
  }
.video-js .vjs-text-track {
  font-size: 1.4em;

  margin-bottom: .1em;

  text-align: center;

  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  }
.vjs-subtitles {
  color: #fff;
  }
.vjs-captions {
  color: #fc6;
  }
.vjs-tt-cue {
  display: block;
  }
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
  }
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
  }
.video-js .vjs-fullscreen-control {
  cursor: pointer;

  flex: none;
  }
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  text-align: center;
  }
.vjs-playback-rate .vjs-menu {
  left: 0;

  width: 4em;
  }
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;

  text-align: center;
  }
.vjs-error .vjs-error-display:before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1;

  position: absolute;
  top: 50%;
  left: 0;

  width: 100%;
  margin-top: -.5em;

  content: 'X';
  text-align: center;
  vertical-align: middle;

  color: #fff;
  text-shadow: .05em .05em .1em #000;
  }
.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;

  display: none;

  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;

  text-align: left;

  opacity: .85;
  border: 6px solid rgba(43, 51, 63, .7);
  border-radius: 25px;
  background-clip: padding-box;
  }
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  }
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  position: absolute;

  box-sizing: inherit;
  width: inherit;
  height: inherit;
  margin: -6px;

  content: '';

  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  border-radius: inherit;
  }
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
  }
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
  }
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  animation-delay: .44s;

  border-top-color: white;
  }
@keyframes vjs-spinner-spin {
  100% {
    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;
    }
  }
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
  }
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  }
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
  }
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
  }
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
  }
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
  }
.vjs-caption-settings {
  font-size: 12px;

  position: relative;
  top: 1em;

  width: 40em;
  height: 16em;
  margin: 0 auto;
  padding: .5em;

  color: #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .75);
  }
.vjs-caption-settings .vjs-tracksettings {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1em;
  left: 0;

  overflow: auto;
  }
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
  }
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
  }
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  right: 1em;
  bottom: 1em;
  }
.vjs-caption-settings .vjs-tracksetting {
  min-height: 40px;
  margin: 5px;
  padding: 3px;

  border: none;
  }
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;

  width: 100px;
  margin-bottom: 5px;
  }
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  float: right;

  margin-left: 5px;

  vertical-align: top;
  }
.vjs-caption-settings .vjs-tracksetting > div {
  min-height: 20px;
  margin-bottom: 5px;
  }
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  }
.vjs-caption-settings label > input {
  margin-right: 10px;
  }
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em;
  }
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;

  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);

  width: 1px;
  height: 1px;
  padding: 0;

  border: 0;
  }
.vjs-caption-settings input[type='button'] {
  width: 40px;
  height: 40px;
  }
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, .8);
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
  }
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;

  z-index: 1;

  padding: 20px 24px;
  }
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
    }
  }
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  position: relative;
  z-index: 1;

  overflow: hidden;

  margin-right: auto;
  margin-left: auto;
  }
.swiper-container-no-flexbox .swiper-slide {
  float: left;
  }
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
  }
.swiper-wrapper {
  position: relative;
  z-index: 1;

  display: flex;

  box-sizing: content-box;
  width: 100%;
  height: 100%;

  transition-property: transform;
  }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
  }
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  flex-wrap: wrap;
  }
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;

  transition-timing-function: ease-out;
  }
.swiper-slide {
  position: relative;

  width: 100%;
  height: 100%;

  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
          flex-shrink: 0;
  }
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
  }
.swiper-container-autoheight .swiper-wrapper {
  transition-property: transform, height;

  align-items: flex-start;
  }
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;

  pointer-events: none;

  opacity: 0;
  }
.swiper-wp8-horizontal {
  touch-action: pan-y;
  }
.swiper-wp8-vertical {
  touch-action: pan-x;
  }
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;

  width: 27px;
  height: 44px;
  margin-top: -22px;

  cursor: pointer;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
  }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;

  opacity: .35;
  }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;

  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');
  }
.swiper-button-prev.swiper-button-black,
.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');
  }
.swiper-button-prev.swiper-button-white,
.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');
  }
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;

  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');
  }
.swiper-button-next.swiper-button-black,
.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');
  }
.swiper-button-next.swiper-button-white,
.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');
  }
.swiper-pagination {
  position: absolute;
  z-index: 10;

  transition: .3s;
  transform: translate3d(0, 0, 0);
  text-align: center;
  }
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  }
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;

  width: 100%;
  }
.swiper-pagination-bullet {
  display: inline-block;

  width: 8px;
  height: 8px;

  opacity: .2;
  border-radius: 100%;
  background: #000;
  }
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;

  border: none;
  box-shadow: none;

     -moz-appearance: none;
      -ms-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  }
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
  }
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
  }
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
  }
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
  }
.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;

  transform: translate3d(0, -50%, 0);
  }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;

  margin: 5px 0;
  }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  }
.swiper-pagination-progress {
  position: absolute;

  background: rgba(0, 0, 0, .25);
  }
.swiper-pagination-progress .swiper-pagination-progressbar {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  transform: scale(0);
  transform-origin: left top;

  background: #007aff;
  }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
  }
.swiper-container-horizontal > .swiper-pagination-progress {
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;
  }
.swiper-container-vertical > .swiper-pagination-progress {
  top: 0;
  left: 0;

  width: 4px;
  height: 100%;
  }
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5);
  }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
  }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
  }
.swiper-container-3d {
  -o-perspective: 1200px;
     perspective: 1200px;
  }
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
  }
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;
  }
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  }
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  }
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  }
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  }
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
  }
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
  }
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  z-index: 1;

  pointer-events: none;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  }
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
  }
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  }
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  }
.swiper-container-cube .swiper-slide {
  visibility: hidden;

  width: 100%;
  height: 100%;

  transform-origin: 0 0;
  }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
  }
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;

  pointer-events: auto;
  }
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: .6;
  background: #000;

  filter: blur(50px);
  }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
  }
.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
  }
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
  }
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  }
.swiper-zoom-container {
  display: flex;

  width: 100%;
  height: 100%;

  text-align: center;

  justify-content: center;
  align-items: center;
  }
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
  }
.swiper-scrollbar {
  position: relative;

  border-radius: 10px;
  background: rgba(0, 0, 0, .1);

  -ms-touch-action: none;
  }
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;

  width: 98%;
  height: 5px;
  }
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;

  width: 5px;
  height: 98%;
  }
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 10px;
  background: rgba(0, 0, 0, .5);
  }
.swiper-scrollbar-cursor-drag {
  cursor: move;
  }
.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;

  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;

  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
.swiper-lazy-preloader:after {
  display: block;

  width: 100%;
  height: 100%;

  content: '';

  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-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  }
.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');
  }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
    }
  }
.gist {
  font-size: 80% !important;
  }
.gist code,
.gist pre {
  padding: 0;

  color: inherit;
  background-color: transparent;
  }
.gist .gist-data {
  font-family: Menlo, Consolas, monospace !important;
  }
.gist .gist-data .file-data {
  font-size: 100% !important;
  }
.gist .gist-data .file-data > table {
  margin-bottom: 0 !important;
  }
.gist .highlight {
  font-size: 90% !important;
  }
.gist .markdown-body {
  font-size: 100% !important;

  padding: 1em !important;
  }
.tooltipster-sidetip .tooltipster-box {
  margin: 10px;

  border-radius: 4px;
  background: rgba(17, 17, 17, .9);
  }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 10px;
  }
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 10px;
  }
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 10px;
  }
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 10px;
  }
.tooltipster-sidetip .tooltipster-content {
  line-height: 1.6;

  padding: 6px 14px;

  color: #fff;
  }
.tooltipster-sidetip .tooltipster-arrow {
  position: absolute;

  overflow: hidden;
  }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: 0;

  width: 16px;
  height: 10px;
  margin-left: -8px;
  }
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  top: 0;
  right: 0;

  width: 10px;
  height: 16px;
  margin-top: -8px;
  }
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  top: 0;
  left: 0;

  width: 10px;
  height: 16px;
  margin-top: -8px;
  }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;

  width: 20px;
  height: 10px;
  margin-left: -8px;
  }
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  position: absolute;

  width: 0;
  height: 0;
  }
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
  }
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  top: 1px;
  left: 0;

  border-bottom-color: rgba(17, 17, 17, .9);
  }
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  top: 0;
  left: -1px;

  border-left-color: rgba(17, 17, 17, .9);
  }
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  top: 0;
  left: 1px;

  border-right-color: rgba(17, 17, 17, .9);
  }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  top: -1px;
  left: 0;

  border-top-color: rgba(17, 17, 17, .9);
  }
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
  }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
  }
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
  }
.tooltipster-mobike-light .tooltipster-box {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
  }
.tooltipster-mobike-light.tooltipster-sidetip .tooltipster-content {
  line-height: 1;

  padding: 10px;
  }
.tooltipster-mobike-light.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(0, 0, 0, .2);
  }
.tooltipster-mobike-light.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  }
.tooltipster-mobike-light.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  }
.global-navigation-wrap {
  position: absolute;
  z-index: 1000;
  right: 0;
  left: 0;

  transition: background .4s ease;

  color: #fff;
  }
@media (max-width: 1080px) {
  .global-navigation-wrap {
    background: rgba(226, 61, 14, 0);
    }
  @supports (-webkit-backdrop-filter: blur(10px)) {
    .global-navigation-wrap {
      background: rgba(226, 61, 14, 0);
      }
    }
  }
.global-navigation-wrap.mobile-open {
  background: rgba(226, 61, 14, .9);
  }
@supports (-webkit-backdrop-filter: blur(10px)) {
  .global-navigation-wrap.mobile-open {
    background: rgba(226, 61, 14, .8);

    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    }
  }
.global-navigation-wrap a {
  color: #fff;
  }
.global-navigation {
  font-weight: 400;

  position: relative;

  display: flex;

  height: 100px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 22px;
  padding-bottom: 20px;

  align-items: center;
  }
.global-navigation .logo-links {
  font-size: 1.4em;
  float: left;
  width: 410px;
  height: 70px;
  }
.global-navigation .logo-links a {
  line-height: 1;

  display: block;

  padding: .35714286em 20px;
  }
.global-navigation .logo-links a:hover,
.global-navigation .logo-links a:focus {
  text-decoration: none;
  }
.global-navigation .logo-links a svg {
  margin-bottom: -1px;
  }
.global-navigation .logo-links li:hover{
    background: none;
}
.global-navigation ul li {
  list-style: none;
  }
  .global-navigation ul>li {
    position: relative;
}
.global-navigation ul>li:hover {
    background: #fff;
}
.global-navigation ul>li:hover a {
    color: #666;
}
.global-navigation ul>li ul {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #fff;
    display: none;
    padding-bottom: 10px;
}
.global-navigation ul>li ul li {
    height: 30px;
    line-height: 30px;
}
.global-navigation ul>li ul li:hover {
    background: #eee;
}
.global-navigation ul>li ul li a {
    color: #666;
}
.global-navigation ul>li:hover ul {
    display: block;
}
  .nav-links{
  	float: left;
  }
.nav-links > li {
  position: relative;

  display: inline-block;
  }
.nav-links > li > a {
  padding: .5em 20px;

  cursor: pointer;

  color: #fff;
  display: block;
  }
@media (min-width: 1081px) {
  .nav-links > li > a {
    cursor: default;
    }
  .nav-links > li > a[href] {
    cursor: pointer;
    }
  }
.nav-links > li > a:hover,
.nav-links > li > a:focus {
  text-decoration: none;
  }
.nav-links > li.mobile-link {
  display: none;
  }
body.is-small .nav-links {
  transition: opacity .4s ease, background 1s ease .4s;
  }
@media (max-width: 1080px) {
  .nav-links {
    position: absolute;
    top: 80px;
    left: 0;

    width: 100%;
    padding: 0 0 10px;

    pointer-events: none;

    opacity: 0;
    background: #e23d0e;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    }
  .nav-links.mobile-open {
    background: rgba(226, 61, 14, .9);
    }
  @supports (-webkit-backdrop-filter: blur(10px)) {
    .nav-links.mobile-open {
      background: rgba(226, 61, 14, .8);

      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      }
    }
  .nav-links > li {
    display: block;

    transition: transform .8s ease, opacity 1s ease;

    opacity: 0;
    }
  .nav-links > li > a {
    display: block;

    padding: 1em 20px;

    border-top: 1px solid rgba(0, 0, 0, .1);
    }
  .nav-links > li.mobile-link {
    display: block;
    }
  .nav-links > li.mobile-link > a {
    color: #fff;
    }
  .nav-links > li.mobile-link > a .icon {
    fill: #fff;
    }
  .nav-links.mobile-open {
    pointer-events: auto;

    opacity: 1;
    }
  .nav-links.mobile-open li {
    transform: translateY(0);

    opacity: 1;
    }
  }
.nav-links-toggle {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0 10px;

  cursor: pointer;
  }
@media (min-width: 1081px) {
  .nav-links-toggle {
    display: none;
    }
  }
.nav-links-toggle a {
  font-size: 0;

  position: relative;

  display: block;

  width: 20px;
  height: 40px;
  }
.nav-links-toggle a span {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 0;
  height: 2px;
  }
.nav-links-toggle a span:before,
.nav-links-toggle a span:after {
  position: absolute;
  left: 0;

  width: 20px;
  height: 2px;

  content: '';
  transition: transform .4s ease, top .4s ease;

  border-radius: 3px;
  background: #fff;
  }
.mobile-open .nav-links-toggle a span:before {
  top: 0;

  transform: rotate(45deg);
  }
.mobile-open .nav-links-toggle a span:after {
  top: 0;

  transform: rotate(-45deg);
  }
.nav-links-toggle a span:before {
  top: 6px;
  }
.nav-links-toggle a span:after {
  top: -6px;
  }
.subnav {
  position: absolute;
  top: 100%;

  min-width: 240px;
  padding: 15px 0 0;

  transition: opacity .2s ease;
  pointer-events: none;

  opacity: 0;
  color: #000;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  }
.subnav li {
  margin-top: -1px;
  }
.subnav li a {
  position: relative;

  display: block;

  padding: 8px 20px;

  color: #000;
  background: #fff;
  }
@media (max-width: 1080px) {
  .subnav li a {
    padding: 1em 20px;

    border-top: 1px solid rgba(0, 0, 0, .05);
    }
  }
.subnav li a .title {
  transition: color .2s ease;
  }
.subnav li a:hover .title,
.subnav li a:focus .title {
  color: #e23d0e;
  }
.subnav li:first-child {
  margin-top: 0;
  }
.subnav li:first-child a {
  padding-top: 15px;

  border-top: none;
  border-radius: 4px 4px 0 0;
  }
@media (max-width: 1080px) {
  .subnav li:first-child a {
    border-radius: 0;
    }
  }
.subnav li:first-child a:after {
  position: absolute;
  bottom: 100%;
  left: 34px;

  width: 0;
  height: 0;
  margin-left: -6px;

  content: ' ';
  pointer-events: none;

  border: solid transparent;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  }
.subnav li:last-child a {
  padding-bottom: 15px;

  border-radius: 0 0 4px 4px;
  }
@media (max-width: 1080px) {
  .subnav li:last-child a {
    border-radius: 0;
    }
  }
@media (max-width: 1080px) {
  .subnav {
    position: relative;

    display: block;
    overflow: auto;

    max-height: 0;
    padding: 0;

    transition: max-height .6s ease-out;

    opacity: 1;
    }
  }
.subnav.subnav-products {
  font-size: 20px;
  }
.subnav.subnav-products .desc {
  font-size: 14px;

  opacity: .5;
  }
.is-desktop .nav-links .has-subnav:hover > .subnav,
.is-desktop .nav-links .has-subnav:focus > .subnav {
  pointer-events: auto;

  opacity: 1;
  }
@media (max-width: 1080px) {
  .is-desktop .nav-links .has-subnav:hover > .subnav,
  .is-desktop .nav-links .has-subnav:focus > .subnav {
    max-height: 1000px;
    }
  }
.is-small .nav-links .has-subnav.on > .subnav {
  pointer-events: auto;

  opacity: 1;
  }
@media (max-width: 1080px) {
  .is-small .nav-links .has-subnav.on > .subnav {
    max-height: 1000px;
    }
  }
.nav-offset {
  padding-top: 90px;
  }
.nav-content-product {
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 765px;

  padding: 10px;

  transition: opacity .2s ease;

  opacity: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 30px 0 rgba(162, 13, 13, .1);
  }
.nav-content-product.open {
  opacity: 1;
  }
.nav-content-product .nav-content-product-arrow {
  position: absolute;
  top: -6px;
  left: 50%;

  width: 14px;
  height: 14px;
  margin-left: -10px;

  transform: rotate(45deg);

  background: #fff;
  }
.header-mask {
  position: absolute;
  z-index: 10;
  top: 0;

  width: 100%;
  height: 100px;

  transition: opacity .2s ease;
  pointer-events: none;

  opacity: 0;
  }
.header-mask.on {
  opacity: 1;
  }
@media (max-width: 1080px) {
  .header-mask {
    display: none;
    }
  }
.hero-landing-wrap-index {
  overflow: hidden;
  }
.hero-landing-index .heading-wrap {
  z-index: 30;
  }
.hero-landing-index .heading-wrap h1 {
  font-size: 420%;
  font-weight: bold;
  line-height: 1;
  }
@media (max-width: 1080px) {
  .hero-landing-index .heading-wrap h1 {
    font-size: 280%;
    }
  }
.hero-landing-index .heading-wrap h2 {
  font-size: 2.1em;
  font-weight: 200;
  line-height: 1.4;

  max-width: 580px;
  }
@media (max-width: 1080px) {
  .hero-landing-index .heading-wrap h2 {
    font-size: 1.4em;
    }
  }
.hero-landing-index .heading-wrap .btn {
  transition: color .2s ease, background .2s ease, border .2s ease, opacity .4s ease .8s, box-shadow .2s ease;

  opacity: 0;
  }
.js-loaded .hero-landing-index .heading-wrap .btn {
  opacity: 1;
  }
.swiper-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  }
.headline-news {
  position: relative;
  z-index: 40;

  padding: 10px;

  transition: transform .4s ease .2s;
  transform: translateY(50px);

  background: rgba(0, 0, 0, .25);
  }
.headline-news.on {
  transform: translateY(0);
  }
@supports (-webkit-backdrop-filter: blur(10px)) {
  .headline-news {
    background: rgba(0, 0, 0, .15);

    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    }
  }
.headline-news a {
  display: flex;

  align-items: center;
  }
.headline-news .headline-icon {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;

  padding: 0 8px;

  text-transform: uppercase;

  border-radius: 8px;
  background: linear-gradient(to bottom, #ff7c6b 0%, #ff2e2e 100%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  }
.headline-news .headline-text {
  margin-left: .5em;

  text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  }
.hero-bg {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;

  display: flex;

  width: 100%;
  height: 100%;

  transition: transform .7s ease .25s;
  pointer-events: none;

  background-size: cover;
  }
@media (max-width: 640px) {
  .intro-section-wrap-index {
    padding-top: 0;
    }
  .intro-section-wrap-index img {
    margin: 0;
    padding: 40px;
    padding-bottom: 0;
    }
  }
.intro-section-wrap-index .intro-text {
  display: flex;
  flex-direction: column;

  min-height: 360px;

  justify-content: center;
  }
@media (max-width: 640px) {
  .intro-section-wrap-index .intro-text {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    }
  }
.intro-section-wrap-index .intro-image {
  min-height: 360px;

  background-position: center center;
  background-size: cover;
  }
@media (max-width: 640px) {
  .intro-section-wrap-index .intro-image {
    min-height: 280px;
    }
  }
.intro-section-wrap-index .intro-text-left {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  }
@media (max-width: 1080px) {
  .intro-section-wrap-index .intro-text-left {
    padding-right: 4vw;
    padding-left: 4vw;
    }
  }
.intro-section-wrap-index .intro-text-right {
  padding-top: 40px;
  padding-right: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  }
@media (max-width: 1080px) {
  .intro-section-wrap-index .intro-text-right {
    padding-right: 4vw;
    padding-left: 4vw;
    }
  }
.intro-section-wrap-phone {
  margin-top: 20px;
  }
@media (max-width: 640px) {
  .intro-section-wrap-phone {
    margin-top: 0;
    }
  }
.intro-section-wrap-phone .intro-image {
  position: relative;
  z-index: 50;

  margin-top: -156px;
  }
@media (max-width: 640px) {
  .intro-section-wrap-phone .intro-image {
    height: 378px !important;
    margin-top: -66px;
    margin-right: auto;
    margin-left: auto;
    }
  }
.intro-section-wrap-callout {
  min-height: 720px;

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  }
.intro-section-wrap-callout h2 {
  font-size: 60px;
  line-height: 1;

  color: #fff;
  }
.intro-section-wrap-callout h4 {
  margin-bottom: 16px;
  }
.intro-section-wrap-offset-top {
  margin-top: -80px;
  }
.intro-section-wrap-aligen-center {
  display: flex;

  align-items: center;
  }
.hero-video {
  position: relative;
  z-index: 40;

  display: flex;
  }
.hero-video .left {
  width: 60%;

  background: rgba(226, 61, 14, .2);
  }
@supports (-webkit-backdrop-filter: blur(3px)) {
  .hero-video .left {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    }
  }
@media (max-width: 640px) {
  .hero-video .left {
    display: none;
    }
  }
.hero-video .right {
  width: 40%;
  }
@media (max-width: 640px) {
  .hero-video .right {
    width: 100%;
    }
  }
.hero-video .hero-video-thumb {
  display: flex;

  transition: background-position .2s ease;

  background-image: linear-gradient(-149deg, rgba(162, 0, 14, .96) 2%, rgba(249, 101, 44, .9) 100%);
  background-position: top right;
  background-size: 150%;

  align-items: center;
  }
@supports (-webkit-backdrop-filter: blur(3px)) {
  .hero-video .hero-video-thumb {
    background-image: linear-gradient(-149deg, rgba(162, 0, 14, .9) 2%, rgba(249, 101, 44, .7) 100%);

    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    }
  }
.hero-video .hero-video-thumb .hero-video-thumb-image {
  display: flex;

  width: 100px;
  height: 100px;

  background-size: cover;
  }
.hero-video .hero-video-thumb .hero-video-thumb-image .hero-video-thumb-mask {
  transition: opacity .2s ease;

  background: rgba(0, 0, 0, .3);

  flex: 1;
  }
.hero-video .hero-video-thumb .hero-video-thumb-text {
  padding-left: 20px;
  }
.hero-video .hero-video-thumb:hover,
.hero-video .hero-video-thumb:focus {
  background-position: top left;
  }
.hero-video .hero-video-thumb:hover .hero-video-thumb-image .hero-video-thumb-mask,
.hero-video .hero-video-thumb:focus .hero-video-thumb-image .hero-video-thumb-mask {
  opacity: 0;
  }
.modal-promo-video .uk-modal-dialog {
  height: 100%;
  }
.modal-promo-video .uk-modal-dialog .video-js {
  width: 100%;
  height: 100%;
  }
.vjs-big-play-button {
  display: none !important;
  }
.hero-promos .promo {
  float: left;

  width: 25%;
  min-height: 260px;
  padding: 2.4vw;

  text-align: center;

  border: 1px solid #fff;
  border-top-width: 2px;
  border-bottom: none;
  background-color: #b2300b;
  background-position: center center;
  background-size: cover;
  }
.hero-promos .promo:first-child {
  border-left: none;
  }
.hero-promos .promo:last-child {
  border-right: none;
  }
@media (max-width: 1080px) {
  .hero-promos .promo {
    width: 50%;
    }
  .hero-promos .promo:nth-of-type(2n + 1) {
    border-left: none;
    }
  .hero-promos .promo:nth-of-type(2n) {
    border-right: none;
    }
  }
@media (max-width: 640px) {
  .hero-promos .promo {
    width: 100%;
    padding: 4vw;

    border-right: 0;
    border-left: 0;
    }
  }
.hero-promos .promo .promo-text {
  color: #fff;
  }
.hero-promos .promo .promo-text h3 {
  font-size: 24px;
  font-weight: 400;

  margin-bottom: 0;
  }
.intro-section-wrap-product p {
  font-size: 1em;
  line-height: 1.7;

  margin-bottom: 1.2em;
  }
.intro-section-wrap-product ul {
  list-style: none;
  }
.intro-section-wrap-product ul li {
  margin-bottom: 1em;
  }
.intro-section-wrap-product ul li h3 {
  color: #e23d0e;
  }
.intro-section-wrap-product ul li p {
  color: #7b7b7b;
  }
.intro-section-wrap-product img {
  margin-right: 40px;
  }
@media (max-width: 1080px) {
  .intro-section-wrap-product img {
    width: 320px;
    }
  }
@media (max-width: 640px) {
  .intro-section-wrap-product img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    }
  }
.intro-section-wrap-product .cols--row-reverse img {
  margin-right: 0;
  margin-left: 40px;
  }
@media (max-width: 640px) {
  .intro-section-wrap-product .cols--row-reverse img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    }
  }
.intro-section-wrap-product-data {
  background: #f1f5f9;
  }
.intro-section-wrap-product-business {
  color: #fff;
  background: #e23d0e;
  }
.intro-section-wrap-product-business a,
.intro-section-wrap-product-business p {
  color: #fff;
  }
.intro-section-wrap-product-business ul li p {
  color: #b8b8b8;
  }
.intro-section-current-city {
  font-size: 1.2em;

  transition: border-radius .2s ease, border-color .2s ease;

  border-bottom: 1px solid #fff;
  }
.intro-section-current-city.has-list {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  }
@media (max-width: 640px) {
  .intro-section-current-city .intro-text {
    padding: 10px 0;
    }
  }
.intro-section-current-city .intro-text-flex {
  display: flex;

  align-items: center;
  }
.intro-section-current-city .intro-text-flex .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  }
.intro-section-current-city .intro-text-flex:hover,
.intro-section-current-city .intro-text-flex:focus {
  color: #e23d0e;
  }
@media (max-width: 1080px) {
  .intro-section-current-city .city-current-wrap {
    display: flex;
    }
  .intro-section-current-city .city-current-wrap .city-current {
    flex: 1;
    }
  }
.intro-section-current-city .city-current-wrap a:hover,
.intro-section-current-city .city-current-wrap a:focus {
  color: #ff2e2e;
  }
.intro-section-current-city .city-current-wrap .city-change {
  transition: opacity .2s ease;
  pointer-events: none;

  opacity: 0;
  }
@media (max-width: 1080px) {
  .intro-section-current-city .city-current-wrap .city-change {
    font-size: 80%;

    opacity: 1;
    }
  .intro-section-current-city .city-current-wrap .city-change .bracket {
    display: none;
    }
  }
.intro-section-current-city .city-current-wrap:hover .city-change,
.intro-section-current-city .city-current-wrap:focus .city-change {
  pointer-events: auto;

  opacity: 1;
  }
.intro-section-city-list {
  display: none;

  border-top-left-radius: 0;
  border-top-right-radius: 0;
  }
.intro-section-city-list .city-list {
  font-size: 1.2em;

  display: flex;

  margin-bottom: 20px;

  list-style: none;

  flex-wrap: wrap;
  }
.intro-section-city-list .city-list:last-child {
  margin-bottom: 0;
  }
.intro-section-city-list .city-list li {
  display: block;

  min-width: 6em;
  }
.intro-section-city-list .city-list li a:hover,
.intro-section-city-list .city-list li a:focus {
  color: #e23d0e;
  }
.blog-entry {
  padding-top: 30px;
  }
.blog-entry.splitter {
  margin-top: 30px;

  /*border-top: 1px solid #ddd;*/
  }
@media (max-width: 1080px) {
  .blog-entry.splitter .blog-entry-date {
    margin-bottom: 30px;
    }
  .blog-entry.splitter .blog-entry-date .year,
  .blog-entry.splitter .blog-entry-date .month {
    font-size: 36px;

    display: inline;
    }
  .blog-entry.splitter .blog-entry-date .year-symbol {
    display: inline;
    }
  }
.blog-entry:first-child {
  margin-top: 0;

  border-top: 0;
  }
.blog-entry:last-child {
  padding-bottom: 60px;
  }
.blog-entry .container-md {
  width: 100%;
  }
.blog-entry-date {
  line-height: 1;

  color: #b1b1b1;
  }
.blog-entry-date .month {
  font-size: 36px;
    width: 300px;
  }
.blog-entry-date .year-symbol {
  display: none;
  }
.blog-entry-text .title {
  font-size: 24px;

  margin-bottom: 10px;
  }
.blog-entry-text .title a {
  color: #000;
  }
.blog-entry-text .title a:hover,
.blog-entry-text .title a:focus {
  color: #e23d0e;
  }
.blog-entry-text .meta {
  font-size: 14px;

  margin-bottom: 10px;

  opacity: .5;
  }
.meta-links-wrap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  }
.meta-links {
  display: flex;

  flex-wrap: wrap;
  }
.meta-links .meta-link {
  display: flex;

  padding: 45px 0;

  align-items: center;
  justify-content: center;
    width: 346px;
    float: left;
    height: 140px;
  }
.meta-links .meta-link:first-child {
  justify-content: flex-start;
  }
.meta-links .meta-link:last-child {
  justify-content: flex-end;
  }
@media (min-width: 641px) {
  .meta-links .meta-link {
    flex: 1;
    }
  }
@media (max-width: 640px) {
  .meta-links .meta-link {
    padding: 20px 0;
    }
  }
.meta-links .meta-link .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
    float: left;
  }
.footer-wrap {
  background: #fff;
  }
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  }
.footer ul {
  list-style: none;
  }
.footer .main-links {
  margin-right: 40px;
  width: 281px;
  /*flex-grow: 2;*/
    float: left;
  }
@media (max-width: 640px) {
  .footer .main-links {
    margin-bottom: 40px;
    }
  }
.footer .main-links li {
  line-height: 1.7;
  }
.footer .main-links a {
  margin-bottom: 10px;
  }
.footer .main-links .font-logo {
  display: block;

  width: 160px;
  height: 61px;

  text-indent: -99999px;

  background-repeat: no-repeat;
  background-size: contain;
  }
.footer .main-links .icon-phone-bold {
  vertical-align: -1px;
  }
.footer .main-links .icp {
  font-size: 12px;

  margin-top: 4px;

  color: #aaa;
  }
@media (max-width: 640px) {
  .footer .main-links .icp {
    margin-bottom: 10px;
    }
  }
.footer .main-links .beian-icon {
  display: inline-block;

  width: 15px;
  height: 15px;

  vertical-align: -3px;

  background-repeat: no-repeat;
  background-size: contain;
  }
.footer .footer-list-wrap {
  display: flex;

  flex-grow: 1;
  flex-wrap: wrap;
    width: 718px;
    float: left;
  }
@media (min-width: 641px) {
  .footer .footer-list-wrap {
    /*flex-grow: 0;*/
    max-width: 718px;
    }
  }
.footer .footer-list-wrap img{
  max-width: 100%;
}
.footer .footer-list {
  font-size: 15px;

  margin-bottom: 40px;

  flex-basis: 50%;
  }
@media (min-width: 641px) {
  .footer .footer-list {
    margin-bottom: 0;
    margin-left: 8vw;

    flex-basis: auto;
    }
  .footer .footer-list:first-child {
    margin-left: 0;
    }
  }
.footer .footer-list h3 {
  font-weight: bold;

  margin-bottom: 10px;
  }
.footer .footer-list ul li {
  line-height: 2;
  }
.footer .footer-list ul li a:hover,
.footer .footer-list ul li a:focus {
  color: #e23d0e;
  }
.footer .footer-list .wechat {
  cursor: pointer;
  }
.footer-miscs {
  border-top: 1px solid #eee;
  }
.footer-miscs .footer-list-wrap img {
  display: block;
  }
.page-news .intro-section-wrap .item {
  margin-bottom: 40px;
  }
.page-news .intro-section-wrap .item h3 {
  margin-bottom: 0;
  }
.page-news .intro-section-wrap .item .meta {
  font-size: 16px;

  opacity: .4;
  }
.page-about .intro-section .intro-text h3 {
  margin-top: -10px;
  }
.swiper-guide {
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  }
.swiper-guide .swiper-slide {
  background-position: center;
  background-size: cover;
  }
.swiper-guide .swiper-button-white {
  transition: opacity .2s ease;
  pointer-events: none;

  opacity: 0;
  }
.swiper-guide:hover .swiper-button-white,
.swiper-guide:focus .swiper-button-white {
  pointer-events: auto;

  opacity: 1;
  }
.phone-wrapper {
  position: relative;

  margin-top: -156px;
  }
.swiper-guide-content {
  position: absolute;
  z-index: 51;
  top: 113px;
  left: 77px;

  width: 228px;
  height: 405px;
  }
.swiper-guide-text {
  box-sizing: border-box;
  height: 20%;
  padding: 10px 0;
  }
.swiper-guide-text .swiper-slide {
  width: 100%;
  height: 100%;

  opacity: .4;
  }
.swiper-guide-text .swiper-slide-active {
  opacity: 1;
  }


.xuanfu-phone{
    display: none;
}
.m-bottom{
    display: none;
}

/*手机版兼容*/
@media screen and (max-width: 1024px){
    body{
        width: 100%;
        overflow-x: hidden;
    }
	.global-navigation .logo-links{
		width:100%;
	}
	.top-login{
		right:20px !important;
		top:25px !important;
	}
    .global-navigation ul li{
        padding-left: 10px;
    }
    .global-navigation ul li img{
        height: 50px;
    }
    .nav-offset {
        padding-top: 70px;
    }
    .con-bg .content{
        width: 100%;
    }
    .arcdesc .descl{
        width: 100%;
        padding: 1%;
        min-height: 300px;
        float: none;
		
    overflow: hidden;
    }
    .arcdesc .menur{
        width: 100%;
        float: none !important;
    }
    .arcdesc .menur .descr{
        float: none;
        width: 100%;
        min-height: auto;
        padding-bottom: 100px;
    }

    .foot_float{
        display: none;
    }
    .con-bg .content{
        padding-bottom: 60px;
    }
    .arcdesc .menur{
        display: none;
    }
    .xuanfu-phone{
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 100;
    }
    .xuanfu-phone ul{
        list-style: none;
        background: #fff;
        border-top: 1px solid #eee;
        overflow: hidden;
    }
    .xuanfu-phone ul li{
        width: 25%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        box-shadow: 1px 0 0 0 #ddd;
        font-size: 26px;
        float: left;
    }
    .xuanfu-phone ul li a i{
        line-height: 50px;
    }
    .xuanfu-phone ul li a{
        display: block;
        color: #666;
    }
    .bottomForm ul li{
        margin-bottom: 10px;
    }
    .bottomForm ul li p{
        color: #666;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .bottomForm ul li input{
        width: 96%;
        padding: 2% 1%;
    }
    .bottomForm ul li input[type='submit']{
        width: 30%;
    }
    .bottomForm ul{
        color: #666;
        padding: 10px;
    }
    .type{
        width: 100% !important;
    }
    .type li{
        width: 50% !important;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
	.type li:nth-of-type(2){
		text-align: right;
		padding-right: 10px;
	}
	.type li .on{
		float: none;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 0;
	}
    .meta-links .meta-link{
        display: block;
    }
	.meta-links-wrap,.footer-wrap,.type li.indexdescription,.type li.indexadvantage{
		display: none;
	}
	.arcdesc .descl *{
		font-size: 14px !important;
	}
	.global-navigation ul li.current{
		padding-top: 5px;
	}

    .m-bottom{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #ddd;
        background: #fff;
        z-index: 100;
    }
    .m-bottom a{
        width: 33%;
        float: left;
        text-align: center;
        box-shadow: 1px 0px 0px 0px #ddd;
    }
    .m-bottom a:last-child{
        width: 34%;
    }
}
