/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700i);
@font-face {
  font-family: 'Zefani';
  src: url(/assets/fonts/zefani-regular-webfont.eot);
  src: url(/assets/fonts/zefani-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/zefani-regular-webfont.svg#zefaniregular) format('svg'), url(/assets/fonts/zefani-regular-webfont.woff2) format('woff2'), url(/assets/fonts/zefani-regular-webfont.woff) format('woff'), url(/assets/fonts/zefani-regular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Zefani';
    src: url(/assets/fonts/zefani-regular-webfont.svg#zefaniregular) format('svg');
  }
}
* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: 'Open Sans', sans serif;
}
input,
textarea {
  -webkit-appearance: none;
  letter-spacing: 0.4px;
  font-family: 'Open Sans', sans serif;
}
.content-container {
  width: 960px;
  margin: 0 auto;
}
.small-text {
  font-size: 13px;
  line-height: 18px;
}
.strong {
  font-weight: 900;
}
.url {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  position: relative;
  height: 27px;
  display: inline-block;
}
.url:before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: #404040;
}
.url:after {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: 0;
  height: 2px;
  content: "";
  background: #fff;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.url:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.nextButton,
.prevButton {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
}
.nextButton:hover svg .another-circle,
.prevButton:hover svg .another-circle {
  -webkit-animation: nextHover 0.6s;
  -moz-animation: nextHover 0.6s;
  animation: nextHover 0.6s;
  animation-fill-mode: forwards;
}
.nextButton i,
.prevButton i {
  position: relative;
  z-index: 1;
}
.nextButton svg,
.prevButton svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.nextButton svg circle,
.prevButton svg circle {
  fill: transparent;
}
.nextButton svg .another-circle,
.prevButton svg .another-circle {
  stroke: #d0d0d0;
  cursor: pointer;
  stroke-dasharray: 300;
  stroke-dashoffset: -300;
  transform-origin: 0px 0px 0px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.nextButton svg .another-circle.timeractive,
.prevButton svg .another-circle.timeractive {
  -webkit-animation: timerActive 6s;
  -moz-animation: timerActive 6s;
  animation: timerActive 6s;
  animation-timing-function: linear;
}
.nextButton {
  right: 25px;
}
.prevButton {
  left: 25px;
}
.scroll-wrapper {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-wrapper .scroll-bar {
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-wrapper.hidden {
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.intro {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: #f2f2f2;
  opacity: 1;
  visibility: visibile;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.intro.outro {
  background: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.intro.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.intro .animHolderHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  overflow: hidden;
}
.intro .animHolderHolder .animHolder {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
.intro .animHolderHolder .animHolder .anim {
  background-image: url("");
  background-position: 0px 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 1;
}
.intro .animHolderHolder .animHolder .anim.hidden {
  opacity: 0;
}
.textfield {
  border: 2px solid #eeeeee;
  padding: 10px 23px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.textfield::-webkit-input-placeholder {
  color: #e4e4e4;
}
.textfield::-moz-placeholder {
  color: #e4e4e4;
}
.textfield:-ms-input-placeholder {
  color: #e4e4e4;
}
.textfield:-moz-placeholder {
  color: #e4e4e4;
}
.btn {
  background: #fff;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  display: inline-block;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 23px;
  border-radius: 25px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.black {
  background: #383838;
  border: 2px solid #383838;
  color: #fff;
}
.btn.black:hover {
  background: transparent;
  color: #000;
}
.link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  position: relative;
}
.link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link:hover:after {
  width: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-indicator {
  position: absolute;
  z-index: 5;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
}
.fullpage-indicator.active .item .divider-wrapper {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fullpage-indicator.active .item.active .name {
  opacity: 0.4;
  margin-left: 0;
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fullpage-indicator.active .item.active .divider-wrapper .divider {
  width: 100%;
}
.fullpage-indicator .item {
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  text-decoration: none;
}
.fullpage-indicator .item:hover .divider-wrapper .divider-hover {
  width: 30%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fullpage-indicator .item:hover .divider-wrapper .divider {
  width: 30%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-indicator .item:hover.active .divider-wrapper .divider-hover {
  width: 0;
}
.fullpage-indicator .item.active {
  margin-bottom: 25px;
}
.fullpage-indicator .item.active .name {
  opacity: 0;
}
.fullpage-indicator .item.active .divider-wrapper .divider {
  margin-top: 20px;
  width: 0;
  opacity: 1;
}
.fullpage-indicator .item .name {
  position: absolute;
  font-size: 12px;
  opacity: 0;
  color: #fff;
  margin-left: -30px;
  margin-top: -5px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.4px;
}
.fullpage-indicator .item .divider-wrapper {
  width: 0;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.fullpage-indicator .item .divider-wrapper .divider-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fullpage-indicator .item .divider-wrapper .divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-wrapper,
.fullpage-inviewwrapper {
  z-index: 1;
}
.fullpage-wrapper .section,
.fullpage-inviewwrapper .section {
  display: block !important;
  color: #383838;
  position: relative;
}
.fullpage-wrapper .section.half-bg,
.fullpage-inviewwrapper .section.half-bg {
  height: 100vh;
}
.fullpage-wrapper .section.half-bg .background-wrapper,
.fullpage-inviewwrapper .section.half-bg .background-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.fullpage-wrapper .section.half-bg .background-wrapper .background,
.fullpage-inviewwrapper .section.half-bg .background-wrapper .background {
  width: 100%;
}
.fullpage-wrapper .section.half-bg .case-content .content p,
.fullpage-inviewwrapper .section.half-bg .case-content .content p {
  margin-bottom: 7px;
}
.fullpage-wrapper .section.half-bg.right .case-content .case-info,
.fullpage-inviewwrapper .section.half-bg.right .case-content .case-info {
  right: auto;
  left: 235px;
}
.fullpage-wrapper .section.half-bg.right .background-wrapper,
.fullpage-inviewwrapper .section.half-bg.right .background-wrapper {
  right: 0;
  left: auto;
}
.fullpage-wrapper .section.full-bg .case-content .case-info,
.fullpage-inviewwrapper .section.full-bg .case-content .case-info {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 80px;
}
.fullpage-wrapper .section.full-bg .case-content .case-info .buttons .btn,
.fullpage-inviewwrapper .section.full-bg .case-content .case-info .buttons .btn {
  margin-left: -30px;
  margin-right: 0;
}
.fullpage-wrapper .section.full-bg .background-wrapper,
.fullpage-inviewwrapper .section.full-bg .background-wrapper {
  width: 100%;
}
.fullpage-wrapper .section .fp-tableCell,
.fullpage-inviewwrapper .section .fp-tableCell {
  position: relative;
  display: block;
  z-index: 2;
}
.fullpage-wrapper .section .background,
.fullpage-inviewwrapper .section .background {
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fullpage-wrapper .section.bg-animation .background,
.fullpage-inviewwrapper .section.bg-animation .background {
  opacity: 1;
}
.fullpage-wrapper .section.bg-animation.arrow-animation .next .arrow,
.fullpage-inviewwrapper .section.bg-animation.arrow-animation .next .arrow {
  opacity: 1;
  margin-bottom: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fullpage-wrapper .section.show-bg .background,
.fullpage-inviewwrapper .section.show-bg .background {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.fullpage-wrapper .section.current .fp-next,
.fullpage-inviewwrapper .section.current .fp-next,
.fullpage-wrapper .section.current .fp-prev,
.fullpage-inviewwrapper .section.current .fp-prev {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-wrapper .section.current.half-bg .case-content .case-info .buttons .btn,
.fullpage-inviewwrapper .section.current.half-bg .case-content .case-info .buttons .btn,
.fullpage-wrapper .section.current.full-bg .case-content .case-info .buttons .btn,
.fullpage-inviewwrapper .section.current.full-bg .case-content .case-info .buttons .btn {
  opacity: 1;
  margin-left: 0;
  -webkit-transition-property: margin-left, opacity, background;
  -moz-transition-property: margin-left, opacity, background;
  -o-transition-property: margin-left, opacity, background;
  transition-property: margin-left, opacity, background;
  transition-duration: 0.6s, 0.6s, 0.3s;
  -webkit-transition-duration: 0.6s, 0.6s, 0.3s;
  -moz-transition-duration: 0.6s, 0.6s, 0.3s;
  -o-transition-duration: 0.6s, 0.6s, 0.3s;
  transition-delay: 1.2s, 1.2s, 0s;
  -webkit-transition-delay: 1.2s, 1.2s, 0s;
  -moz-transition-delay: 1.2s, 1.2s, 0s;
  -o-transition-delay: 1.2s, 1.2s, 0s;
}
.fullpage-wrapper .section.current .background,
.fullpage-inviewwrapper .section.current .background {
  opacity: 1;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullpage-wrapper .section.current .case-content .case-indicator .number,
.fullpage-inviewwrapper .section.current .case-content .case-indicator .number {
  opacity: 0.2;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullpage-wrapper .section.current .case-content .case-indicator .category .name,
.fullpage-inviewwrapper .section.current .case-content .case-indicator .category .name {
  opacity: 0.4;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullpage-wrapper .section.current .case-content .case-indicator .category .divider,
.fullpage-inviewwrapper .section.current .case-content .case-indicator .category .divider {
  width: 140px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullpage-wrapper .section.current .case-content .case-info .subtitle,
.fullpage-inviewwrapper .section.current .case-content .case-info .subtitle {
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: margin-left 0.6s 0.3s, opacity 0.6s 0.3s;
  -moz-transition: margin-left 0.6s 0.3s, opacity 0.6s 0.3s;
  -ms-transition: margin-left 0.6s 0.3s, opacity 0.6s 0.3s;
  -o-transition: margin-left 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: margin-left 0.6s 0.3s, opacity 0.6s 0.3s;
}
.fullpage-wrapper .section.current .case-content .case-info .title,
.fullpage-inviewwrapper .section.current .case-content .case-info .title {
  padding: 10px 0 35px 0px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  -moz-transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  -ms-transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  -o-transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
}
.fullpage-wrapper .section.current .case-content .case-info .title.indent,
.fullpage-inviewwrapper .section.current .case-content .case-info .title.indent {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.fullpage-wrapper .section.current .case-content .case-info .content,
.fullpage-inviewwrapper .section.current .case-content .case-info .content {
  margin-left: 0;
  padding-right: 0px;
  opacity: 1;
  -webkit-transition: margin-left 0.6s 0.9s, padding-right 0.6s 0.9s, opacity 0.6s 0.9s;
  -moz-transition: margin-left 0.6s 0.9s, padding-right 0.6s 0.9s, opacity 0.6s 0.9s;
  -ms-transition: margin-left 0.6s 0.9s, padding-right 0.6s 0.9s, opacity 0.6s 0.9s;
  -o-transition: margin-left 0.6s 0.9s, padding-right 0.6s 0.9s, opacity 0.6s 0.9s;
  transition: margin-left 0.6s 0.9s, padding-right 0.6s 0.9s, opacity 0.6s 0.9s;
}
.fullpage-wrapper .section.current .case-content .case-info .buttons .btn,
.fullpage-inviewwrapper .section.current .case-content .case-info .buttons .btn {
  margin-left: 0;
  opacity: 1;
  -webkit-transition-property: margin-left, opacity, background;
  -moz-transition-property: margin-left, opacity, background;
  -o-transition-property: margin-left, opacity, background;
  transition-property: margin-left, opacity, background;
  transition-duration: 0.6s, 0.6s, 0.3s;
  -webkit-transition-duration: 0.6s, 0.6s, 0.3s;
  -moz-transition-duration: 0.6s, 0.6s, 0.3s;
  -o-transition-duration: 0.6s, 0.6s, 0.3s;
  transition-delay: 1.2s, 1.2s, 0s;
  -webkit-transition-delay: 1.2s, 1.2s, 0s;
  -moz-transition-delay: 1.2s, 0.6s, 0s;
  -o-transition-delay: 1.2s, 1.2s, 0s;
}
.fullpage-wrapper .section.current .case-content .case-info .buttons .link,
.fullpage-inviewwrapper .section.current .case-content .case-info .buttons .link {
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fullpage-wrapper .section.current .next .arrow,
.fullpage-inviewwrapper .section.current .next .arrow {
  margin-bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullpage-wrapper .section.current .next .next-info,
.fullpage-inviewwrapper .section.current .next .next-info {
  margin-left: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fullpage-wrapper .section .background,
.fullpage-inviewwrapper .section .background {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /*            -webkit-animation: scaleBg 60s infinite;
            -moz-animation: scaleBg 60s infinite;
            -o-animation: scaleBg 60s infinite;
            animation: scaleBg 60s infinite;*/
}
.fullpage-wrapper .section .case-content,
.fullpage-inviewwrapper .section .case-content {
  position: absolute;
  padding: 0 80px;
  box-sizing: border-box;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullpage-wrapper .section .case-content .case-indicator,
.fullpage-inviewwrapper .section .case-content .case-indicator {
  position: absolute;
  margin-top: -10px;
}
.fullpage-wrapper .section .case-content .case-indicator .number,
.fullpage-inviewwrapper .section .case-content .case-indicator .number {
  position: absolute;
  font-size: 240px;
  font-family: 'Open Sans', sans serif;
  opacity: 0;
  margin-left: -30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-wrapper .section .case-content .case-indicator .category,
.fullpage-inviewwrapper .section .case-content .case-indicator .category {
  margin-top: 90px;
}
.fullpage-wrapper .section .case-content .case-indicator .category .name,
.fullpage-inviewwrapper .section .case-content .case-indicator .category .name {
  font-size: 12px;
  opacity: 0;
  margin-left: -30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.4px;
}
.fullpage-wrapper .section .case-content .case-indicator .category .divider,
.fullpage-inviewwrapper .section .case-content .case-indicator .category .divider {
  width: 0;
  height: 2px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
}
.fullpage-wrapper .section .case-content .case-info,
.fullpage-inviewwrapper .section .case-content .case-info {
  position: static;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 400px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 80px;
}
.fullpage-wrapper .section .case-content .case-info.left,
.fullpage-inviewwrapper .section .case-content .case-info.left {
  left: 220px;
}
.fullpage-wrapper .section .case-content .case-info.left .content,
.fullpage-inviewwrapper .section .case-content .case-info.left .content {
  column-count: inherit;
  column-gap: inherit;
}
.fullpage-wrapper .section .case-content .case-info .subtitle,
.fullpage-inviewwrapper .section .case-content .case-info .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-wrapper .section .case-content .case-info .title,
.fullpage-inviewwrapper .section .case-content .case-info .title {
  font-family: 'Open Sans', sans serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  opacity: 0;
  padding: 10px 0 35px 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-wrapper .section .case-content .case-info .sub,
.fullpage-inviewwrapper .section .case-content .case-info .sub {
  display: block;
  font-family: 'Open Sans', sans serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
  line-height: 45px;
  padding-left: 20px;
}
.fullpage-wrapper .section .case-content .case-info .small,
.fullpage-inviewwrapper .section .case-content .case-info .small {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 40px;
  padding-left: 20px;
}
.fullpage-wrapper .section .case-content .case-info .content,
.fullpage-inviewwrapper .section .case-content .case-info .content {
  column-count: 2;
  column-gap: 40px;
  margin-top: -20px;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-left: -20px;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage-wrapper .section .case-content .case-info .buttons .btn,
.fullpage-inviewwrapper .section .case-content .case-info .buttons .btn {
  margin-right: 15px;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: margin-left, opacity, background;
  -moz-transition-property: margin-left, opacity, background;
  -o-transition-property: margin-left, opacity, background;
  transition-property: margin-left, opacity, background;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.fullpage-wrapper .section .case-content .case-info .buttons .link,
.fullpage-inviewwrapper .section .case-content .case-info .buttons .link {
  margin-left: -20px;
  opacity: 0;
  -webkit-transition-property: margin-left, opacity;
  -moz-transition-property: margin-left, opacity;
  -o-transition-property: margin-left, opacity;
  transition-property: margin-left, opacity;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
}
.fullpage-wrapper .section .next,
.fullpage-inviewwrapper .section .next {
  position: absolute;
  left: 40px;
  bottom: 10px;
  width: 12px;
  cursor: pointer;
}
.fullpage-wrapper .section .next .arrow,
.fullpage-inviewwrapper .section .next .arrow {
  height: 45px;
  width: 12px;
  display: inline-block;
  margin-bottom: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fullpage-wrapper .section .next .arrow .bg,
.fullpage-inviewwrapper .section .next .arrow .bg,
.fullpage-wrapper .section .next .arrow .animation,
.fullpage-inviewwrapper .section .next .arrow .animation {
  position: relative;
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: bottom;
}
.fullpage-wrapper .section .next .arrow .bg img,
.fullpage-inviewwrapper .section .next .arrow .bg img,
.fullpage-wrapper .section .next .arrow .animation img,
.fullpage-inviewwrapper .section .next .arrow .animation img {
  max-width: 12px;
  position: absolute;
  top: 0;
}
.fullpage-wrapper .section .next .arrow .bg,
.fullpage-inviewwrapper .section .next .arrow .bg {
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.fullpage-wrapper .section .next .arrow .animation,
.fullpage-inviewwrapper .section .next .arrow .animation {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: auto;
  opacity: 1;
  height: 0;
  width: 100%;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-animation: scrollDownArrow 2s infinite;
  -moz-animation: scrollDownArrow 2s infinite;
  -o-animation: scrollDownArrow 2s infinite;
  animation: scrollDownArrow 2s infinite;
}
.fullpage-wrapper .section .next .next-info,
.fullpage-inviewwrapper .section .next .next-info {
  display: inline-block;
  font-size: 12px;
  margin-left: 0;
  opacity: 0;
  min-width: 100px;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-90deg) translate(40px, -13px);
  -moz-transform: rotate(-90deg) translate(40px, -13px);
  -o-transform: rotate(-90deg) translate(40px, -13px);
  -ms-transform: rotate(-90deg) translate(40px, -13px);
  transform: rotate(-90deg) translate(40px, -13px);
  transform-origin: top left;
}
.videoOverlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.videoOverlay .close {
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  margin: 0 auto;
  right: 0;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoOverlay .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoOverlay .close:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
.videoOverlay .close:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.videoOverlay .videoWrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 85px;
  max-width: 900px;
}
.videoOverlay .videoWrapper video {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .fullpage-wrapper .section .case-content,
  .fullpage-inviewwrapper .section .case-content {
    padding: 0 20px;
  }
  .fullpage-wrapper .section .case-content .case-info,
  .fullpage-inviewwrapper .section .case-content .case-info {
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .fullpage-wrapper .section.full-bg .case-content,
  .fullpage-inviewwrapper .section.full-bg .case-content,
  .fullpage-wrapper .section.half-bg .case-content,
  .fullpage-inviewwrapper .section.half-bg .case-content {
    padding: 70px 20px 10px 20px;
  }
  .fullpage-wrapper .section.full-bg .case-content .case-info,
  .fullpage-inviewwrapper .section.full-bg .case-content .case-info,
  .fullpage-wrapper .section.half-bg .case-content .case-info,
  .fullpage-inviewwrapper .section.half-bg .case-content .case-info {
    width: 100%;
  }
  .contact.fullpage-wrapper .section {
    height: auto !important;
  }
  .contact.fullpage-wrapper .section .fp-tableCell {
    height: auto !important;
  }
}
@media all and (max-width: 767px) {
  .nextButton {
    right: 30px;
    margin-top: -25px;
  }
  .prevButton {
    left: auto;
    right: 30px;
    margin-top: 25px;
  }
  .content-container {
    width: 100%;
    margin: 0 auto;
  }
  .fullpage-indicator {
    right: 20px;
    left: auto;
    width: 20px;
    top: 120px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .fullpage-indicator.active {
    margin-bottom: 5px;
  }
  .fullpage-indicator.active .item.active {
    margin-bottom: 5px;
  }
  .fullpage-indicator.active .item.active .divider-wrapper .divider {
    margin-top: 0;
  }
  .fullpage-indicator.active .item .name {
    display: none;
  }
  .fullpage-indicator.active .item .divider-wrapper .divider {
    width: 50%;
  }
  .fullpage-indicator.active .item:hover .divider-wrapper .divider,
  .fullpage-indicator.active .item:hover .divider-wrapper .divider-hover {
    width: 75%;
  }
  .fullpage-indicator .item.active {
    margin-bottom: 5px;
  }
  .fullpage-indicator .item .name {
    margin-right: -20px;
    margin-left: 0;
    right: 0;
    display: none;
  }
  .fullpage-indicator .item .divider-wrapper {
    position: absolute;
    right: 0;
  }
  .fullpage-indicator .item .divider-wrapper .divider-hover {
    right: 0;
    left: auto;
  }
  .fullpage-indicator .item .divider-wrapper .divider {
    margin-top: 0 !important;
    right: 0;
    left: auto;
  }
  .fullpage-wrapper .section.half-bg .background-wrapper,
  .fullpage-inviewwrapper .section.half-bg .background-wrapper,
  .fullpage-wrapper .section.full-bg .background-wrapper,
  .fullpage-inviewwrapper .section.full-bg .background-wrapper {
    width: 100%;
  }
  .fullpage-wrapper .section.half-bg .case-content .content p,
  .fullpage-inviewwrapper .section.half-bg .case-content .content p {
    margin-bottom: 0px;
  }
  .fullpage-wrapper .section.full-bg .case-content .case-info,
  .fullpage-inviewwrapper .section.full-bg .case-content .case-info {
    left: 0;
    right: auto;
    margin: 0 0;
    padding: 0;
    text-align: left;
  }
  .fullpage-wrapper .section.full-bg .case-content .case-info .buttons .btn,
  .fullpage-inviewwrapper .section.full-bg .case-content .case-info .buttons .btn {
    margin-left: -20px;
  }
  .fullpage-wrapper .section .case-content .case-info .title,
  .fullpage-inviewwrapper .section .case-content .case-info .title {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .fullpage-wrapper .section.current .case-content .case-info .title,
  .fullpage-inviewwrapper .section.current .case-content .case-info .title {
    margin-left: 0;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .fullpage-wrapper .section .fp-tableCell,
  .fullpage-inviewwrapper .section .fp-tableCell {
    vertical-align: top;
  }
  .fullpage-wrapper .section .case-content,
  .fullpage-inviewwrapper .section .case-content {
    position: relative;
    height: auto !important;
    top: 0;
    padding: 80px 80px 30px 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fullpage-wrapper .section .case-content .case-indicator,
  .fullpage-inviewwrapper .section .case-content .case-indicator {
    position: static;
    padding-bottom: 40px;
  }
  .fullpage-wrapper .section .case-content .case-indicator .number,
  .fullpage-inviewwrapper .section .case-content .case-indicator .number {
    display: none;
  }
  .fullpage-wrapper .section .case-content .case-indicator .category,
  .fullpage-inviewwrapper .section .case-content .case-indicator .category {
    margin-top: 0;
  }
  .fullpage-wrapper .section .case-content .case-info,
  .fullpage-inviewwrapper .section .case-content .case-info {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .fullpage-wrapper .section .case-content .case-info .title,
  .fullpage-inviewwrapper .section .case-content .case-info .title {
    margin-left: -30px;
    font-size: 36px;
    line-height: 40px;
    padding: 30px 30px 30px 0;
  }
  .fullpage-wrapper .section .case-content .case-info .title .sub,
  .fullpage-inviewwrapper .section .case-content .case-info .title .sub {
    font-size: 30px;
    line-height: 30px;
  }
  .fullpage-wrapper .section .case-content .case-info .content,
  .fullpage-inviewwrapper .section .case-content .case-info .content {
    padding-bottom: 30px;
    column-count: 1;
    colomn-gap: 0px;
    width: 100%;
  }
  .fullpage-wrapper .section .case-content .case-info .buttons .btn,
  .fullpage-inviewwrapper .section .case-content .case-info .buttons .btn {
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
  }
  .fullpage-wrapper .section .case-content .case-info .buttons .link,
  .fullpage-inviewwrapper .section .case-content .case-info .buttons .link {
    margin-left: -20px;
    opacity: 0;
    -webkit-transition-property: margin-left, opacity;
    -moz-transition-property: margin-left, opacity;
    -o-transition-property: margin-left, opacity;
    transition-property: margin-left, opacity;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
  }
  .fullpage-wrapper .section .next,
  .fullpage-inviewwrapper .section .next {
    left: 10px;
    bottom: 30px;
  }
  .fullpage-wrapper .section .next .next-info,
  .fullpage-inviewwrapper .section .next .next-info {
    display: none;
  }
}
@media all and (max-height: 600px) {
  .fullpage-wrapper .section .case-content .case-info .content,
  .fullpage-inviewwrapper .section .case-content .case-info .content,
  .fullpage-wrapper .section .case-content .case-info .buttons,
  .fullpage-inviewwrapper .section .case-content .case-info .buttons {
    line-height: 18px;
  }
}
@media all and (max-width: 400px) {
  .fullpage-wrapper .section.full-bg .case-content,
  .fullpage-inviewwrapper .section.full-bg .case-content,
  .fullpage-wrapper .section.half-bg .case-content,
  .fullpage-inviewwrapper .section.half-bg .case-content {
    padding: 80px 14px 20px 14px;
  }
  .fullpage-wrapper .section.full-bg .case-content .case-info,
  .fullpage-inviewwrapper .section.full-bg .case-content .case-info,
  .fullpage-wrapper .section.half-bg .case-content .case-info,
  .fullpage-inviewwrapper .section.half-bg .case-content .case-info {
    left: 20px;
    width: calc(100% - 40px);
  }
  .fullpage-wrapper .section.full-bg .case-content .case-info .title,
  .fullpage-inviewwrapper .section.full-bg .case-content .case-info .title,
  .fullpage-wrapper .section.half-bg .case-content .case-info .title,
  .fullpage-inviewwrapper .section.half-bg .case-content .case-info .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-top: 0px;
  }
  .fullpage-wrapper .section.full-bg .case-content .case-info .content,
  .fullpage-inviewwrapper .section.full-bg .case-content .case-info .content,
  .fullpage-wrapper .section.half-bg .case-content .case-info .content,
  .fullpage-inviewwrapper .section.half-bg .case-content .case-info .content {
    line-height: 1.3;
    column-gap: 10px;
  }
}
@-webkit-keyframes scrollDownArrow {
  25% {
    bottom: auto;
    top: 0;
    height: 0;
    background-position: top;
  }
  50% {
    bottom: auto;
    top: 0;
    height: 100%;
    background-position: top;
  }
  51% {
    bottom: 0;
    top: auto;
    height: 100%;
    background-position: bottom;
  }
  75% {
    bottom: 0;
    top: auto;
    height: 0;
    background-position: bottom;
  }
}
@-moz-keyframes scrollDownArrow {
  25% {
    bottom: auto;
    top: 0;
    height: 0;
    background-position: top;
  }
  50% {
    bottom: auto;
    top: 0;
    height: 100%;
    background-position: top;
  }
  51% {
    bottom: 0;
    top: auto;
    height: 100%;
    background-position: bottom;
  }
  75% {
    bottom: 0;
    top: auto;
    height: 0;
    background-position: bottom;
  }
}
@-o-keyframes scrollDownArrow {
  25% {
    bottom: auto;
    top: 0;
    height: 0;
    background-position: top;
  }
  50% {
    bottom: auto;
    top: 0;
    height: 100%;
    background-position: top;
  }
  51% {
    bottom: 0;
    top: auto;
    height: 100%;
    background-position: bottom;
  }
  75% {
    bottom: 0;
    top: auto;
    height: 0;
    background-position: bottom;
  }
}
@keyframes scrollDownArrow {
  25% {
    bottom: auto;
    top: 0;
    height: 0;
    background-position: top;
  }
  50% {
    bottom: auto;
    top: 0;
    height: 100%;
    background-position: top;
  }
  51% {
    bottom: 0;
    top: auto;
    height: 100%;
    background-position: bottom;
  }
  75% {
    bottom: 0;
    top: auto;
    height: 0;
    background-position: bottom;
  }
}
@-webkit-keyframes scaleBg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleBg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleBg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleBg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes timerActive {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@-moz-keyframes timerActive {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@-o-keyframes timerActive {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@keyframes timerActive {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@-webkit-keyframes nextHover {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes nextHover {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes nextHover {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes nextHover {
  0% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=home.css.map */