body,
html {
  height: 100%; }

body {
  background-size: cover !important;
  background-position: center !important; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .page-wrapper h1 {
    font-weight: 300;
    font-size: 60px; }
    .page-wrapper h1 span {
      font-weight: 700;
      font-size: 70px; }
    .page-wrapper h1 .company {
      color: #ff8500; }

.logo {
  display: block;
  max-width: 200px; }
  .logo img {
    max-width: 100%; }

.power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .power span {
    display: block;
    max-width: 110px;
    margin-left: 10px;
    text-align: center; }
  .power svg {
    width: 110px; }
  .power .logo-color-field {
    fill: #fff; }
  .power .logo-color-orange {
    fill: #ff8500; }

.gradient {
  display: inline-block; }

.header {
  width: 100%;
  min-height: 120px; }
  .header .container {
    width: 1140px;
    padding-top: 70px;
    margin: 0 auto; }

.section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer {
  width: 100%;
  min-height: 70px;
  padding-bottom: 15px; }

.footer-logo {
  width: 100px;
  margin-left: 15px; }

@media (max-width: 991.98px) {
  .header,
  .footer {
    min-height: 50px;
    padding-bottom: 0; }
    .header p,
    .footer p {
      margin-bottom: 0; }
    .header .container,
    .footer .container {
      padding-top: 0; }
  .page-wrapper {
    padding: 20px; }
    .page-wrapper h1 {
      font-size: 28px; }
      .page-wrapper h1 span {
        font-size: 30px; }
      .page-wrapper h1:after {
        display: none; }
  .section {
    height: auto; }
  .power {
    font-size: 14px; } }
