/* Remove webkit mobile appearance for buttons */
.btn , input[type="submit"],select{
  -webkit-appearance: none;
}
/* Footer Newsletter */
.hbspt-newsletter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #fafafa;
    align-items:flex-end;
    position:relative;
  }
  .c-footer-form-wrapper .submitted-message {
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    font-size:18px;
    line-height:21px;
}
  .hbspt-newsletter label{
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color:#fff;
    font-weight:400;
    margin:10px 0;
  }
  .hbspt-newsletter .input{
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-style: solid solid none;
    border-width: 0px 0px 1px;
    border-color: #aeaeae;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color:#fff;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .hbspt-newsletter .hs-email{
    width:100%;
  }
  .hs-form-required{
    visibility:hidden;
  }
  .hbspt-newsletter ::placeholder{
    color:#424242;
  }
  .hbspt-newsletter .hs-error-msg, .hbspt-newsletter .hs-error-msgs{
    color:#fff;
    font-size:12px;
    color:#c96852;
    list-style:none;
    padding:0;
  }
  .hbspt-newsletter .hs-error-msgs{
    position:absolute;
    bottom: -55%;
    line-height: 14px;
  }
  .hbspt-newsletter input{
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0px 12px 0px 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .hbspt-newsletter .hs_error_rollup{
    display:none;
  }
  .hbspt-newsletter .hs-button{
    border:none;
    border-bottom-width: 1px;
    background-color: transparent;
    font-family: Materialicons, sans-serif;
    color: #424242;
    font-size: 21px;
    line-height: 20px;
    display:inline-block;
    padding:9px 15px;
  }
.hbspt-newsletter .submitted-message{
  color:#fff;
  font-size:18px;
  line-height:21px;
}
  /* Rounded Signup Form */
.hbspt-rounded-signup {
  color:#000;
  font-weight:400;
  font-family:"Poppins",sans-serif;
}
.hbspt-rounded-signup p{
  line-height:24px;
}
.hbspt-rounded-signup label{
  font-weight:400;
}
.hbspt-rounded-signup .input{
  border:none;
  margin:0;
  padding:0;
  background-color:transparent;
  height:auto;
  color:#000;
}
.hbspt-rounded-signup ul, .hbspt-rounded-signup li{
  list-style:none;
  margin:0;
  padding:0; 
  line-height:24px;
}
.hbspt-rounded-signup .hs-form-field{
  margin:40px 0;
}
.hbspt-rounded-signup input[type="text"],.hbspt-rounded-signup input[type="email"],.hbspt-rounded-signup select,.hbspt-rounded-signup input[type="tel"]{
  border:none;
  padding:15px 25px;
  width:100%;
  border-radius:400px;
  font-size:18px;
  line-height:28px;
  background-color:#ffffff;
}
.hbspt-rounded-signup select {
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
.hbspt-rounded-signup select {
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 30px) calc(1em + 5px),
    calc(100% - 25px) calc(1em + 5px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
/* .hbspt-rounded-signup select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
} */
.hbspt-rounded-signup input::placeholder{
  color:#C4C4C4;
  font-family:"Poppins",sans-serif;
}
.hbspt-rounded-signup .hs-fieldtype-booleancheckbox{
  margin:20px 0;
}
 /* Custom Input */
 .hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox {
  margin: 10px 0;
  position: relative;
}
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span {
  display: inline-block;
  margin-right:0px; /* Additional spacing on the right */
  margin-left:40px;
  margin-top:0;
}
/* Hide the original checkbox */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label:hover{
  cursor:pointer;
}
/* Add new checkbox */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span::before,ul.inputs-list li.hs-form-booleancheckbox label span::after {
  content: "";
  border:2px solid #000;
  height:15px;
  width:15px;
  border-radius:400px;
  left: 8px;
  opacity: .3;
  position: absolute;
  top: 0px;
  transition: opacity 0.2s ease-in-out;
  cursor:pointer;
}
/* Style new checked item */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span::after {
  opacity: 0;
}
/* Show when checked */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
  background:#fff;
  content: "\2713";
  /* font-family: Materialicons, sans-serif; */
  font-size:18px;
  line-height:16px;
  color:#fff;
  background:#000;
}
/* Style when focused */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
} 
.hbspt-rounded-signup span.hs-form-required::before,span.hs-form-required::after{
  opacity:0;
  visibility:hidden;
} 
.hbspt-rounded-signup input[type="submit"]{
  background-color:#00dd00;
  color:#000;
  font-family:"Poppins",sans-serif;
  padding:15px;
  width:100%;
  border:none;
  border-color:none;
  border-radius:500px;
  font-size:18px;
  margin:20px 0 0 0;
  cursor:pointer;
}
.hbspt-rounded-signup.black input[type="submit"]{
  background-color:#000000;
  color:#fff;
  font-family:"Poppins",sans-serif;
  padding:15px;
  width:100%;
  border:none;
  border-color:none;
  border-radius:500px;
  font-size:18px;
  margin:20px 0 0 0;
  cursor:pointer;
}
.submitted-message{
  font-size:32px;
  line-height:42px;
  font-weight:400;
}
.modes-form .submitted-message{
  font-size:32px;
  line-height:42px;
  font-weight:400;
  color:#fff;
}
.modes-form .hbspt-rounded-signup input[type="text"],.modes-form .hbspt-rounded-signup input[type="email"],.modes-form .hbspt-rounded-signup select{
  border:none;
}
.modes-form .hbspt-rounded-signup input[type="submit"]{
  background-color:#000;
  color:#fff;
}
.modes-form .hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span::before,   .modes-form ul.inputs-list li.hs-form-booleancheckbox label span::after{
  border:none;
  background:#fff;
  opacity:1;
}
.hbspt-rounded-signup .hs-error-msg, .hbspt-rounded-signup .hs-error-msgs{
  color:#fff;
  font-size:12px;
  color:#c96852;
  list-style:none;
  padding:0;
}
.c-popup-form .hbspt-rounded-signup{
  width:90%;
  margin:0 auto;
}
.c-popup-form .hbspt-rounded-signup .hs-form-field{
  margin:20px 0;
}
.c-popup-form .hbspt-rounded-signup input[type="text"], .c-popup-form .hbspt-rounded-signup input[type="email"], .c-popup-form .hbspt-rounded-signup select{
  font-size:16px;
  padding:10px 25px;
}
.c-popup-form .hs-form-required{
  margin:0;
}
/* Adaptive Vehicles Form Styles */
.hbspt-rounded-signup.adaptive .hs-form-field{
  margin:20px 0;
  padding:0 20px;
}
.hbspt-rounded-signup.adaptive .hs-dependent-field .hs-form-field{
  margin:20px 0;
}
.hbspt-rounded-signup.adaptive{
  max-width:600px;
  margin:0;
}
.hbspt-rounded-signup.adaptive input[type="text"], .hbspt-rounded-signup.adaptive input[type="email"],.hbspt-rounded-signup.adaptive input[type="tel"], .hbspt-rounded-signup.adaptive select{
  padding:10px 20px;
  border:1px solid #ccc;
  font-size:14px;
}
.hbspt-rounded-signup.adaptive input[type="text"], .hbspt-rounded-signup.adaptive input[type="email"], .hbspt-rounded-signup.adaptive select,{
  width:100% !important;
}
.hbspt-rounded-signup.adaptive input[type="tel"]{
  width:95%;
}
.hbspt-rounded-signup.adaptive label{
  font-weight:400;
}
.hbspt-rounded-signup.adaptive fieldset{
  max-width:100%;
}
.hbspt-rounded-signup.adaptive fieldset.form-columns-1 .hs-input:not(#phone_ext-0573e75d-e076-4aaf-8e2f-eb2132325e04,[type='tel']){
  width:100% !important;
}
.hbspt-rounded-signup.adaptive legend{
  color:#999;
  font-size:12px;
  line-height:18px;
  padding-bottom:15px;
}
.hbspt-rounded-signup.adaptive .hs-richtext{
  font-size:12px;
  padding:10px 10px 0px 10px;
}
.hbspt-rounded-signup.adaptive select{
  background-position:calc(100% - 30px) calc(1em + 8px),
  calc(100% - 25px) calc(1em + 8px),
  100% 0;
}
.hbspt-rounded-signup.adaptive input[type="submit"]{
  padding:10px;
  font-size:16px;
}

.hbspt-rounded-signup.adaptive .hs-input[type="date"] {
  -webkit-appearance:none;
  line-height: 40px !important;
  border-radius: 50px;
  padding: 20px;
  border: 1px solid #ccc;
  width:100%;
  height:100%;
}
/* Add BG image for scooter types */
.hbspt-rounded-signup.adaptive li.hs-form-radio{
display:inline-block;
margin-right:10px;
}
.hbspt-rounded-signup.adaptive label.hs-form-radio-display:before{
  content: '';
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  display: block;
  cursor:pointer;
}
.hbspt-rounded-signup.adaptive label[data-reactid=".hbspt-forms-0.1:$4.$adaptive_vehicle_options.0.$Three-wheel stand up scooter.0"].hs-form-radio-display:before{
  background-image:url('https://web.archive.org/web/20210430214851im_/https://uploads-ssl.webflow.com/5ff5f6ad8e94402e5630fa2e/601c94ac94f4eb8328c50d4c_Group%2056.png');
}
.hbspt-rounded-signup.adaptive label[data-reactid=".hbspt-forms-0.1:$4.$adaptive_vehicle_options.0.$Three-wheel sit down scooter.0"].hs-form-radio-display:before{
  background-image: url('https://web.archive.org/web/20210430214851im_/https://uploads-ssl.webflow.com/5ff5f6ad8e94402e5630fa2e/601c94acad844d7af2dba4a5_Group%2058.png');
}
.hbspt-rounded-signup.adaptive label[data-reactid=".hbspt-forms-0.1:$4.$adaptive_vehicle_options.0.$Two wheel sit down scooter.0"].hs-form-radio-display:before{
  background-image: url('https://web.archive.org/web/20210430214851im_/https://uploads-ssl.webflow.com/5ff5f6ad8e94402e5630fa2e/601c94acbae197d670adf28d_Group%2057.png');
}
.hbspt-rounded-signup.adaptive .hs-form-radio{
   padding: 7px !important;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  width:175px;
  margin-bottom:3px;
}
.hbspt-rounded-signup.adaptive .hs-form-radio:hover{
cursor:pointer;
}
.hbspt-rounded-signup.adaptive .hs-form-radio.selected{
    /* outline: 2px solid #00dd00; */
  border: 2px solid #00dd00;
}
.hbspt-rounded-signup.adaptive .hs-form-radio input[type='radio']{
display:none;
}


/* UPDATED TEST */

.hbspt-rounded-signup {
  color:#000;
  font-weight:400;
  font-family:"Poppins",sans-serif;
}
.hbspt-rounded-signup p{
  line-height:24px;
}
.hbspt-rounded-signup label{
  font-weight:400;
}
.hbspt-rounded-signup .input{
  border:none;
  margin:0;
  padding:0;
  background-color:transparent;
  height:auto;
}
.hbspt-rounded-signup ul, .hbspt-rounded-signup li{
  list-style:none;
  margin:0;
  padding:0; 
}
.hbspt-rounded-signup .hs-form-field{
  margin:20px 0;
}
.hbspt-rounded-signup input[type="text"],.hbspt-rounded-signup input[type="email"],.hbspt-rounded-signup select{
  border:2px solid transparent;
  padding:15px 25px;
  width:100%;
  border-radius:400px;
  font-size:18px;
}

.hbspt-rounded-signup select {
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

.hbspt-rounded-signup select {
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 30px) calc(1em + 5px),
    calc(100% - 25px) calc(1em + 5px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

/* .hbspt-rounded-signup select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
} */

.hbspt-rounded-signup input::placeholder{
  color:#C4C4C4;
  font-family:"Poppins",sans-serif;
}
.hbspt-rounded-signup .hs-fieldtype-booleancheckbox{
  margin:20px 0;
}

 /* Custom Input */
 .hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox {
  margin: 10px 0;
  position: relative;
}

.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span {
  display: inherit;
  margin-right:0px; /* Additional spacing on the right */
  margin-left:40px;
  line-height:12px;
  margin-top:0;
  color:#000;
  font-size:12px;
  line-height:12px;
}
/* Hide the original checkbox */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label:hover{
  cursor:pointer;
}
/* Add new checkbox */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span::before,ul.inputs-list li.hs-form-booleancheckbox label span::after {
  content: "";
  border:2px solid #fff;
  background:#fff;
  height:15px;
  width:15px;
  border-radius:400px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 0px;
  transition: opacity 0.2s ease-in-out;
  cursor:pointer;
}
/* Style new checked item */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label span::after {
  opacity: 0;
}
/* Show when checked */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
  content: "done";
  font-family: Materialicons, sans-serif;
  font-size:16px;
  line-height:14px;
  color:#000;
  background:#fff;
}
/* Style when focused */
.hbspt-rounded-signup ul.inputs-list li.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
} 

.hbspt-rounded-signup span.hs-form-required::before,span.hs-form-required::after{
  opacity:0;
  visibility:hidden;
} 

.hbspt-rounded-signup input[type="submit"]{
  background-color:#000;
  color:#fff;
  font-family:"Poppins",sans-serif;
  padding:15px;
  width:100%;
  border:none;
  border-color:none;
  border-radius:500px;
  font-size:18px;
  margin:20px 0 0 0;
  cursor:pointer;
}

.submitted-message{
  font-size:32px;
  line-height:42px;
  font-weight:400;
  font-family:"Poppins",sans-serif;
  text-align:center;
  color:#fff;
}
.hs-form-required{
display:none !important;
}
.hs-city {
margin-bottom:40px !important;
}
/*
     FILE ARCHIVED ON 21:48:51 Apr 30, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:28:54 Mar 22, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 199.743
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.123
  RedisCDXSource: 5.159
  esindex: 0.01
  LoadShardBlock: 167.655 (3)
  PetaboxLoader3.datanode: 112.256 (4)
  CDXLines.iter: 23.983 (3)
  PetaboxLoader3.resolve: 138.836 (2)
  load_resource: 164.477
*/