.sql-form-module{display:grid;gap:64px;grid-template-columns:1fr 1fr;max-width:100%}@media screen and (max-width:1200px){.sql-form-module{gap:32px}}@media screen and (max-width:1024px){.sql-form-module{grid-template-columns:100%}}.sql-form-module .form-column{background:var(--secondary-beige-beige-100,#f2efe4);box-shadow:0 0 24px 0 rgba(0,0,0,.12);padding:48px}@media screen and (max-width:767px){.sql-form-module .form-column{padding:24px}}.sql-form-module .bullet-check-ul ul{list-style:none;padding-left:16px}.sql-form-module .bullet-check-ul li{margin-bottom:20px!important;min-height:32px;padding-left:48px!important;position:relative}.sql-form-module .bullet-check-ul li:before{background-image:url(https://25716225.fs1.hubspotusercontent-eu1.net/hubfs/25716225/Icons/stash_check-solid.svg);content:"";height:32px;left:0;position:absolute;top:0;width:32px}form *{color:var(--accent-black-100,#141822);font-family:Heebo;font-size:16px;font-style:normal;font-weight:400;line-height:16px}form :where(.hs-fieldtype-radio>label,.hs-fieldtype-checkbox>label){margin-bottom:16px!important}form fieldset{margin-bottom:24px!important}form fieldset>div>label{opacity:.75}form :where(input[type=text],input[type=email],input[type=tel]){background:var(--secondary-beige-beige-40,#f9f9f4);border:1px solid #dbd7c8;padding:12px}form :where(.hs-form-checkbox-display span,.hs-form-radio-display span){margin-left:8px!important}form .input{margin-right:0!important}form .inputs-list{padding-left:0}form .form-columns-2{display:grid;gap:8px;grid-template-columns:1fr 1fr}@media screen and (max-width:1200px){form .form-columns-2{gap:24px;grid-template-columns:1fr}}@media screen and (max-width:1024px){form .form-columns-2{grid-template-columns:1fr 1fr}}@media screen and (max-width:580px){form .form-columns-2{gap:24px;grid-template-columns:1fr}}form .form-columns-2 .hs-form-field{width:100%!important}form input[type=submit]{background:var(--primary-exterus-teal-100,#167c87);border:none;color:#fff;padding:16px 12px;width:fit-content}form ul[role=checkbox]{display:grid;grid-template-columns:1fr 1fr;row-gap:8px}form ul[role=checkbox]:has(.hs-form-radio){display:flex;gap:64px}@media screen and (max-width:1200px){form ul[role=checkbox]{grid-template-columns:1fr}form ul[role=checkbox]:has(.hs-form-radio){gap:32px}}@media screen and (max-width:1024px){form ul[role=checkbox]{grid-template-columns:1fr 1fr}form ul[role=checkbox]:has(.hs-form-radio){gap:64px}}@media screen and (max-width:580px){form ul[role=checkbox]{grid-template-columns:1fr}form ul[role=checkbox]:has(.hs-form-radio){gap:24px}}form ul[role=checkbox] label{margin-bottom:0!important}