/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Oct 14 2025 | 22:02:22 */
/*
HUBSPOT CONTENT EMBED STYLES
*/

#hm-hubspot-embed {
    margin: 40px 0;
}

#hm-hubspot-embed a.button {
    height: auto;
    margin: 10px 0;
    padding: 1rem 4rem;
    display: inline-block;
    border-radius: 39px;
    font-weight: bold;
    background-color: #1ab8f5;
    color: #fff;
}


/*
HUBSPOT FORM EMBED STYLES
*/

.hm-form-old {
    display: none;
}

.hm-form-new {
    max-width: 640px;
    margin: 0 auto 60px auto;
    display: block;
}


/*
MODIFIED DEFAULT HUBSPOT FORM STYLES
*/

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  padding-left: 30px;
}

form label.hs-form-booleancheckbox-display {
    padding-left: 0;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem 0.7rem 0.7rem 28px;
  width: 100% !important;
  min-height: 60px;
  border-radius: 30px;
  border-width: 1px;
  border-top-color: #ccc;
  /*border-right-color: #ccc;
  border-bottom-color: #ccc;*/
  border-left-color: #ccc;
  font-size: 18px;
  color: #777;

  @media screen and (min-width: 768px) {
    font-size: 22px;
  }
}

form textarea {
  resize: vertical;
  min-height: 60px;
  border-radius: 30px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container {
  /*padding: 0 0 20px 0;*/
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    /*display: inline-block;*/
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;

    width: max-content;
    min-width: 192px;
    min-height: 60px;
    margin-top: 15px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: linear-gradient(to right, #6b2d8b 0%, #c31f64 100%);
    color: #fff;
    border: unset;
    font-size: 18px;

    @media screen and (min-width: 768px) {
      font-size: 22px;
    }
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: linear-gradient(to left, #6b2d8b 0%, #c31f64 100%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}

.rc-anchor-invisible-text {
    background: #555 !important;
}

/*
{% if ( get_asset_version("@hubspot/search_input") == "1" ) %}
*/
  /* Search button input field and suggestions */
/*
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  */
  /*
{% endif %}
*/

#hm-hubspot-form .hs_recaptcha .rc-anchor-invisible-text {
	background-color: #888888 !important;
}

.hs_recaptcha {
  transform: scale(0.75);
  transform-origin: 0 0;
  border-radius: 10px !important;
  opacity: 0.8 !important;
  margin: 0 auto 0.15rem 0 !important;
}
