 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(1, 0, 0, 1), rgba(1, 0, 0, 1));
  background-size: cover;
  min-height: 990px;
}

.u-section-1 .u-image-1 {
  width: 800px;
  height: 800px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  filter: brightness(0.55);
  margin: 100px calc(((100% - 941px) / 2)  + -400px) 0 auto;
}

.u-section-1 .u-image-2 {
  width: 800px;
  height: 800px;
  filter: brightness(0.75);
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -800px auto 0 0;
}

.u-section-1 .u-text-1 {
  font-family: Teko;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6.25rem;
  margin: -579px auto 0 0;
}

.u-section-1 .u-text-2 {
  font-family: Teko;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.625rem;
  text-shadow: 0px 0px 15px rgba(71,138,201,1);
  letter-spacing: 0px;
  line-height: 0.8;
  margin: 5px auto 0 0;
}

.u-section-1 .u-icon-1 {
  width: 100px;
  height: 100px;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -33px auto 60px calc(((100% - 941px) / 2)  + -333px);
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 671px;
  }

  .u-section-1 .u-image-1 {
    width: 471px;
    height: 434px;
    margin-top: 198px;
    margin-right: calc(((100% - 940px) / 2)  + -37px);
  }

  .u-section-1 .u-image-2 {
    width: 622px;
    height: 450px;
    margin-top: -442px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -425px;
  }

  .u-section-1 .u-text-2 {
    font-size: 4.5rem;
    width: auto;
    margin-top: -7px;
  }

  .u-section-1 .u-icon-1 {
    margin-top: 0;
    margin-left: calc(((100% - 940px) / 2)  + -14px);
    padding: 13px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 648px;
  }

  .u-section-1 .u-image-1 {
    width: 410px;
    height: 422px;
    margin-right: calc(((100% - 720px) / 2) + -37px);
  }

  .u-section-1 .u-image-2 {
    width: 392px;
    height: 392px;
    margin-top: -422px;
  }

  .u-section-1 .u-text-1 {
    font-size: 4.5rem;
    margin-top: -376px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 0;
  }

  .u-section-1 .u-icon-1 {
    width: calc(((100% - 720px) / 2)  + 50px);
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 500px;
  }

  .u-section-1 .u-image-1 {
    width: 306px;
    height: 318px;
    margin-top: 150px;
    margin-right: 0;
  }

  .u-section-1 .u-image-2 {
    width: 332px;
    height: 301px;
    margin-top: -327px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-top: -245px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3.75rem;
    margin-top: 10px;
  }

  .u-section-1 .u-icon-1 {
    width: calc(((100% - 540px) / 2)  + 50px);
    margin-top: 0;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 351px;
  }

  .u-section-1 .u-image-1 {
    width: 172px;
    height: 246px;
    margin-top: 110px;
    margin-right: calc(((100% - 340px) / 2));
  }

  .u-section-1 .u-image-2 {
    width: 239px;
    height: 239px;
    margin-top: -241px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: -181px;
    margin-left: calc(((100% - 340px) / 2)  + -38px);
  }

  .u-section-1 .u-text-2 {
    font-size: 3rem;
    margin-top: 0;
    margin-left: calc(((100% - 340px) / 2)  + -38px);
  }

  .u-section-1 .u-icon-1 {
    width: 69px;
    height: 69px;
    margin-bottom: 41px;
    margin-left: calc(((100% - 340px) / 2)  + -34px);
    padding: 8px;
  }
}

.u-section-1 .u-image-2,
.u-section-1 .u-image-2:before,
.u-section-1 .u-image-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-image-2.u-image-2.u-image-2:hover {
  transform: translateX(10px) translateY(0px) !important;
}

.u-section-1 .u-image-2.u-image-2.u-image-2.hover {
  transform: translateX(10px) translateY(0px) !important;
}

.u-section-1 .u-icon-1,
.u-section-1 .u-icon-1:before,
.u-section-1 .u-icon-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-icon-1.u-icon-1.u-icon-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1 .u-icon-1.u-icon-1.u-icon-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
} .u-section-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(1, 0, 0, 1), rgba(1, 0, 0, 1));
  background-size: cover;
  min-height: 731px;
}

.u-section-2 .u-text-1 {
  font-family: Teko;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.625rem;
  text-shadow: 0px 0px 15px rgba(71,138,201,1);
  letter-spacing: 0px;
  line-height: 0.8;
  margin: 15px auto 0 calc(((100% - 941px) / 2)  + -305px);
}

