#stickyStripContainer {
  display: none;
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.6);
}
.sticky-bottom .sticky-inner {
  width: 100%;
  background-color: #fff;
  transition: height 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .sticky-bottom .sticky-inner {
    height: auto;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .sticky-bottom .sticky-inner .container {
    padding: 0px 30px 15px 10px;
  }
}
.sticky-bottom .sticky-content {
  padding: 15px 0;
}
.sticky-bottom .sticky-content h1 {
  font-weight: 600;
}
.sticky-bottom .sticky-content p {
  margin: 0;
  color: #243508;
  font-family: "roobert_medium";
  font-size: 16px;
  line-height: 31px;
}
@media screen and (max-width: 768px) {
  .sticky-bottom .sticky-content p {
    line-height: 21px;
  }
}
.sticky-bottom .sticky-content .sticky-title {
  display: block;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .sticky-bottom .sticky-content .sticky-title {
    padding-bottom: 0;
  }
}
.sticky-bottom .sticky-content .sticky-title-hide {
  display: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sticky-bottom .sticky-content .sticky-title-hide {
    padding: 13px 0 0;
  }
}
.sticky-bottom .sticky-content .sticky-title-hide h1 {
  font-family: "roobert_medium";
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  margin: 5px 0 0;
}
.sticky-bottom .sticky-content .sticky-title-hide p,
.sticky-bottom .sticky-content .sticky-title-hide ul li,
.sticky-bottom .sticky-content .sticky-title-hide ol li {
  font-size: 17px;
  line-height: 23px;
  font-family: "roobert_light";
  margin-top: 5px;
}
.sticky-bottom .sticky-content .sticky-title-hide ul,
.sticky-bottom .sticky-content .sticky-title-hide ol {
  list-style-position: inside;
  margin-left: 1.75rem;
}
.sticky-bottom .bottom-btn {
  width: auto;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sticky-bottom .bottom-btn {
    padding-bottom: 15px;
  }
}
.sticky-bottom .bottom-btn .register-btn {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .sticky-bottom .bottom-btn .register-btn {
    margin-bottom: 0;
  }
}
.sticky-bottom .bottom-btn .register-btn a {
  min-width: initial !important;
}
.sticky-bottom .bottom-btn .register-btn a span {
  font-size: 16px;
  line-height: normal;
  min-height: auto;
}
.sticky-bottom .bottom-btn .register-btn a::after {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 992px) {
  .sticky-bottom .bottom-btn .register-btn {
    background: #bff355;
  }
}
.sticky-bottom .bottom-btn .benefits-btn {
  background: #bff355;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .sticky-bottom .bottom-btn .benefits-btn {
    margin-bottom: 0;
  }
}
.sticky-bottom .bottom-btn .benefits-btn a {
  min-width: initial !important;
}
.sticky-bottom .bottom-btn .benefits-btn a::after {
  width: 2.5rem;
  height: 2.5rem;
}
.sticky-bottom .bottom-btn .benefits-btn a span {
  font-size: 16px;
  line-height: normal;
  min-height: auto;
  display: inline-table;
}
.sticky-bottom .bottom-btn .close_sticky_strip {
  margin-left: 20px;
  cursor: pointer;
}
.sticky-bottom .bottom-btn .close_sticky_strip img {
  width: 13px;
  height: 13px;
}