body {
  background-color: #fff;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, #fff, #ababab);
  background-image: radial-gradient(circle closest-corner at 50% 50%, #fff, #ababab);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}

h1 {
  margin: 10px 0px 16px;
  font-family: Merriweather, serif;
  font-size: 39px;
  line-height: 44px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #272545;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #414073;
}

.subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  text-shadow: none;
}

.social-widget {
  width: 100px;
  float: left;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget:hover {
  opacity: 1;
}

.social-widget-wrapper {
  display: none;
}

.content-wrapper {
  display: inline-block;
  width: 60%;
}

.header-section {
  height: 100%;
  padding-top: 193px;
  padding-bottom: 237px;
  background-image: -webkit-linear-gradient(270deg, hsla(44, 11%, 73%, .59), rgba(49, 43, 61, .89)), url('../images/under-construc.jpg');
  background-image: linear-gradient(180deg, hsla(44, 11%, 73%, .59), rgba(49, 43, 61, .89)), url('../images/under-construc.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #232230;
  color: #7e7c87;
}

.copyright {
  text-align: center;
}

.link {
  color: #fff;
}

.container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 200px;
  color: #000;
  text-align: center;
}

.left {
  display: inline-block;
  padding: 10px;
}

.right {
  display: block;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, .89);
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.line {
  display: block;
  width: 40%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #00656b;
  box-shadow: 0 0 12px 0 #6e6e6e;
  text-shadow: none;
}

.progress {
  margin-top: 25px;
}

.bar {
  position: relative;
  display: block;
  width: 250px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00656b;
}

.color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .button {
    width: 30%;
  }
  .content-wrapper {
    width: 81%;
  }
}

@media (max-width: 767px) {
  .button {
    width: 40%;
  }
  .content-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .header-section {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

@media (max-width: 479px) {
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .copyright {
    text-align: center;
  }
  .container {
    padding-top: 150px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