.u-section-2 .u-image-1 {
  width: 562px;
  height: 562px;
  filter: brightness(0.05);
  margin: -209px 0 0 auto;
}

.u-section-2 .u-text-2 {
  font-family: Teko;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6.25rem;
  text-shadow: 0px 0px 8px rgba(128,128,128,1);
  margin: -452px auto 0 calc(((100% - 941px) / 2)  + -375px);
}

.u-section-2 .u-image-2 {
  width: 663px;
  height: 540px;
  margin: -288px 0 0 auto;
}

.u-section-2 .u-text-3 {
  font-family: Teko;
  font-size: 2.25rem;
  margin: -252px calc(((100% - 941px) / 2)  + 521px) 0 calc(((100% - 941px) / 2)  + -272px);
}

.u-section-2 .u-icon-1 {
  width: 50px;
  height: 50px;
  margin: 40px auto 0 calc(((100% - 941px) / 2)  + -272px);
  padding: 0;
}

.u-section-2 .u-text-4 {
  font-family: Teko;
  font-size: 2.25rem;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -40px auto 60px calc(((100% - 941px) / 2)  + -177px);
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-2 {
    min-height: 629px;
  }

  .u-section-2 .u-text-1 {
    font-size: 6rem;
    width: auto;
    margin-top: 25px;
    margin-left: calc(((100% - 940px) / 2)  + 14px);
  }

  .u-section-2 .u-image-1 {
    width: 368px;
    height: 368px;
    filter: brightness(0.1);
    margin-top: -77px;
    margin-right: calc(((100% - 940px) / 2)  + -13px);
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: -325px;
    margin-right: calc(((100% - 940px) / 2)  + 329px);
    margin-left: calc(((100% - 940px) / 2)  + -26px);
  }

  .u-section-2 .u-image-2 {
    width: 520px;
    height: 262px;
    margin-top: -307px;
  }

  .u-section-2 .u-text-3 {
    width: auto;
    margin-top: 38px;
    margin-right: calc(((100% - 940px) / 2)  + 380px);
    margin-left: calc(((100% - 940px) / 2)  + -26px);
  }

  .u-section-2 .u-icon-1 {
    transition-duration: 0.5s;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
    margin-top: 22px;
    margin-left: calc(((100% - 940px) / 2));
    padding: 13px;
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-top: -47px;
    margin-bottom: 45px;
    margin-left: calc(((100% - 940px) / 2)  + 111px);
  }
}

