.layout_contact_form {
  background-color: transparent !important;
}

.l-contact-form .c-custom-form form {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.l-contact-form__title {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #000;
  line-height: normal;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .l-contact-form__title {
    font-size: 1.2em;
  }
}
.l-contact-form__last-word {
  font-weight: bold;
  display: block;
}
.l-contact-form__subtitle {
  font-size: 0.75em;
  font-weight: normal;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #434343;
  padding: 20px 0 30px;
  line-height: 1.67;
  position: relative;
  max-width: 590px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 1199.98px) {
  .l-contact-form__subtitle {
    font-size: 0.8em;
    margin: 0 auto 10px;
  }
}
.l-contact-form__subtitle:after {
  content: " ";
  width: 50px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-contact-form__box {
  background-color: #fff;
  box-shadow: 0 3px 40px -7px rgba(0, 7, 87, 0.1);
  padding: 40px 200px;
  height: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .l-contact-form__box {
    border-right: 2px solid #eee;
    border-bottom: none;
    padding: 32px 80px;
  }
}
@media (max-width: 767.98px) {
  .l-contact-form__box {
    padding: 25px;
  }
}
.l-contact-form .validation_error {
  display: none;
}
.l-contact-form .gform_fields {
  display: flex;
  flex-flow: row wrap;
}
.l-contact-form .gfield {
  margin-bottom: 20px;
  width: 100%;
}
.l-contact-form .gfield label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.14;
}
.l-contact-form .gfield input, .l-contact-form .gfield select, .l-contact-form .gfield textarea {
  background-color: white;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  line-height: 1.8;
  padding: 5px 15px !important;
  transition: border 400ms ease;
  width: 100%;
  color: #343434;
  font-size: 1em;
}
.l-contact-form .gfield input::placeholder, .l-contact-form .gfield select::placeholder, .l-contact-form .gfield textarea::placeholder {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.33;
  opacity: 0.6;
}
.l-contact-form .gfield textarea {
  max-height: 200px;
}
.l-contact-form .gfield select {
  padding: 8px 15px 9px;
}
.l-contact-form .gfield select option:first-of-type {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  opacity: 0.6;
}
.l-contact-form .gfield .c-checkbox__container, .l-contact-form .gfield .c-checkbox label.c-checkbox__container {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.43;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.l-contact-form .gfield .c-checkbox__container:hover input ~ .c-checkbox__checkmark, .l-contact-form .gfield .c-checkbox label.c-checkbox__container:hover input ~ .c-checkbox__checkmark {
  background-color: #ffffff;
}
.l-contact-form .gfield .c-checkbox__container a, .l-contact-form .gfield .c-checkbox label.c-checkbox__container a {
  color: #000;
  font-weight: bold;
}
.l-contact-form .gfield .c-checkbox__container input, .l-contact-form .gfield .c-checkbox label.c-checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.l-contact-form .gfield .c-checkbox__container input:checked ~ .c-checkbox__checkmark, .l-contact-form .gfield .c-checkbox label.c-checkbox__container input:checked ~ .c-checkbox__checkmark {
  background-color: transparent;
}
.l-contact-form .gfield .c-checkbox__container input:checked ~ .c-checkbox__checkmark:after, .l-contact-form .gfield .c-checkbox label.c-checkbox__container input:checked ~ .c-checkbox__checkmark:after {
  display: block;
}
.l-contact-form .gfield .c-checkbox__container a, .l-contact-form .gfield .c-checkbox label.c-checkbox__container a {
  font-weight: bold;
}
.l-contact-form .gfield .c-checkbox__container .c-checkbox__checkmark:after, .l-contact-form .gfield .c-checkbox label.c-checkbox__container .c-checkbox__checkmark:after {
  left: 8px;
  top: -1px;
  width: 8px;
  height: 20px;
  border: solid #ff6600;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-contact-form .gfield .c-checkbox__checkmark {
  border: 1px solid #9b9b9b;
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  top: -3px;
}
.l-contact-form .gfield .c-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.l-contact-form .gfield .validation_message {
  color: red;
  font-size: 0.875em;
}
.l-contact-form .gfield_required {
  display: none;
}
.l-contact-form .gfield_error input, .l-contact-form .gfield_error select, .l-contact-form .gfield_error textarea {
  border: 1px solid red;
}
.l-contact-form .privacy-check {
  text-align: center;
}
.l-contact-form .gform_footer {
  padding: 0 15px;
}
.l-contact-form .gform_footer input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  appearance: none;
  border: none;
  background-color: #000;
  color: white;
  position: relative;
  display: block !important;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  padding: 10px 50px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 10px auto !important;
  max-width: 250px;
}
@media (max-width: 1199.98px) {
  .l-contact-form .gform_footer input[type=submit] {
    padding: 8px 40px;
    margin: 8px auto;
    font-size: 0.7em;
  }
}
@media (max-width: 767.98px) {
  .l-contact-form .gform_footer input[type=submit] {
    width: 100%;
  }
}
.l-contact-form .gform_footer input[type=submit]:hover, .l-contact-form .gform_footer input[type=submit]:visited, .l-contact-form .gform_footer input[type=submit]:focus, .l-contact-form .gform_footer input[type=submit]:active {
  opacity: 0.9;
}
.l-contact-form .validation_error {
  color: #ff6600;
  padding: 15px;
}

.gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0;
}
@media (max-width: 1199.98px) {
  .gform_footer {
    margin: 30px 0 0;
  }
}

