.grecaptcha-badge {
  display: none;
}

.hs-button {
  border: medium none !important;
  border-radius: 4px !important;
  padding: 12px 1px !important;
  width: 100% !important;
  background: #ff9c25;
  color: white !important;
  font-weight: 100;
  font-size: 22px !important;
  cursor: pointer;
  font-family: "myrid_thin", sans-serif !important;
  margin-left: -1px !important;
}
.hs-button:hover,
.hs-button:focus {
  /* background-color:#ff8f73; */
  /* border-color:#ff8f73; */
  background: #ffa539;
}
.hs-button:active {
  /* background-color:#e66e50; */
  /* border-color:#e66e50; */
  background: #ffa539;
}
label {
  font-size: 16px;
  width: 130px;
  text-align: right;
  color: white;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  /* font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; */
}
.hs-video-form label {
  color: #fff !important;
}
.hs-error-msgs label {
  color: #f2545b;
  color: yellow !important;
  margin-left: -4px;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500 !important;
}
.hs-input {
  display: inline-block !important;
  width: 100%;
  max-width: 500px;
  height: 35px !important;
  padding: 9px 10px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px !important;
  color: #33475b;
  background-color: none;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  /* padding-right: 23px; */
}
.hs-input[type="checkbox"],
.hs-input[type="radio"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px 3px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: black;
}
.hs-input::-webkit-input-placeholder {
  color: black;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.actions {
  margin-top: -7px;
  margin-bottom: 0px;
  padding: 21px 0px 10px 3px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  display: grid;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list label span {
  position: relative;
  bottom: -8px;
  left: 4px;
}

.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
ul.no-list {
  list-style: none;
}
.field {
  width: 100%;
  /* margin: 5px; */
  display: inline-block;
}
.hs-field-desc {
  /* color: #7c98b6; */
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hs-form-required {
  color: white;
  padding-left: 2px;
}
.hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-2 .hs-form-field input[type="radio"],
  .email-correction form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-3 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-2 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-3 .hs-form-field input[type="radio"] {
    width: 24px;
  }
}
.hs-button,
.hs-form-field input[type="text"],
.hs-form-field input[type="email"],
.hs-form-field input[type="phone"],
.hs-form-field input[type="number"],
.hs-form-field input[type="tel"],
.hs-form-field input[type="date"],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9.hs-form {
  width: 100%;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-submit
  > .actions {
  text-align: center;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-button,
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-button:hover,
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-button:hover:not(.inactive),
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-button:focus,
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-button:active,
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-button:active:not(.inactive):not(.link) {
  background: #ff9c25;
  border-color: #ff9c25;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  legend.hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #7c98b6;
  font-size: 11px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-form-field
  label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-form-field
  label:not(.hs-error-msg) {
  color: #33475b;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .legal-consent-container
  .hs-richtext,
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .legal-consent-container
  label {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-main-font-element,
.submitted-message.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list
  li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list
  li:after {
  clear: both;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list
  li
  input {
  float: left;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list.inline-list-2
  li {
  width: 50%;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list.inline-list-2
  li:nth-child(2n) {
  padding-right: 0;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list.inline-list-3
  li {
  width: 33%;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .inputs-list.inline-list.inline-list-3
  li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}
.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}
.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}
.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}
.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}
@media (max-width: 400px),
  (max-device-width: 480px) and (min-device-width: 320px) {
  .hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
    > .hs-phone
    > .input
    > .hs-fieldtype-intl-phone.hs-input
    > input.hs-input {
    width: 68% !important;
  }
  .hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
    > .hs-phone
    > .input
    > .hs-fieldtype-intl-phone.hs-input
    > select.hs-input {
    width: 30% !important;
  }
}
form[data-form-id="40ff0b44-3d73-4d2b-9e5f-4beca153514b"]
  .inputs-list
  li:last-of-type {
  flex: 1 1 100%;
}
.hs-input-range-container {
  width: 95%;
}
.hs-input-range-container div {
  display: inline-block;
  line-height: 50px;
}
.hs-input-range-container .hs-input-range {
  width: 90%;
  height: 40px;
}
.hs-input-range-container .hs-input-range > * {
  vertical-align: middle;
}
.hs-input-range-container .hs-input-range input {
  margin: 0 5px;
  width: 85%;
}
.hs-input-range-container .hs-input-range-value-container {
  width: 10%;
}
.hs-input-range-container .hs-input {
  width: 100% !important;
  margin-right: 1px;
  background-color: #fff;
  text-align: center;
}
.hs-input-range__slider {
  appearance: none;
  margin: 0;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.hs-input-range__slider:focus {
  outline: none;
}
.hs-input-range__slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #0199ff, #0199ff) 100% 50%/100% 3px
    no-repeat transparent;
}
.hs-input-range__slider::-webkit-slider-thumb {
  position: relative;
  appearance: none;
  height: 13px;
  width: 13px;
  background: #0199ff;
  border-radius: 100%;
  border: 0;
  top: 50%;
  margin-top: -7.5px;
  box-shadow: 1px 0 0 -5px #cfcfcf;
  transition: background-color 150ms;
}
.hs-input-range__slider::-moz-range-track,
.hs-input-range__slider::-moz-range-progress {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #cfcfcf, #cfcfcf) 100% 50%/100% 3px
    no-repeat transparent;
}
.hs-input-range__slider::-moz-range-progress {
  background: linear-gradient(to bottom, #0199ff, #0199ff) 100% 50%/100% 3px
    no-repeat transparent;
}
.hs-input-range__slider::-moz-range-thumb {
  appearance: none;
  margin: 0;
  height: 13px;
  width: 13px;
  background: #0199ff;
  border-radius: 100%;
  border: 0;
  transition: background-color 150ms;
}
.hs-input-range__slider::-ms-track {
  width: 100%;
  height: 30px;
  border: 0;
  color: transparent;
  background: transparent;
}
.hs-input-range__slider::-ms-fill-lower {
  background: linear-gradient(to bottom, #0199ff, #0199ff) 100% 50%/100% 3px
    no-repeat transparent;
}
.hs-input-range__slider::-ms-fill-upper {
  background: linear-gradient(to bottom, #cfcfcf, #cfcfcf) 100% 50%/100% 3px
    no-repeat transparent;
}
.hs-input-range__slider::-ms-thumb {
  appearance: none;

  height: 13px;
  width: 13px;

  background: #0199ff;
  border-radius: 100%;
  border: 0;
  transition: background-color 150ms;
  top: 0;
  margin: 0;
  box-shadow: none;
}
.hs-input-range__slider:hover::-webkit-slider-thumb,
.hs-input-range__slider:focus::-webkit-slider-thumb {
  background-color: #55c2ff;
}
.hs-input-range__slider:hover::-moz-range-thumb,
.hs-input-range__slider:focus::-moz-range-thumb {
  background-color: #55c2ff;
}
.hs-input-range__slider:hover::-ms-thumb,
.hs-input-range__slider:focus::-ms-thumb {
  background-color: #55c2ff;
}
.hs-input-rating__container {
  width: 95%;
  margin-bottom: 30px;
  display: table;
  table-layout: fixed;
}
.hs-input-rating__container section {
  display: table-row;
}
.hs-input-rating__label {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hs-input-rating__label input,
.hs-input-rating__label svg {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
}
.hs-input-rating__label svg {
  position: absolute;
  width: 45px;
  height: 45px;
  fill: #fff;
  stroke: #ccc;
  transform: scale(0.6);
  transition: transform 200ms ease-in-out;
}
.hs-input-rating__label path {
  transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
}
.hs-input-rating__is-star input {
  display: none;
}
.hs-input-rating__svg-is-selected {
  transform: scale(0.7);
}
.hs-input-rating__svg-is-selected path {
  fill: #f7e31b;
  stroke: #d7c508;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-richtext {
  word-break: break-word;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9.submitted-message {
  overflow: auto;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-1
  .hs-input {
  width: 95%;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-1
  .input {
  margin-right: 8px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-1
  input[type="checkbox"],
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-1
  input[type="radio"] {
  width: auto;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-2
  .hs-form-field {
  width: 50%;
  float: left;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-2
  .input {
  margin-right: 8px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-3
  .hs-form-field {
  width: 32.7%;
  float: left;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  fieldset.form-columns-3
  .input {
  margin-right: 8px;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  label.hs-hidden {
  visibility: hidden;
}
.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9
  .hs-field-desc {
  width: 100%;
}
.hs-custom-style fieldset,
.hs-custom-style .hs-input {
  max-width: 100%;
}
.hs-custom-style fieldset.form-columns-3 .hs-form-field,
.hs-custom-style > div.form-columns-3 .hs-form-field {
  width: 33.3%;
}
.hs-custom-style
  fieldset
  > div:last-of-type
  .hs-input:not([type="checkbox"]):not([type="radio"]),
.hs-custom-style
  > div
  > div:last-of-type
  .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  max-width: 100%;
}
.hs-custom-style
  fieldset
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hs-custom-style
  > div
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-custom-style fieldset,
  .hs-custom-style .hs-input:not([type="checkbox"]):not([type="radio"]) {
    margin-right: 0 !important;
    width: 100% !important;
  }
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field,
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field {
    float: none;
    width: 100%;
  }
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field
    .hs-input,
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field
    .hs-input {
    width: 95%;
  }
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field
    input[type="checkbox"],
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field
    input[type="radio"],
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field
    input[type="checkbox"],
  form.hs-form-d464e65d-8deb-4eea-a6e6-0a181ab640d6_8e354d09-1613-49f1-92bb-38c77bd89cb9:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field
    input[type="radio"] {
    width: auto;
  }
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}
.legal-consent-container .hs-form-booleancheckbox-display span {
  display: block;
  margin-left: 20px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline-block;
}
.legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}
.legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}
.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}
#hs-outer-captcha-target,
#hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}
.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}
.hubspot-link__container.sproket {
  color: #9fa0a2;
}
.hubspot-link {
  text-decoration: none;
  color: #9fa0a2;
}
.hubspot-link:hover {
  text-decoration: none;
}
.hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}
.hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}
.hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0px;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}

/*Not automated CSS*/

.demo-form {
  margin: 0 0 0 0 !important;
  padding: 35px 0px 0px 32px !important;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(
    0deg,
    #6d7986,
    #6d7986 60%,
    rgba(104, 121, 134, 0.9)
  );
  padding-bottom: 17px !important;
}

.demo-form-head {
  font-size: 38px;
  color: #ffffff;
  background: #545d68;
  font-weight: 100;
  /* font-family: 'myrid_thin', sans-serif !important; */
  text-align: center;
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  line-height: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

input {
  color: black !important;
}
textarea {
  color: black !important;
}
.consent-footer {
  font-size: 13px;
  color: #ffffff;
  margin-top: 0px !important;
  position: relative;
  padding: 0 5px;
  margin-bottom: 0px !important;
}

.consent-footer a {
  color: #ffffff !important;
  text-decoration: underline;
}

.right-content {
  margin-top: 80px;
  margin-bottom: 60px;
}

.hbspt-form {
  margin: 15px !important;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-pap-h3 {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 28px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  margin-top: 45px !important;
  font-family: Tahoma, Geneva, sans-serif !important;
  padding-top: 11px;
  background: #1a88ca;
}

.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}

li.hs-form-radio {
  display: block;
  float: left;
  width: 57px;
  padding: 2px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  float: left;
  margin: 0px !important;
  text-align: left !important;
  width: auto !important;
  margin-left: 1px !important;
}

input {
  box-shadow: none !important;
}
.form-holder,
.demo_form_n {
  padding-bottom: 3px;
}