@media (max-width: 991px) {
   .u-section-2 {
    min-height: 488px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 45px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-2 .u-image-1 {
    width: 450px;
    height: 450px;
    margin-top: -114px;
    margin-right: calc(((100% - 720px) / 2)  + -41px);
  }

  .u-section-2 .u-text-2 {
    font-size: 3.75rem;
    margin-top: -359px;
    margin-right: calc(((100% - 720px) / 2) + 109px);
    margin-left: calc(((100% - 720px) / 2)  + -24px);
  }

  .u-section-2 .u-image-2 {
    width: 417px;
    height: 322px;
    margin-top: -120px;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.5rem;
    margin-top: -194px;
    margin-right: calc(((100% - 720px) / 2)  + 337px);
    margin-left: calc(((100% - 720px) / 2)  + -24px);
  }

  .u-section-2 .u-icon-1 {
    margin-top: 16px;
    margin-left: calc(((100% - 720px) / 2)  + -25px);
  }

  .u-section-2 .u-text-4 {
    margin-bottom: 37px;
    margin-left: calc(((100% - 720px) / 2)  + 41px);
  }
}

@media (max-width: 767px) {
   .u-section-2 {
    min-height: 328px;
  }

  .u-section-2 .u-text-1 {
    font-size: 3.75rem;
    margin-top: 38px;
    margin-left: calc(((100% - 540px) / 2)  + -16px);
  }

  .u-section-2 .u-image-1 {
    width: 258px;
    height: 258px;
    filter: brightness(0.25);
    margin-top: -58px;
    margin-right: calc(((100% - 540px) / 2)  + -38px);
  }

  .u-section-2 .u-text-2 {
    font-size: 2.25rem;
    margin-top: -212px;
    margin-right: calc(((100% - 540px) / 2));
    margin-left: calc(((100% - 540px) / 2)  + -16px);
  }

  .u-section-2 .u-image-2 {
    width: 284px;
    height: 200px;
    margin-top: -146px;
    margin-right: calc(((100% - 540px) / 2)  + -38px);
  }

  .u-section-2 .u-text-3 {
    margin-top: -54px;
    margin-right: calc(((100% - 540px) / 2)  + 202px);
    margin-left: calc(((100% - 540px) / 2)  + -16px);
  }

  .u-section-2 .u-icon-1 {
    margin-top: 12px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-2 .u-text-4 {
    margin-bottom: 22px;
    margin-left: calc(((100% - 540px) / 2)  + 62px);
  }
}

@media (max-width: 575px) {
   .u-section-2 {
    min-height: 272px;
  }

  .u-section-2 .u-text-1 {
    font-size: 3rem;
    margin-top: 33px;
    margin-left: calc(((100% - 340px) / 2)  + -19px);
  }

  .u-section-2 .u-image-1 {
    width: 164px;
    height: 164px;
    margin-top: -71px;
    margin-right: 0;
  }

  .u-section-2 .u-text-2 {
    font-size: 1.875rem;
    margin-top: -100px;
    margin-right: calc(((100% - 340px) / 2));
    margin-left: calc(((100% - 340px) / 2)  + -36px);
  }

  .u-section-2 .u-image-2 {
    width: 200px;
    height: 147px;
    margin-top: -124px;
    margin-right: 0;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.125rem;
    margin-top: -23px;
    margin-right: calc(((100% - 340px) / 2)  + 85px);
    margin-left: calc(((100% - 340px) / 2)  + -36px);
  }

  .u-section-2 .u-icon-1 {
    margin-top: 0;
    margin-left: calc(((100% - 340px) / 2)  + -36px);
  }

  .u-section-2 .u-text-4 {
    margin-bottom: 26px;
    margin-left: calc(((100% - 340px) / 2)  + 15px);
  }
}

.u-section-2 .u-text-4,
.u-section-2 .u-text-4:before,
.u-section-2 .u-text-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-2 .u-text-4.u-text-4.u-text-4:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-text-4.u-text-4.u-text-4.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
} .u-section-3 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(1, 0, 0, 1), rgba(1, 0, 0, 1));
  background-size: cover;
  min-height: 802px;
}

.u-section-3 .u-image-1 {
  width: 562px;
  height: 562px;
  filter: brightness(0.05);
  margin: 70px auto 0 0;
}

.u-section-3 .u-text-1 {
  font-family: Teko;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.625rem;
  text-shadow: 0px 0px 15px rgba(71,138,201,1);
  letter-spacing: 0px;
  line-height: 0.8;
  margin: -617px 675px 0 calc(((100% - 941px) / 2)  + 339px);
}

.u-section-3 .u-image-2 {
  width: 663px;
  height: 540px;
  margin: -227px auto 0 0;
}

.u-section-3 .u-text-2 {
  font-family: Teko;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6.25rem;
  text-shadow: 0px 0px 8px rgba(128,128,128,1);
  margin: -394px 415px 0 calc(((100% - 941px) / 2)  + 398px);
}

.u-section-3 .u-text-3 {
  font-family: Teko;
  font-size: 2.25rem;
  margin: 0 calc(((100% - 941px) / 2)  + -158px) 0 calc(((100% - 941px) / 2)  + 408px);
}

.u-section-3 .u-icon-1 {
  width: 50px;
  height: 50px;
  margin: 40px auto 0 calc(((100% - 941px) / 2)  + 408px);
  padding: 0;
}

.u-section-3 .u-text-4 {
  font-family: Teko;
  font-size: 2.25rem;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -46px 709px 60px calc(((100% - 941px) / 2)  + 498px);
}

.u-section-3 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-3 {
    min-height: 598px;
  }

  .u-section-3 .u-image-1 {
    width: 339px;
    height: 339px;
    filter: brightness(0.3);
    margin-top: 62px;
    margin-left: calc(((100% - 940px) / 2)  + -15px);
  }

  .u-section-3 .u-text-1 {
    font-size: 6rem;
    margin-top: -348px;
    margin-right: calc(((100% - 940px) / 2)  + -305px);
    margin-left: calc(((100% - 940px) / 2)  + 339px);
  }

  .u-section-3 .u-image-2 {
    width: 233px;
    height: 450px;
    margin-top: -49px;
    margin-left: calc(((100% - 940px) / 2)  + -31px);
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: -426px;
    margin-right: 153px;
    margin-left: calc(((100% - 940px) / 2)  + 315px);
  }

  .u-section-3 .u-text-3 {
    width: auto;
    margin-top: -12px;
    margin-right: calc(((100% - 940px) / 2)  + 60px);
    margin-left: calc(((100% - 940px) / 2)  + 315px);
  }

  .u-section-3 .u-icon-1 {
    transition-duration: 0.5s;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
    margin-top: 15px;
    margin-left: calc(((100% - 940px) / 2)  + 315px);
    padding: 13px;
  }

  .u-section-3 .u-text-4 {
    width: auto;
    margin: -47px auto 50px calc(((100% - 940px) / 2)  + 405px);
  }
}

