:root{--primary-color: #ff7a59;--accent-color: #2d3e50}.wrapper{font-family:sans-serif;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;color:#fff;background-color:var(--accent-color);height:50vh;min-height:500px}.wrapper pre{display:inline-block;color:var(--primary-color);font-weight:700;font-size:.9rem}.wrapper .buttons{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:25px}.wrapper .buttons a{text-decoration:none;color:#fff;background-color:var(--primary-color);padding:10px 20px;border-radius:5px}.step_form .step_form_title{background:#fefefe;padding:0 0 30px;border-radius:12px 12px 0 0}.step_form .step_form_title h2{color:#002960;font-size:48px;font-weight:600;letter-spacing:2px;line-height:100%;margin:0;display:flex;align-items:center;justify-content:center}.step_form .step_form_title h2 span{background:#ffbd59;height:4px;margin-left:20px;width:70px}.step-progress-wrapper{text-align:center;margin-bottom:36px;border-bottom:1px solid #F3F3F3;padding:0 30px 30px}.stepper{display:flex;justify-content:center;align-items:center}.stepper-item{display:flex;align-items:center}.step-dot{width:40px;height:40px;border-radius:50%;border:1px dotted #6B6B6B;color:#6b6b6b;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:100%;font-weight:500}.step-dot.completed{background:#f5a623;border-color:#f5a623;color:#fff}.step-dot.active{border:1px solid #f5a623}.step-connector{width:60px;height:1px;border-top:1px dashed #BEBEBE}.step-connector.completed{border-top:1px solid #f5a623}.progress-text{font-size:18px;color:#6b6b6b;margin:40px 0 0;line-height:100%;font-weight:600;letter-spacing:1px;display:none}.step_form .step_form_content{border:1px solid #F3F3F3;padding:30px 0 50px;background:#e9e9e9;border-radius:12px;position:relative}.step_form .step_form_content .step_form_section{padding:0 50px;min-height:500px;display:flex;flex-direction:column;transition:min-height .4s ease}.step_form .step_form_section .step_forms{border:1px solid #F3F3F3;border-radius:10px}.step_form .step_forms .step_forms_title h5{background:#002960;border-radius:10px 10px 0 0;color:#fff;font-size:18px;font-weight:600;letter-spacing:4px;line-height:140%;padding:14px 40px;text-transform:uppercase;margin:0;display:flex;align-items:center;gap:15px}.step_form .step_forms .step_forms_title h5 svg{height:35px}.step_form .step_forms .step_forms_title p{background:#f3f3f3;padding:19px 40px;font-weight:400;font-size:18px;line-height:18px;letter-spacing:1px;color:#6b6b6b;display:inline-block;width:100%;margin:0}.step_form .step_form_section .step_forms form{padding:40px;background:#fff;border:none;border-radius:0 0 10px 10px}.step_form .step_form_section .step_forms form label{font-weight:400;font-size:16px;line-height:18px;letter-spacing:1px;text-transform:capitalize;color:#6b6b6b;margin:0 0 16px}.step_form .step_form_section .step_forms form input,.step_form .step_form_section .step_forms form select{border:1px solid #BEBEBE;border-radius:5px;padding:16px 22px;margin:0 0 28px;font-size:14px;letter-spacing:1px;line-height:18px;color:#6b6b6b;outline:none;width:100%}.step_form .step_form_section .step_forms form input::placeholder,.step_form .step_form_section .step_forms form select::placeholder{color:#6b6b6b}.step_form .step_forms form .form-button{display:flex;justify-content:space-between;margin:20px 0 0}.step_form .step_forms form .form-continue button{background:#ffbd59;border-radius:8px;border:none;padding:16px 28px;font-weight:600;font-size:14px;line-height:100%;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:8px;color:#fff}.step_form .step_forms form .form-continue button:disabled{opacity:.5;pointer-events:none}.step_form .step_forms form .form-row{display:flex;flex-wrap:wrap;margin:0 -12px}.step_form .step_forms form .form-row .form-group{width:50%;padding:0 12px}.step_form .step_form_section .step_forms form input[type=date]{text-transform:uppercase!important;max-width:100%!important;background:#fff!important;-webkit-appearance:none!important;min-height:54px}.step_form .step_form_section .step_forms form input[type=date]::-webkit-inner-spin-button,.step_form .step_form_section .step_forms form input[type=date]::-webkit-calendar-picker-indicator{display:inline-block;padding:0}.step_form .step_forms .form-back button{background:#002960;border-radius:8px;border:none;padding:16px 36px;font-weight:600;font-size:14px;line-height:100%;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:8px}.yes-no-toggle{display:inline-flex;border-radius:5px;overflow:hidden}.yes-no-toggle input[type=radio]{display:none}.yes-no-toggle label{padding:11px 22px;cursor:pointer;background:#f3f3f3;transition:all .2s ease;-webkit-user-select:none;user-select:none;margin:0!important}.yes-no-toggle input[type=radio]:checked+label{background:#ffbd59;color:#fff}.step_form .step_forms form .form-group-height{min-height:240px}.step_form .step_forms .form-checkbox-row .form-group{display:flex;gap:60px;border-bottom:1px solid #BEBEBE}.step_form .step_forms .form-checkbox-row .form-group label.checkbox{display:flex;align-items:center;gap:10px;margin:0 0 25px}.step_form .step_forms .form-checkbox-row .form-group label.checkbox input[type=checkbox]{width:16px;margin:0;accent-color:#002960;height:16px;min-width:16px}.step_form .step_form_section .step_forms form .sub-options{margin:25px 0 0}.step_form .step_form_section .step_forms form .sub-options label.radio{display:flex;gap:10px;align-items:center}.step_form .step_form_section .step_forms form .sub-options label.radio input[type=radio]{width:auto;margin:0}.step_form .step_form_section .step_forms form.multiple-toggles{padding:0}.step_form .step_forms .multiple-toggles .form-row{padding:10px 40px;align-items:center;margin:0}.step_form .multiple-toggles .form-row .form-toggle-label h6{margin:0;font-weight:400;font-size:16px;line-height:18px;letter-spacing:1px;color:#6b6b6b}.step_form .multiple-toggles .form-row .form-group{padding:0!important;text-align:end;width:30%!important}.step_form .multiple-toggles .form-button{padding:50px 40px 40px;margin:0!important}.step_form form.multiple-toggles .form-row:nth-child(2n){background:#fafafa}.step_form .step_forms .multiple-toggles .form-row .form-toggle-label{width:70%}.step_form .step_form_section .step_forms form label span{color:#ff3000}.step_form .contact-row.draggable{display:flex;align-items:center;border:1px solid #BEBEBE;border-radius:5px;margin-bottom:14px;flex-wrap:wrap;cursor:grab}.step_form .contact-rank{background:#002960;width:5%;text-align:center;padding:17px 0;color:#fff;font-weight:700;font-size:20px;line-height:18px;letter-spacing:1px;border-radius:5px 0 0 5px}.step_form .drag-handle{width:5%;text-align:center}.step_form .contact-label{width:90%;padding:17px 25px;font-weight:400;font-size:18px;line-height:18px;letter-spacing:1px;text-transform:capitalize}.step_form{padding:100px 0;background:#fefefe}.step_form .content-wrapper{position:relative;z-index:1}.step_form .step_form_content .step_forms_success{max-width:800px;margin:80px auto}.step_form .step_forms_success .step_forms_title{background:#f3f3f3;padding:100px;border-radius:25px;text-align:center}.step_form .step_forms_success .step_forms_title h2{margin:0 0 12px;font-weight:500;font-size:28px;line-height:120%;letter-spacing:1px;color:#6b6b6b}.step_form .step_forms_success .step_forms_title p{margin:10px 0 0;font-size:22px;line-height:120%;color:#6b6b6b;display:inline-block}.step_form .step_forms form .vehicle-header h6{font-weight:500;font-size:18px;line-height:18px;letter-spacing:1px;text-transform:capitalize;color:#6b6b6b;margin:0 0 16px}.step_form .step_forms form .vehicle-block .form-row{margin:0}.step_form .step_forms form .vehicle-block .form-group label{width:40%;margin:0;padding:16px 20px;border:1px solid #BEBEBE;border-right:0;border-radius:5px 0 0 5px;display:flex;gap:6px;background:#f3f3f3;align-items:center}.step_form .step_forms form .vehicle-block .form-group .custom-search-select,.step_form .step_forms form .vehicle-block .form-group input{width:60%;font-weight:400;font-size:14px;line-height:18px;letter-spacing:1px;text-transform:capitalize;color:#6b6b6b}.step_form .step_forms form .vehicle-block .form-group select,.step_form .step_forms form .vehicle-block .form-group input{margin:0;border-radius:0 5px 5px 0;width:60%}.step_form .step_forms form .vehicle-block .form-row:nth-child(2){margin:0 0 25px}.step_form .step_forms form .vehicle-block hr{margin:25px 0}.step_form .step_form_section .step_forms form button.add-vehicle,.step_form .step_forms form .form-add-vehicle button{border:1px solid #BEBEBE;background:transparent;padding:17px 20px;font-weight:400;font-size:16px;line-height:18px;letter-spacing:1px;text-transform:capitalize;color:#6b6b6b;display:flex;align-items:center;gap:10px}.step_form .step_forms form .vehicle-block .form-row .form-group{padding:0;display:flex;flex-wrap:wrap;justify-content:space-between}.step_form .step_forms form .vehicle-block .form-vehicle-group{display:flex;border-radius:5px;width:95%}.step_form .step_forms form .form-add-vehicle h6{margin:0 0 16px;font-weight:400;font-size:18px;line-height:18px;letter-spacing:1px;color:#6b6b6b}.step_form .step_forms form .form-group.form-checkboxes{margin:0 0 40px}.step_form .form-group.average-driver{margin:40px 0}.step_form .step_forms form .vehicle-block button.remove-vehicle{background:transparent;border:0;padding:0}.step-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;width:100%}.spinner{width:50px;height:50px;border:4px dashed #ddd;border-top:4px dashed #f5a623;border-radius:50%;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step_form .step_forms form.household_drivers .vehicle-block{margin:50px 0 0}.step_form form.household_drivers .vehicle-block .form-row{gap:25px}.step_form form.household_drivers .vehicle-block .form-row .form-group{width:calc(50% - 25px)}.step_form .step_forms .eligible-error{padding:40px;background:#fff;border-radius:0 0 10px 10px}.step_form .step_forms .eligible-error h6{font-size:18px;line-height:normal;margin:0 0 25px;color:#6b6b6b}.step_form .step_forms .eligible-error p{font-size:18px;line-height:140%;margin:0 0 10px;color:#6b6b6b}.step_form .step_forms .eligible-error .form-button{margin:50px 0 0}.step_form .step_forms form .vehicle-block .form-group .custom-search-select .select-display{height:100%}.step_form .step_form_section .step_forms.is-loading .loader-overlay{position:absolute;left:0;width:100%;height:100%;top:0;display:flex;align-items:center;justify-content:center;z-index:1}.step_form .step_form_section .step_forms.is-loading:after{content:"";position:absolute;width:100%;left:0;height:100%;top:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;border-radius:10px}.step_form .step_forms form .consent-wrapper .consent-label{display:flex;flex-wrap:wrap}.step_form .step_forms form .consent-wrapper .consent-label input{width:15px;height:15px;accent-color:#002960}.step_form .step_forms form .consent-wrapper .consent-label span{width:calc(100% - 15px);padding:0 0 0 12px}.step_form .step_forms form .consent-wrapper .consent-label span p{font-weight:400;font-size:16px;line-height:22px;letter-spacing:1px;color:#6b6b6b;margin:0}.step_form .step_forms form .consent-wrapper p{font-weight:400;font-size:18px!important;line-height:25px!important;letter-spacing:1px!important;color:#6b6b6b;display:inline-block;margin:0 0 30px!important}.error-message-container{color:#ff4d4d;font-size:15px;margin-top:8px;font-weight:500;line-height:normal;text-transform:capitalize}.step_form .step_forms form .form-group p{font-size:16px;line-height:18px;letter-spacing:1px;color:#6b6b6b;margin:0;display:inline-block}.form-group.highlight-text{background-color:#e2e3e5;border-radius:5px;padding:12px 20px;line-height:0;border:1px solid #d6d8db;margin:0 0 30px}.step_form .vehicle-block .form-row .form-group.vin_number{padding:10px 0 0!important}@media only screen and (max-width: 767px){.step_form .vehicle-block .form-row .form-group.vin_number{padding:0!important}.step_form .step_form_content .step_forms_success{margin:60px auto}.step_form{padding:80px 0}.step-progress-wrapper .stepper{display:none}.progress-text{display:block}.step_form .step_form_title h2{font-size:28px}.progress-text{margin:0}.step-progress-wrapper{padding:0 30px 30px}.step_form .step_form_content .step_form_section{padding:0 20px}.step_form .step_forms .step_forms_title h5{padding:14px 20px}.step_form .step_forms .step_forms_title p{padding:19px 20px}.step_form .step_form_section .step_forms form{padding:30px 20px}.step_form .step_form_section .step_forms form input,.step_form .step_form_section .step_forms form select{margin:0 0 18px}.step_form .step_form_section .step_forms form label{margin:0 0 12px}.step_form .step_forms .form-back button,.step_form .step_forms form .form-continue button{padding:16px 12px;font-size:12px;gap:2px}.step_form .step_forms form .form-row .form-group{width:100%}.step_form form.household_drivers .vehicle-block .form-row .form-group{width:100%;display:block}.step_form .step_forms form .vehicle-block .form-group label{width:100%;border:none;background:transparent;padding:0 0 8px}.step_form .step_forms form .vehicle-block .form-group .custom-search-select,.step_form .step_forms form .vehicle-block .form-group input{width:100%;border-radius:5px}.step_form .step_forms form .vehicle-block .form-group label svg{display:none}.step_form .step_forms form .vehicle-block .form-vehicle-group{width:100%;display:block;border-radius:0}.step_form .step_forms form .vehicle-block .form-group .custom-search-select .select-display{border-radius:5px!important;min-height:52px!important}.step_form .step_forms .eligible-error{padding:30px 20px}.step_form .step_forms form .vehicle-block .form-row{gap:25px}.step_form .step_forms form .vehicle-block button.remove-vehicle{margin:20px 0 0}.step_form .step_forms .form-checkbox-row .form-group{flex-wrap:wrap;gap:0}.step_form .step_forms .multiple-toggles .form-row{padding:10px 20px;display:flex;row-gap:10px}.step_form .step_forms .multiple-toggles .form-row .form-toggle-label{width:100%}.step_form .multiple-toggles .form-row .form-group{width:100%!important;text-align:initial}.step_form .contact-row.draggable{align-items:unset}.step_form .contact-rank{width:15%;display:flex;justify-content:center;align-items:center}.step_form .contact-label{width:75%;padding:12px 25px;font-size:16px}.step_form .drag-handle{width:10%;display:flex;align-items:center;justify-content:center}.step_form .step_forms form .consent-wrapper p{font-size:16px}.step_form .step_forms_success .step_forms_title{padding:100px 30px}.step_form .step_forms_success .step_forms_title h2{font-size:20px}.step_form .step_forms_success .step_forms_title p{font-size:18px}}@media only screen and (min-width: 768px) and (max-width: 1024px){.step_form .step_forms form .vehicle-block .form-vehicle-group{width:92%}.step_form .step_form_content .step_form_section{padding:0 20px}.step-progress-wrapper .stepper{display:none}.progress-text{display:block}.progress-text{margin:20px 0 0}.step_form .step_forms form .vehicle-block .form-group label svg{display:none}.step_form .contact-rank{width:10%}.step_form .contact-label{width:85%}}
