/**
 The popup contact form.
 */

#hubspot-popup-form .form-columns-1,
#hubspot-popup-form .form-columns-2 {
  max-width: 100%;
}
#hubspot-popup-form div.hs-form-field {
  margin-bottom: 15px;
}
#hubspot-popup-form select,
#hubspot-popup-form textarea,
#hubspot-popup-form input[type=email],
#hubspot-popup-form input[type=text] {
  margin-bottom: 3px;
}
#hubspot-popup-form ul {
  list-style: none;
  margin-left: 0;
}
#hubspot-popup-form ul.hs-error-msgs {
  color: #FF524A;
  margin-bottom: 5px;
}
#hubspot-popup-form textarea {
  color: #e5c874;
  width: 100%;
  min-height: 150px;
}
#hubspot-popup-form .hs-form-booleancheckbox-display>span {
  margin-left: 30px;
}
#hubspot-popup-form .hs-submit div.actions {
  margin-top: 20px;
  text-align: center;
}
#hubspot-popup-form .hs-submit div.actions input[type=submit] {
  /*padding: 7px 10px;*/
  /*min-width: 12.500em;*/
  /*font-size: 14px;*/
  /*line-height: 1.125em;*/
}
#hubspot-popup-form .hs-fieldtype-booleancheckbox ul {
  margin-bottom: 15px;
  /*line-height: 20px;*/
  font-weight: 400;
}
#hubspot-popup-form legend.checkbox-desc {
  margin-left: 0;
  margin-top: 0;
  padding-left: 30px;
}
#hubspot-popup-form .hs-form-required {
  color: #757F85;
}
#hubspot-popup-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757F85;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
#hubspot-popup-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #757F85;
  text-transform: uppercase;
}
#hubspot-popup-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #757F85;
  text-transform: uppercase;
}
#hubspot-popup-form input, textarea {
  color: #e5c874;
}
#hubspot-popup-form select {
  color: #757F85;
}
#hubspot-popup-form input[type=radio] {
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  border: #535F66 solid 1px;
  background-color: unset;
}
#hubspot-popup-form input[type=radio]:focus {
  outline: none;
  box-shadow: none;
  border-radius: 10px;
}
#hubspot-popup-form input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 2;
  transition: opacity 0.2s;
  opacity: 0;
}
#hubspot-popup-form input[type=radio]:focus::before {
  outline: none;
  box-shadow: none;
}
#hubspot-popup-form input[type=radio]:checked::before {
  opacity: 1;
}
#hubspot-popup-form input[type=radio]:checked::after {
  opacity: 1;
  content: "";
  width: 12px;
  height: 12px;
  background: #e5c874;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 0;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#hubspot-popup-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: #535F66 solid 1px;
  background-color: unset;
}
#hubspot-popup-form input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
#hubspot-popup-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 2;
  transition: opacity 0.2s;
  opacity: 0;
}
#hubspot-popup-form input[type=checkbox]:focus::before {
  outline: none;
  box-shadow: none;
}
#hubspot-popup-form input[type=checkbox]:checked::before {
  opacity: 1;
}
#hubspot-popup-form input[type=checkbox]:checked::after {
  opacity: 1;
  content: "";
  width: 12px;
  height: 12px;
  background: #e5c874;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#hubspot-popup-form input[type=submit] {
  font-family: SimplonNorm;
  letter-spacing: 1px;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: #FF524A solid 2px;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 10px;
  min-width: 12.500em;
  line-height: 1.125em;
}
#hubspot-popup-form input[type=submit]:hover {
  background-color: #FF524A;
}
#hubspot-popup-form input[type=submit]:focus-visible {
  outline: none;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  #hubspot-popup-form select,
  #hubspot-popup-form textarea,
  #hubspot-popup-form input[type=email],
  #hubspot-popup-form input[type=text] {
    width: 100%;
  }
}

/**
 The sales contact form.
 */

