#cta-67f77a16bb375b24d073df69 .component.cta {
  /* sample */
}
#cta-67f77a16bb375b24d073df69 .header-lp {
  width: 100%;
  position: relative;
}
#cta-67f77a16bb375b24d073df69 .header-lp::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A5B1), color-stop(#FCC800), color-stop(#006FBC), color-stop(#E94738), to(#6E60A8));
  background-image: linear-gradient(90deg, #00A5B1, #FCC800, #006FBC, #E94738, #6E60A8);
}
#cta-67f77a16bb375b24d073df69 .header-lp__btn {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
#cta-67f77a16bb375b24d073df69 .header-lp__btn a {
  font-size: 100%;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  padding: 0.5rem 1.3rem;
}
@media (min-width: 770px) {
  #cta-67f77a16bb375b24d073df69 .header-lp__btn a {
    font-size: 90%;
    padding: 0.5rem 1.5rem;
  }
}
#cta-67f77a16bb375b24d073df69 .header-lp-btn {
  background: var(--fo-button1-background, transparent) -1px/calc(100% + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-button1-text-color);
  text-decoration: none;
  text-align-last: left;
  letter-spacing: var(--fo-text-letter-spacing);
  line-height: var(--fo-text-line-height);
  border: 1px solid var(--fo-button1-border-color, transparent);
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
}
#cta-67f77a16bb375b24d073df69 .header-lp-btn:before {
  font-family: FontAwesome;
  font-size: inherit;
  color: inherit;
  margin-right: 10px;
  position: relative;
  top: 1px;
  letter-spacing: 0;
}
#cta-67f77a16bb375b24d073df69 .header-lp-btn--dl {
  background: var(--fo-button2-background, transparent) -1px/calc(100% + 2px);
}
#cta-67f77a16bb375b24d073df69 .header-lp-btn--dl:before {
  content: var(--fo-button-download-fa-unicode);
}
#cta-67f77a16bb375b24d073df69 .header-lp-btn--dl {
  margin-right: 20px;
}
#cta-67f77a16bb375b24d073df69 .header-lp-btn--contact:before {
  content: var(--fo-button-contact-fa-unicode);
}
@media (max-width: 599px) {
  #cta-67f77a16bb375b24d073df69 .header-lp-btn__inner {
    display: none;
  }
  #cta-67f77a16bb375b24d073df69 .header-lp-btn:before {
    margin-right: 0;
  }
}
#cta-67f77a16bb375b24d073df69 .header-lp .inner-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 2rem);
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
}
@media (min-width: 770px) {
  #cta-67f77a16bb375b24d073df69 .header-lp .inner-lp {
    width: calc(100% - 3rem);
    padding: 0.7rem 1.5rem;
  }
}
#cta-67f77a16bb375b24d073df69 .header-lp {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  height: 100px;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 770px) {
  #cta-67f77a16bb375b24d073df69 .header-lp {
    height: 110px;
  }
}
#cta-67f77a16bb375b24d073df69 .header-lp h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  width: 45%;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 767px) {
  #cta-67f77a16bb375b24d073df69 .header-lp h1 a {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  #cta-67f77a16bb375b24d073df69 .header-lp h1 {
    width: 20%;
  }
}
#cta-67f77a16bb375b24d073df69 .header-lp h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cta-67f77a16bb375b24d073df69 .header-lp nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: auto;
}
#cta-67f77a16bb375b24d073df69 .header-lp nav ul li {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  #cta-67f77a16bb375b24d073df69 .header-lp nav ul li {
    margin-left: 2rem;
  }
}