.quoterbox__form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.quoterbox__form-select {
  width: 100%;
  background: #fff;
  border: 1px solid #d4d4d4;
  font-size: 1.2rem;
  padding: 4px;
  height: 2.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-top: 0.3rem;
}
.quoterbox__form-select::-ms-expand {
  display: none;
}

.quoterbox__form-select-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  margin-right: 1.5rem;
}
.quoterbox__form-select-wrapper:before {
  position: absolute;
  display: block;
  width: 2rem;
  content: "";
  z-index: -1;
  bottom: 1px;
  height: 2.1rem;
  right: 1px;
  background-color: #706F6F;
  z-index: 0;
  pointer-events: none;
}
.quoterbox__form-select-wrapper:after {
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  content: "";
  display: inline-block;
  height: 0.75rem;
  right: 11px;
  position: absolute;
  top: calc(50% - .2rem);
  -webkit-transform: translate(50%, 50%) rotate(135deg);
          transform: translate(50%, 50%) rotate(135deg);
  width: 0.75rem;
  z-index: 0;
  color: #fff;
  pointer-events: none;
}
.quoterbox__form-select-wrapper:focus-within:before {
  bottom: 3px;
  height: 1.8rem;
  right: 3px;
  background-color: #706F6F;
  z-index: 0;
  pointer-events: none;
  width: calc(2rem - 2px);
}
.quoterbox__form-select-wrapper:focus-within:after {
  right: 12px;
  position: absolute;
  top: calc(50% + .2rem);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
  width: 0.75rem;
  z-index: 0;
  color: #fff;
  pointer-events: none;
}

.quoterbox__cp-submit-wrapper {
  margin-top: 5%;
  display: -webkit-box;
  display: flex;
  margin: 0;
  -webkit-box-align: end;
          align-items: flex-end;
}

.quoterbox__form-cp-wrapper {
  margin-right: 5%;
}

.quoterbox__form-cp {
  width: 6.8rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  padding: 4px;
  display: block;
  border: 1px solid #d4d4d4;
  margin-top: 0.3rem;
  width: 9.5rem;
}

.quoter__form-submit {
  background: #FFE600;
  border: 0;
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 3.5rem;
  cursor: pointer;
  font-size: 1.4rem;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #393939;
}
.quoter__form-submit:hover {
  background: #FFF;
}
.quoter__form-submit:focus {
  background: #FFF;
  text-decoration: underline;
  outline: 0;
}

.quoterbox__form-label {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #FFE600;
}

#postalCodeMask {
  display: none;
}
.quoterbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
  height: 100%;
  background-color: #63666A;
}

.flex-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.quoterbox__header {
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
  flex-wrap: wrap;
  background-color: #FFF;
}
.quoterbox__header h1, .quoterbox__header p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-wrapper {
  padding: 0.5rem;
  background-color: #FFF;
}

.main-logo {
  width: 6rem;
}

.header__text-content {
  background-color: #FFF;
  color: #393939;
  padding: 0.5rem;
  -webkit-box-flex: 1;
          flex: 1;
}

.quoter__tel {
  display: inline-block;
  margin: 0 auto;
  color: #393939;
  font-size: 1.2rem;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
  font-size: 1.4rem;
}
.quoter__tel:focus {
  background-color: #393939;
  outline: 0;
  color: #FFF;
  text-decoration: underline;
}

.quoterbox__main {
  width: 100%;
  padding: 0.8rem 1.5rem 1.5rem;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  padding: 0px;
  color: #393939;
  font-family: "Roboto", Arial, sans-serif;
}

html, body {
  height: 100%;
}

input[type=text]:focus,
select:focus {
  box-shadow: inset 0px 0px 0px 2px #393939;
  outline: 1px solid #FFF;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Ajustements Next 2024 */
.next .quoterbox__form-cp-wrapper {
  display: none;
}

.next .quoter__form-submit {
  min-width: 16rem;
}

@media only screen and (min-width: 220px) {
  .quoterbox__header h1, .quoterbox__header p {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .logo-wrapper {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }

  .main-logo {
    width: 8rem;
  }

  .header__text-content {
    padding: 1.5rem 1.5rem 1rem 0;
  }
}

@media only screen and (min-width: 450px) {
  .quoterbox__form-cp {
    font-size: 1.4rem;
  }

  .quoter__form-submit {
    font-size: 1.6rem;
  }

  .quoterbox__form-select {
    padding: 0.8rem;
    height: 3rem;
  }

  .quoterbox__form-select-wrapper:before {
    width: 3rem;
    height: 2.8rem;
  }
  .quoterbox__form-select-wrapper:after {
    right: 16px;
  }
  .quoterbox__form-select-wrapper:focus-within:before {
    height: 2.4rem;
    width: calc(2.9rem - 2px);
  }
  .quoterbox__form-select-wrapper:focus-within:after {
    right: 17px;
  }
  .quoterbox__main {
    padding: 1rem 2rem 1rem 0;
  }

  .flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .logo-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 1rem 2rem;
  }

  .main-logo {
    width: 10rem;
  }

  .header__text-content {
    background-color: #63666A;
    color: #FFF;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 1rem 2rem;
  }

  .quoterbox__header {
    display: -webkit-box;
    display: flex;
    padding-bottom: 0;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .quoterbox__header h1, .quoterbox__header p {
    font-size: 2.1rem;
    line-height: 3.4rem;
  }

  .quoter__tel {
    color: #FFF;
    margin: 1rem 0 0;
  }
  .quoter__tel:focus {
    background-color: #63666A;
    color: #FFF;
  }

  .form__elements-wrapper {
    display: inherit;
  }
}

/*# sourceMappingURL=/style.73cabe44.css.map */