#hubspot-sales-form .form-columns-1,
#hubspot-sales-form .form-columns-2 {
  max-width: 100%;
}
#hubspot-sales-form div.hs-form-field {
  margin-bottom: 15px;
}
#hubspot-sales-form select,
#hubspot-sales-form textarea,
#hubspot-sales-form input[type=email],
#hubspot-sales-form input[type=text] {
  margin-bottom: 3px;
}
#hubspot-sales-form ul {
  list-style: none;
  margin-left: 0;
}
#hubspot-sales-form ul.hs-error-msgs {
  color: #FF524A;
  margin-bottom: 5px;
}
#hubspot-sales-form textarea {
  color: #e5c874;
  width: 100%;
  min-height: 150px;
}
#hubspot-sales-form .hs-form-booleancheckbox-display>span {
  margin-left: 30px;
}
#hubspot-sales-form .hs-submit div.actions {
  margin-top: 20px;
  text-align: center;
}
#hubspot-sales-form .hs-submit div.actions input[type=submit] {
  /*padding: 7px 10px;*/
  /*min-width: 12.500em;*/
  /*font-size: 14px;*/
  /*line-height: 1.125em;*/
}
#hubspot-sales-form .hs-fieldtype-booleancheckbox ul {
  margin-bottom: 15px;
  /*line-height: 20px;*/
  font-weight: 400;
}
#hubspot-sales-form legend.checkbox-desc {
  margin-left: 0;
  margin-top: 0;
  padding-left: 30px;
}
#hubspot-sales-form .hs-form-required {
  color: #757F85;
}
#hubspot-sales-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757F85;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
#hubspot-sales-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #757F85;
  text-transform: uppercase;
}
#hubspot-sales-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #757F85;
  text-transform: uppercase;
}
#hubspot-sales-form input, textarea {
  color: #e5c874;
}
#hubspot-sales-form select {
  color: #757F85;
}
#hubspot-sales-form input[type=radio] {
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  border: #535F66 solid 1px;
  background-color: unset;
}
#hubspot-sales-form input[type=radio]:focus {
  outline: none;
  box-shadow: none;
  border-radius: 10px;
}
#hubspot-sales-form input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 2;
  transition: opacity 0.2s;
  opacity: 0;
}
#hubspot-sales-form input[type=radio]:focus::before {
  outline: none;
  box-shadow: none;
}
#hubspot-sales-form input[type=radio]:checked::before {
  opacity: 1;
}
#hubspot-sales-form input[type=radio]:checked::after {
  opacity: 1;
  content: "";
  width: 12px;
  height: 12px;
  background: #e5c874;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 0;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#hubspot-sales-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: #535F66 solid 1px;
  background-color: unset;
}
#hubspot-sales-form input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
#hubspot-sales-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 2;
  transition: opacity 0.2s;
  opacity: 0;
}
#hubspot-sales-form input[type=checkbox]:focus::before {
  outline: none;
  box-shadow: none;
}
#hubspot-sales-form input[type=checkbox]:checked::before {
  opacity: 1;
}
#hubspot-sales-form input[type=checkbox]:checked::after {
  opacity: 1;
  content: "";
  width: 12px;
  height: 12px;
  background: #e5c874;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#hubspot-sales-form input[type=submit] {
  font-family: SimplonNorm;
  letter-spacing: 1px;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: #FF524A solid 2px;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 10px;
  min-width: 12.500em;
  line-height: 1.125em;
}
#hubspot-sales-form input[type=submit]:hover {
  background-color: #FF524A;
}
#hubspot-sales-form input[type=submit]:focus-visible {
  outline: none;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  #hubspot-sales-form select,
  #hubspot-sales-form textarea,
  #hubspot-sales-form input[type=email],
  #hubspot-sales-form input[type=text] {
    width: 100%;
  }
}

/**
 The newsletter form.
 */
#hubspot-newsletter-form form {
  display: grid;
}
#hubspot-newsletter-form div.hs-email {
  float: none;
  width: auto;
  margin-right:0;
  padding-right: 0;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: span 1;
  padding-right: 30px;
  display: inherit;
}
#hubspot-newsletter-form input[type=email] {
  height: 48px;
  margin-bottom: 0;
}
#hubspot-newsletter-form ul.hs-error-msgs {
  color: #FF524A;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
#hubspot-newsletter-form div.hs-submit {
  float: none;
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: span 1;
  display: inherit;
}
#hubspot-newsletter-form div.legal-consent-container {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: span 1;
  display: inherit;
  margin-top: 8px
}
#hubspot-newsletter-form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
#hubspot-newsletter-form input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: #535F66 solid 1px;
    background-color: unset;
  margin-right: 8px
}

#hubspot-newsletter-form input[type=checkbox]:checked::after {
    opacity: 1;
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#hubspot-newsletter-form input[type=submit] {
  font-family: SimplonNorm;
  letter-spacing: 1px;
  background-color: #FF524A;
  color: #fff;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  min-width: 220px;
  line-height: 48px;
  text-transform: uppercase;
}
#hubspot-newsletter-form input[type=submit]:focus-visible {
  outline: none;
}

@media only screen and (max-width: 767px) {
  #hubspot-newsletter-form form {
    display: block;
  }
  #hubspot-newsletter-form div.hs-email {
    margin-right: 0;
    padding-right: 0;
  }
  #hubspot-newsletter-form div.hs-submit {
    float: none;
    width: 100%;
  }
  #hubspot-newsletter-form input[type=submit] {
    min-width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  #hubspot-popup-form input[type=submit] {
    font-size: 14px;
  }

  #hubspot-newsletter-form input[type=submit] {
    font-size: 14px;
  }
}