.btr-form-wrap{--green:#07ad12;--navy:#0c2244;--border:#d9dde3;display:block!important;width:100%!important;max-width:900px!important;margin:30px auto!important;padding:0!important;font-family:inherit;color:#1f2937;box-sizing:border-box!important;overflow:hidden}
.btr-form-wrap *,.btr-form-wrap *:before,.btr-form-wrap *:after{box-sizing:border-box!important}
.btr-form{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;background:#fff;border-radius:6px;box-shadow:0 10px 20px rgba(0,0,0,.1);padding:32px;overflow:hidden}
.btr-hp{position:absolute!important;left:-9999px!important}
.btr-progress{display:flex!important;width:100%!important;max-width:100%!important;align-items:flex-start;margin:0 0 34px;overflow-x:auto;overflow-y:hidden;padding:0 0 8px;-webkit-overflow-scrolling:touch}
.btr-progress-step{appearance:none;background:none;border:0;flex:1 1 16.666%;min-width:16.666%;padding:0 4px;color:#687386;cursor:pointer;position:relative}
.btr-progress-step:before{content:"";position:absolute;height:3px;background:#d9dde3;left:-50%;right:50%;top:18px}
.btr-progress-step:first-child:before{display:none}
.btr-progress-step span{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;margin:auto;border-radius:50%;background:#d9dde3;color:#fff;font-weight:700}
.btr-progress-step small{display:block;font-size:11px;line-height:1.25;margin-top:8px}
.btr-progress-step.active span,.btr-progress-step.complete span{background:var(--green)}
.btr-progress-step.active,.btr-progress-step.complete{color:var(--navy)}
.btr-progress-step.complete:before,.btr-progress-step.active:before{background:var(--green)}
.btr-completion{margin:-18px 0 28px;padding:13px 15px;background:#f4faf5;border:1px solid #d8edd9;border-radius:6px}
.btr-completion[hidden]{display:none!important}
.btr-completion-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--navy);font-size:13px}
.btr-completion-message{color:#526173;text-align:right}
.btr-completion-track{height:9px;overflow:hidden;border-radius:99px;background:#dce6df}
.btr-completion-bar{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#07ad12,#57cf60);transition:width .3s ease}
.btr-page{display:none}.btr-page.active{display:block;animation:btr-in .25s ease}
.btr-page-title{margin:0 0 26px!important;padding:0 0 12px!important;border-bottom:2px solid #e7ebef!important;color:var(--navy)!important;font-size:25px!important;line-height:1.25!important;font-weight:700!important}
.btr-page-title span{display:block!important;margin-bottom:5px!important;color:var(--green)!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}
@keyframes btr-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.btr-grid{display:grid!important;width:100%!important;max-width:100%!important;gap:20px}.btr-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.btr-field{margin:0 0 22px}.btr-field label,.btr-address legend{display:block;font-weight:700;margin:0 0 8px;color:var(--navy)}
.btr-field label span,.btr-address legend span{color:#d63638}
.btr-field,.btr-address{display:block;min-width:0!important;max-width:100%!important}.btr-field input,.btr-field select,.btr-field textarea{box-sizing:border-box!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:45px;border:1px solid var(--border);border-radius:4px;background:#fff;padding:10px 12px;font:inherit;color:#1f2937}
.btr-field input:focus,.btr-field select:focus,.btr-field textarea:focus{outline:2px solid rgba(7,173,18,.2);border-color:var(--green)}
.btr-field input[type=date]{cursor:pointer;inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;-webkit-min-logical-width:0!important}
.btr-field input[type=date]::-webkit-date-and-time-value{min-width:0!important;text-align:left!important}
.btr-field input[type=file]{padding:13px;background:#f8fafc;border:2px dashed var(--border);min-height:74px}
.btr-field p,.btr-description{font-size:13px;color:#667085;margin:6px 0 0}
.btr-address{border:0;padding:0;margin:0}.btr-address legend{font-size:18px}
.btr-conditional{display:none}.btr-conditional.visible{display:block}
.btr-info{padding:14px;border-left:4px solid var(--green);background:#eefbf0;margin:0 0 22px}
.btr-checkbox{display:flex;gap:12px;align-items:flex-start;margin:0 0 16px;cursor:pointer}
.btr-checkbox input{width:18px;height:18px;margin-top:3px;accent-color:var(--green);flex:0 0 auto}
.btr-nav{display:flex;justify-content:space-between;gap:14px;margin-top:28px}
.btr-button{border:0;border-radius:4px;background:var(--navy);color:#fff;padding:11px 24px;font:inherit;font-weight:700;cursor:pointer}
.btr-next,.btr-submit{background:var(--green);margin-left:auto}.btr-button:hover{filter:brightness(.93)}.btr-button:disabled{opacity:.6;cursor:wait}
.btr-save{background:#fff!important;color:var(--navy)!important;border:1px solid var(--navy)!important}
.btr-save-message{margin:0 0 22px;padding:13px 15px;border-radius:4px;font-weight:700}.btr-save-message.saving{background:#f4f7fb;border-left:4px solid #376b9f;color:#244b73}.btr-save-message.success{background:#edfaef;border-left:4px solid #07ad12;color:#155724}.btr-save-message.error{background:#fff1f1;border-left:4px solid #d63638;color:#8a1f1f}.btr-save-message[hidden]{display:none!important}
.btr-upload-progress{margin:24px 0 0;padding:16px;border:1px solid #d8e4da;border-radius:6px;background:#f4faf5}.btr-upload-progress[hidden]{display:none!important}.btr-upload-progress-text{display:block;margin:0 0 9px;color:#0c2244;font-size:14px;line-height:1.5}.btr-upload-progress-track{height:12px;overflow:hidden;border-radius:999px;background:#dfe7e1}.btr-upload-progress-bar{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#078e10,#07ad12);transition:width .18s ease}
.btr-notice{max-width:900px;margin:20px auto;padding:14px 18px;border-radius:4px}.btr-success{background:#edfaef;border-left:4px solid #07ad12}.btr-error{background:#fff1f1;border-left:4px solid #d63638}
.btr-validation-summary{display:block!important;margin:-10px 0 24px!important;padding:13px 15px!important;border:1px solid #d63638!important;border-left:5px solid #d63638!important;border-radius:4px!important;background:#fff1f1!important;color:#8a1f1f!important;font-weight:700!important}
.btr-validation-summary[hidden]{display:none!important}
.btr-field-error input,.btr-field-error select,.btr-field-error textarea{border:2px solid #d63638!important;background:#fff8f8!important}
.btr-field-error>label,.btr-field-error label span{color:#b42318!important}
.btr-checkbox.btr-field-error{padding:10px!important;border:2px solid #d63638!important;border-radius:4px!important;background:#fff8f8!important}
.pac-container{z-index:999999!important;border-radius:4px!important;box-shadow:0 6px 18px rgba(12,34,68,.18)!important;font-family:inherit!important}
.pac-item{padding:9px 12px!important;font-size:14px!important;line-height:1.45!important;cursor:pointer!important}
.pac-item:hover,.pac-item-selected{background:#eefbf0!important}
.pac-item-query{font-size:14px!important;color:#0c2244!important}
.btr-address-autocomplete{position:relative!important}
.btr-address-autocomplete-help{margin:7px 0 0!important}
.btr-address-suggestions{position:absolute!important;z-index:999999!important;top:calc(100% - 18px)!important;left:0!important;right:0!important;background:#fff!important;border:1px solid #cfd8e3!important;border-radius:6px!important;box-shadow:0 10px 24px rgba(12,34,68,.2)!important;overflow:hidden!important}
.btr-address-suggestions[hidden]{display:none!important}
.btr-address-suggestion{display:block!important;width:100%!important;border:0!important;border-bottom:1px solid #edf0f2!important;background:#fff!important;color:#0c2244!important;text-align:left!important;padding:12px 14px!important;font:inherit!important;font-size:14px!important;line-height:1.45!important;cursor:pointer!important}
.btr-address-suggestion:hover,.btr-address-suggestion:focus{background:#eefbf0!important;outline:0!important}
.btr-google-attribution{display:flex!important;justify-content:flex-end!important;padding:7px 10px!important;background:#fff!important}
.btr-google-attribution img{display:block!important;width:120px!important;height:auto!important;max-width:100%!important}
@media(max-width:720px){
 .btr-form-wrap{width:calc(100% - 16px)!important;max-width:calc(100vw - 16px)!important;margin:16px 8px!important}
 .btr-form{width:100%!important;max-width:100%!important;padding:20px 14px!important;border-radius:4px}
 .btr-grid,.btr-grid-2{display:block!important;width:100%!important;grid-template-columns:1fr!important}
 .btr-progress{gap:0!important;margin-bottom:24px!important}
 .btr-progress-step{flex:1 0 44px!important;min-width:44px!important;width:auto!important;padding:0 2px!important}
 .btr-progress-step span{width:32px!important;height:32px!important;font-size:13px!important}
 .btr-progress-step small{display:none!important}
 .btr-progress-step:before{top:15px!important;left:-50%!important;right:50%!important}
 .btr-completion{margin:-12px 0 22px!important;padding:12px!important}
 .btr-completion-row{align-items:flex-start!important;flex-direction:column!important;gap:3px!important}
 .btr-completion-message{text-align:left!important}
 .btr-field{width:100%!important;margin-bottom:18px!important}
 .btr-page-title{font-size:22px!important;margin-bottom:22px!important}
 .btr-field input,.btr-field select,.btr-field textarea{width:100%!important;max-width:100%!important;font-size:16px!important}
 .btr-field input[type=date]{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;-webkit-appearance:none!important;appearance:none!important;padding:10px 12px!important;background:#fff!important}
 .btr-nav{width:100%!important;flex-wrap:wrap!important}
 .btr-button{min-height:44px!important;padding:11px 18px!important}
 .btr-save{order:3!important;width:100%!important}
 .btr-upload-progress{padding:13px!important}
}
@media(max-width:380px){
 .btr-form-wrap{width:calc(100% - 8px)!important;max-width:calc(100vw - 8px)!important;margin:10px 4px!important}
 .btr-form{padding:16px 10px!important}
 .btr-progress-step{flex-basis:38px!important;min-width:38px!important}
}