.validation_message {
  display: block;
  color: #ff0000;
  font-size: 0.75em;
}

.validation_error {
  color: #ff0000;
  font-size: 0.875em;
  border: 1px solid #ff0000;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}

.hs-firstname, .hs-email, .hs-company {
  margin-top: 30px !important;
  width: calc(50% - 15px) !important;
  display: inline-block !important;
  margin-right: 30px !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .hs-firstname, .hs-email, .hs-company {
    width: 100% !important;
  }
}

.hs-lastname, .hs-jobtitle, .hs-country {
  margin-top: 30px !important;
  width: calc(50% - 15px) !important;
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .hs-lastname, .hs-jobtitle, .hs-country {
    width: 100% !important;
  }
}

.hs-message, .legal-consent-container {
  margin-top: 30px !important;
  width: 100% !important;
  text-align: left !important;
  display: inline-block !important;
  position: relative !important;
}

.legal-consent-container {
  color: #434343;
  font-size: 0.75em;
  margin: 30px 0;
}
.legal-consent-container a {
  color: #ff6600;
}

.hs-form-field input {
  width: 100% !important;
  font-size: 0.875em !important;
  font-weight: normal !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(0, 7, 87, 0.5) !important;
  height: 40px !important;
  outline: none !important;
  color: #979797 !important;
}
.hs-form-field input::-moz-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.hs-form-field input::-webkit-input-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.hs-form-field input:-ms-input-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.hs-form-field input::placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.hs-form-field label {
  font-family: "Roboto", sans-serif;
  color: #ff6600 !important;
  display: block !important;
  font-size: 0.875em !important;
  line-height: 1.14 !important;
  margin: 0 0 10px 0 !important;
}
.hs-form-field label .gfield_required {
  margin-left: 5px !important;
}
.hs-form-field label.hs-error-msg, .hs-form-field label.hs-main-font-element {
  color: #ad000c !important;
  margin: 10px 0 !important;
  font-size: 0.75em !important;
  position: absolute !important;
  bottom: -30px !important;
}

.hs-fieldtype-checkbox {
  color: #4a4a4a !important;
  text-align: center !important;
  position: relative !important;
  margin: 40px 0 !important;
}
.hs-fieldtype-checkbox input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.hs-fieldtype-checkbox input[type=checkbox]:checked:after {
  content: "" !important;
  width: 6px !important;
  height: 14px !important;
  border-bottom: 2px solid #ff6600 !important;
  border-right: 2px solid #ff6600 !important;
  position: absolute !important;
  top: -2px !important;
  left: -20px !important;
  transform: rotate(45deg) !important;
}
.hs-fieldtype-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: -2px;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #9b9b9b;
  z-index: 1;
}
.hs-fieldtype-checkbox label {
  position: relative !important;
  padding-left: 30px !important;
  text-transform: none !important;
}
.hs-fieldtype-checkbox .hs-input > span:before {
  content: "" !important;
  position: absolute !important;
  top: 1px !important;
  margin-left: -30px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  border: solid 2px #ff6600 !important;
  z-index: 1 !important;
}