@media (max-width: 991px) {
   .u-section-3 {
    min-height: 464px;
  }

  .u-section-3 .u-image-1 {
    width: 314px;
    height: 314px;
    margin-top: 92px;
    margin-left: 0;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: -362px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-3 .u-image-2 {
    width: 348px;
    height: 321px;
    margin-top: -52px;
    margin-left: 0;
  }

  .u-section-3 .u-text-2 {
    font-size: 3.75rem;
    margin-top: -298px;
    margin-right: 171px;
    margin-left: calc(((100% - 720px) / 2)  + 286px);
  }

  .u-section-3 .u-text-3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-right: calc(((100% - 720px) / 2)  + 36px);
    margin-left: calc(((100% - 720px) / 2)  + 286px);
  }

  .u-section-3 .u-icon-1 {
    margin-top: 5px;
    margin-left: auto;
  }

  .u-section-3 .u-text-4 {
    margin-top: -43px;
    margin-right: 232px;
    margin-left: calc(((100% - 720px) / 2)  + 409px);
  }
}

@media (max-width: 767px) {
   .u-section-3 {
    min-height: 365px;
  }

  .u-section-3 .u-image-1 {
    width: 235px;
    height: 235px;
    filter: brightness(0.25);
    margin-top: 55px;
    margin-left: calc(((100% - 540px) / 2)  + 50px);
  }

  .u-section-3 .u-text-1 {
    font-size: 3.75rem;
    margin-top: -268px;
    margin-left: calc(((100% - 540px) / 2)  + 168px);
  }

  .u-section-3 .u-image-2 {
    width: 154px;
    height: 270px;
    margin-top: -33px;
  }

  .u-section-3 .u-text-2 {
    font-size: 2.25rem;
    margin-top: -255px;
    margin-right: 209px;
    margin-left: calc(((100% - 540px) / 2)  + 193px);
  }

  .u-section-3 .u-text-3 {
    margin-right: calc(((100% - 540px) / 2)  + -15px);
    margin-left: calc(((100% - 540px) / 2)  + 193px);
  }

  .u-section-3 .u-icon-1 {
    margin-top: 14px;
    margin-left: calc(((100% - 540px) / 2)  + 193px);
  }

  .u-section-3 .u-text-4 {
    margin: -50px 274px 34px calc(((100% - 540px) / 2)  + 258px);
  }
}

@media (max-width: 575px) {
   .u-section-3 {
    min-height: 384px;
  }

  .u-section-3 .u-image-1 {
    width: 166px;
    height: 166px;
    margin-top: 69px;
    margin-left: calc(((100% - 340px) / 2)  + -25px);
  }

  .u-section-3 .u-text-1 {
    font-size: 3rem;
    margin-top: -204px;
    margin-left: calc(((100% - 340px) / 2)  + 106px);
  }

  .u-section-3 .u-image-2 {
    width: 212px;
    height: 182px;
    margin-top: 1px;
    margin-left: calc(((100% - 340px) / 2)  + -92px);
  }

  .u-section-3 .u-text-2 {
    font-size: 1.875rem;
    margin-top: -195px;
    margin-right: calc(((100% - 340px) / 2)  + 18px);
    margin-left: calc(((100% - 340px) / 2)  + 126px);
  }

  .u-section-3 .u-text-3 {
    font-size: 1.25rem;
    margin-top: 3px;
    margin-right: calc(((100% - 340px) / 2)  + -24px);
    margin-left: calc(((100% - 340px) / 2)  + 123px);
  }

  .u-section-3 .u-icon-1 {
    margin-left: calc(((100% - 340px) / 2)  + 120px);
  }

  .u-section-3 .u-text-4 {
    margin: -44px 163px 51px calc(((100% - 340px) / 2));
  }
}

.u-section-3 .u-text-4,
.u-section-3 .u-text-4:before,
.u-section-3 .u-text-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-text-4.u-text-4.u-text-4:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-text-4.u-text-4.u-text-4.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
} .u-section-4 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(1, 0, 0, 1), rgba(1, 0, 0, 1));
  background-size: cover;
  min-height: 708px;
}

.u-section-4 .u-text-1 {
  font-family: Teko;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.625rem;
  text-shadow: 0px 0px 15px rgba(71,138,201,1);
  letter-spacing: 0px;
  line-height: 0.8;
  margin: 15px auto 0 calc(((100% - 941px) / 2)  + -305px);
}

.u-section-4 .u-text-2 {
  font-family: Teko;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6.25rem;
  text-shadow: 0px 0px 8px rgba(128,128,128,1);
  margin: -81px calc(((100% - 941px) / 2)  + 211px) 0 calc(((100% - 941px) / 2)  + -321px);
}

.u-section-4 .u-image-1 {
  width: 562px;
  height: 562px;
  filter: brightness(0.05);
  margin: -376px calc(((100% - 941px) / 2)  + -222px) 0 auto;
}

.u-section-4 .u-image-2 {
  width: 663px;
  height: 540px;
  margin: -644px calc(((100% - 941px) / 2)  + -349px) 0 auto;
}

.u-section-4 .u-text-3 {
  font-family: Teko;
  font-size: 2.25rem;
  margin: -67px auto 0 calc(((100% - 941px) / 2)  + -321px);
}

.u-section-4 .u-icon-1 {
  width: 50px;
  height: 50px;
  margin: 22px auto 0 calc(((100% - 941px) / 2)  + -321px);
  padding: 0;
}

.u-section-4 .u-text-4 {
  font-family: Teko;
  font-size: 2.25rem;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -45px auto 60px calc(((100% - 941px) / 2)  + -205px);
}

.u-section-4 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-4 {
    min-height: 523px;
  }

  .u-section-4 .u-text-1 {
    font-size: 6rem;
    width: auto;
    margin-top: 42px;
    margin-left: calc(((100% - 940px) / 2)  + -16px);
  }

  .u-section-4 .u-text-2 {
    font-size: 4.5rem;
    width: auto;
    margin-top: -25px;
    margin-right: calc(((100% - 940px) / 2)  + 341px);
    margin-left: calc(((100% - 940px) / 2)  + -19px);
  }

  .u-section-4 .u-image-1 {
    width: 299px;
    height: 299px;
    filter: brightness(0.15);
    object-position: 3.48% 50%;
    margin-top: -185px;
    margin-right: calc(((100% - 940px) / 2)  + 22px);
  }

  .u-section-4 .u-image-2 {
    width: 443px;
    height: 384px;
    margin-top: -368px;
    margin-right: calc(((100% - 940px) / 2)  + -33px);
  }

  .u-section-4 .u-text-3 {
    width: auto;
    margin-top: -129px;
    margin-right: calc(((100% - 940px) / 2)  + 423px);
    margin-left: calc(((100% - 940px) / 2)  + -19px);
  }

  .u-section-4 .u-icon-1 {
    transition-duration: 0.5s;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
    margin-left: calc(((100% - 940px) / 2));
    padding: 13px;
  }

  .u-section-4 .u-text-4 {
    width: auto;
    margin-top: -46px;
    margin-bottom: 50px;
    margin-left: calc(((100% - 940px) / 2)  + 84px);
  }
}

@media (max-width: 991px) {
   .u-section-4 {
    min-height: 444px;
  }

  .u-section-4 .u-text-1 {
    margin-top: 43px;
    margin-left: 73px;
  }

  .u-section-4 .u-text-2 {
    font-size: 3.75rem;
    margin-top: -29px;
    margin-right: calc(((100% - 720px) / 2)  + 133px);
    margin-left: calc(((100% - 720px) / 2)  + -31px);
  }

  .u-section-4 .u-image-1 {
    width: 306px;
    height: 306px;
    object-position: 0% 50%;
    margin-top: -168px;
    margin-right: calc(((100% - 720px) / 2)  + 54px);
  }

  .u-section-4 .u-image-2 {
    width: 352px;
    height: 348px;
    margin-top: -390px;
    margin-right: calc(((100% - 720px) / 2));
  }

  .u-section-4 .u-text-3 {
    font-size: 1.5rem;
    margin-top: -98px;
    margin-right: calc(((100% - 720px) / 2)  + 341px);
    margin-left: calc(((100% - 720px) / 2)  + -31px);
  }

  .u-section-4 .u-icon-1 {
    margin-left: calc(((100% - 720px) / 2)  + -11px);
  }

  .u-section-4 .u-text-4 {
    margin-top: -43px;
    margin-bottom: 46px;
    margin-left: calc(((100% - 720px) / 2)  + 52px);
  }
}

@media (max-width: 767px) {
   .u-section-4 {
    min-height: 390px;
  }

  .u-section-4 .u-text-1 {
    font-size: 3.75rem;
    margin-top: 65px;
    margin-left: calc(((100% - 540px) / 2)  + -29px);
  }

  .u-section-4 .u-text-2 {
    font-size: 2.25rem;
    margin-top: -23px;
    margin-right: calc(((100% - 540px) / 2)  + 148px);
    margin-left: calc(((100% - 540px) / 2)  + -30px);
  }

  .u-section-4 .u-image-1 {
    width: 221px;
    height: 221px;
    margin-top: -72px;
    margin-right: calc(((100% - 540px) / 2)  + -40px);
  }

  .u-section-4 .u-image-2 {
    width: 262px;
    height: 278px;
    margin-top: -304px;
    margin-right: calc(((100% - 540px) / 2)  + -25px);
  }

  .u-section-4 .u-text-3 {
    margin-top: -132px;
    margin-right: calc(((100% - 540px) / 2)  + 211px);
    margin-left: calc(((100% - 540px) / 2)  + -30px);
  }

  .u-section-4 .u-icon-1 {
    margin-left: calc(((100% - 540px) / 2)  + -25px);
  }

  .u-section-4 .u-text-4 {
    margin-top: -47px;
    margin-bottom: 60px;
    margin-left: calc(((100% - 540px) / 2)  + 56px);
  }
}

@media (max-width: 575px) {
   .u-section-4 {
    min-height: 292px;
  }

  .u-section-4 .u-text-1 {
    font-size: 3rem;
    margin-top: 12px;
    margin-left: calc(((100% - 340px) / 2)  + -23px);
  }

  .u-section-4 .u-text-2 {
    font-size: 1.875rem;
    margin-top: -15px;
    margin-right: calc(((100% - 340px) / 2)  + 39px);
    margin-left: calc(((100% - 340px) / 2)  + -39px);
  }

  .u-section-4 .u-image-1 {
    width: 218px;
    height: 218px;
    margin-top: -84px;
    margin-right: calc(((100% - 340px) / 2)  + -48px);
  }

  .u-section-4 .u-image-2 {
    width: 180px;
    height: 161px;
    margin-top: -218px;
    margin-right: calc(((100% - 340px) / 2)  + -23px);
  }

  .u-section-4 .u-text-3 {
    font-size: 1.25rem;
    margin-top: -78px;
    margin-right: calc(((100% - 340px) / 2)  + 39px);
    margin-left: calc(((100% - 340px) / 2)  + -39px);
  }

  .u-section-4 .u-icon-1 {
    width: calc(((100% - 340px) / 2));
    margin-left: 0;
  }

  .u-section-4 .u-text-4 {
    margin-top: -45px;
    margin-bottom: 42px;
    margin-left: calc(((100% - 340px) / 2)  + 26px);
  }
}

.u-section-4 .u-text-4,
.u-section-4 .u-text-4:before,
.u-section-4 .u-text-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-4 .u-text-4.u-text-4.u-text-4:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-text-4.u-text-4.u-text-4.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
} .u-section-5 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(1, 0, 0, 1), rgba(1, 0, 0, 1));
  background-size: cover;
  min-height: 731px;
}

.u-section-5 .u-image-1 {
  width: 562px;
  height: 562px;
  filter: brightness(0.1);
  margin: 70px auto 0 0;
}

.u-section-5 .u-image-2 {
  width: 663px;
  height: 540px;
  margin: -580px auto 0 0;
}

.u-section-5 .u-text-1 {
  font-family: Teko;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.625rem;
  text-shadow: 0px 0px 15px rgba(71,138,201,1);
  letter-spacing: 0px;
  line-height: 0.8;
  margin: -577px 675px 0 calc(((100% - 941px) / 2)  + 339px);
}

.u-section-5 .u-text-2 {
  font-family: Teko;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6.25rem;
  text-shadow: 0px 0px 8px rgba(128,128,128,1);
  margin: -100px calc(((100% - 941px) / 2)  + -212px) 0 calc(((100% - 941px) / 2)  + 407px);
}

.u-section-5 .u-text-3 {
  font-family: Teko;
  font-size: 2.25rem;
  margin: 0 calc(((100% - 941px) / 2)  + -88px) 0 calc(((100% - 941px) / 2)  + 406px);
}

