html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
.index-page {
  background-color: white;
}
.index-page h2 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: bold;
}
.index-page p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.index-page .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.index-page .section-top {
  background: url("../img/index/img1.jpg") center top no-repeat;
  height: 928px;
}
.index-page .section-top .logo-container {
  height: 460px;
  padding-left: 370px;
}
.index-page .section-top .logo-container img {
  position: relative;
  top: 145px;
  left: 55px;
  width: 250px;
}
.index-page .section-top .left {
  width: 50%;
  padding-right: 100px;
}
.index-page .section-top .left .form {
  background: #52B4C5;
  height: 542px;
  padding-left: 370px;
  padding-top: 70px;
  padding-right: 140px;
}
.index-page .section-top .left .form p {
  margin-bottom: 0;
}
.index-page .section-top .form-container {
  position: relative;
}
.index-page .section-top .form-container .panel {
  background: transparent;
  color: white;
  border: 0;
}
.index-page .section-top .form-container .panel .panel-body {
  padding: 0;
}
.index-page .section-top .form-container button {
  background-color: #457474;
}
.index-page .section-top .form-container a {
  color: white;
  font-size: 14px;
}
.index-page .section-2 {
  background: white;
  overflow: hidden;
}
.index-page .section-2 .left {
  width: 50%;
  padding-right: 100px;
  float: left;
}
.index-page .section-2 .left img {
  width: 100%;
  margin-top: 74px;
}
.index-page .section-2 .right {
  width: 50%;
  float: right;
  padding-top: 90px;
  padding-right: 370px;
}
.index-page .section-3 {
  background: white;
  overflow: hidden;
}
.index-page .section-3 .left {
  width: 50%;
  float: left;
  padding-right: 110px;
  padding-left: 370px;
  padding-top: 50px;
}
.index-page .section-3 .right {
  width: 50%;
  float: right;
}
.index-page .section-3 .right > .img-container {
  margin-left: -100px;
}
.index-page .section-3 .right > .img-container img {
  width: 100%;
}
.index-page .section-4 {
  background: #EAEBED;
  padding: 40px;
}
.index-page .section-4 h2 {
  text-align: center;
}
.index-page .section-4 .icons-line {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}
.index-page .section-4 .icons-line .icon {
  width: 150px;
  max-width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.index-page .section-4 .icons-line .icon img {
  max-width: 70px;
}
.index-page .section-5 {
  background: #49455F;
  overflow: hidden;
}
.index-page .section-5 .left {
  width: 50%;
  padding-right: 100px;
  float: left;
}
.index-page .section-5 .left img {
  width: 100%;
}
.index-page .section-5 .right {
  width: 50%;
  float: right;
  padding-top: 80px;
  color: #FDFDFD;
  padding-right: 370px;
}
.index-page .section-6 {
  background: #322944;
  color: #FDFDFD;
  text-align: center;
  padding: 50px;
}
.index-page .section-7 {
  background: #49455F;
  padding: 50px;
  padding-bottom: 20px;
  color: white;
}
.index-page .section-7 dl {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}
.index-page .section-7 dl dt {
  margin-right: 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  top: 5px;
}
.index-page .section-7 dl dd {
  max-width: 400px;
  margin-bottom: 30px;
}
.index-page .section-7 dl dd.left {
  text-align: right;
  padding-right: 50px;
}
.index-page .section-7 dl dd strong {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.index-page .section-7 dl dd a {
  color: white;
}
@media screen and (max-width: 1920px) {
  .index-page .section-top .logo-container {
    padding-left: 350px;
  }
  .index-page .section-top .left .form {
    padding-left: 350px;
  }
  .index-page .section-2 .right {
    padding-right: 350px;
  }
  .index-page .section-3 .left {
    padding-left: 350px;
  }
  .index-page .section-5 .right {
    padding-right: 350px;
  }
}
@media screen and (max-width: 1680px) {
  .index-page .section-top .logo-container {
    padding-left: 270px;
  }
  .index-page .section-top .left .form {
    padding-left: 270px;
  }
  .index-page .section-2 .right {
    padding-right: 270px;
  }
  .index-page .section-3 .left {
    padding-left: 270px;
  }
  .index-page .section-5 .right {
    padding-right: 270px;
  }
}
@media screen and (max-width: 1440px) {
  .index-page .section-top .logo-container {
    padding-left: 100px;
  }
  .index-page .section-top .left .form {
    padding-left: 100px;
  }
  .index-page .section-2 .right {
    padding-right: 100px;
  }
  .index-page .section-3 .left {
    padding-left: 100px;
  }
  .index-page .section-5 .right {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .index-page .section-top .logo-container {
    padding-left: 20px;
  }
  .index-page .section-top .left {
    padding-right: 0;
  }
  .index-page .section-top .left .form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .index-page .section-2 .left {
    padding-right: 0;
  }
  .index-page .section-2 .right {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
  }
  .index-page .section-3 .left {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-page .section-3 .right {
    padding-right: 0;
    padding-left: 0;
  }
  .index-page .section-3 .right .img-container {
    margin-left: 0;
  }
  .index-page .section-5 .left {
    padding-right: 0;
  }
  .index-page .section-5 .right {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .index-page .section-top .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-page h2 {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .index-page p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .index-page .section-top {
    height: auto;
    background-size: contain;
  }
  .index-page .section-top .logo-container {
    height: auto;
    padding: 0px;
  }
  .index-page .section-top .logo-container img {
    position: initial;
    margin: 20px;
    top: auto;
    left: auto;
    width: 150px;
    max-width: 30%;
  }
  .index-page .section-top .left {
    padding-right: 0;
    width: 100%;
  }
  .index-page .section-top .left .form {
    height: auto;
    padding: 20px;
  }
  .index-page .section-2 .left {
    padding: 0;
    float: none;
    width: 100%;
  }
  .index-page .section-2 .left img {
    margin: 0;
  }
  .index-page .section-2 .right {
    padding: 15px;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .index-page .section-3 .left {
    padding: 15px;
    float: none;
    width: 100%;
  }
  .index-page .section-3 .right {
    padding: 0;
    float: none;
    width: 100%;
  }
  .index-page .section-5 .left {
    padding: 0;
    float: none;
    width: 100%;
  }
  .index-page .section-5 .right {
    padding: 15px;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */