/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 100;
  src: url(./fonts/92aa0d7878fe4d8d55dab98aae0796e5.woff);
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/c431096955795da262fc32297d7bfa8f.woff);
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/995c64e152e8dc077222766889194951.woff);
}
.hero-screen {
  height: 100vh;
  background: #000;
  background: #000 url(./images/307fb07d506d674059f2f0b0b4ddf740.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .hero-screen {
    background: #000 url(./images/8ae8c175c84fbf825bdf84db4accece7.jpg);
    background-size: cover;
  }
}
.hero-screen a {
  position: absolute;
  top: 1vw;
  right: 1vw;
}
.hero-screen a img {
  width: 100px;
  opacity: 0.5;
}
@media (max-width: 769px) {
  .hero-screen a img {
    width: 50px;
  }
}
.hero-screen a img:hover {
  opacity: 1;
}
.hero-screen .container {
  height: 100%;
  position: relative;
}
.hero-screen .container h1 {
  font-size: 72px;
  font-weight: 300;
  margin: 0;
  padding-top: 100px;
  line-height: 60px;
}
@media (max-height: 760px) {
  .hero-screen .container h1 {
    padding-top: 40px;
  }
}
@media (max-width: 769px) {
  .hero-screen .container h1 {
    font-size: 54px;
    line-height: 42px;
  }
}
@media (max-width: 370px) {
  .hero-screen .container h1 {
    font-size: 42px;
  }
}
.hero-screen .container h1 span {
  font-size: 46px;
}
@media (max-width: 769px) {
  .hero-screen .container h1 span {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  .hero-screen .container h1 span {
    font-size: 26px;
  }
}
.hero-screen .container p.hero-sub-head {
  font-size: 24px;
  font-weight: 100;
  margin-top: 15px;
}
@media (max-height: 760px) {
  .hero-screen .container p.hero-sub-head {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .hero-screen .container p.hero-sub-head {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 370px) {
  .hero-screen .container p.hero-sub-head {
    font-size: 18px;
  }
}
.hero-screen .container .hero-top-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-height: 760px) {
  .hero-screen .container .hero-top-flex {
    align-items: center;
  }
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex {
    margin-bottom: 40px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-left {
  font-size: 22px;
  padding: 15px;
  width: 490px;
  border: 1px solid #dedede;
}
@media (max-width: 820px) {
  .hero-screen .container .hero-top-flex .hero-top-left {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-left {
    margin-bottom: 40px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-left .top-flex-head {
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-left .top-flex-head {
    font-size: 18px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-left .top-flex-text {
  font-weight: 100;
  margin: 0;
  color: #b5b5b5;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-left .top-flex-text {
    font-size: 18px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-right {
  width: 300px;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-right {
    width: 100%;
    display: none;
  }
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form {
  padding: 15px;
  border: 1px solid #dedede;
  text-align: center;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-right .cta-form {
    padding: 5px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form .cta-form-head {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-right .cta-form .cta-form-head {
    margin-bottom: 20px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form form {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-top-flex .hero-top-right .cta-form form {
    margin-bottom: 5px;
  }
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form form input {
  display: block;
  margin: 0 auto;
  outline: none;
  border: none;
  border-bottom: 1px solid #dedede;
  background: transparent;
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form form button {
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  background: #fa8669;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  border-radius: 5px;
  padding: 5px 40px;
  line-height: 32px;
  cursor: pointer;
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form form button:hover {
  filter: brightness(1.2);
}
.hero-screen .container .hero-top-flex .hero-top-right .cta-form span {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.hero-screen .container .hero-bottom-flex {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-height: 760px) {
  .hero-screen .container .hero-bottom-flex {
    bottom: 20px;
  }
}
.hero-screen .container .hero-bottom-flex .hero-bottom-left {
  width: 50%;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-left {
    width: 100%;
  }
}
.hero-screen .container .hero-bottom-flex .hero-bottom-left:before {
  content: '';
  display: block;
  width: 150px;
  height: 100px;
  border: 3px solid #fa8669;
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
}
@media (max-height: 760px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-left:before {
    width: 138px;
    height: 80px;
    top: calc(50% - 42px);
  }
}
@media (max-width: 769px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-left:before {
    top: calc(50% - 42px);
    height: 80px;
  }
}
@media (max-width: 370px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-left:before {
    top: calc(50% - 32px);
    height: 60px;
  }
}
.hero-screen .container .hero-bottom-flex .hero-bottom-left p {
  font-size: 22px;
  font-weight: 500;
  padding-left: 39px;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-left p {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (max-width: 370px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-left p {
    font-size: 14px;
    padding-left: 20px;
  }
}
.hero-screen .container .hero-bottom-flex .hero-bottom-right span {
  font-size: 18px;
  font-weight: 100;
  color: #b5b5b5;
}
@media (max-width: 769px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-right span {
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}
@media (max-width: 370px) {
  .hero-screen .container .hero-bottom-flex .hero-bottom-right span {
    font-size: 14px;
  }
}
.second-screen {
  background: #fff;
  color: #000;
  padding-top: 30px;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-height: 760px) {
  .second-screen {
    padding-top: 0;
  }
}
.second-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
}
@media (max-height: 760px) {
  .second-screen h2 {
    font-size: 64px;
    margin-bottom: 25px;
    line-height: 64px;
  }
}
@media (max-width: 769px) {
  .second-screen h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .second-screen h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.second-screen .second-screen-content {
  padding: 0 180px;
}
@media (max-width: 1150px) {
  .second-screen .second-screen-content {
    padding: 0 60px;
  }
}
@media (max-width: 769px) {
  .second-screen .second-screen-content {
    padding: 0;
    padding-left: 30px;
  }
}
.second-screen .second-screen-content span {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 769px) {
  .second-screen .second-screen-content span {
    font-size: 18px;
  }
}
@media (max-width: 370px) {
  .second-screen .second-screen-content span {
    font-size: 16px;
  }
}
.second-screen .second-screen-content span:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: -60px;
  background: url(./images/243560081b26c3dbfa6b13c521b01e6e.svg);
  background-size: contain;
}
@media (max-width: 769px) {
  .second-screen .second-screen-content span:before {
    width: 25px;
    height: 25px;
    left: -32px;
  }
}
.second-screen .second-screen-content p {
  font-size: 20px;
  font-weight: 100;
  color: #5d5d5d;
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-height: 760px) {
  .second-screen .second-screen-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .second-screen .second-screen-content p {
    font-size: 14px;
    margin-top: 0;
  }
}
@media (max-width: 370px) {
  .second-screen .second-screen-content p {
    margin-bottom: 10px;
  }
}
.clients-screen {
  background: #fa8669;
  padding-top: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.clients-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media (max-height: 760px) {
  .clients-screen h2 {
    font-size: 64px;
    margin-bottom: 25px;
    line-height: 64px;
  }
}
@media (max-width: 769px) {
  .clients-screen h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .clients-screen h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.clients-screen .clients-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.clients-screen .clients-flex .clients-item {
  width: 30%;
  margin-bottom: 50px;
  text-decoration: none;
  color: #fff;
  background: #292929;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  transition: 0.2s;
  font-size: 0;
}
@media (max-width: 1150px) {
  .clients-screen .clients-flex .clients-item {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .clients-screen .clients-flex .clients-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.clients-screen .clients-flex .clients-item:hover {
  transform: scale(1.02);
}
.clients-screen .clients-flex .clients-item img {
  width: 100%;
  height: auto;
}
.clients-screen .clients-flex .clients-item .client-head {
  background: #292929;
  display: block;
  padding: 5px;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
}
.clients-screen .clients-flex .clients-item .client-source {
  background: #292929;
  display: block;
  padding: 5px;
  margin: 0;
  color: #808080;
  font-size: 14px;
  font-weight: 100;
}
.third-screen {
  background: #292929;
  color: #fff;
  padding-top: 30px;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-height: 760px) {
  .third-screen {
    padding-top: 0;
  }
}
.third-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
}
@media (max-height: 760px) {
  .third-screen h2 {
    font-size: 64px;
    margin-bottom: 25px;
    line-height: 64px;
  }
}
@media (max-width: 769px) {
  .third-screen h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .third-screen h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.third-screen .third-screen-content {
  padding: 0 180px;
}
@media (max-width: 1150px) {
  .third-screen .third-screen-content {
    padding: 0 60px;
  }
}
@media (max-width: 769px) {
  .third-screen .third-screen-content {
    padding: 0;
    padding-left: 30px;
  }
}
.third-screen .third-screen-content span {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 769px) {
  .third-screen .third-screen-content span {
    font-size: 18px;
  }
}
@media (max-width: 370px) {
  .third-screen .third-screen-content span {
    font-size: 16px;
  }
}
.third-screen .third-screen-content span:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: -60px;
  background: url(./images/b72427bd4cef7df9234769855feb625b.svg);
  background-size: contain;
}
@media (max-width: 769px) {
  .third-screen .third-screen-content span:before {
    width: 25px;
    height: 25px;
    left: -32px;
  }
}
.third-screen .third-screen-content p {
  font-size: 20px;
  font-weight: 100;
  color: #949494;
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-height: 760px) {
  .third-screen .third-screen-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .third-screen .third-screen-content p {
    font-size: 14px;
    margin-top: 0;
  }
}
@media (max-width: 370px) {
  .third-screen .third-screen-content p {
    margin-bottom: 10px;
  }
}
.fourth-screen {
  background: #fa8669;
  padding-top: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  height: 100vh;
}
.fourth-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media (max-height: 760px) {
  .fourth-screen h2 {
    font-size: 64px;
    margin-bottom: 25px;
    line-height: 64px;
  }
}
@media (max-width: 769px) {
  .fourth-screen h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .fourth-screen h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.fourth-screen .cta-form {
  text-align: center;
}
.fourth-screen .cta-form form {
  margin-bottom: 20px;
}
.fourth-screen .cta-form form input {
  display: block;
  margin: 0 auto;
  outline: none;
  border: none;
  border: 2px solid #fff;
  padding: 10px 40px;
  background: transparent;
  color: #fff;
  font-weight: 100;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 769px) {
  .fourth-screen .cta-form form input {
    width: 100%;
    font-size: 24px;
  }
}
.fourth-screen .cta-form form button {
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  font-weight: 300;
  font-size: 28px;
  font-weight: 100;
  border-radius: 5px;
  padding: 10px 100px;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .fourth-screen .cta-form form button {
    width: 100%;
    font-size: 24px;
  }
}
.fourth-screen .cta-form form button:hover {
  filter: brightness(1.2);
}
.fourth-screen .cta-form span {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.fifth-screen {
  background: #fff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  height: auto;
}
.fifth-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-height: 760px) {
  .fifth-screen h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
}
.fifth-screen span.sub-head {
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  color: #808080;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 769px) {
  .fifth-screen span.sub-head {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.fifth-screen .cases-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 10px;
  padding-top: 5px;
}
.fifth-screen .cases-item:hover {
  background: #f3f3f3;
}
@media (max-width: 769px) {
  .fifth-screen .cases-item {
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 10px;
  }
}
.fifth-screen .cases-item .cases-left {
  text-align: left;
  width: 35%;
  font-weight: 100;
  margin-top: 0;
  font-size: 38px;
}
@media (max-width: 769px) {
  .fifth-screen .cases-item .cases-left {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}
.fifth-screen .cases-item .cases-right {
  width: 60%;
  text-align: left;
  padding-top: 10px;
}
@media (max-width: 769px) {
  .fifth-screen .cases-item .cases-right {
    width: 100%;
    padding: 0;
  }
}
.fifth-screen .cases-item .cases-right .right-title {
  font-size: 24px;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .fifth-screen .cases-item .cases-right .right-title {
    font-size: 18px;
  }
}
.fifth-screen .cases-item .cases-right .right-desc {
  font-size: 18px;
  font-weight: 100;
  color: #808080;
}
@media (max-width: 769px) {
  .fifth-screen .cases-item .cases-right .right-desc {
    font-size: 16px;
  }
}
.sixth-screen {
  background: #292929;
  color: #fff;
  padding-top: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  height: 100vh;
}
@media (max-width: 769px) {
  .sixth-screen {
    height: auto;
  }
}
.sixth-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
}
@media (max-height: 760px) {
  .sixth-screen h2 {
    font-size: 64px;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .sixth-screen h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .sixth-screen h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.sixth-screen .sixth-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sixth-screen .sixth-block .sixth-left {
  width: 50%;
}
@media (max-width: 1150px) {
  .sixth-screen .sixth-block .sixth-left {
    width: 60%;
  }
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-left {
    width: 100%;
  }
}
.sixth-screen .sixth-block .sixth-left .sixth-left-head {
  font-size: 24px;
  line-height: 40px;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 55px;
  position: relative;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-left .sixth-left-head {
    font-size: 18px;
    padding-left: 40px;
  }
}
.sixth-screen .sixth-block .sixth-left .sixth-left-head:before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background: url(./images/b72427bd4cef7df9234769855feb625b.svg);
  background-size: contain;
  left: 0;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-left .sixth-left-head:before {
    width: 25px;
    height: 25px;
    top: 8px;
  }
}
.sixth-screen .sixth-block .sixth-left .sixth-left-desc {
  font-size: 24px;
  margin-top: 0;
  font-weight: 100;
  margin-bottom: 30px;
}
@media (max-height: 760px) {
  .sixth-screen .sixth-block .sixth-left .sixth-left-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-left .sixth-left-desc {
    font-size: 14px;
  }
}
.sixth-screen .sixth-block .sixth-right {
  padding: 20px;
  background: #fa8669;
  margin-top: -100px;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-right {
    width: 100%;
    margin-top: 0;
  }
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(1) {
  margin-left: -130px;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(1) {
    margin-left: 0;
  }
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(2) {
  margin-left: -65px;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(2) {
    margin-left: 0;
  }
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(2) .sixth-right-num {
  margin-right: 53px;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(3) {
    margin-left: 0;
  }
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item:nth-child(3) .sixth-right-num {
  margin-right: 55px;
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item .sixth-right-num {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
  margin-right: 30px;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-right .sixth-right-item .sixth-right-num {
    font-size: 42px;
  }
}
.sixth-screen .sixth-block .sixth-right .sixth-right-item .sixth-right-desc {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 769px) {
  .sixth-screen .sixth-block .sixth-right .sixth-right-item .sixth-right-desc {
    font-size: 18px;
  }
}
.seventh-screen {
  background: #fff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  height: calc(100vh - 99px);
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .seventh-screen {
    height: auto;
    padding-top: 15px;
  }
}
.seventh-screen h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
}
@media (max-height: 760px) {
  .seventh-screen h2 {
    font-size: 64px;
    margin-bottom: 50px;
  }
}
@media (max-width: 769px) {
  .seventh-screen h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 370px) {
  .seventh-screen h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.seventh-screen .contacts-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seventh-screen .contacts-block .contacts-left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .seventh-screen .contacts-block .contacts-left {
    display: none;
    width: 100%;
  }
}
.seventh-screen .contacts-block .contacts-left a {
  width: 45%;
  font-size: 28px;
  color: #000;
  text-decoration: none;
  font-weight: 100;
  position: relative;
  margin-bottom: 40px;
  padding-left: 60px;
}
@media (max-width: 769px) {
  .seventh-screen .contacts-block .contacts-left a {
    width: 100%;
    padding-left: 40px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.seventh-screen .contacts-block .contacts-left a:hover {
  text-decoration: underline;
}
.seventh-screen .contacts-block .contacts-left a:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: #f00;
}
@media (max-width: 769px) {
  .seventh-screen .contacts-block .contacts-left a:before {
    width: 30px;
    height: 30px;
  }
}
.seventh-screen .contacts-block .contacts-left a:nth-child(1):before {
  background: url(./images/ff4edbac76b9aeb019b9679ec6b9c379.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(2):before {
  background: url(./images/d3a337626d1521041ceaa95891db92a2.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(3):before {
  background: url(./images/7827b9c8256cc7ec9a5730aa6dd867f6.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(4):before {
  background: url(./images/095814132e0e0fdd3cc6561dcae6e3ee.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(5):before {
  background: url(./images/fac80117c3436f33b6482ba1a8556a9a.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(6):before {
  background: url(./images/10228a35904f6d699b172de6dbc3fcd4.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(7) {
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .seventh-screen .contacts-block .contacts-left a:nth-child(7) {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.seventh-screen .contacts-block .contacts-left a:nth-child(7):hover {
  text-decoration: none;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(7):before {
  background: url(./images/d9585332c351da9a34332b73fb67fabc.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-left a:nth-child(8) {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .seventh-screen .contacts-block .contacts-left a:nth-child(8) {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.seventh-screen .contacts-block .contacts-left a:nth-child(8):before {
  background: url(./images/11b80cb41c2e64729a132f65280701fb.svg);
  background-size: contain;
}
.seventh-screen .contacts-block .contacts-right {
  width: 30%;
}
@media (max-width: 769px) {
  .seventh-screen .contacts-block .contacts-right {
    width: 100%;
  }
}
.seventh-screen .contacts-block .contacts-right .cta-form {
  padding: 15px;
  border: 1px solid #000;
  text-align: center;
}
.seventh-screen .contacts-block .contacts-right .cta-form .cta-form-head {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}
.seventh-screen .contacts-block .contacts-right .cta-form form {
  margin-bottom: 40px;
}
.seventh-screen .contacts-block .contacts-right .cta-form form input {
  display: block;
  margin: 0 auto;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  color: #000;
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.seventh-screen .contacts-block .contacts-right .cta-form form button {
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  background: #fa8669;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  border-radius: 5px;
  padding: 5px 40px;
  line-height: 32px;
  cursor: pointer;
}
.seventh-screen .contacts-block .contacts-right .cta-form form button:hover {
  filter: brightness(1.2);
}
.seventh-screen .contacts-block .contacts-right .cta-form span {
  font-size: 18px;
  font-weight: 100;
  color: #b5b5b5;
}
.on-mobile {
  display: flex !important;
}
.on-mobile a:nth-child(1):before {
  background: url(./images/ff4edbac76b9aeb019b9679ec6b9c379.svg);
  background-size: contain;
}
.on-mobile a:nth-child(2):before {
  background: url(./images/7827b9c8256cc7ec9a5730aa6dd867f6.svg) !important;
  background-size: contain !important;
}
.on-mobile a:nth-child(3):before {
  background: url(./images/fac80117c3436f33b6482ba1a8556a9a.svg) !important;
  background-size: contain !important;
}
.on-mobile a:nth-child(4):before {
  background: url(./images/11b80cb41c2e64729a132f65280701fb.svg) !important;
  background-size: contain !important;
}
.on-mobile a:nth-child(5):before {
  background: url(./images/095814132e0e0fdd3cc6561dcae6e3ee.svg) !important;
  background-size: contain !important;
}
.on-mobile a:nth-child(6):before {
  background: url(./images/10228a35904f6d699b172de6dbc3fcd4.svg) !important;
  background-size: contain !important;
}
.on-mobile a:nth-child(8):before {
  background: url(./images/d9585332c351da9a34332b73fb67fabc.svg) !important;
  background-size: contain !important;
}
.on-mobile a:nth-child(7) {
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 0;
}
.on-mobile a:nth-child(7):before {
  background: url(./images/d3a337626d1521041ceaa95891db92a2.svg) !important;
  background-size: contain !important;
}
@media (min-width: 769px) {
  .on-mobile {
    display: none !important;
  }
}
footer {
  background: #292929;
  padding: 20px 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .container p,
footer .container a {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}
footer .container a:hover {
  text-decoration: underline;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  background: #000;
  font-family: Futura;
  color: #fff;
}
.container {
  width: 1155px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1155px) {
  .container {
    width: 100%;
  }
}
.messages span {
  font-size: 24px !important;
}
.mobile-cta {
  display: none;
}
@media (max-width: 769px) {
  .mobile-cta {
    display: flex;
  }
}
.widget-ask {
  position: fixed;
  width: 220px;
  right: 100px;
  bottom: 25px;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: #fff;
  padding: 5px;
  line-height: 22px;
/* height: 52px; */
  border-radius: 10px;
  font-weight: 300;
  cursor: pointer;
  animation: radial-pulse 1s infinite;
}
.widget-ask:hover {
  background: #fa8669;
  color: #fff;
}
@media (max-width: 769px) {
  .widget-ask {
    display: none;
  }
}
@-moz-keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
}
@-webkit-keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
}
@-o-keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
}

