.kx-title {
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 1em;
  text-align: center;
  color: #fff;
}

.kx-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: semi-bold;
  padding: 0 0;
  text-align: center;
  color: #fff;
}

.kx-title-s {
  font-size: 20px!important;
  line-height: 22px!important;
  text-align: left!important;
}

.kx-text-s {
  font-size: 14px!important;
  line-height: 16px!important;
  text-align: left!important;
}

.kx-p {
  color: #6A2075;
}

.kx-b {
  color: #333;
}

.kx-w {
  color: #fff;
}

.kx-a-l {
  text-align: left!important;
}

.kx-b-l {
  border-left-color: rgb(231, 231, 231);
  border-left-style: solid;
  border-left-width: 1px;
}

.kx-b-w {
  background-color: #fff!important;
}

.kx-mute {
  color: #888;
  font-size: 0.8em;
}

.kx-btn {
  font-size: 1em!important;
  background-color:#6A2075!important;
  border-color:#5A1065!important;
  color: #fff!important;
}

.kx-btn-h {
  font-size: 1em!important;
  background-color:rgba(106, 32, 117, 0.9)!important;
  border:2px solid #fff!important;
  color: #fff!important;
}

@media (min-width: 768px) {
  .kx-title {
    font-size: 50px;
    line-height: 56px;
  }

  .kx-text {
    font-size: 26px;
    line-height: 30px;
  }

  .kx-title-s {
    font-size: 26px!important;
    line-height: 30px!important;
  }

  .kx-text-s {
    font-size: 14px!important;
    line-height: 16px!important;
  }
}

@media (min-width: 998px) {
  .kx-title {
    font-size: 60px;
    line-height: 68px;
  }

  .kx-text {
    font-size: 30px;
    line-height: 36px;
  }

  .kx-title-s {
    font-size: 30px!important;
    line-height: 34px!important;
  }

  .kx-text-s {
    font-size: 16px!important;
    line-height: 18px!important;
  }
}

/* Fix */
.container-fluid {
  background-color: #fff;
}

div.Topnav-logo {
  width: 18em;
}
@media (max-width: 47.99em) {
  div.Topnav-logo {
    width: 10em;
  }
  .Topnav-picture {
    width:1.5em;
    height:1.5em;
  }
}

.BannerHome {
  height: 540px;
}
.HomeConnected .BannerHome {
  background: #fff url("/home/img/banner-home-img.png") no-repeat bottom;
  background-size: cover;
}
@media (min-width: 48em) {
  .BannerHome {
    height: 540px;
  }
  .HomeConnected .BannerHome {
    background: #fff url("/home/img/banner-home-img.png") no-repeat bottom;
    background-size: cover;
  }
}
@media (min-width: 62em) {
  .HomeConnected .BannerHome {
    background: #fff url("/home/img/banner-home-img.png") no-repeat bottom;
    background-size: cover;
  }
}
