/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
  * Remove the margin in all browsers.
  */

body {
  margin: 0;
  overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

p {
  margin: 0;
}

/* Generated */
div[data-global-resource-path="valprovia-theme/templates/partials/header.html"],div[data-global-resource-path="valprovia-theme-by-tam/templates/partials/header.html"]{position:fixed;z-index:9990;left:50%;width:100%;transform:translateX(-50%)}.body-wrapper{min-height:100dvh;display:flex;flex-direction:column;z-index:0;padding-top:24px}.body-wrapper .body-container-wrapper{flex:1;max-width:var(--body-max-width);padding:0 var(--layout-padding);margin:0 auto;width:100%;position:relative}.body-wrapper .body-container-wrapper.border-left::before{z-index:1;content:"";position:absolute;top:calc(var(--vertical-divider-y) - 24px);left:var(--layout-padding);width:0;height:var(--vertical-divider-height);border-left:1px dashed rgba(var(--color-secondary-rgb), 0.15)}.body-wrapper .body-container-wrapper.border-right::after{content:"";position:absolute;top:calc(var(--vertical-divider-y) - 24px);right:var(--layout-padding);width:0;height:var(--vertical-divider-height);border-right:1px dashed rgba(var(--color-secondary-rgb), 0.15)}@media(max-width: 991.98px){.body-wrapper .body-container-wrapper.border-left-hide-on-mobile::before{border-left:0}.body-wrapper .body-container-wrapper.border-left-hide-on-mobile::after{border-right:0}}@media(max-width: 991.98px){.body-wrapper{padding-top:12px}.body-wrapper .body-container-wrapper.border-left::before{top:calc(var(--vertical-divider-y) - 12px)}.body-wrapper .body-container-wrapper.border-right::after{top:calc(var(--vertical-divider-y) - 12px)}}.footer-partial__container{position:relative;max-width:var(--body-max-width);padding:0 var(--layout-padding);margin:0 auto}
.nf-spacing{padding-top:var(--module-padding-top);padding-bottom:var(--module-padding-bottom);margin-top:var(--module-margin-top);margin-bottom:var(--module-margin-bottom);color:var(--text-color)}.nf-spacing.nf-pt{padding-top:32px}.nf-spacing.nf-pt--large{padding-top:48px}.nf-spacing.nf-pt--medium{padding-top:32px}.nf-spacing.nf-pt--small{padding-top:16px}.nf-spacing.nf-pb{padding-bottom:32px}.nf-spacing.nf-pb--large{padding-bottom:48px}.nf-spacing.nf-pb--medium{padding-bottom:32px}.nf-spacing.nf-pb--small{padding-bottom:16px}.nf-spacing.nf-mt{margin-top:32px}.nf-spacing.nf-mt--large{margin-top:48px}.nf-spacing.nf-mt--medium{margin-top:32px}.nf-spacing.nf-mt--small{margin-top:16px}.nf-spacing.nf-mb{margin-bottom:32px}.nf-spacing.nf-mb--large{margin-bottom:48px}.nf-spacing.nf-mb--medium{margin-bottom:32px}.nf-spacing.nf-mb--small{margin-bottom:16px}@media only screen and (max-width: 992px){.nf-spacing{padding-top:var(--module-padding-top-mobile, var(--module-padding-top));padding-bottom:var(--module-padding-bottom-mobile, var(--module-padding-bottom));margin-top:var(--module-margin-top-mobile, var(--module-margin-top));margin-bottom:var(--module-margin-bottom-mobile, var(--module-margin-bottom))}.nf-spacing.nf-pt{padding-top:24px}.nf-spacing.nf-pt--large{padding-top:36px}.nf-spacing.nf-pt--medium{padding-top:24px}.nf-spacing.nf-pt--small{padding-top:12px}.nf-spacing.nf-pb{padding-bottom:24px}.nf-spacing.nf-pb--large{padding-bottom:36px}.nf-spacing.nf-pb--medium{padding-bottom:24px}.nf-spacing.nf-pb--small{padding-bottom:12px}.nf-spacing.nf-mt{margin-top:24px}.nf-spacing.nf-mt--large{margin-top:36px}.nf-spacing.nf-mt--medium{margin-top:24px}.nf-spacing.nf-mt--small{margin-top:12px}.nf-spacing.nf-mb{margin-bottom:24px}.nf-spacing.nf-mb--large{margin-bottom:36px}.nf-spacing.nf-mb--medium{margin-bottom:24px}.nf-spacing.nf-mb--small{margin-bottom:12px}}
.btn{--btn-inset-shadow-y: -4px;position:relative;display:flex;align-items:center;gap:8px;padding:9px 17px;margin:0;cursor:pointer;outline:none;color:var(--color-text-primary);transition:all var(--transition-duration);background-color:var(--color-accent-2);border:1px solid rgba(var(--color-secondary-rgb), 0.2);box-shadow:0 9px 8.6px -2px rgba(var(--color-accent-3-rgb), 0.05),0 3px 3px rgba(var(--color-accent-3-rgb), 0.04),0 1px 2px rgba(var(--color-accent-3-rgb), 0.05),inset 0 var(--btn-inset-shadow-y) 0 rgba(var(--color-accent-3-rgb), 0.1),inset 0 6px 12px 1px rgba(0,0,0,.0509803922);font-size:16px;line-height:24px;font-weight:500;border-radius:6px;text-decoration:none}.btn .icon{transition:transform var(--transition-duration)}.btn:hover{--btn-inset-shadow-y: -8px}.btn:hover .icon{transform:translateX(2px)}.btn-small{padding:2px 10px;gap:6px}.btn-primary{color:var(--color-text-light);background:var(--color-primary);border:1px solid rgba(var(--color-primary-rgb), 0.2);box-shadow:0 9px 8.6px -2px rgba(var(--color-primary-rgb), 0.32),0 3px 3px rgba(var(--color-accent-3-rgb), 0.04),0 1px 2px rgba(var(--color-accent-3-rgb), 0.05),inset 0 var(--btn-inset-shadow-y) 0 rgba(var(--color-accent-3-rgb), 0.22),inset 0 6px 12px 1px hsla(0,0%,100%,.0509803922)}.btn-secondary{color:var(--color-text-light);background:var(--color-secondary);border:1px solid rgba(var(--color-secondary-rgb), 0.2);box-shadow:0 9px 8.6px -2px rgba(var(--color-secondary-rgb), 0.32),0 3px 3px rgba(var(--color-accent-3-rgb), 0.04),0 1px 2px rgba(var(--color-accent-3-rgb), 0.05),inset 0 var(--btn-inset-shadow-y) 0 rgba(0,0,0,.2196078431),inset 0 6px 12px 1px hsla(0,0%,100%,.0509803922)}
h3.form-title{margin:0;font-weight:800;font-size:36px;line-height:1.25;margin-bottom:29px}@media(max-width: 991.98px){h3.form-title{font-size:24px;margin-bottom:24px}}form[id^=hsForm_]{position:relative}form[id^=hsForm_] fieldset{position:relative;display:grid;gap:16px;max-width:100%}form[id^=hsForm_] fieldset:not(:last-child){margin-bottom:15px}form[id^=hsForm_] fieldset.form-columns-1{grid-template-columns:repeat(1, 1fr)}form[id^=hsForm_] fieldset.form-columns-2{grid-template-columns:repeat(2, 1fr)}form[id^=hsForm_] fieldset.form-columns-3{grid-template-columns:repeat(3, 1fr)}form[id^=hsForm_] fieldset .hs-form-field{width:100% !important}form[id^=hsForm_] fieldset .hs-form-field label{font-size:16px;line-height:1.5;font-weight:500;margin-bottom:12px;display:block}form[id^=hsForm_] fieldset .hs-form-field .input{margin:0}form[id^=hsForm_] fieldset .hs-form-field .input .hs-fieldtype-intl-phone{width:100%}form[id^=hsForm_] fieldset .hs-form-field .input select{padding-top:10.9px !important;padding-bottom:10.9px !important;padding-right:22px !important;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABISURBVHgBlYzBEQAQDARDJTqjlChBJ0rRiRKIwcdEws7sI8nlDEwC6UCmkHkP7cE6gnY9RNBJ5wKFdry14E+Ye1LDm0B67tABl3wcrw4uFBwAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:calc(100% - 8px) 50%;color:currentcolor;background-color:field}@media(max-width: 991.98px){form[id^=hsForm_] fieldset .hs-form-field .input select{padding-top:7.9px !important;padding-bottom:7.9px !important}}form[id^=hsForm_] fieldset .hs-form-field .input input[type=checkbox]{width:20px !important;min-width:20px !important;height:20px !important;min-height:20px !important;border-radius:6px;margin-right:12px !important;margin-top:5px}form[id^=hsForm_] fieldset .hs-form-field .input input,form[id^=hsForm_] fieldset .hs-form-field .input select,form[id^=hsForm_] fieldset .hs-form-field .input textarea{padding:7px 12px;margin:0;border-radius:6px;border:1px solid rgba(var(--color-secondary-rgb), 0.15);font-size:18px;font-weight:500;line-height:1.6;width:100%;transition:all var(--transition-duration);background:rgba(0,0,0,0)}form[id^=hsForm_] fieldset .hs-form-field .input input:focus-visible,form[id^=hsForm_] fieldset .hs-form-field .input select:focus-visible,form[id^=hsForm_] fieldset .hs-form-field .input textarea:focus-visible{outline:none;border-color:var(--color-black-40)}@media(max-width: 991.98px){form[id^=hsForm_] fieldset .hs-form-field .input input,form[id^=hsForm_] fieldset .hs-form-field .input select,form[id^=hsForm_] fieldset .hs-form-field .input textarea{padding:8px 13px}}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list{list-style:none;padding:0;margin:9px 0 7px;font-weight:500;font-size:16px;line-height:24px}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox{margin:0}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input{width:18px;min-width:18px;margin-right:13px;min-height:21px}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display span{margin:0}form[id^=hsForm_] fieldset .hs-dependent-field .hs-form-field:not(:last-child){margin-bottom:12px}form[id^=hsForm_] .no-list.hs-error-msgs{margin:0;padding:0;list-style:none}form[id^=hsForm_] .no-list.hs-error-msgs .hs-error-msg{font-size:14px;line-height:1.5;color:#ff3535}form[id^=hsForm_] .hs_error_rollup .no-list.hs-error-msgs .hs-error-msg,form[id^=hsForm_] .hs_error_rollup .no-list.hs-error-msgs .hs-main-font-element{font-size:14px;line-height:1.5;color:#ff3535}form[id^=hsForm_] .hs_submit,form[id^=hsForm_] .hs-submit{margin-top:12px}form[id^=hsForm_] .hs_submit .hs-button,form[id^=hsForm_] .hs-submit .hs-button{--btn-inset-shadow-y: -4px;position:relative;display:flex;align-items:center;gap:8px;padding:9px 41px 9px 27px;margin:0;cursor:pointer;outline:none;transition:all var(--transition-duration);color:var(--color-text-light);background:var(--color-secondary);border:1px solid rgba(var(--color-secondary-rgb), 0.2);box-shadow:0 9px 8.6px -2px rgba(var(--color-secondary-rgb), 0.32),0 3px 3px rgba(var(--color-accent-3-rgb), 0.04),0 1px 2px rgba(var(--color-accent-3-rgb), 0.05),inset 0 var(--btn-inset-shadow-y) 0 rgba(0,0,0,.2196078431),inset 0 6px 12px 1px hsla(0,0%,100%,.0509803922);font-size:16px;line-height:24px;font-weight:500;border-radius:6px;text-decoration:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB+SURBVHgB3ZHLDYAgEERBEhNulkAH1mAHdqQl2JElWIJ04HH5SFY4eDEBDcSDvtNmPzPJLCH/Rxk7AaCIzStyC20pc3NKJMmG2CjjFmX29RURehYAICpWDzER9CJ+u/elRMc6zqkM/QcZXJxyCO46N4ei44Au/QBoO2Yff4MDvExeFcj2z+gAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:calc(100% - 17px)}form[id^=hsForm_] .hs_submit .hs-button:hover,form[id^=hsForm_] .hs-submit .hs-button:hover{--btn-inset-shadow-y: -8px;background-position:calc(100% - 15px)}@media(max-width: 767.98px){form[id^=hsForm_] .hs_submit .hs-button,form[id^=hsForm_] .hs-submit .hs-button{width:100%}}@media(max-width: 991.98px){form[id^=hsForm_] .hs_submit,form[id^=hsForm_] .hs-submit{margin-bottom:11px}}[data-hsfc-id=Renderer] form[class=hsfc-Form]{--hsf-global__font-family: var(--body-font);--hsf-global__font-size: --hsf-background__padding: 0;--hsf-global__color: var(--text-color);--hsf-default-module__vertical-spacing: 12px;--hsf-module__vertical-spacing: 14px;--hsf-row__horizontal-spacing: 16px;--hsf-row__vertical-spacing: 14px;--hsf-field-input__border-radius: 6px;--hsf-field-input__padding: 11px 7px;--hsf-field-input__font-size: 18px;--hsf-field-input__border-color: rgba(var(--color-secondary-rgb), 0.15);--hsf-field-checkbox__border-color: rgba(var(--color-secondary-rgb), 0.15);--hsf-field-checkbox__padding: 8px;--hsf-field-label__font-size: 16px;--hsf-richtext__font-size: 16px;--hsf-erroralert__font-size: 14px;--hsf-field-dropdown-options__border-radius: 6px;--hsf-button__font-size: 16px;--hsf-button__border-radius: 100px;--hsf-button__padding: 18px 27px;--hsf-button--hover__color: var(--button-primary-hover-color);--hsf-default-button__background-color: var(--button-primary-background);--hsf-button--hover__background-color: var(--button-primary-hover-background);--hsf-field-input__background-color: transparent}@media(max-width: 991.98px){[data-hsfc-id=Renderer] form[class=hsfc-Form]{--hsf-field-input__padding: 12px;--hsf-field-input__font-size: 16px}}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content{padding:0}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-Row .hsfc-CheckboxField .hsfc-FieldLabel .hsfc-CheckboxInput{margin-bottom:auto}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]{--hsf-button__padding: 9px 27px;--btn-inset-shadow-y: -4px;position:relative;display:flex;align-items:center;gap:8px;margin:0;cursor:pointer;outline:none;transition:all var(--transition-duration);color:var(--color-text-light);background:var(--color-secondary);border:1px solid rgba(var(--color-secondary-rgb), 0.2);box-shadow:0 9px 8.6px -2px rgba(var(--color-secondary-rgb), 0.32),0 3px 3px rgba(var(--color-accent-3-rgb), 0.04),0 1px 2px rgba(var(--color-accent-3-rgb), 0.05),inset 0 var(--btn-inset-shadow-y) 0 rgba(0,0,0,.2196078431),inset 0 6px 12px 1px hsla(0,0%,100%,.0509803922);font-size:16px;line-height:24px;font-weight:500;border-radius:6px;text-decoration:none;margin-right:auto}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]::after{content:"";position:relative;display:inline-block;width:16px;height:16px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB+SURBVHgB3ZHLDYAgEERBEhNulkAH1mAHdqQl2JElWIJ04HH5SFY4eDEBDcSDvtNmPzPJLCH/Rxk7AaCIzStyC20pc3NKJMmG2CjjFmX29RURehYAICpWDzER9CJ+u/elRMc6zqkM/QcZXJxyCO46N4ei44Au/QBoO2Yff4MDvExeFcj2z+gAAAAASUVORK5CYII=");background-repeat:no-repeat;transition:all var(--transition-duration)}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]:hover{--btn-inset-shadow-y: -8px;transform:none}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]:hover::after{transform:translate(2px, 0)}