@charset "UTF-8";
/* Editor */
.hbs-editor {
  background-color: #fff;
  max-height: 400px;
  font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
  margin: 10px 0;
}
.js-editor {
  background-color: #fff;
  max-height: 400px;
  font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
  margin: 10px 0;
}
.prism-editor__textarea:focus {
  outline: none;
}
/* Syntax highlighting */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #90a4ae;
}
.token.punctuation {
  color: #9e9e9e;
}
.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #e91e63;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #4caf50;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #795548;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #3f51b5;
}
.token.function {
  color: #f44336;
}
.token.regex,
.token.important,
.token.variable {
  color: #ff9800;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.info_circle:after {
  color: #525c66;
  content: '\E195';
}
.info_circle:hover:after {
  color: #06c;
  content: '\E195';
}
/*vue-pretty-json*/
.vjs-value {
  margin-left: 4px;
}
.Vue-Toastification__toast {
  width: 100%;
}
.vjs-tree-brackets{cursor:pointer}
.vjs-tree-brackets:hover{color:#1890ff}
.vjs-check-controller{position:absolute;left:0}
.vjs-check-controller.is-checked .vjs-check-controller-inner{background-color:#1890ff;border-color:#0076e4}
.vjs-check-controller.is-checked .vjs-check-controller-inner.is-checkbox:after{transform:rotate(45deg) scaleY(1)}
.vjs-check-controller.is-checked .vjs-check-controller-inner.is-radio:after{transform:translate(-50%,-50%) scale(1)}
.vjs-check-controller .vjs-check-controller-inner{display:inline-block;position:relative;border:1px solid #bfcbd9;border-radius:2px;vertical-align:middle;box-sizing:border-box;width:16px;height:16px;background-color:#fff;z-index:1;cursor:pointer;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}
.vjs-check-controller .vjs-check-controller-inner:after{box-sizing:content-box;content:"";border:2px solid #fff;border-left:0;border-top:0;height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);width:4px;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;transform-origin:center}
.vjs-check-controller .vjs-check-controller-inner.is-radio{border-radius:100%}
.vjs-check-controller .vjs-check-controller-inner.is-radio:after{border-radius:100%;height:4px;background-color:#fff;left:50%;top:50%}
.vjs-check-controller .vjs-check-controller-original{opacity:0;outline:none;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}
.vjs-carets{position:absolute;right:0;cursor:pointer}
.vjs-carets svg{transition:transform .3s}
.vjs-carets:hover{color:#1890ff}
.vjs-carets-close{transform:rotate(-90deg)}
.vjs-tree-node{display:flex;position:relative;line-height:20px}
.vjs-tree-node.has-carets{padding-left:15px}
.vjs-tree-node.has-carets.has-selector,.vjs-tree-node.has-selector{padding-left:30px}
.vjs-tree-node.is-highlight,.vjs-tree-node:hover{background-color:#e6f7ff}
.vjs-tree-node .vjs-indent{display:flex;position:relative}
.vjs-tree-node .vjs-indent-unit{width:1em}
.vjs-tree-node .vjs-indent-unit.has-line{border-left:1px dashed #bfcbd9}
.vjs-node-index{position:absolute;right:100%;margin-right:4px}
.vjs-comment{color:#bfcbd9}
.vjs-value{word-break:break-word}
.vjs-value-null,.vjs-value-undefined{color:#d55fde}
.vjs-value-boolean,.vjs-value-number{color:#1d8ce0}
.vjs-value-string{color:#13ce66}
.vjs-tree{font-family:Monaco,Menlo,Consolas,Bitstream Vera Sans Mono,monospace;font-size:14px;text-align:left}
.vjs-tree.is-virtual{overflow:auto}
.vjs-tree.is-virtual .vjs-tree-node{white-space:nowrap}
/* sass-plugin-1:/Users/maronato/Developer/vue-toastification/src/scss/index.scss */
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
.Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
}
.Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
}
.Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
}
.Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
}
@supports not (-moz-appearance: none) {
.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
}
}
.Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
}
.Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
}
@supports not (-moz-appearance: none) {
.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
}
}
.Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
}
.Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
}
}
@media only screen and (max-width : 600px) {
.Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
}
.Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
}
.Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
}
.Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
}
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family:
    "Lato",
    Helvetica,
    "Roboto",
    Arial,
    sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
.Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
}
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
0% {
    transform: scaleX(1);
}
100% {
    transform: scaleX(0);
}
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
}
75% {
    transform: translate3d(10px, 0, 0);
}
90% {
    transform: translate3d(-5px, 0, 0);
}
to {
    transform: none;
}
}
@keyframes bounceOutRight {
40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
}
75% {
    transform: translate3d(-10px, 0, 0);
}
90% {
    transform: translate3d(5px, 0, 0);
}
to {
    transform: none;
}
}
@keyframes bounceOutLeft {
20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
}
75% {
    transform: translate3d(0, 10px, 0);
}
90% {
    transform: translate3d(0, -5px, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes bounceOutUp {
20% {
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
}
75% {
    transform: translate3d(0, -10px, 0);
}
90% {
    transform: translate3d(0, 5px, 0);
}
to {
    transform: none;
}
}
@keyframes bounceOutDown {
20% {
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active,
.Vue-Toastification__bounce-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes fadeOutTop {
0% {
    transform: translateY(0);
    opacity: 1;
}
100% {
    transform: translateY(-50px);
    opacity: 0;
}
}
@keyframes fadeOutLeft {
0% {
    transform: translateX(0);
    opacity: 1;
}
100% {
    transform: translateX(-50px);
    opacity: 0;
}
}
@keyframes fadeOutBottom {
0% {
    transform: translateY(0);
    opacity: 1;
}
100% {
    transform: translateY(50px);
    opacity: 0;
}
}
@keyframes fadeOutRight {
0% {
    transform: translateX(0);
    opacity: 1;
}
100% {
    transform: translateX(50px);
    opacity: 0;
}
}
@keyframes fadeInLeft {
0% {
    transform: translateX(-50px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes fadeInRight {
0% {
    transform: translateX(50px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes fadeInTop {
0% {
    transform: translateY(-50px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes fadeInBottom {
0% {
    transform: translateY(50px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active,
.Vue-Toastification__fade-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes slideInBlurredLeft {
0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
}
100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
}
@keyframes slideInBlurredTop {
0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
}
100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
}
@keyframes slideInBlurredRight {
0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
}
100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
}
@keyframes slideInBlurredBottom {
0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
}
100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
}
@keyframes slideOutBlurredTop {
0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
}
100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
}
}
@keyframes slideOutBlurredBottom {
0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
}
}
@keyframes slideOutBlurredLeft {
0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
}
}
@keyframes slideOutBlurredRight {
0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
}
100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
}
}
.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active,
.Vue-Toastification__slideBlurred-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* SHORTCODE: @include gradient('GradientType', (firstColor 0%), 'Colors_in_the_middle', (lastColor 100%)); */
/* BODY fonts*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/assets/OpenSans-Light-59eb0f69.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("/assets/OpenSans-9da671a3.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("/assets/OpenSans-Semibold-a1201e04.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url("/assets/OpenSansLight-Italic-e84cd9dd.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/assets/OpenSans-Italic-4f8a4ac3.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("/assets/OpenSans-SemiboldItalic-66532ecb.woff") format("woff");
}
/* ICONS fonts*/
@font-face {
  font-family: "RTicon Regular";
  src: url("/assets/rticon-f899cbcf.eot?#iefix") format("embedded-opentype"), url("/assets/rticon-dcb5357a.woff2") format("woff2"), url("/assets/rticon-3fceca86.woff") format("woff"), url("/assets/rticon-be24e962.ttf") format("truetype"), url("/assets/rticon-9fedc6e7.svg#rticon") format("svg");
}
.rticon, .ui-icon, .fm_icon, .ui-button-icon, .ui-dialog-titlebar-close {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "RTicon Regular" !important;
  text-decoration: inherit;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table_actions {
  float: left;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: right;
}
.table_actions .actions_line {
  float: left;
}
.table_actions .list_table_filters {
  display: inline-block;
  padding-top: 10px;
}
.table_actions .list_table_filters .form_label {
  display: inline-block;
  width: 260px;
  vertical-align: text-top;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.table_actions .list_table_filters .form_label #text_filter {
  padding-right: 42px;
}
.table_actions .list_table_filters .form_label #text_filter.not_empty ~ .text_filter_icon {
  display: block;
}
.table_actions .list_table_filters .form_label .text_filter_icon {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
  color: #333;
  width: 42px;
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.table_actions .list_table_filters .form_label .text_filter_icon:after {
  content: "\e257";
}
.table_actions .list_table_filters .form_label .text_filter_icon:hover {
  color: #FF2057;
}
.table_wrapper {
  overflow-x: auto;
  overflow-y: auto;
  clear: both;
}
.table {
  display: table;
  table-layout: fixed;
  clear: both;
  min-width: 600px;
  overflow: hidden;
}
.table.stretch_width {
  width: 100%;
}
.table .tr {
  display: table-row;
  background-color: rgba(0, 0, 0, 0.05);
}
.table .tr .td {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
}
.table .tr .td.td__select {
  padding: 10px 0 0 4px;
  width: 45px;
}
.table .tr .td.td__select .checkbox__block {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.table .tr:nth-child(even) {
  background-color: transparent;
}
.table .list_select_check, .table .list_select_check_all {
  width: 30px;
}
.table .list_select_check label.checkbox__block, .table .list_select_check_all label.checkbox__block {
  display: inline-block;
  padding: 0 0 0 20px;
  min-height: 10px;
}
.table .list_select_check label.checkbox__block .checkbox__icon, .table .list_select_check_all label.checkbox__block .checkbox__icon {
  width: 20px;
  height: 10px;
  margin-top: -5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.table .list_select_check label.checkbox__block .checkbox__icon:after, .table .list_select_check_all label.checkbox__block .checkbox__icon:after {
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.table .list_select_check label.checkbox__block .checkbox__input:checked + .checkbox__icon:after, .table .list_select_check_all label.checkbox__block .checkbox__input:checked + .checkbox__icon:after {
  left: 12px;
}
.table .list_select_check label.checkbox__block .checkbox__input.semichecked + .checkbox__icon, .table .list_select_check label.checkbox__block .checkbox__input.semichecked:hover + .checkbox__icon, .table .list_select_check_all label.checkbox__block .checkbox__input.semichecked + .checkbox__icon, .table .list_select_check_all label.checkbox__block .checkbox__input.semichecked:hover + .checkbox__icon {
  -webkit-box-shadow: inset 0 0 0 1px #666;
  -moz-box-shadow: inset 0 0 0 1px #666;
  box-shadow: inset 0 0 0 1px #666;
}
.table .list_select_check label.checkbox__block .checkbox__input.semichecked + .checkbox__icon:after, .table .list_select_check label.checkbox__block .checkbox__input.semichecked:hover + .checkbox__icon:after, .table .list_select_check_all label.checkbox__block .checkbox__input.semichecked + .checkbox__icon:after, .table .list_select_check_all label.checkbox__block .checkbox__input.semichecked:hover + .checkbox__icon:after {
  background-color: #666;
  left: 7px;
}
.table .list_select_check label.checkbox__block .checkbox__input.semichecked ~ .checkbox__text em, .table .list_select_check label.checkbox__block .checkbox__input.semichecked:hover ~ .checkbox__text em, .table .list_select_check_all label.checkbox__block .checkbox__input.semichecked ~ .checkbox__text em, .table .list_select_check_all label.checkbox__block .checkbox__input.semichecked:hover ~ .checkbox__text em {
  display: inline;
}
.table .table_header {
  display: table-header-group;
}
.table .table_header .tr {
  background-color: #000;
  color: #fff;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.table .table_header .tr .td {
  position: relative;
  padding-right: 28px;
}
.table .table_header .tr .td a {
  color: #fff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table .table_header .tr .td span.rticon {
  position: absolute;
  right: 5px;
  width: 16px;
  height: 12px;
  font-size: 12px;
  opacity: 0.35;
  line-height: 12px;
  text-align: center;
}
.table .table_header .tr .td span.rticon.arr_top {
  top: 8px;
}
.table .table_header .tr .td span.rticon.arr_top:after {
  content: "\e601";
}
.table .table_header .tr .td span.rticon.arr_bottom {
  top: unset;
  bottom: 8px;
}
.table .table_header .tr .td span.rticon.arr_bottom:after {
  content: "\e602";
}
.table .table_header .tr .td.desc span.rticon.arr_top {
  opacity: 1;
}
.table .table_header .tr .td.desc span.rticon.arr_bottom {
  opacity: 0.6;
}
.table .table_header .tr .td.asc span.rticon.arr_top {
  opacity: 0.6;
}
.table .table_header .tr .td.asc span.rticon.arr_bottom {
  opacity: 1;
}
.table .table_body {
  display: table-row-group;
}
.table .table_footer {
  display: table-footer-group;
}
.table .table_footer .tr {
  background-color: transparent;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: rgba(0, 0, 0, 0.4);
}
.table .table_footer .tr .td {
  border-top: 1px solid #666;
}
#pagination {
  padding: 40px 0;
  display: table;
  width: 100%;
  line-height: 40px;
}
#pagination .list_table_counter {
  text-align: right;
  color: #666;
  float: right;
  clear: right;
  padding: 0 0 0 40px;
}
#pagination .list_table_pagination .list_table_pagination_page_link {
  display: inline-block;
  width: 40px;
  min-height: 40px;
  text-align: center;
  background-color: #ffc846;
}
#pagination .list_table_pagination .list_table_pagination_page_link a {
  display: block;
  width: inherit;
  height: inherit;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
[data-scrollbar] {
  display: block;
  position: relative;
  max-height: 100vh;
}
.scroll-content {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  background: rgba(222, 222, 222, 0.75);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.5s 0.5s ease-out;
  -moz-transition: opacity 0.5s 0.5s ease-out;
  -ms-transition: opacity 0.5s 0.5s ease-out;
  -o-transition: opacity 0.5s 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out;
}
.scrollbar-track.show, .scrollbar-track:hover {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}
.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
* {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  outline: none;
}
::selection {
  background: rgba(0, 0, 0, 0.4); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.4); /* Gecko Browsers */
}
html {
  height: 100%;
}
html body {
  font: 15px/21px "Open Sans", Arial, sans-serif;
  height: 100%;
}
html body article, html body aside, html body details, html body figcaption, html body figure, html body footer, html body header, html body hgroup, html body main, html body nav, html body section, html body summary {
  display: block;
}
html body #app {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  z-index: 1;
}
html body #app.overlaid {
  filter: url(../img/filter.svg#blur5);
  filter: progid:DXImageTransform.Microsoft.blur(PixelRadius='5');
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
html body > iframe {
  display: none;
}
h1, h2, h3, h4 {
  font: 36px/1.2 "Open Sans", Arial, sans-serif;
  display: block;
}
h2 {
  font-size: 28px;
  font-weight: 900;
}
h2.section__title {
  text-align: center;
  padding: 20px 0;
  font-size: 240%;
  position: relative;
  z-index: 1;
}
h2.section__title:before, h2.section__title:after {
  content: "—";
  margin: 0 0.3em;
}
h3 {
  font-size: 24px;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
em, .italic {
  font-style: italic;
}
sub {
  font-size: 60%;
  vertical-align: top;
  line-height: 1.5em;
}
q {
  display: block;
  position: relative;
  color: #777;
  font: 24px/1.5em Georgia, "Times New Roman", Times, serif;
  margin: 0 30%;
  padding: 20px 0 35px 0;
}
q:before, q:after {
  display: block;
  font-size: 3em;
  width: 45px;
  margin-top: -7px;
  color: #ddd;
}
q:before {
  content: "«";
  float: left;
  margin-left: -45px;
}
q:after {
  content: "»";
  float: right;
  margin-right: -45px;
  text-align: right;
}
q .legend {
  position: absolute;
  font-style: italic;
  font-size: 0.5em;
  top: 100%;
  right: 0;
  margin-top: -35px;
}
q .legend:before {
  content: "— ";
}
blockquote {
  font: 22px/1.2 "Open Sans", Arial, sans-serif;
  font-style: italic;
  color: #777;
  margin: 10px 50px 1.5em;
  padding: 0;
}
blockquote.quote__textblock {
  padding: 40px 15vw;
  max-width: 1300px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding-bottom: 15px;
}
p.ps {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 80%;
}
p:empty {
  display: none;
}
a {
  font-size: 1em;
  color: #06c;
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}
a.action, a.action:visited {
  color: #06c;
  text-decoration: none;
  border-bottom: 1px dashed #06c;
}
a.text {
  text-decoration: none;
  display: inline-block;
}
a.text span.text {
  display: inline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(0, 102, 204, 0.6);
}
a.text:hover span.text {
  border-bottom-color: transparent !important;
}
a:hover, a:visited:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.alignleft {
  float: left;
  clear: left;
}
.aligncenter {
  margin: auto;
  clear: both;
  display: block;
}
.alignright {
  float: right;
  clear: right;
}
.clear {
  clear: both;
}
.textcenter {
  text-align: center !important;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}
.flex_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex_col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.lblue {
  color: #38ccf5;
}
.dblue {
  color: #0f7bc3;
}
.gblue {
  color: #a7c7e5;
}
.lgreen {
  color: #b1d451;
}
.dgreen {
  color: #4dbd61;
}
.gray {
  color: #9ea7a7;
}
.red {
  color: #FF2057;
  fill: #FF2057;
}
.purple {
  color: #8043a2;
}
.brown {
  color: #8d4a32;
}
.orange {
  color: #ff7d32;
}
.yellow {
  color: #ffc846;
}
.turquoise {
  color: #75d5d0;
}
.inactive, *:disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
.hidden {
  display: none !important;
}
.centered__outer {
  display: table;
  width: 100%;
  height: 100%;
}
.centered__outer.__absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.centered__outer .centered__inner {
  display: table-cell;
  vertical-align: middle;
}
.centered__outer .centered__inner:has(.centered__inner + img.set) {
  display: none !important;
}
table {
  display: table;
  table-layout: fixed;
  clear: both;
  min-width: 600px;
  overflow: hidden;
  width: 100%;
}
table.stretch_width {
  width: 100%;
}
table tr {
  display: table-row;
  background-color: rgba(0, 0, 0, 0.05);
}
table tr th {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  text-align: left;
}
table tr th:first-child:empty {
  width: 40px;
}
table tr:nth-child(even) {
  background-color: transparent;
}
table thead {
  display: table-header-group;
}
table thead tr {
  background-color: #273340;
  color: #fff;
}
table thead tr td {
  position: relative;
  padding-right: 28px;
}
table thead tr td a {
  color: #fff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table thead tr td span.rticon {
  position: absolute;
  right: 5px;
  width: 16px;
  height: 12px;
  font-size: 12px;
  opacity: 0.35;
  line-height: 12px;
  text-align: center;
}
table thead tr td span.rticon.arr_top {
  top: 8px;
}
table thead tr td span.rticon.arr_top:after {
  content: "\e601";
}
table thead tr td span.rticon.arr_bottom {
  top: unset;
  bottom: 8px;
}
table thead tr td span.rticon.arr_bottom:after {
  content: "\e602";
}
table thead tr td.desc span.rticon.arr_top {
  opacity: 1;
}
table thead tr td.desc span.rticon.arr_bottom {
  opacity: 0.6;
}
table thead tr td.asc span.rticon.arr_top {
  opacity: 0.6;
}
table thead tr td.asc span.rticon.arr_bottom {
  opacity: 1;
}
table tbody {
  display: table-row-group;
}
table tbody td {
  padding: 10px;
  word-break: break-word;
}
table tfoot {
  display: table-footer-group;
}
table tfoot tr {
  background-color: transparent;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: rgba(0, 0, 0, 0.4);
}
table tfoot tr td {
  border-top: 1px solid #666;
}
/* ANIMATION */
.animated {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
/* INPUTS */
label {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input.hidden_box {
  position: absolute;
  -moz-transform: translate(-999px, -999px);
  -o-transform: translate(-999px, -999px);
  -ms-transform: translate(-999px, -999px);
  -webkit-transform: translate(-999px, -999px);
  transform: translate(-999px, -999px);
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
}
.form_label {
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
}
.form_label.__margin {
  margin-left: 20px;
  position: relative;
}
.form_label.__margin > * {
  position: relative;
}
.form_label.__inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.form_label.__inline .form_label {
  margin-bottom: 0;
}
.form_label.__inline > * {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-flex: 1 0;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  -o-flex: 1 0;
  flex: 1 0;
  padding-right: 10px;
}
.form_label.__inline > *:last-child {
  padding-right: 0;
}
.form_label.__inline > *.__prevail {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}
.form_label.__inline > *.__main {
  -webkit-flex: 6 1 auto;
  -moz-flex: 6 1 auto;
  -ms-flex: 6 1 auto;
  -o-flex: 6 1 auto;
  flex: 6 1 auto;
}
.form_label.__inline > *.__side {
  -webkit-flex: 0 6 auto;
  -moz-flex: 0 6 auto;
  -ms-flex: 0 6 auto;
  -o-flex: 0 6 auto;
  flex: 0 6 auto;
  line-height: 45px;
  z-index: 1;
}
.form_label.__inline > * .subst_to_field {
  min-width: 40px;
  background-color: #ebebeb;
  text-align: center;
  border-bottom: 2px solid #ddd;
  font: 18px/1.5 Arial, Helvetica, sans-serif;
  padding: 13px 5px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.inline_with_button {
  margin-right: 20%;
}
.inline_with_button + .buttonfield {
  float: right;
  margin-top: -42px;
  width: -webkit-calc(20% - 10px);
  width: expression(20% - 10px);
  width: -moz-calc(20% - 10px);
  width: -o-calc(20% - 10px);
  width: calc(20% - 10px);
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
}
@-webkit-keyframes autofill {
to {
    color: #bbb;
    background-color: transparent;
}
}
@keyframes autofill {
to {
    color: #bbb;
    background-color: transparent;
}
}
input {
  outline: none;
}
input:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.unpromted::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
input.unpromted:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
input.unpromted::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
input.unpromted:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
input:-moz-autofill {
  background-color: transparent;
}
input:-webkit-autofill {
  background-color: transparent;
  -webkit-animation-name: autofill;
  -moz-animation-name: autofill;
  -ms-animation-name: autofill;
  -o-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
textarea {
  outline: none;
  overflow-x: hidden;
}
textarea:focus {
  outline: none;
}
textarea::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea.unpromted::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
textarea.unpromted:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
textarea.unpromted::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
textarea.unpromted:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.textfield, .textblock {
  display: inline-block;
  position: relative;
  color: #5f5f5f;
  width: 100%;
  font: 18px/1.2 Arial, Helvetica, sans-serif;
  padding: 13px 0 0 10px;
  min-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #bfd6e6;
  border-width: 0 0 2px 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.textfield:focus, .textblock:focus {
  border-color: #ffc846;
  color: #000;
}
.textfield:invalid, .textfield.invalid, .textblock:invalid, .textblock.invalid {
  border-color: #FF2057;
}
.textfield:disabled, .textblock:disabled {
  color: #777;
  border-color: #bbb;
  cursor: not-allowed;
}
.textfield option, .textblock option {
  color: #000 !important;
}
.textfield:not(.unprompted) + .placeholder, .textblock:not(.unprompted) + .placeholder {
  position: absolute;
  left: 0px;
  font: 18px/21px "Open Sans", Arial, sans-serif;
  padding: 10px 0px 0px 11px;
  color: #bbb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: -webkit-calc(100% - 50px);
  max-width: expression(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: -o-calc(100% - 50px);
  max-width: calc(100% - 50px);
  z-index: 1;
}
.textfield:not(.unprompted):focus, .textfield:not(.unprompted):not(:placeholder-shown), .textblock:not(.unprompted):focus, .textblock:not(.unprompted):not(:placeholder-shown) {
  z-index: 1;
}
.textfield:not(.unprompted):focus + .placeholder, .textfield:not(.unprompted):not(:placeholder-shown) + .placeholder, .textblock:not(.unprompted):focus + .placeholder, .textblock:not(.unprompted):not(:placeholder-shown) + .placeholder {
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  padding-top: 5px;
  padding-left: 9px;
  overflow: visible;
  cursor: text;
}
.textfield:not(.unprompted):-moz-autofill + .placeholder, .textfield:not(.unprompted):-webkit-autofill + .placeholder, .textblock:not(.unprompted):-moz-autofill + .placeholder, .textblock:not(.unprompted):-webkit-autofill + .placeholder {
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  overflow: visible;
  cursor: text;
}
.textfield:not(.unprompted).lightfield, .textblock:not(.unprompted).lightfield {
  border-width: 0;
  border-bottom: 2px solid #bfd6e6 !important;
  padding-left: 0;
}
.textfield:not(.unprompted).lightfield + .placeholder, .textblock:not(.unprompted).lightfield + .placeholder {
  padding-left: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.textfield:not(.unprompted).lightfield ~ hr.lightfield_line, .textblock:not(.unprompted).lightfield ~ hr.lightfield_line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  clear: both;
  height: 2px;
  width: 100%;
  background-color: transparent;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1;
}
.textfield:not(.unprompted).lightfield ~ hr.lightfield_line:before, .textfield:not(.unprompted).lightfield ~ hr.lightfield_line:after, .textblock:not(.unprompted).lightfield ~ hr.lightfield_line:before, .textblock:not(.unprompted).lightfield ~ hr.lightfield_line:after {
  content: "";
  position: absolute;
  top: 0;
  border-bottom: 2px solid;
  border-color: #ffc846;
  width: 0%;
  -webkit-transition: width 0.3s cubic-bezier(0.88, 0.2, 0.48, 0.49);
  -moz-transition: width 0.3s cubic-bezier(0.88, 0.2, 0.48, 0.49);
  -ms-transition: width 0.3s cubic-bezier(0.88, 0.2, 0.48, 0.49);
  -o-transition: width 0.3s cubic-bezier(0.88, 0.2, 0.48, 0.49);
  transition: width 0.3s cubic-bezier(0.88, 0.2, 0.48, 0.49);
}
.textfield:not(.unprompted).lightfield ~ hr.lightfield_line:before, .textblock:not(.unprompted).lightfield ~ hr.lightfield_line:before {
  left: 50%;
}
.textfield:not(.unprompted).lightfield ~ hr.lightfield_line:after, .textblock:not(.unprompted).lightfield ~ hr.lightfield_line:after {
  right: 50%;
}
.textfield:not(.unprompted).lightfield:disabled ~ hr.lightfield_line:before, .textfield:not(.unprompted).lightfield:disabled ~ hr.lightfield_line:after, .textblock:not(.unprompted).lightfield:disabled ~ hr.lightfield_line:before, .textblock:not(.unprompted).lightfield:disabled ~ hr.lightfield_line:after {
  width: 50%;
  border-color: #ddd;
}
.textfield:not(.unprompted).lightfield:focus ~ hr.lightfield_line:before, .textfield:not(.unprompted).lightfield:focus ~ hr.lightfield_line:after, .textfield:not(.unprompted).lightfield.focus ~ hr.lightfield_line:before, .textfield:not(.unprompted).lightfield.focus ~ hr.lightfield_line:after, .textblock:not(.unprompted).lightfield:focus ~ hr.lightfield_line:before, .textblock:not(.unprompted).lightfield:focus ~ hr.lightfield_line:after, .textblock:not(.unprompted).lightfield.focus ~ hr.lightfield_line:before, .textblock:not(.unprompted).lightfield.focus ~ hr.lightfield_line:after {
  width: 50%;
}
.textfield:not(.unprompted).lightfield:invalid:not(:placeholder-shown):before, .textfield:not(.unprompted).lightfield:invalid:not(:placeholder-shown):after, .textblock:not(.unprompted).lightfield:invalid:not(:placeholder-shown):before, .textblock:not(.unprompted).lightfield:invalid:not(:placeholder-shown):after {
  width: 50%;
  border-color: #FF2057;
}
.textfield:not(.unprompted).lightfield:valid:not(:placeholder-shown):before, .textfield:not(.unprompted).lightfield:valid:not(:placeholder-shown):after, .textblock:not(.unprompted).lightfield:valid:not(:placeholder-shown):before, .textblock:not(.unprompted).lightfield:valid:not(:placeholder-shown):after {
  width: 50%;
  border-color: #b1d451;
}
.textfield.textblock, .textblock.textblock {
  min-height: 70px;
  resize: none;
  border-width: 2px;
}
.textfield.textblock.autoresizable, .textblock.textblock.autoresizable {
  min-height: 2.2em;
  height: 2.2em;
  resize: vertical;
  padding-bottom: 0;
}
.textfield:not([placeholder]), .textblock:not([placeholder]) {
  padding-top: 0;
}
.selectfield {
  padding-left: 0;
  padding-top: 13px !important;
  cursor: pointer;
}
.selectfield + .placeholder {
  padding-left: 0 !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.form_group {
  margin-bottom: 25px;
}
.form_group.__multilevel {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #e6e6e6;
}
.form_group.__multilevel .buttonfield.delete {
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 32px;
  padding: 0 10px;
  margin: -10px 0 0 10px;
}
.form_group:empty {
  display: none;
}
@-webkit-keyframes swing_checkbox {
0% {
    -webkit-transform: rotate3d(-1, 1, 0, 0deg);
    -moz-transform: rotate3d(-1, 1, 0, 0deg);
    -ms-transform: rotate3d(-1, 1, 0, 0deg);
    -o-transform: rotate3d(-1, 1, 0, 0deg);
    transform: rotate3d(-1, 1, 0, 0deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
100% {
    -webkit-transform: rotate3d(-1, 1, 0, -180deg);
    -moz-transform: rotate3d(-1, 1, 0, -180deg);
    -ms-transform: rotate3d(-1, 1, 0, -180deg);
    -o-transform: rotate3d(-1, 1, 0, -180deg);
    transform: rotate3d(-1, 1, 0, -180deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
}
@-moz-keyframes swing_checkbox {
0% {
    -webkit-transform: rotate3d(-1, 1, 0, 0deg);
    -moz-transform: rotate3d(-1, 1, 0, 0deg);
    -ms-transform: rotate3d(-1, 1, 0, 0deg);
    -o-transform: rotate3d(-1, 1, 0, 0deg);
    transform: rotate3d(-1, 1, 0, 0deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
100% {
    -webkit-transform: rotate3d(-1, 1, 0, -180deg);
    -moz-transform: rotate3d(-1, 1, 0, -180deg);
    -ms-transform: rotate3d(-1, 1, 0, -180deg);
    -o-transform: rotate3d(-1, 1, 0, -180deg);
    transform: rotate3d(-1, 1, 0, -180deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
}
@-o-keyframes swing_checkbox {
0% {
    -webkit-transform: rotate3d(-1, 1, 0, 0deg);
    -moz-transform: rotate3d(-1, 1, 0, 0deg);
    -ms-transform: rotate3d(-1, 1, 0, 0deg);
    -o-transform: rotate3d(-1, 1, 0, 0deg);
    transform: rotate3d(-1, 1, 0, 0deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
100% {
    -webkit-transform: rotate3d(-1, 1, 0, -180deg);
    -moz-transform: rotate3d(-1, 1, 0, -180deg);
    -ms-transform: rotate3d(-1, 1, 0, -180deg);
    -o-transform: rotate3d(-1, 1, 0, -180deg);
    transform: rotate3d(-1, 1, 0, -180deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
}
@keyframes swing_checkbox {
0% {
    -webkit-transform: rotate3d(-1, 1, 0, 0deg);
    -moz-transform: rotate3d(-1, 1, 0, 0deg);
    -ms-transform: rotate3d(-1, 1, 0, 0deg);
    -o-transform: rotate3d(-1, 1, 0, 0deg);
    transform: rotate3d(-1, 1, 0, 0deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
100% {
    -webkit-transform: rotate3d(-1, 1, 0, -180deg);
    -moz-transform: rotate3d(-1, 1, 0, -180deg);
    -ms-transform: rotate3d(-1, 1, 0, -180deg);
    -o-transform: rotate3d(-1, 1, 0, -180deg);
    transform: rotate3d(-1, 1, 0, -180deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}
}
label.switch {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
label.switch .switch_input {
  visibility: hidden;
  position: relative;
  margin: 0;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 3;
}
label.switch span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
label.switch span.switch_label {
  margin: 2px;
}
label.switch span.switch_label:before, label.switch span.switch_label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -moz-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -o-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
label.switch span.switch_label:before {
  background-color: #fff5df;
}
label.switch span.switch_label:after {
  background-color: #bfd6e6;
  -webkit-transform: rotate3d(-1, 1, 0, 0deg);
  -moz-transform: rotate3d(-1, 1, 0, 0deg);
  -ms-transform: rotate3d(-1, 1, 0, 0deg);
  -o-transform: rotate3d(-1, 1, 0, 0deg);
  transform: rotate3d(-1, 1, 0, 0deg);
}
label.switch span.switch_handle {
  border: 2px solid #7a9db5;
  -webkit-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
label.switch:hover span.switch_label:before, label.switch:hover span.switch_label:after {
  opacity: 1;
}
label.switch .switch_input:checked ~ span.switch_label:before, label.switch .switch_input:checked ~ span.switch_label:after {
  opacity: 1;
}
label.switch .switch_input:checked ~ span.switch_label:before {
  background-color: #fff5df;
}
label.switch .switch_input:checked ~ span.switch_label:after {
  -webkit-transform: rotate3d(-1, 1, 0, -180deg);
  -moz-transform: rotate3d(-1, 1, 0, -180deg);
  -ms-transform: rotate3d(-1, 1, 0, -180deg);
  -o-transform: rotate3d(-1, 1, 0, -180deg);
  transform: rotate3d(-1, 1, 0, -180deg);
  background-color: #ffc846;
}
label.switch .switch_input:checked ~ span.switch_handle {
  border-color: #ffc846;
}
label.switch.__toggle {
  overflow: visible;
}
label.switch.__toggle:before {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-calc(100vw - 165px);
  width: expression(100vw - 165px);
  width: -moz-calc(100vw - 165px);
  width: -o-calc(100vw - 165px);
  width: calc(100vw - 165px);
  height: 60px;
  top: -20px;
  left: -15px;
  background-color: #d0e6f1;
  z-index: -1;
}
/* BUTTONS */
@-webkit-keyframes rotate {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-o-keyframes rotate {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.buttonfield {
  position: relative;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: baseline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-osx-font-smoothing: grayscale;
  font: 16px/1.25 "Open Sans", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 40px;
  background: #0f7bc3;
  color: white;
  -webkit-transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* &:active {;} */
}
.buttonfield:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #ffc846;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -moz-transition: width 0.3s ease, height 0.3s ease;
  -ms-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.buttonfield > * {
  position: relative;
  z-index: 1;
}
.buttonfield span.rticon:first-child {
  margin: 0 8px 0 0;
}
.buttonfield span.rticon:last-child {
  margin: 0 0 0 8px;
}
.buttonfield span.loader {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -14px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: rotate 0.8s linear infinite;
  -moz-animation: rotate 0.8s linear infinite;
  -o-animation: rotate 0.8s linear infinite;
  animation: rotate 0.8s linear infinite;
}
.buttonfield span.loader + span.text {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttonfield:focus, .buttonfield:hover {
  background: #0a4e7c;
}
.buttonfield:active:after {
  width: 350px;
  height: 350px;
}
.buttonfield.__secondary {
  background: #999;
}
.buttonfield.__secondary:focus, .buttonfield.__secondary:hover {
  background: #737373;
}
.buttonfield.__fail {
  background: #fff;
  -webkit-transform: rotateX(90deg) translateY(-100%);
  -moz-transform: rotateX(90deg) translateY(-100%);
  -ms-transform: rotateX(90deg) translateY(-100%);
  -o-transform: rotateX(90deg) translateY(-100%);
  transform: rotateX(90deg) translateY(-100%);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.buttonfield:disabled, .buttonfield:disabled:hover {
  background-color: #444 !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
button.option_button, a.option_button {
  min-width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  background: #b6bfca;
  border: none;
  padding: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  cursor: pointer;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
button.option_button:after, a.option_button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #0f7bc3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -moz-transition: width 0.3s ease, height 0.3s ease;
  -ms-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
button.option_button .rticon, a.option_button .rticon {
  vertical-align: 0;
  z-index: 1;
}
button.option_button .rticon:after, a.option_button .rticon:after {
  display: inline-block;
  vertical-align: bottom;
  line-height: 35px;
}
button.option_button:focus, button.option_button:hover, a.option_button:focus, a.option_button:hover {
  background: #8a98aa;
}
button.option_button:active:after, a.option_button:active:after {
  width: 60px;
  height: 60px;
}
.rticon.add_icon:after {
  content: "+";
}
.rticon.settings_icon:after {
  content: "\e137";
}
.rticon.delete_icon:after {
  content: "\e017";
}
.rticon.import_icon:after {
  content: "\e365";
}
.rticon.export_icon:after {
  content: "\e364";
}
.rticon.invite_icon:after {
  content: "\e007";
}
.rticon.ban_icon:after {
  content: "\e064";
}
.rticon.editor_icon:after {
  content: "\e119";
}
.rticon.view_icon:after {
  content: "\e028";
}
.rticon.edit_icon:after {
  content: "✏";
}
.rticon.save_icon:after {
  content: "\e444";
}
.rticon.download_icon:after {
  content: "\e182";
}
.rticon.upload_icon:after {
  content: "\e364";
}
.rticon.ftp_icon:after {
  content: "\e131";
}
.rticon.filter_icon:after {
  content: "\e028";
}
.rticon.clear_icon:after {
  content: "\e257";
}
button.option_button.active, a.option_button.active {
  background-color: #ffc846;
  color: #000;
}
.custom_button {
  display: inline-block;
  position: relative;
  margin: 0 30px 0 0;
  background-color: transparent;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  vertical-align: baseline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-osx-font-smoothing: grayscale;
  font: 24px/1.25 "Open Sans", Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 11px 40px;
  color: white;
  border: 2px dashed #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.3);
}
.custom_button.__colored {
  background-color: #fff;
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3), 1px 1px 2px rgba(255, 255, 255, 0.3);
}
.custom_button:hover {
  border-color: transparent;
  background-color: #0f7bc3;
  -webkit-box-shadow: inset 0 30px 40px -40px #fff, 0 10px 20px -10px #000;
  -moz-box-shadow: inset 0 30px 40px -40px #fff, 0 10px 20px -10px #000;
  box-shadow: inset 0 30px 40px -40px #fff, 0 10px 20px -10px #000;
}
.custom_button:hover.__colored {
  background-color: #ffc846;
}
.ace_editor {
  font: 14px/1.5 "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace !important;
}
/* SHOW PASSWORD BUTTON */
label.header_show_password {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 36px;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  z-index: 2;
}
label.header_show_password span.rticon {
  width: 34px;
  height: 42px;
  line-height: 2.5;
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
label.header_show_password span.rticon:hover {
  color: #fff;
}
label.header_show_password span.rticon:after {
  content: "\e053";
}
label.header_show_password input:checked + span.rticon:after {
  content: "\e052";
}
/* ERROR BUBBLES */
.validation_msg {
  position: relative;
  text-align: left;
  z-index: 9;
}
.validation_msg:before {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 15px;
  margin: 0 0 20px -25px;
}
.validation_msg:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 25px 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  margin: 0 0 0 -24px;
}
.validation_msg.kind_required, .validation_msg.kind_minlength, .validation_msg.kind_Date {
  color: #FF2057;
}
/* LANGUAGE TOGGLER */
.front_toggle_language {
  position: relative;
  float: right;
}
.front_toggle_language .toggle_language__button {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  color: #eee;
  padding: 7px 10px;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 46px;
}
.front_toggle_language .toggle_language__button span.icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-origin: border-box;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  vertical-align: -7px;
  z-index: 1;
}
.front_toggle_language .toggle_language__button span.text {
  display: none;
}
.front_toggle_language .toggle_language__button.__de-DE span.icon {
  background-image: url(/static/img/lang_de.png);
}
.front_toggle_language .toggle_language__button.__de-DE + .toggle_language__form .toggle_language__switcher.__de-DE {
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
.front_toggle_language .toggle_language__button.__en-US span.icon {
  background-image: url(/static/img/lang_en.png);
}
.front_toggle_language .toggle_language__button.__en-US + .toggle_language__form .toggle_language__switcher.__en-US {
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
.front_toggle_language .toggle_language__button.__ru-RU span.icon {
  background-image: url(/static/img/lang_ru.png);
}
.front_toggle_language .toggle_language__button.__ru-RU + .toggle_language__form .toggle_language__switcher.__ru-RU {
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
.front_toggle_language .toggle_language__form {
  position: absolute;
  bottom: 100%;
  right: 0%;
  background-color: #32373c;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, transform 0s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, transform 0s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, transform 0s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, transform 0s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0s ease-in-out;
  -webkit-transition-delay: .2s, .2s;
  -moz-transition-delay: .2s, .2s;
  -ms-transition-delay: .2s, .2s;
  -o-transition-delay: .2s, .2s;
  transition-delay: .2s, .2s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.front_toggle_language .toggle_language__form .toggle_language__scroll:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -6px;
  right: 16px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front_toggle_language .toggle_language__form .toggle_language__scroll .toggle_language__switcher {
  display: block;
  color: rgba(240, 245, 250, 0.7);
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 40px;
  padding: 7px 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.front_toggle_language .toggle_language__form .toggle_language__scroll .toggle_language__switcher span.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  background-origin: border-box;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  vertical-align: text-top;
  margin: 0 5px 0 0;
  -webkit-box-shadow: 0 0 0 1px rgba(240, 245, 250, 0.4);
  -moz-box-shadow: 0 0 0 1px rgba(240, 245, 250, 0.4);
  box-shadow: 0 0 0 1px rgba(240, 245, 250, 0.4);
}
.front_toggle_language .toggle_language__form .toggle_language__scroll .toggle_language__switcher.__de-DE span.icon {
  background-image: url(/static/img/lang_de.png);
}
.front_toggle_language .toggle_language__form .toggle_language__scroll .toggle_language__switcher.__en-US span.icon {
  background-image: url(/static/img/lang_en.png);
}
.front_toggle_language .toggle_language__form .toggle_language__scroll .toggle_language__switcher.__ru-RU span.icon {
  background-image: url(/static/img/lang_ru.png);
}
.front_toggle_language .toggle_language__form .toggle_language__scroll .toggle_language__switcher:hover {
  background-color: #FF2057;
}
.front_toggle_language:hover, .front_toggle_language.hover {
  z-index: 5;
}
.front_toggle_language:hover .toggle_language__button, .front_toggle_language.hover .toggle_language__button {
  background-color: #FF2057;
}
.front_toggle_language:hover .toggle_language__form, .front_toggle_language.hover .toggle_language__form {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.front_toggle_language:hover .toggle_language__form .toggle_language__scroll:before, .front_toggle_language.hover .toggle_language__form .toggle_language__scroll:before {
  background-color: #FF2057;
}
.tree {
  padding: 10px 0 0 20px;
}
.tree .tree-node .folder_icon {
  color: #ffc846;
  vertical-align: middle;
  margin: 0 25px 0 -40px;
  cursor: pointer;
}
.tree .tree-node .folder_icon:after {
  content: "\e629";
  vertical-align: -2px;
}
.tree .tree-node.open .tree-node-children {
  border-left: 1px solid #eee;
  margin-left: 16px;
}
.tree .tree-node.open > .tree-node-inner-back > .tree-node-inner > div > .folder_icon {
  color: #d6dade;
}
.tree .tree-node.open > .tree-node-inner-back > .tree-node-inner > div > .folder_icon:after {
  content: "\e632";
}
.tree .tree-node .tree-node-inner-back {
  padding: 4px 4px 4px 15px !important;
  background-color: #fbfbfb;
  margin-bottom: 5px !important;
}
.tree .tree-node .tree-node-inner-back .tree-node-inner {
  line-height: 40px;
}
.tree .tree-node .tree-node-inner-back .tree-node-inner .route_edit {
  float: right;
}
.tree .tree-node .tree-node-inner-back .tree-node-inner .route_edit .option_button {
  vertical-align: top;
}
.dragover {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  margin-top: 24px;
  border: 8px dotted #ffc846;
  background-color: transparent !important;
  -webkit-height: calc(100vh - 165px)!important;
  -moz-height: calc(100vh - 165px)!important;
  -ms-height: calc(100vh - 165px)!important;
  -o-height: calc(100vh - 165px)!important;
  height: calc(100vh - 165px)!important;
  display: table !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dragover .draghelper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 48px;
}
/* POPUPS */
.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px;
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  background-color: rgba(17, 94, 121, 0.25) !important;
}
.modal .modal_dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.modal .modal_dialog .modal_content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.modal .modal_dialog .modal_content .modal_header {
  margin: -40px -40px 20px -40px;
  padding: 20px 40px;
  background-color: #004c73;
  position: relative;
}
.modal .modal_dialog .modal_content .modal_header .modal_title {
  font-size: 24px;
  color: #fff;
}
.modal .modal_dialog .modal_content .modal_header .close {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background-color: transparent;
  font-size: 48px;
  color: #fff;
  margin: -30px 0 0 0;
  line-height: 61px;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: color 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: color 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: color 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: color 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: color 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
.modal .modal_dialog .modal_content .modal_header .close:hover {
  color: #ffc846;
}
.modal .modal_dialog .modal_content .modal_body {
  max-height: 80vh;
  overflow: auto;
}
.modal .modal_dialog .modal_content .table {
  min-width: unset;
}
.modal .modal_dialog .modal_footer {
  text-align: right;
}
.modal .modal_dialog .modal_footer .buttonfield:first-child:not(:only-child) {
  float: left;
}
.modal.show {
  visibility: visible;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  pointer-events: all;
  -webkit-touch-action: auto;
  -moz-touch-action: auto;
  -ms-touch-action: auto;
  touch-action: auto;
}
.modal.show .modal_dialog .modal_content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* TECH FORMS */
.tech_wrapper {
  min-height: 100vh;
}
.tech_wrapper .tech_form {
  display: inline-block;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: #fff;
  color: #222;
  padding: 0px 50px 30px 50px;
  width: 400px;
  max-width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.tech_wrapper .tech_form > .router-link-active:first-child {
  display: block;
  width: 100px;
  margin: -145px auto 90px auto;
  -webkit-box-shadow: 0 0 0 10px #fff;
  -moz-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo {
  background-color: #fff;
  display: block;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > * {
  fill: #004c73;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(1) {
  opacity: 0.5;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(2) {
  opacity: 0.9;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(3) {
  opacity: 0.3;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(4) {
  opacity: 0.4;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(5) {
  opacity: 0.2;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(6) {
  opacity: 0.7;
}
.tech_wrapper .tech_form > .router-link-active:first-child #logo > *:nth-child(7) {
  opacity: 0.9;
}
.tech_wrapper .tech_form h2 {
  padding-top: 0;
  margin-bottom: 50px;
  color: #0f7bc3;
}
.tech_wrapper .tech_form .side_link {
  color: #bfd6e6;
}
.tech_wrapper .tech_form.legal_form {
  width: 900px;
}
.tech_wrapper .tech_form .legal_article {
  text-align: left;
}
.tech_wrapper .tech_form .legal_article h2 {
  text-align: center;
}
.tech_wrapper .tech_form .legal_article li {
  padding-left: 20px;
  padding-bottom: 5px;
}
.tech_wrapper .tech_form .legal_article > ul > li {
  padding-top: 20px;
}
.tech_wrapper .tech_form .legal_article ol {
  counter-reset: ol_1;
  list-style-position: outside;
}
.tech_wrapper .tech_form .legal_article ol li {
  counter-increment: ol_1;
}
.tech_wrapper .tech_form .legal_article ol li:before {
  content: counter(ol_1) ". ";
}
.tech_wrapper .tech_form .legal_article ol ol {
  counter-reset: ol_2;
}
.tech_wrapper .tech_form .legal_article ol ol li {
  counter-increment: ol_2;
}
.tech_wrapper .tech_form .legal_article ol ol li:before {
  content: counter(ol_1) "." counter(ol_2) ". ";
}
.tech_wrapper .tech_form .legal_article ol ol ol {
  counter-reset: ol_3;
}
.tech_wrapper .tech_form .legal_article ol ol ol li {
  counter-increment: ol_3;
}
.tech_wrapper .tech_form .legal_article ol ol ol li:before {
  content: counter(ol_1) "." counter(ol_2) "." counter(ol_3) ". ";
}
.tech_wrapper .tech_form .legal_article ol ol ol ol {
  counter-reset: ol_4;
}
.tech_wrapper .tech_form .legal_article ol ol ol ol li {
  counter-increment: ol_4;
}
.tech_wrapper .tech_form .legal_article ol ol ol ol li:before {
  content: counter(ol_1) "." counter(ol_2) "." counter(ol_3) "." counter(ol_4) ". ";
}
.tech_wrapper .tech_form .legal_article ol ul {
  list-style: lower-latin inside;
}
.tech_wrapper .tech_form .legal_article ol ul > li:before {
  display: none;
}
.terms .tech_wrapper, .prices .tech_wrapper {
  padding-top: 200px;
  padding-bottom: 100px;
}
/* PRELOADER */
@-webkit-keyframes move_left {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
}
@-moz-keyframes move_left {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
}
@-o-keyframes move_left {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
}
@keyframes move_left {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
}
@-webkit-keyframes move_right {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
}
@-moz-keyframes move_right {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
}
@-o-keyframes move_right {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
}
@keyframes move_right {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
}
@-webkit-keyframes move_top {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
}
@-moz-keyframes move_top {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
}
@-o-keyframes move_top {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
}
@keyframes move_top {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
}
@-webkit-keyframes move_bottom {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
}
@-moz-keyframes move_bottom {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
}
@-o-keyframes move_bottom {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
}
@keyframes move_bottom {
from {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
to {
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
}
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
#preloader #preloader__lay {
  display: inline-block;
  width: 140px;
  height: 140px;
  position: relative;
}
#preloader #preloader__lay .preloader__point {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: 0;
  left: 0;
}
#preloader #preloader__lay .preloader__point:nth-child(8) {
  background-color: #ffc846;
}
#preloader #preloader__lay .preloader__point:nth-child(3), #preloader #preloader__lay .preloader__point:nth-child(7) {
  background-color: #0f7bc3;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(1) {
  -webkit-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  -moz-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  -o-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  margin-left: 0;
  margin-top: 0;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(2) {
  -webkit-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  -moz-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  -o-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  margin-left: 50px;
  margin-top: 0;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(3) {
  -webkit-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  -moz-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  -o-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  margin-left: 0;
  margin-top: 50px;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(4) {
  -webkit-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  -moz-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  -o-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  margin-left: 50px;
  margin-top: 50px;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(5) {
  -webkit-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  -moz-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  -o-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  margin-left: 100px;
  margin-top: 50px;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(6) {
  -webkit-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  -moz-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  -o-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  margin-left: 0;
  margin-top: 100px;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(7) {
  -webkit-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  -moz-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  -o-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  margin-left: 50px;
  margin-top: 100px;
}
#preloader #preloader__lay.__to_end .preloader__point:nth-child(8) {
  -webkit-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  -moz-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  -o-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  margin-left: 100px;
  margin-top: 100px;
}
#preloader #preloader__lay.__to_start .preloader__point {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(1) {
  -webkit-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  -moz-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  -o-animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  animation: move_right 300ms cubic-bezier(0.83, 0, 0.17, 1) 1000ms 1 normal both running;
  margin-left: 0;
  margin-top: 50px;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(2) {
  -webkit-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  -moz-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  -o-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3500ms 1 normal both running;
  margin-left: 100px;
  margin-top: 0;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(3) {
  -webkit-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  -moz-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  -o-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 1500ms 1 normal both running;
  margin-left: 0;
  margin-top: 100px;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(4) {
  -webkit-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  -moz-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  -o-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 0ms 1 normal both running;
  margin-left: 50px;
  margin-top: 0;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(5) {
  -webkit-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  -moz-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  -o-animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  animation: move_top 300ms cubic-bezier(0.83, 0, 0.17, 1) 500ms 1 normal both running;
  margin-left: 50px;
  margin-top: 50px;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(6) {
  -webkit-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  -moz-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  -o-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2000ms 1 normal both running;
  margin-left: 50px;
  margin-top: 100px;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(7) {
  -webkit-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  -moz-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  -o-animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  animation: move_left 300ms cubic-bezier(0.83, 0, 0.17, 1) 2500ms 1 normal both running;
  margin-left: 100px;
  margin-top: 100px;
}
#preloader #preloader__lay.__to_start .preloader__point:nth-child(8) {
  -webkit-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  -moz-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  -o-animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  animation: move_bottom 300ms cubic-bezier(0.83, 0, 0.17, 1) 3000ms 1 normal both running;
  margin-left: 100px;
  margin-top: 50px;
}
/* Header
-----------------------------------------------------------------------------*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 9;
}
.navbar .container {
  height: 100%;
}
.navbar #nav_layout {
  display: block;
  height: inherit;
  opacity: 0;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
  padding-right: 100px;
}
.navbar #nav_layout a.header_link {
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
.navbar #nav_layout a.header_link span.text {
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
.navbar #nav_layout a.header_link:hover span.text {
  border-bottom-color: transparent;
}
.navbar #nav_layout #nav_layout__generated {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  height: 100px;
  -webkit-transition: padding 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: padding 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: padding 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: padding 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: padding 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
.navbar #nav_layout #nav_layout__generated .generated_block {
  -webkit-flex: 3 3 auto;
  -moz-flex: 3 3 auto;
  -ms-flex: 3 3 auto;
  -o-flex: 3 3 auto;
  flex: 3 3 auto;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: 18px;
  letter-spacing: -1px;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: box-shadow 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: box-shadow 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: box-shadow 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: box-shadow 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
.navbar #nav_layout #nav_layout__generated .generated_block a.header_link {
  max-width: -webkit-calc((100vw - 200px)/8);
  max-width: expression((100vw - 200px)/8);
  max-width: -moz-calc((100vw - 200px)/8);
  max-width: -o-calc((100vw - 200px)/8);
  max-width: calc((100vw - 200px)/8);
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar #nav_layout #nav_layout__generated .generated_block[data-slide=header] {
  background-color: #004c73;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: transform 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: transform 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: transform 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: transform 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  z-index: 1;
}
.navbar #nav_layout #nav_layout__generated .generated_block[data-slide=header] a.header_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.navbar #nav_layout #nav_layout__generated .generated_block[data-slide=header] a.header_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(70% 0%, 70% 20%, 78% 28%, 78% 34%, 100% 34%, 100% 35%, 57% 35%, 57% 79%, 100% 79%, 100% 80%, 43% 80%, 43% 100%, 42% 100%, 42% 35%, 23% 35%, 23% 100%, 22% 100%, 22% 58%, 0% 58%, 0% 57%, 22% 57%, 22% 21%, 0% 21%, 0% 20%, 69% 20%, 69% 0%);
  background-color: #fff;
}
.navbar #nav_layout #nav_layout__static {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.navbar #nav_layout #nav_layout__static .static_block {
  height: inherit;
  background-color: #004c73;
  font-size: 18px;
  letter-spacing: -1px;
}
.navbar #nav_layout #nav_layout__static .static_block .block_wrapper {
  height: inherit;
}
#app[class] .navbar #nav_layout {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#app[class]:not(.header) .navbar #nav_layout {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
#app[class]:not(.header) .navbar #nav_layout #nav_layout__generated {
  padding-left: 100px;
}
#app[class]:not(.header) .navbar #nav_layout #nav_layout__generated .generated_block[data-slide=header] {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#app[class].structure .navbar [data-slide=structure], #app[class].templates .navbar [data-slide=templates], #app[class].handlers .navbar [data-slide=handlers], #app[class].feeds .navbar [data-slide=feeds], #app[class].settings .navbar [data-slide=settings], #app[class].instruments .navbar [data-slide=instruments], #app[class].partners .navbar [data-slide=partners], #app[class].trial .navbar [data-slide=trial] {
  -webkit-box-shadow: inset 0 -100px 0 0 #000;
  -moz-box-shadow: inset 0 -100px 0 0 #000;
  box-shadow: inset 0 -100px 0 0 #000;
}
#app[class].structure .navbar [data-slide=structure] a.header_link, #app[class].templates .navbar [data-slide=templates] a.header_link, #app[class].handlers .navbar [data-slide=handlers] a.header_link, #app[class].feeds .navbar [data-slide=feeds] a.header_link, #app[class].settings .navbar [data-slide=settings] a.header_link, #app[class].instruments .navbar [data-slide=instruments] a.header_link, #app[class].partners .navbar [data-slide=partners] a.header_link, #app[class].trial .navbar [data-slide=trial] a.header_link {
  color: #00a9ff;
}
#app[class].structure .navbar [data-slide=structure] a.header_link span, #app[class].templates .navbar [data-slide=templates] a.header_link span, #app[class].handlers .navbar [data-slide=handlers] a.header_link span, #app[class].feeds .navbar [data-slide=feeds] a.header_link span, #app[class].settings .navbar [data-slide=settings] a.header_link span, #app[class].instruments .navbar [data-slide=instruments] a.header_link span, #app[class].partners .navbar [data-slide=partners] a.header_link span, #app[class].trial .navbar [data-slide=trial] a.header_link span {
  border-bottom-color: transparent;
}
/* Middle
-----------------------------------------------------------------------------*/
main.content {
  padding: 0;
  background-color: #273340;
  /* ARTICLE */
  /* ADMIN PANEL */
}
main.content.tech_page {
  background: #1a5e81 0%;
  background-image: -webkit-radial-gradient(center, ellipse cover, #1a5e81 0%, #273340 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-radial-gradient(center, ellipse cover, #1a5e81 0%, #273340 100%); /* FF3.6 */
  background-image: -ms-radial-gradient(center, ellipse cover, #1a5e81 0%, #273340 100%); /* IE10 */
  background-image: -o-radial-gradient(center, ellipse cover, #1a5e81 0%, #273340 100%); /* Opera 11.10+ */
  background-image: radial-gradient(ellipse at center, #1a5e81 0%, #273340 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#1a5e81 0%", EndColorStr="#273340 100%");
}
main.content #scroll_wrapper {
  font-size: 130%;
  line-height: 1.5;
  overflow: hidden;
  height: 100vh;
}
main.content #scroll_wrapper canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
main.content #scroll_wrapper .slide {
  min-height: 100vh;
  position: relative;
}
main.content #scroll_wrapper .slide .centered__outer {
  min-height: 100vh;
}
main.content #scroll_wrapper .slide .container {
  padding: 50px;
  padding: -webkit-calc(50px + 5vw);
  padding: expression(50px + 5vw);
  padding: -moz-calc(50px + 5vw);
  padding: -o-calc(50px + 5vw);
  padding: calc(50px + 5vw);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #d1dae0;
}
main.content #scroll_wrapper .slide .container .feature_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
}
main.content #scroll_wrapper .slide .container .feature_icon svg {
  display: block;
  background-color: transparent;
  width: 100%;
  min-width: auto;
  min-height: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__structure polyline {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2px;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__structure polyline:nth-child(1) {
  -webkit-transform-origin: 56% 34%;
  -moz-transform-origin: 56% 34%;
  -ms-transform-origin: 56% 34%;
  -o-transform-origin: 56% 34%;
  transform-origin: 56% 34%;
  -webkit-animation: zoom_fade_1 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0s infinite;
  -moz-animation: zoom_fade_1 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0s infinite;
  -o-animation: zoom_fade_1 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0s infinite;
  animation: zoom_fade_1 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__structure polyline:nth-child(2) {
  -webkit-transform-origin: 52% 23%;
  -moz-transform-origin: 52% 23%;
  -ms-transform-origin: 52% 23%;
  -o-transform-origin: 52% 23%;
  transform-origin: 52% 23%;
  -webkit-animation: zoom_fade_2 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 4s infinite;
  -moz-animation: zoom_fade_2 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 4s infinite;
  -o-animation: zoom_fade_2 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 4s infinite;
  animation: zoom_fade_2 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 4s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__structure polyline:nth-child(3) {
  -webkit-transform-origin: 40% 36%;
  -moz-transform-origin: 40% 36%;
  -ms-transform-origin: 40% 36%;
  -o-transform-origin: 40% 36%;
  transform-origin: 40% 36%;
  -webkit-animation: zoom_fade_3 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 8s infinite;
  -moz-animation: zoom_fade_3 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 8s infinite;
  -o-animation: zoom_fade_3 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 8s infinite;
  animation: zoom_fade_3 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 8s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__structure polyline:nth-child(4) {
  -webkit-transform-origin: 71% 46%;
  -moz-transform-origin: 71% 46%;
  -ms-transform-origin: 71% 46%;
  -o-transform-origin: 71% 46%;
  transform-origin: 71% 46%;
  -webkit-animation: zoom_fade_4 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 12s infinite;
  -moz-animation: zoom_fade_4 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 12s infinite;
  -o-animation: zoom_fade_4 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 12s infinite;
  animation: zoom_fade_4 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 12s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__structure polyline:nth-child(5) {
  -webkit-transform-origin: 56% 58%;
  -moz-transform-origin: 56% 58%;
  -ms-transform-origin: 56% 58%;
  -o-transform-origin: 56% 58%;
  transform-origin: 56% 58%;
  -webkit-animation: zoom_fade_5 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 16s infinite;
  -moz-animation: zoom_fade_5 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 16s infinite;
  -o-animation: zoom_fade_5 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 16s infinite;
  animation: zoom_fade_5 20s cubic-bezier(0.56, 0.05, 0.57, 0.96) 16s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds {
  background: #005f90 0%;
  background-image: -webkit-linear-gradient(top, #005f90 0%, #5926a0 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #005f90 0%, #5926a0 100%); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #005f90 0%, #5926a0 100%); /* IE10 */
  background-image: -o-linear-gradient(top, #005f90 0%, #5926a0 100%); /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #005f90 0%, #5926a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#005f90 0%", EndColorStr="#5926a0 100%");
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds .st0 {
  fill: rgba(255, 255, 255, 0.05);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds .st1 {
  fill: rgba(255, 255, 255, 0.2);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g {
  -webkit-animation: scroll_feed 6s linear 0s infinite;
  -moz-animation: scroll_feed 6s linear 0s infinite;
  -o-animation: scroll_feed 6s linear 0s infinite;
  animation: scroll_feed 6s linear 0s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g:nth-child(odd) {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g:nth-child(even) {
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g:nth-child(1) {
  -webkit-animation-duration: 9s;
  -moz-animation-duration: 9s;
  -ms-animation-duration: 9s;
  -o-animation-duration: 9s;
  animation-duration: 9s;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g:nth-child(2) {
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g:nth-child(3) {
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -ms-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__feeds g:nth-child(4) {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave {
  background: #a4b357 0%;
  background-image: -webkit-linear-gradient(top, #a4b357 0%, #75890c 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #a4b357 0%, #75890c 100%); /* IE10 */
  background-image: -o-linear-gradient(top, #a4b357 0%, #75890c 100%); /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #a4b357 0%, #75890c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#a4b357 0%", EndColorStr="#75890c 100%");
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave {
  -webkit-animation: wave 3s linear 0s infinite;
  -moz-animation: wave 3s linear 0s infinite;
  -o-animation: wave 3s linear 0s infinite;
  animation: wave 3s linear 0s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  stroke: #fff;
  stroke-width: 0.1px;
  fill: transparent;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(1), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(30) {
  -webkit-animation-duration: 9s;
  -moz-animation-duration: 9s;
  -ms-animation-duration: 9s;
  -o-animation-duration: 9s;
  animation-duration: 9s;
  opacity: 0.45;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(2), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(29) {
  -webkit-animation-duration: 7.5s;
  -moz-animation-duration: 7.5s;
  -ms-animation-duration: 7.5s;
  -o-animation-duration: 7.5s;
  animation-duration: 7.5s;
  opacity: 0.4;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(3), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(28) {
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -ms-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
  opacity: 0.45;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(4), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(27) {
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  opacity: 0.3;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(5), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(26) {
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  opacity: 0.35;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(6), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(25) {
  -webkit-animation-duration: 6.5s;
  -moz-animation-duration: 6.5s;
  -ms-animation-duration: 6.5s;
  -o-animation-duration: 6.5s;
  animation-duration: 6.5s;
  opacity: 0.3;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(7), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(24) {
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  opacity: 0.2;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(8), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(23) {
  -webkit-animation-duration: 5.5s;
  -moz-animation-duration: 5.5s;
  -ms-animation-duration: 5.5s;
  -o-animation-duration: 5.5s;
  animation-duration: 5.5s;
  opacity: 0.28;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(9), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(22) {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  opacity: 0.15;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(10), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(21) {
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  opacity: 0.2;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(11), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(20) {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  opacity: 0.25;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(12), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(19) {
  -webkit-animation-duration: 4.5s;
  -moz-animation-duration: 4.5s;
  -ms-animation-duration: 4.5s;
  -o-animation-duration: 4.5s;
  animation-duration: 4.5s;
  opacity: 0.18;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(13), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(18) {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  opacity: 0.05;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(14), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(17) {
  -webkit-animation-duration: 5.5s;
  -moz-animation-duration: 5.5s;
  -ms-animation-duration: 5.5s;
  -o-animation-duration: 5.5s;
  animation-duration: 5.5s;
  opacity: 0.1;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(15), main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(16) {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  opacity: 0.05;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(2n+1) {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(1) {
  -webkit-animation-delay: 579ms;
  -moz-animation-delay: 579ms;
  -ms-animation-delay: 579ms;
  -o-animation-delay: 579ms;
  animation-delay: 579ms;
  -webkit-transition-delay: 579ms;
  -moz-transition-delay: 579ms;
  -ms-transition-delay: 579ms;
  -o-transition-delay: 579ms;
  transition-delay: 579ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(2) {
  -webkit-animation-delay: 653ms;
  -moz-animation-delay: 653ms;
  -ms-animation-delay: 653ms;
  -o-animation-delay: 653ms;
  animation-delay: 653ms;
  -webkit-transition-delay: 653ms;
  -moz-transition-delay: 653ms;
  -ms-transition-delay: 653ms;
  -o-transition-delay: 653ms;
  transition-delay: 653ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(3) {
  -webkit-animation-delay: 643ms;
  -moz-animation-delay: 643ms;
  -ms-animation-delay: 643ms;
  -o-animation-delay: 643ms;
  animation-delay: 643ms;
  -webkit-transition-delay: 643ms;
  -moz-transition-delay: 643ms;
  -ms-transition-delay: 643ms;
  -o-transition-delay: 643ms;
  transition-delay: 643ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(4) {
  -webkit-animation-delay: 279ms;
  -moz-animation-delay: 279ms;
  -ms-animation-delay: 279ms;
  -o-animation-delay: 279ms;
  animation-delay: 279ms;
  -webkit-transition-delay: 279ms;
  -moz-transition-delay: 279ms;
  -ms-transition-delay: 279ms;
  -o-transition-delay: 279ms;
  transition-delay: 279ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(5) {
  -webkit-animation-delay: 485ms;
  -moz-animation-delay: 485ms;
  -ms-animation-delay: 485ms;
  -o-animation-delay: 485ms;
  animation-delay: 485ms;
  -webkit-transition-delay: 485ms;
  -moz-transition-delay: 485ms;
  -ms-transition-delay: 485ms;
  -o-transition-delay: 485ms;
  transition-delay: 485ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(6) {
  -webkit-animation-delay: 492ms;
  -moz-animation-delay: 492ms;
  -ms-animation-delay: 492ms;
  -o-animation-delay: 492ms;
  animation-delay: 492ms;
  -webkit-transition-delay: 492ms;
  -moz-transition-delay: 492ms;
  -ms-transition-delay: 492ms;
  -o-transition-delay: 492ms;
  transition-delay: 492ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(7) {
  -webkit-animation-delay: 245ms;
  -moz-animation-delay: 245ms;
  -ms-animation-delay: 245ms;
  -o-animation-delay: 245ms;
  animation-delay: 245ms;
  -webkit-transition-delay: 245ms;
  -moz-transition-delay: 245ms;
  -ms-transition-delay: 245ms;
  -o-transition-delay: 245ms;
  transition-delay: 245ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(8) {
  -webkit-animation-delay: 659ms;
  -moz-animation-delay: 659ms;
  -ms-animation-delay: 659ms;
  -o-animation-delay: 659ms;
  animation-delay: 659ms;
  -webkit-transition-delay: 659ms;
  -moz-transition-delay: 659ms;
  -ms-transition-delay: 659ms;
  -o-transition-delay: 659ms;
  transition-delay: 659ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(9) {
  -webkit-animation-delay: 262ms;
  -moz-animation-delay: 262ms;
  -ms-animation-delay: 262ms;
  -o-animation-delay: 262ms;
  animation-delay: 262ms;
  -webkit-transition-delay: 262ms;
  -moz-transition-delay: 262ms;
  -ms-transition-delay: 262ms;
  -o-transition-delay: 262ms;
  transition-delay: 262ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(10) {
  -webkit-animation-delay: 381ms;
  -moz-animation-delay: 381ms;
  -ms-animation-delay: 381ms;
  -o-animation-delay: 381ms;
  animation-delay: 381ms;
  -webkit-transition-delay: 381ms;
  -moz-transition-delay: 381ms;
  -ms-transition-delay: 381ms;
  -o-transition-delay: 381ms;
  transition-delay: 381ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(11) {
  -webkit-animation-delay: 445ms;
  -moz-animation-delay: 445ms;
  -ms-animation-delay: 445ms;
  -o-animation-delay: 445ms;
  animation-delay: 445ms;
  -webkit-transition-delay: 445ms;
  -moz-transition-delay: 445ms;
  -ms-transition-delay: 445ms;
  -o-transition-delay: 445ms;
  transition-delay: 445ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(12) {
  -webkit-animation-delay: 569ms;
  -moz-animation-delay: 569ms;
  -ms-animation-delay: 569ms;
  -o-animation-delay: 569ms;
  animation-delay: 569ms;
  -webkit-transition-delay: 569ms;
  -moz-transition-delay: 569ms;
  -ms-transition-delay: 569ms;
  -o-transition-delay: 569ms;
  transition-delay: 569ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(13) {
  -webkit-animation-delay: 224ms;
  -moz-animation-delay: 224ms;
  -ms-animation-delay: 224ms;
  -o-animation-delay: 224ms;
  animation-delay: 224ms;
  -webkit-transition-delay: 224ms;
  -moz-transition-delay: 224ms;
  -ms-transition-delay: 224ms;
  -o-transition-delay: 224ms;
  transition-delay: 224ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(14) {
  -webkit-animation-delay: 330ms;
  -moz-animation-delay: 330ms;
  -ms-animation-delay: 330ms;
  -o-animation-delay: 330ms;
  animation-delay: 330ms;
  -webkit-transition-delay: 330ms;
  -moz-transition-delay: 330ms;
  -ms-transition-delay: 330ms;
  -o-transition-delay: 330ms;
  transition-delay: 330ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(15) {
  -webkit-animation-delay: 328ms;
  -moz-animation-delay: 328ms;
  -ms-animation-delay: 328ms;
  -o-animation-delay: 328ms;
  animation-delay: 328ms;
  -webkit-transition-delay: 328ms;
  -moz-transition-delay: 328ms;
  -ms-transition-delay: 328ms;
  -o-transition-delay: 328ms;
  transition-delay: 328ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(16) {
  -webkit-animation-delay: 261ms;
  -moz-animation-delay: 261ms;
  -ms-animation-delay: 261ms;
  -o-animation-delay: 261ms;
  animation-delay: 261ms;
  -webkit-transition-delay: 261ms;
  -moz-transition-delay: 261ms;
  -ms-transition-delay: 261ms;
  -o-transition-delay: 261ms;
  transition-delay: 261ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(17) {
  -webkit-animation-delay: 636ms;
  -moz-animation-delay: 636ms;
  -ms-animation-delay: 636ms;
  -o-animation-delay: 636ms;
  animation-delay: 636ms;
  -webkit-transition-delay: 636ms;
  -moz-transition-delay: 636ms;
  -ms-transition-delay: 636ms;
  -o-transition-delay: 636ms;
  transition-delay: 636ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(18) {
  -webkit-animation-delay: 686ms;
  -moz-animation-delay: 686ms;
  -ms-animation-delay: 686ms;
  -o-animation-delay: 686ms;
  animation-delay: 686ms;
  -webkit-transition-delay: 686ms;
  -moz-transition-delay: 686ms;
  -ms-transition-delay: 686ms;
  -o-transition-delay: 686ms;
  transition-delay: 686ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(19) {
  -webkit-animation-delay: 612ms;
  -moz-animation-delay: 612ms;
  -ms-animation-delay: 612ms;
  -o-animation-delay: 612ms;
  animation-delay: 612ms;
  -webkit-transition-delay: 612ms;
  -moz-transition-delay: 612ms;
  -ms-transition-delay: 612ms;
  -o-transition-delay: 612ms;
  transition-delay: 612ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(20) {
  -webkit-animation-delay: 387ms;
  -moz-animation-delay: 387ms;
  -ms-animation-delay: 387ms;
  -o-animation-delay: 387ms;
  animation-delay: 387ms;
  -webkit-transition-delay: 387ms;
  -moz-transition-delay: 387ms;
  -ms-transition-delay: 387ms;
  -o-transition-delay: 387ms;
  transition-delay: 387ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(21) {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(22) {
  -webkit-animation-delay: 625ms;
  -moz-animation-delay: 625ms;
  -ms-animation-delay: 625ms;
  -o-animation-delay: 625ms;
  animation-delay: 625ms;
  -webkit-transition-delay: 625ms;
  -moz-transition-delay: 625ms;
  -ms-transition-delay: 625ms;
  -o-transition-delay: 625ms;
  transition-delay: 625ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(23) {
  -webkit-animation-delay: 377ms;
  -moz-animation-delay: 377ms;
  -ms-animation-delay: 377ms;
  -o-animation-delay: 377ms;
  animation-delay: 377ms;
  -webkit-transition-delay: 377ms;
  -moz-transition-delay: 377ms;
  -ms-transition-delay: 377ms;
  -o-transition-delay: 377ms;
  transition-delay: 377ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(24) {
  -webkit-animation-delay: 255ms;
  -moz-animation-delay: 255ms;
  -ms-animation-delay: 255ms;
  -o-animation-delay: 255ms;
  animation-delay: 255ms;
  -webkit-transition-delay: 255ms;
  -moz-transition-delay: 255ms;
  -ms-transition-delay: 255ms;
  -o-transition-delay: 255ms;
  transition-delay: 255ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(25) {
  -webkit-animation-delay: 208ms;
  -moz-animation-delay: 208ms;
  -ms-animation-delay: 208ms;
  -o-animation-delay: 208ms;
  animation-delay: 208ms;
  -webkit-transition-delay: 208ms;
  -moz-transition-delay: 208ms;
  -ms-transition-delay: 208ms;
  -o-transition-delay: 208ms;
  transition-delay: 208ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(26) {
  -webkit-animation-delay: 407ms;
  -moz-animation-delay: 407ms;
  -ms-animation-delay: 407ms;
  -o-animation-delay: 407ms;
  animation-delay: 407ms;
  -webkit-transition-delay: 407ms;
  -moz-transition-delay: 407ms;
  -ms-transition-delay: 407ms;
  -o-transition-delay: 407ms;
  transition-delay: 407ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(27) {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(28) {
  -webkit-animation-delay: 383ms;
  -moz-animation-delay: 383ms;
  -ms-animation-delay: 383ms;
  -o-animation-delay: 383ms;
  animation-delay: 383ms;
  -webkit-transition-delay: 383ms;
  -moz-transition-delay: 383ms;
  -ms-transition-delay: 383ms;
  -o-transition-delay: 383ms;
  transition-delay: 383ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(29) {
  -webkit-animation-delay: 446ms;
  -moz-animation-delay: 446ms;
  -ms-animation-delay: 446ms;
  -o-animation-delay: 446ms;
  animation-delay: 446ms;
  -webkit-transition-delay: 446ms;
  -moz-transition-delay: 446ms;
  -ms-transition-delay: 446ms;
  -o-transition-delay: 446ms;
  transition-delay: 446ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__wave .wave:nth-child(30) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs {
  background: #3a4856 0%;
  background-image: -webkit-radial-gradient(center, ellipse cover, #3a4856 0%, #1f2933 60%, #0f161d 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-radial-gradient(center, ellipse cover, #3a4856 0%, #1f2933 60%, #0f161d 100%); /* FF3.6 */
  background-image: -ms-radial-gradient(center, ellipse cover, #3a4856 0%, #1f2933 60%, #0f161d 100%); /* IE10 */
  background-image: -o-radial-gradient(center, ellipse cover, #3a4856 0%, #1f2933 60%, #0f161d 100%); /* Opera 11.10+ */
  background-image: radial-gradient(ellipse at center, #3a4856 0%, #1f2933 60%, #0f161d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#3a4856 0%", EndColorStr="#0f161d 100%");
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog {
  -webkit-animation: rotate_elem 8s linear 0s infinite normal forwards paused;
  -moz-animation: rotate_elem 8s linear 0s infinite normal forwards paused;
  -o-animation: rotate_elem 8s linear 0s infinite normal forwards paused;
  animation: rotate_elem 8s linear 0s infinite normal forwards paused;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog.cog_back {
  fill: rgba(0, 0, 0, 0.2);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog.cog_front {
  fill: rgba(255, 255, 255, 0.4);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog:nth-child(1) {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 12;
  -moz-animation-duration: 12;
  -ms-animation-duration: 12;
  -o-animation-duration: 12;
  animation-duration: 12;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog:nth-child(2) {
  -webkit-transform-origin: 37.5% 28.5%;
  -moz-transform-origin: 37.5% 28.5%;
  -ms-transform-origin: 37.5% 28.5%;
  -o-transform-origin: 37.5% 28.5%;
  transform-origin: 37.5% 28.5%;
  -webkit-animation-duration: 12;
  -moz-animation-duration: 12;
  -ms-animation-duration: 12;
  -o-animation-duration: 12;
  animation-duration: 12;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog:nth-child(3) {
  -webkit-transform-origin: 37.5% 71.5%;
  -moz-transform-origin: 37.5% 71.5%;
  -ms-transform-origin: 37.5% 71.5%;
  -o-transform-origin: 37.5% 71.5%;
  transform-origin: 37.5% 71.5%;
  -webkit-animation-duration: 12;
  -moz-animation-duration: 12;
  -ms-animation-duration: 12;
  -o-animation-duration: 12;
  animation-duration: 12;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog:nth-child(4) {
  -webkit-transform-origin: 26% 88%;
  -moz-transform-origin: 26% 88%;
  -ms-transform-origin: 26% 88%;
  -o-transform-origin: 26% 88%;
  transform-origin: 26% 88%;
  -webkit-animation-duration: 12;
  -moz-animation-duration: 12;
  -ms-animation-duration: 12;
  -o-animation-duration: 12;
  animation-duration: 12;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog:nth-child(5) {
  -webkit-transform-origin: 30% 50%;
  -moz-transform-origin: 30% 50%;
  -ms-transform-origin: 30% 50%;
  -o-transform-origin: 30% 50%;
  transform-origin: 30% 50%;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__cogs .cog:nth-child(6) {
  -webkit-transform-origin: 43.5% 70%;
  -moz-transform-origin: 43.5% 70%;
  -ms-transform-origin: 43.5% 70%;
  -o-transform-origin: 43.5% 70%;
  transform-origin: 43.5% 70%;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket {
  background-image: url("/static/img/bg_title_slide__trial.jpg");
  background-origin: border-box;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__shadow {
  opacity: 0.2;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__fire {
  fill: #E0995E;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__fire_light {
  fill: #F5CF87;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__wing {
  fill: #C75C5C;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__body {
  fill: #E0E0D1;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__window {
  fill: #273340;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket path.rocket__star_line {
  stroke: #fff;
  stroke-width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transform: translate(18%,-32%) scale(1);
  -moz-transform: translate(18%,-32%) scale(1);
  -ms-transform: translate(18%,-32%) scale(1);
  -o-transform: translate(18%,-32%) scale(1);
  transform: translate(18%,-32%) scale(1);
  -webkit-animation: starline 7s infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  -moz-animation: starline 7s infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  -o-animation: starline 7s infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  animation: starline 7s infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g {
  position: relative;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__fire_big {
  -webkit-animation: flight 15000ms infinite forwards ease-in-out;
  -moz-animation: flight 15000ms infinite forwards ease-in-out;
  -o-animation: flight 15000ms infinite forwards ease-in-out;
  animation: flight 15000ms infinite forwards ease-in-out;
  -webkit-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__fire_small {
  -webkit-animation: flight 15000ms infinite forwards ease-in-out;
  -moz-animation: flight 15000ms infinite forwards ease-in-out;
  -o-animation: flight 15000ms infinite forwards ease-in-out;
  animation: flight 15000ms infinite forwards ease-in-out;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__main {
  -webkit-animation: flight 15000ms infinite forwards ease-in-out;
  -moz-animation: flight 15000ms infinite forwards ease-in-out;
  -o-animation: flight 15000ms infinite forwards ease-in-out;
  animation: flight 15000ms infinite forwards ease-in-out;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  z-index: 2;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 {
  z-index: 0;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line {
  opacity: 0.15;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 12100ms;
  -moz-animation-duration: 12100ms;
  -ms-animation-duration: 12100ms;
  -o-animation-duration: 12100ms;
  animation-duration: 12100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-duration: 12200ms;
  -moz-animation-duration: 12200ms;
  -ms-animation-duration: 12200ms;
  -o-animation-duration: 12200ms;
  animation-duration: 12200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(3) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-duration: 12300ms;
  -moz-animation-duration: 12300ms;
  -ms-animation-duration: 12300ms;
  -o-animation-duration: 12300ms;
  animation-duration: 12300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(4) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 12400ms;
  -moz-animation-duration: 12400ms;
  -ms-animation-duration: 12400ms;
  -o-animation-duration: 12400ms;
  animation-duration: 12400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(5) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-duration: 12500ms;
  -moz-animation-duration: 12500ms;
  -ms-animation-duration: 12500ms;
  -o-animation-duration: 12500ms;
  animation-duration: 12500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(6) {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-animation-duration: 12600ms;
  -moz-animation-duration: 12600ms;
  -ms-animation-duration: 12600ms;
  -o-animation-duration: 12600ms;
  animation-duration: 12600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(7) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
  -webkit-animation-duration: 12700ms;
  -moz-animation-duration: 12700ms;
  -ms-animation-duration: 12700ms;
  -o-animation-duration: 12700ms;
  animation-duration: 12700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(8) {
  -webkit-animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
  -o-animation-delay: 1400ms;
  animation-delay: 1400ms;
  -webkit-animation-duration: 12800ms;
  -moz-animation-duration: 12800ms;
  -ms-animation-duration: 12800ms;
  -o-animation-duration: 12800ms;
  animation-duration: 12800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(9) {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  -ms-animation-delay: 1600ms;
  -o-animation-delay: 1600ms;
  animation-delay: 1600ms;
  -webkit-animation-duration: 12900ms;
  -moz-animation-duration: 12900ms;
  -ms-animation-duration: 12900ms;
  -o-animation-duration: 12900ms;
  animation-duration: 12900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(10) {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  -ms-animation-delay: 1800ms;
  -o-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -webkit-animation-duration: 13000ms;
  -moz-animation-duration: 13000ms;
  -ms-animation-duration: 13000ms;
  -o-animation-duration: 13000ms;
  animation-duration: 13000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(11) {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 13100ms;
  -moz-animation-duration: 13100ms;
  -ms-animation-duration: 13100ms;
  -o-animation-duration: 13100ms;
  animation-duration: 13100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(12) {
  -webkit-animation-delay: 2200ms;
  -moz-animation-delay: 2200ms;
  -ms-animation-delay: 2200ms;
  -o-animation-delay: 2200ms;
  animation-delay: 2200ms;
  -webkit-animation-duration: 13200ms;
  -moz-animation-duration: 13200ms;
  -ms-animation-duration: 13200ms;
  -o-animation-duration: 13200ms;
  animation-duration: 13200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(13) {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -ms-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms;
  -webkit-animation-duration: 13300ms;
  -moz-animation-duration: 13300ms;
  -ms-animation-duration: 13300ms;
  -o-animation-duration: 13300ms;
  animation-duration: 13300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(14) {
  -webkit-animation-delay: 2600ms;
  -moz-animation-delay: 2600ms;
  -ms-animation-delay: 2600ms;
  -o-animation-delay: 2600ms;
  animation-delay: 2600ms;
  -webkit-animation-duration: 13400ms;
  -moz-animation-duration: 13400ms;
  -ms-animation-duration: 13400ms;
  -o-animation-duration: 13400ms;
  animation-duration: 13400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(15) {
  -webkit-animation-delay: 2800ms;
  -moz-animation-delay: 2800ms;
  -ms-animation-delay: 2800ms;
  -o-animation-delay: 2800ms;
  animation-delay: 2800ms;
  -webkit-animation-duration: 13500ms;
  -moz-animation-duration: 13500ms;
  -ms-animation-duration: 13500ms;
  -o-animation-duration: 13500ms;
  animation-duration: 13500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(16) {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 13600ms;
  -moz-animation-duration: 13600ms;
  -ms-animation-duration: 13600ms;
  -o-animation-duration: 13600ms;
  animation-duration: 13600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(17) {
  -webkit-animation-delay: 3200ms;
  -moz-animation-delay: 3200ms;
  -ms-animation-delay: 3200ms;
  -o-animation-delay: 3200ms;
  animation-delay: 3200ms;
  -webkit-animation-duration: 13700ms;
  -moz-animation-duration: 13700ms;
  -ms-animation-duration: 13700ms;
  -o-animation-duration: 13700ms;
  animation-duration: 13700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(18) {
  -webkit-animation-delay: 3400ms;
  -moz-animation-delay: 3400ms;
  -ms-animation-delay: 3400ms;
  -o-animation-delay: 3400ms;
  animation-delay: 3400ms;
  -webkit-animation-duration: 13800ms;
  -moz-animation-duration: 13800ms;
  -ms-animation-duration: 13800ms;
  -o-animation-duration: 13800ms;
  animation-duration: 13800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(19) {
  -webkit-animation-delay: 3600ms;
  -moz-animation-delay: 3600ms;
  -ms-animation-delay: 3600ms;
  -o-animation-delay: 3600ms;
  animation-delay: 3600ms;
  -webkit-animation-duration: 13900ms;
  -moz-animation-duration: 13900ms;
  -ms-animation-duration: 13900ms;
  -o-animation-duration: 13900ms;
  animation-duration: 13900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(20) {
  -webkit-animation-delay: 3800ms;
  -moz-animation-delay: 3800ms;
  -ms-animation-delay: 3800ms;
  -o-animation-delay: 3800ms;
  animation-delay: 3800ms;
  -webkit-animation-duration: 14000ms;
  -moz-animation-duration: 14000ms;
  -ms-animation-duration: 14000ms;
  -o-animation-duration: 14000ms;
  animation-duration: 14000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(21) {
  -webkit-animation-delay: 4000ms;
  -moz-animation-delay: 4000ms;
  -ms-animation-delay: 4000ms;
  -o-animation-delay: 4000ms;
  animation-delay: 4000ms;
  -webkit-animation-duration: 14100ms;
  -moz-animation-duration: 14100ms;
  -ms-animation-duration: 14100ms;
  -o-animation-duration: 14100ms;
  animation-duration: 14100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(22) {
  -webkit-animation-delay: 4200ms;
  -moz-animation-delay: 4200ms;
  -ms-animation-delay: 4200ms;
  -o-animation-delay: 4200ms;
  animation-delay: 4200ms;
  -webkit-animation-duration: 14200ms;
  -moz-animation-duration: 14200ms;
  -ms-animation-duration: 14200ms;
  -o-animation-duration: 14200ms;
  animation-duration: 14200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(23) {
  -webkit-animation-delay: 4400ms;
  -moz-animation-delay: 4400ms;
  -ms-animation-delay: 4400ms;
  -o-animation-delay: 4400ms;
  animation-delay: 4400ms;
  -webkit-animation-duration: 14300ms;
  -moz-animation-duration: 14300ms;
  -ms-animation-duration: 14300ms;
  -o-animation-duration: 14300ms;
  animation-duration: 14300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(24) {
  -webkit-animation-delay: 4600ms;
  -moz-animation-delay: 4600ms;
  -ms-animation-delay: 4600ms;
  -o-animation-delay: 4600ms;
  animation-delay: 4600ms;
  -webkit-animation-duration: 14400ms;
  -moz-animation-duration: 14400ms;
  -ms-animation-duration: 14400ms;
  -o-animation-duration: 14400ms;
  animation-duration: 14400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(25) {
  -webkit-animation-delay: 4800ms;
  -moz-animation-delay: 4800ms;
  -ms-animation-delay: 4800ms;
  -o-animation-delay: 4800ms;
  animation-delay: 4800ms;
  -webkit-animation-duration: 14500ms;
  -moz-animation-duration: 14500ms;
  -ms-animation-duration: 14500ms;
  -o-animation-duration: 14500ms;
  animation-duration: 14500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(26) {
  -webkit-animation-delay: 5000ms;
  -moz-animation-delay: 5000ms;
  -ms-animation-delay: 5000ms;
  -o-animation-delay: 5000ms;
  animation-delay: 5000ms;
  -webkit-animation-duration: 14600ms;
  -moz-animation-duration: 14600ms;
  -ms-animation-duration: 14600ms;
  -o-animation-duration: 14600ms;
  animation-duration: 14600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(27) {
  -webkit-animation-delay: 5200ms;
  -moz-animation-delay: 5200ms;
  -ms-animation-delay: 5200ms;
  -o-animation-delay: 5200ms;
  animation-delay: 5200ms;
  -webkit-animation-duration: 14700ms;
  -moz-animation-duration: 14700ms;
  -ms-animation-duration: 14700ms;
  -o-animation-duration: 14700ms;
  animation-duration: 14700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(28) {
  -webkit-animation-delay: 5400ms;
  -moz-animation-delay: 5400ms;
  -ms-animation-delay: 5400ms;
  -o-animation-delay: 5400ms;
  animation-delay: 5400ms;
  -webkit-animation-duration: 14800ms;
  -moz-animation-duration: 14800ms;
  -ms-animation-duration: 14800ms;
  -o-animation-duration: 14800ms;
  animation-duration: 14800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(29) {
  -webkit-animation-delay: 5600ms;
  -moz-animation-delay: 5600ms;
  -ms-animation-delay: 5600ms;
  -o-animation-delay: 5600ms;
  animation-delay: 5600ms;
  -webkit-animation-duration: 14900ms;
  -moz-animation-duration: 14900ms;
  -ms-animation-duration: 14900ms;
  -o-animation-duration: 14900ms;
  animation-duration: 14900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__1 path.rocket__star_line:nth-child(30) {
  -webkit-animation-delay: 5800ms;
  -moz-animation-delay: 5800ms;
  -ms-animation-delay: 5800ms;
  -o-animation-delay: 5800ms;
  animation-delay: 5800ms;
  -webkit-animation-duration: 15000ms;
  -moz-animation-duration: 15000ms;
  -ms-animation-duration: 15000ms;
  -o-animation-duration: 15000ms;
  animation-duration: 15000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 {
  z-index: 1;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line {
  opacity: 0.5;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 7100ms;
  -moz-animation-duration: 7100ms;
  -ms-animation-duration: 7100ms;
  -o-animation-duration: 7100ms;
  animation-duration: 7100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-duration: 7200ms;
  -moz-animation-duration: 7200ms;
  -ms-animation-duration: 7200ms;
  -o-animation-duration: 7200ms;
  animation-duration: 7200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(3) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-duration: 7300ms;
  -moz-animation-duration: 7300ms;
  -ms-animation-duration: 7300ms;
  -o-animation-duration: 7300ms;
  animation-duration: 7300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(4) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 7400ms;
  -moz-animation-duration: 7400ms;
  -ms-animation-duration: 7400ms;
  -o-animation-duration: 7400ms;
  animation-duration: 7400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(5) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-duration: 7500ms;
  -moz-animation-duration: 7500ms;
  -ms-animation-duration: 7500ms;
  -o-animation-duration: 7500ms;
  animation-duration: 7500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(6) {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-animation-duration: 7600ms;
  -moz-animation-duration: 7600ms;
  -ms-animation-duration: 7600ms;
  -o-animation-duration: 7600ms;
  animation-duration: 7600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(7) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
  -webkit-animation-duration: 7700ms;
  -moz-animation-duration: 7700ms;
  -ms-animation-duration: 7700ms;
  -o-animation-duration: 7700ms;
  animation-duration: 7700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(8) {
  -webkit-animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
  -o-animation-delay: 1400ms;
  animation-delay: 1400ms;
  -webkit-animation-duration: 7800ms;
  -moz-animation-duration: 7800ms;
  -ms-animation-duration: 7800ms;
  -o-animation-duration: 7800ms;
  animation-duration: 7800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(9) {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  -ms-animation-delay: 1600ms;
  -o-animation-delay: 1600ms;
  animation-delay: 1600ms;
  -webkit-animation-duration: 7900ms;
  -moz-animation-duration: 7900ms;
  -ms-animation-duration: 7900ms;
  -o-animation-duration: 7900ms;
  animation-duration: 7900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(10) {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  -ms-animation-delay: 1800ms;
  -o-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -webkit-animation-duration: 8000ms;
  -moz-animation-duration: 8000ms;
  -ms-animation-duration: 8000ms;
  -o-animation-duration: 8000ms;
  animation-duration: 8000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(11) {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 8100ms;
  -moz-animation-duration: 8100ms;
  -ms-animation-duration: 8100ms;
  -o-animation-duration: 8100ms;
  animation-duration: 8100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(12) {
  -webkit-animation-delay: 2200ms;
  -moz-animation-delay: 2200ms;
  -ms-animation-delay: 2200ms;
  -o-animation-delay: 2200ms;
  animation-delay: 2200ms;
  -webkit-animation-duration: 8200ms;
  -moz-animation-duration: 8200ms;
  -ms-animation-duration: 8200ms;
  -o-animation-duration: 8200ms;
  animation-duration: 8200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(13) {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -ms-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms;
  -webkit-animation-duration: 8300ms;
  -moz-animation-duration: 8300ms;
  -ms-animation-duration: 8300ms;
  -o-animation-duration: 8300ms;
  animation-duration: 8300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(14) {
  -webkit-animation-delay: 2600ms;
  -moz-animation-delay: 2600ms;
  -ms-animation-delay: 2600ms;
  -o-animation-delay: 2600ms;
  animation-delay: 2600ms;
  -webkit-animation-duration: 8400ms;
  -moz-animation-duration: 8400ms;
  -ms-animation-duration: 8400ms;
  -o-animation-duration: 8400ms;
  animation-duration: 8400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(15) {
  -webkit-animation-delay: 2800ms;
  -moz-animation-delay: 2800ms;
  -ms-animation-delay: 2800ms;
  -o-animation-delay: 2800ms;
  animation-delay: 2800ms;
  -webkit-animation-duration: 8500ms;
  -moz-animation-duration: 8500ms;
  -ms-animation-duration: 8500ms;
  -o-animation-duration: 8500ms;
  animation-duration: 8500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(16) {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 8600ms;
  -moz-animation-duration: 8600ms;
  -ms-animation-duration: 8600ms;
  -o-animation-duration: 8600ms;
  animation-duration: 8600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(17) {
  -webkit-animation-delay: 3200ms;
  -moz-animation-delay: 3200ms;
  -ms-animation-delay: 3200ms;
  -o-animation-delay: 3200ms;
  animation-delay: 3200ms;
  -webkit-animation-duration: 8700ms;
  -moz-animation-duration: 8700ms;
  -ms-animation-duration: 8700ms;
  -o-animation-duration: 8700ms;
  animation-duration: 8700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(18) {
  -webkit-animation-delay: 3400ms;
  -moz-animation-delay: 3400ms;
  -ms-animation-delay: 3400ms;
  -o-animation-delay: 3400ms;
  animation-delay: 3400ms;
  -webkit-animation-duration: 8800ms;
  -moz-animation-duration: 8800ms;
  -ms-animation-duration: 8800ms;
  -o-animation-duration: 8800ms;
  animation-duration: 8800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(19) {
  -webkit-animation-delay: 3600ms;
  -moz-animation-delay: 3600ms;
  -ms-animation-delay: 3600ms;
  -o-animation-delay: 3600ms;
  animation-delay: 3600ms;
  -webkit-animation-duration: 8900ms;
  -moz-animation-duration: 8900ms;
  -ms-animation-duration: 8900ms;
  -o-animation-duration: 8900ms;
  animation-duration: 8900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(20) {
  -webkit-animation-delay: 3800ms;
  -moz-animation-delay: 3800ms;
  -ms-animation-delay: 3800ms;
  -o-animation-delay: 3800ms;
  animation-delay: 3800ms;
  -webkit-animation-duration: 9000ms;
  -moz-animation-duration: 9000ms;
  -ms-animation-duration: 9000ms;
  -o-animation-duration: 9000ms;
  animation-duration: 9000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(21) {
  -webkit-animation-delay: 4000ms;
  -moz-animation-delay: 4000ms;
  -ms-animation-delay: 4000ms;
  -o-animation-delay: 4000ms;
  animation-delay: 4000ms;
  -webkit-animation-duration: 9100ms;
  -moz-animation-duration: 9100ms;
  -ms-animation-duration: 9100ms;
  -o-animation-duration: 9100ms;
  animation-duration: 9100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(22) {
  -webkit-animation-delay: 4200ms;
  -moz-animation-delay: 4200ms;
  -ms-animation-delay: 4200ms;
  -o-animation-delay: 4200ms;
  animation-delay: 4200ms;
  -webkit-animation-duration: 9200ms;
  -moz-animation-duration: 9200ms;
  -ms-animation-duration: 9200ms;
  -o-animation-duration: 9200ms;
  animation-duration: 9200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(23) {
  -webkit-animation-delay: 4400ms;
  -moz-animation-delay: 4400ms;
  -ms-animation-delay: 4400ms;
  -o-animation-delay: 4400ms;
  animation-delay: 4400ms;
  -webkit-animation-duration: 9300ms;
  -moz-animation-duration: 9300ms;
  -ms-animation-duration: 9300ms;
  -o-animation-duration: 9300ms;
  animation-duration: 9300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(24) {
  -webkit-animation-delay: 4600ms;
  -moz-animation-delay: 4600ms;
  -ms-animation-delay: 4600ms;
  -o-animation-delay: 4600ms;
  animation-delay: 4600ms;
  -webkit-animation-duration: 9400ms;
  -moz-animation-duration: 9400ms;
  -ms-animation-duration: 9400ms;
  -o-animation-duration: 9400ms;
  animation-duration: 9400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(25) {
  -webkit-animation-delay: 4800ms;
  -moz-animation-delay: 4800ms;
  -ms-animation-delay: 4800ms;
  -o-animation-delay: 4800ms;
  animation-delay: 4800ms;
  -webkit-animation-duration: 9500ms;
  -moz-animation-duration: 9500ms;
  -ms-animation-duration: 9500ms;
  -o-animation-duration: 9500ms;
  animation-duration: 9500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(26) {
  -webkit-animation-delay: 5000ms;
  -moz-animation-delay: 5000ms;
  -ms-animation-delay: 5000ms;
  -o-animation-delay: 5000ms;
  animation-delay: 5000ms;
  -webkit-animation-duration: 9600ms;
  -moz-animation-duration: 9600ms;
  -ms-animation-duration: 9600ms;
  -o-animation-duration: 9600ms;
  animation-duration: 9600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(27) {
  -webkit-animation-delay: 5200ms;
  -moz-animation-delay: 5200ms;
  -ms-animation-delay: 5200ms;
  -o-animation-delay: 5200ms;
  animation-delay: 5200ms;
  -webkit-animation-duration: 9700ms;
  -moz-animation-duration: 9700ms;
  -ms-animation-duration: 9700ms;
  -o-animation-duration: 9700ms;
  animation-duration: 9700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(28) {
  -webkit-animation-delay: 5400ms;
  -moz-animation-delay: 5400ms;
  -ms-animation-delay: 5400ms;
  -o-animation-delay: 5400ms;
  animation-delay: 5400ms;
  -webkit-animation-duration: 9800ms;
  -moz-animation-duration: 9800ms;
  -ms-animation-duration: 9800ms;
  -o-animation-duration: 9800ms;
  animation-duration: 9800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(29) {
  -webkit-animation-delay: 5600ms;
  -moz-animation-delay: 5600ms;
  -ms-animation-delay: 5600ms;
  -o-animation-delay: 5600ms;
  animation-delay: 5600ms;
  -webkit-animation-duration: 9900ms;
  -moz-animation-duration: 9900ms;
  -ms-animation-duration: 9900ms;
  -o-animation-duration: 9900ms;
  animation-duration: 9900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__2 path.rocket__star_line:nth-child(30) {
  -webkit-animation-delay: 5800ms;
  -moz-animation-delay: 5800ms;
  -ms-animation-delay: 5800ms;
  -o-animation-delay: 5800ms;
  animation-delay: 5800ms;
  -webkit-animation-duration: 10000ms;
  -moz-animation-duration: 10000ms;
  -ms-animation-duration: 10000ms;
  -o-animation-duration: 10000ms;
  animation-duration: 10000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 {
  z-index: 3;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line {
  opacity: 0.7;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 3100ms;
  -moz-animation-duration: 3100ms;
  -ms-animation-duration: 3100ms;
  -o-animation-duration: 3100ms;
  animation-duration: 3100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-duration: 3200ms;
  -moz-animation-duration: 3200ms;
  -ms-animation-duration: 3200ms;
  -o-animation-duration: 3200ms;
  animation-duration: 3200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(3) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-duration: 3300ms;
  -moz-animation-duration: 3300ms;
  -ms-animation-duration: 3300ms;
  -o-animation-duration: 3300ms;
  animation-duration: 3300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(4) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 3400ms;
  -moz-animation-duration: 3400ms;
  -ms-animation-duration: 3400ms;
  -o-animation-duration: 3400ms;
  animation-duration: 3400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(5) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-duration: 3500ms;
  -moz-animation-duration: 3500ms;
  -ms-animation-duration: 3500ms;
  -o-animation-duration: 3500ms;
  animation-duration: 3500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(6) {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-animation-duration: 3600ms;
  -moz-animation-duration: 3600ms;
  -ms-animation-duration: 3600ms;
  -o-animation-duration: 3600ms;
  animation-duration: 3600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(7) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
  -webkit-animation-duration: 3700ms;
  -moz-animation-duration: 3700ms;
  -ms-animation-duration: 3700ms;
  -o-animation-duration: 3700ms;
  animation-duration: 3700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(8) {
  -webkit-animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
  -o-animation-delay: 1400ms;
  animation-delay: 1400ms;
  -webkit-animation-duration: 3800ms;
  -moz-animation-duration: 3800ms;
  -ms-animation-duration: 3800ms;
  -o-animation-duration: 3800ms;
  animation-duration: 3800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(9) {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  -ms-animation-delay: 1600ms;
  -o-animation-delay: 1600ms;
  animation-delay: 1600ms;
  -webkit-animation-duration: 3900ms;
  -moz-animation-duration: 3900ms;
  -ms-animation-duration: 3900ms;
  -o-animation-duration: 3900ms;
  animation-duration: 3900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(10) {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  -ms-animation-delay: 1800ms;
  -o-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -webkit-animation-duration: 4000ms;
  -moz-animation-duration: 4000ms;
  -ms-animation-duration: 4000ms;
  -o-animation-duration: 4000ms;
  animation-duration: 4000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(11) {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 4100ms;
  -moz-animation-duration: 4100ms;
  -ms-animation-duration: 4100ms;
  -o-animation-duration: 4100ms;
  animation-duration: 4100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(12) {
  -webkit-animation-delay: 2200ms;
  -moz-animation-delay: 2200ms;
  -ms-animation-delay: 2200ms;
  -o-animation-delay: 2200ms;
  animation-delay: 2200ms;
  -webkit-animation-duration: 4200ms;
  -moz-animation-duration: 4200ms;
  -ms-animation-duration: 4200ms;
  -o-animation-duration: 4200ms;
  animation-duration: 4200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(13) {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -ms-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms;
  -webkit-animation-duration: 4300ms;
  -moz-animation-duration: 4300ms;
  -ms-animation-duration: 4300ms;
  -o-animation-duration: 4300ms;
  animation-duration: 4300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(14) {
  -webkit-animation-delay: 2600ms;
  -moz-animation-delay: 2600ms;
  -ms-animation-delay: 2600ms;
  -o-animation-delay: 2600ms;
  animation-delay: 2600ms;
  -webkit-animation-duration: 4400ms;
  -moz-animation-duration: 4400ms;
  -ms-animation-duration: 4400ms;
  -o-animation-duration: 4400ms;
  animation-duration: 4400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(15) {
  -webkit-animation-delay: 2800ms;
  -moz-animation-delay: 2800ms;
  -ms-animation-delay: 2800ms;
  -o-animation-delay: 2800ms;
  animation-delay: 2800ms;
  -webkit-animation-duration: 4500ms;
  -moz-animation-duration: 4500ms;
  -ms-animation-duration: 4500ms;
  -o-animation-duration: 4500ms;
  animation-duration: 4500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(16) {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 4600ms;
  -moz-animation-duration: 4600ms;
  -ms-animation-duration: 4600ms;
  -o-animation-duration: 4600ms;
  animation-duration: 4600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(17) {
  -webkit-animation-delay: 3200ms;
  -moz-animation-delay: 3200ms;
  -ms-animation-delay: 3200ms;
  -o-animation-delay: 3200ms;
  animation-delay: 3200ms;
  -webkit-animation-duration: 4700ms;
  -moz-animation-duration: 4700ms;
  -ms-animation-duration: 4700ms;
  -o-animation-duration: 4700ms;
  animation-duration: 4700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(18) {
  -webkit-animation-delay: 3400ms;
  -moz-animation-delay: 3400ms;
  -ms-animation-delay: 3400ms;
  -o-animation-delay: 3400ms;
  animation-delay: 3400ms;
  -webkit-animation-duration: 4800ms;
  -moz-animation-duration: 4800ms;
  -ms-animation-duration: 4800ms;
  -o-animation-duration: 4800ms;
  animation-duration: 4800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(19) {
  -webkit-animation-delay: 3600ms;
  -moz-animation-delay: 3600ms;
  -ms-animation-delay: 3600ms;
  -o-animation-delay: 3600ms;
  animation-delay: 3600ms;
  -webkit-animation-duration: 4900ms;
  -moz-animation-duration: 4900ms;
  -ms-animation-duration: 4900ms;
  -o-animation-duration: 4900ms;
  animation-duration: 4900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(20) {
  -webkit-animation-delay: 3800ms;
  -moz-animation-delay: 3800ms;
  -ms-animation-delay: 3800ms;
  -o-animation-delay: 3800ms;
  animation-delay: 3800ms;
  -webkit-animation-duration: 5000ms;
  -moz-animation-duration: 5000ms;
  -ms-animation-duration: 5000ms;
  -o-animation-duration: 5000ms;
  animation-duration: 5000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(21) {
  -webkit-animation-delay: 4000ms;
  -moz-animation-delay: 4000ms;
  -ms-animation-delay: 4000ms;
  -o-animation-delay: 4000ms;
  animation-delay: 4000ms;
  -webkit-animation-duration: 5100ms;
  -moz-animation-duration: 5100ms;
  -ms-animation-duration: 5100ms;
  -o-animation-duration: 5100ms;
  animation-duration: 5100ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(22) {
  -webkit-animation-delay: 4200ms;
  -moz-animation-delay: 4200ms;
  -ms-animation-delay: 4200ms;
  -o-animation-delay: 4200ms;
  animation-delay: 4200ms;
  -webkit-animation-duration: 5200ms;
  -moz-animation-duration: 5200ms;
  -ms-animation-duration: 5200ms;
  -o-animation-duration: 5200ms;
  animation-duration: 5200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(23) {
  -webkit-animation-delay: 4400ms;
  -moz-animation-delay: 4400ms;
  -ms-animation-delay: 4400ms;
  -o-animation-delay: 4400ms;
  animation-delay: 4400ms;
  -webkit-animation-duration: 5300ms;
  -moz-animation-duration: 5300ms;
  -ms-animation-duration: 5300ms;
  -o-animation-duration: 5300ms;
  animation-duration: 5300ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(24) {
  -webkit-animation-delay: 4600ms;
  -moz-animation-delay: 4600ms;
  -ms-animation-delay: 4600ms;
  -o-animation-delay: 4600ms;
  animation-delay: 4600ms;
  -webkit-animation-duration: 5400ms;
  -moz-animation-duration: 5400ms;
  -ms-animation-duration: 5400ms;
  -o-animation-duration: 5400ms;
  animation-duration: 5400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(25) {
  -webkit-animation-delay: 4800ms;
  -moz-animation-delay: 4800ms;
  -ms-animation-delay: 4800ms;
  -o-animation-delay: 4800ms;
  animation-delay: 4800ms;
  -webkit-animation-duration: 5500ms;
  -moz-animation-duration: 5500ms;
  -ms-animation-duration: 5500ms;
  -o-animation-duration: 5500ms;
  animation-duration: 5500ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(26) {
  -webkit-animation-delay: 5000ms;
  -moz-animation-delay: 5000ms;
  -ms-animation-delay: 5000ms;
  -o-animation-delay: 5000ms;
  animation-delay: 5000ms;
  -webkit-animation-duration: 5600ms;
  -moz-animation-duration: 5600ms;
  -ms-animation-duration: 5600ms;
  -o-animation-duration: 5600ms;
  animation-duration: 5600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(27) {
  -webkit-animation-delay: 5200ms;
  -moz-animation-delay: 5200ms;
  -ms-animation-delay: 5200ms;
  -o-animation-delay: 5200ms;
  animation-delay: 5200ms;
  -webkit-animation-duration: 5700ms;
  -moz-animation-duration: 5700ms;
  -ms-animation-duration: 5700ms;
  -o-animation-duration: 5700ms;
  animation-duration: 5700ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(28) {
  -webkit-animation-delay: 5400ms;
  -moz-animation-delay: 5400ms;
  -ms-animation-delay: 5400ms;
  -o-animation-delay: 5400ms;
  animation-delay: 5400ms;
  -webkit-animation-duration: 5800ms;
  -moz-animation-duration: 5800ms;
  -ms-animation-duration: 5800ms;
  -o-animation-duration: 5800ms;
  animation-duration: 5800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(29) {
  -webkit-animation-delay: 5600ms;
  -moz-animation-delay: 5600ms;
  -ms-animation-delay: 5600ms;
  -o-animation-delay: 5600ms;
  animation-delay: 5600ms;
  -webkit-animation-duration: 5900ms;
  -moz-animation-duration: 5900ms;
  -ms-animation-duration: 5900ms;
  -o-animation-duration: 5900ms;
  animation-duration: 5900ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__rocket g.rocket__star_lines.line__3 path.rocket__star_line:nth-child(30) {
  -webkit-animation-delay: 5800ms;
  -moz-animation-delay: 5800ms;
  -ms-animation-delay: 5800ms;
  -o-animation-delay: 5800ms;
  animation-delay: 5800ms;
  -webkit-animation-duration: 6000ms;
  -moz-animation-duration: 6000ms;
  -ms-animation-duration: 6000ms;
  -o-animation-duration: 6000ms;
  animation-duration: 6000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates {
  background: #a4c6e0 0%;
  background-image: -webkit-linear-gradient(-45deg, #a4c6e0 0%, #4a7298 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(-45deg, #a4c6e0 0%, #4a7298 100%); /* FF3.6 */
  background-image: -ms-linear-gradient(-45deg, #a4c6e0 0%, #4a7298 100%); /* IE10 */
  background-image: -o-linear-gradient(-45deg, #a4c6e0 0%, #4a7298 100%); /* Opera 11.10+ */
  background-image: linear-gradient(135deg, #a4c6e0 0%, #4a7298 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#a4c6e0 0%", EndColorStr="#4a7298 100%");
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square {
  fill: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-animation: square_show 5s forwards cubic-bezier(0.83, 0, 0.17, 1);
  -moz-animation: square_show 5s forwards cubic-bezier(0.83, 0, 0.17, 1);
  -o-animation: square_show 5s forwards cubic-bezier(0.83, 0, 0.17, 1);
  animation: square_show 5s forwards cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(2n+3) {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(3n+2) {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(4n+3) {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(3n+5) {
  fill: rgba(255, 255, 255, 0.4);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(2n+4) {
  fill: rgba(255, 255, 255, 0.2);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(5n+1) {
  fill: rgba(255, 255, 255, 0.1);
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 2200ms;
  -moz-animation-duration: 2200ms;
  -ms-animation-duration: 2200ms;
  -o-animation-duration: 2200ms;
  animation-duration: 2200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(2) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 2400ms;
  -moz-animation-duration: 2400ms;
  -ms-animation-duration: 2400ms;
  -o-animation-duration: 2400ms;
  animation-duration: 2400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(3) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 2600ms;
  -moz-animation-duration: 2600ms;
  -ms-animation-duration: 2600ms;
  -o-animation-duration: 2600ms;
  animation-duration: 2600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(4) {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -ms-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms;
  -webkit-animation-duration: 2800ms;
  -moz-animation-duration: 2800ms;
  -ms-animation-duration: 2800ms;
  -o-animation-duration: 2800ms;
  animation-duration: 2800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(5) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -ms-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(6) {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  -ms-animation-delay: 1500ms;
  -o-animation-delay: 1500ms;
  animation-delay: 1500ms;
  -webkit-animation-duration: 3200ms;
  -moz-animation-duration: 3200ms;
  -ms-animation-duration: 3200ms;
  -o-animation-duration: 3200ms;
  animation-duration: 3200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(7) {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  -ms-animation-delay: 1800ms;
  -o-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -webkit-animation-duration: 3400ms;
  -moz-animation-duration: 3400ms;
  -ms-animation-duration: 3400ms;
  -o-animation-duration: 3400ms;
  animation-duration: 3400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(8) {
  -webkit-animation-delay: 2100ms;
  -moz-animation-delay: 2100ms;
  -ms-animation-delay: 2100ms;
  -o-animation-delay: 2100ms;
  animation-delay: 2100ms;
  -webkit-animation-duration: 3600ms;
  -moz-animation-duration: 3600ms;
  -ms-animation-duration: 3600ms;
  -o-animation-duration: 3600ms;
  animation-duration: 3600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(9) {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -ms-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms;
  -webkit-animation-duration: 3800ms;
  -moz-animation-duration: 3800ms;
  -ms-animation-duration: 3800ms;
  -o-animation-duration: 3800ms;
  animation-duration: 3800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(10) {
  -webkit-animation-delay: 2700ms;
  -moz-animation-delay: 2700ms;
  -ms-animation-delay: 2700ms;
  -o-animation-delay: 2700ms;
  animation-delay: 2700ms;
  -webkit-animation-duration: 4000ms;
  -moz-animation-duration: 4000ms;
  -ms-animation-duration: 4000ms;
  -o-animation-duration: 4000ms;
  animation-duration: 4000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(11) {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 4200ms;
  -moz-animation-duration: 4200ms;
  -ms-animation-duration: 4200ms;
  -o-animation-duration: 4200ms;
  animation-duration: 4200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(12) {
  -webkit-animation-delay: 3300ms;
  -moz-animation-delay: 3300ms;
  -ms-animation-delay: 3300ms;
  -o-animation-delay: 3300ms;
  animation-delay: 3300ms;
  -webkit-animation-duration: 4400ms;
  -moz-animation-duration: 4400ms;
  -ms-animation-duration: 4400ms;
  -o-animation-duration: 4400ms;
  animation-duration: 4400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(13) {
  -webkit-animation-delay: 3600ms;
  -moz-animation-delay: 3600ms;
  -ms-animation-delay: 3600ms;
  -o-animation-delay: 3600ms;
  animation-delay: 3600ms;
  -webkit-animation-duration: 4600ms;
  -moz-animation-duration: 4600ms;
  -ms-animation-duration: 4600ms;
  -o-animation-duration: 4600ms;
  animation-duration: 4600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(14) {
  -webkit-animation-delay: 3900ms;
  -moz-animation-delay: 3900ms;
  -ms-animation-delay: 3900ms;
  -o-animation-delay: 3900ms;
  animation-delay: 3900ms;
  -webkit-animation-duration: 4800ms;
  -moz-animation-duration: 4800ms;
  -ms-animation-duration: 4800ms;
  -o-animation-duration: 4800ms;
  animation-duration: 4800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(15) {
  -webkit-animation-delay: 4200ms;
  -moz-animation-delay: 4200ms;
  -ms-animation-delay: 4200ms;
  -o-animation-delay: 4200ms;
  animation-delay: 4200ms;
  -webkit-animation-duration: 5000ms;
  -moz-animation-duration: 5000ms;
  -ms-animation-duration: 5000ms;
  -o-animation-duration: 5000ms;
  animation-duration: 5000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(16) {
  -webkit-animation-delay: 4500ms;
  -moz-animation-delay: 4500ms;
  -ms-animation-delay: 4500ms;
  -o-animation-delay: 4500ms;
  animation-delay: 4500ms;
  -webkit-animation-duration: 5200ms;
  -moz-animation-duration: 5200ms;
  -ms-animation-duration: 5200ms;
  -o-animation-duration: 5200ms;
  animation-duration: 5200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(17) {
  -webkit-animation-delay: 4800ms;
  -moz-animation-delay: 4800ms;
  -ms-animation-delay: 4800ms;
  -o-animation-delay: 4800ms;
  animation-delay: 4800ms;
  -webkit-animation-duration: 5400ms;
  -moz-animation-duration: 5400ms;
  -ms-animation-duration: 5400ms;
  -o-animation-duration: 5400ms;
  animation-duration: 5400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(18) {
  -webkit-animation-delay: 5100ms;
  -moz-animation-delay: 5100ms;
  -ms-animation-delay: 5100ms;
  -o-animation-delay: 5100ms;
  animation-delay: 5100ms;
  -webkit-animation-duration: 5600ms;
  -moz-animation-duration: 5600ms;
  -ms-animation-duration: 5600ms;
  -o-animation-duration: 5600ms;
  animation-duration: 5600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(19) {
  -webkit-animation-delay: 5400ms;
  -moz-animation-delay: 5400ms;
  -ms-animation-delay: 5400ms;
  -o-animation-delay: 5400ms;
  animation-delay: 5400ms;
  -webkit-animation-duration: 5800ms;
  -moz-animation-duration: 5800ms;
  -ms-animation-duration: 5800ms;
  -o-animation-duration: 5800ms;
  animation-duration: 5800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(20) {
  -webkit-animation-delay: 5700ms;
  -moz-animation-delay: 5700ms;
  -ms-animation-delay: 5700ms;
  -o-animation-delay: 5700ms;
  animation-delay: 5700ms;
  -webkit-animation-duration: 6000ms;
  -moz-animation-duration: 6000ms;
  -ms-animation-duration: 6000ms;
  -o-animation-duration: 6000ms;
  animation-duration: 6000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(21) {
  -webkit-animation-delay: 6000ms;
  -moz-animation-delay: 6000ms;
  -ms-animation-delay: 6000ms;
  -o-animation-delay: 6000ms;
  animation-delay: 6000ms;
  -webkit-animation-duration: 6200ms;
  -moz-animation-duration: 6200ms;
  -ms-animation-duration: 6200ms;
  -o-animation-duration: 6200ms;
  animation-duration: 6200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(22) {
  -webkit-animation-delay: 6300ms;
  -moz-animation-delay: 6300ms;
  -ms-animation-delay: 6300ms;
  -o-animation-delay: 6300ms;
  animation-delay: 6300ms;
  -webkit-animation-duration: 6400ms;
  -moz-animation-duration: 6400ms;
  -ms-animation-duration: 6400ms;
  -o-animation-duration: 6400ms;
  animation-duration: 6400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(23) {
  -webkit-animation-delay: 6600ms;
  -moz-animation-delay: 6600ms;
  -ms-animation-delay: 6600ms;
  -o-animation-delay: 6600ms;
  animation-delay: 6600ms;
  -webkit-animation-duration: 6600ms;
  -moz-animation-duration: 6600ms;
  -ms-animation-duration: 6600ms;
  -o-animation-duration: 6600ms;
  animation-duration: 6600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(24) {
  -webkit-animation-delay: 6900ms;
  -moz-animation-delay: 6900ms;
  -ms-animation-delay: 6900ms;
  -o-animation-delay: 6900ms;
  animation-delay: 6900ms;
  -webkit-animation-duration: 6800ms;
  -moz-animation-duration: 6800ms;
  -ms-animation-duration: 6800ms;
  -o-animation-duration: 6800ms;
  animation-duration: 6800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(25) {
  -webkit-animation-delay: 7200ms;
  -moz-animation-delay: 7200ms;
  -ms-animation-delay: 7200ms;
  -o-animation-delay: 7200ms;
  animation-delay: 7200ms;
  -webkit-animation-duration: 7000ms;
  -moz-animation-duration: 7000ms;
  -ms-animation-duration: 7000ms;
  -o-animation-duration: 7000ms;
  animation-duration: 7000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(26) {
  -webkit-animation-delay: 7500ms;
  -moz-animation-delay: 7500ms;
  -ms-animation-delay: 7500ms;
  -o-animation-delay: 7500ms;
  animation-delay: 7500ms;
  -webkit-animation-duration: 7200ms;
  -moz-animation-duration: 7200ms;
  -ms-animation-duration: 7200ms;
  -o-animation-duration: 7200ms;
  animation-duration: 7200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(27) {
  -webkit-animation-delay: 7800ms;
  -moz-animation-delay: 7800ms;
  -ms-animation-delay: 7800ms;
  -o-animation-delay: 7800ms;
  animation-delay: 7800ms;
  -webkit-animation-duration: 7400ms;
  -moz-animation-duration: 7400ms;
  -ms-animation-duration: 7400ms;
  -o-animation-duration: 7400ms;
  animation-duration: 7400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(28) {
  -webkit-animation-delay: 8100ms;
  -moz-animation-delay: 8100ms;
  -ms-animation-delay: 8100ms;
  -o-animation-delay: 8100ms;
  animation-delay: 8100ms;
  -webkit-animation-duration: 7600ms;
  -moz-animation-duration: 7600ms;
  -ms-animation-duration: 7600ms;
  -o-animation-duration: 7600ms;
  animation-duration: 7600ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(29) {
  -webkit-animation-delay: 8400ms;
  -moz-animation-delay: 8400ms;
  -ms-animation-delay: 8400ms;
  -o-animation-delay: 8400ms;
  animation-delay: 8400ms;
  -webkit-animation-duration: 7800ms;
  -moz-animation-duration: 7800ms;
  -ms-animation-duration: 7800ms;
  -o-animation-duration: 7800ms;
  animation-duration: 7800ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(30) {
  -webkit-animation-delay: 8700ms;
  -moz-animation-delay: 8700ms;
  -ms-animation-delay: 8700ms;
  -o-animation-delay: 8700ms;
  animation-delay: 8700ms;
  -webkit-animation-duration: 8000ms;
  -moz-animation-duration: 8000ms;
  -ms-animation-duration: 8000ms;
  -o-animation-duration: 8000ms;
  animation-duration: 8000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(31) {
  -webkit-animation-delay: 9000ms;
  -moz-animation-delay: 9000ms;
  -ms-animation-delay: 9000ms;
  -o-animation-delay: 9000ms;
  animation-delay: 9000ms;
  -webkit-animation-duration: 8200ms;
  -moz-animation-duration: 8200ms;
  -ms-animation-duration: 8200ms;
  -o-animation-duration: 8200ms;
  animation-duration: 8200ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__templates .square:nth-child(32) {
  -webkit-animation-delay: 9300ms;
  -moz-animation-delay: 9300ms;
  -ms-animation-delay: 9300ms;
  -o-animation-delay: 9300ms;
  animation-delay: 9300ms;
  -webkit-animation-duration: 8400ms;
  -moz-animation-duration: 8400ms;
  -ms-animation-duration: 8400ms;
  -o-animation-duration: 8400ms;
  animation-duration: 8400ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers {
  background-image: url("/static/img/bg_title_slide__handlers.jpg");
  background-origin: border-box;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4500;
  stroke-dashoffset: 4500;
  opacity: 0;
  -webkit-animation: line_show 9000ms infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  -moz-animation: line_show 9000ms infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  -o-animation: line_show 9000ms infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  animation: line_show 9000ms infinite forwards cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(2) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(2) {
  -webkit-animation-delay: 7000ms;
  -moz-animation-delay: 7000ms;
  -ms-animation-delay: 7000ms;
  -o-animation-delay: 7000ms;
  animation-delay: 7000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(3) {
  -webkit-animation-delay: 7000ms;
  -moz-animation-delay: 7000ms;
  -ms-animation-delay: 7000ms;
  -o-animation-delay: 7000ms;
  animation-delay: 7000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(3) {
  -webkit-animation-delay: 14000ms;
  -moz-animation-delay: 14000ms;
  -ms-animation-delay: 14000ms;
  -o-animation-delay: 14000ms;
  animation-delay: 14000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(4) {
  -webkit-animation-delay: 14000ms;
  -moz-animation-delay: 14000ms;
  -ms-animation-delay: 14000ms;
  -o-animation-delay: 14000ms;
  animation-delay: 14000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(4) {
  -webkit-animation-delay: 21000ms;
  -moz-animation-delay: 21000ms;
  -ms-animation-delay: 21000ms;
  -o-animation-delay: 21000ms;
  animation-delay: 21000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(5) {
  -webkit-animation-delay: 21000ms;
  -moz-animation-delay: 21000ms;
  -ms-animation-delay: 21000ms;
  -o-animation-delay: 21000ms;
  animation-delay: 21000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(5) {
  -webkit-animation-delay: 28000ms;
  -moz-animation-delay: 28000ms;
  -ms-animation-delay: 28000ms;
  -o-animation-delay: 28000ms;
  animation-delay: 28000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(6) {
  -webkit-animation-delay: 28000ms;
  -moz-animation-delay: 28000ms;
  -ms-animation-delay: 28000ms;
  -o-animation-delay: 28000ms;
  animation-delay: 28000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(6) {
  -webkit-animation-delay: 35000ms;
  -moz-animation-delay: 35000ms;
  -ms-animation-delay: 35000ms;
  -o-animation-delay: 35000ms;
  animation-delay: 35000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__handlers .line:nth-child(7) {
  -webkit-animation-delay: 35000ms;
  -moz-animation-delay: 35000ms;
  -ms-animation-delay: 35000ms;
  -o-animation-delay: 35000ms;
  animation-delay: 35000ms;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle {
  stroke-width: 0px;
  fill: #fff;
  opacity: 0.4;
  filter: url(#blur__15);
  -webkit-animation: lights_move 15000ms ease-in 0s infinite alternate both paused;
  -moz-animation: lights_move 15000ms ease-in 0s infinite alternate both paused;
  -o-animation: lights_move 15000ms ease-in 0s infinite alternate both paused;
  animation: lights_move 15000ms ease-in 0s infinite alternate both paused;
  will-change: will-change;
  will-change: auto;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(1) {
  -webkit-transform: rotate(47deg) translate(-10%, 0);
  -moz-transform: rotate(47deg) translate(-10%, 0);
  -ms-transform: rotate(47deg) translate(-10%, 0);
  -o-transform: rotate(47deg) translate(-10%, 0);
  transform: rotate(47deg) translate(-10%, 0);
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  filter: url(#blur__15);
  opacity: 0.2;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(2) {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -ms-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms;
  -webkit-transform: rotate(220deg) translate(-50%, 20%);
  -moz-transform: rotate(220deg) translate(-50%, 20%);
  -ms-transform: rotate(220deg) translate(-50%, 20%);
  -o-transform: rotate(220deg) translate(-50%, 20%);
  transform: rotate(220deg) translate(-50%, 20%);
  filter: url(#blur__35);
  opacity: 0.2;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(3) {
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-transform: rotate(54deg) translate(10%, 40%);
  -moz-transform: rotate(54deg) translate(10%, 40%);
  -ms-transform: rotate(54deg) translate(10%, 40%);
  -o-transform: rotate(54deg) translate(10%, 40%);
  transform: rotate(54deg) translate(10%, 40%);
  filter: url(#blur__10);
  opacity: 0.3;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(4) {
  -webkit-transform: rotate(89deg) translate(40%, 50%);
  -moz-transform: rotate(89deg) translate(40%, 50%);
  -ms-transform: rotate(89deg) translate(40%, 50%);
  -o-transform: rotate(89deg) translate(40%, 50%);
  transform: rotate(89deg) translate(40%, 50%);
  filter: url(#blur__5);
  opacity: 0.6;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(5) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-transform: rotate(135deg) translate(40%, 50%);
  -moz-transform: rotate(135deg) translate(40%, 50%);
  -ms-transform: rotate(135deg) translate(40%, 50%);
  -o-transform: rotate(135deg) translate(40%, 50%);
  transform: rotate(135deg) translate(40%, 50%);
  filter: url(#blur__25);
  opacity: 0.3;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(6) {
  -webkit-transform: rotate(12deg) translate(-35%, 20%);
  -moz-transform: rotate(12deg) translate(-35%, 20%);
  -ms-transform: rotate(12deg) translate(-35%, 20%);
  -o-transform: rotate(12deg) translate(-35%, 20%);
  transform: rotate(12deg) translate(-35%, 20%);
  filter: url(#blur__2);
  opacity: 0.1;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(7) {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-transform: rotate(326deg) translate(-10%, -50%);
  -moz-transform: rotate(326deg) translate(-10%, -50%);
  -ms-transform: rotate(326deg) translate(-10%, -50%);
  -o-transform: rotate(326deg) translate(-10%, -50%);
  transform: rotate(326deg) translate(-10%, -50%);
  filter: url(#blur__5);
  opacity: 0.05;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(8) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-transform: rotate(189deg) translate(-25%, 50%);
  -moz-transform: rotate(189deg) translate(-25%, 50%);
  -ms-transform: rotate(189deg) translate(-25%, 50%);
  -o-transform: rotate(189deg) translate(-25%, 50%);
  transform: rotate(189deg) translate(-25%, 50%);
  filter: url(#blur__5);
  opacity: 0.4;
}
main.content #scroll_wrapper .slide .container .feature_icon svg#feature_icon__partners circle:nth-child(9) {
  -webkit-transform: rotate(27deg) translate(25%, -20%);
  -moz-transform: rotate(27deg) translate(25%, -20%);
  -ms-transform: rotate(27deg) translate(25%, -20%);
  -o-transform: rotate(27deg) translate(25%, -20%);
  transform: rotate(27deg) translate(25%, -20%);
  filter: url(#blur__2);
  opacity: 0.1;
}
main.content #scroll_wrapper .slide .container .feature_text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-flex: 2 1 auto;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  -o-flex: 2 1 auto;
  flex: 2 1 auto;
  z-index: 6;
}
main.content #scroll_wrapper .slide .container .feature_text h2 {
  font-size: -webkit-calc(36px + 3vw + 3vh);
  font-size: expression(36px + 3vw + 3vh);
  font-size: -moz-calc(36px + 3vw + 3vh);
  font-size: -o-calc(36px + 3vw + 3vh);
  font-size: calc(36px + 3vw + 3vh);
  padding-bottom: 0.5em;
  letter-spacing: -0.05em;
}
main.content #scroll_wrapper .slide .container .feature_text h3 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 0.3em;
  font-style: italic;
}
main.content #scroll_wrapper .slide .container.__left_side .feature_text {
  padding-left: 35vw;
}
main.content #scroll_wrapper .slide .container.__right_side .feature_text {
  padding-right: 35vw;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__structure polyline {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__feeds g {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__wave .wave {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__cogs .cog {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__rocket path.rocket__star_line {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__rocket g.rocket__fire_big {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__rocket g.rocket__fire_small {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__rocket g.rocket__main {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__templates .square {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__handlers .line {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.__in_viewport .container .feature_icon svg#feature_icon__partners circle {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide.slide__header {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 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%);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg {
  display: block;
  overflow: visible;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0%, 0%, 0);
  -moz-transform: translate3d(0%, 0%, 0);
  -ms-transform: translate3d(0%, 0%, 0);
  -o-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout * {
  fill: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  opacity: 0;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(3) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(4) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(5) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(6) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout *:nth-child(7) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout .from_left {
  -webkit-transform: translate(-10%, 0) scale(2);
  -moz-transform: translate(-10%, 0) scale(2);
  -ms-transform: translate(-10%, 0) scale(2);
  -o-transform: translate(-10%, 0) scale(2);
  transform: translate(-10%, 0) scale(2);
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout .from_right {
  -webkit-transform: translate(10%, 0) scale(2);
  -moz-transform: translate(10%, 0) scale(2);
  -ms-transform: translate(10%, 0) scale(2);
  -o-transform: translate(10%, 0) scale(2);
  transform: translate(10%, 0) scale(2);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout .from_top {
  -webkit-transform: translate(0, -10%) scale(2);
  -moz-transform: translate(0, -10%) scale(2);
  -ms-transform: translate(0, -10%) scale(2);
  -o-transform: translate(0, -10%) scale(2);
  transform: translate(0, -10%) scale(2);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #layout .from_bottom {
  -webkit-transform: translate(0, 10%) scale(2);
  -moz-transform: translate(0, 10%) scale(2);
  -ms-transform: translate(0, 10%) scale(2);
  -o-transform: translate(0, 10%) scale(2);
  transform: translate(0, 10%) scale(2);
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #bg_lay {
  fill: url(#logo_bg_gradient);
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #symbols * {
  fill: #fff;
  opacity: 0;
  -webkit-transform: translate(150%, -150%) scale(5);
  -moz-transform: translate(150%, -150%) scale(5);
  -ms-transform: translate(150%, -150%) scale(5);
  -o-transform: translate(150%, -150%) scale(5);
  transform: translate(150%, -150%) scale(5);
  -webkit-transition: all 600ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 600ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 600ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 600ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 600ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  filter: url(../img/filter.svg#blur40);
  filter: progid:DXImageTransform.Microsoft.blur(PixelRadius='40');
  -webkit-filter: blur(40px);
  -moz-filter: blur(40px);
  -ms-filter: blur(40px);
  -o-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #symbols *:nth-child(1) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #symbols *:nth-child(2) {
  -webkit-transition-delay: 950ms;
  -moz-transition-delay: 950ms;
  -ms-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  transition-delay: 950ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #symbols *:nth-child(3) {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #symbols *:nth-child(4) {
  -webkit-transition-delay: 1250ms;
  -moz-transition-delay: 1250ms;
  -ms-transition-delay: 1250ms;
  -o-transition-delay: 1250ms;
  transition-delay: 1250ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #symbols *:nth-child(5) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #logo__svg #animated #bend {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1;
  -webkit-transform: translate(0, -10%) scale(2);
  -moz-transform: translate(0, -10%) scale(2);
  -ms-transform: translate(0, -10%) scale(2);
  -o-transform: translate(0, -10%) scale(2);
  transform: translate(0, -10%) scale(2);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #tagline {
  position: relative;
  color: #00a9ff;
  font-size: -webkit-calc(16px + 1.5vw + 1.5vh);
  font-size: expression(16px + 1.5vw + 1.5vh);
  font-size: -moz-calc(16px + 1.5vw + 1.5vh);
  font-size: -o-calc(16px + 1.5vw + 1.5vh);
  font-size: calc(16px + 1.5vw + 1.5vh);
  padding: 0 10vw 0 20vw;
  font-weight: bold;
  margin-top: -10vmin;
  -moz-transform: translate(0, 50vh);
  -o-transform: translate(0, 50vh);
  -ms-transform: translate(0, 50vh);
  -webkit-transform: translate(0, 50vh);
  transform: translate(0, 50vh);
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 400ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  z-index: 1;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper.active #logo__svg #layout * {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper.active #logo__svg #symbols * {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: url(../img/filter.svg#blur0);
  filter: progid:DXImageTransform.Microsoft.blur(PixelRadius='0');
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper.active #logo__svg #animated #bend {
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-animation: swing 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: swing 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: swing 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: swing 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-delay: 2500ms;
  -moz-animation-delay: 2500ms;
  -ms-animation-delay: 2500ms;
  -o-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
main.content #scroll_wrapper .slide.slide__header #logo_wrapper.active #tagline {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
main.content #scroll_wrapper .slide#slide__structure {
  background: #240b36 0%;
  background-image: -webkit-linear-gradient(left, #240b36 0%, #c31432 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, #240b36 0%, #c31432 100%); /* FF3.6 */
  background-image: -ms-linear-gradient(left, #240b36 0%, #c31432 100%); /* IE10 */
  background-image: -o-linear-gradient(left, #240b36 0%, #c31432 100%); /* Opera 11.10+ */
  background-image: linear-gradient(to right, #240b36 0%, #c31432 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#240b36 0%", EndColorStr="#c31432 100%");
}
main.content #scroll_wrapper .slide#slide__structure .feature_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform-origin: 52% 23%;
  -moz-transform-origin: 52% 23%;
  -ms-transform-origin: 52% 23%;
  -o-transform-origin: 52% 23%;
  transform-origin: 52% 23%;
  -webkit-animation: backdrop_blur 4s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0.6s infinite;
  -moz-animation: backdrop_blur 4s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0.6s infinite;
  -o-animation: backdrop_blur 4s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0.6s infinite;
  animation: backdrop_blur 4s cubic-bezier(0.56, 0.05, 0.57, 0.96) 0.6s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
main.content #scroll_wrapper .slide#slide__structure.__in_viewport .feature_icon:after {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
main.content #scroll_wrapper .slide#slide__handlers .feature_text {
  color: #fff;
}
main.content #scroll_wrapper .slide#slide__instruments .feature_text {
  color: #fff;
}
main.content #scroll_wrapper .slide#slide__instruments .feature_text ul {
  position: relative;
  z-index: 2;
}
main.content #scroll_wrapper .slide#slide__instruments .feature_text ul li {
  padding-right: 50px;
}
main.content #scroll_wrapper .slide#slide__instruments .feature_text ul li:last-child {
  padding: 0;
}
main.content #scroll_wrapper .slide#slide__trial .form_wrapper {
  margin-top: 30px;
  text-align: center;
}
main.content #scroll_wrapper .slide#slide__partners {
  background: #243B55 0%;
  background-image: -webkit-linear-gradient(left, #243B55 0%, #141E30 100%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, #243B55 0%, #141E30 100%); /* FF3.6 */
  background-image: -ms-linear-gradient(left, #243B55 0%, #141E30 100%); /* IE10 */
  background-image: -o-linear-gradient(left, #243B55 0%, #141E30 100%); /* Opera 11.10+ */
  background-image: linear-gradient(to right, #243B55 0%, #141E30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#243B55 0%", EndColorStr="#141E30 100%");
}
main.content #scroll_wrapper .slide#slide__partners .centered__inner {
  padding-bottom: 90px;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text {
  text-align: right;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text .flex_row > * {
  display: block;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text .flex_row h2 {
  padding-right: 10vw;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text .flex_row .logos_list li {
  display: inline-block;
  width: 150px;
  height: auto;
  float: left;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text .flex_row .logos_list li img {
  width: 100%;
  height: auto;
}
main.content#adminpanel_content {
  background-color: #f0f3f6;
  padding-left: 140px;
}
main.content#adminpanel_content .header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #273340;
  color: #e4eaf1;
  z-index: 9;
}
main.content#adminpanel_content .header .section__content .logo a {
  display: block;
  position: relative;
  margin: auto;
  border-bottom: 20px solid #f0f3f6;
}
main.content#adminpanel_content .header .section__content .logo a #logo {
  display: block;
  width: 100px;
  height: auto;
  background-color: #f0f3f6;
}
main.content#adminpanel_content .header .section__content .logo a #logo * {
  fill: #004c73;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo * {
  -webkit-animation: logo_loading 1000ms infinite forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: logo_loading 1000ms infinite forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: logo_loading 1000ms infinite forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: logo_loading 1000ms infinite forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(2) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(3) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(4) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(5) {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  -ms-animation-delay: 1600ms;
  -o-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(6) {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
main.content#adminpanel_content .header .section__content .logo.__loading a #logo *:nth-child(7) {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -ms-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
main.content#adminpanel_content .header .section__content .box {
  position: relative;
  color: #525c67;
  -webkit-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  text-align: center;
}
main.content#adminpanel_content .header .section__content .box label {
  padding: 10px 20px;
  cursor: pointer;
}
main.content#adminpanel_content .header .section__content .box label .rticon {
  color: inherit;
  width: 50px;
  height: 50px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
}
main.content#adminpanel_content .header .section__content .box label .rticon:after {
  content: "\e197";
}
main.content#adminpanel_content .header .section__content .box label .rticon.website_box__icon:after {
  content: "\e372";
}
main.content#adminpanel_content .header .section__content .box label .rticon.login_box__icon:after {
  content: "\e624";
}
main.content#adminpanel_content .header .section__content .box .box__dropdown {
  display: block;
  position: absolute;
  left: unset;
  right: 200%;
  top: -10px;
  background-color: #fff;
  -webkit-transition: transform 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96), opacity 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: transform 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96), opacity 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: transform 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96), opacity 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: transform 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96), opacity 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: transform 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96), opacity 0ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  opacity: 0;
  -moz-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  -webkit-box-shadow: -2px 5px 15px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 5px 15px -5px rgba(0, 0, 0, 0.5);
}
main.content#adminpanel_content .header .section__content .box .box__dropdown:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: inherit;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .box__dropdown_inner {
  max-height: -webkit-calc(100vh - 75px);
  max-height: expression(100vh - 75px);
  max-height: -moz-calc(100vh - 75px);
  max-height: -o-calc(100vh - 75px);
  max-height: calc(100vh - 75px);
  overflow: auto;
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item {
  text-align: left;
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a {
  padding: 15px 20px;
  display: block;
  position: relative;
  min-width: 200px;
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a .rticon {
  margin: 0 5px 0 0;
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a .all_icon:after {
  content: "\e156";
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a .profile_icon:after {
  content: "\e624";
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a .billing_icon:after {
  content: "\e038";
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a .exit_icon:after {
  content: "\e389";
}
main.content#adminpanel_content .header .section__content .box .box__dropdown .dropdown__item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
main.content#adminpanel_content .header .section__content .box:hover, main.content#adminpanel_content .header .section__content .box.hover {
  background-color: #ffc846;
  color: #000;
}
main.content#adminpanel_content .header .section__content .box:hover .box__dropdown, main.content#adminpanel_content .header .section__content .box.hover .box__dropdown {
  display: block;
  opacity: 1;
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  left: 100%;
  right: unset;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 1002;
}
main.content#adminpanel_content .header .section__content .box.login_box:after {
  content: "";
  width: 80%;
  display: block;
  position: relative;
  top: 10px;
  margin: 0px auto 20px auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar {
  position: relative;
  width: auto;
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li {
  text-align: center;
  color: #525c67;
  -webkit-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96), background-color 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a {
  color: inherit;
  display: block;
  padding: 5px 0;
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon {
  color: inherit;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon:after {
  content: "\e197";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon.icon_pages:after {
  content: "\e511";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon.icon_files:after {
  content: "\e139";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon.icon_feeds:after {
  content: "\e115";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon.icon_config:after {
  content: "\e119";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon.icon_team:after {
  content: "\e490";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .rticon.icon_settings:after {
  content: "\e137";
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li a .text {
  font-size: 0;
  opacity: 0;
}
main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li:hover, main.content#adminpanel_content .header .section__content .menu_sidebar .navbar .navbar__list li.active {
  background-color: #ffc846;
  color: #000;
  -webkit-box-shadow: inset -6px 0 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset -6px 0 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: inset -6px 0 10px -10px rgba(0, 0, 0, 0.6);
}
main.content#adminpanel_content .main_content {
  padding: 40px 40px 40px 0;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.content#adminpanel_content .main_content .section__content h1#title {
  padding: 20px 0;
  margin: -40px 0 20px 0;
  font-size: 32px;
  color: #525c66;
}
main.content#adminpanel_content .main_content .section__content h1#title .website_icon {
  margin-right: 10px;
}
main.content#adminpanel_content .main_content .section__content h1#title .website_icon:after {
  content: "\e371";
}
main.content#adminpanel_content .main_content .section__content h1#title a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin-left: 40px;
}
main.content#adminpanel_content .main_content .section__content h1#title a .text {
  display: inline;
  border-bottom: 1px solid rgba(0, 76, 115, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 200ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
main.content#adminpanel_content .main_content .section__content h1#title a .external_icon {
  margin: 0 5px;
}
main.content#adminpanel_content .main_content .section__content h1#title a .external_icon:after {
  content: "\e390";
}
main.content#adminpanel_content .main_content .section__content h1#title a:hover .text {
  border-bottom-color: transparent;
}
main.content#adminpanel_content .main_content .section__content h2 {
  color: #525c66;
  margin-bottom: 20px;
}
main.content#adminpanel_content .main_content .section__content h2 a.goback {
  font-size: 16px;
  float: left;
  margin: 2px 5px 0 -35px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #9ea7a7;
}
main.content#adminpanel_content .main_content .section__content h2 a.goback span:after {
  content: "\e222";
}
main.content#adminpanel_content .main_content .section__content h2 a.goback:hover {
  background-color: #ffc846;
  color: #000;
}
main.content#adminpanel_content .main_content .section__content .filter_inside {
  position: relative;
  padding-right: 310px;
}
main.content#adminpanel_content .main_content .section__content .filter_inside #filter {
  position: absolute;
  width: 300px;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
main.content#adminpanel_content .main_content .section__content .filter_inside #filter .filter_icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
  color: rgba(0, 0, 0, 0.1);
  font-size: 28px;
}
main.content#adminpanel_content .main_content .section__content .filter_inside #filter label .clear_icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  -moz-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  color: #0f7bc3;
  opacity: 0;
}
main.content#adminpanel_content .main_content .section__content .filter_inside #filter label .clear_icon:hover {
  color: #ffc846;
}
main.content#adminpanel_content .main_content .section__content .filter_inside #filter label input:not(:placeholder-shown) ~ .clear_icon {
  opacity: 1;
  z-index: 1;
}
main.content#adminpanel_content .main_content .section__content .inline_buttons_panel {
  padding: 10px 0;
}
main.content#adminpanel_content .main_content .section__content .sites_panel {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block {
  -webkit-flex: 2 1 auto;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  -o-flex: 2 1 auto;
  flex: 2 1 auto;
  width: 25%;
  padding-bottom: 14%;
  position: relative;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  background-color: #004c73;
  color: #fff;
  overflow: hidden;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site {
  padding: 20px 15px 15px 20px;
  display: block;
  cursor: pointer;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site img {
  display: none;
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site img[src] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site figcaption {
  position: relative;
  z-index: 1;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site figcaption a {
  color: #fff;
  background-color: #273340;
  margin: 0 20px 0 0;
  font-size: 24px;
  padding: 0 8px;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site figcaption a .external_icon {
  font-size: 18px;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site figcaption a .external_icon:after {
  content: "\e223";
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site figcaption a:hover {
  background-color: #ffc846;
  color: #273340;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site figcaption .text {
  display: inline;
  position: relative;
  font-size: 24px;
  background-color: #273340;
  -webkit-box-shadow: -10px 0 0 #273340, 10px 0 0 #273340;
  -moz-box-shadow: -10px 0 0 #273340, 10px 0 0 #273340;
  box-shadow: -10px 0 0 #273340, 10px 0 0 #273340;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site.add_new {
  text-align: center;
  border: 4px solid #bfd6e6;
  background-color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site.add_new .card_header .rticon {
  font-size: 48px;
  color: #bfd6e6;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main.content#adminpanel_content .main_content .section__content .file-path li {
  margin: 0 10px 0 0;
}
main.content#adminpanel_content .main_content .section__content .file-path li:after {
  display: none;
}
main.content#adminpanel_content .main_content .section__content .file-path li .sidearrow_icon {
  vertical-align: 2px;
  color: #ccc;
}
main.content#adminpanel_content .main_content .section__content .file-path li .sidearrow_icon:after {
  content: "\e601";
  display: block;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
main.content#adminpanel_content .main_content .section__content .file-path li:last-child .sidearrow_icon {
  display: none;
}
main.content#adminpanel_content .main_content .section__content .file-list .pico_icon {
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #b6bfca;
}
main.content#adminpanel_content .main_content .section__content .file-list .folder_icon:after {
  content: "\e145";
}
main.content#adminpanel_content .main_content .section__content .file-list .file_icon:after {
  content: "\e037";
}
main.content#adminpanel_content .main_content .section__content .avatar {
  width: 55px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 20px 0 0;
}
main.content#adminpanel_content .main_content .section__content .avatar .avatar__inner {
  width: inherit;
  padding-bottom: 100%;
  position: relative;
}
main.content#adminpanel_content .main_content .section__content .avatar .avatar__inner img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  margin: -90px auto 0;
  height: 90px;
  color: rgba(255, 255, 255, 0.2);
  padding: 0 25% 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer .container {
  display: table;
  width: 100%;
  height: inherit;
}
.footer .container .row {
  display: table-cell;
  vertical-align: bottom;
}
.footer ul.list_inline {
  display: block;
  padding-bottom: 15px;
}
.footer ul.list_inline li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.footer ul.list_inline li:after {
  content: "|";
  margin: 0 0 0 15px;
  color: rgba(255, 255, 255, 0.1);
}
.footer ul.list_inline li:last-child {
  padding: 0;
}
.footer ul.list_inline li:last-child:after {
  display: none;
}
.footer ul.list_inline li a {
  color: #fff;
  text-decoration: none;
}
.footer ul.list_inline li a span {
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
}
.footer ul.list_inline li a:hover span {
  border-bottom-color: transparent;
}
.footer #design {
  display: block;
  width: 70px;
  position: absolute;
  bottom: -20px;
  right: 25%;
  margin: 0 -70px 0 0;
}
.footer #design a#design__link {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.footer #design a#design__link svg#design__field {
  display: block;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.footer #design a#design__link svg#design__field > * {
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  will-change: will-change;
  will-change: transform;
}
.footer #design a#design__link svg#design__field #design__shadow {
  stroke: rgba(255, 255, 255, 0.2);
  fill: transparent;
}
.footer #design a#design__link svg#design__field #design__label {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 1px;
  fill: #253c4e;
}
.footer #design a#design__link svg#design__field #design__text {
  fill: rgba(255, 255, 255, 0.6);
}
.footer #design a#design__link:hover svg#design__field #design__shadow {
  -webkit-transform: rotate(3deg) translate(8%, -3%);
  -moz-transform: rotate(3deg) translate(8%, -3%);
  -ms-transform: rotate(3deg) translate(8%, -3%);
  -o-transform: rotate(3deg) translate(8%, -3%);
  transform: rotate(3deg) translate(8%, -3%);
}
.footer #design a#design__link:hover svg#design__field #design__label {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.footer #design a#design__link:hover svg#design__field #design__text {
  fill: white;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.footer.slide__footer {
  -moz-transform: translate(0, 90px);
  -o-transform: translate(0, 90px);
  -ms-transform: translate(0, 90px);
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -moz-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -ms-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  -o-transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  transition: all 300ms cubic-bezier(0.56, 0.05, 0.57, 0.96);
  min-height: unset !important;
  z-index: 9;
}
.footer.slide__footer .container {
  padding: 0 !important;
  display: block !important;
}
#app.partners .footer.slide__footer {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media all and (max-width: 1600px) {
#app[class]:not(.header) .navbar #nav_layout #nav_layout__generated {
    overflow: auto;
    scroll-behavior: smooth;
}
}
@media all and (max-width: 1024px) {
.navbar #nav_layout #nav_layout__generated .generated_block:not([data-slide=header]) {
    display: none;
}
.footer.slide__footer {
    font-size: 14px;
}
.footer.slide__footer .container {
    display: table !important;
}
}
@media (max-width: 1024px) and (orientation: portrait) {
main.content #scroll_wrapper .slide.slide__header #logo_wrapper #tagline {
    font-size: -webkit-calc(10px + 1vw + 1vh);
    font-size: expression(10px + 1vw + 1vh);
    font-size: -moz-calc(10px + 1vw + 1vh);
    font-size: -o-calc(10px + 1vw + 1vh);
    font-size: calc(10px + 1vw + 1vh);
    margin-top: -5vmin;
}
main.content #scroll_wrapper .slide .container {
    padding: 25px;
}
main.content #scroll_wrapper .slide .container.__left_side .feature_text, main.content #scroll_wrapper .slide .container.__right_side .feature_text {
    padding-left: 0;
    padding-right: 0;
}
main.content #scroll_wrapper .slide .container .feature_icon svg {
    width: auto;
    height: 100%;
}
main.content #scroll_wrapper .slide .container .feature_text {
    padding-top: 100px;
}
main.content #scroll_wrapper .slide .container .feature_text h2 {
    word-break: break-all;
}
main.content #scroll_wrapper .slide#slide__instruments .feature_text ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
main.content #scroll_wrapper .slide#slide__instruments .feature_text ul li {
    padding-right: 0;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text .flex_row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
main.content #scroll_wrapper .slide#slide__partners .feature_text .flex_row h2 {
    -webkit-flex: 0 2 100%;
    -moz-flex: 0 2 100%;
    -ms-flex: 0 2 100%;
    -o-flex: 0 2 100%;
    flex: 0 2 100%;
    padding-right: 0;
    text-align: center;
}
}
@media only screen and (max-width: 980px), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (min-device-pixel-ratio: 3), screen and (device-width: 320px) and (device-height: 640px) and (device-pixel-ratio: 2), screen and (device-width: 320px) and (device-height: 640px) and (device-pixel-ratio: 3), screen and (device-width: 360px) and (device-height: 640px) and (device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-pixel-ratio: 2) {
label.switch.__toggle:before {
    display: none;
}
.inline_with_button {
    margin-right: 0;
}
.inline_with_button + .buttonfield {
    float: none;
    margin-top: 10px;
    width: 100%;
}
.buttonfield {
    padding: 11px;
    width: 100%;
    text-align: left;
}
.buttonfield .rticon {
    display: none;
}
.buttonfield .text {
    display: block;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 175px;
}
.form_label.__inline {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_label.__inline > * {
    -webkit-flex: 0 0 100%!important;
    -moz-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    -o-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    padding-right: 0;
}
.form_label.__inline > * .subst_to_field {
    display: none;
}
.custom_button {
    margin: 0 0 20px 0;
    white-space: normal;
}
#preloader {
    left: 65px;
}
#preloader #preloader__lay {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.navbar #nav_layout #nav_layout__generated {
    overflow: auto;
}
.navbar #nav_layout #nav_layout__generated .generated_block a.header_link {
    max-width: unset;
}
main.content#adminpanel_content {
    padding-left: 105px;
}
main.content#adminpanel_content .ui__menu {
    display: block;
}
main.content#adminpanel_content .ace_editor {
    margin-left: -40px;
    margin-right: -10px;
}
main.content#adminpanel_content .main_content {
    padding: 40px 10px 40px 0;
}
main.content#adminpanel_content .main_content .section__content .filter_inside {
    padding-right: 0;
}
main.content#adminpanel_content .main_content .section__content .filter_inside #filter {
    position: relative;
    width: 100%;
    top: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 10px;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block {
    width: 100%;
    padding-bottom: 61%;
}
main.content#adminpanel_content .main_content .section__content .sites_panel .site_block .block__inner .site.add_new {
    padding-top: 20px;
}
main.content#adminpanel_content .header .section__content .logo a #logo {
    width: 66px;
}
main.content#adminpanel_content .header .section__content .box label {
    padding: 10px 8px;
}
.tech_wrapper {
    padding: 190px 0 0 0;
}
.tech_wrapper .centered__inner {
    vertical-align: top;
}
.terms .tech_wrapper, .prices .tech_wrapper {
    padding-bottom: 160px;
}
.footer {
    margin: -130px auto 0;
    height: 130px;
    padding: 0 25% 0 10px;
}
}
@-webkit-keyframes scroll_feed {
to {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
}
@-moz-keyframes scroll_feed {
to {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
}
@-o-keyframes scroll_feed {
to {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
}
@keyframes scroll_feed {
to {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
}
@-webkit-keyframes rotate_elem {
to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-moz-keyframes rotate_elem {
to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-o-keyframes rotate_elem {
to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes rotate_elem {
to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-webkit-keyframes logo_loading {
0% {
    opacity: 1;
}
50% {
    opacity: 0.7;
}
100% {
    opacity: 1;
}
}
@-moz-keyframes logo_loading {
0% {
    opacity: 1;
}
50% {
    opacity: 0.7;
}
100% {
    opacity: 1;
}
}
@-o-keyframes logo_loading {
0% {
    opacity: 1;
}
50% {
    opacity: 0.7;
}
100% {
    opacity: 1;
}
}
@keyframes logo_loading {
0% {
    opacity: 1;
}
50% {
    opacity: 0.7;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes square_show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@-moz-keyframes square_show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@-o-keyframes square_show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@keyframes square_show {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@-webkit-keyframes line_show {
0% {
    stroke-dashoffset: 4500;
    opacity: 0;
}
15% {
    stroke-dashoffset: 4500;
    opacity: 1;
}
85% {
    stroke-dashoffset: 0;
    opacity: 1;
}
100% {
    stroke-dashoffset: 0;
    opacity: 0;
}
}
@-moz-keyframes line_show {
0% {
    stroke-dashoffset: 4500;
    opacity: 0;
}
15% {
    stroke-dashoffset: 4500;
    opacity: 1;
}
85% {
    stroke-dashoffset: 0;
    opacity: 1;
}
100% {
    stroke-dashoffset: 0;
    opacity: 0;
}
}
@-o-keyframes line_show {
0% {
    stroke-dashoffset: 4500;
    opacity: 0;
}
15% {
    stroke-dashoffset: 4500;
    opacity: 1;
}
85% {
    stroke-dashoffset: 0;
    opacity: 1;
}
100% {
    stroke-dashoffset: 0;
    opacity: 0;
}
}
@keyframes line_show {
0% {
    stroke-dashoffset: 4500;
    opacity: 0;
}
15% {
    stroke-dashoffset: 4500;
    opacity: 1;
}
85% {
    stroke-dashoffset: 0;
    opacity: 1;
}
100% {
    stroke-dashoffset: 0;
    opacity: 0;
}
}
@-webkit-keyframes swing {
0% {
    fill: #e0e0d1;
    opacity: 1;
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    -moz-transform: rotate3d(1, 1, 0, 0deg);
    -ms-transform: rotate3d(1, 1, 0, 0deg);
    -o-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
100% {
    fill: #273340;
    opacity: 0.2;
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    -moz-transform: rotate3d(1, 1, 0, -180deg);
    -ms-transform: rotate3d(1, 1, 0, -180deg);
    -o-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
}
@-moz-keyframes swing {
0% {
    fill: #e0e0d1;
    opacity: 1;
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    -moz-transform: rotate3d(1, 1, 0, 0deg);
    -ms-transform: rotate3d(1, 1, 0, 0deg);
    -o-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
100% {
    fill: #273340;
    opacity: 0.2;
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    -moz-transform: rotate3d(1, 1, 0, -180deg);
    -ms-transform: rotate3d(1, 1, 0, -180deg);
    -o-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
}
@-o-keyframes swing {
0% {
    fill: #e0e0d1;
    opacity: 1;
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    -moz-transform: rotate3d(1, 1, 0, 0deg);
    -ms-transform: rotate3d(1, 1, 0, 0deg);
    -o-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
100% {
    fill: #273340;
    opacity: 0.2;
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    -moz-transform: rotate3d(1, 1, 0, -180deg);
    -ms-transform: rotate3d(1, 1, 0, -180deg);
    -o-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
}
@keyframes swing {
0% {
    fill: #e0e0d1;
    opacity: 1;
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    -moz-transform: rotate3d(1, 1, 0, 0deg);
    -ms-transform: rotate3d(1, 1, 0, 0deg);
    -o-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
100% {
    fill: #273340;
    opacity: 0.2;
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    -moz-transform: rotate3d(1, 1, 0, -180deg);
    -ms-transform: rotate3d(1, 1, 0, -180deg);
    -o-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
    -webkit-transform-origin: 40.3%;
    -moz-transform-origin: 40.3%;
    -ms-transform-origin: 40.3%;
    -o-transform-origin: 40.3%;
    transform-origin: 40.3%;
}
}
@-webkit-keyframes flight {
0% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
20% {
    -webkit-transform: translate(-1.5%, -2.5%) scale(1);
    -moz-transform: translate(-1.5%, -2.5%) scale(1);
    -ms-transform: translate(-1.5%, -2.5%) scale(1);
    -o-transform: translate(-1.5%, -2.5%) scale(1);
    transform: translate(-1.5%, -2.5%) scale(1);
}
40% {
    -webkit-transform: translate(1%, -2.5%) scale(1.1);
    -moz-transform: translate(1%, -2.5%) scale(1.1);
    -ms-transform: translate(1%, -2.5%) scale(1.1);
    -o-transform: translate(1%, -2.5%) scale(1.1);
    transform: translate(1%, -2.5%) scale(1.1);
}
60% {
    -webkit-transform: translate(0.5%, 6%) scale(0.9);
    -moz-transform: translate(0.5%, 6%) scale(0.9);
    -ms-transform: translate(0.5%, 6%) scale(0.9);
    -o-transform: translate(0.5%, 6%) scale(0.9);
    transform: translate(0.5%, 6%) scale(0.9);
}
80% {
    -webkit-transform: translate(-3%, 6%) scale(0.8);
    -moz-transform: translate(-3%, 6%) scale(0.8);
    -ms-transform: translate(-3%, 6%) scale(0.8);
    -o-transform: translate(-3%, 6%) scale(0.8);
    transform: translate(-3%, 6%) scale(0.8);
}
100% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
}
@-moz-keyframes flight {
0% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
20% {
    -webkit-transform: translate(-1.5%, -2.5%) scale(1);
    -moz-transform: translate(-1.5%, -2.5%) scale(1);
    -ms-transform: translate(-1.5%, -2.5%) scale(1);
    -o-transform: translate(-1.5%, -2.5%) scale(1);
    transform: translate(-1.5%, -2.5%) scale(1);
}
40% {
    -webkit-transform: translate(1%, -2.5%) scale(1.1);
    -moz-transform: translate(1%, -2.5%) scale(1.1);
    -ms-transform: translate(1%, -2.5%) scale(1.1);
    -o-transform: translate(1%, -2.5%) scale(1.1);
    transform: translate(1%, -2.5%) scale(1.1);
}
60% {
    -webkit-transform: translate(0.5%, 6%) scale(0.9);
    -moz-transform: translate(0.5%, 6%) scale(0.9);
    -ms-transform: translate(0.5%, 6%) scale(0.9);
    -o-transform: translate(0.5%, 6%) scale(0.9);
    transform: translate(0.5%, 6%) scale(0.9);
}
80% {
    -webkit-transform: translate(-3%, 6%) scale(0.8);
    -moz-transform: translate(-3%, 6%) scale(0.8);
    -ms-transform: translate(-3%, 6%) scale(0.8);
    -o-transform: translate(-3%, 6%) scale(0.8);
    transform: translate(-3%, 6%) scale(0.8);
}
100% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
}
@-o-keyframes flight {
0% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
20% {
    -webkit-transform: translate(-1.5%, -2.5%) scale(1);
    -moz-transform: translate(-1.5%, -2.5%) scale(1);
    -ms-transform: translate(-1.5%, -2.5%) scale(1);
    -o-transform: translate(-1.5%, -2.5%) scale(1);
    transform: translate(-1.5%, -2.5%) scale(1);
}
40% {
    -webkit-transform: translate(1%, -2.5%) scale(1.1);
    -moz-transform: translate(1%, -2.5%) scale(1.1);
    -ms-transform: translate(1%, -2.5%) scale(1.1);
    -o-transform: translate(1%, -2.5%) scale(1.1);
    transform: translate(1%, -2.5%) scale(1.1);
}
60% {
    -webkit-transform: translate(0.5%, 6%) scale(0.9);
    -moz-transform: translate(0.5%, 6%) scale(0.9);
    -ms-transform: translate(0.5%, 6%) scale(0.9);
    -o-transform: translate(0.5%, 6%) scale(0.9);
    transform: translate(0.5%, 6%) scale(0.9);
}
80% {
    -webkit-transform: translate(-3%, 6%) scale(0.8);
    -moz-transform: translate(-3%, 6%) scale(0.8);
    -ms-transform: translate(-3%, 6%) scale(0.8);
    -o-transform: translate(-3%, 6%) scale(0.8);
    transform: translate(-3%, 6%) scale(0.8);
}
100% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
}
@keyframes flight {
0% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
20% {
    -webkit-transform: translate(-1.5%, -2.5%) scale(1);
    -moz-transform: translate(-1.5%, -2.5%) scale(1);
    -ms-transform: translate(-1.5%, -2.5%) scale(1);
    -o-transform: translate(-1.5%, -2.5%) scale(1);
    transform: translate(-1.5%, -2.5%) scale(1);
}
40% {
    -webkit-transform: translate(1%, -2.5%) scale(1.1);
    -moz-transform: translate(1%, -2.5%) scale(1.1);
    -ms-transform: translate(1%, -2.5%) scale(1.1);
    -o-transform: translate(1%, -2.5%) scale(1.1);
    transform: translate(1%, -2.5%) scale(1.1);
}
60% {
    -webkit-transform: translate(0.5%, 6%) scale(0.9);
    -moz-transform: translate(0.5%, 6%) scale(0.9);
    -ms-transform: translate(0.5%, 6%) scale(0.9);
    -o-transform: translate(0.5%, 6%) scale(0.9);
    transform: translate(0.5%, 6%) scale(0.9);
}
80% {
    -webkit-transform: translate(-3%, 6%) scale(0.8);
    -moz-transform: translate(-3%, 6%) scale(0.8);
    -ms-transform: translate(-3%, 6%) scale(0.8);
    -o-transform: translate(-3%, 6%) scale(0.8);
    transform: translate(-3%, 6%) scale(0.8);
}
100% {
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
}
@-webkit-keyframes starline {
0% {
    -webkit-transform: translate(18%,-32%) scale(1);
    -moz-transform: translate(18%,-32%) scale(1);
    -ms-transform: translate(18%,-32%) scale(1);
    -o-transform: translate(18%,-32%) scale(1);
    transform: translate(18%,-32%) scale(1);
}
100% {
    -webkit-transform: translate(-180%, 320%) scale(1);
    -moz-transform: translate(-180%, 320%) scale(1);
    -ms-transform: translate(-180%, 320%) scale(1);
    -o-transform: translate(-180%, 320%) scale(1);
    transform: translate(-180%, 320%) scale(1);
}
}
@-moz-keyframes starline {
0% {
    -webkit-transform: translate(18%,-32%) scale(1);
    -moz-transform: translate(18%,-32%) scale(1);
    -ms-transform: translate(18%,-32%) scale(1);
    -o-transform: translate(18%,-32%) scale(1);
    transform: translate(18%,-32%) scale(1);
}
100% {
    -webkit-transform: translate(-180%, 320%) scale(1);
    -moz-transform: translate(-180%, 320%) scale(1);
    -ms-transform: translate(-180%, 320%) scale(1);
    -o-transform: translate(-180%, 320%) scale(1);
    transform: translate(-180%, 320%) scale(1);
}
}
@-o-keyframes starline {
0% {
    -webkit-transform: translate(18%,-32%) scale(1);
    -moz-transform: translate(18%,-32%) scale(1);
    -ms-transform: translate(18%,-32%) scale(1);
    -o-transform: translate(18%,-32%) scale(1);
    transform: translate(18%,-32%) scale(1);
}
100% {
    -webkit-transform: translate(-180%, 320%) scale(1);
    -moz-transform: translate(-180%, 320%) scale(1);
    -ms-transform: translate(-180%, 320%) scale(1);
    -o-transform: translate(-180%, 320%) scale(1);
    transform: translate(-180%, 320%) scale(1);
}
}
@keyframes starline {
0% {
    -webkit-transform: translate(18%,-32%) scale(1);
    -moz-transform: translate(18%,-32%) scale(1);
    -ms-transform: translate(18%,-32%) scale(1);
    -o-transform: translate(18%,-32%) scale(1);
    transform: translate(18%,-32%) scale(1);
}
100% {
    -webkit-transform: translate(-180%, 320%) scale(1);
    -moz-transform: translate(-180%, 320%) scale(1);
    -ms-transform: translate(-180%, 320%) scale(1);
    -o-transform: translate(-180%, 320%) scale(1);
    transform: translate(-180%, 320%) scale(1);
}
}
@-webkit-keyframes wave {
to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@-moz-keyframes wave {
to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@-o-keyframes wave {
to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@keyframes wave {
to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@-webkit-keyframes zoom_fade_1 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
}
@-moz-keyframes zoom_fade_1 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
}
@-o-keyframes zoom_fade_1 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
}
@keyframes zoom_fade_1 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.3);
    -moz-transform: rotate(90deg) scale(3.3);
    -ms-transform: rotate(90deg) scale(3.3);
    -o-transform: rotate(90deg) scale(3.3);
    transform: rotate(90deg) scale(3.3);
}
}
@-webkit-keyframes zoom_fade_2 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
}
@-moz-keyframes zoom_fade_2 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
}
@-o-keyframes zoom_fade_2 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
}
@keyframes zoom_fade_2 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.1);
    -moz-transform: rotate(-90deg) scale(4.1);
    -ms-transform: rotate(-90deg) scale(4.1);
    -o-transform: rotate(-90deg) scale(4.1);
    transform: rotate(-90deg) scale(4.1);
}
}
@-webkit-keyframes zoom_fade_3 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
}
@-moz-keyframes zoom_fade_3 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
}
@-o-keyframes zoom_fade_3 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
}
@keyframes zoom_fade_3 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(3.7);
    -moz-transform: rotate(90deg) scale(3.7);
    -ms-transform: rotate(90deg) scale(3.7);
    -o-transform: rotate(90deg) scale(3.7);
    transform: rotate(90deg) scale(3.7);
}
}
@-webkit-keyframes zoom_fade_4 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
}
@-moz-keyframes zoom_fade_4 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
}
@-o-keyframes zoom_fade_4 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
}
@keyframes zoom_fade_4 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(4.6);
    -moz-transform: rotate(-90deg) scale(4.6);
    -ms-transform: rotate(-90deg) scale(4.6);
    -o-transform: rotate(-90deg) scale(4.6);
    transform: rotate(-90deg) scale(4.6);
}
}
@-webkit-keyframes zoom_fade_5 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
}
@-moz-keyframes zoom_fade_5 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
}
@-o-keyframes zoom_fade_5 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
}
@keyframes zoom_fade_5 {
0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
5% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
20% {
    opacity: 1;
}
25% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(5.6);
    -moz-transform: rotate(90deg) scale(5.6);
    -ms-transform: rotate(90deg) scale(5.6);
    -o-transform: rotate(90deg) scale(5.6);
    transform: rotate(90deg) scale(5.6);
}
}
@-webkit-keyframes backdrop_blur {
0% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
50% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
100% {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
}
@-moz-keyframes backdrop_blur {
0% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
50% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
100% {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
}
@-o-keyframes backdrop_blur {
0% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
50% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
100% {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
}
@keyframes backdrop_blur {
0% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
50% {
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
100% {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
}
@-webkit-keyframes lights_move {
0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
100% {
    -webkit-transform-origin: 55% 54%;
    -moz-transform-origin: 55% 54%;
    -ms-transform-origin: 55% 54%;
    -o-transform-origin: 55% 54%;
    transform-origin: 55% 54%;
}
}
@-moz-keyframes lights_move {
0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
100% {
    -webkit-transform-origin: 55% 54%;
    -moz-transform-origin: 55% 54%;
    -ms-transform-origin: 55% 54%;
    -o-transform-origin: 55% 54%;
    transform-origin: 55% 54%;
}
}
@-o-keyframes lights_move {
0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
100% {
    -webkit-transform-origin: 55% 54%;
    -moz-transform-origin: 55% 54%;
    -ms-transform-origin: 55% 54%;
    -o-transform-origin: 55% 54%;
    transform-origin: 55% 54%;
}
}
@keyframes lights_move {
0% {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
100% {
    -webkit-transform-origin: 55% 54%;
    -moz-transform-origin: 55% 54%;
    -ms-transform-origin: 55% 54%;
    -o-transform-origin: 55% 54%;
    transform-origin: 55% 54%;
}
}.prism-editor-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    overflow: auto;
    tab-size: 1.5em;
    -moz-tab-size: 1.5em;

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .prism-editor__textarea {
        color: transparent !important;
    }
    .prism-editor__textarea::selection {
        background-color: #accef7 !important;
        color: transparent !important;
    }
}

.prism-editor__container {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.prism-editor__line-numbers {
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
    padding-top: 4px;
    margin-top: 0;
    margin-right: 10px;
}
.prism-editor__line-number {
    /* padding: 0 3px 0 5px; */
    text-align: right;
    white-space: nowrap;
}

.prism-editor__textarea {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    resize: none;
    color: inherit;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-fill-color: transparent;
}

.prism-editor__textarea,
.prism-editor__editor {
    margin: 0;
    border: 0;
    background: none;
    box-sizing: inherit;
    display: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    tab-size: inherit;
    text-indent: inherit;
    text-rendering: inherit;
    text-transform: inherit;
    white-space: pre-wrap;
    word-wrap: keep-all;
    overflow-wrap: break-word;
    padding: 0;
}
.prism-editor__textarea--empty {
    -webkit-text-fill-color: inherit !important;
}
/* highlight */
.prism-editor__editor {
    position: relative;
    pointer-events: none;
}
#json_item_modal {
  top: 75px;
  background-color: rgba(96, 96, 96, 0.75);
}
#json_item_modal.show {
  display: block;
}

.progress {
  background-color: #4b515e;
  height: 30px;
  border-radius: 3px;
}
.progress-bar {
  height: 30px;
  background-color: #73d500;
}

.linkinput {
  width: 80%;
  margin-right: 10px;
  color: #bbbbbb;
}
.buttonfield.upload {
  padding: 11px 10px;
  margin: 5px;
  float: right;
}
.field_link {
  position: absolute;
  left: 0;
  z-index: 100;
}
.external_icon:after {
  content: '\E390';
}
.filefield > label > .placeholder {
  left: 20px !important;
}

[draggable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}
.ui {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
}
@media (min-width: 900px) {
.ui {
        margin: 10vh auto 0;
        min-height: 50vh;
        box-shadow: 0 0 20px rgba(120, 120, 120, 0.1);
        border-radius: 5px;
}
}
.ui.upload-drop--dragover .ui__sidebar {
    opacity: .5;
}
.ui.upload-drop--dragover .ui__main {
    transition: border .5s ease;
    border: 4px dashed #47cedf;
}
.ui.upload-drop--dragover .ui__main > * {
    pointer-events: none;
}
.ui__sidebar {
    display: block;
    background: #404040;
    color: #ccc;
    overflow: hidden;
    transition: all .5s ease;
    width: 0;
    max-width: 300px;
    max-height: 100%;
}
.ui__sidebar--open .ui__sidebar {
    display: block;
    width: 80%;
    opacity: 1;
    padding: 1rem;
    border-right: 0.5rem solid #efefef;
}
@media (min-width: 900px) {
.ui__sidebar {
        display: block;
        width: 300px;
        padding: 1rem;
        border-right: 0.5rem solid #efefef;
}
.ui__sidebar--open .ui__sidebar {
        width: 300px;
}
}
.ui__main {
    flex: 1 1 auto;
    display: block;
}
.ui__menu {
    display: flex;
}
.ui__btn {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    transition: all .1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui__btn::before {
    font-family: FontAwesome;
}
.ui__btn:hover {
    color: #121212;
}
.upload-btn::before {
    content: '\f0ee';
}
.help-btn::before {
    color: #555;
    content: '\f128';
}
.sidebar-toggle {
    margin-left: 0;
}
.sidebar-toggle::before {
    content: '\f152';
}
.ui__sidebar--open .sidebar-toggle::before {
    content: '\f191';
}
@media (min-width: 900px) {
.sidebar-toggle {
        display: none;
}
}
.options-toggle {
    margin-right: 0;
    text-align: right;
    color: #555;
}
.upload-toggle{
    margin-right: 0;
    text-align: right;
    color: #555;
}
.options-toggle::before {
    content: '\f013';
}
.upload-toggle::before {
    content: '\f0ee';
}
.file-path {
    flex: 1 1 auto;
    display: inline-block;
    margin: 0;
    padding: 0.3333333333rem 1rem;
    font-size: .875rem;
    list-style: none;
    background: #f8f8f8;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    border-radius: 0 0 3px 3px;
}
.file-path li {
    display: inline-block;
}
.file-path li::after {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f105';
    opacity: .5;
    margin-left: 0.5rem;
    margin-right: 0.25rem;
}
.file-path li a {
    color: #555
}
.file-list {
    width: 100%;
    text-align: left;
}
.file-list .file-list__file:nth-child(odd) {
    background: #f8f8f8;
}
.file-list th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #efefef;
    padding: 1rem;
}
.file-list th:hover {
    cursor: pointer;
    color: #121212;
}
.file-list td {
    padding: 0.3333333333rem 1rem;
}
.file-list td:hover {
    cursor: pointer;
    color: #121212;
}
.file-list__header {
    font-size: 0.6875rem;
    letter-spacing: 1px;
    line-height: 1;
}
.upload-drop--dragover .overlay__inner {
    transition: border .5s ease;
    border: 4px dashed #47cedf;
}
.upload-drop--dragover .overlay__inner > * {
    pointer-events: none;
}
.info-modal {
    display: block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    overflow: hidden;
    height: 0;
    font-size: .875rem;
}
.info-modal.info-modal--active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: auto;
    padding: 1rem;
    background: linear-gradient(to bottom, white, #efefef);
    border: 5px solid #fff;
}
.folder_link {
  color: #666666;
}

/*@import "../../assets/file.manager.css";*/
#file-uploader {
  display: none;
}
.file-uploader-label {
  cursor: pointer;
}
.folder_link {
  color: #666666;
}
.dragover {
  background-color: #3e414c;
  border-radius: 10px;
  padding: 10px;
}
.draghelper {
  text-align: center;
  padding: 90px 20px;
}

#file-uploader {
  display: none;
}
.file-uploader-label {
  cursor: pointer;
}
.folder_link {
  color: #666666;
}
.dragover {
  background-color: #3e414c;
  border-radius: 10px;
  padding: 10px;
}
.draghelper {
  text-align: center;
  padding: 90px 20px;
}

/*@import "../../assets/file.manager.css";*/
#file-uploader {
  display: none;
}
.file-uploader-label {
  cursor: pointer;
}
.folder_link {
  color: #666666;
}
.dragover {
  background-color: #3e414c;
  border-radius: 10px;
  padding: 10px;
}
.draghelper {
  text-align: center;
  padding: 90px 20px;
}
#app #land {
  --main-color: #353b48;
  --blue-color: #0288d1;
  --blue-color2: #4b6584;
  --grey-color: #f6f7f9;
  --grey-color2: #d1d8e0;
  --main-font: Rubik, sans-serif;
  font: 300 20px/36px var(--main-font);
  color: var(--main-color);
  /*@import "../assets/land/css/bootstrap-grid.css";*/
}
#app #land .land-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-device-width: 576px) {
#app #land .land-container {
    max-width: 540px;
}
}
@media only screen and (min-device-width: 768px) {
#app #land .land-container {
    max-width: 720px;
}
}
@media only screen and (min-device-width: 992px) {
#app #land .land-container {
    max-width: 960px;
}
}
@media only screen and (min-device-width: 1200px) {
#app #land .land-container {
    max-width: 1140px;
}
}
#app #land .lrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#app #land * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
#app #land {
    font-family: "Rubik";
    src: url("/assets/Rubik-Regular-77f23589.eot");
    src: url("/assets/Rubik-Regular-77f23589.eot?#iefix") format("embedded-opentype"), url("/assets/Rubik-Regular-7c6160c7.woff") format("woff"), url("/assets/Rubik-Regular-b83ed688.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
}
@font-face {
#app #land {
    font-family: "Rubik";
    src: url("/assets/Rubik-Light-024e5fea.eot");
    src: url("/assets/Rubik-Light-024e5fea.eot?#iefix") format("embedded-opentype"), url("/assets/Rubik-Light-63d98680.woff") format("woff"), url("/assets/Rubik-Light-d7532f8e.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
}
@font-face {
#app #land {
    font-family: "Rubik";
    src: url("/assets/Rubik-Medium-a31d1fc0.eot");
    src: url("/assets/Rubik-Medium-a31d1fc0.eot?#iefix") format("embedded-opentype"), url("/assets/Rubik-Medium-a2ecbf55.woff") format("woff"), url("/assets/Rubik-Medium-f599e755.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
}
@font-face {
#app #land {
    font-family: "Rubik";
    src: url("/assets/Rubik-SemiBold-82861884.eot");
    src: url("/assets/Rubik-SemiBold-82861884.eot?#iefix") format("embedded-opentype"), url("/assets/Rubik-SemiBold-dd9cb0ac.woff") format("woff"), url("/assets/Rubik-SemiBold-3030392c.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
}
#app #land img {
  max-width: 100%;
  height: auto;
}
#app #land button,
#app #land a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: var(--main-font);
  transition: 0.3s;
}
#app #land a:hover {
  color: inherit;
}
#app #land ul {
  padding: 0;
}
#app #land li {
  list-style: none;
  position: relative;
}
#app #land .btn1 {
  border: 2px solid var(--blue-color);
  background: var(--blue-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  padding: 18px 23px;
  text-transform: uppercase;
  cursor: pointer;
}
#app #land .btn1:hover {
  background: #fff;
  color: #0288d1;
}
#app #land .btn2 {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  padding: 18px 23px;
  text-transform: uppercase;
  cursor: pointer;
}
#app #land .btn2:hover {
  background: #fff;
  color: var(--blue-color);
}
#app #land h1,
#app #land .h1 {
  font: 500 54px/60px var(--main-font);
  margin-bottom: 60px;
  font-size: 54px;
}
#app #land h2,
#app #land .h2 {
  font: 500 40px/46px var(--main-font);
  margin-bottom: 60px;
  font-size: 40px;
}
#app #land h3,
#app #land .h3 {
  font: 500 32px/36px var(--main-font);
  margin-bottom: 60px;
  font-size: 32px;
}
#app #land h4,
#app #land .h4 {
  font: 400 24px/26px var(--main-font);
  margin-bottom: 15px;
}
#app #land .center {
  text-align: center;
}
#app #land .land-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  color: #fff;
}
#app #land .land-header .land-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app #land .land-header .nav {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}
#app #land .land-header .nav a {
  display: block;
  margin: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-size: 22px;
}
#app #land .land-header .nav a:hover {
  border-bottom: 1px solid #fff;
}
#app #land .main_section {
  color: #fff;
  text-align: center;
  background: url("/assets/main_bg-b903c59e.jpg") center/cover no-repeat;
  padding: 150px 0 120px 0;
}
#app #land .main_section .text_light {
  font-weight: 300;
  margin-bottom: 60px;
}
#app #land section {
  padding: 90px 0;
}
#app #land .bg_grey {
  background-color: rgba(209, 216, 224, 0.2);
}
#app #land .features {
  padding-bottom: 30px;
}
#app #land .features .item {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
#app #land .features .item .img_box {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  width: 95px;
  height: 95px;
  margin-right: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #land .features .item .text_box {
  width: calc(100% - 160px);
}
#app #land .platform p {
  margin-bottom: 60px;
}
#app #land .platform .lrow {
  margin-bottom: 60px;
}
#app #land hr {
  border: none;
  border-bottom: 2px solid var(--grey-color2);
  margin: 90px 0;
}
#app #land .list li {
  padding-left: 30px;
}
#app #land .list li:before {
  content: "";
  background: var(--main-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}
#app #land .tariffs .lrow {
  margin: 0 -60px;
}
#app #land .tariffs .lrow > div {
  padding: 0 60px;
}
#app #land .tariffs .item {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
#app #land .tariffs .item_head {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 20px;
}
#app #land .tariffs .grey .item_head {
  background: #778ca3;
}
#app #land .tariffs .blue .item_head {
  background: #039be5;
}
#app #land .tariffs .item_body {
  padding: 35px;
}
#app #land .tariffs .item_body p {
  font-weight: 400;
}
#app #land .tariffs .item_body .price {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
}
#app #land .tariffs ul {
  margin: 30px 0;
  padding-top: 5px;
  border-top: 1px solid var(--grey-color2);
}
#app #land .tariffs li {
  padding: 5px 0 5px 40px;
  border-bottom: 1px solid var(--grey-color2);
}
#app #land .tariffs li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/assets/shapes-and-symbols-67e51421.svg") center/cover no-repeat;
  transform: translateY(-50%);
}
#app #land .tariffs li.active:before {
  background: url("/assets/shapes-and-symbols_blue-9901b8d4.svg") center/cover no-repeat;
}
#app #land .hosting_service ol {
  counter-reset: myCounter;
}
#app #land .hosting_service li {
  margin-bottom: 60px;
  padding-left: 150px;
}
#app #land .hosting_service li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: var(--blue-color);
  border: 2px solid var(--blue-color);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 1;
  font-size: 48px;
  font-weight: 300;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #land .try_it_now .item {
  display: flex;
  align-items: center;
}
#app #land .try_it_now .item .h3 {
  color: var(--blue-color2);
}
#app #land .try_it_now .item p {
  margin-bottom: 40px;
}
#app #land .try_it_now .img_box {
  width: 230px;
  height: 230px;
  padding: 60px;
  margin-right: 150px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #land .try_it_now .text_box {
  width: calc(100% - 380px);
}
#app #land .our_clients .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
#app #land .our_clients.logo2 .flex_box {
  margin: 0 20%;
}
#app #land .our_clients .flex_box .img_box {
  padding: 15px;
}
#app #land .our_clients .flex_box .img_box img {
  height: 41px;
}
#app #land footer {
  background: var(--grey-color);
  color: var(--blue-color2);
  padding: 50px 0;
}
#app #land footer .land-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app #land footer ul {
  display: flex;
  align-items: center;
  margin: 0 -50px;
  order: 2;
}
#app #land footer .cop {
  order: 1;
}
#app #land footer li {
  margin: 0 50px;
}
#app #land footer a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#app #land footer a:hover {
  border-bottom: 1px solid var(--blue-color2);
}
#app #land .menu_btn {
  display: none;
}
@media screen and (max-width: 1200px) {
#app #land .land-header .nav {
    margin: 0 -20px;
}
#app #land .land-header .nav a {
    margin: 0 20px;
}
}
@media screen and (max-width: 991px) {
#app #land body {
    font-size: 15px;
    line-height: 1.4;
}
#app #land h1,
  #app #land .h1 {
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 30px;
}
#app #land h2,
  #app #land .h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}
#app #land h3,
  #app #land .h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
}
#app #land h4,
  #app #land .h4 {
    font-size: 15px;
    line-height: 1.4;
}
#app #land .main_section .text_light {
    margin-bottom: 20px;
}
#app #land section {
    padding: 50px 0;
    overflow: hidden;
}
#app #land .main_section {
    padding: 80px 0 50px 0;
}
#app #land .platform p,
  #app #land .platform .lrow,
  #app #land .platform .img_box {
    margin-bottom: 30px;
}
#app #land .list li {
    padding-left: 20px;
    margin-bottom: 10px;
}
#app #land .list li:before {
    top: 7px;
}
#app #land .btn2,
  #app #land .btn1 {
    font-size: 16px;
    padding: 14px 20px;
}
#app #land hr {
    margin: 30px 0;
}
#app #land .tariffs .item {
    margin-bottom: 30px;
}
#app #land .tariffs .item_body {
    padding: 15px 20px 30px 20px;
}
#app #land .tariffs .item_head {
    padding: 10px;
    font-size: 17px;
}
#app #land .tariffs .item_body .price {
    font-size: 17px;
    margin-bottom: 5px;
}
#app #land .tariffs li:before {
    width: 17px;
    height: 17px;
}
#app #land .tariffs li {
    padding-left: 30px;
}
#app #land .hosting_service li {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
}
#app #land .hosting_service li:before {
    position: static;
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 28px;
    transform: translateY(0%);
    margin: 0 auto 15px auto;
}
#app #land .try_it_now .item {
    flex-direction: column;
}
#app #land .try_it_now .img_box {
    width: 150px;
    height: 150px;
    margin: 0 0 30px 0;
    padding: 40px;
}
#app #land .try_it_now .text_box {
    width: 100%;
    text-align: center;
}
#app #land .try_it_now .item p {
    margin-bottom: 30px;
}
#app #land footer {
    padding: 20px 0;
}
#app #land footer ul {
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-around;
}
#app #land footer .land-container {
    flex-direction: column;
}
#app #land footer li {
    margin: 0 15px 15px 15px;
}
#app #land footer .cop {
    margin-bottom: 15px;
    order: 3;
}
#app #land .menu_btn {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 7px;
    cursor: pointer;
    display: block;
    z-index: 9999;
}
#app #land .menu_btn span {
    width: 24px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 0 0 5px 0;
    transition: 0.4s;
}
#app #land .menu_btn span:last-child {
    margin: 0;
}
#app #land .active.menu_btn span:nth-child(1) {
    transform: rotate(-45deg);
    position: relative;
    top: 4px;
}
#app #land .active.menu_btn span:nth-child(2) {
    opacity: 0;
}
#app #land .active.menu_btn span:nth-child(3) {
    transform: rotate(45deg);
    position: relative;
    bottom: 8px;
}
#app #land .menu_box {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: var(--blue-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
}
#app #land .menu_box.open {
    z-index: 99;
    visibility: visible;
    opacity: 1;
}
#app #land body.active {
    overflow: hidden;
}
#app #land .land-header .nav {
    margin: 0;
    flex-direction: column;
    padding-top: 50px;
}
#app #land .land-header .nav a {
    margin: 0 20px 20px 20px;
}
#app #land .tariffs {
    padding-bottom: 0;
}
#app #land .tariffs .lrow {
    margin: 0 -15px;
}
#app #land .tariffs .lrow > div {
    padding: 0 15px;
}
#app #land .features .item .img_box {
    background: none;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right: 20px;
}
#app #land .features .item {
    margin-bottom: 30px;
}
#app #land .features .item .text_box {
    width: calc(100% - 55px);
}
#app #land .land-header {
    padding: 15px 0;
}
#app #land .land-header .land-container {
    justify-content: center;
    position: relative;
}
#app #land .land-header .logo {
    width: 80px;
    display: inline-block;
}
#app #land .our_clients .flex_box {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
#app #land .our_clients .flex_box .img_box {
    max-width: 50%;
}
}
#app #land .col-xl-11,
#app #land .col-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#app #land .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media only screen and (min-device-width: 1200px) {
#app #land .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
#app #land .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.info-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-block {
  min-width: 150px;
  padding: 10px;
  text-align: center;
}

.item-container[data-v-7b7c3e2c] {
  max-width: 20rem;
  margin: 0;
}
.item[data-v-7b7c3e2c] {
  padding: 1rem;
  border: solid black 1px;
  background-color: #fefefe;
}
.item-sub[data-v-7b7c3e2c] {
  margin: 0 0 0 1rem;
}

@keyframes blink {
0% {
    opacity: 0.2;
}
20% {
    opacity: 1;
}
100% {
    opacity: 0.2;
}
}
.dots_blink span {
  font-size: 17px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dots_blink span:nth-child(2) {
  animation-delay: 0.2s;
}
.dots_blink span:nth-child(3) {
  animation-delay: 0.4s;
}
