.text-decoration-none {
  text-decoration: none;
}

#fb-lp-hero .fb-lp-inner .button:hover {
  text-decoration: none;
}

#fb-lp-hero {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  max-width: 94em;
  margin: 3em auto;
  overflow: visible;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/fb-lp/back.jpg);
  background-image: -webkit-image-set(url("../images/fb-lp/back.jpg") 1x,
      url("../images/fb-lp/back@2x.jpg") 2x);
}

#fb-lp-hero .fb-lp-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#fb-lp-hero .fb-lp-main {
  padding: 6em 0;
}

#fb-lp-hero.fb-banner .fb-lp-main {
  padding: 4em 0;
}

#fb-lp-hero .fb-lp-left {
  left: 4em;
  bottom: 0;
  z-index: 1;
}

#fb-lp-hero.fb-banner .fb-lp-left {
  left: 9em;
}

#fb-lp-hero .fb-lp-right {
  right: -8em;
  bottom: 0;
}

#fb-lp-hero.fb-banner .fb-lp-right {
  right: 1em;
}


#fb-lp-hero .main {
  margin-bottom: 1em;
}

#fb-lp-hero .bg {
  height: 100%;
  width: auto;
  max-width: unset;
}

#fb-lp-hero .button {
  width: 8.5em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.2em;
  margin-top: 1em;
  line-height: 1;
}

#fb-lp-hero .select-box {
  width: 33em;
}

#fb-lp-hero .popup-form form {
  width: 639px;
  margin-top: 28px;
}

#fb-lp-hero .form-row {
  width: 100%;
}

#fb-lp-hero .form-field {
  padding: 8.5px;
  flex-basis: 50%;
  flex-grow: 1;
}

#fb-lp-hero .form-field label {
  left: 17px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.3em;
  transition: all 0.3s;
  font-weight: normal;
}

#fb-lp-hero .form-field input,
#fb-lp-hero .form-field select {
  font-size: 1.125em;
  height: 59px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
  padding-left: 0;
}

#fb-lp-hero .form-field select {
  background-image: none;
}

#fb-lp-hero .form-field .select_box:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/hero/down-arrow.png);
  background-image: -webkit-image-set(url("../images/hero/down-arrow.png") 1x,
      url("../images/hero/down-arrow@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #fb-lp-hero .form-field select {
    text-indent: 8.5px;
  }
}

#fb-lp-hero .form-field select.selected,
#fb-lp-hero .form-field input {
  color: var(--black);
}

#fb-lp-hero .form-field select,
#fb-lp-hero .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}

#fb-lp-hero .form-field input:-internal-autofill-selected,
#fb-lp-hero .form-field input:-webkit-autofill,
#fb-lp-hero .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

#fb-lp-hero .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#fb-lp-hero .form-field .validation-error:before,
#fb-lp-hero .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../../images/error.png);
  background-image: -webkit-image-set(url("../../../../images/error.png") 1x,
      url("../../../../images/error@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

#fb-lp-hero .form-field .validation-error select,
#fb-lp-hero .form-field .validation-error input,
#fb-lp-hero .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}

#fb-lp-hero .form-field .validation-error label,
#fb-lp-hero .form-field .incomplete-mask label {
  color: var(--error-color);
}

#fb-lp-hero .form-field .select_box.focused:after {
  transform: scaleY(-1);
}

#fb-lp-hero .form-field .focused label,
#fb-lp-hero .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#fb-lp-hero .form-field .focused select,
#fb-lp-hero .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}

#fb-lp-hero .popup-thanks .button {
  width: 166px;
  margin: 29px 15px 0;
}

#fb-lp-hero .form-text {
  margin-bottom: 1em;
}

#fb-lp-hero.fb-banner {
  border-radius: 10px;
}

@media screen and (max-width: 1350px) {
  #fb-lp-hero {
    max-width: 98%;
    width: 98%;
  }
}

@media screen and (max-width: 991px) {
  #fb-lp-hero {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
  #fb-lp-hero {
    max-width: 91%;
    width: 91%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/fb-lp/back-m.jpg);
    background-image: -webkit-image-set(url("../images/fb-lp/back-m.jpg") 1x,
        url("../images/fb-lp/back-m@2x.jpg") 2x);
  }

  #fb-lp-hero .fb-lp-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #fb-lp-hero .left {
    width: 100%;
  }

  #fb-lp-hero .fb-lp-right,
  #fb-lp-hero.fb-banner .fb-lp-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }

  #fb-lp-hero .right {
    width: 88%;
  }

  #fb-lp-hero .fb-lp-main,
  #fb-lp-hero.fb-banner .fb-lp-main {
    width: 100%;
    padding: 9% 6% 3% 6%;
  }

  #fb-lp-hero .fb-lp-main .main {
    width: 91%;
  }

  #fb-lp-hero .popup-form {
    width: 100%;
  }

  #fb-lp-hero .popup-form form {
    margin-top: 18px;
    width: calc(100% - 25px);
  }

  #fb-lp-hero .form-row {
    flex-direction: column;
  }

  #fb-lp-hero .form-field {
    padding: 6px 0;
  }

  #fb-lp-hero .form-field label {
    font-size: 16px;
  }

  #fb-lp-hero .form-field input,
  #fb-lp-hero .form-field select {
    font-size: 1em;
    border-radius: 13px;
    height: 57px;
    font-size: 16px;
    margin-top: 1px;
  }
}