.text-form-split{--page-padding:max(calc(50vw - 542px),20px);--row-padding:80px;--column-gap:64px;--top-row-padding-outer:90px;--top-row-padding-inner:30px;display:grid;grid-template-columns:[background-start] var(--page-padding) [content-start] 1fr [content-end] var(--column-gap) [form-start] 1fr [form-end] var(--page-padding) [background-end];grid-template-rows:[background-start] var(--top-row-padding-outer) [form-start] var(--top-row-padding-inner) [content-start] min-content [content-end] var(--top-row-padding-inner) [form-end] var(--top-row-padding-outer) [background-end]}.text-form-split--reversed{grid-template-columns:[background-start] var(--page-padding) [form-start] 1fr [form-end] var(--column-gap) [content-start] 1fr [content-end] var(--page-padding) [background-end]}.text-form-split:before,.text-form-split__background{grid-column:background-start/background-end;grid-row:background-start/background-end}.text-form-split__content{grid-column:content-start/content-end;grid-row:content-start/content-end}.text-form-split__form{grid-column:form-start/form-end;grid-row:form-start/form-end}.text-form-split:before{background-color:var(--color-background);content:"";display:block;z-index:-1}.text-form-split__background{background-color:var(--color-background);position:relative;z-index:-2}.text-form-split__background>img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.text-form-split__content{display:flex;flex-direction:column;gap:32px;justify-content:flex-start}.text-form-split__content_text h1,.text-form-split__content_text h2,.text-form-split__content_text h3,.text-form-split__content_text h4,.text-form-split__content_text h5,.text-form-split__content_text h6{text-transform:none}.text-form-split__content_button{text-align:left}.text-form-split__content_button>.btn-secondary:not(:hover){border-color:var(--color-foreground);color:var(--color-foreground)}.text-form-split__content_button>.btn-secondary:not(:hover)>svg{fill:var(--color-foreground)}.text-form-split__content_button>a{align-items:center;display:inline-flex;gap:12px;white-space:nowrap}.text-form-split__content_button>a>svg{white-space:nowrap;width:16px}.text-form-split__form{background:#fff;box-shadow:0 8px 16px #00000026;display:block;padding:32px}.text-form-split__form h1,.text-form-split__form h2,.text-form-split__form h3,.text-form-split__form h4,.text-form-split__form h5,.text-form-split__form h6{margin-bottom:.8em;text-transform:none}.text-form-split__form p{color:#72767c;margin-bottom:52px}.text-form-split__content_text h1,.text-form-split__form h1,.text-form-split__form h2{text-transform:uppercase}.text-form-split__content_text ol,.text-form-split__content_text ul{padding-left:1rem}.text-form-split__content_text li{list-style-image:none;list-style-position:outside;margin-bottom:0;padding-left:.5rem}.text-form-split__content_text ul li{list-style-type:disc}.text-form-split__content_text ol li{list-style-type:decimal}.text-form-split__content_text ul li::marker{font-size:1.2rem}.text-form-split__content_text div,.text-form-split__content_text ol,.text-form-split__content_text p,.text-form-split__content_text ul{margin-bottom:.67em}.text-form-split__content_text :last-child{margin-bottom:0}.text-form-split__form .form-columns-2{column-gap:32px;display:flex;flex-wrap:wrap}.text-form-split__form .form-columns-2>div{display:flex;flex:40% 1 1;justify-content:flex-start;margin-right:0!important;min-width:200px;width:auto!important}.text-form-split__form .field,.text-form-split__form .legal-consent-container>div{margin-bottom:40px}.text-form-split__form .field input,.text-form-split__form .field option,.text-form-split__form .field select,.text-form-split__form .field textarea{font-size:1rem}.text-form-split__form .field option{font-family:sans-serif}.text-form-split__form .field select::-webkit-select-dropdown{border:0;border-radius:0;width:100%}.text-form-split__form .field input[type=checkbox]+span{user-select:none}.text-form-split__form .field input[type=checkbox]:checked+span:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E")!important;padding:4px}.text-form-split__form .hs-dateinput{position:relative}.text-form-split__form .hs-dateinput .hs-datepicker,.text-form-split__form .hs-dateinput .hs-datepicker .pika-lendar{width:100%}.text-form-split__form .hs-dateinput .hs-datepicker .pika-lendar{margin:0;padding:8px}.text-form-split__form .hs-dateinput .hs-datepicker .pika-table{background-color:#fff;left:0;position:relative}.text-form-split__form .hs-dateinput .hs-datepicker .pika-table thead th{height:auto;min-width:auto}.text-form-split__form .hs-dateinput .hs-datepicker .pika-table thead th abbr{text-decoration:none}.text-form-split__form .hs-dateinput .hs-datepicker .pika-table tbody td button:hover{border-radius:0!important}.text-form-split__form .legal-consent-container{margin-bottom:0}.text-form-split__form .legal-consent-container>div:not(.hs-richtext){margin-bottom:24px}.text-form-split__form .legal-consent-container .field{margin-bottom:0}.text-form-split__form input[type=submit]{margin-top:0}@media screen and (max-width:767px){.text-form-split{--page-padding:20px;--row-padding:80px;--column-gap:0px;grid-template-columns:[background-start] var(--page-padding) [content-start form-start] 1fr [content-end form-end] var(--page-padding) [background-end];grid-template-rows:[background-start] var(--row-padding) [content-start] auto [content-end] var(--row-padding) [form-start] auto [form-end] var(--row-padding) [background-end]}.text-form-split__form .field,.text-form-split__form .legal-consent-container>div{margin-bottom:32px}}