.lead-form{width:100%}.lead-form--dark .lead-form__group{margin-bottom:3rem}@media(min-width:768px){.lead-form--dark .lead-form__group{margin-bottom:5rem}.lead-form--dark .lead-form__row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4rem;gap:4rem}}.lead-form--dark .lead-form__field input,.lead-form--dark .lead-form__field textarea{width:100%;height:4.8rem;color:var(--color-white);background:none;border:0;border-bottom:1px solid rgba(255,255,255,.4);outline:none;font-size:1.4rem;line-height:1;transition:border-color .25s}@media(min-width:768px){.lead-form--dark .lead-form__field input,.lead-form--dark .lead-form__field textarea{font-size:1.8rem}}.lead-form--dark .lead-form__field input::placeholder,.lead-form--dark .lead-form__field textarea::placeholder{color:rgba(255,255,255,.6)}.lead-form--dark .lead-form__field input:focus,.lead-form--dark .lead-form__field input:hover,.lead-form--dark .lead-form__field input:not(:placeholder-shown),.lead-form--dark .lead-form__field textarea:focus,.lead-form--dark .lead-form__field textarea:hover,.lead-form--dark .lead-form__field textarea:not(:placeholder-shown){border-bottom-color:rgba(255,255,255,.6)}.lead-form--dark .lead-form__field textarea{height:auto;min-height:9rem;padding-top:1rem;resize:none}@media(max-width:767px){.lead-form--dark .lead-form__field textarea{min-height:7rem}}.lead-form--dark .lead-form__label{margin-top:6.3rem;font-size:1.4rem;color:rgba(255,255,255,.7)}@media(min-width:768px){.lead-form--dark .lead-form__label{font-size:1.8rem}}.lead-form--dark .lead-form__radios{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.6rem}@media(max-width:1023px){.lead-form--dark .lead-form__radios{gap:10px}}.lead-form--dark .lead-form__radio{display:inline-flex;align-items:center;justify-content:center;width:136px;padding:16px 11px;border:1px solid #999;border-radius:16px;background:#000;color:#fff;font-size:12px;line-height:16px;text-align:center;cursor:pointer;transition:background-color .2s,color .2s}@media(max-width:1023px){.lead-form--dark .lead-form__radio{width:100%}}.lead-form--dark .lead-form__radio:has(input:checked){background:#fff;color:#000;font-weight:var(--font-weight-medium)}.lead-form--dark .lead-form__radio input{display:none}.lead-form--dark .lead-form__consent{position:relative;display:flex;align-items:flex-start;margin-top:6rem;padding-left:2.8rem;font-size:1.6rem;line-height:1.6;color:rgba(255,255,255,.6);cursor:pointer}@media(max-width:1023px){.lead-form--dark .lead-form__consent{margin-top:3rem;font-size:1rem}}.lead-form--dark .lead-form__consent a{color:var(--color-white)}.lead-form--dark .lead-form__consent input{position:absolute;left:0;top:.2rem;width:1.8rem;height:1.8rem;opacity:0;cursor:pointer}.lead-form--dark .lead-form__checkbox-box{position:absolute;left:0;top:.2rem;width:1.8rem;height:1.8rem;border:1px solid #999;border-radius:.3rem;background:#000;pointer-events:none}.lead-form--dark .lead-form__checkbox-box:after{content:"";position:absolute;left:.6rem;top:.2rem;width:.6rem;height:1rem;border:solid var(--color-white);border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.lead-form--dark .lead-form__consent input:checked~.lead-form__checkbox-box:after{opacity:1}.lead-form--dark .lead-form__error{margin-top:6rem;color:var(--color-error);font-size:1.6rem;line-height:1.6}@media(max-width:1023px){.lead-form--dark .lead-form__error{margin-top:3rem;font-size:1rem}}.lead-form--dark .lead-form__actions{display:flex;align-items:center;margin-top:4.8rem}@media(min-width:1024px){.lead-form--dark .lead-form__actions{margin-top:6.4rem}}.lead-form--dark button:disabled{opacity:.4;pointer-events:none}.lead-form--light{font-family:SuisseIntl,sans-serif}.lead-form--light .lead-form__inputs{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 2em}@media(max-width:767px){.lead-form--light .lead-form__inputs{display:block;margin:0 0 1.4em}}.lead-form--light .lead-form__field{width:30%;position:relative}@media(max-width:767px){.lead-form--light .lead-form__field{width:auto;margin:0 0 1.4em}}.lead-form--light .lead-form__field input{width:100%;display:block;font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:2.25rem;color:var(--color-text);background:rgba(0,0,0,0);border:0;border-bottom:1px solid var(--color-border);outline:none}@media(max-width:767px){.lead-form--light .lead-form__field input{font-size:.875rem}}.lead-form--light .lead-form__field-label{position:absolute;top:0;left:0;font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:2.25rem;color:var(--color-text-muted);pointer-events:none;transition:opacity .15s}@media(max-width:767px){.lead-form--light .lead-form__field-label{font-size:.875rem}}.lead-form--light .lead-form__field-label--hidden{opacity:0}.lead-form--light .lead-form__required-star{color:var(--color-accent-pink);opacity:.7}.lead-form--light .lead-form__ta{margin:0 0 2.6em;position:relative}@media(max-width:374px){.lead-form--light .lead-form__ta{margin:0 0 2.3em}}.lead-form--light .lead-form__ta textarea{width:100%;display:block;font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:2.25rem;color:var(--color-text);background:rgba(0,0,0,0);border:0;border-bottom:1px solid var(--color-border);outline:none;resize:none;height:5em}.lead-form--light .lead-form__ta textarea::placeholder{color:var(--color-text-muted)}@media(max-width:767px){.lead-form--light .lead-form__ta textarea{font-size:.875rem;line-height:1.625rem;height:5.3125rem}}.lead-form--light .lead-form__ta--small textarea{height:4.5em}@media(max-width:767px){.lead-form--light .lead-form__ta--small textarea{height:4rem}}.lead-form--light .lead-form__preferred{display:flex;flex-direction:column;margin-bottom:3.6875rem}.lead-form--light .lead-form__preferred-text{color:var(--color-text-muted);font-size:1.125rem;line-height:1.625rem;margin-bottom:1rem}.lead-form--light .lead-form__preferred-text--required:after{content:"*";color:var(--color-accent-pink);opacity:.7}.lead-form--light .lead-form__radio-group{display:flex;flex-direction:column;gap:.5rem}@media(min-width:1024px){.lead-form--light .lead-form__radio-group{flex-direction:row}}.lead-form--light .lead-form__radio{cursor:pointer}.lead-form--light .lead-form__radio .lead-form__radio-input{display:none}.lead-form--light .lead-form__radio .lead-form__radio-input:checked+.lead-form__radio-label{background-color:var(--color-text);color:var(--color-bg)}.lead-form--light .lead-form__radio .lead-form__radio-label{display:flex;justify-content:center;padding:.75rem 2.375rem;border-radius:1rem;border:1px solid var(--color-text);color:var(--color-text);transition:background-color .3s}@media(min-width:1024px){.lead-form--light .lead-form__radio .lead-form__radio-label{width:8.5rem}}.lead-form--light .lead-form__radio:hover .lead-form__radio-label{background-color:var(--color-text);color:var(--color-bg)}.lead-form--light .lead-form__consent{display:flex;align-items:flex-start;gap:.625rem;position:relative;cursor:pointer;margin-bottom:4.125rem;color:var(--color-text);font-size:1rem;line-height:1.6}.lead-form--light .lead-form__consent input{position:absolute;opacity:0;width:0;height:0}.lead-form--light .lead-form__consent a{color:var(--color-text);font-weight:var(--font-weight-medium)}.lead-form--light .lead-form__checkbox-box{flex-shrink:0;position:relative;top:.1875rem;width:1.125rem;height:1.125rem;border:1px solid var(--color-text);border-radius:.1875rem;background:var(--color-bg);transition:all .2s}.lead-form--light .lead-form__checkbox-box:after{content:"";position:absolute;display:none;top:.125rem;left:.375rem;width:.375rem;height:.625rem;border:solid var(--color-text);border-width:0 .125rem .125rem 0;transform:rotate(45deg)}.lead-form--light .lead-form__consent input:checked~.lead-form__checkbox-box:after{display:block}.lead-form--light .lead-form__notification{display:block;margin-top:1.125rem;font-weight:var(--font-weight-regular);font-size:1rem;color:var(--color-accent-pink)}.lead-form--light .lead-form__actions{float:left}@media(max-width:767px){.lead-form--light .lead-form__actions{float:none}}.lead-form--light .lead-form__actions .lead-form__submit{display:flex;padding:1.25rem 2.5rem;justify-content:center;align-items:center;border-radius:2.5rem;background:var(--color-accent-pink);color:var(--color-bg);font-family:var(--font-family);font-weight:var(--font-weight-medium);text-align:center;font-size:1rem;line-height:1.5rem;border:0;cursor:pointer}.lead-form--light .lead-form__actions .lead-form__submit:disabled{opacity:.6;cursor:default}