@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  font-size: 20px;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #203B81;
}

:-moz-placeholder {
  color: #203B81;
}

::-moz-placeholder {
  color: #203B81;
}

:-ms-input-placeholder {
  color: #203B81;
}

::selection {
  background: #C60C30;
  color: #EC198F;
}

::-moz-selection {
  background: #C60C30;
  color: #EC198F;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: ate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    nsform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
/*General Elements */
body, input, textarea, select, option {
  font-family: "Outfit", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.wrapper {
  width: 100%;
  height: 100%;
  padding: 80px;
  background: url(../images/bg.jpg) no-repeat right bottom;
  background-size: 90% auto;
}

.logo {
  display: block;
  width: 35%;
}

h2 {
  display: block;
  font-size: 50px;
  background: url(../images/dots.svg) no-repeat bottom left;
  padding: 10px 0 50px;
  margin-bottom: 50px;
}

p {
  font-size: 40px;
  max-width: 700px;
  font-weight: 300;
}
p span {
  color: #0053e2;
  font-weight: bold;
}
p strong {
  display: block;
}

@media screen and (max-width: 1540px) {
  .wrapper {
    padding: 40px;
  }
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 20px;
    max-width: 500px;
  }
}
@media screen and (max-width: 780px) {
  .logo {
    width: 200px;
  }
  .wrapper {
    background-size: 150% auto;
    padding: 20px;
  }
  h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  p {
    font-size: 16px;
  }
}

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