@charset "UTF-8";
/* -------------------------------- 

Golden Ratio

-------------------------------- */
/* -------------------------------- 

Responsive Breakpoints

-------------------------------- */
/* -------------------------------- 

Components

-------------------------------- */
/* --------------------------------

Default color schema

-------------------------------- */
/* --------------------------------

ios color schema

-------------------------------- */
/* --------------------------------

Flat color schema

-------------------------------- */
/* --------------------------------

Material color schema

-------------------------------- */
/* --------------------------------

Map setter for themes

-------------------------------- */
/* -------------------------------- 

ios buttons schema

-------------------------------- */
/* -------------------------------- 

flat buttons schema

-------------------------------- */
/* -------------------------------- 

material buttons schema

-------------------------------- */
/* -------------------------------- 

solid form components schema

        background-color: rgba(246, 251, 255, 0.67);
    border-color: #d5d5d5;
    border: 1px solid #d3d8db;
    padding: ;

-------------------------------- */
/* -------------------------------- 

flat form components schema

-------------------------------- */
/* -------------------------------- 

material form components schema

-------------------------------- */
/* -------------------------------- */
/* --------------------------------

ios cards schema

-------------------------------- */
/* --------------------------------

Flat cards schema

-------------------------------- */
/* --------------------------------

Material cards schema

-------------------------------- */
/*@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  @include animation('slide-down 5s 3');
}*/
body .main-section .content-wrapper, .side-row .side-row-badge, .side-row .side-row-content, .feed-card .side-buttons {
  display: inline-block;
  vertical-align: top; }

/* --------------------------------

Blokk -- font used for preloaded screens

-------------------------------- */
@font-face {
  font-family: 'BLOKK';
  src: url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.eot");
  src: url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.woff2") format("woff2"), url("../fonts/BLOKKNeue-RegularBLOKKNeue-Regular.woff") format("woff"), url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.otf") format("opentype"), url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.ttf") format("truetype"), url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.svg#BLOKKRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'BLOKK';
    src: url("../fonts/BLOKKNeue-Regular/BLOKKNeue-Regular.svg") format("svg"); } }

/* --------------------------------

Font Awesome -- icons

-------------------------------- */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* --------------------------------

Pe-7s-stroke -- icons

-------------------------------- */
/* -------------------------------- 

PE-7s-STROKE

-------------------------------- */
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.pe-7s-album:before {
  content: "\e6aa"; }

.pe-7s-arc:before {
  content: "\e6ab"; }

.pe-7s-back-2:before {
  content: "\e6ac"; }

.pe-7s-bandaid:before {
  content: "\e6ad"; }

.pe-7s-car:before {
  content: "\e6ae"; }

.pe-7s-diamond:before {
  content: "\e6af"; }

.pe-7s-door-lock:before {
  content: "\e6b0"; }

.pe-7s-eyedropper:before {
  content: "\e6b1"; }

.pe-7s-female:before {
  content: "\e6b2"; }

.pe-7s-gym:before {
  content: "\e6b3"; }

.pe-7s-hammer:before {
  content: "\e6b4"; }

.pe-7s-headphones:before {
  content: "\e6b5"; }

.pe-7s-helm:before {
  content: "\e6b6"; }

.pe-7s-hourglass:before {
  content: "\e6b7"; }

.pe-7s-leaf:before {
  content: "\e6b8"; }

.pe-7s-magic-wand:before {
  content: "\e6b9"; }

.pe-7s-male:before {
  content: "\e6ba"; }

.pe-7s-map-2:before {
  content: "\e6bb"; }

.pe-7s-next-2:before {
  content: "\e6bc"; }

.pe-7s-paint-bucket:before {
  content: "\e6bd"; }

.pe-7s-pendrive:before {
  content: "\e6be"; }

.pe-7s-photo:before {
  content: "\e6bf"; }

.pe-7s-piggy:before {
  content: "\e6c0"; }

.pe-7s-plugin:before {
  content: "\e6c1"; }

.pe-7s-refresh-2:before {
  content: "\e6c2"; }

.pe-7s-rocket:before {
  content: "\e6c3"; }

.pe-7s-settings:before {
  content: "\e6c4"; }

.pe-7s-shield:before {
  content: "\e6c5"; }

.pe-7s-smile:before {
  content: "\e6c6"; }

.pe-7s-usb:before {
  content: "\e6c7"; }

.pe-7s-vector:before {
  content: "\e6c8"; }

.pe-7s-wine:before {
  content: "\e6c9"; }

.pe-7s-cloud-upload:before {
  content: "\e68a"; }

.pe-7s-cash:before {
  content: "\e68c"; }

.pe-7s-close:before {
  content: "\e680"; }

.pe-7s-bluetooth:before {
  content: "\e68d"; }

.pe-7s-cloud-download:before {
  content: "\e68b"; }

.pe-7s-way:before {
  content: "\e68e"; }

.pe-7s-close-circle:before {
  content: "\e681"; }

.pe-7s-id:before {
  content: "\e68f"; }

.pe-7s-angle-up:before {
  content: "\e682"; }

.pe-7s-wristwatch:before {
  content: "\e690"; }

.pe-7s-angle-up-circle:before {
  content: "\e683"; }

.pe-7s-world:before {
  content: "\e691"; }

.pe-7s-angle-right:before {
  content: "\e684"; }

.pe-7s-volume:before {
  content: "\e692"; }

.pe-7s-angle-right-circle:before {
  content: "\e685"; }

.pe-7s-users:before {
  content: "\e693"; }

.pe-7s-angle-left:before {
  content: "\e686"; }

.pe-7s-user-female:before {
  content: "\e694"; }

.pe-7s-angle-left-circle:before {
  content: "\e687"; }

.pe-7s-up-arrow:before {
  content: "\e695"; }

.pe-7s-angle-down:before {
  content: "\e688"; }

.pe-7s-switch:before {
  content: "\e696"; }

.pe-7s-angle-down-circle:before {
  content: "\e689"; }

.pe-7s-scissors:before {
  content: "\e697"; }

.pe-7s-wallet:before {
  content: "\e600"; }

.pe-7s-safe:before {
  content: "\e698"; }

.pe-7s-volume2:before {
  content: "\e601"; }

.pe-7s-volume1:before {
  content: "\e602"; }

.pe-7s-voicemail:before {
  content: "\e603"; }

.pe-7s-video:before {
  content: "\e604"; }

.pe-7s-user:before {
  content: "\e605"; }

.pe-7s-upload:before {
  content: "\e606"; }

.pe-7s-unlock:before {
  content: "\e607"; }

.pe-7s-umbrella:before {
  content: "\e608"; }

.pe-7s-trash:before {
  content: "\e609"; }

.pe-7s-tools:before {
  content: "\e60a"; }

.pe-7s-timer:before {
  content: "\e60b"; }

.pe-7s-ticket:before {
  content: "\e60c"; }

.pe-7s-target:before {
  content: "\e60d"; }

.pe-7s-sun:before {
  content: "\e60e"; }

.pe-7s-study:before {
  content: "\e60f"; }

.pe-7s-stopwatch:before {
  content: "\e610"; }

.pe-7s-star:before {
  content: "\e611"; }

.pe-7s-speaker:before {
  content: "\e612"; }

.pe-7s-signal:before {
  content: "\e613"; }

.pe-7s-shuffle:before {
  content: "\e614"; }

.pe-7s-shopbag:before {
  content: "\e615"; }

.pe-7s-share:before {
  content: "\e616"; }

.pe-7s-server:before {
  content: "\e617"; }

.pe-7s-search:before {
  content: "\e618"; }

.pe-7s-film:before {
  content: "\e6a5"; }

.pe-7s-science:before {
  content: "\e619"; }

.pe-7s-disk:before {
  content: "\e6a6"; }

.pe-7s-ribbon:before {
  content: "\e61a"; }

.pe-7s-repeat:before {
  content: "\e61b"; }

.pe-7s-refresh:before {
  content: "\e61c"; }

.pe-7s-add-user:before {
  content: "\e6a9"; }

.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

.pe-7s-paperclip:before {
  content: "\e69c"; }

.pe-7s-radio:before {
  content: "\e61e"; }

.pe-7s-note2:before {
  content: "\e69d"; }

.pe-7s-print:before {
  content: "\e61f"; }

.pe-7s-network:before {
  content: "\e69e"; }

.pe-7s-prev:before {
  content: "\e620"; }

.pe-7s-mute:before {
  content: "\e69f"; }

.pe-7s-power:before {
  content: "\e621"; }

.pe-7s-medal:before {
  content: "\e6a0"; }

.pe-7s-portfolio:before {
  content: "\e622"; }

.pe-7s-like2:before {
  content: "\e6a1"; }

.pe-7s-plus:before {
  content: "\e623"; }

.pe-7s-left-arrow:before {
  content: "\e6a2"; }

.pe-7s-play:before {
  content: "\e624"; }

.pe-7s-key:before {
  content: "\e6a3"; }

.pe-7s-plane:before {
  content: "\e625"; }

.pe-7s-joy:before {
  content: "\e6a4"; }

.pe-7s-photo-gallery:before {
  content: "\e626"; }

.pe-7s-pin:before {
  content: "\e69b"; }

.pe-7s-phone:before {
  content: "\e627"; }

.pe-7s-plug:before {
  content: "\e69a"; }

.pe-7s-pen:before {
  content: "\e628"; }

.pe-7s-right-arrow:before {
  content: "\e699"; }

.pe-7s-paper-plane:before {
  content: "\e629"; }

.pe-7s-delete-user:before {
  content: "\e6a7"; }

.pe-7s-paint:before {
  content: "\e62a"; }

.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

.pe-7s-notebook:before {
  content: "\e62b"; }

.pe-7s-note:before {
  content: "\e62c"; }

.pe-7s-next:before {
  content: "\e62d"; }

.pe-7s-news-paper:before {
  content: "\e62e"; }

.pe-7s-musiclist:before {
  content: "\e62f"; }

.pe-7s-music:before {
  content: "\e630"; }

.pe-7s-mouse:before {
  content: "\e631"; }

.pe-7s-more:before {
  content: "\e632"; }

.pe-7s-moon:before {
  content: "\e633"; }

.pe-7s-monitor:before {
  content: "\e634"; }

.pe-7s-micro:before {
  content: "\e635"; }

.pe-7s-menu:before {
  content: "\e636"; }

.pe-7s-map:before {
  content: "\e637"; }

.pe-7s-map-marker:before {
  content: "\e638"; }

.pe-7s-mail:before {
  content: "\e639"; }

.pe-7s-mail-open:before {
  content: "\e63a"; }

.pe-7s-mail-open-file:before {
  content: "\e63b"; }

.pe-7s-magnet:before {
  content: "\e63c"; }

.pe-7s-loop:before {
  content: "\e63d"; }

.pe-7s-look:before {
  content: "\e63e"; }

.pe-7s-lock:before {
  content: "\e63f"; }

.pe-7s-lintern:before {
  content: "\e640"; }

.pe-7s-link:before {
  content: "\e641"; }

.pe-7s-like:before {
  content: "\e642"; }

.pe-7s-light:before {
  content: "\e643"; }

.pe-7s-less:before {
  content: "\e644"; }

.pe-7s-keypad:before {
  content: "\e645"; }

.pe-7s-junk:before {
  content: "\e646"; }

.pe-7s-info:before {
  content: "\e647"; }

.pe-7s-home:before {
  content: "\e648"; }

.pe-7s-help2:before {
  content: "\e649"; }

.pe-7s-help1:before {
  content: "\e64a"; }

.pe-7s-graph3:before {
  content: "\e64b"; }

.pe-7s-graph2:before {
  content: "\e64c"; }

.pe-7s-graph1:before {
  content: "\e64d"; }

.pe-7s-graph:before {
  content: "\e64e"; }

.pe-7s-global:before {
  content: "\e64f"; }

.pe-7s-gleam:before {
  content: "\e650"; }

.pe-7s-glasses:before {
  content: "\e651"; }

.pe-7s-gift:before {
  content: "\e652"; }

.pe-7s-folder:before {
  content: "\e653"; }

.pe-7s-flag:before {
  content: "\e654"; }

.pe-7s-filter:before {
  content: "\e655"; }

.pe-7s-file:before {
  content: "\e656"; }

.pe-7s-expand1:before {
  content: "\e657"; }

.pe-7s-exapnd2:before {
  content: "\e658"; }

.pe-7s-edit:before {
  content: "\e659"; }

.pe-7s-drop:before {
  content: "\e65a"; }

.pe-7s-drawer:before {
  content: "\e65b"; }

.pe-7s-download:before {
  content: "\e65c"; }

.pe-7s-display2:before {
  content: "\e65d"; }

.pe-7s-display1:before {
  content: "\e65e"; }

.pe-7s-diskette:before {
  content: "\e65f"; }

.pe-7s-date:before {
  content: "\e660"; }

.pe-7s-cup:before {
  content: "\e661"; }

.pe-7s-culture:before {
  content: "\e662"; }

.pe-7s-crop:before {
  content: "\e663"; }

.pe-7s-credit:before {
  content: "\e664"; }

.pe-7s-copy-file:before {
  content: "\e665"; }

.pe-7s-config:before {
  content: "\e666"; }

.pe-7s-compass:before {
  content: "\e667"; }

.pe-7s-comment:before {
  content: "\e668"; }

.pe-7s-coffee:before {
  content: "\e669"; }

.pe-7s-cloud:before {
  content: "\e66a"; }

.pe-7s-clock:before {
  content: "\e66b"; }

.pe-7s-check:before {
  content: "\e66c"; }

.pe-7s-chat:before {
  content: "\e66d"; }

.pe-7s-cart:before {
  content: "\e66e"; }

.pe-7s-camera:before {
  content: "\e66f"; }

.pe-7s-call:before {
  content: "\e670"; }

.pe-7s-calculator:before {
  content: "\e671"; }

.pe-7s-browser:before {
  content: "\e672"; }

.pe-7s-box2:before {
  content: "\e673"; }

.pe-7s-box1:before {
  content: "\e674"; }

.pe-7s-bookmarks:before {
  content: "\e675"; }

.pe-7s-bicycle:before {
  content: "\e676"; }

.pe-7s-bell:before {
  content: "\e677"; }

.pe-7s-battery:before {
  content: "\e678"; }

.pe-7s-ball:before {
  content: "\e679"; }

.pe-7s-back:before {
  content: "\e67a"; }

.pe-7s-attention:before {
  content: "\e67b"; }

.pe-7s-anchor:before {
  content: "\e67c"; }

.pe-7s-albums:before {
  content: "\e67d"; }

.pe-7s-alarm:before {
  content: "\e67e"; }

.pe-7s-airplay:before {
  content: "\e67f"; }

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/Pe-Stroke/Pe-icon-7-stroke.eot");
  src: url("../fonts/Pe-Stroke/Pe-icon-7-stroke.eot") format("embedded-opentype"), url("../fonts/Pe-Stroke/Pe-icon-7-stroke.woff") format("woff"), url("../fonts/Pe-Stroke/Pe-icon-7-stroke.ttf") format("truetype"), url("../fonts/Pe-Stroke/Pe-icon-7-stroke.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* --------------------------------

FPS-lineicons -- icons

-------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fpslineicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-heart:before {
  content: '\e800'; }

/* '' */
.icon-clock:before {
  content: '\e801'; }

/* '' */
.icon-presentation:before {
  content: '\e802'; }

/* '' */
.icon-camera:before {
  content: '\e803'; }

/* '' */
.icon-search1:before {
  content: '\e804'; }

/* '' */
.icon-search2:before {
  content: '\e805'; }

/* '' */
.icon-search3:before {
  content: '\e806'; }

/* '' */
.icon-push:before {
  content: '\e807'; }

/* '' */
.icon-diagram:before {
  content: '\e808'; }

/* '' */
.icon-setting2:before {
  content: '\e809'; }

/* '' */
.icon-feedback:before {
  content: '\e80a'; }

/* '' */
.icon-home:before {
  content: '\e80b'; }

/* '' */
.icon-calendar:before {
  content: '\e80c'; }

/* '' */
.icon-diagram2:before {
  content: '\e80d'; }

/* '' */
.icon-feedback2:before {
  content: '\e80e'; }

/* '' */
.icon-email:before {
  content: '\e80f'; }

/* '' */
.icon-twitter1:before {
  content: '\e810'; }

/* '' */
.icon-facebook:before {
  content: '\e811'; }

/* '' */
.icon-linkedin:before {
  content: '\e812'; }

/* '' */
.icon-gplus:before {
  content: '\e813'; }

/* '' */
.icon-feedback3:before {
  content: '\e814'; }

/* '' */
.icon-map1:before {
  content: '\e815'; }

/* '' */
.icon-map2:before {
  content: '\e816'; }

/* '' */
.icon-map3:before {
  content: '\e817'; }

/* '' */
.icon-email2:before {
  content: '\e818'; }

/* '' */
.icon-register:before {
  content: '\e819'; }

/* '' */
.icon-padlock1:before {
  content: '\e81a'; }

/* '' */
.icon-download2:before {
  content: '\e81b'; }

/* '' */
.icon-lecturer:before {
  content: '\e81c'; }

/* '' */
.icon-theme:before {
  content: '\e81d'; }

/* '' */
.icon-house:before {
  content: '\e81e'; }

/* '' */
.icon-download1:before {
  content: '\e81f'; }

/* '' */
.icon-badge:before {
  content: '\e820'; }

/* '' */
.icon-trash:before {
  content: '\e821'; }

/* '' */
.icon-bag:before {
  content: '\e822'; }

/* '' */
.icon-twitter2:before {
  content: '\e823'; }

/* '' */
.icon-upload1:before {
  content: '\e824'; }

/* '' */
.icon-setting3:before {
  content: '\e825'; }

/* '' */
.icon-padlock2:before {
  content: '\e826'; }

/* '' */
.icon-chat2:before {
  content: '\e827'; }

/* '' */
.icon-pipette:before {
  content: '\e828'; }

/* '' */
.icon-nocloud:before {
  content: '\e829'; }

/* '' */
.icon-drbag:before {
  content: '\e82a'; }

/* '' */
.icon-user3:before {
  content: '\e82b'; }

/* '' */
.icon-upload2:before {
  content: '\e82c'; }

/* '' */
.icon-eye:before {
  content: '\e82d'; }

/* '' */
.icon-user1:before {
  content: '\e82e'; }

/* '' */
.icon-pinterest:before {
  content: '\e82f'; }

/* '' */
.icon-vimeo:before {
  content: '\e830'; }

/* '' */
.icon-youtube:before {
  content: '\e831'; }

/* '' */
.icon-skype:before {
  content: '\e832'; }

/* '' */
.icon-user2:before {
  content: '\e833'; }

/* '' */
.icon-chat1:before {
  content: '\e834'; }

/* '' */
.icon-evernote:before {
  content: '\e835'; }

/* '' */
.icon-dribbble:before {
  content: '\e836'; }

/* '' */
.icon-behance:before {
  content: '\e837'; }

/* '' */
.icon-pen:before {
  content: '\e838'; }

/* '' */
.icon-pencil:before {
  content: '\e839'; }

/* '' */
.icon-birdpen:before {
  content: '\e83a'; }

/* '' */
.icon-users:before {
  content: '\e83b'; }

/* '' */
.icon-brush:before {
  content: '\e83c'; }

/* '' */
.icon-paintcylinder:before {
  content: '\e83d'; }

/* '' */
.icon-flickr:before {
  content: '\e83e'; }

/* '' */
.icon-deviantart:before {
  content: '\e83f'; }

/* '' */
.icon-digg:before {
  content: '\e840'; }

/* '' */
.icon-emoticon1:before {
  content: '\e841'; }

/* '' */
.icon-emoticon2:before {
  content: '\e842'; }

/* '' */
.icon-emoticon3:before {
  content: '\e843'; }

/* '' */
.icon-emoticon4:before {
  content: '\e844'; }

/* '' */
.icon-emoticon5:before {
  content: '\e845'; }

/* '' */
.icon-emoticon6:before {
  content: '\e846'; }

/* '' */
.icon-emoticon7:before {
  content: '\e847'; }

/* '' */
.icon-emoticon8:before {
  content: '\e848'; }

/* '' */
.icon-emoticon9:before {
  content: '\e849'; }

/* '' */
.icon-emoticon10:before {
  content: '\e84a'; }

/* '' */
.icon-emoticon11:before {
  content: '\e84b'; }

/* '' */
.icon-emoticon12:before {
  content: '\e84c'; }

/* '' */
.icon-emoticon13:before {
  content: '\e84d'; }

/* '' */
.icon-emoticon14:before {
  content: '\e84e'; }

/* '' */
.icon-emoticon15:before {
  content: '\e84f'; }

/* '' */
.icon-emoticon16:before {
  content: '\e850'; }

/* '' */
.icon-emoticon17:before {
  content: '\e851'; }

/* '' */
.icon-emoticon18:before {
  content: '\e852'; }

/* '' */
.icon-emoticon19:before {
  content: '\e853'; }

/* '' */
.icon-emoticon20:before {
  content: '\e854'; }

/* '' */
.icon-emoticon21:before {
  content: '\e855'; }

/* '' */
.icon-emoticon22:before {
  content: '\e856'; }

/* '' */
.icon-emoticon23:before {
  content: '\e857'; }

/* '' */
.icon-emoticon24:before {
  content: '\e858'; }

/* '' */
.icon-emoticon25:before {
  content: '\e859'; }

/* '' */
.icon-emoticon26:before {
  content: '\e85a'; }

/* '' */
.icon-hammer:before {
  content: '\e85b'; }

/* '' */
.icon-wrench1:before {
  content: '\e85c'; }

/* '' */
.icon-screwdriver:before {
  content: '\e85d'; }

/* '' */
.icon-wrench2:before {
  content: '\e85e'; }

/* '' */
.icon-cordlessscrewdriver:before {
  content: '\e85f'; }

/* '' */
.icon-scissors:before {
  content: '\e860'; }

/* '' */
.icon-weather1:before {
  content: '\e861'; }

/* '' */
.icon-weather2:before {
  content: '\e862'; }

/* '' */
.icon-weather3:before {
  content: '\e863'; }

/* '' */
.icon-weather4:before {
  content: '\e864'; }

/* '' */
.icon-weather5:before {
  content: '\e865'; }

/* '' */
.icon-weather6:before {
  content: '\e866'; }

/* '' */
.icon-weather7:before {
  content: '\e867'; }

/* '' */
.icon-weather8:before {
  content: '\e868'; }

/* '' */
.icon-weather9:before {
  content: '\e869'; }

/* '' */
.icon-weather10:before {
  content: '\e86a'; }

/* '' */
.icon-weather11:before {
  content: '\e86b'; }

/* '' */
.icon-weather12:before {
  content: '\e86c'; }

/* '' */
.icon-weather13:before {
  content: '\e86d'; }

/* '' */
.icon-weather14:before {
  content: '\e86e'; }

/* '' */
.icon-weather15:before {
  content: '\e86f'; }

/* '' */
.icon-weather16:before {
  content: '\e870'; }

/* '' */
.icon-weather17:before {
  content: '\e871'; }

/* '' */
.icon-weather18:before {
  content: '\e872'; }

/* '' */
.icon-weather19:before {
  content: '\e873'; }

/* '' */
.icon-weather20:before {
  content: '\e874'; }

/* '' */
.icon-weather21:before {
  content: '\e875'; }

/* '' */
.icon-weather22:before {
  content: '\e876'; }

/* '' */
.icon-weather23:before {
  content: '\e877'; }

/* '' */
.icon-weather24:before {
  content: '\e878'; }

/* '' */
.icon-weather25:before {
  content: '\e879'; }

/* '' */
.icon-weather26:before {
  content: '\e87a'; }

/* '' */
.icon-soundcloud:before {
  content: '\e87b'; }

/* '' */
.icon-battery1:before {
  content: '\e87c'; }

/* '' */
.icon-battery2:before {
  content: '\e87d'; }

/* '' */
.icon-battery3:before {
  content: '\e87e'; }

/* '' */
.icon-battery4:before {
  content: '\e87f'; }

/* '' */
.icon-battery5:before {
  content: '\e880'; }

/* '' */
.icon-battery6:before {
  content: '\e881'; }

/* '' */
.icon-battery7:before {
  content: '\e882'; }

/* '' */
.icon-mouse:before {
  content: '\e883'; }

/* '' */
.icon-imac:before {
  content: '\e884'; }

/* '' */
.icon-gamepad:before {
  content: '\e885'; }

/* '' */
.icon-laptop:before {
  content: '\e886'; }

/* '' */
.icon-printer:before {
  content: '\e887'; }

/* '' */
.icon-headphone:before {
  content: '\e888'; }

/* '' */
.icon-keyboard:before {
  content: '\e889'; }

/* '' */
.icon-monitor:before {
  content: '\e88a'; }

/* '' */
.icon-telephone:before {
  content: '\e88b'; }

/* '' */
.icon-ipod:before {
  content: '\e88c'; }

/* '' */
.icon-mic1:before {
  content: '\e88d'; }

/* '' */
.icon-bakelitedisk:before {
  content: '\e88e'; }

/* '' */
.icon-usb1:before {
  content: '\e88f'; }

/* '' */
.icon-mic2:before {
  content: '\e890'; }

/* '' */
.icon-calculator:before {
  content: '\e891'; }

/* '' */
.icon-floppydisk:before {
  content: '\e892'; }

/* '' */
.icon-cpu:before {
  content: '\e893'; }

/* '' */
.icon-vlc:before {
  content: '\e894'; }

/* '' */
.icon-usb2:before {
  content: '\e895'; }

/* '' */
.icon-classictelephone:before {
  content: '\e896'; }

/* '' */
.icon-projector:before {
  content: '\e897'; }

/* '' */
.icon-webcam:before {
  content: '\e898'; }

/* '' */
.icon-speaker1:before {
  content: '\e899'; }

/* '' */
.icon-speaker2:before {
  content: '\e89a'; }

/* '' */
.icon-speaker3:before {
  content: '\e89b'; }

/* '' */
.icon-speaker4:before {
  content: '\e89c'; }

/* '' */
.icon-camera3:before {
  content: '\e89d'; }

/* '' */
.icon-camera2:before {
  content: '\e89e'; }

/* '' */
.icon-tv:before {
  content: '\e89f'; }

/* '' */
.icon-polaroid:before {
  content: '\e8a0'; }

/* '' */
.icon-antenna:before {
  content: '\e8a1'; }

/* '' */
.icon-camera4:before {
  content: '\e8a2'; }

/* '' */
.icon-radio:before {
  content: '\e8a3'; }

/* '' */
.icon-arrow1:before {
  content: '\e8a4'; }

/* '' */
.icon-arrow2:before {
  content: '\e8a5'; }

/* '' */
.icon-arrow3:before {
  content: '\e8a6'; }

/* '' */
.icon-arrow4:before {
  content: '\e8a7'; }

/* '' */
.icon-arrow5:before {
  content: '\e8a8'; }

/* '' */
.icon-arrow51:before {
  content: '\e8a9'; }

/* '' */
.icon-arrow6:before {
  content: '\e8aa'; }

/* '' */
.icon-arrow7:before {
  content: '\e8ab'; }

/* '' */
.icon-arrow8:before {
  content: '\e8ac'; }

/* '' */
.icon-arrow9:before {
  content: '\e8ad'; }

/* '' */
.icon-arrow10:before {
  content: '\e8ae'; }

/* '' */
.icon-arrow11:before {
  content: '\e8af'; }

/* '' */
.icon-arrow12:before {
  content: '\e8b0'; }

/* '' */
.icon-arrow13:before {
  content: '\e8b1'; }

/* '' */
.icon-arrow14:before {
  content: '\e8b2'; }

/* '' */
.icon-arrow15:before {
  content: '\e8b3'; }

/* '' */
.icon-arrow16:before {
  content: '\e8b4'; }

/* '' */
.icon-arrow17:before {
  content: '\e8b5'; }

/* '' */
.icon-arrow18:before {
  content: '\e8b6'; }

/* '' */
.icon-arrow19:before {
  content: '\e8b7'; }

/* '' */
.icon-arrow20:before {
  content: '\e8b8'; }

/* '' */
.icon-arrow21:before {
  content: '\e8b9'; }

/* '' */
.icon-arrow22:before {
  content: '\e8ba'; }

/* '' */
.icon-arrow23:before {
  content: '\e8bb'; }

/* '' */
.icon-arrow24:before {
  content: '\e8bc'; }

/* '' */
.icon-arrow25:before {
  content: '\e8bd'; }

/* '' */
.icon-arrow26:before {
  content: '\e8be'; }

/* '' */
.icon-arrow27:before {
  content: '\e8bf'; }

/* '' */
.icon-arrow28:before {
  content: '\e8c0'; }

/* '' */
.icon-arrow29:before {
  content: '\e8c1'; }

/* '' */
.icon-arrow30:before {
  content: '\e8c2'; }

/* '' */
.icon-arrow31:before {
  content: '\e8c3'; }

/* '' */
.icon-arrow32:before {
  content: '\e8c4'; }

/* '' */
.icon-arrow33:before {
  content: '\e8c5'; }

/* '' */
.icon-arrow52:before {
  content: '\e8c6'; }

/* '' */
.icon-arrow34:before {
  content: '\e8c7'; }

/* '' */
.icon-arrow35:before {
  content: '\e8c8'; }

/* '' */
.icon-arrow36:before {
  content: '\e8c9'; }

/* '' */
.icon-arrow37:before {
  content: '\e8ca'; }

/* '' */
.icon-arrow38:before {
  content: '\e8cb'; }

/* '' */
.icon-arrow39:before {
  content: '\e8cc'; }

/* '' */
.icon-arrow40:before {
  content: '\e8cd'; }

/* '' */
.icon-arrow41:before {
  content: '\e8ce'; }

/* '' */
.icon-arrow42:before {
  content: '\e8cf'; }

/* '' */
.icon-arrow43:before {
  content: '\e8d0'; }

/* '' */
.icon-arrow48:before {
  content: '\e8d1'; }

/* '' */
.icon-arrow49:before {
  content: '\e8d2'; }

/* '' */
.icon-arrow50:before {
  content: '\e8d3'; }

/* '' */
.icon-arrow44:before {
  content: '\e8d4'; }

/* '' */
.icon-arrow45:before {
  content: '\e8d5'; }

/* '' */
.icon-arrow46:before {
  content: '\e8d6'; }

/* '' */
.icon-arrow47:before {
  content: '\e8d7'; }

/* '' */
.icon-star1:before {
  content: '\e8d8'; }

/* '' */
.icon-star2:before {
  content: '\e8d9'; }

/* '' */
.icon-star3:before {
  content: '\e8da'; }

/* '' */
.icon-cart3:before {
  content: '\e8db'; }

/* '' */
.icon-cart31:before {
  content: '\e8dc'; }

/* '' */
.icon-cart32:before {
  content: '\e8dd'; }

/* '' */
.icon-moneybag:before {
  content: '\e8de'; }

/* '' */
.icon-moneypig:before {
  content: '\e8df'; }

/* '' */
.icon-cart:before {
  content: '\e8e0'; }

/* '' */
.icon-cart2:before {
  content: '\e8e1'; }

/* '' */
.icon-gift:before {
  content: '\e8e2'; }

/* '' */
.icon-safe:before {
  content: '\e8e3'; }

/* '' */
.icon-gold1:before {
  content: '\e8e4'; }

/* '' */
.icon-gold2:before {
  content: '\e8e5'; }

/* '' */
.icon-gold3:before {
  content: '\e8e6'; }

/* '' */
.icon-gold4:before {
  content: '\e8e7'; }

/* '' */
.icon-gold5:before {
  content: '\e8e8'; }

/* '' */
.icon-judicialgavel:before {
  content: '\e8e9'; }

/* '' */
.icon-bankcard:before {
  content: '\e8ea'; }

/* '' */
.icon-bell:before {
  content: '\e8eb'; }

/* '' */
.icon-bag2:before {
  content: '\e8ec'; }

/* '' */
.icon-money1:before {
  content: '\e8ed'; }

/* '' */
.icon-money2:before {
  content: '\e8ee'; }

/* '' */
.icon-money3:before {
  content: '\e8ef'; }

/* '' */
.icon-money4:before {
  content: '\e8f0'; }

/* '' */
.icon-shop:before {
  content: '\e8f1'; }

/* '' */
.icon-blogger:before {
  content: '\e8f2'; }

/* '' */
.icon-lamp:before {
  content: '\e8f3'; }

/* '' */
.icon-setting1:before {
  content: '\e8f4'; }

/* '' */
.icon-vote:before {
  content: '\e8f5'; }

/* '' */
.icon-registration:before {
  content: '\e8f6'; }

/* '' */
.icon-arrow53:before {
  content: '\e8f7'; }

/* '' */
.icon-arrow54:before {
  content: '\e8f8'; }

/* '' */
.icon-arrow55:before {
  content: '\e8f9'; }

/* '' */
.icon-arrow56:before {
  content: '\e8fa'; }

/* '' */
.icon-arrow57:before {
  content: '\e8fb'; }

/* '' */
.icon-arrow58:before {
  content: '\e8fc'; }

/* '' */
.icon-arrow59:before {
  content: '\e8fd'; }

/* '' */
.icon-arrow60:before {
  content: '\e8fe'; }

/* '' */
.icon-arrow61:before {
  content: '\e8ff'; }

/* '' */
.icon-arrow62:before {
  content: '\e900'; }

/* '' */
.icon-arrow63:before {
  content: '\e901'; }

/* '' */
.icon-arrow64:before {
  content: '\e902'; }

/* '' */
.icon-arrow65:before {
  content: '\e903'; }

/* '' */
.icon-arrow66:before {
  content: '\e904'; }

/* '' */
.icon-arrow67:before {
  content: '\e905'; }

/* '' */
.icon-arrow68:before {
  content: '\e906'; }

/* '' */
.icon-arrow69:before {
  content: '\e907'; }

/* '' */
.icon-arrow70:before {
  content: '\e908'; }

/* '' */
.icon-arrow71:before {
  content: '\e909'; }

/* '' */
.icon-arrow72:before {
  content: '\e90a'; }

/* '' */
.icon-arrow73:before {
  content: '\e90b'; }

/* '' */
.icon-arrow74:before {
  content: '\e90c'; }

/* '' */
.icon-arrow75:before {
  content: '\e90d'; }

/* '' */
.icon-arrow76:before {
  content: '\e90e'; }

/* '' */
.icon-arrow77:before {
  content: '\e90f'; }

/* '' */
.icon-arrow78:before {
  content: '\e910'; }

/* '' */
.icon-arrow79:before {
  content: '\e911'; }

/* '' */
@font-face {
  font-family: 'fpslineicons';
  src: url("../fonts/fonts/FPSLineIcons/fpslineicons.eot?98281823");
  src: url("../fonts/fonts/FPSLineIcons/fpslineicons.eot?98281823#iefix") format("embedded-opentype"), url("../fonts/fonts/FPSLineIcons/fpslineicons.woff?98281823") format("woff"), url("../fonts/fonts/FPSLineIcons/fpslineicons.ttf?98281823") format("truetype"), url("../fonts/fonts/FPSLineIcons/fpslineicons.svg?98281823#fpslineicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* --------------------------------

fintech-icons -- icons

-------------------------------- */
[class^="ftos-icon-"]:before, [class*=" ftos-icon-"]:before {
  font-size: 0.95em;
  font-family: "fintech_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.ftos-icon-analytics-board-bars:before {
  content: '\e800'; }

/* '' */
.ftos-icon-app-window-pie-chart:before {
  content: '\e801'; }

/* '' */
.ftos-icon-data-file-bars-search:before {
  content: '\e802'; }

/* '' */
.ftos-icon-data-file-bars-share:before {
  content: '\e803'; }

/* '' */
.ftos-icon-data-file-information:before {
  content: '\e804'; }

/* '' */
.ftos-icon-data-file-share:before {
  content: '\e805'; }

/* '' */
.ftos-icon-frame-1:before {
  content: '\e806'; }

/* '' */
.ftos-icon-frame-2:before {
  content: '\e807'; }

/* '' */
.ftos-icon-notes-tasks:before {
  content: '\e808'; }

/* '' */
.ftos-icon-saving-bank-1:before {
  content: '\e809'; }

/* '' */
.ftos-icon-shield-settings:before {
  content: '\e80a'; }

/* '' */
.ftos-icon-study-exam-math:before {
  content: '\e80b'; }

/* '' */
.ftos-icon-target-path:before {
  content: '\e80c'; }

/* '' */
.ftos-icon-task-text:before {
  content: '\e80d'; }

/* '' */
.ftos-icon-warehouse-storage-1:before {
  content: '\e80e'; }

/* '' */
.ftos-icon-admin:before {
  content: '\e80f'; }

/* '' */
.ftos-icon-advanced:before {
  content: '\e811'; }

/* '' */
.ftos-icon-analytics:before {
  content: '\e812'; }

/* '' */
.ftos-icon-api-ecosystems:before {
  content: '\e813'; }

/* '' */
.ftos-icon-banking-product-factory:before {
  content: '\e814'; }

/* '' */
.ftos-icon-devops:before {
  content: '\e815'; }

/* '' */
.ftos-icon-digital-frontends:before {
  content: '\e816'; }

/* '' */
.ftos-icon-digital-journey:before {
  content: '\e817'; }

/* '' */
.ftos-icon-evolutive-data-core:before {
  content: '\e818'; }

/* '' */
.ftos-icon-fintech-automation:before {
  content: '\e819'; }

/* '' */
.ftos-icon-security:before {
  content: '\e81a'; }

/* '' */
.ftos-icon-insurance-product-factory:before {
  content: '\e820'; }

/* '' */
@font-face {
  font-family: 'fintech_icons';
  src: url("../fonts/fintech-icons/fintech_icons.eot");
  src: url("../fonts/fintech-icons/fintech_icons.eot") format("embedded-opentype"), url("../fonts/fintech-icons/fintech_icons.woff") format("woff"), url("../fonts/fintech-icons/fintech_icons.woff2") format("woff2"), url("../fonts/fintech-icons/fintech_icons.ttf") format("truetype"), url("../fonts/fintech-icons/fintech_icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* --------------------------------

Roboto -- font used for the Material theme style

-------------------------------- */
@font-face {
  font-family: "Solid-Font";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto/Roboto-Thin.ttf"); }

@font-face {
  font-family: "Solid-Font";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto/Roboto-Light.ttf"); }

@font-face {
  font-family: "Solid-Font";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Solid-Font";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto/Roboto-Bold.ttf"); }

@font-face {
  font-family: "Solid-Font";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto/Roboto-Black.ttf"); }

/* --------------------------------

Lato -- font used for the Material theme style

-------------------------------- */
@font-face {
  font-family: "Material-Font";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Lato/Lato-Hairline.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Lato/Lato-HairlineItalic.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Lato/Lato-Light.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Lato/Lato-LightItalic.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Lato/Lato-Italic.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato/Lato-Bold.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Lato/Lato-BoldItalic.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Lato/Lato-Black.ttf"); }

@font-face {
  font-family: "Material-Font";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Lato/Lato-BlackItalic.ttf"); }

/* --------------------------------

Montserrat -- font used for the Flat theme style

-------------------------------- */
@font-face {
  font-family: "Flat-Font";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-LightItalic.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf"); }

@font-face {
  font-family: "Flat-Font";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf"); }

/* --------------------------------

Raleway -- font used for special headings

-------------------------------- */
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic; }

/* --------------------------------

Ubuntu

-------------------------------- */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Ubuntu/Ubuntu-L.ttf") format("truetype"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu/Ubuntu-M.ttf") format("truetype"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu/Ubuntu-B.ttf") format("truetype"); }

/* --------------------------------

Open Sans

-------------------------------- */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 5, 2019 */
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/OpenSans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/OpenSans/opensans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/OpenSans/opensans-light-webfont.woff2") format("woff2"), url("../fonts/OpenSans/opensans-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/OpenSans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/OpenSans/opensans-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/OpenSans/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/OpenSans/opensans-semibold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

html {
  font-size: 17px; }
  @media (max-width: 1600px) {
    html {
      font-size: 16px; } }
  @media (max-width: 1400px) {
    html {
      font-size: 15px; } }
  @media (max-width: 1170px) {
    html {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }
  @media (max-width: 640px) {
    html {
      font-size: 13px; } }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }
  @media (max-width: 320px) {
    html {
      font-size: 12px; } }

body {
  color: #58595b; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, td, div {
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: 300; }

h1, .h1 {
  font-size: 3.25rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.375rem; }

h5, .h5, p {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.875rem; }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%; }

.heading-title {
  font-family: 'Raleway', sans-serif; }

.color-container {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem; }
  .color-container h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 80%;
    font-weight: 600;
    margin-bottom: 0.5rem; }
    .color-container h5 span {
      text-transform: capitalize;
      color: #c0c1c2;
      font-weight: 400;
      letter-spacing: 0; }
  .color-container > div {
    width: 100%;
    height: 4.375rem;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .color-container > div:before {
      position: absolute;
      content: "Hex Color: (" attr(data-color-value) ")";
      width: 100%;
      height: 100%;
      display: block;
      color: white;
      text-align: center;
      line-height: 4.375rem;
      font-weight: 400;
      z-index: 2;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      -ms-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
    .color-container > div[class*="state"]:before {
      content: 'State Color'; }

/*.color-container > div:hover:before{
  font-size: 150%;
}*/
.labelAnimated {
  display: none; }

.form-dropdown {
  font-size: 1rem; }

[required="required"]:after {
  pointer-events: none;
  font-weight: bold;
  background-color: #fb7888;
  color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: .5rem;
  height: .5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: .5rem;
  font-size: .5rem;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%); }

.ebs-phone-holder .iti.inp {
  width: 100%; }

/* -------------------------------- 

Buttons

-------------------------------- */
.btn-search {
  background: transparent;
  box-shadow: none;
  border: none; }

.btn-wd {
  min-width: 8.75rem; }

.btn-group.select {
  width: 100%; }

.btn-group.select .btn {
  text-align: left; }

.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -0.0625rem;
  right: 0.5rem; }

.btn-icon i {
  font-size: 1.5rem; }

.btn-white.btn-simple {
  color: #FFFFFF !important; }

/* -------------------------------- 

Social Buttons

-------------------------------- */
.btn-social {
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding: 0.5rem 0.5625rem; }
  .btn-social .fa {
    font-size: 1.125rem;
    min-width: 1.125rem;
    min-height: 1.125rem;
    vertical-align: middle;
    display: inline-block; }
  .btn-social.btn-round {
    padding: 0.5625rem 0.625rem; }
  .btn-social.btn-simple {
    padding: 0.5625rem 0.312rem;
    font-size: 1rem; }
    .btn-social.btn-simple .fa {
      font-size: 1.25rem;
      position: relative;
      top: 0.125rem;
      width: 1.5rem; }

.icon:not(.dropdown) {
  height: 4rem;
  width: 4rem;
  padding: 0.75rem;
  border-radius: 0.937rem;
  display: inline-table;
  background: -moz-linear-gradient(top, #d9d9d9 20%, #909297 100%);
  background: -webkit-linear-gradient(top, #d9d9d9 20%, #909297 100%);
  background: linear-gradient(to bottom, #d9d9d9 20%, #909297 100%);
  padding: 0.5rem; }
  .icon:not(.dropdown) [class^="icon-"] {
    height: 2.5rem;
    width: 2.5rem;
    background-repeat: no-repeat;
    background-size: 100%; }
  .euf-flat-theme .icon:not(.dropdown) {
    border-radius: 0; }
  .euf-material-theme .icon:not(.dropdown) {
    box-shadow: 0 0.625rem 2.187rem rgba(0, 0, 0, 0.2);
    border-radius: 50%; }
    .euf-material-theme .icon:not(.dropdown) i {
      font-size: 1.875rem; }
  .icon:not(.dropdown).icon-sm {
    height: 2rem;
    width: 2rem;
    padding: 0.25rem;
    border-radius: 0.437rem;
    display: inline-table; }
    .icon:not(.dropdown).icon-sm [class^="icon-"] {
      height: 1.25rem;
      width: 1.25rem; }
    .icon:not(.dropdown).icon-sm [class*="pe-7s-"] {
      width: 1.562rem;
      height: 1.562rem;
      line-height: 1.562rem;
      font-size: 1.562rem;
      text-align: center;
      color: #FFFFFF; }
    .icon:not(.dropdown).icon-sm [class*="fa-"] {
      width: 1.562rem;
      height: 1.562rem;
      line-height: 1.562rem;
      font-size: 1.187rem;
      text-align: center;
      color: #FFFFFF; }
  .icon:not(.dropdown) [class*="pe-7s-"] {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 2.875rem;
    text-align: center;
    color: #FFFFFF; }
  .icon:not(.dropdown) [class*="fa-"] {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 2.25rem;
    text-align: center;
    color: #FFFFFF; }

.monaco-menu .icon:not(.dropdown) {
  height: auto; }

.info {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center; }
  .info .icon {
    margin-top: 0; }
  .info h1, .info .h1, .info h2, .info .h2, .info h3, .info .h3, .info h4, .info .h4, .info h5, .info .h5, .info h6, .info .h6 {
    font-weight: 400; }
  .info h4, .info .h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.187rem;
    font-weight: 400; }

.info-horizontal {
  text-align: left;
  margin-top: 0; }
  .info-horizontal .icon {
    float: left;
    margin-top: 1.25rem;
    margin-right: 1.25rem; }
  .info-horizontal .description {
    overflow: hidden; }

/*#sideContainerTrigger{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
    cursor: pointer;
    display: none;

    @include breakpoint(($md+1), false, min-width){
        display: none !important;
    }
}*/
.action-icon.back {
  background-image: url("../../../assets/img/icons/previous.svg"); }

/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 30rem;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 90000 !important; }

.jq-toast-wrap * {
  margin: 0;
  padding: 0; }

.jq-toast-wrap.bottom-left {
  left: 1.25rem; }

.jq-toast-wrap.bottom-right {
  right: 2.5rem; }

.jq-toast-wrap.top-left {
  left: 1.25rem; }

.jq-toast-wrap.top-right {
  right: 2.5rem; }

.jq-toast-wrap.bottom-center, .jq-toast-wrap.bottom-left, .jq-toast-wrap.bottom-right {
  bottom: 2.5rem; }

.jq-toast-wrap.top-center, .jq-toast-wrap.top-left, .jq-toast-wrap.top-right {
  top: 2.5rem; }

.jq-toast-single {
  text-shadow: 0 0 20px rgba(60, 60, 60, 0.15), 0 0 0 black;
  display: block;
  width: 100%;
  padding: 0.625rem 3rem;
  margin: 0 0 0.312rem;
  border-radius: 0.25rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white; }

.jq-toast-single h2 {
  font-size: 1.875rem;
  margin: 0 0 0.437rem;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal; }

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0.0625rem solid white;
  padding-bottom: 0.187rem;
  font-size: 0.75rem; }

.jq-toast-single ul {
  margin: 0 0 0 10.312rem;
  background: none;
  padding: 0; }

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 1.062rem;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal; }

.close-jq-toast-single {
  position: absolute;
  top: 0.187rem;
  right: 0.437rem;
  cursor: pointer; }

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -0.125rem;
  height: 0.312rem;
  width: 0%;
  left: 0;
  border-radius: 0.312rem;
  background: red; }

.jq-toast-loaded {
  width: 100%; }

.jq-has-icon {
  background-repeat: no-repeat;
  background-position: 0.9rem;
  box-shadow: 0 0.187rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.187rem 0.375rem rgba(0, 0, 0, 0.23); }

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII="); }

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII="); }

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII="); }

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg=="); }

.jq-toast-wrap .toast-multi-item {
  color: inherit;
  line-height: 1.5em; }

/*           Labels & Progress-bar              */
.label {
  padding: 0.2em 0.6em 0.2em;
  border: 0.0625rem solid #999999;
  border-radius: 0.187rem;
  color: #999999;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 0.687rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.187rem; }
  .label.file-link-holder {
    font-size: 0.9rem;
    text-transform: unset;
    display: inline-block;
    line-height: 1.5em;
    margin-right: 0.45em;
    margin-bottom: 0.45em;
    padding: 0.2em 0.5em 0.2em;
    white-space: pre-wrap; }
    .label.file-link-holder .remove-file-btn {
      margin-left: 0.5em; }

.pick-class-label {
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border: 0.125rem solid; }
  .pick-class-label.label-sm {
    margin-right: 1rem;
    width: 1rem;
    height: 1rem; }

.progress-bar, .progress-bar-primary {
  background-color: #3472F7; }

.progress-bar-info {
  background-color: #2CA8FF; }

.progress-bar-success {
  background-color: #05AE0E; }

.progress-bar-warning {
  background-color: #FF9500; }

.progress-bar-danger {
  background-color: #FF3B30; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent; }

.nav > li > a {
  font-weight: bold;
  padding: 1.2rem; }

.navbar {
  position: absolute;
  border: none;
  font-size: 1rem;
  border-radius: 0;
  margin-bottom: 0;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 80010;
  min-height: 4rem;
  /*&.with-menu-wrap{
        .container-fluid{
            padding: 0 1.875rem 0 calc(1.875rem + 3.44492vw);
        }
    }*/ }
  .navbar.navbar-fixed {
    position: fixed;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8001; }
  .navbar .container-fluid {
    height: 100%; }
    .navbar .container-fluid > .navbar-header {
      margin-left: 0;
      margin-right: 0;
      max-width: 50%;
      height: 100%; }
  .navbar .navbar-brand {
    font-weight: 600;
    line-height: 3.44492vw;
    font-size: 1rem;
    padding: 0;
    margin-left: 0 !important;
    height: 100%;
    width: 100%; }
    .navbar .navbar-brand img {
      max-width: 100%;
      width: auto;
      height: 100%; }
  .navbar .navbar-header {
    float: left; }
    @media (max-width: 480px) {
      .navbar .navbar-header {
        display: inline-block; } }
    .navbar .navbar-header .navbar-toggle {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }
      .navbar .navbar-header .navbar-toggle:focus, .navbar .navbar-header .navbar-toggle:hover {
        background: inherit; }
        .navbar .navbar-header .navbar-toggle:focus .icon-bar, .navbar .navbar-header .navbar-toggle:hover .icon-bar {
          background-color: #ddd; }
  .navbar .navbar-right {
    height: 100%;
    margin: 0;
    float: right; }
    .navbar .navbar-right .userPictureHolder {
      width: 2rem;
      height: 2rem;
      display: inline-block;
      margin-top: 1rem;
      margin-right: .5rem;
      border-radius: 50%;
      overflow: hidden; }
      .navbar .navbar-right .userPictureHolder img {
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        border: none;
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-top: 0; }
        @media (max-width: 600px) {
          .navbar .navbar-right .userPictureHolder img {
            margin-right: 0; } }
    .navbar .navbar-right .account-name {
      display: inline-block;
      vertical-align: top;
      max-width: 350px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 800px) {
        .navbar .navbar-right .account-name {
          max-width: 200px; } }
      @media (max-width: 640px) {
        .navbar .navbar-right .account-name.account-name {
          visibility: hidden;
          font-size: 0; } }
    .navbar .navbar-right b.caret {
      margin-top: 2rem;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 400px) {
        .navbar .navbar-right b.caret {
          margin-left: 0; } }
  .navbar .navbar-nav > li {
    margin-left: 1rem;
    float: left; }
    .navbar .navbar-nav > li a.custom-icon {
      position: relative;
      text-align: center;
      vertical-align: baseline;
      display: table;
      height: 100%;
      margin: 0 auto; }
      .navbar .navbar-nav > li a.custom-icon i {
        display: table-cell;
        vertical-align: middle; }
      .navbar .navbar-nav > li a.custom-icon span {
        position: absolute;
        top: 25%;
        right: -0.4375rem; }
  .navbar .navbar-nav > li > a {
    font-size: 1rem;
    padding: 0; }
    .navbar .navbar-nav > li > a .account-img {
      height: 1.5rem;
      border-radius: 50%;
      vertical-align: middle; }
  .navbar .navbar-nav > li > a.btn {
    margin: 0.937rem 0.187rem;
    padding: 0.625rem 0.625rem; }
  .navbar .navbar-nav > li > a.btn-round {
    margin: 1rem 0.187rem; }
  .navbar .navbar-nav > li > a [class^="fa"] {
    font-size: 1.4rem;
    position: relative;
    top: 0.0625rem; }
  .navbar .navbar-nav .dropdown-menu {
    margin-top: -1px; }
    .navbar .navbar-nav .dropdown-menu.account-dropdown {
      padding: 0;
      overflow: hidden;
      background: #fff; }
      .navbar .navbar-nav .dropdown-menu.account-dropdown .account-header {
        text-align: center;
        padding: 1rem;
        background: linear-gradient(to bottom, #101236 20%, #0a0718 100%); }
        .navbar .navbar-nav .dropdown-menu.account-dropdown .account-header .account-img-lg {
          height: 5.625rem;
          width: 5.625rem;
          border-radius: 50%;
          border: 0.187rem solid transparent;
          border-color: rgba(255, 255, 255, 0.2);
          margin: 0 auto;
          overflow: hidden; }
          .navbar .navbar-nav .dropdown-menu.account-dropdown .account-header .account-img-lg img {
            width: 100%;
            height: auto;
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-top: 0; }
        .navbar .navbar-nav .dropdown-menu.account-dropdown .account-header p {
          color: #fff;
          margin-top: 0.9375rem;
          line-height: 1.2rem; }
          .navbar .navbar-nav .dropdown-menu.account-dropdown .account-header p small {
            font-size: .8rem;
            display: block; }
    .navbar .navbar-nav .dropdown-menu.feed-dropdown {
      padding: 0;
      max-height: 18rem;
      overflow-y: scroll;
      background-color: #fff; }
      .navbar .navbar-nav .dropdown-menu.feed-dropdown #feedsMessageLength p {
        padding: 1rem; }
    .navbar .navbar-nav .dropdown-menu .account-footer {
      margin-top: 1rem; }
      .navbar .navbar-nav .dropdown-menu .account-footer .pull-left {
        font-size: 1rem;
        margin-left: 1rem; }
      .navbar .navbar-nav .dropdown-menu .account-footer .pull-right {
        font-size: 1rem; }
      .navbar .navbar-nav .dropdown-menu .account-footer .clear-pull {
        clear: both; }
      .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item {
        display: block; }
        .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item:empty {
          display: none; }
        .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item:not(:last-child) {
          border-bottom: 1px solid #f3f3f3; }
        .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item:hover {
          background: #ebf6ff; }
          .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item:hover.radio input:not(:checked) ~ .helper::before {
            border-color: #333; }
          .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item:hover .language-list-lang-name {
            color: #333; }
        .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item a {
          display: block;
          color: #333;
          letter-spacing: 1px;
          padding: 1rem; }
          .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item a.log-off-link {
            color: #888; }
          .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item a div {
            display: inline-block; }
          .navbar .navbar-nav .dropdown-menu .account-footer .dropdown-menu-nav-item a .fa-chevron-right {
            color: #888; }
      .navbar .navbar-nav .dropdown-menu .account-footer.langs-list-wrapper {
        max-height: 24rem;
        overflow-y: scroll; }
    .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang {
      display: none; }
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .account-header {
        background: linear-gradient(to bottom, #101236 20%, #0a0718 100%); }
        .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .account-header a {
          color: #fff;
          font-weight: 500;
          letter-spacing: 1px;
          font-size: 1rem;
          padding-right: 1rem;
          display: block; }
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .language-list-lang-name {
        line-height: 1.4em;
        padding-left: 2rem; }
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .radio {
        margin: 0; }
        .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .radio .helper {
          top: .75rem;
          left: .75rem; }
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .radio input:checked ~ .helper::before,
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .radio input:checked ~ .helper::after {
        color: #0088ff;
        border-color: #0088ff; }
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang .radio input:checked ~ .helper::after {
        background-color: #0088ff; }
      .navbar .navbar-nav .dropdown-menu .dropdown-menu-choose-lang label {
        padding: 1rem; }
  .navbar .navbar-collapse:not([aria-expanded="true"]) ul {
    background: none; }
  .navbar .navbar-collapse[aria-expanded="true"] ul > li {
    display: inline-block; }
    .navbar .navbar-collapse[aria-expanded="true"] ul > li.dropdown {
      vertical-align: top; }
      .navbar .navbar-collapse[aria-expanded="true"] ul > li.dropdown a {
        padding: 0 !important; }
    .navbar .navbar-collapse[aria-expanded="true"] ul > li .account-dropdown > li {
      display: block; }
  .navbar #navigation-default2[aria-expanded="true"] li a {
    padding: 0.625rem 0.937rem;
    margin: 0.937rem 0.187rem; }
  .navbar .btn {
    margin: 0.937rem 0.187rem;
    font-size: 1.125rem; }
  .navbar .btn-simple {
    font-size: 0.875rem; }

.navbar-transparent .navbar-brand, [class*="navbar-ebs"] .navbar-brand {
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }
  .navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*="navbar-ebs"] .navbar-brand:focus, [class*="navbar-ebs"] .navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }

.navbar-transparent .navbar-nav > li > a:not(.btn),
.navbar-transparent .navbar-nav > li > a.btn-default, [class*="navbar-ebs"] .navbar-nav > li > a:not(.btn),
[class*="navbar-ebs"] .navbar-nav > li > a.btn-default {
  color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.navbar-transparent .navbar-nav > li > a.btn-default:hover,
.navbar-transparent .navbar-nav > li > a.btn-default:focus, [class*="navbar-ebs"] .navbar-nav > li > a.btn-default:hover,
[class*="navbar-ebs"] .navbar-nav > li > a.btn-default:focus {
  border-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .navbar-nav > .active > a:not(.btn),
.navbar-transparent .navbar-nav > .active > a:hover:not(.btn),
.navbar-transparent .navbar-nav > .active > a:focus:not(.btn),
.navbar-transparent .navbar-nav > li > a:hover:not(.btn),
.navbar-transparent .navbar-nav > li > a:focus:not(.btn), [class*="navbar-ebs"] .navbar-nav > .active > a:not(.btn),
[class*="navbar-ebs"] .navbar-nav > .active > a:hover:not(.btn),
[class*="navbar-ebs"] .navbar-nav > .active > a:focus:not(.btn),
[class*="navbar-ebs"] .navbar-nav > li > a:hover:not(.btn),
[class*="navbar-ebs"] .navbar-nav > li > a:focus:not(.btn) {
  background-color: transparent;
  border-radius: 0.187rem;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .navbar-nav .nav > li > a.btn:hover, [class*="navbar-ebs"] .navbar-nav .nav > li > a.btn:hover {
  background-color: transparent; }

.navbar-transparent .navbar-nav > .dropdown > a .caret,
.navbar-transparent .navbar-nav > .dropdown > a:hover .caret,
.navbar-transparent .navbar-nav > .dropdown > a:focus .caret, [class*="navbar-ebs"] .navbar-nav > .dropdown > a .caret,
[class*="navbar-ebs"] .navbar-nav > .dropdown > a:hover .caret,
[class*="navbar-ebs"] .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF; }

.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus, [class*="navbar-ebs"] .navbar-nav > .open > a,
[class*="navbar-ebs"] .navbar-nav > .open > a:hover,
[class*="navbar-ebs"] .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .btn-default, [class*="navbar-ebs"] .btn-default {
  color: #FFFFFF;
  border-color: #FFFFFF; }

.navbar-transparent .btn-default.btn-fill, [class*="navbar-ebs"] .btn-default.btn-fill {
  color: #B7B7B7;
  background-color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active,
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*="navbar-ebs"] .btn-default.btn-fill:hover,
[class*="navbar-ebs"] .btn-default.btn-fill:focus,
[class*="navbar-ebs"] .btn-default.btn-fill:active,
[class*="navbar-ebs"] .btn-default.btn-fill.active,
[class*="navbar-ebs"] .open .dropdown-toggle.btn-fill.btn-default {
  border-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.2); }

.nav-open .nav .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF; }

.navbar-default {
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 0; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:not(.btn):hover,
  .navbar-default .navbar-nav > .active > a:not(.btn):focus,
  .navbar-default .navbar-nav > li > a:not(.btn):hover,
  .navbar-default .navbar-nav > li > a:not(.btn):focus {
    background-color: transparent;
    border-radius: 0.187rem;
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent; }
  .navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default:not(.navbar-transparent) .btn-neutral,
  .navbar-default:not(.navbar-transparent) .btn-neutral:hover,
  .navbar-default:not(.navbar-transparent) .btn-neutral:active {
    color: #B7B7B7; }

/*      Navbar with icons            */
.navbar-icons.navbar .navbar-brand {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.navbar-icons .navbar-nav > li > a {
  text-align: center;
  padding: 0.375rem 0.937rem;
  margin: 0.375rem 0.187rem;
  line-height: 1rem; }

.navbar-icons .navbar-nav [class^="pe"] {
  font-size: 1.875rem;
  position: relative; }

.navbar-icons .navbar-nav p {
  margin: 0.187rem 0 0; }

.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .navbar-form .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 1.375rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #dedfe1; }
  .navbar-transparent .navbar-form .form-control,
  [class*="navbar-ct"] .navbar-form .form-control {
    color: #FFFFFF;
    border: none;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.6); }

.navbar-collapse {
  padding: 0; }

.navbar-transparent {
  padding-top: 0.937rem;
  background-color: transparent;
  border-bottom: 0.0625rem solid transparent; }

.navbar-toggle {
  border: none; }
  .navbar-toggle .icon-bar,
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF; }
  .navbar-toggle .navbar-collapse,
  .navbar-toggle .navbar-form {
    border-color: transparent; }
  .navbar-toggle.navbar-default .navbar-toggle:hover,
  .navbar-toggle.navbar-default .navbar-toggle:focus {
    background-color: transparent; }

html:not(.ftos-designer) .navbar:not(.navbar-transparent) ~ * {
  padding-top: 3.44492vw; }

.left-navbar {
  top: 4rem;
  width: 98%;
  height: 4rem;
  position: fixed;
  bottom: auto;
  padding: 0;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26);
  display: flex;
  z-index: 5;
  flex-direction: row-reverse;
  left: 40px;
  background-color: #FFFFFF;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  transition-duration: 0.4s; }
  .with-popup .left-navbar {
    top: 0; }
  .one-dashboard .left-navbar.home-picker {
    display: none; }
  .left-navbar .pick-class {
    position: relative;
    top: auto;
    padding: 0.7rem 0 .7rem 0;
    width: auto;
    white-space: nowrap; }
    .left-navbar .pick-class.buttons {
      display: flex;
      flex-wrap: nowrap; }
    .left-navbar .pick-class:last-child li.filter:first-child {
      margin-left: 0.9rem; }
    .left-navbar .pick-class.home-icons li.filter a i {
      color: #fff !important; }
      .left-navbar .pick-class.home-icons li.filter a i:before {
        margin-right: 0 !important;
        margin-left: 0 !important; }
  .left-navbar li {
    font-size: 2rem;
    display: inline-block; }
    .left-navbar li.placeholder {
      display: none; }
    .left-navbar li.filter {
      margin: 0;
      width: 2.6rem;
      height: 2.6rem;
      padding: 0;
      /*0.45rem;*/
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 1.3rem;
      margin-right: 0.9rem;
      line-height: 1.5rem;
      box-shadow: 0 0 0.1rem 0.1rem rgba(255, 255, 255, 0.26);
      /*58, 173, 210*/ }
      .left-navbar li.filter a {
        color: #757575;
        cursor: pointer;
        font-size: 1.8rem;
        text-align: center;
        width: 2.6rem;
        height: 2.6rem;
        display: inline-block;
        padding: 0.45rem; }
        .left-navbar li.filter a i {
          width: 1.7rem;
          height: 1.7rem;
          display: inline-block; }
    .left-navbar li.tour-container.active {
      background-color: rgba(0, 0, 0, 0.2); }
  .left-navbar .sticky-header-holder {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end; }
    .left-navbar .sticky-header-holder .header-items-arrow {
      display: inline-block;
      width: 2rem;
      background-size: contain;
      padding: 1rem 0.5rem 0 0.5rem;
      cursor: pointer;
      opacity: 0.2; }
      .left-navbar .sticky-header-holder .header-items-arrow .header-item-left-arrow, .left-navbar .sticky-header-holder .header-items-arrow .header-item-right-arrow {
        background: transparent url(../../../assets/img/cursors/arrow-left.png) no-repeat;
        width: 1rem;
        height: 100%; }
      .left-navbar .sticky-header-holder .header-items-arrow .header-item-right-arrow {
        background: transparent url(../../../assets/img/cursors/arrow-right.png) no-repeat; }
      .left-navbar .sticky-header-holder .header-items-arrow:hover {
        opacity: 0.5; }
    .left-navbar .sticky-header-holder .sticky-header-items-holder {
      position: relative;
      flex-grow: 1;
      display: flex;
      overflow: hidden; }
      .left-navbar .sticky-header-holder .sticky-header-items-holder .data-container {
        text-align: center;
        padding-top: 0.5rem;
        white-space: nowrap;
        flex-grow: 1; }
        .left-navbar .sticky-header-holder .sticky-header-items-holder .data-container .data-element {
          display: inline-block;
          padding: 0 1rem; }
          .left-navbar .sticky-header-holder .sticky-header-items-holder .data-container .data-element:empty {
            display: none; }
          .left-navbar .sticky-header-holder .sticky-header-items-holder .data-container .data-element:not(:first-child) {
            border-left: 1px solid #fff; }
          .left-navbar .sticky-header-holder .sticky-header-items-holder .data-container .data-element h5 {
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 1.5rem;
            font-size: 0.6rem;
            color: #fff;
            text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26);
            font-family: 'Raleway', sans-serif; }
          .left-navbar .sticky-header-holder .sticky-header-items-holder .data-container .data-element > span {
            color: #ffffff;
            text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26);
            font-size: 1rem;
            display: inline-block;
            padding-bottom: 0.5rem; }
  .left-navbar.opaque {
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0.9) 95%, rgba(255, 255, 255, 0.7));
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26);
    /*58, 173, 210*/ }
    .left-navbar.opaque li.filter {
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26);
      /*58, 173, 210*/ }
    .left-navbar.opaque .main-header.home-header .nav li a {
      color: rgba(0, 0, 0, 0.5) !important; }
    .left-navbar.opaque .sticky-header-holder .header-items-arrow .header-item-left-arrow {
      background-image: url(../../../assets/img/cursors/arrow-left-dark.png); }
    .left-navbar.opaque .sticky-header-holder .header-items-arrow .header-item-right-arrow {
      background-image: url(../../../assets/img/cursors/arrow-right-dark.png); }
    .left-navbar.opaque .sticky-header-holder .sticky-header-items-holder .data-container .data-element:not(:first-child) {
      border-left-color: rgba(0, 0, 0, 0.2); }
    .left-navbar.opaque .sticky-header-holder .sticky-header-items-holder .data-container .data-element h5 {
      color: rgba(0, 0, 0, 0.5);
      text-shadow: none; }
    .left-navbar.opaque .sticky-header-holder .sticky-header-items-holder .data-container .data-element > span {
      color: rgba(0, 0, 0, 0.5);
      text-shadow: none; }

.ebs-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
  left: 0;
  bottom: 0; }
  .ebs-nav-trigger span:not(.ripple) {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    position: absolute;
    width: 1rem;
    height: 0.125rem;
    background-color: #ffffff;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .ebs-nav-trigger span:not(.ripple):after, .ebs-nav-trigger span:not(.ripple):before {
      position: absolute;
      width: 1rem;
      height: 0.125rem;
      background-color: #ffffff;
      content: '';
      top: 0;
      left: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: -webkit-transform 0.2s;
      -moz-transition: -moz-transform 0.2s;
      transition: transform 0.2s; }
    .ebs-nav-trigger span:not(.ripple):before {
      -moz-transform: translateY(-0.375rem);
      -o-transform: translateY(-0.375rem);
      -ms-transform: translateY(-0.375rem);
      -webkit-transform: translateY(-0.375rem);
      transform: translateY(-0.375rem); }
    .ebs-nav-trigger span:not(.ripple):after {
      -moz-transform: translateY(0.375rem);
      -o-transform: translateY(0.375rem);
      -ms-transform: translateY(0.375rem);
      -webkit-transform: translateY(0.375rem);
      transform: translateY(0.375rem); }
  .show-menu .ebs-nav-trigger span:before {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .show-menu .ebs-nav-trigger span:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.menu-wrap {
  position: absolute;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden; }

html:not(.ftos-designer) .left-navbar {
  width: 100%;
  left: 0; }

html:not(.ftos-designer) .show-menu .ebs-nav-trigger span {
  background-color: transparent !important; }

html:not(.ftos-designer) .menu-wrap {
  top: 0;
  opacity: 0; }

html:not(.ftos-designer) .show-menu .menu-wrap {
  opacity: 1; }

.menu-top {
  line-height: 3.625rem;
  height: 4.625rem; }

.menu-side {
  height: calc(100% - 4.625rem);
  position: relative; }
  .menu-side .menu-side-list {
    height: calc(100% - 6rem);
    overflow-y: auto; }
  .menu-side .search-menu-input-holder {
    position: relative; }
    .menu-side .search-menu-input-holder .search-menu-input {
      background-color: rgba(255, 255, 255, 0.8); }
      .menu-side .search-menu-input-holder .search-menu-input:focus {
        border-color: rgba(255, 255, 255, 0.8); }
    .menu-side .search-menu-input-holder .search-menu-input-clear {
      display: inline-block;
      padding: 0;
      position: absolute;
      top: calc(50% - 0.65em);
      right: 0.45em;
      color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      background: #58595b;
      border-radius: 0.65em;
      width: 1.3em;
      height: 1.3em; }
      .menu-side .search-menu-input-holder .search-menu-input-clear i {
        font-size: 1.3em;
        line-height: 1.1em; }
      .menu-side .search-menu-input-holder .search-menu-input-clear:hover {
        color: rgba(255, 255, 255, 0.8); }
  .menu-side.menu-search-hidden .menu-side-list {
    height: calc(100% - 3rem); }

.menu-top .logo {
  display: none; }

.menu-top .profile {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  line-height: 2.625rem;
  color: #FFFFFF; }

.menu-top .profile .account-img-sm {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%; }
  @media (min-width: 1400px) and (max-width: 1599px) {
    .menu-top .profile .account-img-sm {
      width: 2rem;
      height: 2rem; } }
  .menu-top .profile .account-img-sm img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: 100%; }

.menu-top .profile .user-name-holder {
  white-space: nowrap;
  width: calc(100% - 4rem);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden; }

.icon-list {
  display: inline-block;
  font-size: 1.25rem; }

.icon-list a {
  margin: 0 1rem 0 0;
  padding: 0; }

.menu-side a {
  display: block;
  padding: 1.2rem; }

.menu-side li:not(.has-children) {
  display: flex; }

/* Shown menu */
.show-menu .menu-wrap {
  opacity: 1; }

.show-menu .content-wrap,
.show-menu .menu-button {
  -webkit-transform: translate3d(18.75rem, 3.75rem, 0);
  transform: translate3d(18.75rem, 3.75rem, 0); }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.menu-wrap a {
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

#topMenuContainer {
  min-height: calc(100vh - 12rem); }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%); } }

.floating-container .navbar:not(.opaque) {
  background: transparent !important;
  box-shadow: none;
  border: none; }
  .floating-container .navbar:not(.opaque) .ebs-nav-trigger {
    background: transparent !important; }

.card .card-flex {
  height: 100%; }

.card .preview {
  height: 9.375rem;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }
  .card .preview i {
    position: absolute;
    font-size: 4.375rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%), -50%;
    transform: translate(-50%, -50%); }

.col-lg-2 .card.card-portrait .content p {
  max-height: 3rem; }

.card.card-landscape .content p {
  max-height: 10rem; }

.card .content {
  text-align: center;
  line-height: 1.46rem;
  height: calc(100% - 9.375rem); }
  .card .content h4 {
    text-transform: capitalize; }
    .card .content h4 small {
      text-transform: uppercase;
      font-weight: bold;
      color: inherit;
      font-size: .75rem;
      letter-spacing: 1px; }

.card .overlay-trigger {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out; }
  .card .overlay-trigger:hover {
    transform: scale(1.25); }

@media only screen and (min-width: 640px) {
  .card {
    height: 19.687rem !important;
    /*.content {

            &:after {
                content: "";
                text-align: right;
                position: absolute;
                bottom: 1.9rem;
                right: 0;
                width: 30%;
                height: 1.2rem;
            }
        }*/ }
    .card.card-landscape {
      font-size: 0;
      display: flex; }
      .card.card-landscape .preview, .card.card-landscape .content {
        display: inline-block;
        vertical-align: top;
        height: 100%; }
      .card.card-landscape .preview {
        width: 35%; }
      .card.card-landscape .content {
        width: 65%;
        padding: 2.5rem 1.562rem 1.8rem !important;
        text-align: left;
        height: 100%; } }

.card .arrow-controllers {
  height: 50%;
  position: relative; }
  .card .arrow-controllers .arrow-controllers-txt {
    position: absolute;
    top: 2rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .card .arrow-controllers .arrow-controllers-img {
    position: absolute;
    width: 100%;
    top: 5rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .card .arrow-controllers .arrow-controllers-img .press-up {
      width: 4rem;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 5px; }
    .card .arrow-controllers .arrow-controllers-img .press-down, .card .arrow-controllers .arrow-controllers-img .press-left, .card .arrow-controllers .arrow-controllers-img .press-right {
      display: inline-block; }
    .card .arrow-controllers .arrow-controllers-img .press-down, .card .arrow-controllers .arrow-controllers-img .press-right {
      margin-left: 5px; }
    .card .arrow-controllers .arrow-controllers-img .arrow-icon {
      font-size: 1.8rem;
      color: #fff;
      height: 2rem;
      width: 4rem;
      border: 2px solid #fff;
      border-radius: 5%;
      text-align: center;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .card .arrow-controllers .arrow-controllers-img .arrow-icon:hover {
        background-color: rgba(0, 0, 0, 0.5); }

.card .position-controllers {
  height: 50%;
  position: relative;
  bottom: 0; }
  .card .position-controllers .position-controllers-txt {
    position: absolute;
    top: 2rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .card .position-controllers .position-controllers-elem {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center; }
    .card .position-controllers .position-controllers-elem .position-controllers-list {
      font-size: 1rem;
      color: #ffffff; }
      .card .position-controllers .position-controllers-elem .position-controllers-list > li {
        position: relative;
        display: inline-block;
        padding: 0 1rem;
        height: 2.8rem;
        padding-top: 0.3rem; }
        .card .position-controllers .position-controllers-elem .position-controllers-list > li a {
          word-break: keep-all; }
          .card .position-controllers .position-controllers-elem .position-controllers-list > li a:not(:last-child) {
            border-bottom: 0.0625rem solid rgba(174, 190, 194, 0.5); }
        .card .position-controllers .position-controllers-elem .position-controllers-list > li > span {
          font-size: 2.5rem;
          text-align: center; }
    .card .position-controllers .position-controllers-elem .fill-content, .card .position-controllers .position-controllers-elem .position-content, .card .position-controllers .position-controllers-elem .size-content {
      display: none;
      position: absolute;
      bottom: 3rem;
      min-width: 2.7rem;
      background-color: #FFF;
      border-color: #fff;
      padding: 0.2rem .7rem;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .card .position-controllers .position-controllers-elem .fill-content:before, .card .position-controllers .position-controllers-elem .position-content:before, .card .position-controllers .position-controllers-elem .size-content:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 0.4375rem solid #fff;
        border-right: 0.4375rem solid transparent;
        border-left: 0.4375rem solid transparent;
        position: absolute;
        bottom: -0.375rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .card .position-controllers .position-controllers-elem .fill-content > a, .card .position-controllers .position-controllers-elem .position-content > a, .card .position-controllers .position-controllers-elem .size-content > a {
        display: block;
        padding: .5rem 0.1rem;
        -webkit-transition: color 0.28s ease;
        -moz-transition: color 0.28s ease;
        -ms-transition: color 0.28s ease;
        -o-transition: color 0.28s ease;
        transition: color 0.28s ease; }
        .card .position-controllers .position-controllers-elem .fill-content > a:hover, .card .position-controllers .position-controllers-elem .position-content > a:hover, .card .position-controllers .position-controllers-elem .size-content > a:hover {
          color: #7986CB; }
    .card .position-controllers .position-controllers-elem .position-controllers-list > li:hover .fill-content {
      display: block; }
    .card .position-controllers .position-controllers-elem .position-controllers-list > li:hover .position-content {
      display: block; }
    .card .position-controllers .position-controllers-elem .position-controllers-list > li:hover .size-content {
      display: block; }

.card.clonned .position-controllers .position-controllers-elem .position-controllers-list > li {
  padding: 0 .5rem; }

/*@include breakpoint(1170px, false, min-width){
    .col-lg-2{
        .card{
           .arrow-controllers{
                height: 60%;
                .arrow-controllers-img{
                    top: 5rem;
                    width: 100%;
                }
           }

            .position-controllers {
                height: 40%;
                .position-controllers-txt{
                    top: 0rem;
                }
                .position-controllers-elem{
                    .position-controllers-list>li{
                        padding: 0 .3rem;
                    }

                    .size-content, .fill-content, .position-content{
                        bottom: 2.8rem;
                        min-width: 2.5rem;
                    }
                }
             }
        }
    }
}*/
@media (min-width: 1024px) and (max-width: 2000px) {
  .col-lg-2 .card .arrow-controllers {
    height: 60%; }
    .col-lg-2 .card .arrow-controllers .arrow-controllers-txt {
      top: 3rem;
      font-size: 0.9rem; }
    .col-lg-2 .card .arrow-controllers .arrow-controllers-img {
      top: 6rem; }
      .col-lg-2 .card .arrow-controllers .arrow-controllers-img .press-up {
        width: 2rem; }
      .col-lg-2 .card .arrow-controllers .arrow-controllers-img .arrow-icon {
        width: 2rem; }
  .col-lg-2 .card .position-controllers {
    height: 40%; }
    .col-lg-2 .card .position-controllers .position-controllers-txt {
      top: -1rem;
      font-size: .9rem; }
    .col-lg-2 .card .position-controllers .position-controllers-elem .position-controllers-list .size-content, .col-lg-2 .card .position-controllers .position-controllers-elem .position-controllers-list .fill-content, .col-lg-2 .card .position-controllers .position-controllers-elem .position-controllers-list .position-content {
      bottom: 2.5rem; }
    .col-lg-2 .card .position-controllers .position-controllers-elem .position-controllers-list > li {
      padding: 0 0.3rem;
      height: 2.5rem;
      padding-top: 0.5rem; }
      .col-lg-2 .card .position-controllers .position-controllers-elem .position-controllers-list > li > span {
        font-size: 2rem; } }

.widget {
  position: relative;
  z-index: 3;
  height: 100vh; }
  .widget label {
    font-size: 1rem;
    color: white; }
  .widget h1 {
    font-size: 3rem;
    color: #fff;
    margin: 2rem 0 1rem; }
  .widget h2 {
    color: white; }
  .widget strong {
    font-weight: 700; }
  .widget p {
    line-height: 1.4rem;
    color: white;
    font-size: 1.2rem; }
  .widget article {
    height: 100%; }
    .widget article header {
      margin: 0; }
  .widget .logo {
    position: absolute;
    height: 2.6rem;
    width: auto;
    bottom: .5rem;
    right: .5rem;
    z-index: 6;
    display: none; }
  .widget .full-height {
    height: 26rem;
    align-items: center; }
  .widget .flexy-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative; }
  .widget .flexy-column {
    flex-direction: column; }
    .widget .flexy-column.reverse {
      flex-direction: column-reverse; }
  .widget .flexy-item_child {
    flex: 1 0 100%; }
  .widget.rkh .logo.rkh {
    display: block; }
  .widget.rkh .pure-steps_group {
    background-image: linear-gradient(-120deg, #d0103a 0, #ef473a 100%, #d0103a 200%); }
  .widget.rkh .pure-steps_group-triggers {
    background-color: rgba(0, 0, 0, 0.5); }
  .widget.howden .logo.howden {
    display: block; }
  .widget.howden .pure-steps_group {
    background-image: linear-gradient(-120deg, #41B6E6 0, #002855 100%, #41B6E6 200%); }
  .widget.howden .pure-steps_group-triggers {
    background-color: rgba(255, 255, 255, 0.15); }
  .widget .pure-steps {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white; }
    .widget .pure-steps strong {
      color: #FFFFFF;
      font-weight: 300; }
    .widget .pure-steps .pure-steps_group {
      position: relative;
      min-height: 26rem;
      height: 100%;
      border-radius: .4rem;
      overflow: hidden;
      box-shadow: 0 1.7em 5.5em -0.94em rgba(0, 0, 0, 0.3), 0 2em 3em 0.5em rgba(0, 0, 0, 0.1), 0 1.8em 2em -1.5em rgba(0, 0, 0, 0.2);
      background-position: 0 0;
      background-size: 300%;
      will-change: background, box-shadow;
      transition: all 0.3s ease-out; }
      .widget .pure-steps .pure-steps_group .pure-steps_group-step {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(100%);
        opacity: 0;
        will-change: transform, opacity;
        transition: all 0.6s ease-in-out;
        text-align: left; }
        .widget .pure-steps .pure-steps_group .pure-steps_group-step:last-child {
          text-align: center; }
          .widget .pure-steps .pure-steps_group .pure-steps_group-step:last-child .dx-texteditor-input {
            padding: 0;
            text-align: center !important;
            font-size: 3rem !important;
            border: none;
            display: inline;
            width: auto; }
        .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_legend {
          font-size: 1.5rem;
          font-weight: 500;
          padding: 1.5rem 2rem 1rem;
          line-height: 1rem;
          position: relative;
          color: rgba(255, 255, 255, 0.7);
          margin-bottom: 1rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
        .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item {
          padding: 1rem 2rem 0; }
          .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item label {
            font-size: 1rem;
            display: block;
            opacity: .6; }
          .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input {
            font-size: 1rem;
            box-sizing: border-box;
            width: 100%;
            border: 0;
            line-height: 1.5rem;
            background-color: transparent;
            background-image: linear-gradient(0deg, transparent 0, #e5e5e5 1px), linear-gradient(0deg, transparent 0, #FFC107 1px);
            background-size: 100% 1px, 0% 1px;
            background-repeat: no-repeat;
            outline: none;
            will-change: background;
            transition: background 0.3s ease-in-out;
            color: white;
            font-weight: 300; }
            .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:focus {
              color: white;
              background-size: 0% 1px, 100% 1px; }
              .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:focus + label {
                opacity: 1;
                color: #FFFFFF; }
            .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input::-webkit-input-placeholder {
              color: rgba(255, 255, 255, 0.6); }
            .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:-moz-placeholder {
              /* Firefox 18- */
              color: rgba(255, 255, 255, 0.6); }
            .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input::-moz-placeholder {
              /* Firefox 19+ */
              color: rgba(255, 255, 255, 0.6); }
            .widget .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:-ms-input-placeholder {
              color: rgba(255, 255, 255, 0.6); }
    .widget .pure-steps .pure-steps_radio {
      display: none; }
    .widget .pure-steps .pure-steps_group-triggers {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3.6rem;
      border-radius: 0 0 .4rem .4rem;
      will-change: opacity;
      transition: opacity 0.3s ease-in-out; }
      .widget .pure-steps .pure-steps_group-triggers:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        width: 0%;
        height: .1rem;
        background: rgba(255, 255, 255, 0.8);
        will-change: width;
        transition: width 0.6s ease-in-out; }
      .widget .pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item {
        display: none; }
        .widget .pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item label {
          display: block;
          padding: 1.2rem;
          color: white;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: .75rem;
          cursor: pointer; }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group {
      background-position: 20% 0; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 25%; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(2) {
        display: block; }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(1) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group {
      background-position: 40% 0; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 50%; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(3) {
        display: block; }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(2) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group {
      background-position: 60% 0; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 75%; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(4) {
        display: block; }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(3) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group {
      background-position: 80% 0; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers, .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .logo {
        opacity: 0;
        transition-delay: 0.6s; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step {
        align-items: center;
        height: 100%; }
        .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload {
          display: block;
          height: .1rem;
          width: 100%;
          box-sizing: border-box;
          margin: 0 2rem;
          background-image: linear-gradient(0deg, rgba(255, 59, 153, 0.4) 0%, rgba(238, 247, 249, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%);
          background-size: 0 10rem;
          background-position: top center;
          background-repeat: no-repeat;
          will-change: background-image;
          transition: background-image 3s linear;
          animation: preloadLine 3s ease-out forwards; }
          .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload svg {
            font-size: 2.2rem;
            width: auto;
            height: 3rem;
            padding: 1rem;
            border-radius: 2rem;
            background-color: #eef7f9;
            fill: #da213a;
            margin-top: -1.5rem;
            transform: scale(0);
            animation: preloadTic .8s linear forwards;
            animation-delay: 2s; }
        .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .price-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 2.5s;
          position: absolute;
          top: 3rem; }
          .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label {
            color: white; }
            .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:first-child {
              text-transform: uppercase;
              letter-spacing: 1px; }
            .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:last-child {
              display: block;
              margin-top: 1rem;
              font-size: 2rem; }
        .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 3s;
          position: absolute;
          bottom: 2.5rem; }
          .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview .pure-steps_group-step_item flexy-item flexy-column reverse {
            margin-bottom: 1rem; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 100%; }
      .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(5) {
        display: block; }
    .widget .pure-steps.pure-2-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(4) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group {
      background-position: 16.66667% 0; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 20%; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(2) {
        display: block; }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(1) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group {
      background-position: 33.33333% 0; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 40%; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(3) {
        display: block; }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(2) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group {
      background-position: 50% 0; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 60%; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(4) {
        display: block; }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(3) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group {
      background-position: 66.66667% 0; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 80%; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(5) {
        display: block; }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(4) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group {
      background-position: 83.33333% 0; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers, .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .logo {
        opacity: 0;
        transition-delay: 0.6s; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step {
        align-items: center;
        height: 100%; }
        .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload {
          display: block;
          height: .1rem;
          width: 100%;
          box-sizing: border-box;
          margin: 0 2rem;
          background-image: linear-gradient(0deg, rgba(255, 59, 153, 0.4) 0%, rgba(238, 247, 249, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%);
          background-size: 0 10rem;
          background-position: top center;
          background-repeat: no-repeat;
          will-change: background-image;
          transition: background-image 3s linear;
          animation: preloadLine 3s ease-out forwards; }
          .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload svg {
            font-size: 2.2rem;
            width: auto;
            height: 3rem;
            padding: 1rem;
            border-radius: 2rem;
            background-color: #eef7f9;
            fill: #da213a;
            margin-top: -1.5rem;
            transform: scale(0);
            animation: preloadTic .8s linear forwards;
            animation-delay: 2s; }
        .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .price-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 2.5s;
          position: absolute;
          top: 3rem; }
          .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label {
            color: white; }
            .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:first-child {
              text-transform: uppercase;
              letter-spacing: 1px; }
            .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:last-child {
              display: block;
              margin-top: 1rem;
              font-size: 2rem; }
        .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 3s;
          position: absolute;
          bottom: 2.5rem; }
          .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview .pure-steps_group-step_item flexy-item flexy-column reverse {
            margin-bottom: 1rem; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 100%; }
      .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(6) {
        display: block; }
    .widget .pure-steps.pure-3-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(5) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group {
      background-position: 14.28571% 0; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 16.66667%; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(2) {
        display: block; }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(1) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group {
      background-position: 28.57143% 0; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 33.33333%; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(3) {
        display: block; }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(2) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group {
      background-position: 42.85714% 0; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 50%; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(4) {
        display: block; }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(3) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group {
      background-position: 57.14286% 0; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 66.66667%; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(5) {
        display: block; }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(4) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group {
      background-position: 71.42857% 0; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 83.33333%; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(6) {
        display: block; }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(5) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group {
      background-position: 85.71429% 0; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-triggers, .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .logo {
        opacity: 0;
        transition-delay: 0.6s; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step {
        align-items: center;
        height: 100%; }
        .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload {
          display: block;
          height: .1rem;
          width: 100%;
          box-sizing: border-box;
          margin: 0 2rem;
          background-image: linear-gradient(0deg, rgba(255, 59, 153, 0.4) 0%, rgba(238, 247, 249, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%);
          background-size: 0 10rem;
          background-position: top center;
          background-repeat: no-repeat;
          will-change: background-image;
          transition: background-image 3s linear;
          animation: preloadLine 3s ease-out forwards; }
          .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload svg {
            font-size: 2.2rem;
            width: auto;
            height: 3rem;
            padding: 1rem;
            border-radius: 2rem;
            background-color: #eef7f9;
            fill: #da213a;
            margin-top: -1.5rem;
            transform: scale(0);
            animation: preloadTic .8s linear forwards;
            animation-delay: 2s; }
        .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .price-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 2.5s;
          position: absolute;
          top: 3rem; }
          .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label {
            color: white; }
            .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:first-child {
              text-transform: uppercase;
              letter-spacing: 1px; }
            .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:last-child {
              display: block;
              margin-top: 1rem;
              font-size: 2rem; }
        .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 3s;
          position: absolute;
          bottom: 2.5rem; }
          .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview .pure-steps_group-step_item flexy-item flexy-column reverse {
            margin-bottom: 1rem; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 100%; }
      .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(7) {
        display: block; }
    .widget .pure-steps.pure-4-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(6) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group {
      background-position: 12.5% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 14.28571%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(2) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(1) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group {
      background-position: 25% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 28.57143%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(3) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(2) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group {
      background-position: 37.5% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 42.85714%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(4) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(3) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group {
      background-position: 50% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 57.14286%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(5) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(4) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group {
      background-position: 62.5% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 71.42857%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(6) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(5):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(5) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group {
      background-position: 75% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 85.71429%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(7) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(6):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(6) {
      opacity: 1;
      transform: translate(0); }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group {
      background-position: 87.5% 0; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-triggers, .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .logo {
        opacity: 0;
        transition-delay: 0.6s; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step {
        align-items: center;
        height: 100%; }
        .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload {
          display: block;
          height: .1rem;
          width: 100%;
          box-sizing: border-box;
          margin: 0 2rem;
          background-image: linear-gradient(0deg, rgba(255, 59, 153, 0.4) 0%, rgba(238, 247, 249, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%);
          background-size: 0 10rem;
          background-position: top center;
          background-repeat: no-repeat;
          will-change: background-image;
          transition: background-image 3s linear;
          animation: preloadLine 3s ease-out forwards; }
          .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload svg {
            font-size: 2.2rem;
            width: auto;
            height: 3rem;
            padding: 1rem;
            border-radius: 2rem;
            background-color: #eef7f9;
            fill: #da213a;
            margin-top: -1.5rem;
            transform: scale(0);
            animation: preloadTic .8s linear forwards;
            animation-delay: 2s; }
        .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .price-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 2.5s;
          position: absolute;
          top: 3rem; }
          .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label {
            color: white; }
            .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:first-child {
              text-transform: uppercase;
              letter-spacing: 1px; }
            .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .price-preview label:last-child {
              display: block;
              margin-top: 1rem;
              font-size: 2rem; }
        .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview {
          transform: scale(0);
          animation: preloadTic .8s linear forwards;
          animation-delay: 3s;
          position: absolute;
          bottom: 2.5rem; }
          .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step .upload-preview .pure-steps_group-step_item flexy-item flexy-column reverse {
            margin-bottom: 1rem; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 100%; }
      .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(8) {
        display: block; }
    .widget .pure-steps.pure-5-steps .pure-steps_radio:nth-child(7):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(7) {
      opacity: 1;
      transform: translate(0); }

#totalAmountPlaceholder {
  display: block;
  font-size: 4rem;
  margin: 2rem; }

@keyframes preloadLine {
  0% {
    background-position: bottom center;
    background-size: 0 10rem; }
  100% {
    background-position: top center;
    background-size: 100% 10rem; } }

@keyframes preloadTic {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(0.2);
    animation-timing-function: ease-out; }
  50% {
    transform: scale(1.3);
    animation-timing-function: ease-in; }
  65% {
    transform: scale(0.9);
    animation-timing-function: ease-out; }
  80%,
  100% {
    transform: scale(1); } }

body {
  position: relative;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }
  body:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 2; }
  body.show-menu .main-section {
    -moz-transform: translate3d(14.5924vw, 3.44492vw, 0);
    -o-transform: translate3d(14.5924vw, 3.44492vw, 0);
    -ms-transform: translate3d(14.5924vw, 3.44492vw, 0);
    -webkit-transform: translate3d(14.5924vw, 3.44492vw, 0);
    transform: translate3d(14.5924vw, 3.44492vw, 0); }
  body.show-menu.euf-solid-theme .main-section {
    border-radius: 1.25rem; }
  body .main-section {
    position: relative;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    width: 100vw;
    height: 100vh;
    z-index: 3; }
    body .main-section .content-wrapper {
      width: 100%;
      height: 100%; }

.ie .body .main-section {
  transition-duration: 0s; }

.euf-acordion-menu {
  width: 100%; }
  .euf-acordion-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
    .euf-acordion-menu > li.has-children.contains-not-found {
      display: none; }
    .euf-acordion-menu > li.has-children label {
      padding-top: 1.2rem;
      padding-bottom: 1.2rem; }
    .euf-acordion-menu > li.has-children > ul > li.contains-not-found {
      display: none; }
    .euf-acordion-menu > li.primary .has-children i.iconUrl {
      display: none; }
    .euf-acordion-menu > li > i.iconUrl {
      width: 2rem;
      color: white;
      font-size: 1.5rem;
      align-self: center;
      justify-self: center;
      text-align: center;
      margin-left: 1rem;
      flex: none; }
    .euf-acordion-menu > li > a {
      width: 80%;
      padding-left: 0; }
    .euf-acordion-menu > li.found {
      display: flex; }
      .euf-acordion-menu > li.found.selected {
        background: rgba(0, 0, 0, 0.6); }
    .euf-acordion-menu > li.not-found {
      display: none !important; }
  .euf-acordion-menu ul {
    display: none; }
    .euf-acordion-menu ul > li:not(.has-children):hover {
      background: rgba(0, 0, 0, 0.6); }
    .euf-acordion-menu ul > li:not(.has-children).found {
      display: flex; }
      .euf-acordion-menu ul > li:not(.has-children).found.selected {
        background: rgba(0, 0, 0, 0.6); }
    .euf-acordion-menu ul > li:not(.has-children).not-found {
      display: none !important; }
    .euf-acordion-menu ul > li i.iconUrl {
      width: 2rem;
      color: white;
      font-size: 1.5rem;
      align-self: center;
      justify-self: center;
      text-align: center;
      margin-left: 1rem;
      flex: none; }
    .euf-acordion-menu ul > li a:not(.has-children) {
      padding-left: 0rem;
      /*width: 80%;*/
      word-break: break-all;
      /*edge does not implement break word*/
      word-break: break-word;
      align-items: center; }
      .euf-acordion-menu ul > li a:not(.has-children):after {
        display: none; }
      .euf-acordion-menu ul > li a:not(.has-children).no-pin {
        width: calc(100% - 1px); }
    .euf-acordion-menu ul label {
      padding-left: 4.5rem; }
      .euf-acordion-menu ul label:before {
        left: 2.6rem; }
    .euf-acordion-menu ul ul > li a:not(.has-children) {
      padding-left: 4.5rem; }
    .euf-acordion-menu ul ul label {
      padding-left: 6rem; }
      .euf-acordion-menu ul ul label:before {
        left: 4.5rem; }
        @media (max-width: 640px) {
          .euf-acordion-menu ul ul label:before {
            left: 4.5rem; } }
    .euf-acordion-menu ul ul ul > li a:not(.has-children) {
      padding-left: 6rem; }
    .euf-acordion-menu ul ul ul a {
      padding-left: 5rem; }
  .euf-acordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clear: both; }
  .euf-acordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0; }
    .euf-acordion-menu input[type=checkbox]:checked + label + ul, .euf-acordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
      display: block;
      background: rgba(0, 0, 0, 0.15); }
    .euf-acordion-menu input[type=checkbox]:checked + label:before {
      background-image: url(../../../assets/img/folder-open-o.svg);
      background-size: cover; }
  .euf-acordion-menu label,
  .euf-acordion-menu a {
    position: relative;
    display: block;
    padding: 0.2rem 0 0.2rem 3rem;
    color: #ffffff;
    font-size: .8rem; }
  .euf-acordion-menu label {
    cursor: pointer;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.17); }
    .euf-acordion-menu label:before {
      content: '';
      display: inline-block;
      width: 1rem;
      height: 1rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(../../../assets/img/folder-o.svg);
      background-size: cover;
      background-repeat: no-repeat; }
    .euf-acordion-menu label:before {
      left: 1.5rem; }
    .no-touch .euf-acordion-menu label ul label:hover, .no-touch .euf-acordion-menu label ul a:hover {
      background: #3c3f45; }
  .euf-acordion-menu ul.ul-lvl-2 li.description {
    display: none; }
  .euf-acordion-menu ul.ul-lvl-2 a.menu-elem:after {
    left: 3rem; }
  .euf-acordion-menu .model-0 {
    display: inline-block; }
    .euf-acordion-menu .model-0 .btn-float {
      width: 1.875rem;
      line-height: 1.875rem;
      display: inline-block;
      border: none;
      font-size: 1.125rem;
      color: #fff;
      text-align: center;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      background: transparent;
      padding: 0 !important;
      display: flex; }
      .euf-acordion-menu .model-0 .btn-float i {
        flex: auto; }
      .euf-acordion-menu .model-0 .btn-float:hover {
        text-decoration: none; }
      .euf-acordion-menu .model-0 .btn-float:active, .euf-acordion-menu .model-0 .btn-float:focus {
        outline: none; }
    .euf-acordion-menu .model-0 .float-btn-group {
      position: relative;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      width: 100%;
      height: 100%;
      padding: 0.6rem 0;
      padding-right: .5rem;
      padding-right: 0;
      overflow: hidden; }
      .euf-acordion-menu .model-0 .float-btn-group .btn-triger {
        z-index: 15;
        float: right; }
      .euf-acordion-menu .model-0 .float-btn-group .btn-list {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: auto;
        text-align: right;
        display: flex;
        height: 100%;
        flex-direction: row-reverse; }
        .euf-acordion-menu .model-0 .float-btn-group .btn-list li {
          display: inline-block; }
      .euf-acordion-menu .model-0 .float-btn-group.open {
        width: auto; }
    .euf-acordion-menu .model-0.model-placeholder {
      width: 1px; }
      .euf-acordion-menu .model-0.model-placeholder .btn-float {
        width: 0; }
      .euf-acordion-menu .model-0.model-placeholder .float-btn-group {
        width: 0;
        padding-right: 0; }
  .euf-acordion-menu .leaf-menu-item .model-0 {
    flex: none;
    width: 0px;
    opacity: 0; }
  .euf-acordion-menu .leaf-menu-item > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%; }
  .euf-acordion-menu .leaf-menu-item:hover .model-0 {
    opacity: 1;
    width: 4rem; }

/*form sidebar*/
.panel-heading {
  padding: 0; }

.panel-title a {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #777;
  margin-bottom: .577rem; }

.panel-body {
  color: #777;
  color: #fff;
  padding: 0; }
  .panel-body a {
    display: block;
    font-size: 1rem;
    margin-bottom: .577rem; }
  .panel-body.panel-status.panel {
    padding: 0.5rem;
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26), 0 -0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26); }
    .panel-body.panel-status.panel a {
      padding-top: 0.5rem; }
      .panel-body.panel-status.panel a:last-child {
        margin-bottom: 0; }
  .panel-body.panel-status a {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26); }

.status-container {
  padding-left: 0.5rem;
  font-size: 1rem; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.a-open {
  width: 50% !important; }

.model-open {
  width: 50% !important; }

.sidebar-icons {
  background-size: cover;
  background-color: transparent; }
  .sidebar-icons.delete {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_delete.svg); }
  .sidebar-icons.download {
    background-image: url(../../../assets/img/icons/sidebar-new-white/download.svg);
    /***/ }
  .sidebar-icons.export_module {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_export-managed.svg); }
  .sidebar-icons.export_set {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_export-basic.svg); }
  .sidebar-icons.go_back {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_back.svg); }
  .sidebar-icons.history {
    background-image: url(../../../assets/img/icons/sidebar-new-white/history.svg); }
  .sidebar-icons.import_set {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_import.svg); }
  .sidebar-icons.new {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_insert.svg); }
  .sidebar-icons.package {
    background-image: url(../../../assets/img/icons/sidebar-new-white/package.svg); }
  .sidebar-icons.save_close {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_save-close.svg); }
  .sidebar-icons.save_new {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_save-and-new.svg); }
  .sidebar-icons.save_reload {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_save-reload.svg); }
  .sidebar-icons.search {
    background-image: url(../../../assets/img/icons/sidebar-new-white/search.svg); }
  .sidebar-icons.business_transaction {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_transactions.svg); }
  .sidebar-icons.more {
    background-image: url(../../../assets/img/icons/sidebar-new-white/FTOS_icon_more.svg); }
  .sidebar-icons.go_north_east {
    background-image: url(../../../assets/img/icons/sidebar-new-white/go_north_east.svg); }

/* Icons (made with Icomoon.io) */
@font-face {
  font-family: 'feather';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/feather/feather.eot?1gafuo");
  src: url("../fonts/feather/feather.eot?1gafuo#iefix") format("embedded-opentype"), url("../fonts/feather/feather.ttf?1gafuo") format("truetype"), url("../fonts/feather/feather.woff?1gafuo") format("woff"), url("../fonts/feather/feather.svg?1gafuo#feather") format("svg"); }

.icon {
  font-family: 'feather';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.monaco-menu .icon, .monaco-menu .action-item a, .monaco-menu .action-item span {
  font-family: "Segoe WPC", "Segoe UI", ".SFNSDisplay-Light", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback";
  font-weight: normal; }

.icon--arrow-left:before {
  content: '\e901'; }

.icon--menu:before {
  content: '\e903'; }

.icon--cross:before {
  content: '\e117'; }

/* Menu styles */
.panel-group.wrap {
  height: 100%; }

.menu {
  position: relative;
  height: 100%; }

.menu__wrap {
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 14rem); }

.menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: calc(100% + 50px);
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu__level:focus {
  outline: none; }

.menu__level--current {
  visibility: visible; }

.menu__item {
  display: block;
  width: calc(100% - 50px); }

.menu__link {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 1em 2.5em 1em 1.5em;
  color: #bdbdbd;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  font-size: 1rem; }

.menu__link[data-submenu]::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  padding: 0.25em 1.25em;
  color: #2a2b30; }

.menu__link:hover,
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
  color: #5c5edc; }

.menu__link--current::before {
  content: '\00B7';
  font-size: 1.5em;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0.5em;
  height: 4px;
  color: #5c5edc; }

[class^='animate-'],
[class*=' animate-'] {
  visibility: visible; }

.animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.menu__breadcrumbs {
  font-size: 0.65em;
  line-height: 1;
  position: relative;
  padding: 2.5em 3.75em 1.5em 2.5em; }

.menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5c5edc; }

.menu__breadcrumbs a:last-child {
  pointer-events: none; }

.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
  color: #8182e0; }

.menu__breadcrumbs a:not(:last-child)::after {
  content: '\e902';
  font-family: 'feather';
  display: inline-block;
  padding: 0 0.5em;
  color: #33353e; }

.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
  color: #33353e; }

.menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #2a2b30;
  border: none;
  background: none; }

.menu__back--hidden {
  pointer-events: none;
  opacity: 0; }

.menu__back:hover,
.menu__back:focus {
  color: #fff;
  outline: none; }

/* Open and close buttons */
.action {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none; }

.action:focus {
  outline: none; }

.action--open {
  font-size: 1.5em;
  top: 1em;
  left: 1em;
  display: none;
  color: #fff;
  position: fixed;
  z-index: 1000; }

.action--close {
  font-size: 1.1em;
  top: 1.25em;
  right: 1em;
  display: none;
  color: #45464e; }

@media screen and (max-width: 40em) {
  .action--open,
  .action--close {
    display: block; }
  .menu {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .menu--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    transform: translate3d(0, -1.875rem, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.937rem, 0);
    transform: translate3d(0, -0.937rem, 0); }
  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    transform: translate3d(0, -1.875rem, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.937rem, 0);
    transform: translate3d(0, -0.937rem, 0); }
  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-0.375rem) rotateY(-9deg);
    transform: translateX(-0.375rem) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(0.312rem) rotateY(7deg);
    transform: translateX(0.312rem) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-0.187rem) rotateY(-5deg);
    transform: translateX(-0.187rem) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(0.125rem) rotateY(3deg);
    transform: translateX(0.125rem) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-0.375rem) rotateY(-9deg);
    transform: translateX(-0.375rem) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(0.312rem) rotateY(7deg);
    transform: translateX(0.312rem) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-0.187rem) rotateY(-5deg);
    transform: translateX(-0.187rem) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(0.125rem) rotateY(3deg);
    transform: translateX(0.125rem) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -187.5rem, 0);
    transform: translate3d(0, -187.5rem, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20.312rem, 0);
    transform: translate3d(0, 20.312rem, 0); }
  75% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0); }
  90% {
    -webkit-transform: translate3d(0, 0.312rem, 0);
    transform: translate3d(0, 0.312rem, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -187.5rem, 0);
    transform: translate3d(0, -187.5rem, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20.312rem, 0);
    transform: translate3d(0, 20.312rem, 0); }
  75% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0); }
  90% {
    -webkit-transform: translate3d(0, 0.312rem, 0);
    transform: translate3d(0, 0.312rem, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-187.5rem, 0, 0);
    transform: translate3d(-187.5rem, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(20.312rem, 0, 0);
    transform: translate3d(20.312rem, 0, 0); }
  75% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0); }
  90% {
    -webkit-transform: translate3d(0.312rem, 0, 0);
    transform: translate3d(0.312rem, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-187.5rem, 0, 0);
    transform: translate3d(-187.5rem, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(20.312rem, 0, 0);
    transform: translate3d(20.312rem, 0, 0); }
  75% {
    -webkit-transform: translate3d(-0.625rem, 0, 0);
    transform: translate3d(-0.625rem, 0, 0); }
  90% {
    -webkit-transform: translate3d(0.312rem, 0, 0);
    transform: translate3d(0.312rem, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(187.5rem, 0, 0);
    transform: translate3d(187.5rem, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-20.312rem, 0, 0);
    transform: translate3d(-20.312rem, 0, 0); }
  75% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0); }
  90% {
    -webkit-transform: translate3d(-0.312rem, 0, 0);
    transform: translate3d(-0.312rem, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(187.5rem, 0, 0);
    transform: translate3d(187.5rem, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-20.312rem, 0, 0);
    transform: translate3d(-20.312rem, 0, 0); }
  75% {
    -webkit-transform: translate3d(0.625rem, 0, 0);
    transform: translate3d(0.625rem, 0, 0); }
  90% {
    -webkit-transform: translate3d(-0.312rem, 0, 0);
    transform: translate3d(-0.312rem, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 187.5rem, 0);
    transform: translate3d(0, 187.5rem, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0); }
  75% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0); }
  90% {
    -webkit-transform: translate3d(0, -0.312rem, 0);
    transform: translate3d(0, -0.312rem, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 187.5rem, 0);
    transform: translate3d(0, 187.5rem, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0); }
  75% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0); }
  90% {
    -webkit-transform: translate3d(0, -0.312rem, 0);
    transform: translate3d(0, -0.312rem, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    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); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 125rem, 0);
    transform: translate3d(0, 125rem, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 0.625rem, 0);
    transform: translate3d(0, 0.625rem, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 125rem, 0);
    transform: translate3d(0, 125rem, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(1.25rem, 0, 0);
    transform: translate3d(1.25rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-125rem, 0, 0);
    transform: translate3d(-125rem, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(1.25rem, 0, 0);
    transform: translate3d(1.25rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-125rem, 0, 0);
    transform: translate3d(-125rem, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-1.25rem, 0, 0);
    transform: translate3d(-1.25rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(125rem, 0, 0);
    transform: translate3d(125rem, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-1.25rem, 0, 0);
    transform: translate3d(-1.25rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(125rem, 0, 0);
    transform: translate3d(125rem, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1.25rem, 0);
    transform: translate3d(0, 1.25rem, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -125rem, 0);
    transform: translate3d(0, -125rem, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -0.625rem, 0);
    transform: translate3d(0, -0.625rem, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1.25rem, 0);
    transform: translate3d(0, 1.25rem, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -125rem, 0);
    transform: translate3d(0, -125rem, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -125rem, 0);
    transform: translate3d(0, -125rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -125rem, 0);
    transform: translate3d(0, -125rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-125rem, 0, 0);
    transform: translate3d(-125rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-125rem, 0, 0);
    transform: translate3d(-125rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(125rem, 0, 0);
    transform: translate3d(125rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(125rem, 0, 0);
    transform: translate3d(125rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 125rem, 0);
    transform: translate3d(0, 125rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 125rem, 0);
    transform: translate3d(0, 125rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 125rem, 0);
    transform: translate3d(0, 125rem, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 125rem, 0);
    transform: translate3d(0, 125rem, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-125rem, 0, 0);
    transform: translate3d(-125rem, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-125rem, 0, 0);
    transform: translate3d(-125rem, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(125rem, 0, 0);
    transform: translate3d(125rem, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(125rem, 0, 0);
    transform: translate3d(125rem, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -125rem, 0);
    transform: translate3d(0, -125rem, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -125rem, 0);
    transform: translate3d(0, -125rem, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -360deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -190deg);
    transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -170deg);
    transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(25rem) scale3d(0.95, 0.95, 0.95);
    transform: perspective(25rem) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -360deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -190deg);
    transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -170deg);
    transform: perspective(25rem) translate3d(0, 0, 9.375rem) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(25rem) scale3d(0.95, 0.95, 0.95);
    transform: perspective(25rem) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, 10deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, -5deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, 10deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, -5deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -20deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, 10deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -5deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -20deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, 10deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -5deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); }
  30% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); }
  30% {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); }
  30% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -15deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(25rem);
    transform: perspective(25rem); }
  30% {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, -15deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    transform: perspective(25rem) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 43.75rem, 0);
    transform: translate3d(0, 43.75rem, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 43.75rem, 0);
    transform: translate3d(0, 43.75rem, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(40.125rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(40.125rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-125rem, 0, 0);
    transform: scale(0.1) translate3d(-125rem, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(40.125rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(40.125rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-125rem, 0, 0);
    transform: scale(0.1) translate3d(-125rem, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-40.125rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-40.125rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(125rem, 0, 0);
    transform: scale(0.1) translate3d(125rem, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-40.125rem, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-40.125rem, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(125rem, 0, 0);
    transform: scale(0.1) translate3d(125rem, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.slideInUpAndScale {
  -webkit-animation-name: slideInUpAndScale;
  animation-name: slideInUpAndScale; }

@-webkit-keyframes slideInUpAndScale {
  0% {
    -webkit-transform: translateY(calc(30vh));
    transform: translateY(calc(30vh)); }
  50% {
    -webkit-transform: translateY(calc(30vh));
    transform: translateY(calc(30vh)); }
  100% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5); } }

@keyframes slideInUpAndScale {
  0% {
    -webkit-transform: translateY(calc(30vh));
    -ms-transform: translateY(calc(30vh));
    transform: translateY(calc(30vh)); }
  50% {
    -webkit-transform: translateY(calc(200%));
    -ms-transform: translateY(calc(30vh));
    transform: translateY(calc(30vh)); }
  100% {
    -webkit-transform: translateY(0) scale(0.5);
    -ms-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5); } }

.showWithDelay {
  -webkit-animation-name: showWithDelay;
  animation-name: showWithDelay; }

@-webkit-keyframes showWithDelay {
  to {
    opacity: 1; } }

@keyframes showWithDelay {
  to {
    opacity: 1; } }

@media (max-width: 1024px) {
  body.euf-custom-scroll .main-section {
    /*width: 200vw;*/ }
    body.euf-custom-scroll .main-section .status {
      padding-right: 0 !important; }
    body.euf-custom-scroll .main-section.feed-is-visible {
      -moz-transform: translateX(-50%) translateX(2.1875rem);
      -o-transform: translateX(-50%) translateX(2.1875rem);
      -ms-transform: translateX(-50%) translateX(2.1875rem);
      -webkit-transform: translateX(-50%) translateX(2.1875rem);
      transform: translateX(-50%) translateX(2.1875rem); } }

body.euf-custom-scroll .main-section .data-header {
  position: relative;
  z-index: 2;
  min-height: 6rem;
  width: 100%;
  /*display: table;*/
  text-align: center; }
  body.euf-custom-scroll .main-section .data-header .data-container {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    margin-top: 0.5rem; }
    body.euf-custom-scroll .main-section .data-header .data-container .data-element {
      display: inline-block;
      padding: 0 2rem;
      margin-bottom: 1rem; }
      body.euf-custom-scroll .main-section .data-header .data-container .data-element:not(:only-child) {
        border-right: 1px solid #FFF; }
      body.euf-custom-scroll .main-section .data-header .data-container .data-element:last-child {
        border-right: none; }
    body.euf-custom-scroll .main-section .data-header .data-container h5 {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 2rem;
      font-size: .8rem; }
    body.euf-custom-scroll .main-section .data-header .data-container span {
      font-size: 1rem;
      font-weight: 300; }

body.euf-custom-scroll .main-section .status-container {
  display: flex;
  flex-direction: row;
  text-align: left; }

body.euf-custom-scroll .main-section .actions-holder {
  display: none;
  position: absolute;
  right: 0.25rem;
  top: 4rem;
  background-color: #fff;
  padding: 0.5rem;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26), 0 -0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.26);
  max-height: 60vh;
  overflow: auto; }
  body.euf-custom-scroll .main-section .actions-holder .action-group {
    flex-grow: 1; }
    body.euf-custom-scroll .main-section .actions-holder .action-group .action-group-item {
      margin-bottom: 0.5rem; }
      body.euf-custom-scroll .main-section .actions-holder .action-group .action-group-item:last-child {
        margin-bottom: 0; }
    body.euf-custom-scroll .main-section .actions-holder .action-group h4 {
      font-weight: 900;
      font-size: .8rem;
      display: inline-block;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0.25rem 0; }
    body.euf-custom-scroll .main-section .actions-holder .action-group .btn {
      padding: 0.25rem 0.5rem;
      text-transform: capitalize;
      display: block;
      text-align: left;
      border-radius: 0;
      margin: 0;
      font-weight: normal;
      color: #606060;
      width: auto;
      height: auto; }
      body.euf-custom-scroll .main-section .actions-holder .action-group .btn i {
        width: auto;
        height: auto; }
      body.euf-custom-scroll .main-section .actions-holder .action-group .btn:hover {
        background: #efefef; }

body.euf-custom-scroll .main-section .actions-wrapper {
  position: relative; }
  body.euf-custom-scroll .main-section .actions-wrapper .actions-button {
    margin: 1rem 0 0 0.5rem;
    padding: 0.25em 0 0 0.35em;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid transparent; }
    body.euf-custom-scroll .main-section .actions-wrapper .actions-button span {
      font-size: 1.5em; }
    body.euf-custom-scroll .main-section .actions-wrapper .actions-button:hover {
      border-color: #3F51B5; }
      body.euf-custom-scroll .main-section .actions-wrapper .actions-button:hover span {
        color: #27AAE1; }

body.euf-custom-scroll .main-section .step-container {
  position: relative;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 4rem !important; }
  body.euf-custom-scroll .main-section .step-container .status.heading-title {
    display: flex !important; }
  body.euf-custom-scroll .main-section .step-container .current-step-container {
    position: absolute;
    z-index: 101;
    left: -4rem;
    top: 50%;
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-radius: 50%;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 0.5rem; }
    @media (max-width: 1024px) {
      body.euf-custom-scroll .main-section .step-container .current-step-container {
        display: none; } }
  body.euf-custom-scroll .main-section .step-container .next-step-container {
    text-align: center;
    font-size: 2rem;
    width: 3rem;
    height: 2rem;
    vertical-align: super;
    margin-left: -1rem; }
  body.euf-custom-scroll .main-section .step-container .status h5 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.5rem;
    font-size: 0.6rem;
    margin-top: 0.5rem;
    color: #fff;
    text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26);
    white-space: nowrap; }
  body.euf-custom-scroll .main-section .step-container .status span {
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26); }
  body.euf-custom-scroll .main-section .step-container .status .current-status span {
    color: #ffffff !important;
    text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.26); }
  body.euf-custom-scroll .main-section .step-container .status .next-status-icon {
    margin-top: 0.5rem;
    padding: 1rem 0.5rem; }
  body.euf-custom-scroll .main-section .step-container .status .next-status {
    position: relative;
    background-color: transparent;
    padding: 0 0.5em 0 0; }
    body.euf-custom-scroll .main-section .step-container .status .next-status .panel-title a {
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 1px;
      font-size: .8rem; }

body.euf-custom-scroll .main-section .left-navbar.opaque .step-container .status h5 {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.5); }

body.euf-custom-scroll .main-section .left-navbar.opaque .step-container .status span {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.5); }

body.euf-custom-scroll .main-section .left-navbar.opaque .step-container .status .current-status span {
  text-shadow: none !important;
  color: rgba(0, 0, 0, 0.5) !important; }

body.euf-custom-scroll .main-section .left-navbar.opaque .step-container .status .next-status-icon {
  text-shadow: none !important;
  color: rgba(0, 0, 0, 0.5) !important; }

body.euf-custom-scroll .main-section .left-navbar.opaque .step-container .status .next-status .panel-body.panel-status a {
  text-shadow: none !important;
  color: rgba(0, 0, 0, 0.5) !important; }

.ew-forms .ew-form {
  position: relative;
  z-index: 3;
  padding: 2rem;
  background-color: #FFF;
  margin-bottom: 1.875rem;
  font-size: 0; }
  .ew-forms .ew-form .form-label {
    line-height: 2rem; }
  .ew-forms .ew-form.ew-1-col .form-row {
    width: 100%; }
  .ew-forms .ew-form.ew-2-col .form-row {
    width: 50%; }
  .ew-forms .ew-form.ew-3-col .form-row {
    width: 33.33333%; }
  .ew-forms .ew-form.ew-4-col .form-row {
    width: 25%; }
  .ew-forms .ew-form.ew-5-col .form-row {
    width: 20%; }
  .ew-forms .ew-form.ew-6-col .form-row {
    width: 16.66667%; }
  .ew-forms .ew-form.ew-7-col .form-row {
    width: 14.28571%; }
  .ew-forms .ew-form.ew-8-col .form-row {
    width: 12.5%; }
  .ew-forms .ew-form.ew-9-col .form-row {
    width: 11.11111%; }
  .ew-forms .ew-form.ew-10-col .form-row {
    width: 10%; }
  .ew-forms .ew-form .ew-2-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-2-col .form-row:nth-child(2n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-3-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-3-col .form-row:nth-child(3n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-3-col .form-row:nth-child(3n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-4-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-4-col .form-row:nth-child(4n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-4-col .form-row:nth-child(4n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-4-col .form-row:nth-child(4n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-5-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-5-col .form-row:nth-child(5n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-5-col .form-row:nth-child(5n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-5-col .form-row:nth-child(5n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-5-col .form-row:nth-child(5n + 5) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-6-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-6-col .form-row:nth-child(6n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-6-col .form-row:nth-child(6n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-6-col .form-row:nth-child(6n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-6-col .form-row:nth-child(6n + 5) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-6-col .form-row:nth-child(6n + 6) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-7-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-7-col .form-row:nth-child(7n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-7-col .form-row:nth-child(7n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-7-col .form-row:nth-child(7n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-7-col .form-row:nth-child(7n + 5) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-7-col .form-row:nth-child(7n + 6) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-7-col .form-row:nth-child(7n + 7) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 5) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 6) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 7) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-8-col .form-row:nth-child(8n + 8) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 5) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 6) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 7) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 8) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-9-col .form-row:nth-child(9n + 9) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .row-flex {
    width: 90%; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 2) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 3) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 4) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 5) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 6) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 7) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 8) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 9) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-10-col .form-row:nth-child(10n + 10) .row-flex {
    margin-left: auto; }
  .ew-forms .ew-form .ew-form-title {
    margin-bottom: 1.875rem; }
    .ew-forms .ew-form .ew-form-title .title {
      font-weight: 900;
      font-size: .8rem;
      max-width: 50%;
      display: inline-block;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .ew-forms .ew-form .ew-form-title .action {
      position: relative;
      right: 0;
      float: right;
      font-weight: bold;
      font-size: 1.25rem; }
  .ew-forms .ew-form .ew-form-submit {
    text-align: right;
    padding-top: 0.937rem;
    border-top: 0.0625rem solid #cccccc; }
  .ew-forms .ew-form .form-row {
    display: inline-block;
    width: 100%; }
  .ew-forms .ew-form .row-flex {
    margin-bottom: 1.875rem;
    display: flex;
    align-items: center; }
    .ew-forms .ew-form .row-flex .label-container {
      width: calc(100% / 3); }
      .ew-forms .ew-form .row-flex .label-container h5 {
        font-weight: 600;
        word-break: break-word;
        text-transform: capitalize; }
    .ew-forms .ew-form .row-flex .elem-flex {
      flex: 1; }
  .ew-forms .ew-form .form-group {
    margin-bottom: 0; }
  .ew-forms .ew-form .afterGenerateMenu {
    border: 1px solid #9e9e9e;
    border-bottom-color: #c4c4c4;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #fdfdfd 20%, #ddd 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 20%, #ddd 100%);
    background: linear-gradient(to bottom, #fdfdfd 20%, #ddd 100%);
    height: 2.5rem; }
    .ew-forms .ew-form .afterGenerateMenu .afterGenerateFullscreen {
      padding: 0 10px;
      font-size: 14px;
      line-height: 2.5rem;
      cursor: pointer;
      color: #333;
      text-align: center;
      overflow: visible;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      vertical-align: top;
      background: 0 0;
      text-decoration: none;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      text-shadow: none;
      float: none;
      position: static;
      opacity: 1; }
      .ew-forms .ew-form .afterGenerateMenu .afterGenerateFullscreen:hover {
        background-color: #e6e6e6; }
  .ew-forms .ew-form #ebsContainerContent_afterGenerateJs_sc {
    height: 2.5rem; }
    .ew-forms .ew-form #ebsContainerContent_afterGenerateJs_sc #ebsContainerContent_afterGenerateJs_sc_status_icon {
      line-height: 2.5rem;
      padding-left: 10px; }
    .ew-forms .ew-form #ebsContainerContent_afterGenerateJs_sc .dx-button {
      padding: 0 10px;
      font-size: 14px;
      cursor: pointer;
      color: #333;
      background: transparent;
      text-align: center;
      overflow: visible;
      -webkit-appearance: none;
      margin: 02px;
      border: 0;
      outline: 0;
      vertical-align: middle;
      text-decoration: none;
      color: #333;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
      .ew-forms .ew-form #ebsContainerContent_afterGenerateJs_sc .dx-button .dx-button-content {
        padding: 0; }
      .ew-forms .ew-form #ebsContainerContent_afterGenerateJs_sc .dx-button .dx-button-text {
        line-height: 2.5rem; }
  .ew-forms .ew-form .afterGenerateMenu {
    display: flex;
    flex-direction: row-reverse;
    background: #f7f7f7;
    border: 1px solid #E0E0E0;
    border-radius: 4px 4px 0px 0px;
    border-bottom: none;
    height: auto; }
    .ew-forms .ew-form .afterGenerateMenu .versioningContainer {
      display: flex;
      flex-direction: row;
      flex-grow: 1;
      line-height: 2.5rem;
      padding-left: 1rem;
      width: auto; }
      .ew-forms .ew-form .afterGenerateMenu .versioningContainer .versionInfo {
        flex-grow: 1; }
      .ew-forms .ew-form .afterGenerateMenu .versioningContainer .historyBtn {
        border: none;
        font-size: 1rem;
        line-height: 2.5rem;
        padding: 0;
        color: #333;
        flex-grow: 0;
        padding: 0 10px; }
        .ew-forms .ew-form .afterGenerateMenu .versioningContainer .historyBtn:hover {
          background: #e6e6e6;
          color: #000; }
    .ew-forms .ew-form .afterGenerateMenu .afterGenerateFullscreen {
      flex-grow: 0; }
      .ew-forms .ew-form .afterGenerateMenu .afterGenerateFullscreen span {
        display: none; }
      .ew-forms .ew-form .afterGenerateMenu .afterGenerateFullscreen:hover {
        background: #e6e6e6;
        color: #000; }
  .ew-forms .ew-form .table {
    border: 1px solid #E0E0E0; }
    .ew-forms .ew-form .table .table-header-cell, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabel, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelRestricted, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelAllow, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelExplicitDeny {
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #E0E0E0; }
    .ew-forms .ew-form .table .table-content-container {
      max-height: 451px;
      overflow-y: auto; }
    .ew-forms .ew-form .table #permissionsForSecuredAttributesLabel {
      padding-left: 20px; }
    .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelRestricted, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelAllow {
      text-align: center;
      padding-left: 25px; }
    .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelExplicitDeny {
      text-align: center; }
    .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent {
      min-height: 50px; }
      .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent #permissionsForSecuredAttributesTableContentNoData {
        position: absolute;
        top: 35%;
        left: 50%; }
      .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row {
        height: 50px; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .border-right, .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .restricted-attribute-cell {
          border-right: 1px solid #eef7f9; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .restricted-attribute-cell {
          padding-left: 20px;
          line-height: 50px; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .radioGroupContainer {
          height: 50px; }
          .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .radioGroupContainer .dx-item-content {
            display: none; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton.dx-state-hover .dx-radiobutton-icon:before {
          border-color: #BA68C8; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton.dx-state-focused:not(.dx-state-active) .dx-radiobutton-icon:before {
          border-color: #BA68C8; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton-icon-dot {
          background: none !important;
          font: 14px/1 DXIcons;
          color: #BA68C8;
          font-size: 16px;
          text-align: center;
          line-height: 16px; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton-icon-checked > .dx-radiobutton-icon-dot:before {
          content: "\f005"; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton-icon-dot:before {
          position: absolute;
          display: block;
          width: 10px;
          top: 50%;
          margin-top: -9px;
          margin-left: -2px; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radio-value-container {
          height: 50px;
          padding-left: 45%; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton-icon:before {
          border-radius: 0; }
        .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton-icon-dot {
          background: #BA68C8;
          border-radius: 0; }

@media screen and (max-width: 991px) {
  .ew-forms .ew-form .table {
    margin-left: 0; }
    .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelRestricted, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelAllow, .ew-forms .ew-form .table #permissionsForSecuredAttributesLabelExplicitDeny {
      display: none; }
    .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row {
      height: 200px; }
      .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .radioGroupContainer .dx-item-content {
        display: inline;
        position: absolute;
        padding-top: 15px; }
      .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radiobutton-icon-dot:before {
        left: 42px;
        margin-left: -10px; }
      .ew-forms .ew-form .table #permissionsForSecuredAttributesTableContent .table-row .dx-radio-value-container {
        width: 50px;
        padding-left: 15px; } }

.monaco-all-holder.fullscreen .afterGenerateMenu .versioningContainer {
  display: none; }

.monaco-holder {
  min-height: 250px;
  border: 1px solid #E0E0E0;
  height: calc(100% - 3rem);
  /*overflow: hidden;*/ }

.version-grid-holder .dx-datagrid .dx-row > td {
  padding: 0.5em 0.25em; }
  .version-grid-holder .dx-datagrid .dx-row > td:last-child {
    border-radius: 0; }

.version-grid-holder .dx-datagrid .dx-datagrid-content > table.dx-datagrid-table tbody tr.dx-header-row:first-child {
  display: none; }

.detail-versions .diff-head {
  background: #f7f7f7;
  border: 1px solid #E0E0E0;
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
  line-height: 2.5rem;
  height: 2.5em;
  width: 100%; }
  .detail-versions .diff-head .diff-head-content {
    width: calc(100% - 30px); }
    .detail-versions .diff-head .diff-head-content .diff-filename {
      flex-grow: 1; }
    .detail-versions .diff-head .diff-head-content .diff-label {
      flex-grow: 0;
      text-transform: uppercase;
      font-size: 0.7em;
      border: 1px solid #9e9e9e;
      height: fit-content;
      line-height: 1.2em;
      margin-top: 1em;
      padding: 0 0.2em;
      font-weight: 400;
      border-radius: 2px; }
    .detail-versions .diff-head .diff-head-content .diff-label-changed {
      color: #ff5534;
      border-color: #ff5534; }
    .detail-versions .diff-head .diff-head-content .diff-label-unchanged {
      color: #049F0C;
      border-color: #049F0C; }

.detail-versions .diff-body {
  border: 1px solid #E0E0E0;
  border-radius: 0 0 4px 4px;
  height: calc(100% - 2.6rem); }

.form-headers {
  background-size: cover;
  background-position: 50% 35%;
  position: relative;
  z-index: 2;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  .form-headers:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
    background: -moz-radial-gradient(center, #fe637b 20%, #fe4a65 100%);
    background: -webkit-radial-gradient(center, #fe637b 20%, #fe4a65 100%);
    background: radial-gradient(ellipse at center, #fe637b 20%, #fe4a65 100%); }
  .form-headers.after-block-blue-states:after {
    opacity: .85; }
  .form-headers .carousel {
    padding: 4rem 10rem 2rem 0; }
  .form-headers .carousel-indicators {
    bottom: -4rem; }
    .form-headers .carousel-indicators li {
      margin: 1px .25rem; }
  .form-headers .carousel-control {
    width: 50%;
    height: 100%;
    background: transparent; }
    .form-headers .carousel-control.left {
      cursor: url(../../../../Scripts/assets/img/cursors/arrow-left.png), url(../../../../Scripts/assets/img/cursors/arrow-left.cur), default !important; }
    .form-headers .carousel-control.right {
      cursor: url(../../../../Scripts/assets/img/cursors/arrow-right.png), url(../../../../Scripts/assets/img/cursors/arrow-right.cur), default !important; }

.form-headers + .container-fluid {
  position: relative;
  z-index: 10;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: auto;
  margin-top: -11rem; }
  .form-headers + .container-fluid .ew-form-title-with-headeritems {
    margin-top: 0; }

.entityform-section-code.ui-widget.ui-widget-content {
  border: none;
  padding: 0; }
  .entityform-section-code.ui-widget.ui-widget-content .ui-widget-header {
    background: transparent;
    border: none;
    padding-left: 1rem; }
  .entityform-section-code.ui-widget.ui-widget-content .ui-tabs-panel {
    /*border: 1px solid #003eff;*/
    border-top: 4px solid #007fff;
    margin-bottom: 0;
    padding: 1rem 0 0 0; }

.ebs-textarea-holder {
  min-height: 90px; }
  .ebs-textarea-holder textarea {
    min-height: 90px; }

@media screen and (max-width: 640px) {
  .ew-forms .ew-form {
    padding: 0 0.937rem;
    border-radius: 0;
    box-shadow: none; }
  .narrow-hide {
    display: none !important; }
  .status-container .step-container .status .current-status,
  .status-container .step-container .status .next-status {
    padding-top: 1.7rem !important; }
  .status-container .step-container .status .next-status-icon {
    padding-top: 1.2rem !important; }
  .left-navbar {
    padding: 0 !important; }
  .container-fluid {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .config-trigger {
    margin-left: 0 !important; }
  .home-icons {
    display: none; } }

.input-color-preview {
  position: absolute;
  width: 20%; }
  .euf-solid-theme .input-color-preview {
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 0.625rem 0.625rem 0; }
  .euf-flat-theme .input-color-preview {
    height: 100%;
    top: 0;
    right: 0; }
  .euf-material-theme .input-color-preview {
    right: 0;
    bottom: 1px;
    height: 50%; }

.multiselect-control.dx-texteditor.dx-editor-outlined,
.multiselect-control.dx-texteditor {
  border: 1px solid #d5d5d5;
  border-radius: 0.625rem; }
  .multiselect-control.dx-texteditor.dx-editor-outlined .dx-tag-container,
  .multiselect-control.dx-texteditor .dx-tag-container {
    display: block;
    padding: 0.625rem;
    white-space: normal; }
    .multiselect-control.dx-texteditor.dx-editor-outlined .dx-tag-container .dx-tag-content,
    .multiselect-control.dx-texteditor .dx-tag-container .dx-tag-content {
      margin: 0 4px 4px 0; }
    .multiselect-control.dx-texteditor.dx-editor-outlined .dx-tag-container .dx-tagbox:not(.dx-texteditor-empty),
    .multiselect-control.dx-texteditor.dx-editor-outlined .dx-tag-container .dx-texteditor-input,
    .multiselect-control.dx-texteditor .dx-tag-container .dx-tagbox:not(.dx-texteditor-empty),
    .multiselect-control.dx-texteditor .dx-tag-container .dx-texteditor-input {
      margin-left: 0;
      padding-left: 1.17188rem; }
    .multiselect-control.dx-texteditor.dx-editor-outlined .dx-tag-container .dx-placeholder,
    .multiselect-control.dx-texteditor .dx-tag-container .dx-placeholder {
      padding-left: 1rem; }

.euf-solid-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container {
  border: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #d5d5d5;
  border-radius: 0.625rem;
  background-color: #f5f8fa; }
  .euf-solid-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container .dx-texteditor-input-container input {
    border: none; }
  .euf-solid-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container .dx-texteditor-buttons-container .dx-button {
    border: none;
    background: transparent; }

.euf-material-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container {
  border: 0;
  border-bottom-width: 0.0625rem;
  border-style: solid;
  border-color: #a0a0a2;
  border-radius: 0;
  background-color: transparent; }
  .euf-material-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container .dx-texteditor-input-container input {
    border: none; }
  .euf-material-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container .dx-texteditor-buttons-container .dx-button {
    border: none;
    background: transparent; }

.euf-flat-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container {
  border: 0.125rem;
  border-bottom-width: 0.125rem;
  border-style: solid;
  border-color: #a0a0a2;
  border-radius: 0;
  background-color: transparent; }
  .euf-flat-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container .dx-texteditor-input-container input {
    border: none; }
  .euf-flat-theme [data-ctrl-type="slimAttr"] .dx-texteditor-container .dx-texteditor-buttons-container .dx-button {
    border: none;
    background: transparent; }

/*Start UI Designer*/
.dx-popup-wrapper .ftos-uid-popup,
.dx-popup-wrapper .dx-state-focused.ftos-uid-popup {
  border: none; }

.dx-popup-wrapper .ftos-uid-popup.ftos-corner-straight {
  border-radius: 0; }

.dx-popup-wrapper .ftos-uid-popup.ftos-corner-rounded {
  border-radius: 5px; }

.dx-popup-wrapper > .dx-overlay-content.ftos-uid-popup {
  background: #fcfcfc; }
  .dx-popup-wrapper > .dx-overlay-content.ftos-uid-popup .dx-popup-title.dx-toolbar .dx-toolbar-items-container {
    height: 40px; }
  .dx-popup-wrapper > .dx-overlay-content.ftos-uid-popup .dx-popup-title {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    background: #404040;
    color: #e3e3e3;
    font-size: 15px;
    border-bottom: none; }
  .dx-popup-wrapper > .dx-overlay-content.ftos-uid-popup .ftos-uid-btn.btn.btn-apply {
    background-color: #329F6B;
    border-color: #329F6B;
    border-radius: 0;
    font-weight: 300;
    padding: 11px 36px 10px 36px;
    font-size: 12px; }
  .dx-popup-wrapper > .dx-overlay-content.ftos-uid-popup .ftos-uid-btn.btn.btn-apply.btn-close {
    background-color: transparent;
    border-color: transparent;
    padding-left: 12px;
    padding-right: 12px;
    color: #aaaaaa; }

.ftos-uid {
  font-size: 12px; }
  .ftos-uid .help-block {
    background: #404040;
    margin: 0;
    padding: 12px 20px 13px 50px;
    border-top: 1px solid #2B2B2B; }
    .ftos-uid .help-block a {
      color: #ffffff; }
    .ftos-uid .help-block h5 {
      font-size: 12px; }
  .ftos-uid .ftos-uid-prop-form .help-block {
    padding-left: 17px; }
  .ftos-uid .uid-collapsible {
    background: #404040;
    border-top: 1px solid #2B2B2B;
    padding: 16px 30px 12px; }
  .ftos-uid .ftos-uid-prop-form .uid-collapsible {
    padding-left: 17px;
    padding-right: 17px; }
  .ftos-uid .ftos-uid-prop-form .ftos-uid-form-section {
    padding: 16px 20px 12px; }
  .ftos-uid .ftos-uid-prop-form .btn-toggle.selected {
    color: #5679f9; }
  .ftos-uid .row[data-advanced-template] > div,
  .ftos-uid .row[data-template-id] > div,
  .ftos-uid [data-template-id="chart"] {
    position: relative;
    border: 1px dashed rgba(0, 0, 0, 0.5);
    display: block !important;
    font-size: 12px;
    padding: 4px 18px; }
  .ftos-uid [data-template-id="chart"] {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-bottom: 5px; }
    .ftos-uid [data-template-id="chart"] > .ftos-uid-context-menu {
      top: 0; }
  .ftos-uid .row[data-template-id^="attribute"],
  .ftos-uid .row[data-advanced-template] {
    display: flex; }
  .ftos-uid .row[data-template-id^="attribute"][data-attr-label-position="top"] {
    flex-direction: column; }
  .ftos-uid .row[data-template-id="row"] > div.col-xs-12 {
    padding: 0 15px;
    border: none; }
  .ftos-uid div[data-component-label-for][data-clear-on-save] {
    display: none !important; }
  .ftos-uid .row[data-advanced-template] > div:empty,
  .ftos-uid .row[data-template-id] > div:empty {
    padding-top: calc(2px + 1em);
    padding-bottom: calc(2px + 1em); }
  .ftos-uid .ftos-uid-html-holder {
    border: 1px dashed rgba(0, 0, 0, 0.3); }
    .ftos-uid .ftos-uid-html-holder > [data-template-id="chart"] {
      margin-left: -15px;
      margin-right: -15px; }
  .ftos-uid .row[data-advanced-template] > div.drag-over,
  .ftos-uid div.drag-over {
    border: 3px dashed rgba(0, 0, 0, 0.5); }
  .ftos-uid .ui-toolbar-holder div.row {
    margin-bottom: 10px; }
  .ftos-uid .ui-toolbar-holder div.col {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #878787;
    font-size: 11px; }
  .ftos-uid .ui-toolbar-holder div.col::after {
    content: " ";
    border: 1px dashed #878787;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .ftos-uid .ui-toolbar-holder div.col-xs-2 {
    padding-left: 0;
    padding-right: 0; }
  .ftos-uid .ui-toolbar-holder .dx-scrollable-content {
    background: #2B2B2B; }
  .ftos-uid .ui-toolbar-holder div[draggable="true"]:hover {
    background: rgba(51, 122, 183, 0.3);
    cursor: move; }
  .ftos-uid .ui-properties-holder {
    background: #2B2B2B; }
  .ftos-uid .ui-content-html-holder .dx-scrollable-content {
    padding: 10px; }
  .ftos-uid .ftos-uid-context-menu[data-context-menu] {
    position: absolute !important;
    right: 11px;
    border: none !important;
    z-index: 10;
    padding: 0 !important;
    width: 0;
    overflow: hidden; }
  .ftos-uid .ftos-uid-context-menu .btn.btn-fill {
    padding: 2px 7px; }
  .ftos-uid .ftos-uid-context-menu .btn:not(:last-child) {
    margin-right: 5px; }
  .ftos-uid .ftos-uid-selected {
    background-color: rgba(54, 195, 88, 0.3); }
    .ftos-uid .ftos-uid-selected.btn {
      box-shadow: 0px 0px 1px 3px rgba(54, 195, 88, 0.5); }
    .ftos-uid .ftos-uid-selected > .ftos-uid-context-menu {
      width: auto;
      padding: 3px 5px !important; }
  .ftos-uid [data-component-type="heading"].ftos-uid-selected {
    position: relative; }
    .ftos-uid [data-component-type="heading"].ftos-uid-selected > .ftos-uid-context-menu {
      top: 0;
      right: 0;
      line-height: 14px; }
  .ftos-uid button.ftos-uid-selected > .ftos-uid-context-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative !important;
    margin-left: 25px; }
  .ftos-uid .ftos-uid-prop-form {
    background: #404040;
    color: #efefef; }
    .ftos-uid .ftos-uid-prop-form .text-info {
      color: #aaaaaa; }
    .ftos-uid .ftos-uid-prop-form .dx-widget {
      color: #efefef;
      font-size: 12px; }
    .ftos-uid .ftos-uid-prop-form .icon-holder {
      padding-left: 6px; }
    .ftos-uid .ftos-uid-prop-form.ftos-uid-invalid [apply-button] {
      background-color: #ff5534;
      border-color: #ff5534; }
    .ftos-uid .ftos-uid-prop-form .dx-selectbox-container,
    .ftos-uid .ftos-uid-prop-form .dx-texteditor-container {
      background: #2B2B2B;
      border: none;
      border-radius: 5px; }
    .ftos-uid .ftos-uid-prop-form .dx-texteditor-input-container > textarea,
    .ftos-uid .ftos-uid-prop-form .dx-texteditor-input-container > input {
      background: transparent;
      border: none;
      border-radius: 0;
      color: #fff;
      font-size: 12px !important;
      padding-left: 18px; }
    .ftos-uid .ftos-uid-prop-form .dx-texteditor-input-container > textarea {
      overflow-y: auto; }
    .ftos-uid .ftos-uid-prop-form .multiselect-control.dx-texteditor {
      border: none; }
      .ftos-uid .ftos-uid-prop-form .multiselect-control.dx-texteditor.dx-editor-outlined {
        border: none; }
    .ftos-uid .ftos-uid-prop-form .dx-tag-container.dx-texteditor-input-container > input {
      background: #404040;
      border-radius: 5px;
      color: #fff;
      font-size: 12px !important;
      padding-left: 18px; }
    .ftos-uid .ftos-uid-prop-form .dx-placeholder:before {
      padding-left: 18px;
      font-size: 12px; }
    .ftos-uid .ftos-uid-prop-form .dx-dropdowneditor .dx-dropdowneditor-icon {
      background: transparent;
      color: #878787; }
    .ftos-uid .ftos-uid-prop-form .dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon,
    .ftos-uid .ftos-uid-prop-form .dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
      background: transparent;
      color: #ffffff; }

.dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup {
  border-radius: 5px;
  background: transparent;
  border: none; }
  .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-popup-content {
    background: transparent;
    border: none; }
  .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list {
    background: #404040;
    font-size: 12px; }
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list .dx-list-item,
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list .dx-empty-message {
      color: #878787; }
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover,
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected,
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
      background: #2B2B2B;
      color: #878787; }
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
      color: #efefef; }
    .dx-popup-wrapper > .dx-overlay-content.ftos-uid-dropdown-popup .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
      background: #5679f9;
      color: #efefef; }

.ftos-checkbox .dx-checkbox-icon {
  border: none;
  background-color: #2B2B2B;
  border-radius: 5px;
  width: 19px;
  height: 19px; }

.ftos-checkbox.dx-checkbox.dx-state-hover .dx-checkbox-icon,
.ftos-checkbox.dx-checkbox.dx-state-focused .dx-checkbox-icon {
  border: none; }

.ftos-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  background-color: #5679f9;
  color: #ffffff; }

.ftos-checkbox .dx-checkbox-text {
  margin-left: -19px; }

.ftos-checkbox.light .dx-checkbox-icon {
  background-color: white;
  border: 1px solid #878787; }

.ftos-checkbox.light.dx-checkbox.dx-state-hover .dx-checkbox-icon,
.ftos-checkbox.light.dx-checkbox.dx-state-focused .dx-checkbox-icon {
  border: 1px solid #878787; }

.ftos-checkbox.light.dx-checkbox-checked .dx-checkbox-icon,
.ftos-checkbox.light.dx-checkbox-checked.dx-state-hover .dx-checkbox-icon,
.ftos-checkbox.light.dx-checkbox-checked.dx-state-focused .dx-checkbox-icon {
  background-color: #5679f9;
  color: #ffffff;
  border: none; }

/*End UI Designer*/
.ftos-html-template-chooser-popup-content {
  padding-bottom: 0;
  background: transparent; }
  .ftos-html-template-chooser-popup-content .dx-widget {
    font-size: 12px; }
  .ftos-html-template-chooser-popup-content .ftos-html-template-chooser .dx-scrollview-content {
    padding-bottom: 10px; }
    .ftos-html-template-chooser-popup-content .ftos-html-template-chooser .dx-scrollview-content .ftos-html-template-item {
      padding: 10px 2px 10px 12px;
      border: 2px solid #e3e3e3;
      cursor: pointer;
      margin-bottom: 30px;
      background: #fff; }
      .ftos-html-template-chooser-popup-content .ftos-html-template-chooser .dx-scrollview-content .ftos-html-template-item.selected {
        border-color: #329F6B; }
      .ftos-html-template-chooser-popup-content .ftos-html-template-chooser .dx-scrollview-content .ftos-html-template-item > .ftos-html-template-item-img-holder img {
        border-radius: 4px;
        border: 1px solid #e3e3e3; }
      .ftos-html-template-chooser-popup-content .ftos-html-template-chooser .dx-scrollview-content .ftos-html-template-item > div.ftos-html-template-item-title {
        padding-bottom: 10px; }
      .ftos-html-template-chooser-popup-content .ftos-html-template-chooser .dx-scrollview-content .ftos-html-template-item:not(.selected):hover {
        border-color: #404040; }

.h1-regular-os {
  font-size: 64px;
  line-height: 72px; }

.h2-regular-os {
  font-size: 56px;
  line-height: 64px; }

.h3-regular-os {
  font-size: 38px;
  line-height: 48px; }

.h4-regular-os {
  font-size: 20px;
  line-height: 32px; }

.h5-regular-os {
  font-size: 16px;
  line-height: 25px; }

@media (max-width: 600px) {
  .h1-regular-os {
    font-size: 35px;
    line-height: 40px; }
  .h2-regular-os {
    font-size: 30px;
    line-height: 35px; }
  .h3-regular-os {
    font-size: 25px;
    line-height: 30px; }
  .h4-regular-os {
    font-size: 17px;
    line-height: 25px; } }

.jsonEditorcontainer {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white; }
  .jsonEditorcontainer a {
    display: inline-block; }
  .jsonEditorcontainer .monaco-all-holder {
    margin-top: 10px; }
  .jsonEditorcontainer .row {
    padding: 1em 0 !important; }
  .jsonEditorcontainer .warning-different-value {
    font-size: 0.8rem;
    color: red; }
  .jsonEditorcontainer .warning-different-value:before {
    content: "*";
    color: red; }
  .jsonEditorcontainer .editor-extra-buttons {
    margin: 0 1rem 0.5rem 0; }
    .jsonEditorcontainer .editor-extra-buttons .editor-extra-buttons-toogle {
      margin-right: 15px; }
    .jsonEditorcontainer .editor-extra-buttons .editor-extra-buttons-preview {
      margin-right: 15px; }
    .jsonEditorcontainer .editor-extra-buttons .documentation-link {
      vertical-align: middle; }
  .jsonEditorcontainer .input-label, .jsonEditorcontainer .input-label-textbox, .jsonEditorcontainer .input-lable-lookup, .jsonEditorcontainer .input-label-array, .jsonEditorcontainer .input-label-object {
    position: absolute;
    top: -9px;
    left: 1.5rem;
    font-size: 0.8rem;
    background: linear-gradient(to bottom, white, white 80%, transparent 20%, transparent);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 5px;
    z-index: 1; }
  .jsonEditorcontainer .input-label-textbox, .jsonEditorcontainer .input-lable-lookup {
    left: 2.5rem; }
  .jsonEditorcontainer .input-lable-lookup {
    left: 2.5rem;
    top: -6px; }
  .jsonEditorcontainer .input-label-array, .jsonEditorcontainer .input-label-object {
    position: relative;
    top: -2.4rem;
    left: 1rem;
    width: auto; }
  .jsonEditorcontainer .input-label-object {
    position: relative;
    top: -0.4rem; }
  .jsonEditorcontainer input {
    height: 3rem !important; }
  .jsonEditorcontainer .array-property-container {
    border: 1px solid #d3d3d3;
    margin: 0.5rem 0 0 1rem;
    padding: 2rem 0; }
    .jsonEditorcontainer .array-property-container .array-property-container-content {
      margin-left: 1.5rem;
      padding-bottom: 1.2rem; }
      .jsonEditorcontainer .array-property-container .array-property-container-content .array-property-container-content-item {
        margin-bottom: 5px;
        padding-right: 30px; }
        .jsonEditorcontainer .array-property-container .array-property-container-content .array-property-container-content-item .array-property-container-content-item-content {
          border: 1px solid #d3d3d3;
          padding: 2rem 2rem 2rem 2.5rem; }
          .jsonEditorcontainer .array-property-container .array-property-container-content .array-property-container-content-item .array-property-container-content-item-content .row {
            padding: 0.8em 0; }
  .jsonEditorcontainer .object-property-container {
    margin-left: 2rem; }
    .jsonEditorcontainer .object-property-container .object-property-container-content {
      padding: 0 30px 0 0; }
  .jsonEditorcontainer .delete-button {
    color: #DA1E28;
    border-color: #DA1E28; }
    .jsonEditorcontainer .delete-button .dx-icon {
      color: #DA1E28; }
    .jsonEditorcontainer .delete-button .dx-button-text {
      font-weight: 500; }
  .jsonEditorcontainer .add-button {
    margin-left: 4rem;
    color: #24A148;
    border-color: #24A148; }
    .jsonEditorcontainer .add-button .dx-icon {
      color: #24A148; }
    .jsonEditorcontainer .add-button .dx-button-text {
      font-weight: 500; }

@media screen and (max-width: 640px) {
  .jsonEditorcontainer .dx-dropdowneditor-button-visible.dx-show-clear-button .dx-texteditor-input {
    padding-right: 0; } }

.json-editor-custom-fullscreen > .jsonEditorcontainer {
  height: 100vh;
  padding: 15px 25px 0 15px; }
  .json-editor-custom-fullscreen > .jsonEditorcontainer .editor-extra-buttons-preview, .json-editor-custom-fullscreen > .jsonEditorcontainer .documentation-link, .json-editor-custom-fullscreen > .jsonEditorcontainer .editor-extra-buttons-toogle {
    display: none; }

.json-editor-custom-fullscreen {
  z-index: 1501;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.font-weight-bold {
  font-weight: bold; }

.margin-bottom-8 {
  margin-bottom: 8px; }

.margin-bottom-16 {
  margin-bottom: 16px; }

.ftos-export-csv-info-icon {
  margin-left: 10px;
  vertical-align: middle; }

.ftos-export-csv-control-container {
  height: 80px; }

.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .datepicker > div {
    display: none; }
  .datepicker table {
    width: 100%;
    margin: 0; }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .datepicker td {
    border-top: 1px solid #DDDDDD;
    text-align: center; }
    .datepicker td p {
      font-size: 0.75rem;
      font-weight: 400;
      border-radius: 50%;
      height: 29px;
      line-height: 29px;
      margin: 3px 0 8px;
      width: 29px; }
    .datepicker td :hover {
      cursor: pointer; }
  .datepicker th {
    font-weight: 300; }
    .datepicker th.switch-datepicker {
      font-size: 1rem; }
  .datepicker .prev,
  .datepicker .next {
    font-size: 1.75rem; }
  .datepicker p:hover {
    background: #eeeeee; }
  .datepicker .day.disabled {
    color: #eeeeee; }
  .datepicker td.old,
  .datepicker td.new {
    color: #999999;
    border-top: 0; }
  .datepicker span {
    display: block;
    width: 55px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .datepicker span.old {
      color: #999999; }
  .datepicker th.switch-datepicker {
    width: 145px; }
  .datepicker th.next,
  .datepicker th.prev {
    font-size: 21px; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
  .datepicker thead tr:first-child th:hover {
    background: #eeeeee; }
  .datepicker.dropdown-menu {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -o-transform-origin: none;
    -ms-transform-origin: none;
    transform-origin: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: -20px; }
  .datepicker.dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: -1px; }
  .datepicker .table-condensed > tbody > tr > td {
    padding: 7px;
    cursor: pointer; }
  .datepicker .table-condensed > thead > tr > th {
    padding: 0; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.datepicker-months thead {
  padding: 0 0 3px; }

.ftos-loader {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%), -50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center; }
  .ftos-loader h5 {
    position: relative;
    top: 50%;
    margin-top: 5rem;
    font-size: 1.5rem;
    font-weight: 300; }

.ftos-loader.is-loading {
  transition: visibility 0s ease 0.5s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1; }

.ftos-loader.first-time {
  background-color: #fff; }

.preloader {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: .2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: axis 5.5s linear infinite; }
  .preloader > span {
    content: "";
    position: absolute; }
  .preloader > span:nth-child(1) {
    border-radius: 50%;
    left: .5rem;
    top: .5rem;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    transform-origin: -0.2rem -1.7rem;
    animation: axis 1s linear infinite; }
  .preloader > span:nth-child(2) {
    border-radius: .2rem;
    left: 2.5rem;
    top: 2.5rem;
    width: 1rem;
    height: 1rem;
    transform-origin: -2.5rem -2.5rem;
    animation: axis 2s linear infinite; }
  .preloader > span:nth-child(3) {
    border-radius: 50%;
    left: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    transform-origin: -1rem -1rem;
    animation: axis 1.5s linear infinite; }

@keyframes axis {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

/* -------------------------------- 

Golden Ratio

-------------------------------- */
/* -------------------------------- 

Responsive Breakpoints

-------------------------------- */
/* -------------------------------- 

Components

-------------------------------- */
/* --------------------------------

Default color schema

-------------------------------- */
/* --------------------------------

ios color schema

-------------------------------- */
/* --------------------------------

Flat color schema

-------------------------------- */
/* --------------------------------

Material color schema

-------------------------------- */
/* --------------------------------

Map setter for themes

-------------------------------- */
/* -------------------------------- 

ios buttons schema

-------------------------------- */
/* -------------------------------- 

flat buttons schema

-------------------------------- */
/* -------------------------------- 

material buttons schema

-------------------------------- */
/* -------------------------------- 

solid form components schema

        background-color: rgba(246, 251, 255, 0.67);
    border-color: #d5d5d5;
    border: 1px solid #d3d8db;
    padding: ;

-------------------------------- */
/* -------------------------------- 

flat form components schema

-------------------------------- */
/* -------------------------------- 

material form components schema

-------------------------------- */
/* -------------------------------- */
/* --------------------------------

ios cards schema

-------------------------------- */
/* --------------------------------

Flat cards schema

-------------------------------- */
/* --------------------------------

Material cards schema

-------------------------------- */
*::-webkit-scrollbar-track {
  background-color: transparent; }

*::-webkit-scrollbar {
  height: .5rem;
  width: 6px;
  background-color: transparent; }

*::-webkit-scrollbar-thumb {
  background-color: #9E9E9E;
  border: 2px solid transparent; }

.euf-solid-theme *::-webkit-scrollbar-thumb {
  border-radius: 10px; }

.euf-flat-theme *::-webkit-scrollbar-thumb {
  border-radius: 0px; }

.euf-material-theme *::-webkit-scrollbar-thumb {
  border-radius: 0.125rem; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(174, 190, 194, 0.5); }

.clonned {
  position: absolute !important;
  z-index: 1003 !important;
  opacity: 1;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0s 0.4s;
  -moz-transition: opacity 0s 0.4s;
  -ms-transition: opacity 0s 0.4s;
  -o-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s;
  -webkit-animation: delay-append 0.4s 1;
  -moz-animation: delay-append 0.4s 1;
  -ms-animation: delay-append 0.4s 1;
  -o-animation: delay-append 0.4s 1;
  animation: delay-append 0.4s 1;
  list-style: none; }
  .clonned .remove-clone {
    opacity: 0; }

@-webkit-keyframes delay-append {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes delay-append {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes delay-append {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes delay-append {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes delay-append {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.custom-logo-container {
  display: inline-block; }
  .custom-logo-container img {
    width: auto; }
  .navbar .custom-logo-container {
    position: absolute;
    right: 3.125rem; }
  .card .custom-logo-container {
    position: absolute;
    right: 0;
    margin-right: 3.125rem; }

.blur-mask {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.select-custom-item .item-image, .select-custom-item .item-name {
  display: inline-block; }

.select-custom-item .item-image {
  width: 1rem;
  height: 1rem;
  border-radius: 2px; }

.select-custom-item .item-name {
  margin-left: .57rem;
  vertical-align: top; }

#feedLength,
#approvalTasks {
  opacity: 0;
  background-color: white;
  border-color: white;
  color: #ff5534;
  font-weight: bold;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.btn-iconpicker {
  position: relative;
  width: 100%;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 1.5rem !important;
  text-align: left;
  border-top: 0;
  border-left: 0;
  border-right: 0; }
  .btn-iconpicker .dx-dropdowneditor-icon:before {
    left: 100%;
    margin-left: -25px; }

.table-icons .search-control {
  margin: 10px auto; }

.tooltip .tooltip-inner {
  border-radius: 2px; }

.text-bold {
  font-weight: 900 !important; }

.side-row {
  font-size: 0px;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  padding: .75rem 1rem; }
  .side-row:first-of-type {
    border-top: 1px solid #ececec; }
  .side-row .side-row-content {
    width: calc(100% - 3rem); }
    .side-row .side-row-content h5, .side-row .side-row-content p {
      text-transform: capitalize; }
    .side-row .side-row-content h5 {
      font-weight: 600;
      line-height: 1rem;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -ms-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out;
      margin-top: 0; }
    .side-row .side-row-content p {
      color: #888888;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      margin-top: .3rem; }

/*.flag{
    position: absolute;
    display: block;
    user-select: none;
    width: 2rem;
    height: 1rem;
    top: -0.1rem;
    left: -0.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    &.flag-642{
        background-image: url("../../../../Scripts/assets/img/flags/ro.png")
    }

    &.flag-826{
        background-image: url("../../../../Scripts/assets/img/flags/gb.png")
    }
}*/
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1; }

.rippleEffect {
  animation: rippleDrop .6s linear; }

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0; } }

.ebs-typo {
  padding-left: 20%;
  margin-bottom: 40px;
  position: relative; }

.ebs-typo .ebs-note {
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px; }

.ebs-title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
  padding-top: 30px; }

.ebs-row {
  padding: 15px 0 45px; }

.space-15 {
  height: 15px; }

.social-buttons-demo h4 {
  margin-bottom: 10px; }

@media (min-width: 1170px) {
  .modal-lg {
    width: 1000px; } }

@media (min-width: 1400px) {
  .modal-lg {
    width: 1200px; } }

@media (min-width: 1600px) {
  .modal-lg {
    width: 1400px; } }

.modal-title {
  color: #fff; }

.modal-header {
  padding: 1rem 0; }
  .modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=20);
    opacity: 1; }

.modal-backdrop {
  background-color: #131313; }
  .modal-backdrop.in {
    filter: alpha(opacity=85);
    opacity: .85; }

*[data-elem-clone] {
  cursor: pointer; }

.ftos-version {
  text-align: center;
  line-height: 1.5em;
  word-wrap: break-word; }

.flex-grow-1 {
  flex-grow: 1; }
  .main-container:not(.one-dashboard) .flex-grow-1 .floating-container {
    padding-top: 4rem; }

.floating-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .floating-container.ebsrender-page-home .left-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; }
  .floating-container .main-section .content-wrapper {
    background: transparent !important; }
  .floating-container:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.4) 14%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 79%, rgba(0, 0, 0, 0.45) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.4) 14%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 79%, rgba(0, 0, 0, 0.45) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.4) 14%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 79%, rgba(0, 0, 0, 0.45) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#73000000',GradientType=0 ) !important;
    /* IE6-9 */ }
  .floating-container.show-menu:after {
    background: rgba(17, 17, 17, 0.75) !important; }
  .floating-container .main-content .form-headers {
    background-image: none;
    box-shadow: none; }
    .floating-container .main-content .form-headers:after {
      background: none; }
  .floating-container .main-content .flex-grow-1 .form-headers + .container-fluid {
    margin-top: -14rem; }

.dashboard-item.isLoading .grid-stack-item-content-inner {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  position: relative;
  animation: loader12-u6338d783 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0; }

.toggle-button {
  margin: 0 20px; }

/*
 * Toggle button styles
 */
.toggle-button {
  position: relative;
  display: flex;
  color: #fff; }

.toggle-button label {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left; }

.toggle-button input {
  display: none; }

.toggle-button__icon {
  cursor: pointer;
  pointer-events: none; }

.toggle-button__icon:before, .toggle-button__icon:after {
  content: "";
  position: absolute;
  left: 50%;
  transition: 0.2s ease-out; }

.toggle-button--tuuli label[for] {
  height: 2.6rem;
  line-height: 2.6rem;
  transition: all 0.2s;
  border-radius: 2rem; }

.toggle-button--tuuli label:before, .toggle-button--tuuli label:after {
  position: absolute;
  right: 1rem;
  transition: all 0.2s .1s ease-out; }

.toggle-button--tuuli input[type=checkbox] ~ label[for] {
  width: 2.6rem; }

.toggle-button--tuuli input[type=checkbox] ~ label:before {
  opacity: 0;
  transform: translate(0, 20px); }

.toggle-button--tuuli input[type=checkbox] ~ label:after {
  opacity: 1;
  transform: translate(0, 0); }

.toggle-button--tuuli input[type=checkbox]:checked ~ label[for] {
  width: 2.6rem; }

[if] {
  display: none; }

.toggle-button [if] {
  margin-right: .75rem;
  line-height: 2.6rem;
  font-size: .8rem;
  font-weight: 600; }

.opaque .toggle-button [if] {
  color: #737575; }

.toggle-button--tuuli input[type=checkbox]:checked ~ [if="tooltips_on"] {
  display: inline-block; }

.toggle-button--tuuli input[type=checkbox]:not(:checked) ~ [if="tooltips_off"] {
  display: inline-block; }

.toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:before {
  transform: translate(-80%, 100%) rotate(45deg) scale(0.6, 1); }

.toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:after {
  transform: translate(-30%) rotate(-45deg); }

.toggle-button--tuuli .toggle-button__icon {
  position: absolute;
  height: 2.6rem;
  width: 2.6rem;
  top: 0;
  right: 0; }

.toggle-button--tuuli .toggle-button__icon:before, .toggle-button--tuuli .toggle-button__icon:after {
  width: 1rem;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  top: 48%; }

.toggle-button--tuuli .toggle-button__icon:before {
  transform: translate(-50%) rotate(45deg); }

.toggle-button--tuuli .toggle-button__icon:after {
  transform: translate(-50%) rotate(-45deg); }

.euf-solid-theme .toggle-button--tuuli input[type=checkbox] ~ label[for] {
  background: #ff5534; }

.euf-solid-theme .toggle-button--tuuli input[type=checkbox]:checked ~ label[for] {
  background: #36c358; }

.euf-material-theme .toggle-button--tuuli input[type=checkbox] ~ label[for] {
  background: #FF5722; }

.euf-material-theme .toggle-button--tuuli input[type=checkbox]:checked ~ label[for] {
  background: #4CAF50; }

.euf-flat-theme .toggle-button--tuuli input[type=checkbox] ~ label[for] {
  background: #e74c3c; }

.euf-flat-theme .toggle-button--tuuli input[type=checkbox]:checked ~ label[for] {
  background: #2ecc71; }

.color-picker-title {
  display: inline-block;
  margin-right: 1rem; }

.color-picker {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 1rem; }

@keyframes loader12-u6338d783 {
  0% {
    box-shadow: -60px 40px 0 2px #27aae1, -30px 40px 0 0 rgba(39, 170, 225, 0.2), 0 40px 0 0 rgba(39, 170, 225, 0.2), 30px 40px 0 0 rgba(39, 170, 225, 0.2), 60px 40px 0 0 rgba(39, 170, 225, 0.2); }
  25% {
    box-shadow: -60px 40px 0 0 rgba(39, 170, 225, 0.2), -30px 40px 0 2px #27aae1, 0 40px 0 0 rgba(39, 170, 225, 0.2), 30px 40px 0 0 rgba(39, 170, 225, 0.2), 60px 40px 0 0 rgba(39, 170, 225, 0.2); }
  50% {
    box-shadow: -60px 40px 0 0 rgba(39, 170, 225, 0.2), -30px 40px 0 0 rgba(39, 170, 225, 0.2), 0 40px 0 2px #27aae1, 30px 40px 0 0 rgba(39, 170, 225, 0.2), 60px 40px 0 0 rgba(39, 170, 225, 0.2); }
  75% {
    box-shadow: -60px 40px 0 0 rgba(39, 170, 225, 0.2), -30px 40px 0 0 rgba(39, 170, 225, 0.2), 0 40px 0 0 rgba(39, 170, 225, 0.2), 30px 40px 0 2px #27aae1, 60px 40px 0 0 rgba(39, 170, 225, 0.2); }
  100% {
    box-shadow: -60px 40px 0 0 rgba(39, 170, 225, 0.2), -30px 40px 0 0 rgba(39, 170, 225, 0.2), 0 40px 0 0 rgba(39, 170, 225, 0.2), 30px 40px 0 0 rgba(39, 170, 225, 0.2), 60px 40px 0 2px #27aae1; } }

.ebs-tour-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -ms-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s; }
  .ebs-tour-wrapper::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile'; }
  .ebs-tour-wrapper.active {
    /* start tour */
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
    -ms-transition: opacity 0.4s 0s, visibility 0s 0s;
    -o-transition: opacity 0.4s 0s, visibility 0s 0s;
    transition: opacity 0.4s 0s, visibility 0s 0s; }
  @media (min-width: 768px) {
    .ebs-tour-wrapper {
      /* reset style */
      position: absolute;
      max-width: none;
      max-height: none;
      opacity: 1;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
      .ebs-tour-wrapper::before {
        content: 'desktop'; }
      .ebs-tour-wrapper.active {
        visibility: hidden; } }

.ebs-tour-single-step {
  /* tour single step */
  position: absolute;
  z-index: 1001;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fefffb;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  /* Force Hardware Acceleration */
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s 0s, opacity 0s 0.4s;
  -moz-transition: transform 0.4s 0s, opacity 0s 0.4s;
  -ms-transition: transform 0.4s 0s, opacity 0s 0.4s;
  -o-transition: transform 0.4s 0s, opacity 0s 0.4s;
  transition: transform 0.4s 0s, opacity 0s 0.4s; }
  @media (max-width: 767px) {
    .ebs-tour-single-step:not(:first-of-type) {
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      left: 15px;
      top: 15px;
      overflow-y: scroll; } }
  .ebs-tour-single-step:first-of-type > span {
    display: none; }
  .ebs-tour-single-step:first-of-type .ebs-tour-info {
    position: relative;
    background: transparent;
    box-shadow: none;
    width: 100vw;
    height: 100vh;
    padding: 5.574296799999998vw;
    text-align: center;
    background-size: cover;
    background-position: 50%; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info canvas {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .ebs-tour-fs-info {
      position: relative;
      z-index: 11; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .ebs-tour-nav {
      display: none; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .ebs-effects {
      opacity: .8;
      z-index: 10; }
      .ebs-tour-single-step:first-of-type .ebs-tour-info .ebs-effects .circle.purple.base .orange {
        opacity: .85; }
      .ebs-tour-single-step:first-of-type .ebs-tour-info .ebs-effects .circle.purple.base .green {
        opacity: .45; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .white-green span {
      color: white; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .white-green .right span b {
      color: #7dae56; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .actions-container button:first-child {
      margin-right: 15px; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info .actions-container button:not(:first-child) {
      margin-left: 15px; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info img {
      display: block;
      width: 200px;
      margin: 0 auto 3.5rem;
      border: none; }
      @media (max-width: 640px) {
        .ebs-tour-single-step:first-of-type .ebs-tour-info img {
          margin: 0 auto 4rem; } }
    .ebs-tour-single-step:first-of-type .ebs-tour-info h2, .ebs-tour-single-step:first-of-type .ebs-tour-info p {
      color: white; }
    .ebs-tour-single-step:first-of-type .ebs-tour-info h2 {
      margin-bottom: 1rem; }
      @media (max-width: 640px) {
        .ebs-tour-single-step:first-of-type .ebs-tour-info h2 {
          margin-bottom: 2.5rem; } }
    .ebs-tour-single-step:first-of-type .ebs-tour-info p {
      font-size: 1.5rem;
      font-weight: 200; }
  .ebs-tour-single-step:first-of-type::after {
    display: none !important; }
  @media (min-width: 768px) {
    .ebs-tour-single-step:nth-child(2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%), -50%;
      transform: translate(-50%, -50%);
      top: 25%; } }
  @media (min-width: 768px) {
    .ebs-tour-single-step.opens-menu {
      top: 9.44492vw;
      left: calc(14.5924vw - 20px); } }
  .ebs-tour-single-step > span {
    /* dot indicator - visible on desktop version only */
    position: relative;
    z-index: 1001;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: inherit;
    background: transparent;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    /* replace text with background images */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* hide on mobile */
    display: none; }
  .ebs-tour-single-step::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    /* Force Hardware Acceleration */
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    /* hide on mobile */
    display: none; }
  .active .ebs-tour-single-step {
    /* tour started */
    -moz-transform: scale(1) translateX(100%);
    -o-transform: scale(1) translateX(100%);
    -ms-transform: scale(1) translateX(100%);
    -webkit-transform: scale(1) translateX(100%);
    transform: scale(1) translateX(100%);
    -webkit-transition: transform 0.4s 0s, opacity 0.4s 0s;
    -moz-transition: transform 0.4s 0s, opacity 0.4s 0s;
    -ms-transition: transform 0.4s 0s, opacity 0.4s 0s;
    -o-transition: transform 0.4s 0s, opacity 0.4s 0s;
    transition: transform 0.4s 0s, opacity 0.4s 0s; }
  .active .ebs-tour-single-step.move-left {
    -moz-transform: scale(1) translateX(-100%);
    -o-transform: scale(1) translateX(-100%);
    -ms-transform: scale(1) translateX(-100%);
    -webkit-transform: scale(1) translateX(-100%);
    transform: scale(1) translateX(-100%); }
  .active .ebs-tour-single-step.is-selected {
    /* visible step */
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s 0s;
    -moz-transition: transform 0.4s 0s;
    -ms-transition: transform 0.4s 0s;
    -o-transition: transform 0.4s 0s;
    transition: transform 0.4s 0s; }
  @media (min-width: 768px) {
    .ebs-tour-single-step {
      /* reset style */
      height: auto;
      width: auto;
      top: auto;
      left: auto;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      border-radius: 50%;
      visibility: hidden;
      opacity: 1;
      background-color: transparent;
      box-shadow: none;
      -webkit-transition: visibility 0s 0.4s;
      -moz-transition: visibility 0s 0.4s;
      -ms-transition: visibility 0s 0.4s;
      -o-transition: visibility 0s 0.4s;
      transition: visibility 0s 0.4s; }
      .ebs-tour-single-step > span, .ebs-tour-single-step::after {
        display: block; }
      .active .ebs-tour-single-step, .active .ebs-tour-single-step.move-left {
        -webkit-transition: visibility 0s 0.4s;
        -moz-transition: visibility 0s 0.4s;
        -ms-transition: visibility 0s 0.4s;
        -o-transition: visibility 0s 0.4s;
        transition: visibility 0s 0.4s;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      .ebs-tour-single-step.is-selected {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        -ms-transition: visibility 0s 0s;
        -o-transition: visibility 0s 0s;
        transition: visibility 0s 0s; }
        .ebs-tour-single-step.is-selected > span {
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
        .ebs-tour-single-step.is-selected::after {
          -webkit-animation: cd-pulse 2s infinite;
          -moz-animation: cd-pulse 2s infinite;
          -ms-animation: cd-pulse 2s infinite;
          -o-animation: cd-pulse 2s infinite;
          animation: cd-pulse 2s infinite;
          -webkit-animation-delay: .5s;
          /* Safari 4.0 - 8.0 */
          animation-delay: .5s; }
        .ebs-tour-single-step.is-selected .ebs-tour-info {
          opacity: 1; } }

.ebs-tour-single-step .ebs-tour-info {
  z-index: 1001;
  padding: 1.5rem;
  width: 100%; }
  .ebs-tour-single-step .ebs-tour-info::after {
    clear: both;
    content: "";
    display: block; }
  .ebs-tour-single-step .ebs-tour-info::before {
    /* triangle next to the step description - hidden on mobile */
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    display: none; }
  .ebs-tour-single-step .ebs-tour-info h4 {
    font-size: 1.562rem;
    margin-bottom: 1.562rem;
    color: inherit;
    font-weight: 600;
    color: #fff; }
  .ebs-tour-single-step .ebs-tour-info p {
    line-height: 1.6;
    margin-bottom: 1.4rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 640px) {
    .ebs-tour-single-step .ebs-tour-info {
      overflow-y: auto; }
      .ebs-tour-single-step .ebs-tour-info img {
        margin-bottom: 1.4em;
        width: 100%;
        border: .2rem solid #efefef; } }
  .ebs-tour-single-step .ebs-tour-info .ebs-tour-close {
    /* 'X' icon to skip the tour */
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 10;
    /* replace text with background images */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .ebs-tour-single-step .ebs-tour-info .ebs-tour-close::after, .ebs-tour-single-step .ebs-tour-info .ebs-tour-close:before {
      /* these are the 2 lines of the 'X' icon */
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      height: 2px;
      width: 16px;
      border-radius: 4rem;
      /* Force Hardware Acceleration */
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden; }
    .ebs-tour-single-step .ebs-tour-info .ebs-tour-close::after {
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .ebs-tour-single-step .ebs-tour-info .ebs-tour-close::before {
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  @media (min-width: 640px) {
    .ebs-tour-single-step .ebs-tour-info div:not(.left) span {
      float: left;
      margin-top: .2em;
      font-size: .8rem;
      font-style: italic;
      color: #fff; } }
  @media (max-width: 640px) {
    .ebs-tour-single-step .ebs-tour-info div:not(.left) span {
      display: none; } }
  @media (min-width: 767px) {
    .ebs-tour-single-step .ebs-tour-info {
      position: absolute;
      width: 340px;
      border-radius: 2px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      -ms-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .ebs-tour-single-step .ebs-tour-info p {
        margin-bottom: 2.5em; }
      .ebs-tour-single-step .ebs-tour-info img {
        display: none; }
      .ebs-tour-single-step .ebs-tour-info::before {
        /* triangle next to the step description - hidden on mobile */
        display: block; }
      .ebs-tour-single-step .ebs-tour-info.left {
        right: calc(100% + 15px);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ebs-tour-single-step .ebs-tour-info.right {
        left: calc(100% + 15px);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ebs-tour-single-step .ebs-tour-info.left, .ebs-tour-single-step .ebs-tour-info.right {
        top: 50%; }
        .ebs-tour-single-step .ebs-tour-info.left.on-top, .ebs-tour-single-step .ebs-tour-info.right.on-top {
          top: -15px;
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); }
          .ebs-tour-single-step .ebs-tour-info.left.on-top::before, .ebs-tour-single-step .ebs-tour-info.right.on-top::before {
            top: 15px;
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0); }
      .ebs-tour-single-step .ebs-tour-info.top {
        bottom: calc(100% + 15px);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ebs-tour-single-step .ebs-tour-info.bottom {
        top: calc(100% + 15px);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ebs-tour-single-step .ebs-tour-info.top, .ebs-tour-single-step .ebs-tour-info.bottom {
        left: 50%; }
      .ebs-tour-single-step .ebs-tour-info.left::before, .ebs-tour-single-step .ebs-tour-info.right::before {
        top: 50%;
        bottom: auto;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ebs-tour-single-step .ebs-tour-info.top::before, .ebs-tour-single-step .ebs-tour-info.bottom::before {
        left: 50%;
        right: auto;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ebs-tour-single-step .ebs-tour-info.left::before {
        border-left-color: inherit;
        left: 100%; }
      .ebs-tour-single-step .ebs-tour-info.right::before {
        border-right-color: inherit;
        right: 100%; }
      .ebs-tour-single-step .ebs-tour-info.top::before {
        border-top-color: inherit;
        top: 100%; }
      .ebs-tour-single-step .ebs-tour-info.bottom::before {
        border-bottom-color: inherit;
        bottom: 100%; }
      .is-selected .ebs-tour-single-step .ebs-tour-info {
        opacity: 1; } }

@media (min-width: 640px) {
  .ebs-tour-nav {
    float: right; } }

.ebs-tour-nav::after {
  clear: both;
  content: "";
  display: block; }

@media (max-width: 640px) {
  .ebs-tour-nav {
    display: inline-block;
    position: relative;
    margin-top: 2rem;
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.ebs-tour-nav li {
  display: inline-block;
  float: left; }
  .ebs-tour-nav li:first-of-type {
    margin-right: 1.5rem; }

.ebs-tour-nav a {
  font-size: 1rem;
  font-weight: bold; }
  .ebs-tour-nav a.inactive {
    /* item not clickable */
    cursor: not-allowed; }

.ebs-tour-cover {
  /* background cover layer - visible when tour is activated */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -ms-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s; }
  .ebs-tour-cover.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s, transform 0.3s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0s, transform 0.3s;
    -ms-transition: opacity 0.4s 0s, visibility 0s 0s, transform 0.3s;
    -o-transition: opacity 0.4s 0s, visibility 0s 0s, transform 0.3s;
    transition: opacity 0.4s 0s, visibility 0s 0s, transform 0.3s; }
  .ebs-tour-cover.opened-menu {
    -moz-transform: translate3d(14.5924vw, 3.44492vw, 0);
    -o-transform: translate3d(14.5924vw, 3.44492vw, 0);
    -ms-transform: translate3d(14.5924vw, 3.44492vw, 0);
    -webkit-transform: translate3d(14.5924vw, 3.44492vw, 0);
    transform: translate3d(14.5924vw, 3.44492vw, 0); }

.clonned[data-tour-element="feed-trigger"] a {
  color: #fff; }

.clonned[data-tour-element="feed-trigger"] a.custom-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%; }

.clonned[data-tour-element="feed-trigger"] a.custom-icon span {
  position: absolute;
  top: 1rem; }

.mix.clonned {
  background: transparent; }

@media (min-width: 320px) and (max-width: 639px) {
  .ebs-tour-cover.opened-menu {
    -moz-transform: translate3d(61.8vw, 14.5924vw, 0);
    -o-transform: translate3d(61.8vw, 14.5924vw, 0);
    -ms-transform: translate3d(61.8vw, 14.5924vw, 0);
    -webkit-transform: translate3d(61.8vw, 14.5924vw, 0);
    transform: translate3d(61.8vw, 14.5924vw, 0); } }

@media (min-width: 640px) and (max-width: 1023px) {
  .ebs-tour-cover.opened-menu {
    -moz-transform: translate3d(38.2vw, 9.0181vw, 0);
    -o-transform: translate3d(38.2vw, 9.0181vw, 0);
    -ms-transform: translate3d(38.2vw, 9.0181vw, 0);
    -webkit-transform: translate3d(38.2vw, 9.0181vw, 0);
    transform: translate3d(38.2vw, 9.0181vw, 0); }
  .show-menu .ebs-tour-single-step.opens-menu {
    top: 38.2vw;
    left: calc(38.2vw - 20px); } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .ebs-tour-cover.opened-menu {
    -moz-transform: translate3d(23.6076vw, 5.5743vw, 0);
    -o-transform: translate3d(23.6076vw, 5.5743vw, 0);
    -ms-transform: translate3d(23.6076vw, 5.5743vw, 0);
    -webkit-transform: translate3d(23.6076vw, 5.5743vw, 0);
    transform: translate3d(23.6076vw, 5.5743vw, 0); }
  .show-menu .ebs-tour-single-step.opens-menu {
    top: 23.6076vw;
    left: calc(23.6076vw - 20px); } }

.no-touch .bouncy-nav-trigger:hover {
  background: #e0a36f; }

.bouncy-nav-modal {
  position: fixed;
  z-index: 1001;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -ms-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -o-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  transition: opacity 0.3s 0.6s, visibility 0s 0.9s; }
  .bouncy-nav-modal.fade-in {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.1s 0s, visibility 0s 0s;
    -ms-transition: opacity 0.1s 0s, visibility 0s 0s;
    -o-transition: opacity 0.1s 0s, visibility 0s 0s;
    transition: opacity 0.1s 0s, visibility 0s 0s; }
  .bouncy-nav-modal h3 {
    color: white;
    margin: 1.5rem 0 2rem; }
  .bouncy-nav-modal nav {
    display: flex;
    flex-wrap: wrap; }
  .bouncy-nav-modal .modal-close {
    display: block;
    position: fixed;
    top: 5rem;
    right: 15px;
    width: 44px;
    height: 44px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    -moz-transform: scale(0) translateZ(0);
    -o-transform: scale(0) translateZ(0);
    -ms-transform: scale(0) translateZ(0);
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: transform 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: transform 0.3s 0s, visibility 0s 0.3s;
    -ms-transition: transform 0.3s 0s, visibility 0s 0.3s;
    -o-transition: transform 0.3s 0s, visibility 0s 0.3s;
    transition: transform 0.3s 0s, visibility 0s 0.3s; }
    .bouncy-nav-modal .modal-close i {
      color: #fff;
      font-size: 1.5rem;
      position: absolute;
      top: 0;
      right: 0; }
  .bouncy-nav-modal.fade-in .modal-close {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s 0s, visibility 0.3s 0s;
    -moz-transition: transform 0.3s 0s, visibility 0.3s 0s;
    -ms-transition: transform 0.3s 0s, visibility 0.3s 0s;
    -o-transition: transform 0.3s 0s, visibility 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0.3s 0s; }

.bouncy-nav {
  display: inline-flex;
  flex-wrap: wrap; }
  .bouncy-nav.quarter-col {
    width: 25%; }
  .bouncy-nav.third-col {
    width: 33%; }
  .bouncy-nav.half-col {
    width: 50%; }
  .bouncy-nav .bouncy-title {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    height: 16px; }
  .bouncy-nav:nth-child(odd) {
    left: 0; }
  .bouncy-nav:nth-child(even) {
    right: 0; }
  .bouncy-nav li {
    float: left;
    margin-right: 15px;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    text-align: center; }
    .is-visible .bouncy-nav li {
      /* used to assign a tranlsateY value when the animation is over */
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .fade-in .bouncy-nav li {
      -webkit-animation: cd-move-in 0.4s;
      -moz-animation: cd-move-in 0.4s;
      -ms-animation: cd-move-in 0.4s;
      -o-animation: cd-move-in 0.4s;
      animation: cd-move-in 0.4s; }
    .fade-out .bouncy-nav li {
      -webkit-animation: cd-move-out 0.4s;
      -moz-animation: cd-move-out 0.4s;
      -ms-animation: cd-move-out 0.4s;
      -o-animation: cd-move-out 0.4s;
      animation: cd-move-out 0.4s; }
    .fade-in .bouncy-nav li, .fade-out .bouncy-nav li {
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      .fade-in .bouncy-nav li:nth-of-type(2), .fade-out .bouncy-nav li:nth-of-type(2) {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .fade-in .bouncy-nav li:nth-of-type(3), .fade-out .bouncy-nav li:nth-of-type(3) {
        -webkit-animation-delay: 0.15s;
        -moz-animation-delay: 0.15s;
        -ms-animation-delay: 0.15s;
        -o-animation-delay: 0.15s;
        animation-delay: 0.15s; }
      .fade-in .bouncy-nav li:nth-of-type(4), .fade-out .bouncy-nav li:nth-of-type(4) {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        -ms-animation-delay: 0.25s;
        -o-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      .fade-in .bouncy-nav li:nth-of-type(5), .fade-out .bouncy-nav li:nth-of-type(5) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .fade-in .bouncy-nav li:nth-of-type(6), .fade-out .bouncy-nav li:nth-of-type(6) {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s; }
  .bouncy-nav .nav-card {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    cursor: pointer; }
    .bouncy-nav .nav-card .nav-card-delete {
      display: none;
      position: absolute;
      background: rgba(255, 255, 255, 0.9);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      right: -5px;
      top: -5px;
      color: #000; }
      .bouncy-nav .nav-card .nav-card-delete i {
        font-size: 10px;
        line-height: 20px; }
    .bouncy-nav .nav-card:hover .nav-card-delete {
      display: inline-block; }
    .bouncy-nav .nav-card .nav-card-content {
      /* icons */
      display: inline-block;
      border-radius: 4px;
      background-repeat: no-repeat;
      background-position: 0 0;
      padding: 1.5rem 1rem;
      font-variant: small-caps;
      font-weight: 400;
      letter-spacing: 0.05em; }
      .bouncy-nav .nav-card .nav-card-content i {
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2.63rem; }
    .no-touch .bouncy-nav .nav-card:hover::before {
      background-color: #DC965A; }

@-webkit-keyframes cd-move-in {
  0% {
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
  65% {
    -moz-transform: translateY(-1.5vh);
    -o-transform: translateY(-1.5vh);
    -ms-transform: translateY(-1.5vh);
    -webkit-transform: translateY(-1.5vh);
    transform: translateY(-1.5vh); }
  100% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); } }

@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
  65% {
    -moz-transform: translateY(-1.5vh);
    -o-transform: translateY(-1.5vh);
    -ms-transform: translateY(-1.5vh);
    -webkit-transform: translateY(-1.5vh);
    transform: translateY(-1.5vh); }
  100% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); } }

@-ms-keyframes cd-move-in {
  0% {
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
  65% {
    -moz-transform: translateY(-1.5vh);
    -o-transform: translateY(-1.5vh);
    -ms-transform: translateY(-1.5vh);
    -webkit-transform: translateY(-1.5vh);
    transform: translateY(-1.5vh); }
  100% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); } }

@-o-keyframes cd-move-in {
  0% {
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
  65% {
    -moz-transform: translateY(-1.5vh);
    -o-transform: translateY(-1.5vh);
    -ms-transform: translateY(-1.5vh);
    -webkit-transform: translateY(-1.5vh);
    transform: translateY(-1.5vh); }
  100% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); } }

@keyframes cd-move-in {
  0% {
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
  65% {
    -moz-transform: translateY(-1.5vh);
    -o-transform: translateY(-1.5vh);
    -ms-transform: translateY(-1.5vh);
    -webkit-transform: translateY(-1.5vh);
    transform: translateY(-1.5vh); }
  100% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); } }

@-webkit-keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); }
  100% {
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); } }

@-moz-keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); }
  100% {
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); } }

@-ms-keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); }
  100% {
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); } }

@-o-keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); }
  100% {
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); } }

@keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); }
  100% {
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); } }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 0.0625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1600px) {
  .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; } }

.euf-container-sm > div {
  padding-right: 17rem;
  padding-left: 17rem; }

@media (max-width: 640px) {
  .euf-container-sm > div {
    padding-right: 1rem;
    padding-left: 1rem; } }

*[role='tabpanel']:not(.dx-item) {
  display: none;
  margin-bottom: 3.875rem; }
  *[role='tabpanel']:not(.dx-item).active {
    display: block;
    height: 100%; }

.custom-scroll-container {
  position: relative;
  height: 100%;
  width: 100%; }
  .custom-scroll-container > div {
    height: 100%; }
  .custom-scroll-container .scroll-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .custom-scroll-container .main-content {
    overflow: hidden !important; }
  @media (max-width: 1024px) {
    .custom-scroll-container {
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      /* lets it scroll lazy */
      /*> div {
            height: auto;
        }*/ } }

.cards-overflow {
  width: 100%;
  height: 100%; }

#ebsContainerContent {
  word-break: break-word;
  font-size: 1rem;
  height: 100%; }

.show-menu-without-overlay {
  pointer-events: none; }
  .show-menu-without-overlay .main-section:after {
    visibility: hidden !important; }

.main-section {
  overflow: hidden;
  position: relative;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  width: 100vw;
  height: 100vh;
  z-index: 3; }
  #popup-page .main-section {
    font-size: 100%; }
  .main-section:after {
    position: absolute;
    top: -0.0625rem;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 8000;
    visibility: hidden;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    -ms-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease; }
  .show-menu .main-section .navbar {
    border: none; }
  .show-menu .main-section:after {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.3); }
  .show-menu .main-section .content-wrapper {
    -webkit-filter: grayscale(50%);
    /* Safari */
    filter: grayscale(50%); }
  .main-section .content-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .with-popup .main-section .content-wrapper {
      padding-top: 0 !important; }
    .main-section .content-wrapper.with-blur {
      -webkit-filter: blur(7px);
      -moz-filter: blur(7px);
      -o-filter: blur(7px);
      -ms-filter: blur(7px);
      filter: blur(7px); }
  @media (max-width: 1024px) {
    .main-section {
      /*width: 200vw;*/ }
      .main-section .content-wrapper {
        width: 100%;
        /*.main-container {
                width: 50%;
            }*/ }
        .main-section .content-wrapper.feed-is-visible {
          -moz-transform: translateX(-50%) translateX(2.1875rem);
          -o-transform: translateX(-50%) translateX(2.1875rem);
          -ms-transform: translateX(-50%) translateX(2.1875rem);
          -webkit-transform: translateX(-50%) translateX(2.1875rem);
          transform: translateX(-50%) translateX(2.1875rem); } }

html:not(.ftos-designer) .main-section .content-wrapper {
  padding-top: 4rem; }

.ftos-designer body:not(.show-menu) .main-section {
  left: 40px;
  width: calc(100vw - 35px); }

.ie body.show-menu .main-section {
  top: 3.44492vw;
  left: 14.5924vw; }

.ie body:not(.show-menu) .main-section {
  top: 0vw;
  left: 0vw; }

.ie body .main-section {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: none;
  top: 0;
  left: 0; }

.ie body.login-wrapper .navbar-header {
  height: 100%; }

.ie .main-section .main {
  display: block !important; }
  .ie .main-section .main .flex-grow-1 {
    min-height: 100%; }

.ie .show-menu .left-navbar {
  position: absolute; }

@media (min-width: 320px) and (max-width: 639px) {
  .ie body.euf-custom-scroll.show-menu .main-section {
    transform: none;
    top: 14.5924vw;
    left: 61.8vw; } }

@media (min-width: 640px) and (max-width: 1023px) {
  .ie body.euf-custom-scroll.show-menu .main-section {
    transform: none;
    top: 9.0181vw;
    left: 38.2vw; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .ie body.euf-custom-scroll.show-menu .main-section {
    transform: none;
    top: 5.5743vw;
    left: 23.6076vw; } }

#headerColapse {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 1.875rem;
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 50% !important; }

.block-height-5 .header-title {
  position: relative;
  z-index: 10;
  opacity: 1;
  height: calc(100% - 3.44492vw - 5px);
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .block-height-5 .header-title * {
    color: #FFFFFF; }
  .block-height-5 .header-title h3 {
    font-weight: 700;
    letter-spacing: 1px; }
  .block-height-5 .header-title h5 {
    margin-top: 1rem;
    line-height: 1.5rem;
    max-height: 5rem; }

.block-height-8 .header-title {
  opacity: 0; }

.feed-card {
  display: inline-block;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 2px; }
  .feed-card .side-row {
    border: none;
    padding: 2.5rem 2rem; }
    .feed-card .side-row .side-row-content {
      margin-left: .5rem; }

.main-container {
  width: 100%;
  height: 100%;
  z-index: 5; }
  .main-container .main-header {
    position: absolute;
    /*bottom: 5px;*/
    left: 0;
    text-align: center;
    z-index: 10; }
    .main-container .main-header li + li {
      margin-left: 0.937rem; }
    .main-container .main-header li {
      display: inline-block; }
      .main-container .main-header li.active .btn {
        opacity: 1; }
      .floating-container .main-container .main-header li .btn {
        font-size: 1rem; }
    .main-container .main-header + .main-content {
      margin-top: 0;
      padding-bottom: 3.44492vw; }
  .main-container .main-content {
    display: flex;
    flex-direction: column;
    position: relative;
    /*margin-top: 4rem;*/
    padding-top: 4rem;
    z-index: 2;
    width: 100%;
    /*height: calc(100% - 4rem);*/
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* lets it scroll lazy */ }

.floating-container .grid-stack > .grid-stack-item > .grid-stack-item-content {
  background: rgba(255, 255, 255, 0.9); }
  .floating-container .grid-stack > .grid-stack-item > .grid-stack-item-content hr {
    margin-top: 5px;
    margin-bottom: 5px; }

.floating-container .main-container .main-header {
  position: static;
  display: block;
  width: 100%; }
  .floating-container .main-container .main-header li a {
    text-transform: uppercase; }

.main-content.home-content .grid-stack-item {
  display: none; }

.mce-container.mce-fullscreen {
  padding: 3.44492vw 0 0 3.44492vw; }

.main-footer {
  padding-bottom: 1rem; }
  .main-footer .copyright {
    margin-bottom: 1rem; }
  .main-footer .white-blue, .main-footer white-green {
    display: inline-block;
    vertical-align: top;
    height: 100%; }
    .main-footer .white-blue span, .main-footer white-green span {
      font-size: .8rem;
      line-height: 1rem; }
  .main-footer .white-blue {
    float: left; }
  .main-footer .white-green {
    float: right; }
    .main-footer .white-green span {
      font-size: .8rem;
      line-height: 1rem; }
    .main-footer .white-green i {
      margin-left: .5rem;
      width: 2rem;
      height: 2rem; }

.with-popup .main-footer-container {
  display: none; }

.container-fluid {
  padding: 0 1.875rem;
  /*height: 100%;*/
  width: 100%; }
  .container-fluid.main-footer-container {
    height: auto;
    align-self: flex-end; }

.ftos-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .ftos-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .ftos-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .ftos-container {
      width: 1170px; } }

@media (min-width: 768px) {
  .ftos-full-width .ftos-container {
    width: 100%; } }

@media (min-width: 992px) {
  .ftos-full-width .ftos-container {
    width: 100%; } }

@media (min-width: 1600px) {
  .ftos-full-width .ftos-container {
    width: 85%; } }

.home-container .col-lg-1, .home-container .col-lg-10, .home-container .col-lg-11, .home-container .col-lg-12, .home-container .col-lg-2, .home-container .col-lg-3, .home-container .col-lg-4, .home-container .col-lg-5, .home-container .col-lg-6, .home-container .col-lg-7, .home-container .col-lg-8, .home-container .col-lg-9, .home-container .col-md-1, .home-container .col-md-10, .home-container .col-md-11, .home-container .col-md-12, .home-container .col-md-2, .home-container .col-md-3, .home-container .col-md-4, .home-container .col-md-5, .home-container .col-md-6, .home-container .col-md-7, .home-container .col-md-8, .home-container .col-md-9, .home-container .col-sm-1, .home-container .col-sm-10, .home-container .col-sm-11, .home-container .col-sm-12, .home-container .col-sm-2, .home-container .col-sm-3, .home-container .col-sm-4, .home-container .col-sm-5, .home-container .col-sm-6, .home-container .col-sm-7, .home-container .col-sm-8, .home-container .col-sm-9, .home-container .col-xs-1, .home-container .col-xs-10, .home-container .col-xs-11, .home-container .col-xs-12, .home-container .col-xs-2, .home-container .col-xs-3, .home-container .col-xs-4, .home-container .col-xs-5, .home-container .col-xs-6, .home-container .col-xs-7, .home-container .col-xs-8, .home-container .col-xs-9 {
  padding: 0 0.625rem; }

.home-header h6 {
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: uppercase; }

.home-header a {
  line-height: calc(4rem - 5px); }

.home-header h6 {
  line-height: 3.44492vw; }

.mix {
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: none; }

.flex-grow-1 {
  flex-grow: 1; }
  .main-container:not(.one-dashboard) .flex-grow-1 .floating-container {
    padding-top: 4rem; }

.login-wrapper header {
  position: relative;
  background: url(../../../assets/img/background-video.jpg) black no-repeat;
  background-size: 100% auto;
  background-position: center center;
  height: auto;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

.login-wrapper header video {
  position: absolute;
  bottom: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0; }

.login-wrapper header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2A323B;
  opacity: 0.97;
  z-index: 1; }

.login-wrapper .main-section.fintech-login-section .slideInUpAndScale {
  -webkit-animation: slideInUpAndScale 1s forwards;
  animation: slideInUpAndScale 1s forwards; }

.login-wrapper .main-section.fintech-login-section .showWithDelay {
  -webkit-animation: showWithDelay 0s 1s forwards;
  animation: showWithDelay 0s 1s forwards;
  opacity: 0; }

.login-wrapper .main-section.fintech-login-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  visibility: visible; }

.login-wrapper .main-section.fintech-login-section .content-wrapper, .login-wrapper .main-section.fintech-login-section .login-blur-mask {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.login-wrapper .main-section.fintech-login-section .logo-footer-text {
  font-size: 0.85rem;
  font-weight: 100;
  font-style: normal;
  color: white;
  margin-top: 4rem; }

.login-container {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ebs-effects {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  @media (max-width: 1024px) {
    .main-section .ebs-effects {
      width: 200%; } }
  .ebs-effects .ebs-effects-container {
    position: relative;
    width: 100%;
    height: 100%; }
  .ebs-effects .fintech-custom-bg {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    width: 100%;
    height: 100%; }

.square, .rhombus, .circle {
  position: absolute; }
  .square.transparent, .rhombus.transparent, .circle.transparent {
    opacity: .5; }
  .square.xxs, .rhombus.xxs, .circle.xxs {
    width: 1rem;
    height: 1rem; }
    .square.xxs.bordered, .rhombus.xxs.bordered, .circle.xxs.bordered {
      border-width: .25rem !important; }
  .square.xs, .rhombus.xs, .circle.xs {
    width: 2rem;
    height: 2rem; }
    .square.xs.bordered, .rhombus.xs.bordered, .circle.xs.bordered {
      border-width: .5rem !important; }
  .square.sm, .rhombus.sm, .circle.sm {
    width: 3.5rem;
    height: 3.5rem; }
    .square.sm.bordered, .rhombus.sm.bordered, .circle.sm.bordered {
      border-width: .8rem !important; }
  .square.md, .rhombus.md, .circle.md {
    width: 5rem;
    height: 5rem; }
  .square.lg, .rhombus.lg, .circle.lg {
    width: 10rem;
    height: 10rem; }
  .square.hg, .rhombus.hg, .circle.hg {
    width: 20rem;
    height: 20rem; }
  .square.xhg, .rhombus.xhg, .circle.xhg {
    width: 30rem;
    height: 30rem; }
  .square.left, .rhombus.left, .circle.left {
    left: 0; }
  .square.top, .rhombus.top, .circle.top {
    -moz-transform: translate(-40%, -65%);
    -o-transform: translate(-40%, -65%);
    -ms-transform: translate(-40%, -65%);
    -webkit-transform: translate(-40%, -65%);
    transform: translate(-40%, -65%); }
    .square.top.base div:nth-child(1), .rhombus.top.base div:nth-child(1), .circle.top.base div:nth-child(1) {
      bottom: -6rem;
      right: 9rem; }
    .square.top.base div:nth-child(2), .rhombus.top.base div:nth-child(2), .circle.top.base div:nth-child(2) {
      bottom: 2rem;
      right: 0; }
  .square.left, .rhombus.left, .circle.left {
    left: 0; }
    .square.left.base, .rhombus.left.base, .circle.left.base {
      top: 50vh;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .square.left.base div:nth-child(1), .rhombus.left.base div:nth-child(1), .circle.left.base div:nth-child(1) {
        right: 2rem;
        top: -5rem; }
      .square.left.base div:nth-child(2), .rhombus.left.base div:nth-child(2), .circle.left.base div:nth-child(2) {
        right: -2rem;
        top: -2rem; }
      .square.left.base div:nth-child(3), .rhombus.left.base div:nth-child(3), .circle.left.base div:nth-child(3) {
        right: -6rem;
        top: -2rem; }
      .square.left.base div:nth-child(4), .rhombus.left.base div:nth-child(4), .circle.left.base div:nth-child(4) {
        bottom: 1rem; }
      .square.left.base div:nth-child(5), .rhombus.left.base div:nth-child(5), .circle.left.base div:nth-child(5) {
        bottom: -2rem;
        right: 3rem; }
  .square.right, .rhombus.right, .circle.right {
    right: 0; }
    .square.right.base, .rhombus.right.base, .circle.right.base {
      top: 15vh;
      -moz-transform: translateX(50%);
      -o-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
      .square.right.base div:nth-child(1), .rhombus.right.base div:nth-child(1), .circle.right.base div:nth-child(1) {
        left: 0; }
      .square.right.base div:nth-child(2), .rhombus.right.base div:nth-child(2), .circle.right.base div:nth-child(2) {
        bottom: 8rem;
        left: -2.5rem; }
      .square.right.base div:nth-child(3), .rhombus.right.base div:nth-child(3), .circle.right.base div:nth-child(3) {
        bottom: 4rem;
        left: -3.5rem; }
      .square.right.base div:nth-child(4), .rhombus.right.base div:nth-child(4), .circle.right.base div:nth-child(4) {
        bottom: 1rem;
        left: -1.5rem; }
      .square.right.base div:nth-child(5), .rhombus.right.base div:nth-child(5), .circle.right.base div:nth-child(5) {
        bottom: -1.25rem;
        left: 3.5rem; }
  .square.bottom, .rhombus.bottom, .circle.bottom {
    bottom: 0;
    right: 20rem;
    -moz-transform: translateY(65%);
    -o-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -webkit-transform: translateY(65%);
    transform: translateY(65%); }
    @media (max-width: 1024px) {
      .square.bottom, .rhombus.bottom, .circle.bottom {
        right: 10rem; } }
    .square.bottom.base div:nth-child(1), .rhombus.bottom.base div:nth-child(1), .circle.bottom.base div:nth-child(1) {
      top: 1rem;
      left: -2rem; }
    .square.bottom.base div:nth-child(2), .rhombus.bottom.base div:nth-child(2), .circle.bottom.base div:nth-child(2) {
      top: -2.5rem;
      left: 0; }
  .square.bottom-right, .rhombus.bottom-right, .circle.bottom-right {
    right: -7rem;
    top: 35vh !important; }
  .square .center, .rhombus .center, .circle .center {
    top: 50%;
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

.rhombus {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.rhombus, .square {
  border-radius: .15rem; }

.circle {
  border-radius: 50%; }

.circle.bordered, .square.bordered, .rhombus.bordered {
  background: transparent; }

.circle.white-green, .square.white-green, .rhombus.white-green {
  bottom: 1rem;
  right: 50%;
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
  .circle.white-green span, .square.white-green span, .rhombus.white-green span {
    color: #3f5a63;
    font-weight: 600;
    letter-spacing: 0px; }
  .circle.white-green i, .square.white-green i, .rhombus.white-green i {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0.75rem; }

.white-green span {
  font-size: 1rem;
  line-height: 1.5rem; }

.white-green i {
  background-image: url(../../../assets/img/clover.svg);
  display: inline-block;
  background-repeat: no-repeat; }

.white-blue {
  left: 0; }
  .white-blue img {
    height: 100%;
    width: auto; }

.right, .left {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.left * {
  vertical-align: middle; }

.login-wrapper .main-section {
  width: 100vw !important; }
  @media all and (max-height: 319px) {
    .login-wrapper .main-section .navbar {
      display: none; } }

.ew-form-title {
  width: 100%;
  padding: 0 1.875rem;
  /*margin-top: 2rem;*/ }
  .ew-form-title h5 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: inherit; }
    .ew-form-title h5 span::first-letter {
      font-size: 1.3rem; }

.ew-form-title-with-headeritems {
  margin-top: 5rem; }

.ew-list {
  position: relative;
  z-index: 2;
  margin: 0px auto;
  height: auto;
  padding: 1.875rem;
  margin-bottom: 3.875rem; }

.logo-footer {
  position: absolute;
  bottom: .0;
  width: 100%;
  text-align: right; }
  .logo-footer .logo-footer-span {
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 1.85rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .logo-footer .logo-footer-img {
    height: 85%;
    position: relative;
    right: 0.765rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.main-footer {
  bottom: 0;
  right: 0;
  width: 100%; }

.main-content-min-height {
  min-height: calc(100vh - 6.88984vw); }

.ebs-ui-config-trigger {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1); }
  .ebs-ui-config-trigger button {
    position: relative;
    margin: 0 !important;
    line-height: 4.2rem; }
    .ebs-ui-config-trigger button i {
      font-size: 1.4rem; }

asside.ebs-ui-config {
  position: absolute;
  top: 4rem;
  right: 0;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 0 !important; }
  asside.ebs-ui-config.show-config {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  asside.ebs-ui-config .ui-config-container {
    height: 100%;
    background-color: #fff; }
    asside.ebs-ui-config .ui-config-container .config-title {
      padding: 0 1.3159576913567996vw;
      border-top: 1px solid rgba(128, 128, 128, 0.3); }
      asside.ebs-ui-config .ui-config-container .config-title h5 {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600; }
    asside.ebs-ui-config .ui-config-container .config-content {
      padding: 0 1.3159576913567996vw 1.3159576913567996vw; }
      asside.ebs-ui-config .ui-config-container .config-content .row:not(:first-of-type) {
        margin-top: 1rem; }
      asside.ebs-ui-config .ui-config-container .config-content .checkbox {
        margin: 0; }
        asside.ebs-ui-config .ui-config-container .config-content .checkbox .helper {
          top: 0.12rem; }
      asside.ebs-ui-config .ui-config-container .config-content .radio {
        margin: 0.4rem 0; }
      asside.ebs-ui-config .ui-config-container .config-content span {
        font-size: .9rem;
        vertical-align: top; }
      asside.ebs-ui-config .ui-config-container .config-content .palette-picker {
        display: table;
        width: 100%;
        height: 1rem;
        border-spacing: 0;
        table-layout: fixed;
        cursor: pointer;
        margin-bottom: 1rem; }
        asside.ebs-ui-config .ui-config-container .config-content .palette-picker span {
          position: static;
          float: none;
          height: 100%;
          padding: 0;
          vertical-align: top;
          width: 33%;
          display: table-cell; }
        asside.ebs-ui-config .ui-config-container .config-content .palette-picker.active::before, asside.ebs-ui-config .ui-config-container .config-content .palette-picker.active::after {
          position: absolute; }
        asside.ebs-ui-config .ui-config-container .config-content .palette-picker.active::before {
          width: 10px;
          height: 10px;
          color: #0192ff;
          right: 15px;
          top: -5px;
          z-index: 1;
          content: "";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-size: 12px;
          -moz-osx-font-smoothing: grayscale; }
        asside.ebs-ui-config .ui-config-container .config-content .palette-picker.active::after {
          width: 18px;
          height: 18px;
          right: 10px;
          top: -8px;
          background: white;
          border: 2px solid #0192ff;
          content: "";
          border-radius: 50%; }
    asside.ebs-ui-config .ui-config-container .config-content-middle {
      max-width: 12rem;
      margin: 0 auto;
      padding-top: 0.81342vw;
      padding-bottom: 1.3159576913567996vw; }
      asside.ebs-ui-config .ui-config-container .config-content-middle .pick-class-label {
        margin: .5rem;
        width: 2rem;
        height: 2rem; }

.login-error-message span {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600; }

.with-popup {
  padding: 0 !important;
  /*.sideContainerTrigger{
        display: none;
    }*/ }
  .with-popup #ebsContainerContent {
    font-size: 14px; }

.appVersionHolder .ftos-version {
  text-align: left;
  font-style: italic; }
  .appVersionHolder .ftos-version .ftos-version-app, .appVersionHolder .ftos-version .ftos-version-db {
    display: inline;
    color: #fff; }
  .appVersionHolder .ftos-version .ftos-version-db::before {
    content: "; "; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.h-0 {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important; }

.pb-0 {
  padding-bottom: 0 !important; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

.ebs-readonly {
  opacity: 0.8 !important;
  overflow: hidden; }
  .ebs-readonly .file-link-holder .remove-file-btn {
    display: none; }
  .ebs-readonly + .mce-tinymce {
    opacity: 0.8 !important; }
    .ebs-readonly + .mce-tinymce .code-attr-readonly {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1);
      cursor: not-allowed; }
  .ebs-readonly input,
  .ebs-readonly input:focus,
  .ebs-readonly textarea,
  .ebs-readonly .dx-radiobutton-icon:before {
    background: #e5e5e5 !important;
    color: #222 !important; }
  .ebs-readonly .dx-radiobutton-icon-dot {
    background: #222 !important; }
  .ebs-readonly .dx-checkbox-icon, .ebs-readonly .btn.btn-iconpicker.iconpicker {
    background: #e5e5e5 !important;
    opacity: 1 !important; }
  .ebs-readonly:not(.dx-recomanded) .code-attr-readonly {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: -194px -200px 0px 2000px rgba(0, 0, 0, 0.1);
    z-index: 2;
    cursor: not-allowed; }

/*------------------KPI-------------------*/
.kpi-holder {
  position: relative;
  height: 100%;
  font-size: 1rem; }
  .kpi-holder .kpi-title {
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.15em;*/
    font-size: 1em;
    font-weight: bold; }
  .kpi-holder .kpi-subtitle {
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.15em;*/
    font-size: 0.95em;
    line-height: 1.5em; }
  .kpi-holder .kpi-value,
  .kpi-holder .kpi-value-aux {
    text-align: center;
    position: absolute;
    width: 100%; }
  .kpi-holder .kpi-value {
    font-size: 2em;
    top: calc(50% - 0.5em); }
    .kpi-holder .kpi-value .kpi-decimals, .kpi-holder .kpi-value .kpi-currency {
      font-size: 0.5em; }
  .kpi-holder .kpi-value-aux {
    font-size: 1em;
    top: calc(50% + 1em); }
  .kpi-holder .kpi-currency {
    padding-left: 0.25em; }
  .kpi-holder .kpi-period {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .kpi-holder .kpi-period .kpi-selected::after {
      /*font-weight: bold;*/
      content: "^"; }
  .kpi-holder .kpi-period-holder {
    display: flex;
    text-align: center; }
  .kpi-holder .kpi-period-item {
    padding: 0.5em 1em 0 1em;
    cursor: pointer;
    flex-grow: 1;
    font-size: 0.7em; }
  .kpi-holder .kpi-period-hidden {
    display: none; }

.kpi-red, .kpi-green, .kpi-yellow, .kpi-gray {
  width: 146px;
  height: 146px;
  border-radius: 0.625rem;
  padding: 1rem; }

.kpi-red,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-red {
  background: linear-gradient(60deg, rgba(200, 27, 90, 0.95) 0%, rgba(64, 8, 29, 0.95) 100%); }

.kpi-green,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-green {
  background: linear-gradient(60deg, rgba(57, 181, 74, 0.95) 0%, rgba(0, 104, 55, 0.95) 100%); }

.kpi-yellow,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-yellow {
  background: linear-gradient(60deg, rgba(249, 212, 35, 0.95) 0%, rgba(250, 185, 44, 0.95) 23.41%, rgba(253, 117, 67, 0.95) 73.39%, rgba(255, 78, 80, 0.95) 100%); }

.kpi-gray,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-gray {
  background: linear-gradient(60deg, rgba(0, 127, 118, 0.95) 0%, rgba(2, 120, 117, 0.95) 15.85%, rgba(7, 101, 114, 0.95) 38.66%, rgba(14, 70, 108, 0.95) 65.68%, rgba(25, 27, 101, 0.95) 95.7%, rgba(27, 20, 100, 0.95) 100%); }

.kpi-red *,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-red *,
.kpi-green *,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-green *,
.kpi-yellow *,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-yellow *,
.kpi-gray *,
.grid-stack > .grid-stack-item > .grid-stack-item-content.dashboard-item-content.kpi-gray * {
  color: #fff; }

/*-----------------END-KPI-----------------*/
/*----------------SET EXPRESSION BUILDER------------------*/
.set-expression-builder-holder .dx-filterbuilder-item-operation,
.set-expression-builder-holder .dx-filterbuilder-item-value-text {
  display: none !important; }

.set-expression-builder-holder .seb-item-title {
  text-transform: uppercase;
  text-align: right;
  font-weight: bold; }
  .set-expression-builder-holder .seb-item-title .seb-expression-preview-btn {
    padding-left: 0.5em;
    cursor: pointer; }

.set-expression-builder-holder .seb-include-holder,
.set-expression-builder-holder .seb-exclude-holder {
  border: 2px dashed #ff5534;
  padding: 0.5rem; }

.set-expression-builder-holder .seb-include-holder {
  border-color: #049326;
  margin-bottom: 1rem; }
  .set-expression-builder-holder .seb-include-holder .seb-item-title {
    color: #049326; }

.set-expression-builder-holder .seb-exclude-holder .seb-item-title {
  color: #ff5534; }

.seb-preview {
  font-size: 1.1em; }
  .seb-preview .seb-preview-op {
    font-size: 0.9em;
    font-family: 'Courier';
    font-weight: 600; }
    .seb-preview .seb-preview-op.seb-preview-and {
      color: red; }
    .seb-preview .seb-preview-op.seb-preview-or {
      color: green; }
  .seb-preview .seb-preview-item {
    font-weight: 500; }
  .seb-preview .seb-preview-parentheses {
    font-size: 1.3em;
    color: #ff5534;
    font-weight: 600; }

/*----------------END SET EXPRESSION BUILDER------------------*/
/*----------------START SEGMENT BUILDER------------------*/
.segment-control .segment-control-item-holder {
  padding: 1em 0; }
  .segment-control .segment-control-item-holder .segment-control-item-inner {
    border-bottom: 1px solid #ddd; }
    .segment-control .segment-control-item-holder .segment-control-item-inner .segment-control-title {
      font-size: 1.5rem;
      line-height: 2rem;
      color: #3F5A63;
      display: inline-block;
      position: relative;
      z-index: 10;
      top: 2rem;
      font-weight: 400; }
    .segment-control .segment-control-item-holder .segment-control-item-inner .segment-control-subtitle {
      color: #3F5A63;
      font-size: 1rem;
      line-height: 1.5em;
      padding-top: 0.5em;
      font-weight: 400;
      display: inline-block; }

.segment-control .query-filter-holder .query-filter-inner .query-filter-title {
  top: auto;
  margin-bottom: 1rem; }

.segment-control .query-filter-holder .query-filter-inner .query-entity-subtitle {
  font-weight: 600; }

.segment-control .query-filter-holder .query-filter-inner .query-filter-content {
  padding-bottom: 1em; }
  .segment-control .query-filter-holder .query-filter-inner .query-filter-content .dx-button-content .dx-icon {
    color: white; }
  .segment-control .query-filter-holder .query-filter-inner .query-filter-content .campaignFilterEntityLookup {
    clear: both; }
  .segment-control .query-filter-holder .query-filter-inner .query-filter-content .dx-list-item, .segment-control .query-filter-holder .query-filter-inner .query-filter-content .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    border: none;
    padding: 0.5rem;
    background: transparent;
    border: 2px solid #3F5A63;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem; }
  .segment-control .query-filter-holder .query-filter-inner .query-filter-content .query-filter-item-delete {
    margin-bottom: 0.5rem; }
  .segment-control .query-filter-holder .query-filter-inner .query-filter-content .query-tokens-content.dx-tagbox {
    border: 1px solid #d5d5d5;
    border-radius: 0.625rem; }
    .segment-control .query-filter-holder .query-filter-inner .query-filter-content .query-tokens-content.dx-tagbox .dx-tag-container {
      display: block;
      padding: 0.625rem;
      white-space: normal; }
      .segment-control .query-filter-holder .query-filter-inner .query-filter-content .query-tokens-content.dx-tagbox .dx-tag-container .dx-tag-content {
        margin: 0 4px 4px 0; }
      .segment-control .query-filter-holder .query-filter-inner .query-filter-content .query-tokens-content.dx-tagbox .dx-tag-container > input.dx-texteditor-input {
        margin: 4px 0 0 0;
        margin: 0;
        padding-left: 1rem; }
      .segment-control .query-filter-holder .query-filter-inner .query-filter-content .query-tokens-content.dx-tagbox .dx-tag-container .dx-placeholder {
        padding-left: 1rem; }

.segment-control .qf-aggregate-holder .qf-aggregate-inner .dx-datagrid-headers .dx-datagrid-content table tbody tr td {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important; }

.segment-control .qf-selected-tokens-holder .qf-selected-tokens-inner .dx-datagrid-headers .dx-datagrid-content table tbody tr td {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important; }

.segment-control .qf-aggregate-filter-holder .qf-aggregates-filter-inner .qf-aggregates-filter-title {
  top: auto;
  margin-bottom: 1rem; }

.segment-control .qf-aggregate-filter-holder .qf-aggregates-filter-inner .qf-aggregates-filter-content {
  border-top: 1px solid #ddd;
  padding-top: 1rem; }

.dx-dropdownlist-popup-wrapper .dx-list-item.dx-state-focused {
  background: #e6e6e6; }

/*----------------END SEGMENT BUILDER------------------*/
.ew-forms .ew-form .row .ftos-pe > .row,
.ew-forms .ew-form .ftos-pe > .row {
  padding: .5em 0;
  border-bottom: 1px solid #f4f4f4; }
  .ew-forms .ew-form .row .ftos-pe > .row:last-child,
  .ew-forms .ew-form .ftos-pe > .row:last-child {
    border-bottom: none; }
  .ew-forms .ew-form .row .ftos-pe > .row .ftos-pe-label,
  .ew-forms .ew-form .ftos-pe > .row .ftos-pe-label {
    padding-top: .60em;
    padding-bottom: .5em; }

a.toggle-with-chevron[data-toggle="collapse"] h4:before,
a.toggle-with-chevron[data-toggle="collapse"] h5:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 2px;
  width: 12px; }

a.toggle-with-chevron[data-toggle="collapse"][aria-expanded="true"] h4:before,
a.toggle-with-chevron[data-toggle="collapse"][aria-expanded="true"] h5:before {
  content: "\f0d7";
  padding-left: 0; }

@media (pointer: coarse) and (hover: none) {
  header {
    background: url(../../../assets/img/background-video.jpg) black no-repeat center center scroll; }
  header video {
    display: none; } }

@media screen and (min-width: 1600px) {
  .login-wrapper .content-wrapper {
    padding-top: 10rem !important; }
  .login-wrapper .main-section.fintech-login-section .card-designerLogin #btn-login-colors .btn-login-gray {
    font-size: 24px;
    padding: 12px 30px; }
  .login-wrapper .main-section.fintech-login-section .card-designerLogin h2.margin-bottom-spacer {
    font-size: 36px; }
  .login-wrapper .main-section.fintech-login-section .card-designerLogin .radio-container span {
    padding-top: 0.75rem; }
  .login-wrapper .main-section.fintech-login-section .logo-footer-text {
    font-size: 14px; } }

@media screen and (max-height: 620px) {
  .login-wrapper .content-wrapper {
    padding-top: 0 !important; }
  .login-wrapper .margin-bottom-spacer {
    margin-bottom: 5% !important; } }

@media screen and (max-height: 555px) {
  .login-wrapper .logo-footer-text {
    display: none; } }

@media screen and (max-width: 767px) and (max-height: 620px) {
  .login-wrapper .logo-footer {
    display: none; } }

.ew-form-title {
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0.187rem 0.25rem 0 rgba(0, 0, 0, 0.14), 0 0.187rem 0.187rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.12); }
  .floating-container .ew-form-title {
    opacity: .9; }
  .ew-form-title h5 {
    color: white; }

.ew-list {
  box-shadow: 0 0.187rem 0.25rem 0 rgba(0, 0, 0, 0.14), 0 0.187rem 0.187rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  background: white; }

.floating-container .main-footer .white-green span, .floating-container #poweredBy {
  color: white; }

.floating-container .main-footer .white-blue .appVersionHolder * {
  color: white; }

.ew-controllers {
  padding: 1rem 0 2rem;
  text-align: center; }
  .ew-controllers .ew-controllers-overflow {
    overflow: hidden; }
  .ew-controllers ul {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    font-size: 0;
    -webkit-transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .ew-controllers ul li {
      display: inline-block;
      vertical-align: top;
      padding: 0 1.2rem; }
      .ew-controllers ul li p {
        position: relative;
        width: 3rem;
        height: 3rem;
        line-height: 2rem;
        background-color: #ffffff;
        margin: 0 auto;
        border-radius: 50%;
        color: #fe4a65;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        border: 0.5rem solid #ffffff;
        -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -moz-transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -ms-transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
      .ew-controllers ul li h5 {
        color: white;
        margin-top: 0.5rem;
        margin-bottom: 0; }
      .ew-controllers ul li:not(.ignore-hover):hover p {
        background-color: #888888;
        color: white;
        cursor: pointer; }
      .ew-controllers ul li.active p, .ew-controllers ul li.active h5 p {
        background-color: #888888;
        color: white; }
    .ew-controllers ul li[display=true]:not([last-visible=true])::before {
      position: relative;
      content: "";
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(100% + 0.5rem);
      float: right;
      border: 0;
      color: #ffffff;
      background-color: #ffffff;
      height: .46rem;
      width: 100%;
      left: calc(50% + 1.5rem);
      top: 1.5rem; }

.ew-controllers.ew-stepper {
  padding-bottom: 0;
  padding-top: 0; }
  .ew-controllers.ew-stepper .dx-tab {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    font-size: 1rem;
    color: #fff;
    text-transform: capitalize;
    margin-right: 0;
    overflow: hidden;
    text-overflow: clip; }
  .ew-controllers.ew-stepper .dx-tab.dx-tab-selected {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 600; }
  .ew-controllers.ew-stepper .dx-tab.dx-item > div {
    line-height: 1.4rem; }
  .ew-controllers.ew-stepper .dx-tab.dx-item > div.dx-inkripple {
    display: none; }
  .ew-controllers.ew-stepper .dx-tab.dx-item.dx-tab-selected > div {
    background: #27aae1; }
  .ew-controllers.ew-stepper .dx-tab.dx-tab-selected > div:before {
    border-bottom: 0; }

.euf-material-theme .ew-controllers.ew-stepper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.mobile .dx-multiview-item {
  overflow: auto; }

/*# sourceMappingURL=ebs.css.map */
