.blog-sidebar-offer img {
  max-width: 50%;
  height: auto;
  margin-top: -8rem;
}
.blog-sidebar-offer .sidebar-content-wrapper {
  padding: 2rem 2rem 2rem 2rem;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
}

.blog-sidebar-offer .submitted-message a {
  color:#50e3c2;
}

.blog-sidebar-offer label {
  font-size:12px;
}

.sticky-column .sr-form form {
    flex-direction: column;
    align-items: flex-start;
}

.form-control, .hs-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]), .hs-form textarea, .hs-form select, .hs-form input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
  height: 3rem;
}
.sidebar-bg {
  background: var(--primary);
  min-height: 160px;
  background-size: cover;
}

.blog-sidebar-offer .hs-form .hs_submit {
  margin: 0
}

.blog-sidebar-offer .hs-form select {
  height: 50px;
  background-image: url(https://www.lean-labs.com/hubfs/LLv2/images/icon-select-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) center !important;
}
.blog-sidebar-offer fieldset.form-columns-2 .hs_firstname {
  margin-right: 8px;
  width: 47% !important;
}
.blog-sidebar-offer .actions {
  text-align: center;
  margin-top: 1rem;
}

.blog-sidebar-solve {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 360px;
}
.blog-sidebar-solve__heading {
  padding: 1.5rem 2rem;
  background-color: #163A54;
  border-bottom: 2px solid #e24a27;
}
.blog-sidebar-solve__heading > h2 {
  font-size: 24px;
  line-height: 30.62px;
  color: var(--white);
  margin-bottom: 0;
}
.blog-sidebar-solve__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1B2A38;
  padding: 0 2rem 3rem;
  position: relative;
}
.blog-sidebar-solve__info:after {
  bottom: -1px;
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  left: 0;
  background: white;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.blog-sidebar-solve__info .solve__image {
  margin: -1.5rem 0 1rem 0;
}
.blog-sidebar-solve__info .solve__description {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .blog-sidebar-offer {
    position: static !important;
  }

  .scrollmagic-pin-spacer {
    padding: 0 !important;
  }

}
@media (max-width: 991px) {
  .blog-sidebar-offer {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .blog-sidebar-offer .hs-button.primary, .blog-sidebar-offer input[type="submit"], .blog-sidebar-offer input[type="button"] {
    font-size: .75rem;
  }
}
@media(max-width:479px) {
  .blog-nav a {
    padding:.5rem 1rem;
  }
}
.video-cta {
  position: relative;
  overflow: hidden;
}
.video-cta .cta_button {
  position: absolute;
  background: transparent;
  color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
}