/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.items-wrapper-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
body {
  color: #000;
  font-family: 'Gravity', sans-serif;
  font-size: 18px;
  max-width: 100%;
  min-width: 320px;
  line-height: 1.2;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  outline: 0;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
:focus {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 0px solid #04A4CC;
}
button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus {
  outline: none;
}
iframe {
  max-width: 100%;
}
.wrapper-xl {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1600px) {
  .wrapper-xl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.wrapper-1700 {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.main-page-blocks {
  position: relative;
}
.full-height {
  height: 100vh;
}
.flex-flexible {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-page-blocks .block-title {
  color: #000;
  font-family: 'Gravity', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  top: 93px;
}
.main-page-blocks .block-title:before,
.main-page-blocks .block-title:after {
  background-color: #d6d6d6;
  content: '';
  display: block;
  position: absolute;
}
.main-page-blocks .block-title:before {
  width: 5px;
  height: 0px;
  top: -28px;
  left: 0;
  -webkit-transition: height .5s .5s;
  transition: height .5s .5s;
}
.main-page-blocks .block-title:after {
  width: 0px;
  height: 5px;
  top: 9px;
  left: -42px;
  -webkit-transition: width .5s 1s;
  transition: width .5s 1s;
}
.fp-viewing-2 {
  width: 100%;
}
.upper-letter {
  font-size: 50%;
  vertical-align: super;
}
.orange {
  color: #e26721;
}
/*------------------------------------*\
    ICONS
\*------------------------------------*/
.custom-play-icon {
  background: transparent url(../img/block-1/block_1_play.png) no-repeat scroll 50% 50%;
  display: inline-block;
  width: 36px;
  height: 29px;
}
/*------------------------------------*\
    PRELOADER
\*------------------------------------*/
.preloader .custom-loader {
  width: 100px;
  height: 100px;
  -webkit-perspective: 780px;
          perspective: 780px;
}
.preloader .custom-loader .customload-inner {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.preloader .custom-loader .customload-inner.customload-one {
  left: 0%;
  top: 0%;
  -webkit-animation: customload-rotate-one 1.15s linear infinite;
          animation: customload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #e26721;
}
.preloader .custom-loader .customload-inner.customload-two {
  right: 0%;
  top: 0%;
  -webkit-animation: customload-rotate-two 1.15s linear infinite;
          animation: customload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #e26721;
}
.preloader .custom-loader .customload-inner.customload-three {
  right: 0%;
  bottom: 0%;
  -webkit-animation: customload-rotate-three 1.15s linear infinite;
          animation: customload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #e26721;
}
@-webkit-keyframes customload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes customload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes customload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes customload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes customload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes customload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  z-index: 10;
}
@media (min-width: 768px) {
  .main-header {
    height: 80px;
  }
}
.main-header .main-logo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.main-header .main-logo img {
  max-width: 40px;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
  transition: transform .75s;
  transition: transform .75s, -webkit-transform .75s;
}
@media (min-width: 768px) {
  .main-header .main-logo img {
    max-width: 100%;
  }
}
.main-header .lang-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 14px 0 0 8px;
  font-family: 'PFdinTextCondPro', sans-serif;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .85s .4s;
  transition: -webkit-transform .85s .4s;
  transition: transform .85s .4s;
  transition: transform .85s .4s, -webkit-transform .85s .4s;
}
@media (min-width: 480px) {
  .main-header .lang-list {
    margin: 14px 0 0 28px;
  }
}
@media (min-width: 768px) {
  .main-header .lang-list {
    margin: 22px 0 0 35px;
  }
}
.main-header .lang-list .line {
  background-color: #e26721;
  content: '';
  display: block;
  width: 37px;
  height: 1px;
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}
@media (min-width: 480px) {
  .main-header .lang-list .line {
    width: 47px;
  }
}
.main-header .lang-list .lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}
.main-header .lang-list .lang-item span,
.main-header .lang-list .lang-item a {
  color: #666666;
  padding: 20px 10px;
  -webkit-transition: .2s;
  transition: .2s;
}
@media (min-width: 480px) {
  .main-header .lang-list .lang-item span,
  .main-header .lang-list .lang-item a {
    padding: 20px;
  }
}
.main-header .lang-list .lang-item span:hover,
.main-header .lang-list .lang-item a:hover {
  color: #fff;
}
.main-header .lang-list .lang-item.active span,
.main-header .lang-list .lang-item.active a {
  color: #fff;
}
.main-header .lang-list .lang-item:hover + .line {
  -webkit-transform: translateX(0px) scale3d(1.4, 1, 1);
          transform: translateX(0px) scale3d(1.4, 1, 1);
}
.main-header .lang-list .lang-item:hover + .line + .lang-item {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.main-header .lang-list .lang-item.lang-item-ua ~ .last-line {
  background: #fff;
}
.main-header .main-nav-button {
  border: 0 none;
  border-radius: 0;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 20px;
  margin-left: auto;
}
.main-header .main-nav-button > span {
  display: block;
}
.main-header .main-nav-button .navbar-title {
  margin-right: 10px;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s .7s;
  transition: all .3s .7s;
}
.main-header .main-nav-button .navbar-title .text {
  display: none;
}
@media (min-width: 768px) {
  .main-header .main-nav-button .navbar-title .text {
    display: inline;
  }
}
.main-header .main-nav-button .icon-elements {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.main-header .main-nav-button .icon-elements svg {
  fill: #e26721;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-header .main-nav-button .icon-elements .icon-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.main-header .main-nav-button .icon-elements .icon-item svg {
  stroke-width: 25px;
}
.main-header .main-nav-button .icon-elements .icon-item circle {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.main-header .main-nav-button .icon-elements .icon-item rect {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.main-header .main-nav-button .icon-elements .icon-item polygon {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.main-header .main-nav-button .icon-elements .icon-item circle,
.main-header .main-nav-button .icon-elements .icon-item rect,
.main-header .main-nav-button .icon-elements .icon-item polygon {
  fill: none;
  stroke: #e26721;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1), stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1), stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-header .main-nav-button .icon-elements .icon-item .burger {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-header .main-nav-button .icon-elements .icon-item .burger .item {
  background-color: #e26721;
  display: block;
  width: 100%;
  height: 2px;
  margin: 16px 0;
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.main-header .main-nav-button .icon-elements .icon-item .burger .item:nth-child(1) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.main-header .main-nav-button .icon-elements .icon-item .burger .item:nth-child(2) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.main-header .main-nav-button .icon-elements .icon-item .burger .item:nth-child(3) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
}
.main-header .main-nav-button .icon-elements .icon-item .burger .item:nth-child(4) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.main-header .main-nav-button .icon-elements .icon-item.is-active circle,
.main-header .main-nav-button .icon-elements .icon-item.is-active rect,
.main-header .main-nav-button .icon-elements .icon-item.is-active polygon {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.main-header .main-nav-button .icon-elements .icon-item.is-active .burger .item {
  -webkit-transform: none;
          transform: none;
}
.main-header .main-nav-button .icon-elements .icon-item.is-active .burger .item:nth-child(1) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.85s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.85s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.85s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.85s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.85s;
}
.main-header .main-nav-button .icon-elements .icon-item.is-active .burger .item:nth-child(2) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.main-header .main-nav-button .icon-elements .icon-item.is-active .burger .item:nth-child(3) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.15s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.15s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.15s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.15s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.15s;
}
.main-header .main-nav-button .icon-elements .icon-item.is-active .burger .item:nth-child(4) {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s;
}
.main-header .main-nav-button .icon-elements .close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s 1.2s;
  transition: opacity 0.6s, -webkit-transform 0.6s 1.2s;
  transition: transform 0.6s 1.2s, opacity 0.6s;
  transition: transform 0.6s 1.2s, opacity 0.6s, -webkit-transform 0.6s 1.2s;
}
.main-header .main-nav-button .icon-elements .close .burger {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-header .main-nav-button .icon-elements .close .burger .item {
  background-color: #e26721;
  display: block;
  width: 100%;
  height: 2px;
  margin: 16px 0;
  position: relative;
}
.main-header .main-nav-button .icon-elements .close .burger .item:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.main-header .main-nav-button .icon-elements .close .burger .item:nth-child(2) {
  top: -8px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
}
.main-header .main-nav-button.active .icon-elements .icon-item.is-active .burger .item:nth-child(1) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.main-header .main-nav-button.active .icon-elements .icon-item.is-active .burger .item:nth-child(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.main-header .main-nav-button.active .icon-elements .close {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.main-header + .block-1 {
  padding-top: 80px;
}
.navigation-block {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0s 2s;
  transition: -webkit-transform 0s 2s;
  transition: transform 0s 2s;
  transition: transform 0s 2s, -webkit-transform 0s 2s;
  z-index: 9;
}
.navigation-block a {
  color: #fff;
}
.navigation-block .navigation-block_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
}
.navigation-block .navigation-block_inner:before {
  background-color: #000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-animation: clipClose forwards 0.5s linear;
          animation: clipClose forwards 0.5s linear;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.navigation-block .navigation-block_inner .wrapper-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.navigation-block .navigation-block_inner .wrapper-xl .inner-element {
  margin: 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity .4s,-webkit-transform .4s;
  transition: opacity .4s,-webkit-transform .4s;
  transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s,-webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation-block .navigation-block_inner .wrapper-xl .inner-element.custom-text {
  font-family: 'PFdinTextCondPro', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
.navigation-block .navigation-block_inner .wrapper-xl .inner-element.custom-text span {
  font-weight: 500;
}
@media (min-width: 480px) {
  .navigation-block .navigation-block_inner .wrapper-xl .inner-element.custom-text {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .navigation-block .navigation-block_inner .wrapper-xl .inner-element.custom-text {
    font-size: 40px;
  }
}
.menu-is-open .main-header .lang-list {
  display: none;
}
.menu-is-open .navigation-block {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-is-open .navigation-block .navigation-block_inner:before {
  -webkit-animation: clipOpen 0.5s forwards linear;
          animation: clipOpen 0.5s forwards linear;
}
.menu-is-open .navigation-block .navigation-block_inner .wrapper-xl .inner-element {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: .47s,.47s;
          transition-delay: .47s,.47s;
}
/*------------------------------------*\
    BLOCK 1 (PRESENTATION BLOCK)
\*------------------------------------*/
.presentation-block {
  background-color: #000;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 25px;
}
.presentation-block img {
  max-width: 100%;
  max-height: 100%;
}
.presentation-block .main-img-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .3;
  z-index: 1;
}
@media (min-width: 768px) {
  .presentation-block .main-img-block {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .presentation-block .main-img-block {
    height: 90%;
  }
}
@media (min-width: 1366px) {
  .presentation-block .main-img-block {
    height: 100%;
  }
}
.presentation-block .main-img-block .main-img {
  position: absolute;
  right: -200px;
  bottom: 0;
  max-width: 540px;
  z-index: 1;
}
.presentation-block .main-img-block .main-img.default {
  z-index: 1;
}
.presentation-block .main-img-block .main-img.active {
  opacity: 0;
  z-index: 2;
}
@media (min-width: 480px) {
  .presentation-block .main-img-block .main-img {
    right: -180px;
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  .presentation-block .main-img-block .main-img {
    right: -260px;
    max-width: 860px;
  }
}
@media (min-width: 992px) {
  .presentation-block .main-img-block .main-img {
    right: -80px;
  }
}
@media (min-width: 1366px) {
  .presentation-block .main-img-block .main-img {
    right: 120px;
  }
}
@media (min-width: 1600px) {
  .presentation-block .main-img-block .main-img {
    right: 270px;
  }
}
.presentation-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.presentation-block .inner a {
  color: #666666;
}
.presentation-block .inner .upper-zone {
  display: block;
  width: 100%;
  max-width: 423px;
  margin-top: -170px;
}
@media (min-width: 480px) {
  .presentation-block .inner .upper-zone {
    margin-top: -120px;
  }
}
@media (min-width: 768px) {
  .presentation-block .inner .upper-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1366px) {
  .presentation-block .inner .upper-zone {
    max-width: 423px;
  }
}
@media (min-width: 1600px) {
  .presentation-block .inner .upper-zone {
    max-width: 512px;
  }
}
.presentation-block .inner .upper-zone .flex-flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  max-width: 47px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .presentation-block .inner .upper-zone .flex-flexible {
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.presentation-block .inner .upper-zone .flex-flexible:before {
  background-color: #e26721;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: -24px;
  top: 23px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
@media (min-width: 768px) {
  .presentation-block .inner .upper-zone .flex-flexible:before {
    left: -50px;
  }
}
.presentation-block .inner .upper-zone .flex-flexible .circle {
  width: 47px;
  height: 47px;
  position: relative;
}
@media (min-width: 768px) {
  .presentation-block .inner .upper-zone .flex-flexible .circle {
    margin-right: 24px;
  }
}
.presentation-block .inner .upper-zone .flex-flexible .circle svg {
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.presentation-block .inner .upper-zone .flex-flexible .circle svg .circle_1 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  stroke-width: 18px;
  stroke: #fff;
  cx: 345.5;
  cy: 345.5;
  r: 333;
}
.presentation-block .inner .upper-zone .flex-flexible .circle svg .circle_2 {
  stroke-dasharray: 2500;
  stroke-dashoffset: -2500;
  stroke: #e26721;
  stroke-width: 18px;
  cx: 345.5;
  cy: 345.5;
  r: 74;
}
.presentation-block .inner .upper-zone .flex-flexible .circle svg:hover {
  cursor: pointer;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.presentation-block .inner .upper-zone .flex-fixed .title {
  color: #e26721;
  font-family: 'Gravity', sans-serif;
  font-size: 34px;
  font-weight: 100;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .presentation-block .inner .upper-zone .flex-fixed .title {
    font-size: 44px;
  }
}
.presentation-block .inner .upper-zone .flex-fixed .title span {
  display: block;
}
.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down .rolling-item .custom-play-icon {
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 3px;
}
@media (min-width: 768px) {
  .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down .rolling-item .custom-play-icon {
    top: 0;
  }
}
.presentation-block .inner .upper-zone .flex-fixed .sub-title {
  color: #fff;
  font-family: 'Gravity', sans-serif;
  font-size: 20px;
  font-weight: 100;
  max-width: 320px;
  margin-top: 20px;
}
.presentation-block .inner .bottom-zone {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.presentation-block .inner .bottom-zone .create-project {
  display: block;
  width: 33px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .presentation-block .inner .bottom-zone .create-project {
    margin-bottom: 0;
  }
}
.presentation-block .inner .bottom-zone .create-project .rotate-label {
  display: block;
  font-size: 14px;
  font-family: 'PFdinTextCondPro', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 23px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .6s;
  transition: .6s;
}
.presentation-block .inner .bottom-zone .create-project .circle-plus {
  border: 1px solid #e26721;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}
.presentation-block .inner .bottom-zone .create-project .circle-plus:before,
.presentation-block .inner .bottom-zone .create-project .circle-plus:after {
  background-color: #a5a5a5;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: .6s;
  transition: .6s;
}
.presentation-block .inner .bottom-zone .create-project .circle-plus:before {
  width: 1px;
  height: 16px;
}
.presentation-block .inner .bottom-zone .create-project .circle-plus:after {
  width: 16px;
  height: 1px;
}
.presentation-block .inner .bottom-zone .create-project:hover .rotate-label {
  color: #fff;
}
.presentation-block .inner .bottom-zone .create-project:hover .circle-plus {
  -webkit-animation: pulse 3s ease infinite;
          animation: pulse 3s ease infinite;
}
.presentation-block .inner .bottom-zone .create-project:hover .circle-plus:before,
.presentation-block .inner .bottom-zone .create-project:hover .circle-plus:after {
  background-color: #fff;
}
.presentation-block .inner .bottom-zone .social {
  font-size: 14px;
  margin-left: -29px;
}
@media (min-width: 480px) {
  .presentation-block .inner .bottom-zone .social {
    margin-left: 50px;
  }
}
.presentation-block .inner .bottom-zone .social > a {
  display: inline-block;
  text-align: center;
  min-width: 20px;
  padding: 10px 0;
  margin-bottom: -10px;
  -webkit-transform: scale(0) rotate(640deg);
          transform: scale(0) rotate(640deg);
}
.presentation-block .inner .bottom-zone .social > a + a {
  margin-left: 10px;
}
.presentation-block .inner .bottom-zone .social > a i {
  -webkit-transition: scale .6s, color .4s;
  transition: scale .6s, color .4s;
}
.presentation-block .inner .bottom-zone .social > a i:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.presentation-block .inner .bottom-zone .social:after {
  background-color: #e26721;
  content: '';
  display: none;
  vertical-align: middle;
  width: 0;
  height: 1px;
  margin-top: -3px;
  margin-left: 16px;
}
@media (min-width: 480px) {
  .presentation-block .inner .bottom-zone .social {
    display: inline-block;
  }
}
.presentation-block .inner .bottom-zone .phone-zone {
  color: #666666;
  font-family: 'Gravity', sans-serif;
  text-align: right;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 768px) {
  .presentation-block .inner .bottom-zone .phone-zone {
    color: #fff;
  }
}
@media (min-width: 1366px) {
  .presentation-block .inner .bottom-zone .phone-zone {
    color: #666666;
  }
}
.presentation-block .inner .bottom-zone .phone-zone span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.presentation-block .inner .bottom-zone .phone-zone a {
  color: #666666;
  display: block;
  font-size: 18px;
  margin-top: 4px;
  -webkit-transition: .6s;
  transition: .6s;
}
@media (min-width: 768px) {
  .presentation-block .inner .bottom-zone .phone-zone a {
    color: #fff;
  }
}
@media (min-width: 1366px) {
  .presentation-block .inner .bottom-zone .phone-zone a {
    color: #666666;
  }
}
.presentation-block .inner .bottom-zone .phone-zone a:hover {
  color: #fff;
}
.presentation-block .inner .scroll-down {
  cursor: pointer;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11px;
  height: 177px;
  position: absolute;
  right: 0;
  bottom: 20%;
}
@media (min-width: 768px) {
  .presentation-block .inner .scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.presentation-block .inner .scroll-down:before {
  background-color: #fff;
  content: '';
  display: block;
  width: 1px;
  height: 0px;
  height: 150px;
  opacity: 0;
  z-index: 1;
}
.presentation-block .inner .scroll-down:after {
  border: 1px solid #e26721;
  border-radius: 50%;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.presentation-block .inner .scroll-down:hover:after {
  background-color: #e26721;
}
/*------------------------------------*\
    BLOCK 1 - EX (SEO TEXT)
\*------------------------------------*/
.seotext-block .inner {
  padding-top: 25px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .seotext-block .inner {
    font-size: 14px;
  }
}
.seotext-block .inner h1,
.seotext-block .inner h2,
.seotext-block .inner h3,
.seotext-block .inner h4,
.seotext-block .inner h5,
.seotext-block .inner h6 {
  margin-bottom: 20px;
}
.seotext-block .inner p {
  margin-bottom: 20px;
}
.seotext-block .inner ul li + li,
.seotext-block .inner ol li + li {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .seotext-block .inner {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 1600px) {
  .seotext-block .inner {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
}
/*------------------------------------*\
    BLOCK 2 (SOLUTIONS)
\*------------------------------------*/
.solutions-block {
  padding-left: 0;
  padding-right: 0;
}
.solutions-block .custom-wrapper {
  width: 100%;
  padding: 0 7.5%;
  position: relative;
  z-index: 3;
}
.solutions-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.solutions-block .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 33.33%;
  height: 100%;
  padding: 38px 7.5%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.solutions-block .inner .column .column-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}
.solutions-block .inner .column .column-image .image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 1;
}
.solutions-block .inner .column .column-content {
  margin-bottom: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
}
.solutions-block .inner .column .column-content .number {
  color: #b93727;
  font-family: 'Gravity', sans-serif;
  font-size: 26px;
  font-weight: 100;
}
.solutions-block .inner .column .column-content h2,
.solutions-block .inner .column .column-content h3,
.solutions-block .inner .column .column-content h4 {
  font-family: 'PFdinTextCondPro', sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.solutions-block .inner .column .column-content .text {
  font-size: 18px;
  font-weight: 100;
  margin-top: 24px;
}
.solutions-block .inner .column .column-content .text ul {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.solutions-block .inner .column .column-content .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutions-block .inner .column .column-content .text ul li:before {
  background: #b93727;
  display: block;
  content: '';
  width: 65px;
  height: 1px;
  margin-top: 10px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
}
.solutions-block .inner .column .column-content .text ul li + li {
  margin-top: 8px;
}
.solutions-block .inner .column .column-content .hidden-text {
  font-size: 18px;
  font-weight: 100;
  margin-top: 0px;
  display: none;
}
.solutions-block .inner .column .column-content .hidden-text ul {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.solutions-block .inner .column .column-content .hidden-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutions-block .inner .column .column-content .hidden-text ul li:before {
  background: #b93727;
  display: block;
  content: '';
  width: 65px;
  height: 1px;
  margin-top: 10px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
}
.solutions-block .inner .column .column-content .hidden-text ul li + li {
  margin-top: 8px;
}
/*------------------------------------*\
    BLOCK 3 (PROJECTS SLIDER BLOCK)
\*------------------------------------*/
.projects-slider-block {
  background-color: #2b1202;
  padding-left: 0;
  padding-right: 0;
}
.projects-slider-block .custom-wrapper {
  width: 100%;
  padding: 0 7.5%;
  position: relative;
  z-index: 3;
}
.projects-slider-block .custom-wrapper .block-title {
  color: #fff;
}
.projects-slider-block .custom-wrapper .block-title:before,
.projects-slider-block .custom-wrapper .block-title:after {
  background-color: #000;
}
.projects-slider-block .custom-wrapper .block-title .br29 {
  display: inline;
  margin-right: 5px;
}
.projects-slider-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.projects-slider-block .inner .image-slider-block {
  position: absolute;
  width: 1130px;
  height: 382px;
  font-size: 0;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), height 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), height 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), height 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 640ms cubic-bezier(0.77, 0, 0.175, 1), opacity 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), height 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 640ms cubic-bezier(0.77, 0, 0.175, 1), opacity 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
.projects-slider-block .inner .image-slider-block .image-slider-block__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects-slider-block .inner .image-slider-block .image-slider-block__wrapper .image-slider-block__item {
  font-weight: 700;
  font-size: 8rem;
  text-align: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 0;
}
.projects-slider-block .inner .image-slider-block .image-slider-block__wrapper .image-slider-block__item .image-slider-block__box {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 640ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 640ms cubic-bezier(0.77, 0, 0.175, 1);
}
.projects-slider-block .inner .image-slider-block .image-slider-block__wrapper .image-slider-block__item .image-slider-block__box > img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/*------------------------------------*\
    BLOCK 4 (COUNTERS BLOCK)
\*------------------------------------*/
.counters-block .custom-wrapper {
  width: 100%;
  padding: 0 7.5%;
  position: relative;
  z-index: 3;
}
.counters-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.counters-block .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.counters-block .inner .column.column-1 {
  padding: 0 0 0 7.5%;
}
.counters-block .inner .column.column-2 {
  padding: 0;
}
.counters-block .inner .column.column-3 {
  padding: 0 7.5% 0 0;
}
.counters-block .inner .column.one-inner-column .counter-block .numbers .num {
  font-size: 185px;
  font-weight: 700;
  line-height: 145px;
  letter-spacing: -18px;
}
.counters-block .inner .column.one-inner-column .counter-block .numbers .unit {
  font-size: 80px;
  font-weight: 100;
}
.counters-block .inner .column.two-inner-column .counter-block .numbers .num {
  font-size: 120px;
  font-weight: 700;
  line-height: 145px;
  letter-spacing: -18px;
}
.counters-block .inner .column.two-inner-column .counter-block .numbers .unit {
  font-size: 120px;
  font-weight: 100;
}
/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
/*BASIC*/
.roll-top-down {
  position: relative;
  overflow: hidden;
}
.roll-top-down .rolling-item {
  display: block;
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
  opacity: 0;
}
.start-animation .roll-top-down .rolling-item {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px);
          transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px);
  opacity: 1;
  -webkit-transition: .8s .2s;
  transition: .8s .2s;
}
/*ONE TIME ANIMATION FOR SCRIPT*/
.animation-one-time .block-title:before {
  height: 82px;
}
.animation-one-time .block-title:after {
  width: 82px;
}
/*OTHER CUSTOM ANIMATIONS*/
.custom-animated-letters div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
}
.custom-animated-letters div.jello:hover {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: letter-hello 1s infinite;
          animation: letter-hello 1s infinite;
}
.custom-animated-letters div.bounce:hover {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: letter-bounce 1s infinite;
          animation: letter-bounce 1s infinite;
}
.custom-animated-letters div.swing:hover {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: letter-swing 1s infinite;
          animation: letter-swing 1s infinite;
}
.custom-animated-letters div.tada:hover {
  -webkit-animation: letter-tada 1s infinite;
          animation: letter-tada 1s infinite;
}
.custom-animated-letters div.pulse:hover {
  -webkit-animation: letter-pulse 1s infinite;
          animation: letter-pulse 1s infinite;
}
/*------------------------------------*\
	MAIN ANIMATION SCREENS
\*------------------------------------*/
.start-animation {
  /*------------------------------------*\
		MENU
	\*------------------------------------*/
  /*------------------------------------*\
		BLOCK 1 (PRESENTATION BLOCK)
	\*------------------------------------*/
  /*------------------------------------*\
		BLOCK 2 (SOLUTION BLOCK)
	\*------------------------------------*/
}
.start-animation .main-header .main-logo img {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 5) translateZ(0px);
          transform: matrix(1, 0, 0, 1, 0, 5) translateZ(0px);
}
.start-animation .main-header .lang-list {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.start-animation .main-header .main-nav-button .navbar-title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.start-animation .presentation-block .main-img-block .animation-flicker,
.start-animation .fp-completely.presentation-block .main-img-block .animation-flicker {
  -webkit-animation: animation-flicker 4s 2s infinite ease;
          animation: animation-flicker 4s 2s infinite ease;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.start-animation .presentation-block .inner .upper-zone .flex-flexible:before,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-flexible:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.2s ease-out 3.2s;
  transition: -webkit-transform 1.2s ease-out 3.2s;
  transition: transform 1.2s ease-out 3.2s;
  transition: transform 1.2s ease-out 3.2s, -webkit-transform 1.2s ease-out 3.2s;
}
.start-animation .presentation-block .inner .upper-zone .flex-flexible .circle svg .circle_1,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-flexible .circle svg .circle_1 {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.start-animation .presentation-block .inner .upper-zone .flex-flexible .circle svg .circle_2,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-flexible .circle svg .circle_2 {
  fill: #e26721;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s, fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 2.8s;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s, fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 2.8s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down .rolling-item,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down .rolling-item {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px);
          transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px);
  opacity: 1;
  -webkit-transition: .8s .2s;
  transition: .8s .2s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down .rolling-item .custom-play-icon,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down .rolling-item .custom-play-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s;
  transition: .4s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(1) .rolling-item,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(1) .rolling-item {
  -webkit-transition: .8s .2s;
  transition: .8s .2s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(1) .rolling-item .custom-play-icon,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(1) .rolling-item .custom-play-icon {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(2) .rolling-item,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(2) .rolling-item {
  -webkit-transition: .8s .4s;
  transition: .8s .4s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(2) .rolling-item .custom-play-icon,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(2) .rolling-item .custom-play-icon {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(3) .rolling-item,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(3) .rolling-item {
  -webkit-transition: .8s .6s;
  transition: .8s .6s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(3) .rolling-item .custom-play-icon,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .title .roll-top-down:nth-child(3) .rolling-item .custom-play-icon {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.start-animation .presentation-block .inner .upper-zone .flex-fixed .sub-title .rolling-item,
.start-animation .fp-completely.presentation-block .inner .upper-zone .flex-fixed .sub-title .rolling-item {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.start-animation .presentation-block .inner .bottom-zone .create-project,
.start-animation .fp-completely.presentation-block .inner .bottom-zone .create-project {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .8s 2s;
  transition: .8s 2s;
}
.start-animation .presentation-block .inner .bottom-zone .social > a,
.start-animation .fp-completely.presentation-block .inner .bottom-zone .social > a {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: .8s 2.8s;
  transition: .8s 2.8s;
}
.start-animation .presentation-block .inner .bottom-zone .social:after,
.start-animation .fp-completely.presentation-block .inner .bottom-zone .social:after {
  width: 84px;
  -webkit-transition: .8s 3.8s;
  transition: .8s 3.8s;
}
.start-animation .presentation-block .inner .bottom-zone .phone-zone,
.start-animation .fp-completely.presentation-block .inner .bottom-zone .phone-zone {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: .4s 2s;
  transition: .4s 2s;
}
.start-animation .presentation-block .inner .scroll-down:before,
.start-animation .fp-completely.presentation-block .inner .scroll-down:before {
  -webkit-animation: scrollDownLine 3s ease infinite;
          animation: scrollDownLine 3s ease infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.start-animation .presentation-block .inner .scroll-down:after,
.start-animation .fp-completely.presentation-block .inner .scroll-down:after {
  -webkit-animation: scrollDownLineCircle 3s ease infinite;
          animation: scrollDownLineCircle 3s ease infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.start-animation .solutions-block.fp-completely .inner .column:hover .column-image,
.start-animation .solutions-block.fp-completely .inner .column.active .column-image {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.start-animation .solutions-block.fp-completely .inner .column:hover .column-image .image,
.start-animation .solutions-block.fp-completely .inner .column.active .column-image .image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.start-animation .solutions-block.fp-completely .inner .column:hover .column-content,
.start-animation .solutions-block.fp-completely .inner .column.active .column-content {
  margin-bottom: 0%;
}
/*------------------------------------*\
    KEYFRAMES
\*------------------------------------*/
@-webkit-keyframes animation-flicker {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animation-flicker {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clipOpen {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clipOpen {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipClose {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  33% {
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@keyframes clipClose {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  33% {
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@-webkit-keyframes scrollDownLine {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 150px;
    opacity: 0;
  }
}
@keyframes scrollDownLine {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 150px;
    opacity: 0;
  }
}
@-webkit-keyframes scrollDownLineCircle {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 150px;
    opacity: 1;
  }
  100% {
    top: 177px;
    opacity: 0;
  }
}
@keyframes scrollDownLineCircle {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 150px;
    opacity: 1;
  }
  100% {
    top: 177px;
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
            transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
            transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes letter-hello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
            transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes letter-hello {
  0%,
  11.1%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
            transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@-webkit-keyframes letter-bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes letter-bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes letter-swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes letter-swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes letter-tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes letter-tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes letter-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes letter-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*------------------------------------*\
    GLOBAL GLITCH
\*------------------------------------*/
.glith-text {
  opacity: 0;
}
.glith-text span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
.glith-text .glitch {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
}
.glith-text .glitch:after,
.glith-text .glitch:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}
.glith-text .glitch:after {
  left: 0;
  text-shadow: -1px 0 #ff0000;
  -webkit-animation: glitch-1 5s infinite linear alternate-reverse;
          animation: glitch-1 5s infinite linear alternate-reverse;
}
.glith-text .glitch:before {
  left: 0;
  text-shadow: 1px 0 #0f0;
  -webkit-animation: glitch-2 8s infinite linear alternate-reverse;
          animation: glitch-2 8s infinite linear alternate-reverse;
}
.glitch.stop:before,
.glitch.stop:after {
  clip: rect(0px, 114px, 87px, 0);
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes glitch-1 {
  0% {
    clip: rect(103px, 450px, 30px, 0);
  }
  5.88235% {
    clip: rect(94px, 450px, 44px, 0);
  }
  11.76471% {
    clip: rect(55px, 450px, 48px, 0);
  }
  17.64706% {
    clip: rect(11px, 450px, 110px, 0);
  }
  23.52941% {
    clip: rect(26px, 450px, 107px, 0);
  }
  29.41176% {
    clip: rect(49px, 450px, 71px, 0);
  }
  35.29412% {
    clip: rect(83px, 450px, 109px, 0);
  }
  41.17647% {
    clip: rect(52px, 450px, 45px, 0);
  }
  47.05882% {
    clip: rect(30px, 450px, 82px, 0);
  }
  52.94118% {
    clip: rect(58px, 450px, 106px, 0);
  }
  58.82353% {
    clip: rect(115px, 450px, 22px, 0);
  }
  64.70588% {
    clip: rect(56px, 450px, 96px, 0);
  }
  70.58824% {
    clip: rect(80px, 450px, 113px, 0);
  }
  76.47059% {
    clip: rect(9px, 450px, 93px, 0);
  }
  82.35294% {
    clip: rect(35px, 450px, 34px, 0);
  }
  88.23529% {
    clip: rect(12px, 450px, 63px, 0);
  }
  94.11765% {
    clip: rect(52px, 450px, 81px, 0);
  }
  100% {
    clip: rect(14px, 450px, 109px, 0);
  }
}
@keyframes glitch-1 {
  0% {
    clip: rect(103px, 450px, 30px, 0);
  }
  5.88235% {
    clip: rect(94px, 450px, 44px, 0);
  }
  11.76471% {
    clip: rect(55px, 450px, 48px, 0);
  }
  17.64706% {
    clip: rect(11px, 450px, 110px, 0);
  }
  23.52941% {
    clip: rect(26px, 450px, 107px, 0);
  }
  29.41176% {
    clip: rect(49px, 450px, 71px, 0);
  }
  35.29412% {
    clip: rect(83px, 450px, 109px, 0);
  }
  41.17647% {
    clip: rect(52px, 450px, 45px, 0);
  }
  47.05882% {
    clip: rect(30px, 450px, 82px, 0);
  }
  52.94118% {
    clip: rect(58px, 450px, 106px, 0);
  }
  58.82353% {
    clip: rect(115px, 450px, 22px, 0);
  }
  64.70588% {
    clip: rect(56px, 450px, 96px, 0);
  }
  70.58824% {
    clip: rect(80px, 450px, 113px, 0);
  }
  76.47059% {
    clip: rect(9px, 450px, 93px, 0);
  }
  82.35294% {
    clip: rect(35px, 450px, 34px, 0);
  }
  88.23529% {
    clip: rect(12px, 450px, 63px, 0);
  }
  94.11765% {
    clip: rect(52px, 450px, 81px, 0);
  }
  100% {
    clip: rect(14px, 450px, 109px, 0);
  }
}
@-webkit-keyframes glitch-2 {
  0% {
    clip: rect(65px, 450px, 83px, 0);
  }
  5.88235% {
    clip: rect(94px, 450px, 32px, 0);
  }
  11.76471% {
    clip: rect(59px, 450px, 31px, 0);
  }
  17.64706% {
    clip: rect(59px, 450px, 10px, 0);
  }
  23.52941% {
    clip: rect(10px, 450px, 46px, 0);
  }
  29.41176% {
    clip: rect(103px, 450px, 113px, 0);
  }
  35.29412% {
    clip: rect(53px, 450px, 107px, 0);
  }
  41.17647% {
    clip: rect(112px, 450px, 72px, 0);
  }
  47.05882% {
    clip: rect(99px, 450px, 93px, 0);
  }
  52.94118% {
    clip: rect(63px, 450px, 100px, 0);
  }
  58.82353% {
    clip: rect(108px, 450px, 4px, 0);
  }
  64.70588% {
    clip: rect(113px, 450px, 41px, 0);
  }
  70.58824% {
    clip: rect(24px, 450px, 74px, 0);
  }
  76.47059% {
    clip: rect(40px, 450px, 92px, 0);
  }
  82.35294% {
    clip: rect(62px, 450px, 29px, 0);
  }
  88.23529% {
    clip: rect(75px, 450px, 17px, 0);
  }
  94.11765% {
    clip: rect(80px, 450px, 30px, 0);
  }
  100% {
    clip: rect(91px, 450px, 108px, 0);
  }
}
@keyframes glitch-2 {
  0% {
    clip: rect(65px, 450px, 83px, 0);
  }
  5.88235% {
    clip: rect(94px, 450px, 32px, 0);
  }
  11.76471% {
    clip: rect(59px, 450px, 31px, 0);
  }
  17.64706% {
    clip: rect(59px, 450px, 10px, 0);
  }
  23.52941% {
    clip: rect(10px, 450px, 46px, 0);
  }
  29.41176% {
    clip: rect(103px, 450px, 113px, 0);
  }
  35.29412% {
    clip: rect(53px, 450px, 107px, 0);
  }
  41.17647% {
    clip: rect(112px, 450px, 72px, 0);
  }
  47.05882% {
    clip: rect(99px, 450px, 93px, 0);
  }
  52.94118% {
    clip: rect(63px, 450px, 100px, 0);
  }
  58.82353% {
    clip: rect(108px, 450px, 4px, 0);
  }
  64.70588% {
    clip: rect(113px, 450px, 41px, 0);
  }
  70.58824% {
    clip: rect(24px, 450px, 74px, 0);
  }
  76.47059% {
    clip: rect(40px, 450px, 92px, 0);
  }
  82.35294% {
    clip: rect(62px, 450px, 29px, 0);
  }
  88.23529% {
    clip: rect(75px, 450px, 17px, 0);
  }
  94.11765% {
    clip: rect(80px, 450px, 30px, 0);
  }
  100% {
    clip: rect(91px, 450px, 108px, 0);
  }
}
/*------------------------------------*\
    TEST ZONE - DELETE
\*------------------------------------*/
/*# sourceMappingURL=style.css.map */