.u-section-5 .u-icon-1 {
  width: 50px;
  height: 50px;
  margin: 41px auto 0 calc(((100% - 941px) / 2)  + 406px);
  padding: 0;
}

.u-section-5 .u-text-4 {
  font-family: Teko;
  font-size: 2.25rem;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -45px 724px 60px calc(((100% - 941px) / 2)  + 484px);
}

.u-section-5 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-5 {
    min-height: 459px;
  }

  .u-section-5 .u-image-1 {
    width: 317px;
    height: 317px;
    filter: brightness(0.25);
    margin-top: 69px;
  }

  .u-section-5 .u-image-2 {
    width: 374px;
    height: 269px;
    margin-top: -375px;
  }

  .u-section-5 .u-text-1 {
    font-size: 6rem;
    width: auto;
    margin-top: -238px;
    margin-right: auto;
    margin-left: calc(((100% - 940px) / 2)  + 405px);
  }

  .u-section-5 .u-text-2 {
    font-size: 4.5rem;
    width: auto;
    margin-top: -28px;
    margin-right: calc(((100% - 940px) / 2));
    margin-left: calc(((100% - 940px) / 2)  + 365px);
  }

  .u-section-5 .u-text-3 {
    width: auto;
    margin-top: 1px;
    margin-right: calc(((100% - 940px) / 2)  + 13px);
    margin-left: calc(((100% - 940px) / 2)  + 365px);
  }

  .u-section-5 .u-icon-1 {
    transition-duration: 0.5s;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
    margin-top: 11px;
    margin-left: calc(((100% - 940px) / 2)  + 365px);
    padding: 13px;
  }

  .u-section-5 .u-text-4 {
    width: auto;
    margin: -47px 427px 50px calc(((100% - 940px) / 2)  + 426px);
  }
}

@media (max-width: 991px) {
   .u-section-5 {
    min-height: 442px;
  }

  .u-section-5 .u-image-1 {
    width: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: calc(((100% - 720px) / 2)  + -28px);
  }

  .u-section-5 .u-image-2 {
    width: 451px;
    height: 335px;
    margin-top: -308px;
  }

  .u-section-5 .u-text-1 {
    margin-top: -352px;
    margin-left: auto;
  }

  .u-section-5 .u-text-2 {
    font-size: 3.75rem;
    margin-top: -23px;
    margin-right: calc(((100% - 720px) / 2)  + -28px);
    margin-left: calc(((100% - 720px) / 2)  + 303px);
  }

  .u-section-5 .u-text-3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: calc(((100% - 720px) / 2)  + 310px);
  }

  .u-section-5 .u-icon-1 {
    margin-top: 0;
    margin-left: calc(((100% - 720px) / 2)  + 310px);
  }

  .u-section-5 .u-text-4 {
    margin: -43px 254px 61px calc(((100% - 720px) / 2)  + 380px);
  }
}

@media (max-width: 767px) {
   .u-section-5 {
    min-height: 361px;
  }

  .u-section-5 .u-image-1 {
    width: 235px;
    height: 235px;
    margin-top: 73px;
    margin-left: calc(((100% - 540px) / 2)  + -33px);
  }

  .u-section-5 .u-image-2 {
    width: 269px;
    height: 202px;
    margin-top: -272px;
  }

  .u-section-5 .u-text-1 {
    font-size: 3.75rem;
    margin-top: -202px;
    margin-right: 260px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-5 .u-text-2 {
    font-size: 2.25rem;
    margin-top: -11px;
    margin-right: calc(((100% - 540px) / 2)  + 8px);
    margin-left: calc(((100% - 540px) / 2)  + 253px);
  }

  .u-section-5 .u-text-3 {
    margin-top: 7px;
    margin-right: calc(((100% - 540px) / 2));
    margin-left: calc(((100% - 540px) / 2)  + 255px);
  }

  .u-section-5 .u-icon-1 {
    margin-top: 7px;
    margin-left: auto;
  }

  .u-section-5 .u-text-4 {
    margin: -47px 227px 55px calc(((100% - 540px) / 2)  + 302px);
  }
}

@media (max-width: 575px) {
   .u-section-5 {
    min-height: 283px;
  }

  .u-section-5 .u-image-1 {
    width: 200px;
    height: 200px;
    margin-top: 27px;
    margin-left: 0;
  }

  .u-section-5 .u-image-2 {
    width: 205px;
    height: 144px;
    margin-top: -194px;
  }

  .u-section-5 .u-text-1 {
    font-size: 3rem;
    margin-top: -178px;
    margin-right: 186px;
    margin-left: calc(((100% - 340px) / 2)  + 155px);
  }

  .u-section-5 .u-text-2 {
    font-size: 1.875rem;
    margin-top: -15px;
    margin-right: calc(((100% - 340px) / 2)  + -39px);
    margin-left: calc(((100% - 340px) / 2)  + 140px);
  }

  .u-section-5 .u-text-3 {
    font-size: 1.25rem;
    margin-top: 5px;
    margin-right: calc(((100% - 340px) / 2)  + -73px);
    margin-left: calc(((100% - 340px) / 2)  + 140px);
  }

  .u-section-5 .u-icon-1 {
    margin-top: 2px;
    margin-left: calc(((100% - 340px) / 2)  + 127px);
  }

  .u-section-5 .u-text-4 {
    margin-right: 144px;
    margin-bottom: 6px;
    margin-left: calc(((100% - 340px) / 2)  + 185px);
  }
}

.u-section-5 .u-text-4,
.u-section-5 .u-text-4:before,
.u-section-5 .u-text-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-5 .u-text-4.u-text-4.u-text-4:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-5 .u-text-4.u-text-4.u-text-4.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
} .u-section-6 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(1, 0, 0, 1), rgba(1, 0, 0, 1));
  background-size: cover;
  min-height: 527px;
}

