@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
*, *:before, *:after {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  height: 100%; }

body.overflow-hidden {
  overflow: hidden; }

a {
  text-decoration: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  margin: 0; }

body {
  background-color: #0c103c; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  body.loaded .loader {
    visibility: hidden;
    opacity: 0; }
  .loader span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 1.2s infinite ease-in-out;
    -moz-animation: pulse 1.2s infinite ease-in-out;
    animation: pulse 1.2s infinite ease-in-out; }

main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 25px; }
  main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 0;
    z-index: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  body.loaded main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    body.loaded main:before {
      height: 100%; }
  main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px 20px;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      main .container {
        padding: 80px 60px 100px 60px; } }
    main .container img {
      max-width: 400px;
      height: auto;
      margin-bottom: 30px;
      opacity: 0;
      -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      body.loaded main .container img {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        transition-delay: 0.7s; }
      @media (min-width: 768px) {
        main .container img {
          margin-bottom: 60px; } }
    main .container h1 {
      font-family: "proxima-nova", sans-serif;
      font-size: 49px;
      font-weight: 900;
      color: #0c103c;
      line-height: 120%;
      margin-bottom: 30px;
      max-width: 900px;
      opacity: 0;
      -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      body.loaded main .container h1 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      @media (min-width: 667px) {
        main .container h1 {
          font-size: 61px; } }
      @media (min-width: 768px) {
        main .container h1 {
          font-size: 90px;
          margin-bottom: 40px; } }
    main .container .text {
      margin-bottom: 40px;
      max-width: 800px;
      opacity: 0;
      -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      body.loaded main .container .text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        transition-delay: 0.9s; }
      @media (min-width: 1024px) {
        main .container .text {
          margin-bottom: 80px; } }
      main .container .text p {
        font-family: "eskorte-latin", serif;
        font-size: 24px;
        line-height: 130%;
        margin-top: 20px;
        color: #5c5c5c; }
        main .container .text p:first-of-type {
          margin-top: 0; }
        main .container .text p strong {
          font-weight: 900; }
    main .container .button {
      opacity: 0;
      -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      body.loaded main .container .button {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        transition-delay: 1s; }
      main .container .button a {
        padding: 22px 42px;
        background-color: #ff9933;
        border-radius: 10px;
        display: inline-block;
        font-family: "proxima-nova", sans-serif;
        font-size: 20px;
        letter-spacing: 0.4px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        main .container .button a:hover {
          background-color: #ff8000; }
  main .image img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    display: none; }
    @media (min-width: 768px) {
      main .image img {
        display: block; } }
    body.loaded main .image img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    main .image img:nth-of-type(1) {
      max-width: 870px;
      display: block; }
      body.loaded main .image img:nth-of-type(1) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s; }
    main .image img:nth-of-type(2) {
      max-width: 390px;
      right: 220px; }
      body.loaded main .image img:nth-of-type(2) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s; }
    main .image img:nth-of-type(3) {
      max-width: 380px;
      right: 90px; }
      body.loaded main .image img:nth-of-type(3) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s; }
    main .image img:nth-of-type(4) {
      max-width: 130px; }
      body.loaded main .image img:nth-of-type(4) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        transition-delay: 0.4s; }

/*# sourceMappingURL=style.css.map */
