body {
  font: normal 20px/1.55 'IBM Plex Sans', sans-serif;
  color: #343b3e;
  background: #1d2123; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h2 {
  margin: 0;
  font-family: 'Sansita', serif;
  font-size: 62px;
  font-weight: 700;
  font-style: italic; }

h3 {
  margin: 28px 0 0;
  font-size: 38px;
  font-style: italic; }

h4 {
  margin: 0;
  font-weight: 700;
  font-size: 32px; }

h5 {
  margin: 0;
  padding: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #0491ce;
  background: -webkit-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  background: -moz-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  background: -ms-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  background: linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  border-radius: 5px 5px 0 0; }

h6 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0491ce;
  background: -webkit-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  background: -moz-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  background: -ms-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  background: linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

label {
  font-weight: 700;
  font-size: 14px; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 60px;
  border: 2px solid #f1f2f3;
  border-radius: 8px; }

textarea {
  height: auto;
  padding: 10px;
  line-height: 1.55; }

button {
  display: block;
  margin: 0 auto;
  border: none;
  color: #FFFFFF;
   }

.btn {
  background: #0491ce;
  background-image: -webkit-linear-gradient(top, #0491ce, #0491ce);
  background-image: -moz-linear-gradient(top, #0491ce, #0491ce);
  background-image: -ms-linear-gradient(top, #0491ce, #0491ce);
  background-image: -o-linear-gradient(top, #0491ce, #0491ce);
  background-image: linear-gradient(to bottom, #0491ce, #0491ce);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 24px;
  padding: 10px 120px 10px 120px;
  text-decoration: none;
  transition: 0.2s;
}
.btn:hover {
  background: #02dcf5;
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
  text-decoration: none;
  color: #fff;
}
header {
  padding: 60px 0;
  background: url(../images/hero-bg.png) no-repeat center right/cover;
  color: #fff; }
  header .video-logger {
    width: 100%;
    max-width: 640px;
    margin: 40px auto;
    border: 10px solid #fff; }

#bar {
  min-height: 80px;
  background: url(../images/wave-1.png) no-repeat center bottom;
  color: #fff; }

section {
  padding: 20px 0 0;
  background: #fff; }
  section#s1 h2 {
    margin: 0 0 10px;
    color: #0491ce;
    background: -webkit-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
    background: -moz-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
    background: -ms-linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
    background: linear-gradient(65deg, #0491ce 0%, #02dcf5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  section#s1 h4 {
    margin: 0 0 60px; }
  section#s1 .container > .row:first-of-type {
    text-align: right; }
  section#s1 form {
    background: #f0f3f5;
    border-radius: 5px; }
    section#s1 form .inner {
      padding: 20px 30px 30px; }
    section#s1 form #disclaimer {
      margin-top: 10px;
      font-size: 14px; }
      section#s1 form #disclaimer input {
        transform: translateY(-1px); }
  section#s1 button {
    margin-top: 15px; }
  section#s1 img {
    display: block;
    width: 100%;
    margin-top: -100px; }

footer {
  padding: 40px 0;
  font-size: 12px;
  color: #fff;
  background-color: #1d2123; }
  footer p {
    margin: 0; }

#loadingGraphic {
  display: none;
  padding: 2px 0 3px; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #0491ce;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #0491ce;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #0491ce;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #0491ce;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

.modal-content {
  border: none;
  border-radius: 5px; }
  .modal-content .modal-header {
    padding: 20px 30px;
    border: none;
    background-color: #0491ce;
    color: #fff; }
    .modal-content .modal-header h5 {
      margin-top: 3px; }
    .modal-content .modal-header button {
      margin: 0 -10px 0 0;
      padding: 0;
      width: 34px;
      height: 34px;
      opacity: 1;
      background: #fff;
      border-radius: 2px;
      transition: all 150ms ease-in-out;
      color: #0491ce; }
      .modal-content .modal-header button span {
        display: block;
        transform: translateY(-1px); }
      .modal-content .modal-header button:hover {
        opacity: 1;
        transform: scale(1.025); }
  .modal-content .modal-body {
    padding: 30px; }
    .modal-content .modal-body .note {
      margin: 10px auto 20px;
      font-size: 14px; }
    .modal-content .modal-body input[type="checkbox"] {
      float: left;
      margin: 4px 6px 0 0; }
    .modal-content .modal-body#thanks {
      display: none;
      padding-top: 30px; }
      .modal-content .modal-body#thanks p {
        font-size: 16px; }
        .modal-content .modal-body#thanks p strong {
          font-size: 20px; }

@media (max-width: 1199px) {
  body {
    font-size: 18px; }
  h2 {
    font-size: 54px; }
  h3 {
    margin-top: 34px;
    font-size: 32px; }
  section#s1 {
    overflow: hidden; }
    section#s1 h4 {
      margin-bottom: 40px; }
    section#s1 img {
      float: right;
      width: 120%;
      margin-top: -80px; }
    section#s1 form {
      margin-bottom: 40px; }
  section#s2 {
    background-size: auto 100%;
    padding: 80px 0; } }

@media (max-width: 991px) {
  body {
    font-size: 16px; }
  h2 {
    font-size: 44px; }
  h3 {
    margin-top: 36px;
    font-size: 28px; }
  section#s1 {
    padding-top: 20px; }
    section#s1 .container > .row:first-of-type {
      text-align: center; }
    section#s1 img {
      float: none;
      width: auto;
      height: 320px;
      margin: 0 auto;
      transform: none; }
  section#s2 p#quote {
    font-size: inherit; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h2 {
    margin-bottom: 10px;
    line-height: 1; }
  h3 {
    margin-top: 20px; }
  h4 {
    font-size: 24px; }
  section#s1 h2 {
    font-size: 42px; }
  section#s1 img {
    width: 100%;
    max-width: 220px;
    height: auto; }
  .modal-content .modal-header h5 {
    margin-top: 4px;
    font-size: 16px; } }

#loadingGraphic {
  display: none;
  transform: translateY(10px); }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #0491ce;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #0491ce;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #0491ce;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #0491ce;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }