#lh-slider {
  width: 505px;
  max-width: 100%;
  position: fixed;
  right: -600px;
  bottom: 0;
  transition: 1s;
  padding: 20px 20px 10px 20px;
  z-index: 1001;
  background: #00576C;
  border: 3px solid #FFF;
  border-radius: 10px 0 0 10px;
  box-shadow: -3px 3px 3px #A1A1A159;
  color: #FFF;
  font-family: 'VAG Rounded Bold', 'VAG Rounded Std';
  font-weight: 700;
}
#lh-slider #lhs-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  color: #5F6062;
  background: #F2F2F2;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
#lh-slider #lhs-close:hover {
  box-shadow: inset 0 1px 2px #0005;
}
#lh-slider #lhs-title {
  font-size: 32px;
  width: calc(100% - 30px);
  margin-bottom: 15px;
}
#lh-slider #lhs-content {
  font-size: 18px;
  font-family: 'VAG Rounded Light', 'VAG Rounded Std';
  font-weight: 400;
  margin-bottom: 10px;
}
#lh-slider #lhs-button {
  cursor: pointer;
  padding: 8px 16px;
  font-size: 22px;
  display: inline-block;
  background: #F9A01B;
  color: #FFF;
  border-radius: 5px;
  margin-bottom: 20px;
}
#lh-slider #lhs-hide {
  cursor: pointer;
  font-family: 'VAG Rounded Light', 'VAG Rounded Std';
  font-weight: 400;
  color: #7CE5FF;
  font-size: 13px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#lh-slider #lhs-hide:hover {
  text-decoration: underline;
}