@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/neuehaasdisplay-bold-webfont.woff2') format('woff2'), url('../fonts/sneuehaasdisplay-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/neuehaasdisplay-roman-webfont.woff2') format('woff2'), url('../fonts/neuehaasdisplay-roman-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #9d9d9d;
}
::selection {
  color: #fff;
  background: #9d9d9d;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
.lazyBackground.lazy {
  background-image: none!important;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Neue Haas Grotesk';
  background: #000;
  color: #fff;
  overflow-x: hidden;
}
html p,
body p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
html p:last-child,
body p:last-child {
  margin-bottom: 0;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html .contentScroller,
body .contentScroller {
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  -ms-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
}
html .contentScroller section:first-child,
body .contentScroller section:first-child {
  margin-top: 0;
}
strong,
b {
  font-weight: 600;
}
.has-scroll-smooth[data-scroll-container] {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.has-scroll-smooth body {
  overflow: hidden !important;
}
[data-scroll-speed] {
  will-change: transform;
}
.contentWrapper {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.bigTitle {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  position: relative;
}
.bigTitle:before {
  content: "";
  height: 1px;
  left: -50px;
  position: absolute;
  top: -10px;
  width: 80px;
  background: #fff;
  -webkit-transform: rotate(-37deg);
  -moz-transform: rotate(-37deg);
  -o-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
.smallTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  position: relative;
}
.button {
  display: inline-block;
  background: #0000e5;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  -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;
}
.button:hover {
  background: #fff;
  color: #1a1a1a;
}
.plus {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.plus.is-inview:before {
  width: 50px;
}
.plus.is-inview:after {
  height: 50px;
}
.plus:before {
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0000e5;
  -webkit-transition: width 0.45s 0.45s ease-out;
  -moz-transition: width 0.45s 0.45s ease-out;
  -o-transition: width 0.45s 0.45s ease-out;
  transition: width 0.45s 0.45s ease-out;
}
.plus:after {
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0000e5;
  -webkit-transition: height 0.45s 0.45s ease-out;
  -moz-transition: height 0.45s 0.45s ease-out;
  -o-transition: height 0.45s 0.45s ease-out;
  transition: height 0.45s 0.45s ease-out;
}
@media all and (max-width: 1024px) {
  .bigTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
/*# sourceMappingURL=default.css.map */