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;
  color: #49455F;
}
.index-page p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.index-page .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.index-page .section-full-image {
  position: relative;
}
.index-page .section-full-image img {
  width: 100%;
}
.index-page .logo-container {
  position: absolute;
  padding-left: 370px;
  top: 0;
}
.index-page .logo-container img {
  position: relative;
  top: 145px;
  left: 55px;
  width: 250px;
}
.index-page .form {
  background: #795D9D;
  height: 468px;
  padding-left: 370px;
  padding-top: 70px;
  padding-right: 140px;
}
.index-page .form p {
  margin-bottom: 0;
}
.index-page .form .panel {
  background: transparent;
  color: white;
  border: 0;
}
.index-page .form .panel .panel-body {
  padding: 0;
}
.index-page .form button {
  background-color: #322944;
}
.index-page .form a {
  color: white;
  font-size: 14px;
}
.index-page .form .help-block {
  color: #372748;
}
.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: 20px;
  padding-right: 370px;
}
.index-page .section-3 {
  background: white;
  overflow: hidden;
  position: relative;
}
.index-page .section-3 .left {
  width: 50%;
  float: left;
  padding-right: 110px;
  padding-left: 370px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
.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 .right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  transform: translateY(-50%);
}
.index-page .section-4 .right h2 {
  text-align: left;
  color: white;
}
.index-page .section-4 .right .icons-line {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
}
.index-page .section-4 .right .icons-line .icon {
  width: 350px;
  max-width: 50%;
  text-align: left;
  margin-bottom: 20px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index-page .section-4 .right .icons-line .icon img {
  width: 70px !important;
  height: 70px !important;
}
.index-page .section-4 .right .icons-line .icon > div {
  padding-left: 30px;
}
.index-page .section-5 {
  background: #49455F;
  overflow: hidden;
  position: relative;
}
.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;
  color: #FDFDFD;
  padding-right: 370px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-top: 0;
}
.index-page .section-6 {
  color: white;
  height: 240px;
  background: #322944;
  position: relative;
}
.index-page .section-6 .left {
  width: 50%;
  padding-right: 100px;
  float: left;
  height: 100%;
}
.index-page .section-6 .left div {
  background: #49455F;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 50px;
  padding-left: 200px;
}
.index-page .section-6 .right {
  width: 50%;
  float: right;
  color: #FDFDFD;
  padding-right: 370px;
}
.index-page .section-6 dl {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  margin: 30px auto;
}
.index-page .section-6 dl dt {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
}
.index-page .section-6 dl dd {
  max-width: 400px;
  margin-bottom: 5px;
  width: 50%;
}
.index-page .section-6 dl dd strong {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.index-page .section-6 dl dd a {
  color: white;
}
@media screen and (max-width: 1920px) {
  .index-page .logo-container {
    padding-left: 350px;
  }
  .index-page .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;
  }
  .index-page .section-6 .right {
    padding-right: 350px;
  }
}
@media screen and (max-width: 1680px) {
  .index-page h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .index-page .logo-container {
    padding-left: 270px;
  }
  .index-page .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;
  }
  .index-page .section-6 .right {
    padding-right: 270px;
  }
}
@media screen and (max-width: 1440px) {
  .index-page .logo-container {
    padding-left: 100px;
  }
  .index-page .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;
  }
  .index-page .section-6 .right {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .index-page .logo-container {
    padding-left: 20px;
  }
  .index-page .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: 10px;
  }
  .index-page .section-2 .right p {
    font-size: 16px;
  }
  .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-4 .right {
    width: 50%;
    margin-right: 20px;
  }
  .index-page .section-4 .icons-line {
    max-height: 400px;
  }
  .index-page .section-5 .left {
    padding-right: 0;
  }
  .index-page .section-5 .right {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 35px;
  }
  .index-page .section-6 .left {
    padding-right: 0;
  }
  .index-page .section-6 .left div {
    padding-left: 20px;
  }
  .index-page .section-6 .right {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .index-page .section-top .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-page .logo-container img {
    width: 150px;
    top: 55px;
  }
  .index-page h2 {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .index-page p {
    font-size: 14px;
    line-height: 22px;
  }
  .index-page .section-4 .right {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .index-page h2 {
    text-align: center;
  }
  .index-page .logo-container {
    height: auto;
    padding: 0px;
  }
  .index-page .logo-container img {
    position: initial;
    margin: 20px;
    top: auto;
    left: auto;
    width: 150px;
    max-width: 30%;
  }
  .index-page .section-top {
    height: auto;
    background-size: contain;
  }
  .index-page .section-top .left {
    padding-right: 0;
    width: 100%;
  }
  .index-page .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%;
    position: relative;
    top: auto;
    transform: none;
  }
  .index-page .section-3 .right {
    padding: 0;
    float: none;
    width: 100%;
  }
  .index-page .section-4 .right {
    width: 100%;
    background: #49455F;
    position: relative;
    top: 0;
    transform: none;
    padding: 5px;
  }
  .index-page .section-4 .right h2 {
    text-align: center;
  }
  .index-page .section-4 .right .icons-line .icon > div {
    padding-left: 0;
  }
  .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;
    position: relative;
    top: auto;
    transform: none;
  }
  .index-page .section-6 {
    height: auto;
  }
  .index-page .section-6 .left {
    padding: 0;
    float: none;
    width: 100%;
  }
  .index-page .section-6 .left div {
    text-align: center;
  }
  .index-page .section-6 .right {
    padding: 20px;
    float: none;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */