@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.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-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-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-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-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.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-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*!
 * # Semantic UI 2.2.10 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 1em;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px; }

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important; }

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em; }

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em; }

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0em; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4); }

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important; }

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none; }

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em; }

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em; }

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem; }

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em; }

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em; }

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em; }

.ui.button.dropdown .menu {
  min-width: 100%; }

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease; }

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.78571429em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px; }

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: -webkit-calc(100% +  2px);
  min-width: calc(100% +  2px);
  width: -webkit-calc(100% +  2px);
  width: calc(100% +  2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none; }

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; } }

/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 1em;
  white-space: normal;
  word-wrap: normal; }

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none; }

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3; }

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: ''; }

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3; }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em; }

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre; }

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none; }

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important; }

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem; } }

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text; }

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
          box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; }

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: ''; }

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em; }

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: bold; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem; }

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 12; }

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
  padding: 1.14285714em 1.07142857em !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em; }

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87); }

.ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text {
  color: rgba(115, 115, 115, 0.87); }

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38; }

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4; }

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu > .item {
  color: #9F3A38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4; }

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2; }

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF; }

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45; }

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px; }

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important; }

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571429rem !important; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em; }

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none; }

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: -webkit-calc(100% -  17px);
    min-width: calc(100% -  17px); } }

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem; } }

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block; }

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important; }

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em; }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em; }

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important; }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem; }

.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em; }

/* Right Pointing Upward */
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 1em 0em 0em; }

.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); }

/* Left Pointing Upward */
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 0em 0em 1em; }

.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); }

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: ""; }

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: ""; }

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: ""; }

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/ }

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*******************************
         Site Overrides
*******************************/
@-webkit-keyframes menuHover {
  0% {
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg); }
  50% {
    -webkit-transform: rotateZ(330deg);
            transform: rotateZ(330deg); }
  100% {
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg); } }
@keyframes menuHover {
  0% {
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg); }
  50% {
    -webkit-transform: rotateZ(330deg);
            transform: rotateZ(330deg); }
  100% {
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg); } }

@-webkit-keyframes blingStagger {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes blingStagger {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@media all and (max-width: 767px) {
  html, body {
    margin: 0;
    height: 100% !important;
    overflow: hidden !important; } }

body {
  background: #00132d;
  font-family: "univia-pro", sans-serif;
  color: #bec9e0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  body::-webkit-scrollbar {
    width: 8px;
    height: 6px; }
  body::-webkit-scrollbar-track {
    cursor: pointer !important; }
  body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #22d5ff; }
  @media all and (max-width: 767px) {
    body::-webkit-scrollbar {
      width: 3px;
      height: 4px; } }

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

#views-container {
  height: 100%; }

.page-view {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html, body {
  -webkit-box-sizing: initial !important;
          box-sizing: initial !important;
  overflow: hidden; }

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  outline: 0;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
    -webkit-user-select--khtml-user-select: none;
      -webkit-user-select--khtml-user-select--moz-user-select: none;
        -webkit-user-select--khtml-user-select--moz-user-select--ms-user-select: none;
          -webkit-user-select--khtml-user-select--moz-user-select--ms-user-select-user-select: none; }

body .page-view * {
  will-change: transform; }

.has-custom-cursor {
  cursor: none !important; }

.uppercase {
  text-transform: uppercase; }

p {
  display: block;
  margin-top: 0; }

footer {
  display: none; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 700; }

h1 {
  font-size: 3.2em; }
  @media all and (max-width: 767px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.2em; }
  @media all and (max-width: 767px) {
    h2 {
      font-size: 1.6em; } }

h3 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px; }

h4 {
  font-weight: 200;
  font-size: 0.9em;
  letter-spacing: 1px; }

a {
  color: #22d5ff;
  -webkit-transition: color 0.2s ease-out, -webkit-filter 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-filter 0.2s ease-out;
  -o-transition: filter 0.2s ease-out, color 0.2s ease-out;
  transition: filter 0.2s ease-out, color 0.2s ease-out;
  transition: filter 0.2s ease-out, color 0.2s ease-out, -webkit-filter 0.2s ease-out; }
  a:hover {
    -webkit-filter: drop-shadow(0 0px 3px #22d5ff);
            filter: drop-shadow(0 0px 3px #22d5ff); }

@media all and (max-width: 767px) {
  ul {
    padding-left: 2em; } }

.breadcrumb a {
  color: #22d5ff;
  font-size: 0.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.5em 0; }
  .breadcrumb a:hover:before {
    -webkit-transform: translateX(-0.5em);
        -ms-transform: translateX(-0.5em);
            transform: translateX(-0.5em); }
  .breadcrumb a:before {
    content: "<";
    font-size: 1.6em;
    position: absolute;
    width: 1.5em;
    left: -1em;
    line-height: 0.6;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }

.text {
  line-height: 2; }
  @media all and (max-width: 1440px) {
    .text {
      line-height: 1.9; } }

canvas {
  top: 0;
  position: fixed;
  z-index: 11111; }

.customCursor-con {
  display: none;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  z-index: 111111111111111111111111; }
  .customCursor-con.non-touch {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    font-size: 0.5em; }
    .customCursor-con.non-touch .customCursor {
      left: 0;
      top: 0;
      will-change: transform;
      position: absolute;
      -webkit-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .customCursor-con.non-touch .customCursor.disabled {
        opacity: 0.2; }
      .customCursor-con.non-touch .customCursor .cursor, .customCursor-con.non-touch .customCursor .cursorFilled {
        border: 0.5em solid #22d5ff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 1em;
        width: 1em;
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s; }
        .customCursor-con.non-touch .customCursor .cursor.darker, .customCursor-con.non-touch .customCursor .cursorFilled.darker {
          border-color: #22d5ff; }
      .customCursor-con.non-touch .customCursor .cursor {
        border-width: 0.5em;
        height: 1em;
        width: 1em;
        opacity: 1;
        overflow: unset; }
        .customCursor-con.non-touch .customCursor .cursor:after {
          content: "";
          position: absolute;
          width: 3.5em;
          height: 3.5em;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border: 1px solid #22d5ff;
          border-radius: 50%; }
        .customCursor-con.non-touch .customCursor .cursor.hasArrow {
          height: 5em;
          width: 5em;
          border-width: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .customCursor-con.non-touch .customCursor .cursor.hoverLink {
          height: 3.5em;
          width: 3.5em;
          border-width: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .customCursor-con.non-touch .customCursor .arrow {
        color: #22d5ff;
        font-family: "univia-pro", sans-serif;
        font-size: 3em;
        font-weight: 700;
        left: 0;
        top: 0;
        opacity: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute; }
        .customCursor-con.non-touch .customCursor .arrow.active {
          opacity: 1; }
        .customCursor-con.non-touch .customCursor .arrow.left {
          -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(180deg);
              -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
                  transform: translateX(-50%) translateY(-50%) rotateZ(180deg); }
    .customCursor-con.non-touch .clickAndDrag {
      color: #22d5ff;
      text-transform: uppercase;
      font-weight: 700;
      position: absolute;
      width: 10em;
      left: -5em;
      top: 2em;
      -webkit-transform: translateX(-200px);
          -ms-transform: translateX(-200px);
              transform: translateX(-200px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: nowrap;
      text-align: center; }

.dropdown.ui .menu {
  position: absolute !important; }

.flare {
  pointer-events: none;
  background-image: url("../images/lensflare-right.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  left: -20%;
  width: 120%; }
  @media all and (max-width: 767px) {
    .flare {
      left: -100%;
      width: 200%;
      -webkit-transform: translateY(-55%);
          -ms-transform: translateY(-55%);
              transform: translateY(-55%); } }

#fullpage::-webkit-scrollbar, .rocket::-webkit-scrollbar {
  width: 8px;
  height: 6px; }

#fullpage::-webkit-scrollbar-track, .rocket::-webkit-scrollbar-track {
  cursor: pointer !important; }

#fullpage::-webkit-scrollbar-thumb, .rocket::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #22d5ff; }

@media all and (max-width: 767px) {
  #fullpage::-webkit-scrollbar, .rocket::-webkit-scrollbar {
    width: 3px;
    height: 4px; } }

.grecaptcha-badge {
  visibility: hidden; }

.button {
  text-transform: uppercase;
  font-style: italic;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  min-width: 12.8em;
  border: 1px solid rgba(190, 201, 224, 0.2); }
  .button div {
    pointer-events: none; }
  .button.disable {
    pointer-events: none; }
    .button.disable .button-text {
      opacity: 0.5 !important; }
    .button.disable:before, .button.disable:after {
      content: none; }
  .button .under-label {
    color: #bec9e0;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-style: normal;
    font-size: 0.9em; }
  .button .button-text {
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    color: #22d5ff !important;
    padding: 0.72727em 2em; }
    .button .button-text input {
      color: #22d5ff !important;
      text-align: center;
      font-weight: 700;
      font-style: italic;
      width: 100% !important;
      padding: 0;
      border: none !important;
      text-transform: uppercase; }
    .button .button-text:before, .button .button-text:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      background: #22d5ff;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      pointer-events: none; }
    .button .button-text:after {
      width: 100%;
      left: 1px;
      height: 1px;
      top: 0%;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }
    .button .button-text:before {
      height: 100%;
      top: 1px;
      width: 1px;
      left: 0;
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top; }
  .button:before, .button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background: #22d5ff;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff;
            box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff;
    pointer-events: none; }
  .button:after {
    width: 100%;
    left: 1px;
    height: 1px;
    top: 100%; }
  .button:before {
    height: 100%;
    top: 1px;
    width: 1px;
    left: 100%; }
  .button .cross.left-top, .button .cross.right-top {
    top: -0.2em;
    left: -0.2em; }
  .button .cross.left-bottom, .button .cross.right-bottom {
    bottom: -0.2em;
    left: -0.2em; }
  .button .cross.right-top, .button .cross.right-bottom {
    right: -0.2em;
    left: initial;
    left: unset; }
  .button:hover:before, .button:hover:after {
    -webkit-box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff;
            box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff; }
  .button:hover .button-text:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2));
            filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2)); }
  .button:hover .button-text:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff;
            box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff; }

.cross {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.38em;
  width: 0.38em; }
  .cross:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(190, 201, 224, 0.6); }
  .cross:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(190, 201, 224, 0.6); }