.u-section-6 .u-text-1 {
  font-family: Teko;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11.25rem;
  text-shadow: 0px 0px 15px rgba(71,138,201,1);
  letter-spacing: 0px;
  line-height: 0.8;
  margin: 53px 350px 0;
}

.u-section-6 .u-icon-1 {
  width: 60px;
  height: 60px;
  margin: 17px auto 0 calc(((100% - 941px) / 2)  + 299px);
  padding: 0;
}

.u-section-6 .u-text-2 {
  font-family: Teko;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
  margin: -50px calc(((100% - 941px) / 2)  + 299px) 60px calc(((100% - 941px) / 2)  + 378px);
}

.u-section-6 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-6 {
    min-height: 274px;
  }

  .u-section-6 .u-text-1 {
    font-size: 4.5rem;
    width: auto;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-6 .u-icon-1 {
    transition-duration: 0.5s;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
    margin-top: 18px;
    margin-left: calc(((100% - 940px) / 2)  + 264px);
  }

  .u-section-6 .u-text-2 {
    width: auto;
    margin-right: calc(((100% - 940px) / 2)  + 264px);
    margin-bottom: 51px;
    margin-left: calc(((100% - 940px) / 2)  + 385px);
  }
}

@media (max-width: 991px) {
   .u-section-6 {
    min-height: 297px;
  }

  .u-section-6 .u-text-1 {
    margin-top: 57px;
  }

  .u-section-6 .u-icon-1 {
    margin-left: calc(((100% - 720px) / 2)  + 154px);
  }

  .u-section-6 .u-text-2 {
    margin-right: calc(((100% - 720px) / 2)  + 154px);
    margin-left: calc(((100% - 720px) / 2)  + 259px);
  }
}

@media (max-width: 767px) {
   .u-section-6 {
    min-height: 252px;
  }

  .u-section-6 .u-text-1 {
    font-size: 3.75rem;
    margin-right: calc(((100% - 540px) / 2)  + 99px);
    margin-left: calc(((100% - 540px) / 2)  + 58px);
  }

  .u-section-6 .u-icon-1 {
    margin-left: calc(((100% - 540px) / 2)  + 82px);
  }

  .u-section-6 .u-text-2 {
    margin-right: calc(((100% - 540px) / 2)  + 66px);
    margin-left: calc(((100% - 540px) / 2)  + 112px);
  }
}

@media (max-width: 575px) {
   .u-section-6 {
    min-height: 260px;
  }

  .u-section-6 .u-text-1 {
    font-size: 3rem;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-6 .u-icon-1 {
    margin-left: calc(((100% - 340px) / 2));
  }

  .u-section-6 .u-text-2 {
    margin-right: calc(((100% - 340px) / 2)  + -14px);
    margin-left: calc(((100% - 340px) / 2)  + 74px);
  }
}

.u-section-6 .u-text-2,
.u-section-6 .u-text-2:before,
.u-section-6 .u-text-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-6 .u-text-2.u-text-2.u-text-2:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-text-2.u-text-2.u-text-2.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}