.close {
  position: absolute;
  bottom: 100%;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0.5em;
  right: 0;
  line-height: 0.6;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .close:hover {
    color: #22d5ff; }
    .close:hover:before {
      top: 10%; }
  .close:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    height: 0.25em;
    background: #22d5ff;
    top: 100%;
    -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
            box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }

.pixelcarve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1; }
  .pixelcarve a {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .pixelcarve a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .pixelcarve a {
    position: relative;
    z-index: 1; }
    .pixelcarve a object, .pixelcarve a img {
      width: 1.5em;
      height: auto;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out;
      -webkit-filter: brightness(3);
              filter: brightness(3); }
    .pixelcarve a:hover {
      color: #bec9e0; }
      .pixelcarve a:hover object, .pixelcarve a:hover img {
        opacity: 1; }
  .pixelcarve .pcarve_caption {
    height: 1.3em;
    overflow: hidden;
    margin-left: 30px;
    font-size: 0.8em;
    color: #bec9e0; }
    .pixelcarve .pcarve_caption .pcarve_label {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding-right: .5em;
      position: relative;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .pixelcarve .pcarve_caption.shown .pcarve_label {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  min-height: inherit; }
  .backgrounds .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
    min-height: inherit; }
  @media all and (max-width: 500px) {
    .backgrounds .size-large, .backgrounds .size-medium {
      background: none !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .backgrounds .size-small {
      display: block; } }
  @media all and (max-width: 1000px) and (min-width: 501px) {
    .backgrounds .size-large, .backgrounds .size-small {
      background: none !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .backgrounds .size-medium {
      display: block; } }
  @media all and (min-width: 1001px) {
    .backgrounds .size-small, .backgrounds .size-medium {
      background: none !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .backgrounds .size-large {
      display: block; } }
  .backgrounds .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 19, 45, 0.7); }

header {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 7.2em 18em 4em;
  padding-bottom: 0;
  display: block;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 111112;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease-out all;
  -o-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all; }
  @media all and (max-width: 1024px) {
    header {
      padding: 7.2em 18em 4em 14.8em; } }
  @media all and (max-width: 767px) {
    header {
      padding: 2em !important; } }
  @media all and (max-width: 1680px) {
    header {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    header {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    header {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    header {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    header {
      font-size: 0.8em !important; } }
  @media all and (max-width: 1024px) {
    header {
      font-size: 0.4em; } }
  @media all and (max-width: 767px) {
    header {
      padding-bottom: 0em !important; } }
  header.scroll {
    background: #00132d;
    padding-top: 2.4em; }
    @media all and (max-width: 1024px) {
      header.scroll {
        padding-top: 3.4em;
        padding-bottom: 0; } }
  header .logo {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2em;
    margin-top: -1em;
    width: 17%;
    margin-left: -2.66667em; }
    header .logo a {
      display: inline-block;
      position: relative;
      cursor: pointer; }
      header .logo a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    @media all and (max-width: 1024px) {
      header .logo {
        width: 170px;
        margin-left: 0; } }
    @media all and (max-width: 567px) {
      header .logo {
        margin-left: -5%; } }
    header .logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: block;
      width: 100%; }
    header .logo object {
      width: 28.6em;
      height: 3.1em;
      margin: -0.7em 0 0 -0.7em; }
  header .menu-trigger {
    margin-left: auto;
    cursor: pointer;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -2.4em;
    margin-right: -2.4em; }
    @media all and (max-width: 1024px) {
      header .menu-trigger {
        margin-top: -3.4em; } }
    @media all and (max-width: 767px) {
      header .menu-trigger {
        margin-top: -2em;
        margin-right: -2em; } }
    header .menu-trigger .menu-word {
      color: #22d5ff;
      text-transform: uppercase;
      font-size: 0.6em;
      position: relative;
      overflow: hidden; }
      header .menu-trigger .menu-word span {
        position: absolute;
        top: 100%;
        left: 0;
        line-height: 0.8; }
    header .menu-trigger .hexagon-con {
      width: 4.8em;
      height: 4.8em;
      position: relative;
      padding: 0.2em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: unset; }
      @media all and (max-width: 1024px) {
        header .menu-trigger .hexagon-con {
          width: 6.8em;
          height: 6.8em; } }
      @media all and (max-width: 767px) {
        header .menu-trigger .hexagon-con {
          height: 4em;
          width: 4em; } }
      header .menu-trigger .hexagon-con .circle-around, header .menu-trigger .hexagon-con .circle-filled {
        border-radius: 50%;
        border: 1px solid #22d5ff;
        position: absolute;
        display: inline-block;
        opacity: 0.5; }
      header .menu-trigger .hexagon-con .circle-around {
        width: 55%;
        height: 55%; }
      header .menu-trigger .hexagon-con .circle-filled {
        width: 28%;
        height: 28%;
        background: #22d5ff; }
      header .menu-trigger .hexagon-con .glow {
        position: absolute;
        width: 100%;
        height: 100%;
        background: -o-radial-gradient(rgba(34, 213, 255, 0.7), rgba(34, 213, 255, 0.1) 30%, rgba(34, 213, 255, 0) 50%);
        background: radial-gradient(rgba(34, 213, 255, 0.7), rgba(34, 213, 255, 0.1) 30%, rgba(34, 213, 255, 0) 50%); }
      header .menu-trigger .hexagon-con .hexagon {
        width: 100%;
        -webkit-transform: rotateZ(90deg);
            -ms-transform: rotate(90deg);
                transform: rotateZ(90deg);
        -webkit-filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2));
                filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2)); }
        header .menu-trigger .hexagon-con .hexagon path {
          fill: none;
          stroke: #22d5ff; }
    header .menu-trigger .hamburger {
      padding: 0; }
      header .menu-trigger .hamburger .hamburger-inner {
        border-radius: 0; }
        header .menu-trigger .hamburger .hamburger-inner::before, header .menu-trigger .hamburger .hamburger-inner::after {
          border-radius: 0; }

.header.scroll {
  width: 100vw;
  z-index: 11;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  position: fixed; }
  @media all and (max-width: 1680px) {
    .header.scroll {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    .header.scroll {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    .header.scroll {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    .header.scroll {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    .header.scroll {
      font-size: 0.8em !important; } }
  @media all and (max-width: 767px) {
    .header.scroll.active {
      padding: 2em;
      background: #00132d;
      border-bottom: 1px solid rgba(190, 201, 224, 0.2); } }

nav {
  z-index: 111111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  position: fixed;
  padding: 7.2em 18em 4em;
  visibility: hidden; }
  @media all and (min-width: 1921px) {
    nav {
      height: 100vh; } }
  @media all and (max-width: 1024px) {
    nav {
      padding: 4.8em 10em 4em; } }
  @media all and (max-width: 767px) {
    nav {
      padding: 2em !important; } }
  @media all and (max-width: 1680px) {
    nav {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    nav {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    nav {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    nav {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    nav {
      font-size: 0.8em !important; } }
  nav .curtain {
    background: #22d5ff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0) scaleY(0.002);
        -ms-transform: scaleX(0) scaleY(0.002);
            transform: scaleX(0) scaleY(0.002);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    z-index: 2;
    -webkit-box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff;
            box-shadow: 0 0px 4px #22d5ff, 0 2px 4px #22d5ff; }
  nav .menu-con {
    height: 100%;
    width: 100%; }
    nav .menu-con .back {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0.97;
      display: none;
      width: -webkit-calc(100% + 2px);
      width: calc(100% + 2px);
      margin-left: -1px;
      border: 1px solid rgba(190, 201, 224, 0.2); }
      nav .menu-con .back:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 19, 45, 0.5); }
      nav .menu-con .back img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    nav .menu-con .menu {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    nav .menu-con ul {
      margin: 0;
      margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 4em 12em; }
      @media all and (max-width: 767px) {
        nav .menu-con ul {
          padding: 4em 4em; } }
      @media all and (max-height: 420px) {
        nav .menu-con ul {
          padding: 2em 4em; } }
      @media all and (max-width: 567px) {
        nav .menu-con ul {
          padding: 2em 2em; } }
      nav .menu-con ul li {
        width: 100%;
        text-align: right;
        text-transform: uppercase;
        font-size: 1.8em;
        font-weight: 300;
        list-style: none;
        line-height: 1.7;
        position: relative;
        letter-spacing: 2px; }
        @media all and (max-width: 767px) {
          nav .menu-con ul li {
            font-size: 1.2em !important; } }
        @media all and (max-height: 420px) {
          nav .menu-con ul li {
            font-size: 0.9em !important; } }
        @media all and (max-width: 567px) {
          nav .menu-con ul li {
            font-size: 1.5em !important; } }
        nav .menu-con ul li:hover {
          overflow: unset; }
          nav .menu-con ul li:hover a {
            color: #22d5ff; }
          nav .menu-con ul li:hover .activeGraphic {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
        nav .menu-con ul li .activeGraphic {
          position: absolute;
          bottom: 0;
          width: 20em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          font-size: 0.5em;
          right: 0; }
          @media all and (max-width: 767px) {
            nav .menu-con ul li .activeGraphic {
              display: none !important; } }
          nav .menu-con ul li .activeGraphic .under-line {
            height: 1px;
            background: rgba(190, 201, 224, 0.2);
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -webkit-transform-origin: right;
                -ms-transform-origin: right;
                    transform-origin: right; }
            nav .menu-con ul li .activeGraphic .under-line:before {
              content: "";
              width: 2em;
              height: 0.4em;
              background: #22d5ff;
              bottom: 0;
              left: 0;
              position: absolute;
              -webkit-filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2));
                      filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2)); }
          nav .menu-con ul li .activeGraphic .threePieceGraphic {
            -webkit-transform: scaleX(-1);
                -ms-transform: scaleX(-1);
                    transform: scaleX(-1);
            left: 105%; }
            nav .menu-con ul li .activeGraphic .threePieceGraphic .end {
              -webkit-transform-origin: right;
                  -ms-transform-origin: right;
                      transform-origin: right;
              border-bottom-color: #22d5ff;
              -webkit-filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2));
                      filter: drop-shadow(0 0px 0.8em #22d5ff) drop-shadow(0 2px 0.8em rgba(34, 213, 255, 0.2)); }
        nav .menu-con ul li a {
          color: #bec9e0;
          display: inline-block; }

.social-icons {
  pointer-events: none !important; }
  .social-icons .social-icon {
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.3em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    pointer-events: all; }
    .social-icons .social-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: contrast(4);
              filter: contrast(4);
      opacity: 0.5;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
    .social-icons .social-icon:hover img {
      opacity: 1; }

.content-con .social-icons {
  font-size: 1.4em; }

footer.footer {
  min-height: unset !important;
  border-top: 1px solid rgba(190, 201, 224, 0.2);
  z-index: 11111;
  padding-top: 0 !important; }
  footer.footer .backgrounds {
    opacity: 1; }
    footer.footer .backgrounds .background {
      -o-object-position: 50% 25% !important;
         object-position: 50% 25% !important; }
    footer.footer .backgrounds:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(0, 19, 45, 0.75); }
  footer.footer .content-con {
    padding-top: 5.2em !important;
    padding-bottom: 5.2em !important; }
    @media all and (max-width: 1024px) {
      footer.footer .content-con {
        padding-top: 4em !important;
        padding-bottom: 4em !important; } }
  footer.footer .con {
    width: 100%; }
  footer.footer .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-top: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    footer.footer .menu ul li {
      list-style: none;
      text-transform: uppercase;
      border-right: 1px solid rgba(190, 201, 224, 0.2);
      margin-right: 1em;
      line-height: 1.8; }
      footer.footer .menu ul li:first-child a {
        margin-left: 0; }
      footer.footer .menu ul li a {
        color: #bec9e0;
        margin-right: 1em; }
        footer.footer .menu ul li a:hover {
          color: #22d5ff; }
  footer.footer .social-icons {
    font-size: 1.4em;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media all and (max-width: 567px) {
      footer.footer .social-icons {
        position: relative;
        margin-bottom: 1em; } }
  footer.footer #copyright {
    color: rgba(190, 201, 224, 0.6); }
  footer.footer .pixelcarve {
    position: absolute;
    right: 0; }
    @media all and (max-width: 567px) {
      footer.footer .pixelcarve {
        top: 2.2em; } }

.cookie-popup {
  position: fixed;
  z-index: 111111;
  bottom: 0;
  width: 100%;
  background: #00132d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.2em 18em 4em;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  border-top: 1px solid rgba(190, 201, 224, 0.2); }
  @media all and (max-width: 1024px) {
    .cookie-popup {
      padding: 4.8em 10em 4em; } }
  @media all and (max-width: 767px) {
    .cookie-popup {
      padding: 2em !important; } }
  @media all and (max-width: 1680px) {
    .cookie-popup {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    .cookie-popup {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    .cookie-popup {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    .cookie-popup {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    .cookie-popup {
      font-size: 0.8em !important; } }
  @media all and (max-width: 767px) {
    .cookie-popup {
      padding-top: 1em !important;
      padding-bottom: 1em !important; } }
  .cookie-popup .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .cookie-popup .text p {
      margin-bottom: 0;
      line-height: 1.2; }
  .cookie-popup .button {
    margin-left: auto;
    min-width: 4em; }

.fullpage-slider {
  height: 100%;
  z-index: 1;
  background: #00132d;
  background: -o-radial-gradient(left top, ellipse, #00132d 60%, #194a8e 100%);
  background: radial-gradient(ellipse at left top, #00132d 60%, #194a8e 100%); }
  .fullpage-slider#fullpage {
    width: 100vw; }
    @media all and (max-width: 767px) {
      .fullpage-slider#fullpage {
        overflow: auto !important; } }
    .fullpage-slider#fullpage.one-slide {
      will-change: unset; }
      @media all and (max-width: 767px) {
        .fullpage-slider#fullpage.one-slide .fullpage-slide:not(.footer) .content-con {
          padding-top: 8em !important;
          padding-bottom: 2em !important;
          z-index: 111111; } }
      .fullpage-slider#fullpage.one-slide .background-slider {
        height: 100%;
        position: fixed;
        z-index: 0; }
        .fullpage-slider#fullpage.one-slide .background-slider .fullpage-slide {
          height: 100% !important; }
  .fullpage-slider .fullpage-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
    z-index: 1; }
    .fullpage-slider .fullpage-scrollbar .swiper-scrollbar-drag {
      background: #22d5ff;
      border-radius: 0;
      cursor: pointer; }
  .fullpage-slider .under-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1em; }
    @media all and (max-width: 767px) {
      .fullpage-slider .under-title {
        margin-top: -0.5em; } }
    .fullpage-slider .under-title div {
      position: relative; }
    .fullpage-slider .under-title .under-line {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      height: 1px;
      background: rgba(190, 201, 224, 0.2); }
    .fullpage-slider .under-title .threePieceGraphic {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      margin-left: 0.57143em;
      margin-right: -0.57143em; }
  .fullpage-slider .fp-slidesNav, .fullpage-slider .fp-controlArrow {
    display: none; }
  .fullpage-slider .fullpage-slide {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .fullpage-slider .fullpage-slide:not(.section) {
      padding: 7.2em 18em 4em;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100% !important;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      position: relative; }
      @media all and (max-width: 1024px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          padding: 4.8em 10em 4em; } }
      @media all and (max-width: 767px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          padding: 2em !important; } }
      @media all and (max-width: 1680px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          font-size: 0.88em; } }
      @media all and (max-width: 1440px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          font-size: 0.75em; } }
      @media all and (max-width: 1200px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          font-size: 0.68em; } }
      @media all and (max-width: 1024px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          font-size: 0.6em; } }
      @media all and (max-width: 767px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          font-size: 0.8em !important; } }
      @media all and (max-width: 768px) {
        .fullpage-slider .fullpage-slide:not(.section) {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .fullpage-slider .fullpage-slide:not(.section) .half-images, .fullpage-slider .fullpage-slide:not(.section) .form {
        width: 50%;
        height: 100%;
        overflow: hidden; }
        @media all and (max-width: 768px) {
          .fullpage-slider .fullpage-slide:not(.section) .half-images, .fullpage-slider .fullpage-slide:not(.section) .form {
            width: 100% !important;
            height: auto !important;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; } }
        .fullpage-slider .fullpage-slide:not(.section) .half-images .half-image, .fullpage-slider .fullpage-slide:not(.section) .form .half-image {
          position: absolute;
          width: 100%; }
      .fullpage-slider .fullpage-slide:not(.section) .content-con {
        z-index: 1; }
      .fullpage-slider .fullpage-slide:not(.section) .content {
        padding: 2.66667em;
        color: #bec9e0;
        width: 45%;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 100%; }
        @media all and (max-width: 1680px) {
          .fullpage-slider .fullpage-slide:not(.section) .content {
            width: 50%; } }
        @media all and (max-width: 768px) {
          .fullpage-slider .fullpage-slide:not(.section) .content {
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1; } }
        @media all and (max-width: 767px) {
          .fullpage-slider .fullpage-slide:not(.section) .content {
            padding: 2em 0; } }
        .fullpage-slider .fullpage-slide:not(.section) .content .title {
          text-transform: uppercase;
          width: 100%; }
          .fullpage-slider .fullpage-slide:not(.section) .content .title h1, .fullpage-slider .fullpage-slide:not(.section) .content .title h2 {
            margin: 0; }
        .fullpage-slider .fullpage-slide:not(.section) .content .text {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          overflow: auto; }
    .fullpage-slider .fullpage-slide.section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fullpage-slider .fullpage-slide.section .content-con {
        padding: 7.2em 18em 4em;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100% !important;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        position: relative;
        overflow: hidden; }
        @media all and (max-width: 1024px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            padding: 4.8em 10em 4em; } }
        @media all and (max-width: 767px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            padding: 2em !important; } }
        @media all and (max-width: 1680px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            font-size: 0.88em; } }
        @media all and (max-width: 1440px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            font-size: 0.75em; } }
        @media all and (max-width: 1200px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            font-size: 0.68em; } }
        @media all and (max-width: 1024px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            font-size: 0.6em; } }
        @media all and (max-width: 767px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            font-size: 0.8em !important; } }
        @media all and (max-width: 768px) {
          .fullpage-slider .fullpage-slide.section .content-con {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
        .fullpage-slider .fullpage-slide.section .content-con .half-images, .fullpage-slider .fullpage-slide.section .content-con .form {
          width: 50%;
          height: 100%;
          overflow: hidden; }
          @media all and (max-width: 768px) {
            .fullpage-slider .fullpage-slide.section .content-con .half-images, .fullpage-slider .fullpage-slide.section .content-con .form {
              width: 100% !important;
              height: auto !important;
              -webkit-box-ordinal-group: 3;
              -webkit-order: 2;
                  -ms-flex-order: 2;
                      order: 2; } }
          .fullpage-slider .fullpage-slide.section .content-con .half-images .half-image, .fullpage-slider .fullpage-slide.section .content-con .form .half-image {
            position: absolute;
            width: 100%; }
        .fullpage-slider .fullpage-slide.section .content-con .content-con {
          z-index: 1; }
        .fullpage-slider .fullpage-slide.section .content-con .content {
          padding: 2.66667em;
          color: #bec9e0;
          width: 45%;
          margin-left: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-height: 100%; }
          @media all and (max-width: 1680px) {
            .fullpage-slider .fullpage-slide.section .content-con .content {
              width: 50%; } }
          @media all and (max-width: 768px) {
            .fullpage-slider .fullpage-slide.section .content-con .content {
              width: 100%;
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
                  -ms-flex-order: 1;
                      order: 1; } }
          @media all and (max-width: 767px) {
            .fullpage-slider .fullpage-slide.section .content-con .content {
              padding: 2em 0; } }
          .fullpage-slider .fullpage-slide.section .content-con .content .title {
            text-transform: uppercase;
            width: 100%; }
            .fullpage-slider .fullpage-slide.section .content-con .content .title h1, .fullpage-slider .fullpage-slide.section .content-con .content .title h2 {
              margin: 0; }
          .fullpage-slider .fullpage-slide.section .content-con .content .text {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            overflow: auto; }
      @media all and (max-width: 767px) {
        .fullpage-slider .fullpage-slide.section {
          height: auto; }
          .fullpage-slider .fullpage-slide.section .fp-tableCell {
            height: auto !important; } }
    .fullpage-slider .fullpage-slide .text::-webkit-scrollbar {
      width: 2px;
      height: 1px; }
    .fullpage-slider .fullpage-slide .text::-webkit-scrollbar-track {
      cursor: pointer !important; }
    .fullpage-slider .fullpage-slide .text::-webkit-scrollbar-thumb {
      border-radius: 0;
      background: #22d5ff; }
    .fullpage-slider .fullpage-slide .button {
      margin-top: 1em; }
    .fullpage-slider .fullpage-slide.text-left .content-con .content {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 0; }
    .fullpage-slider .fullpage-slide.text-left .content-con .half-images, .fullpage-slider .fullpage-slide.text-left .content-con .form {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-left: auto; }
    .fullpage-slider .fullpage-slide.text-right .content-con .content {
      margin-left: auto; }
    .fullpage-slider .fullpage-slide.template-advanced .title {
      margin-bottom: 2em; }
      .fullpage-slider .fullpage-slide.template-advanced .title .under-title {
        display: none; }
    .fullpage-slider .fullpage-slide.template-advanced .text-slider {
      overflow: hidden;
      width: 100%; }
      .fullpage-slider .fullpage-slide.template-advanced .text-slider .text {
        overflow: unset !important; }
      .fullpage-slider .fullpage-slide.template-advanced .text-slider .swiper-wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .fullpage-slider .fullpage-slide.template-advanced .text-slider .text-slider-nav {
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 1em; }
        .fullpage-slider .fullpage-slide.template-advanced .text-slider .text-slider-nav .name {
          cursor: pointer;
          text-transform: uppercase;
          position: relative;
          display: block;
          padding-bottom: 0.3em;
          margin-bottom: 1em; }
          .fullpage-slider .fullpage-slide.template-advanced .text-slider .text-slider-nav .name:last-child .name-title {
            border: none;
            margin-right: 0;
            padding-right: 0; }
          .fullpage-slider .fullpage-slide.template-advanced .text-slider .text-slider-nav .name:hover .bling {
            -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
                    box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2); }
          .fullpage-slider .fullpage-slide.template-advanced .text-slider .text-slider-nav .name .name-title {
            font-size: 1.2em;
            border-right: 1px solid #bec9e0;
            padding-right: 0.8em;
            margin-right: 0.8em; }
          .fullpage-slider .fullpage-slide.template-advanced .text-slider .text-slider-nav .name .bling {
            position: absolute;
            top: 100%; }
      .fullpage-slider .fullpage-slide.template-advanced .text-slider .swiper-slide {
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
            -ms-flex: none !important;
                flex: none !important;
        position: absolute; }
        .fullpage-slider .fullpage-slide.template-advanced .text-slider .swiper-slide:first-child {
          position: relative; }
        .fullpage-slider .fullpage-slide.template-advanced .text-slider .swiper-slide.active {
          visibility: visible; }
        .fullpage-slider .fullpage-slide.template-advanced .text-slider .swiper-slide:not(.active) {
          visibility: hidden;
          -webkit-transform: translateY(50px);
              -ms-transform: translateY(50px);
                  transform: translateY(50px); }
    .fullpage-slider .fullpage-slide.template-grid {
      overflow: hidden; }
      .fullpage-slider .fullpage-slide.template-grid .content-con {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .fullpage-slider .fullpage-slide.template-grid .content-con .content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding-right: 0;
          padding-left: 0;
          width: 50%;
          width: -webkit-calc(50% + 2.4em) !important;
          width: calc(50% + 2.4em) !important; }
          @media all and (max-width: 1024px) {
            .fullpage-slider .fullpage-slide.template-grid .content-con .content {
              min-width: 50em; } }
          .fullpage-slider .fullpage-slide.template-grid .content-con .content h3 {
            margin-bottom: 0;
            width: 80%;
            line-height: 1.2; }
            @media all and (max-width: 567px) {
              .fullpage-slider .fullpage-slide.template-grid .content-con .content h3 {
                width: 100%;
                margin-bottom: .7em; } }
          .fullpage-slider .fullpage-slide.template-grid .content-con .content .button {
            margin-top: auto;
            margin-bottom: 1em; }
          @media all and (max-width: 767px) {
            .fullpage-slider .fullpage-slide.template-grid .content-con .content {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100% !important;
              min-width: 0;
              -webkit-box-align: start;
              -webkit-align-items: flex-start;
                  -ms-flex-align: start;
                      align-items: flex-start; }
              .fullpage-slider .fullpage-slide.template-grid .content-con .content .button {
                margin-top: 0; } }
          .fullpage-slider .fullpage-slide.template-grid .content-con .content .title {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-right: 1.5em; }
            .fullpage-slider .fullpage-slide.template-grid .content-con .content .title h2 {
              padding-right: 2em; }
        .fullpage-slider .fullpage-slide.template-grid .content-con .content, .fullpage-slider .fullpage-slide.template-grid .content-con .grid-slider {
          margin-left: -2.4em !important; }
          @media all and (max-width: 1024px) {
            .fullpage-slider .fullpage-slide.template-grid .content-con .content, .fullpage-slider .fullpage-slide.template-grid .content-con .grid-slider {
              margin-left: 0 !important; } }
        .fullpage-slider .fullpage-slide.template-grid .content-con .grid-slider {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
    .fullpage-slider .fullpage-slide.template-form .content-con {
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
      @media all and (max-width: 767px) {
        .fullpage-slider .fullpage-slide.template-form .content-con {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .fullpage-slider .fullpage-slide.template-form .content {
      margin-left: 0; }
      @media all and (max-width: 768px) {
        .fullpage-slider .fullpage-slide.template-form .content {
          margin-top: auto; } }
    .fullpage-slider .fullpage-slide.template-form .form {
      margin-left: auto;
      padding-bottom: 4em;
      height: 100%;
      padding: 2em 3.07692em 2em 4em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 768px) {
        .fullpage-slider .fullpage-slide.template-form .form {
          padding: 0 2.66667em 2.66667em; } }
      @media all and (max-width: 767px) {
        .fullpage-slider .fullpage-slide.template-form .form {
          width: 100%;
          padding: 0; } }
      .fullpage-slider .fullpage-slide.template-form .form .wpcf7 {
        max-height: 100%;
        height: auto;
        width: 100%;
        overflow: auto;
        border: 1px solid rgba(190, 201, 224, 0.2);
        background: rgba(0, 19, 45, 0.95); }
        .fullpage-slider .fullpage-slide.template-form .form .wpcf7::-webkit-scrollbar {
          width: 2px;
          height: 1px; }
        .fullpage-slider .fullpage-slide.template-form .form .wpcf7::-webkit-scrollbar-track {
          cursor: pointer !important; }
        .fullpage-slider .fullpage-slide.template-form .form .wpcf7::-webkit-scrollbar-thumb {
          border-radius: 0;
          background: #22d5ff; }
      .fullpage-slider .fullpage-slide.template-form .form .wpcf7-submit {
        visibility: hidden;
        position: absolute;
        pointer-events: none; }
      .fullpage-slider .fullpage-slide.template-form .form .send {
        bottom: 0; }
      .fullpage-slider .fullpage-slide.template-form .form .wpcf7-response-output {
        position: absolute;
        margin: 0;
        width: 80%;
        border: none !important;
        padding: 0;
        font-size: 0.8em;
        margin-top: -0.25em; }
        .fullpage-slider .fullpage-slide.template-form .form .wpcf7-response-output.wpcf7-validation-errors {
          color: #d61616; }
      .fullpage-slider .fullpage-slide.template-form .form .ajax-loader {
        position: absolute; }
      .fullpage-slider .fullpage-slide.template-form .form form {
        padding: 5vh 4em; }
        @media all and (max-width: 1200px) {
          .fullpage-slider .fullpage-slide.template-form .form form {
            padding: 5vh 2em; } }
        @media all and (max-width: 767px) {
          .fullpage-slider .fullpage-slide.template-form .form form {
            padding: 2em 2em 3.07692em; } }
        .fullpage-slider .fullpage-slide.template-form .form form .smaller {
          opacity: 0.5;
          font-size: 0.6em;
          letter-spacing: 1px; }
        .fullpage-slider .fullpage-slide.template-form .form form textarea {
          min-height: 60px; }
        .fullpage-slider .fullpage-slide.template-form .form form input, .fullpage-slider .fullpage-slide.template-form .form form textarea {
          background: none;
          border: none;
          color: #bec9e0;
          border-bottom: 1px solid rgba(190, 201, 224, 0.1);
          width: 100%;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          padding: 0.2em 0;
          line-height: 2vh;
          resize: none;
          font-size: 0.9em; }
          @media all and (max-height: 768px) {
            .fullpage-slider .fullpage-slide.template-form .form form input, .fullpage-slider .fullpage-slide.template-form .form form textarea {
              padding: 0.5vh 0; } }
          .fullpage-slider .fullpage-slide.template-form .form form input.wpcf7-not-valid, .fullpage-slider .fullpage-slide.template-form .form form textarea.wpcf7-not-valid {
            border-color: rgba(214, 22, 22, 0.5); }
          @media all and (max-width: 1024px) {
            .fullpage-slider .fullpage-slide.template-form .form form input, .fullpage-slider .fullpage-slide.template-form .form form textarea {
              width: 100%; } }
          .fullpage-slider .fullpage-slide.template-form .form form input::-webkit-input-placeholder, .fullpage-slider .fullpage-slide.template-form .form form textarea::-webkit-input-placeholder {
            color: #bec9e0; }
          .fullpage-slider .fullpage-slide.template-form .form form input::-moz-placeholder, .fullpage-slider .fullpage-slide.template-form .form form textarea::-moz-placeholder {
            color: #bec9e0; }
          .fullpage-slider .fullpage-slide.template-form .form form input:-ms-input-placeholder, .fullpage-slider .fullpage-slide.template-form .form form textarea:-ms-input-placeholder {
            color: #bec9e0; }
          .fullpage-slider .fullpage-slide.template-form .form form input::-ms-input-placeholder, .fullpage-slider .fullpage-slide.template-form .form form textarea::-ms-input-placeholder {
            color: #bec9e0; }
          .fullpage-slider .fullpage-slide.template-form .form form input::placeholder, .fullpage-slider .fullpage-slide.template-form .form form textarea::placeholder {
            color: #bec9e0; }
          .fullpage-slider .fullpage-slide.template-form .form form input:before, .fullpage-slider .fullpage-slide.template-form .form form textarea:before {
            content: attr(placeholder) ": ";
            white-space: pre; }
          .fullpage-slider .fullpage-slide.template-form .form form input::-webkit-calendar-picker-indicator, .fullpage-slider .fullpage-slide.template-form .form form textarea::-webkit-calendar-picker-indicator {
            color: white !important;
            -webkit-filter: invert(1);
                    filter: invert(1);
            opacity: 0.6; }
        .fullpage-slider .fullpage-slide.template-form .form form .wpcf7-not-valid-tip {
          display: none; }
        .fullpage-slider .fullpage-slide.template-form .form form .button {
          background: none;
          visibility: hidden;
          pointer-events: none;
          position: absolute; }
        .fullpage-slider .fullpage-slide.template-form .form form br {
          line-height: 0;
          height: 0;
          display: none; }
        .fullpage-slider .fullpage-slide.template-form .form form .wpcf7-form-control-wrap, .fullpage-slider .fullpage-slide.template-form .form form .row {
          height: auto;
          will-change: unset;
          line-height: 1; }
        .fullpage-slider .fullpage-slide.template-form .form form .row {
          width: 90%;
          margin-bottom: 1vh; }
          @media all and (max-width: 1200px) {
            .fullpage-slider .fullpage-slide.template-form .form form .row {
              width: 100%; } }
        .fullpage-slider .fullpage-slide.template-form .form form label {
          display: none; }
        .fullpage-slider .fullpage-slide.template-form .form form .ajax-loader {
          position: absolute;
          left: 100%; }
        .fullpage-slider .fullpage-slide.template-form .form form .dropdown {
          background: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          border: none;
          border-bottom: 1px solid rgba(190, 201, 224, 0.1);
          padding: 0.2em 0;
          min-width: 0;
          line-height: 2vh;
          min-height: 0;
          font-size: 0.9em;
          border-radius: 0; }
          @media all and (max-height: 768px) {
            .fullpage-slider .fullpage-slide.template-form .form form .dropdown {
              padding: 0.5vh 0; } }
          .fullpage-slider .fullpage-slide.template-form .form form .dropdown .menu {
            border-color: rgba(190, 201, 224, 0.3) !important;
            border-radius: 0 !important;
            background: #040d1b; }
          .fullpage-slider .fullpage-slide.template-form .form form .dropdown .item {
            padding: 0.5em 0.5em;
            font-size: 1em;
            border-color: rgba(190, 201, 224, 0.3);
            color: #bec9e0;
            -webkit-transition: all ease-out 0.2s;
            -o-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s; }
            .fullpage-slider .fullpage-slide.template-form .form form .dropdown .item:hover {
              background: #22d5ff;
              color: #00132d; }
          .fullpage-slider .fullpage-slide.template-form .form form .dropdown .text {
            line-height: inherit;
            color: #bec9e0 !important; }
          .fullpage-slider .fullpage-slide.template-form .form form .dropdown .dropdown.icon {
            top: unset;
            margin: 0;
            border: none;
            width: auto;
            color: #bec9e0; }
        .fullpage-slider .fullpage-slide.template-form .form form .button {
          margin: 0; }
    @media all and (max-width: 768px) {
      .fullpage-slider .fullpage-slide.template-basic-video .content-con .half-images {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 80% !important;
        left: 10%; }
      .fullpage-slider .fullpage-slide.template-basic-video .content-con .content {
        margin-bottom: auto; } }
    @media all and (max-width: 567px) {
      .fullpage-slider .fullpage-slide.template-basic-video .content-con .half-images {
        width: 100% !important;
        left: 0; } }
  @media all and (max-width: 768px) {
    .fullpage-slider #section-2 .content-con .half-images {
      position: relative;
      height: 100% !important;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 40% !important; } }
  @media all and (max-width: 767px) {
    .fullpage-slider #section-2 .content-con .half-images {
      max-width: 300px;
      width: 80% !important;
      height: auto !important;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 auto; } }
  .fullpage-slider #section-2 .content-con .content {
    height: auto !important; }
    @media all and (max-width: 567px) {
      .fullpage-slider #section-2 .content-con .content {
        width: 100% !important;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .fullpage-slider .background-slider {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 100vh;
    overflow: hidden; }
    .fullpage-slider .background-slider .fullpage-slide {
      height: 100vh;
      position: relative;
      padding: 0 !important; }
      .fullpage-slider .background-slider .fullpage-slide.planet-parallax .backgrounds {
        position: relative; }
      @media all and (max-width: 767px) {
        .fullpage-slider .background-slider .fullpage-slide.rocket-parallax .backgrounds {
          width: 200%;
          left: -60%; } }
      .fullpage-slider .background-slider .fullpage-slide.fading:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(#00132d), color-stop(30%, rgba(0, 19, 45, 0)), color-stop(70%, rgba(0, 19, 45, 0)), to(#00132d));
        background: -o-linear-gradient(top, #00132d 0%, rgba(0, 19, 45, 0) 30%, rgba(0, 19, 45, 0) 70%, #00132d 100%);
        background: linear-gradient(to bottom, #00132d 0%, rgba(0, 19, 45, 0) 30%, rgba(0, 19, 45, 0) 70%, #00132d 100%); }
  .fullpage-slider .section .content-con.has-bottom-image {
    overflow: unset; }
    @media all and (max-width: 767px) {
      .fullpage-slider .section .content-con.has-bottom-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom {
      width: 60%;
      margin-left: -5%;
      height: -webkit-calc(100% + 11.2em);
      height: calc(100% + 11.2em);
      margin-top: -3.2em;
      overflow: unset; }
      @media all and (max-width: 768px) {
        .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom {
          margin-left: 0;
          margin-top: 0;
          bottom: 0;
          left: 0;
          margin-top: auto;
          position: absolute;
          height: 100% !important; }
          .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
            -o-object-fit: contain !important;
               object-fit: contain !important;
            height: 50em; } }
      @media all and (max-width: 767px) {
        .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom {
          position: relative;
          height: 30em !important;
          width: 100%; }
          .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
            height: 100%; } }
      .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
        -o-object-fit: cover;
           object-fit: cover;
        bottom: 0;
        right: 0;
        height: 100%;
        -o-object-position: bottom;
           object-position: bottom; }
        @media screen and (max-width: 1500px) {
          .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
            min-width: 50em; } }
        @media all and (min-width: 1921px) {
          .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
            -o-object-fit: contain;
               object-fit: contain; } }
        @media all and (max-width: 1024px) {
          .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
            min-width: 60em;
            right: -5em; } }
        @media all and (max-width: 768px) {
          .fullpage-slider .section .content-con.has-bottom-image .half-images.align-bottom .half-image {
            min-width: 0;
            right: 0; } }

.home .fullpage-slider .playButton {
  top: auto !important; }

.home .fullpage-slider .section:nth-child(4) .half-image {
  padding-bottom: 4em;
  -o-object-fit: cover;
     object-fit: cover; }

@media all and (max-width: 767px) {
  .home .fullpage-slider .section:nth-child(4) .content-con img:first-child {
    position: relative !important; } }

.home .fullpage-slider .background-slider .fullpage-slide.planet-parallax .backgrounds .background {
  min-height: 210% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto !important; }
  @media all and (max-width: 767px) {
    .home .fullpage-slider .background-slider .fullpage-slide.planet-parallax .backgrounds .background {
      min-height: 100% !important; } }

.home .fullpage-slider .background-slider .fullpage-slide:nth-child(4) {
  height: 0 !important; }

.hero-slider {
  height: 100%;
  padding: 0 !important; }
  .hero-slider .backgrounds {
    opacity: 1; }
  .hero-slider .content-con {
    padding: 0 !important; }
  .hero-slider .swiper-wrapper {
    min-height: inherit; }
  .hero-slider .fp-slides {
    width: 100% !important; }
    .hero-slider .fp-slides .fp-slidesContainer {
      width: 100% !important; }
  .hero-slider .swiper-slide {
    padding: 7.2em 18em 4em;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100% !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    min-height: inherit; }
    @media all and (max-width: 1024px) {
      .hero-slider .swiper-slide {
        padding: 4.8em 10em 4em; } }
    @media all and (max-width: 767px) {
      .hero-slider .swiper-slide {
        padding: 2em !important; } }
    @media all and (max-width: 1680px) {
      .hero-slider .swiper-slide {
        font-size: 0.88em; } }
    @media all and (max-width: 1440px) {
      .hero-slider .swiper-slide {
        font-size: 0.75em; } }
    @media all and (max-width: 1200px) {
      .hero-slider .swiper-slide {
        font-size: 0.68em; } }
    @media all and (max-width: 1024px) {
      .hero-slider .swiper-slide {
        font-size: 0.6em; } }
    @media all and (max-width: 767px) {
      .hero-slider .swiper-slide {
        font-size: 0.8em !important; } }
    @media all and (max-width: 768px) {
      .hero-slider .swiper-slide {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .hero-slider .swiper-slide .half-images, .hero-slider .swiper-slide .form {
      width: 50%;
      height: 100%;
      overflow: hidden; }
      @media all and (max-width: 768px) {
        .hero-slider .swiper-slide .half-images, .hero-slider .swiper-slide .form {
          width: 100% !important;
          height: auto !important;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      .hero-slider .swiper-slide .half-images .half-image, .hero-slider .swiper-slide .form .half-image {
        position: absolute;
        width: 100%; }
    .hero-slider .swiper-slide .content-con {
      z-index: 1; }
    .hero-slider .swiper-slide .content {
      padding: 2.66667em;
      color: #bec9e0;
      width: 45%;
      margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: 100%; }
      @media all and (max-width: 1680px) {
        .hero-slider .swiper-slide .content {
          width: 50%; } }
      @media all and (max-width: 768px) {
        .hero-slider .swiper-slide .content {
          width: 100%;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media all and (max-width: 767px) {
        .hero-slider .swiper-slide .content {
          padding: 2em 0; } }
      .hero-slider .swiper-slide .content .title {
        text-transform: uppercase;
        width: 100%; }
        .hero-slider .swiper-slide .content .title h1, .hero-slider .swiper-slide .content .title h2 {
          margin: 0; }
      .hero-slider .swiper-slide .content .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow: auto; }
    .hero-slider .swiper-slide.fp-slide {
      padding: 0 !important;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .hero-slider .swiper-slide.fp-slide.active {
        z-index: 2; }
    .hero-slider .swiper-slide .content {
      margin-left: 0 !important;
      width: auto;
      max-width: 45%; }
      @media all and (max-width: 1024px) {
        .hero-slider .swiper-slide .content {
          max-width: 50%; } }
      @media all and (max-width: 767px) {
        .hero-slider .swiper-slide .content {
          max-width: 100%;
          margin-top: 8em; } }
      @media all and (max-width: 567px) {
        .hero-slider .swiper-slide .content {
          margin-top: auto; } }
      .hero-slider .swiper-slide .content .text {
        margin-top: 1em; }
  .hero-slider .slider-pagination, .hero-slider .fp-slidesNav ul {
    position: relative;
    text-align: left;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em 0;
    margin: 1em 0 0.5em; }
    .hero-slider .slider-pagination .swiper-pagination-bullet, .hero-slider .slider-pagination li, .hero-slider .slider-pagination .nav-li, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet, .hero-slider .fp-slidesNav ul li, .hero-slider .fp-slidesNav ul .nav-li {
      height: 0.4em;
      width: 2.5em;
      border-radius: 0;
      border: 1px solid #22d5ff;
      background: none;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      position: relative;
      margin-right: 0.5em;
      cursor: pointer;
      opacity: 1; }
      .hero-slider .slider-pagination .swiper-pagination-bullet:hover, .hero-slider .slider-pagination li:hover, .hero-slider .slider-pagination .nav-li:hover, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet:hover, .hero-slider .fp-slidesNav ul li:hover, .hero-slider .fp-slidesNav ul .nav-li:hover {
        -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
                box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2); }
      .hero-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-slider .slider-pagination .swiper-pagination-bullet .active, .hero-slider .slider-pagination .swiper-pagination-bullet.active, .hero-slider .slider-pagination .swiper-pagination-bullet.bottom-bling, .hero-slider .slider-pagination li.swiper-pagination-bullet-active, .hero-slider .slider-pagination li .active, .hero-slider .slider-pagination li.active, .hero-slider .slider-pagination li.bottom-bling, .hero-slider .slider-pagination .nav-li.swiper-pagination-bullet-active, .hero-slider .slider-pagination .nav-li .active, .hero-slider .slider-pagination .nav-li.active, .hero-slider .slider-pagination .nav-li.bottom-bling, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet .active, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet.active, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet.bottom-bling, .hero-slider .fp-slidesNav ul li.swiper-pagination-bullet-active, .hero-slider .fp-slidesNav ul li .active, .hero-slider .fp-slidesNav ul li.active, .hero-slider .fp-slidesNav ul li.bottom-bling, .hero-slider .fp-slidesNav ul .nav-li.swiper-pagination-bullet-active, .hero-slider .fp-slidesNav ul .nav-li .active, .hero-slider .fp-slidesNav ul .nav-li.active, .hero-slider .fp-slidesNav ul .nav-li.bottom-bling {
        background: #22d5ff;
        -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
                box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
        opacity: 1; }
        .hero-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .hero-slider .slider-pagination .swiper-pagination-bullet .active:after, .hero-slider .slider-pagination .swiper-pagination-bullet.active:after, .hero-slider .slider-pagination .swiper-pagination-bullet.bottom-bling:after, .hero-slider .slider-pagination li.swiper-pagination-bullet-active:after, .hero-slider .slider-pagination li .active:after, .hero-slider .slider-pagination li.active:after, .hero-slider .slider-pagination li.bottom-bling:after, .hero-slider .slider-pagination .nav-li.swiper-pagination-bullet-active:after, .hero-slider .slider-pagination .nav-li .active:after, .hero-slider .slider-pagination .nav-li.active:after, .hero-slider .slider-pagination .nav-li.bottom-bling:after, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet .active:after, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet.active:after, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet.bottom-bling:after, .hero-slider .fp-slidesNav ul li.swiper-pagination-bullet-active:after, .hero-slider .fp-slidesNav ul li .active:after, .hero-slider .fp-slidesNav ul li.active:after, .hero-slider .fp-slidesNav ul li.bottom-bling:after, .hero-slider .fp-slidesNav ul .nav-li.swiper-pagination-bullet-active:after, .hero-slider .fp-slidesNav ul .nav-li .active:after, .hero-slider .fp-slidesNav ul .nav-li.active:after, .hero-slider .fp-slidesNav ul .nav-li.bottom-bling:after {
          opacity: 1; }
      .hero-slider .slider-pagination .swiper-pagination-bullet span, .hero-slider .slider-pagination li span, .hero-slider .slider-pagination .nav-li span, .hero-slider .fp-slidesNav ul .swiper-pagination-bullet span, .hero-slider .fp-slidesNav ul li span, .hero-slider .fp-slidesNav ul .nav-li span {
        display: none; }
  .hero-slider .arrow-down-con {
    z-index: 111;
    width: 100%;
    position: absolute;
    bottom: 2em;
    display: none;
    padding: 0 2em; }
    @media all and (max-width: 1680px) {
      .hero-slider .arrow-down-con {
        font-size: 0.88em; } }
    @media all and (max-width: 1440px) {
      .hero-slider .arrow-down-con {
        font-size: 0.75em; } }
    @media all and (max-width: 1200px) {
      .hero-slider .arrow-down-con {
        font-size: 0.68em; } }
    @media all and (max-width: 1024px) {
      .hero-slider .arrow-down-con {
        font-size: 0.6em; } }
    @media all and (max-width: 767px) {
      .hero-slider .arrow-down-con {
        font-size: 0.8em !important; } }
    @media all and (max-width: 767px) {
      .hero-slider .arrow-down-con {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.hero-slider, .hero {
  min-height: 100%;
  height: 1px; }
  .hero-slider .backgrounds:after, .hero .backgrounds:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/lensflare.jpg");
    background-size: cover;
    background-position: left top;
    mix-blend-mode: screen;
    background-repeat: no-repeat;
    -webkit-filter: brightness(2.5);
            filter: brightness(2.5);
    will-change: unset; }
    @media all and (max-width: 767px) {
      .hero-slider .backgrounds:after, .hero .backgrounds:after {
        background-size: 200% !important; } }

.layout {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
  z-index: 11111;
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media all and (max-width: 1680px) {
    .layout {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    .layout {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    .layout {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    .layout {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    .layout {
      font-size: 0.8em !important; } }
  @media all and (max-width: 1024px) {
    .layout {
      font-size: 0.4em; } }
  .layout:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -o-radial-gradient(white 6%, rgba(255, 255, 255, 0) 6%);
    background-image: radial-gradient(white 6%, rgba(255, 255, 255, 0) 6%);
    background-position: 0 0;
    background-size: 18px 18px;
    height: 100%;
    width: 100%;
    opacity: 0.04; }
  .layout .frame-con {
    padding: 7.2em 18em 4em;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 1024px) {
      .layout .frame-con {
        padding: 7.2em 18em 4em 14.8em; } }
    @media all and (max-width: 767px) {
      .layout .frame-con {
        padding: 2em !important; } }
  .layout .frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: relative; }
    .layout .frame div {
      position: absolute; }
    @media all and (max-width: 767px) {
      .layout .frame .bottom-line, .layout .frame .arrow-down {
        display: none; } }
    .layout .frame .top-line {
      top: 0;
      height: 1px;
      right: 4.8em;
      width: -webkit-calc(75% + 4em);
      width: calc(75% + 4em);
      background: rgba(190, 201, 224, 0.2); }
      @media all and (max-width: 1024px) {
        .layout .frame .top-line {
          right: 8.8em;
          width: -webkit-calc(100% - 190px - 4em);
          width: calc(100% - 190px - 4em); } }
      @media all and (max-width: 767px) {
        .layout .frame .top-line {
          right: 5.2em;
          width: -webkit-calc(100% - 190px - 4em);
          width: calc(100% - 190px - 4em); } }
    .layout .frame .right-line {
      top: 4em;
      height: -webkit-calc(100% - 10em);
      height: calc(100% - 10em);
      width: 1px;
      right: -1px;
      background: rgba(190, 201, 224, 0.2); }
    .layout .frame .left-line {
      top: 4em;
      height: -webkit-calc(100% - 10em);
      height: calc(100% - 10em);
      width: 1px;
      left: -1px;
      background: rgba(190, 201, 224, 0.2); }
    .layout .frame .left-line:before, .layout .frame .right-line:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(190, 201, 224, 0.2);
      bottom: -webkit-calc(100% + 8em);
      bottom: calc(100% + 8em);
      top: initial; }
    .layout .frame .threePieceGraphic {
      bottom: 4em;
      left: 0; }
  .layout .left-side, .layout .right-side {
    position: absolute;
    padding: 7.2em 18em 4em;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100%;
    width: 15.2em;
    padding-bottom: 2.66667em !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
    top: 0;
    height: 100%; }
    @media all and (max-width: 1024px) {
      .layout .left-side, .layout .right-side {
        padding: 7.2em 18em 4em 14.8em; } }
    @media all and (max-width: 767px) {
      .layout .left-side, .layout .right-side {
        padding: 2em !important; } }
    @media all and (max-width: 767px) {
      .layout .left-side, .layout .right-side {
        display: none !important; } }
    .layout .left-side .code, .layout .right-side .code {
      height: 100%;
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-height: 70vh; }
      .layout .left-side .code .swiper-wrapper, .layout .right-side .code .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .layout .left-side .code .code-con, .layout .right-side .code .code-con {
        border-left: rgba(190, 201, 224, 0.2) solid 1px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 2em;
        max-height: 70vh;
        overflow: hidden; }
        .layout .left-side .code .code-con .canvas-con, .layout .right-side .code .code-con .canvas-con {
          height: 100%;
          opacity: 0.25; }
        .layout .left-side .code .code-con .code-row, .layout .right-side .code .code-con .code-row {
          color: rgba(34, 213, 255, 0.2);
          font-size: 0.1em;
          line-height: 1.7;
          letter-spacing: 2px; }
          .layout .left-side .code .code-con .code-row:nth-child(16), .layout .left-side .code .code-con .code-row:nth-child(25), .layout .right-side .code .code-con .code-row:nth-child(16), .layout .right-side .code .code-con .code-row:nth-child(25) {
            margin-top: 8em !important; }
          @media all and (max-width: 1440px) {
            .layout .left-side .code .code-con .code-row, .layout .right-side .code .code-con .code-row {
              font-size: 5px; } }
          @media all and (max-width: 1024px) {
            .layout .left-side .code .code-con .code-row, .layout .right-side .code .code-con .code-row {
              font-size: 4px; } }
          .layout .left-side .code .code-con .code-row.empty, .layout .right-side .code .code-con .code-row.empty {
            opacity: 0 !important; }
          .layout .left-side .code .code-con .code-row .digit, .layout .right-side .code .code-con .code-row .digit {
            opacity: 0.7; }
            .layout .left-side .code .code-con .code-row .digit.active, .layout .right-side .code .code-con .code-row .digit.active {
              border-right: 1px solid #bec9e0; }
          .layout .left-side .code .code-con .code-row.code-row.swiper-slide-prev .digit, .layout .right-side .code .code-con .code-row.code-row.swiper-slide-prev .digit {
            visibility: hidden; }
      .layout .left-side .code .code-top, .layout .right-side .code .code-top {
        border-top: rgba(190, 201, 224, 0.2) solid 1px;
        margin-bottom: 2em; }
        .layout .left-side .code .code-top:after, .layout .right-side .code .code-top:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          content: "";
          content: "287";
          bottom: 100%;
          top: unset;
          color: #22d5ff;
          font-size: 0.55em; }
      .layout .left-side .code .code-bottom, .layout .right-side .code .code-bottom {
        border-bottom: rgba(190, 201, 224, 0.2) solid 1px;
        margin-top: 2em; }
        .layout .left-side .code .code-bottom:after, .layout .right-side .code .code-bottom:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          content: "";
          content: "04";
          left: -3.5em;
          color: #22d5ff;
          font-size: 0.55em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
      .layout .left-side .code .code-top, .layout .left-side .code .code-bottom, .layout .right-side .code .code-top, .layout .right-side .code .code-bottom {
        height: 1em;
        margin-left: 1em;
        background-image: url("../images/dots-line.png");
        background-repeat: no-repeat;
        background-size: auto 45%;
        background-position: left center;
        position: relative;
        opacity: 0.3; }
      .layout .left-side .code .threePieceGraphic, .layout .right-side .code .threePieceGraphic {
        -webkit-transform: rotateZ(90deg);
            -ms-transform: rotate(90deg);
                transform: rotateZ(90deg);
        right: 100%;
        bottom: -webkit-calc(100% + 0.8em);
        bottom: calc(100% + 0.8em);
        position: absolute;
        -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
                transform-origin: right bottom;
        margin-left: 0; }
        .layout .left-side .code .threePieceGraphic:last-child, .layout .right-side .code .threePieceGraphic:last-child {
          -webkit-transform: scaleX(-1) rotateZ(-90deg);
              -ms-transform: scaleX(-1) rotate(-90deg);
                  transform: scaleX(-1) rotateZ(-90deg);
          top: -webkit-calc(100% - 0.8em);
          top: calc(100% - 0.8em); }
    .layout .left-side .planet-graphic, .layout .right-side .planet-graphic {
      position: relative;
      padding: 1.33333em 2em 0 0;
      padding-bottom: 0; }
      .layout .left-side .planet-graphic .codes, .layout .right-side .planet-graphic .codes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 0.5em;
        line-height: 2em;
        padding: 0 2em 4em 2em; }
        .layout .left-side .planet-graphic .codes .code-line, .layout .right-side .planet-graphic .codes .code-line {
          color: rgba(34, 213, 255, 0.3);
          margin-left: 1.33333em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .layout .left-side .planet-graphic .codes .code-line:first-child, .layout .right-side .planet-graphic .codes .code-line:first-child {
            margin-left: 0; }
          .layout .left-side .planet-graphic .codes .code-line .square, .layout .right-side .planet-graphic .codes .code-line .square {
            margin-right: 0.57143em;
            width: 0.8em;
            height: 0.8em;
            border: 1px solid rgba(190, 201, 224, 0.2); }
            .layout .left-side .planet-graphic .codes .code-line .square.blink, .layout .right-side .planet-graphic .codes .code-line .square.blink {
              border-color: rgba(34, 213, 255, 0.3); }
      .layout .left-side .planet-graphic .planetGraphic, .layout .right-side .planet-graphic .planetGraphic {
        width: 100%;
        -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
  .layout .left-side {
    left: 0;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .layout .side {
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
  .layout.incomplete .side {
    opacity: 0; }

.threePieceGraphic {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 1.33333em;
  margin-left: -0.57143em; }
  .threePieceGraphic div {
    background: rgba(190, 201, 224, 0.2);
    width: 2em;
    height: 1px;
    position: relative !important; }
    .threePieceGraphic div.tilt {
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg);
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      margin-left: -1.6em; }
      .threePieceGraphic div.tilt:first-child {
        margin-left: 0; }
    .threePieceGraphic div.end {
      content: "";
      width: 1em;
      border-left: 0.33333em solid rgba(190, 201, 224, 0);
      border-bottom: 0.33333em solid rgba(190, 201, 224, 0.2);
      background: none;
      position: absolute !important;
      right: 0;
      bottom: 1px; }

.photo-frame {
  height: 16em;
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media all and (min-width: 1921px) {
    .photo-frame {
      height: 20em; } }
  .photo-frame .grid-frame-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .photo-frame .grid-image {
    height: 100%;
    width: 100%; }
  .photo-frame.type-basic .grid-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-mask: url("../images/team-mask.png");
            mask: url("../images/team-mask.png");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%; }
  .photo-frame.type-logos .grid-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .photo-frame.type-logos .grid-image img {
      height: 80%;
      width: 80%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .photo-frame .grid-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .photo-frame .grid-frame .threePieceGraphic {
      position: relative; }
    .photo-frame .grid-frame .top, .photo-frame .grid-frame .bottom {
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .photo-frame .grid-frame .top .bottom-right, .photo-frame .grid-frame .top .top-right, .photo-frame .grid-frame .bottom .bottom-right, .photo-frame .grid-frame .bottom .top-right {
        -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
    .photo-frame .grid-frame .top {
      top: 0;
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
    .photo-frame .grid-frame .bottom {
      bottom: 0; }
    .photo-frame .grid-frame .middle {
      border-left: 1px solid rgba(190, 201, 224, 0.2);
      border-right: 1px solid rgba(190, 201, 224, 0.2);
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 2em 0; }
    .photo-frame .grid-frame .grid-frame-hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .photo-frame .grid-frame .grid-frame-hover .cont {
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 1.6em 1.42857em; }
      .photo-frame .grid-frame .grid-frame-hover .bottom-bling {
        height: 0.4em;
        width: 2.5em;
        border-radius: 0;
        border: 1px solid #22d5ff;
        background: none;
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
        top: unset;
        top: initial;
        bottom: 0;
        left: unset;
        left: initial; }
        .photo-frame .grid-frame .grid-frame-hover .bottom-bling:hover {
          -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
                  box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2); }
        .photo-frame .grid-frame .grid-frame-hover .bottom-bling.swiper-pagination-bullet-active, .photo-frame .grid-frame .grid-frame-hover .bottom-bling .active, .photo-frame .grid-frame .grid-frame-hover .bottom-bling.active, .photo-frame .grid-frame .grid-frame-hover .bottom-bling.bottom-bling {
          background: #22d5ff;
          -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
                  box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
          opacity: 1; }
          .photo-frame .grid-frame .grid-frame-hover .bottom-bling.swiper-pagination-bullet-active:after, .photo-frame .grid-frame .grid-frame-hover .bottom-bling .active:after, .photo-frame .grid-frame .grid-frame-hover .bottom-bling.active:after, .photo-frame .grid-frame .grid-frame-hover .bottom-bling.bottom-bling:after {
            opacity: 1; }
      .photo-frame .grid-frame .grid-frame-hover div {
        position: absolute;
        top: 0;
        left: 0%; }
      .photo-frame .grid-frame .grid-frame-hover .hover-left-line, .photo-frame .grid-frame .grid-frame-hover .hover-right-line, .photo-frame .grid-frame .grid-frame-hover .hover-top-line, .photo-frame .grid-frame .grid-frame-hover .hover-bottom-line {
        opacity: 0.5; }
      .photo-frame .grid-frame .grid-frame-hover .hover-left-line, .photo-frame .grid-frame .grid-frame-hover .hover-right-line, .photo-frame .grid-frame .grid-frame-hover .hover-left-line-inside, .photo-frame .grid-frame .grid-frame-hover .hover-right-line-inside {
        width: 1px;
        height: 100%;
        background: #22d5ff;
        -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
                box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2); }
      .photo-frame .grid-frame .grid-frame-hover .hover-top-line, .photo-frame .grid-frame .grid-frame-hover .hover-bottom-line {
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, #22d5ff), color-stop(35%, rgba(34, 213, 255, 0)), color-stop(65%, rgba(34, 213, 255, 0)), color-stop(80%, #22d5ff));
        background: -o-linear-gradient(left, #22d5ff 20%, rgba(34, 213, 255, 0) 35%, rgba(34, 213, 255, 0) 65%, #22d5ff 80%);
        background: linear-gradient(to right, #22d5ff 20%, rgba(34, 213, 255, 0) 35%, rgba(34, 213, 255, 0) 65%, #22d5ff 80%); }
      .photo-frame .grid-frame .grid-frame-hover .hover-right-line, .photo-frame .grid-frame .grid-frame-hover .hover-right-line-inside {
        left: 100%; }
      .photo-frame .grid-frame .grid-frame-hover .hover-bottom-line, .photo-frame .grid-frame .grid-frame-hover .hover-bottom-line-inside {
        top: 100%; }
      .photo-frame .grid-frame .grid-frame-hover .grid-frame-hover-inside {
        width: 100%;
        height: 100%;
        position: relative; }
        .photo-frame .grid-frame .grid-frame-hover .grid-frame-hover-inside div {
          opacity: 0.7; }
        .photo-frame .grid-frame .grid-frame-hover .grid-frame-hover-inside .hover-top-line-inside, .photo-frame .grid-frame .grid-frame-hover .grid-frame-hover-inside .hover-bottom-line-inside {
          width: 100%;
          height: 1px;
          background: #22d5ff; }
  .photo-frame .next-line {
    width: 4.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: 0;
    padding: 2%;
    position: absolute;
    left: 100%; }
    @media all and (max-width: 767px) {
      .photo-frame .next-line {
        width: 50px; } }
    .photo-frame .next-line .left-line, .photo-frame .next-line .right-line {
      height: 1px;
      background: rgba(190, 201, 224, 0.2);
      width: 40%; }
    .photo-frame .next-line .cross {
      position: relative; }

.arrow-down-con, .layout .frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .arrow-down-con .bottom-line, .layout .frame .bottom-line {
    bottom: 0;
    height: 1px;
    width: -webkit-calc(100% + 4em);
    width: calc(100% + 4em);
    background: -webkit-gradient(linear, left top, right top, from(rgba(190, 201, 224, 0.2)), color-stop(rgba(190, 201, 224, 0.2)), color-stop(35%), color-stop(45%, rgba(190, 201, 224, 0)), color-stop(55%, rgba(190, 201, 224, 0)), color-stop(65%, rgba(190, 201, 224, 0.2)));
    background: -o-linear-gradient(left, rgba(190, 201, 224, 0.2), rgba(190, 201, 224, 0.2), 35%, rgba(190, 201, 224, 0) 45%, rgba(190, 201, 224, 0) 55%, rgba(190, 201, 224, 0.2) 65%);
    background: linear-gradient(to right, rgba(190, 201, 224, 0.2), rgba(190, 201, 224, 0.2), 35%, rgba(190, 201, 224, 0) 45%, rgba(190, 201, 224, 0) 55%, rgba(190, 201, 224, 0.2) 65%);
    -webkit-transition: 1s ease-out all;
    -o-transition: 1s ease-out all;
    transition: 1s ease-out all; }
  .arrow-down-con .arrow-down, .layout .frame .arrow-down {
    position: absolute;
    bottom: 0;
    color: rgba(190, 201, 224, 0.2);
    margin-bottom: -1.25em;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: 0.4s ease-out all;
    -o-transition: 0.4s ease-out all;
    transition: 0.4s ease-out all;
    padding: 0.5em; }
    @media all and (max-width: 1024px) {
      .arrow-down-con .arrow-down, .layout .frame .arrow-down {
        font-size: 2em; } }
    @media all and (max-width: 767px) {
      .arrow-down-con .arrow-down, .layout .frame .arrow-down {
        font-size: 1.2em; } }
    .arrow-down-con .arrow-down:hover, .layout .frame .arrow-down:hover {
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px); }
    .arrow-down-con .arrow-down svg, .layout .frame .arrow-down svg {
      height: 1em; }
      .arrow-down-con .arrow-down svg .st0, .layout .frame .arrow-down svg .st0 {
        -webkit-clip-path: none !important;
                clip-path: none !important; }

.target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  pointer-events: none; }
  .target .target-con {
    width: 60%;
    height: 60%; }
    @media all and (max-width: 567px) {
      .target .target-con {
        width: 100%;
        height: 100%; } }
    .target .target-con svg {
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.bling {
  height: 0.4em;
  width: 2.5em;
  border-radius: 0;
  border: 1px solid #22d5ff;
  background: none;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .bling:hover {
    -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
            box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2); }
  .bling.swiper-pagination-bullet-active, .bling .active, .bling.active, .bling.bottom-bling {
    background: #22d5ff;
    -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
            box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
    opacity: 1; }
    .bling.swiper-pagination-bullet-active:after, .bling .active:after, .bling.active:after, .bling.bottom-bling:after {
      opacity: 1; }

.page-view.last-slide .layout .arrow-down {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px); }

.page-view.last-slide .layout .bottom-line {
  background: -webkit-gradient(linear, left top, right top, from(rgba(190, 201, 224, 0.2)), color-stop(65%, rgba(190, 201, 224, 0.2)));
  background: -o-linear-gradient(left, rgba(190, 201, 224, 0.2), rgba(190, 201, 224, 0.2) 65%);
  background: linear-gradient(to right, rgba(190, 201, 224, 0.2), rgba(190, 201, 224, 0.2) 65%); }

.preload-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1111111;
  background: #00132d;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px); }
  .preload-screen .bling {
    margin: 0 0.3em;
    border: none !important;
    -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
            box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
    background: #22d5ff;
    -webkit-animation: blingStagger infinite 1s ease-in-out;
            animation: blingStagger infinite 1s ease-in-out; }
    .preload-screen .bling:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .preload-screen .bling:nth-child(3) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
  .preload-screen .preload-curtain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #22d5ff;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    will-change: transform; }
  .preload-screen.fadingOut {
    background: none; }
    .preload-screen.fadingOut .bling {
      display: none; }

.custom-background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: unset !important; }
  .custom-background-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

.playButton {
  position: absolute;
  width: 5vw;
  height: 5vw;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: all;
  cursor: pointer;
  z-index: 111;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px); }
  @media all and (max-width: 767px) {
    .playButton {
      width: 4em;
      height: 4em;
      top: 6em; } }
  @media all and (max-width: 567px) {
    .playButton {
      width: 4em;
      height: 4em;
      top: 10em; } }
  .playButton:hover {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95); }
  .playButton .play {
    width: 100%;
    height: 100%;
    background-image: url("../images/playbutton.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6; }

.video-container.fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  padding: 7.2em 18em 4em;
  z-index: 1111113;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 1024px) {
    .video-container.fullscreen {
      padding: 4.8em 10em 4em; } }
  @media all and (max-width: 767px) {
    .video-container.fullscreen {
      padding: 2em !important; } }
  @media all and (max-width: 1680px) {
    .video-container.fullscreen {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    .video-container.fullscreen {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    .video-container.fullscreen {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    .video-container.fullscreen {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    .video-container.fullscreen {
      font-size: 0.8em !important; } }
  @media all and (max-width: 567px) {
    .video-container.fullscreen {
      padding: 0 !important; } }
  .video-container.fullscreen .video-close {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    z-index: 1;
    right: 1.5em;
    top: -2em;
    height: 1.5em;
    position: relative;
    display: inline-block; }
    @media all and (max-width: 567px) {
      .video-container.fullscreen .video-close {
        top: 0; } }
  .video-container.fullscreen video {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media all and (max-width: 567px) {
      .video-container.fullscreen video {
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; } }

.video-fullscreen-info {
  will-change: unset; }

.video-playing {
  -webkit-filter: blur(10px);
          filter: blur(10px); }

.tv-screen-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: unset !important; }
  .tv-screen-con .playButton {
    top: unset !important; }
  .tv-screen-con .video-fullscreen-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px); }
  .tv-screen-con .tv-screen {
    height: 30em;
    width: 100%;
    overflow: unset;
    -webkit-perspective: 2000px;
            perspective: 2000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    @media all and (max-width: 767px) {
      .tv-screen-con .tv-screen {
        height: 50vw; } }
    @media all and (max-width: 567px) {
      .tv-screen-con .tv-screen {
        height: 60vw; } }
    .tv-screen-con .tv-screen .box-frame-con {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding: 6% 10% 3%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-perspective: 2000px;
              perspective: 2000px;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      @media all and (max-width: 1440px) {
        .tv-screen-con .tv-screen .box-frame-con {
          min-width: 40em; } }
      @media all and (max-width: 1024px) {
        .tv-screen-con .tv-screen .box-frame-con {
          min-width: 45em; } }
      @media all and (max-width: 768px) {
        .tv-screen-con .tv-screen .box-frame-con {
          min-width: 0;
          left: 0; } }
      .tv-screen-con .tv-screen .box-frame-con .img-con {
        padding: 3% 0 10% 5%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(20px);
                transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(20px); }
        .tv-screen-con .tv-screen .box-frame-con .img-con .img {
          height: 100%;
          width: 100%; }
        .tv-screen-con .tv-screen .box-frame-con .img-con img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .tv-screen-con .tv-screen .box-frame-con .outer-frame {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        border: 0.4em solid rgba(190, 201, 224, 0.8);
        -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg);
                transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg);
        -webkit-filter: blur(2px);
                filter: blur(2px); }
        .tv-screen-con .tv-screen .box-frame-con .outer-frame.second {
          opacity: 0.4;
          -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(50px) translateX(30px);
                  transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(50px) translateX(30px); }
          @media all and (max-width: 1024px) {
            .tv-screen-con .tv-screen .box-frame-con .outer-frame.second {
              -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(50px) translateX(10px);
                      transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(50px) translateX(10px); } }
      .tv-screen-con .tv-screen .box-frame-con .inner-frame {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border: 1px solid rgba(190, 201, 224, 0.5);
        position: relative;
        -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(50px);
                transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(50px);
        -webkit-filter: blur(3px);
                filter: blur(3px);
        pointer-events: none; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame img {
          position: absolute;
          width: 0.6em;
          height: 0.6em;
          -o-object-fit: cover;
             object-fit: cover; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(1), .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(2) {
          top: -0.3em; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(3), .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(4) {
          bottom: -0.3em; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(3), .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(1) {
          left: -0.3em; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(2), .tv-screen-con .tv-screen .box-frame-con .inner-frame .plus:nth-child(4) {
          right: -0.3em; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .half-plus {
          bottom: 100%;
          height: auto;
          left: -webkit-calc(50% - 0.3em);
          left: calc(50% - 0.3em); }
          .tv-screen-con .tv-screen .box-frame-con .inner-frame .half-plus.second {
            top: 100%;
            -webkit-transform: scaleY(-1);
                -ms-transform: scaleY(-1);
                    transform: scaleY(-1); }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .left-thick-line, .tv-screen-con .tv-screen .box-frame-con .inner-frame .right-thick-line {
          position: absolute;
          width: 0.5em;
          height: 70%;
          background: #bec9e0; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .right-thick-line {
          right: -0.25em;
          bottom: 0.4em; }
        .tv-screen-con .tv-screen .box-frame-con .inner-frame .left-thick-line {
          left: -0.25em;
          top: 0.4em; }
      .tv-screen-con .tv-screen .box-frame-con .bottom-code, .tv-screen-con .tv-screen .box-frame-con .speed-con {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 2%;
        width: 90%;
        margin-left: 10%;
        -webkit-filter: blur(1px);
                filter: blur(1px); }
        .tv-screen-con .tv-screen .box-frame-con .bottom-code .code-text, .tv-screen-con .tv-screen .box-frame-con .bottom-code .speed, .tv-screen-con .tv-screen .box-frame-con .speed-con .code-text, .tv-screen-con .tv-screen .box-frame-con .speed-con .speed {
          width: 35%;
          margin: 0 3%; }
      .tv-screen-con .tv-screen .box-frame-con .bottom-code {
        -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(30px);
                transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(30px); }
      .tv-screen-con .tv-screen .box-frame-con .speed-con {
        border-bottom: 1px solid rgba(190, 201, 224, 0.5);
        padding-top: 0.3em;
        -webkit-transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(20px);
                transform: rotateX(-8deg) rotateY(20deg) rotateZ(-3deg) translateZ(20px); }
        .tv-screen-con .tv-screen .box-frame-con .speed-con .speed {
          width: 2em;
          margin-bottom: 0.2em; }

.logos {
  display: inline-block;
  top: 19px;
  right: 0; }
  .logos .logo {
    width: 50px;
    display: inline-block; }

footer .menu {
  display: inline-block; }

.grid-slider {
  width: 100%;
  overflow: unset;
  padding-bottom: 4em; }
  .grid-slider .grid-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 28%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 4.5vw; }
    @media all and (max-width: 1440px) {
      .grid-slider .grid-slide {
        width: 30%; } }
    @media all and (max-width: 1200px) {
      .grid-slider .grid-slide {
        width: 35%; } }
    @media all and (max-width: 1024px) {
      .grid-slider .grid-slide {
        width: 30%; } }
    @media all and (max-width: 767px) {
      .grid-slider .grid-slide {
        width: 300px;
        max-width: 100%;
        margin-right: 50px; } }
    .grid-slider .grid-slide .info {
      margin-left: 1.4em;
      color: #bec9e0; }
      .grid-slider .grid-slide .info .title, .grid-slider .grid-slide .info .subtitle {
        margin: 0.3em 0;
        line-height: 1.4; }
    .grid-slider .grid-slide .grid-frame-hover {
      opacity: 0;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
    .grid-slider .grid-slide:hover .grid-frame-hover {
      opacity: 1; }
    .grid-slider .grid-slide:last-child .next-line {
      visibility: hidden; }
  .grid-slider.no-slider {
    margin-right: 0;
    width: 100%; }
    .grid-slider.no-slider .swiper-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .grid-slider.no-slider .swiper-wrapper .grid-slide {
        width: -webkit-calc(100%/3 - 4.5vw*2/3);
        width: calc(100%/3 - 4.5vw*2/3);
        margin-bottom: 4em; }
        @media all and (max-width: 767px) {
          .grid-slider.no-slider .swiper-wrapper .grid-slide {
            width: -webkit-calc(100%/2 - 50px);
            width: calc(100%/2 - 50px);
            margin-right: 50px !important; }
            .grid-slider.no-slider .swiper-wrapper .grid-slide .next-line {
              display: -webkit-box !important;
              display: -webkit-flex !important;
              display: -ms-flexbox !important;
              display: flex !important; } }
        @media all and (max-width: 567px) {
          .grid-slider.no-slider .swiper-wrapper .grid-slide {
            width: -webkit-calc(100%);
            width: calc(100%); }
            .grid-slider.no-slider .swiper-wrapper .grid-slide .next-line {
              display: none !important; } }
      .grid-slider.no-slider .swiper-wrapper a.on-edge {
        margin-right: 0; }
        .grid-slider.no-slider .swiper-wrapper a.on-edge .next-line {
          display: none; }
  .grid-slider .swiper-scrollbar {
    top: 100%;
    background: rgba(190, 201, 224, 0.2);
    height: 1px;
    width: -webkit-calc(100% + 3.5em) !important;
    width: calc(100% + 3.5em) !important; }
    @media all and (max-width: 1024px) {
      .grid-slider .swiper-scrollbar {
        width: -webkit-calc(100%) !important;
        width: calc(100%) !important;
        left: 0; } }
    .grid-slider .swiper-scrollbar .swiper-scrollbar-drag {
      -webkit-box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
              box-shadow: 0 0px 0.8em #22d5ff, 0 2px 0.8em rgba(34, 213, 255, 0.2);
      height: 2px;
      top: -1px;
      background: #22d5ff; }
      .grid-slider .swiper-scrollbar .swiper-scrollbar-drag:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        height: 30px;
        top: -10px; }

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 90%;
  left: 1%; }
  @media all and (max-width: 1024px) {
    .swiper-navigation {
      left: 0; } }
  .swiper-navigation .prev svg, .swiper-navigation .next svg {
    height: 1em;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    margin-right: 1em; }
  .swiper-navigation .prev.swiper-button-disabled, .swiper-navigation .next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none; }
  .swiper-navigation .prev.next svg, .swiper-navigation .next.next svg {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg); }

.date, .categories {
  opacity: 0.7;
  font-weight: 100;
  opacity: 0.7;
  font-weight: 100;
  text-transform: uppercase; }

.categories {
  font-size: 0.8em;
  letter-spacing: 1px; }
  @media all and (max-width: 767px) {
    .categories {
      height: auto;
      margin-top: 0.5em; } }

@media all and (max-width: 767px) {
  .page-view.grid {
    padding-top: 4em !important; } }

.page-view.grid .fullpage-slider#fullpage {
  height: 100vh;
  overflow: auto !important;
  will-change: unset; }
  @media all and (max-width: 767px) {
    .page-view.grid .fullpage-slider#fullpage {
      height: 100%; } }
  .page-view.grid .fullpage-slider#fullpage .section {
    padding-top: 8em;
    will-change: unset; }
    @media all and (max-width: 767px) {
      .page-view.grid .fullpage-slider#fullpage .section {
        padding-top: 0; } }
    .page-view.grid .fullpage-slider#fullpage .section:not(.footer) .backgrounds {
      height: 100vh;
      position: fixed; }

.page-view.grid .content {
  z-index: 11; }
  .page-view.grid .content .title {
    overflow: unset !important; }
    .page-view.grid .content .title h1 {
      font-size: 2.2em; }
  .page-view.grid .content .cats {
    bottom: 0;
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media all and (max-width: 567px) {
      .page-view.grid .content .cats {
        height: auto;
        margin-top: 0.5em;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .page-view.grid .content .cats .dropdown.ui {
      background: none;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 0 !important;
      border: none !important; }
      .page-view.grid .content .cats .dropdown.ui i {
        top: initial;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        top: unset;
        margin: 0 !important;
        right: 0;
        background-image: url("../images/c6-page-arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding: 1em; }
        .page-view.grid .content .cats .dropdown.ui i:before {
          content: none;
          opacity: 0; }
      .page-view.grid .content .cats .dropdown.ui .text {
        color: #58dfff;
        font-weight: 100;
        letter-spacing: 1px;
        text-align: center; }
      .page-view.grid .content .cats .dropdown.ui .menu {
        background: #00132d;
        border-color: rgba(190, 201, 224, 0.2);
        margin-top: -1px; }
        .page-view.grid .content .cats .dropdown.ui .menu .item {
          color: #bec9e0;
          font-size: 0.9em;
          letter-spacing: 1px;
          text-transform: uppercase;
          border-color: rgba(190, 201, 224, 0.2); }

.page-view.single .hero, .page-view.single #fullpage {
  will-change: unset; }

.page-view.single .section:not(.footer) .backgrounds {
  position: fixed; }
  .page-view.single .section:not(.footer) .backgrounds:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/lensflare.jpg");
    background-size: contain;
    background-position: left top;
    mix-blend-mode: screen;
    background-repeat: no-repeat;
    -webkit-filter: brightness(4.5);
            filter: brightness(4.5); }
  .page-view.single .section:not(.footer) .backgrounds .background {
    -o-object-position: top;
       object-position: top;
    -webkit-filter: blur(1px);
            filter: blur(1px); }

.page-view.single .content .date {
  margin-top: 1em; }

.page-view.single .content .categories {
  color: #22d5ff;
  opacity: 0.5;
  margin-top: 1em; }

.page-view.single .content .title {
  font-size: 0.45em;
  line-height: 1.4;
  display: block;
  overflow: unset !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 767px) {
    .page-view.single .content .title {
      font-size: 0.8em; } }
  @media all and (max-width: 567px) {
    .page-view.single .content .title {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .page-view.single .content .title span {
    font-size: 0.65em; }
  .page-view.single .content .title .arrows {
    font-size: 2em;
    margin-left: auto;
    position: relative; }
    @media all and (max-width: 767px) {
      .page-view.single .content .title .arrows {
        font-size: 1.4em; } }
    @media all and (max-width: 567px) {
      .page-view.single .content .title .arrows {
        font-size: 1.2em;
        width: 100%; }
        .page-view.single .content .title .arrows svg {
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center; }
        .page-view.single .content .title .arrows a {
          margin-top: 1em;
          margin-right: 1em; } }
    .page-view.single .content .title .arrows svg {
      margin: 0;
      margin-left: 1em; }
      @media all and (max-width: 567px) {
        .page-view.single .content .title .arrows svg {
          margin: 0; } }

.page-view.single .content .subtitle {
  font-size: 1em;
  margin: 0; }

.page-view.single .content .under-title {
  width: 100%; }

.page-view.single .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page-view.single.single-page-partner .tv-screen .box-frame-con .img-con .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-view.single.single-page-partner .tv-screen .box-frame-con .img-con img {
  max-height: 80%;
  max-width: 80%;
  width: auto;
  height: auto; }

.page-view.rocket #fullpage {
  overflow: auto;
  height: 100vh;
  will-change: unset; }
  @media screen and (min-width: 768px) {
    .page-view.rocket #fullpage {
      min-height: 100vh; } }

.page-view.rocket .smaller.hero {
  height: 60vh;
  min-height: 20em;
  padding: 7.2em 18em 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media all and (max-width: 1024px) {
    .page-view.rocket .smaller.hero {
      padding: 4.8em 10em 4em; } }
  @media all and (max-width: 767px) {
    .page-view.rocket .smaller.hero {
      padding: 2em !important; } }
  @media all and (max-width: 1680px) {
    .page-view.rocket .smaller.hero {
      font-size: 0.88em; } }
  @media all and (max-width: 1440px) {
    .page-view.rocket .smaller.hero {
      font-size: 0.75em; } }
  @media all and (max-width: 1200px) {
    .page-view.rocket .smaller.hero {
      font-size: 0.68em; } }
  @media all and (max-width: 1024px) {
    .page-view.rocket .smaller.hero {
      font-size: 0.6em; } }
  @media all and (max-width: 767px) {
    .page-view.rocket .smaller.hero {
      font-size: 0.8em !important; } }
  .page-view.rocket .smaller.hero h1, .page-view.rocket .smaller.hero h2 {
    margin: 0 !important;
    text-transform: none; }
  .page-view.rocket .smaller.hero h2 {
    font-weight: 500; }

.page-view.rocket figure {
  margin: 0 !important; }

.page-view.rocket .content-full {
  padding: 4em 0 12em;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  will-change: unset;
  background-image: -o-radial-gradient(ellipse closest-side, #0f5e8c, #0b2448);
  background-image: radial-gradient(ellipse closest-side, #0f5e8c, #0b2448); }
  @media all and (max-width: 1440px) {
    .page-view.rocket .content-full {
      font-size: 0.9em; } }
  @media all and (max-width: 1200px) {
    .page-view.rocket .content-full {
      font-size: 0.8em; } }
  @media all and (max-width: 1024px) {
    .page-view.rocket .content-full {
      font-size: 0.7em; } }
  @media all and (max-width: 767px) {
    .page-view.rocket .content-full {
      font-size: 0.8em;
      padding-top: 2em; } }
  .page-view.rocket .content-full:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -o-radial-gradient(white 6%, rgba(255, 255, 255, 0) 6%);
    background-image: radial-gradient(white 6%, rgba(255, 255, 255, 0) 6%);
    background-position: 0 0;
    background-size: 18px 18px;
    height: 100%;
    width: 100%;
    opacity: 0.04;
    background-image: -o-radial-gradient(white 13%, rgba(255, 255, 255, 0) 13%);
    background-image: radial-gradient(white 13%, rgba(255, 255, 255, 0) 13%);
    background-size: 10px 10px; }
  .page-view.rocket .content-full .rocket-con {
    max-width: 1080px;
    width: 100%;
    will-change: unset; }
    @media all and (max-width: 1440px) {
      .page-view.rocket .content-full .rocket-con {
        margin-left: 10%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media all and (max-width: 1024px) {
      .page-view.rocket .content-full .rocket-con {
        margin-left: 3%; } }
    @media all and (max-width: 767px) {
      .page-view.rocket .content-full .rocket-con {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        margin: 0; } }
    .page-view.rocket .content-full .rocket-con .rocketSequence:before {
      content: "";
      display: block;
      height: 10px;
      width: 50%; }
    .page-view.rocket .content-full .rocket-con .rocketSequence #rocket-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .page-view.rocket .content-full .rocket-con .rocketSequence img {
      opacity: 0; }
      .page-view.rocket .content-full .rocket-con .rocketSequence img.appended {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        display: none; }
    .page-view.rocket .content-full .rocket-con .rocketSequence img, .page-view.rocket .content-full .rocket-con .rocketSequence .img {
      width: 100%; }
      @media all and (max-width: 567px) {
        .page-view.rocket .content-full .rocket-con .rocketSequence img, .page-view.rocket .content-full .rocket-con .rocketSequence .img {
          width: 200% !important;
          left: -50% !important; } }
    .page-view.rocket .content-full .rocket-con .rocketSequence .img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .page-view.rocket .content-full .rocket-con .point {
      position: absolute;
      width: 7px;
      height: 7px;
      background: #bec9e0; }
    .page-view.rocket .content-full .rocket-con .partsInfo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      will-change: unset; }
      .page-view.rocket .content-full .rocket-con .partsInfo .part {
        width: 40%;
        height: 0;
        left: 9%; }
        @media all and (max-width: 567px) {
          .page-view.rocket .content-full .rocket-con .partsInfo .part {
            left: 2%;
            margin-top: -2px;
            width: 45%; } }
        .page-view.rocket .content-full .rocket-con .partsInfo .part.expandable.selected {
          pointer-events: none; }
        .page-view.rocket .content-full .rocket-con .partsInfo .part.expandable .part-title:hover {
          color: #22d5ff; }
          .page-view.rocket .content-full .rocket-con .partsInfo .part.expandable .part-title:hover .bling {
            right: -webkit-calc(100% + 5em);
            right: calc(100% + 5em); }
        .page-view.rocket .content-full .rocket-con .partsInfo .part .part-title {
          -webkit-transition: color ease-out 0.2s;
          -o-transition: color ease-out 0.2s;
          transition: color ease-out 0.2s;
          padding: 0.5em 0; }
        .page-view.rocket .content-full .rocket-con .partsInfo .part:first-child {
          width: 32%; }
          @media all and (max-width: 567px) {
            .page-view.rocket .content-full .rocket-con .partsInfo .part:first-child {
              width: 36%; } }
        .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title {
          padding: 0.3em 0;
          padding-left: 0.57143em;
          margin: 0;
          margin-top: 1em; }
          .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .under-line {
            text-transform: uppercase;
            border-color: rgba(190, 201, 224, 0.4); }
            .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .under-line .under-text {
              bottom: 100%;
              position: absolute;
              margin-bottom: 0.2em; }
              .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .under-line .under-text span {
                text-transform: lowercase; }
            .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .under-line .under-learn {
              text-transform: lowercase;
              font-size: 0.8em;
              color: #22d5ff;
              letter-spacing: 0.5px; }
          .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .threePieceGraphic {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            margin-right: 0;
            margin-left: -0.57143em;
            position: absolute;
            right: 100%; }
          .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .bling {
            position: absolute;
            right: -webkit-calc(100% + 0.57143em);
            right: calc(100% + 0.57143em);
            top: 120%; }
            @media all and (max-width: 567px) {
              .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .bling {
                right: unset;
                left: 0;
                top: 1em; } }
          .page-view.rocket .content-full .rocket-con .partsInfo .part .under-title .initPoint {
            left: 100%;
            margin-left: 7px;
            bottom: -4px; }
    .page-view.rocket .content-full .rocket-con .dimensions {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      width: 50%;
      left: 55%; }
      @media all and (max-width: 567px) {
        .page-view.rocket .content-full .rocket-con .dimensions {
          left: 62%; } }
      .page-view.rocket .content-full .rocket-con .dimensions .dim {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        position: absolute;
        text-transform: uppercase; }
        .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame {
          width: 15%;
          height: 100%; }
          @media all and (max-width: 1680px) {
            .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame {
              width: 12%; } }
          .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame .dim-frame-top, .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame .dim-frame-bottom {
            height: 1px;
            width: 100%;
            position: absolute;
            background: rgba(190, 201, 224, 0.4); }
            .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame .dim-frame-top .point, .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame .dim-frame-bottom .point {
              top: -3px;
              right: -3px; }
          .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame .dim-frame-bottom {
            bottom: 0; }
          .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-frame .dim-frame-right {
            position: absolute;
            background: rgba(190, 201, 224, 0.4);
            width: 1px;
            height: 100%;
            right: 0; }
        .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal {
          position: absolute;
          top: 100%;
          right: 100%;
          width: 18%;
          height: unset !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media all and (max-width: 567px) {
            .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal {
              width: 35%;
              right: 105%; } }
          .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame {
            width: 100%;
            height: 2em; }
          .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame-top, .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame-bottom {
            width: 1px;
            height: 100%; }
            .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame-top .point, .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame-bottom .point {
              bottom: -3px;
              right: -3px;
              top: initial !important;
              top: unset; }
          .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame-bottom {
            right: 0; }
          .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-frame-right {
            height: 1px;
            width: 100%;
            bottom: 0; }
          .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-name {
            padding-top: 1em;
            padding-left: 0;
            margin-top: 5em;
            width: unset;
            margin-left: 0;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .page-view.rocket .content-full .rocket-con .dimensions .dim.horizontal .dim-name:before {
              height: 5em;
              width: 1px;
              bottom: 100%;
              right: initial;
              right: unset; }
        .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-name {
          width: 15%;
          margin-left: 15%;
          white-space: nowrap;
          padding-left: 1em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media all and (max-width: 1680px) {
            .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-name {
              width: 12%;
              margin-left: 12%; } }
          @media all and (max-width: 567px) {
            .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-name {
              width: 5%;
              margin-left: 5%;
              padding-left: 0.5em; } }
          .page-view.rocket .content-full .rocket-con .dimensions .dim .dim-name:before {
            content: "";
            position: absolute;
            width: 100%;
            right: 100%;
            background: rgba(190, 201, 224, 0.4);
            height: 1px; }
  .page-view.rocket .content-full .overall {
    max-width: 23em;
    position: absolute;
    right: 0; }
    @media all and (max-width: 1440px) {
      .page-view.rocket .content-full .overall {
        position: relative;
        margin-left: -10%;
        max-width: 21em; } }
    @media all and (max-width: 767px) {
      .page-view.rocket .content-full .overall {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 4em;
        padding: 0 2em; } }
    .page-view.rocket .content-full .overall .overall-title {
      padding-left: 4em;
      margin-bottom: 2em; }
      @media all and (max-width: 1440px) {
        .page-view.rocket .content-full .overall .overall-title {
          padding-left: 15%; } }
      @media all and (max-width: 767px) {
        .page-view.rocket .content-full .overall .overall-title {
          padding-left: 0;
          margin-bottom: 1em; } }
      .page-view.rocket .content-full .overall .overall-title h3 {
        font-size: 1.3em;
        margin: 0;
        line-height: 2.4; }
    .page-view.rocket .content-full .overall .overall-row {
      text-transform: uppercase;
      padding: 1.2em 4em;
      border-top: rgba(190, 201, 224, 0.4) solid 1px;
      position: relative; }
      @media all and (max-width: 1440px) {
        .page-view.rocket .content-full .overall .overall-row {
          padding: 1em 15%; } }
      @media all and (max-width: 767px) {
        .page-view.rocket .content-full .overall .overall-row {
          padding: 1em 0; } }
      .page-view.rocket .content-full .overall .overall-row:nth-child(2) {
        border: none; }
      .page-view.rocket .content-full .overall .overall-row .row-title {
        color: #22d5ff;
        letter-spacing: 1.5px;
        margin-bottom: 1em; }
      .page-view.rocket .content-full .overall .overall-row .row-info {
        font-size: 0.9em;
        line-height: 1.3; }
        .page-view.rocket .content-full .overall .overall-row .row-info p {
          margin: 0; }
      .page-view.rocket .content-full .overall .overall-row .row-image {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media all and (max-width: 767px) {
          .page-view.rocket .content-full .overall .overall-row .row-image {
            position: relative; } }
        .page-view.rocket .content-full .overall .overall-row .row-image img {
          width: 100%;
          max-width: 450px; }

.page-view.rocket .expanded-part {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38%;
  min-width: 300px;
  z-index: 1;
  visibility: hidden;
  padding-top: 4em; }
  @media all and (max-width: 567px) {
    .page-view.rocket .expanded-part {
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      height: 100%;
      padding-top: 2.4em;
      overflow: auto; }
      .page-view.rocket .expanded-part .close {
        bottom: unset;
        top: 0;
        z-index: 1; } }
  .page-view.rocket .expanded-part.active {
    visibility: visible; }
  .page-view.rocket .expanded-part .expanded-part-con {
    opacity: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    background: rgba(0, 52, 92, 0.95); }
  .page-view.rocket .expanded-part .expanded-hero, .page-view.rocket .expanded-part .expanded-footer {
    width: 100;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(190, 201, 224, 0.2); }
    .page-view.rocket .expanded-part .expanded-hero img, .page-view.rocket .expanded-part .expanded-footer img {
      width: 100%; }
  .page-view.rocket .expanded-part .expanded-content {
    padding: 7% 14%; }
    @media all and (max-width: 567px) {
      .page-view.rocket .expanded-part .expanded-content {
        padding: 7%; } }
    .page-view.rocket .expanded-part .expanded-content .expanded-title {
      font-size: 1.15em;
      margin-top: 0.3em;
      margin-bottom: 0.7em;
      line-height: 1.4; }
    .page-view.rocket .expanded-part .expanded-content .expanded-subtitle {
      text-transform: uppercase;
      font-size: 0.75em;
      line-height: 1.4;
      margin-bottom: 1.4em;
      font-weight: 100;
      letter-spacing: 1px; }
    .page-view.rocket .expanded-part .expanded-content .expanded-text {
      font-weight: 100; }
      .page-view.rocket .expanded-part .expanded-content .expanded-text span {
        color: #22d5ff; }

.page-view.plain #fullpage {
  height: 100vh;
  overflow: auto;
  will-change: unset; }
  .page-view.plain #fullpage .section {
    will-change: unset; }
    .page-view.plain #fullpage .section:not(.footer) .backgrounds {
      height: 100vh;
      position: fixed;
      z-index: 1; }
    .page-view.plain #fullpage .section .content-con {
      z-index: 111111; }
      .page-view.plain #fullpage .section .content-con .content {
        width: 100% !important;
        padding: 8em 0 0; }
        @media all and (max-width: 767px) {
          .page-view.plain #fullpage .section .content-con .content {
            padding-top: 2em; } }
        .page-view.plain #fullpage .section .content-con .content p {
          margin-bottom: 0.5em; }
      .page-view.plain #fullpage .section .content-con .title {
        font-size: 0.8em;
        margin-bottom: 2em; }
      .page-view.plain #fullpage .section .content-con h2 {
        font-size: 1.4em;
        margin-top: 2em;
        margin-bottom: 0;
        color: #22d5ff; }
      .page-view.plain #fullpage .section .content-con h3 {
        font-size: 1.2em;
        margin-top: 2em;
        margin-bottom: 0;
        color: #22d5ff; }

.page-view.plain.not-found {
  text-align: center; }
  .page-view.plain.not-found .content-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-view.plain.not-found h1 {
    font-size: 8em;
    margin: 0; }
  .page-view.plain.not-found .section-text {
    margin-top: 1em; }
  .page-view.plain.not-found .buttons {
    margin: 1em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .page-view.plain.not-found .buttons .button {
      margin: 1em; }
