.quote__item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #f1f1f1; }
  @media screen and (min-width: 48rem) {
    .quote__item {
      padding: 1rem 1.5rem 0; } }

.quote__title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.5rem 0 1rem;
  font-weight: 400; }
  @media screen and (min-width: 48rem) {
    .quote__title {
      font-size: 20px;
      font-size: 1.25rem; } }

.quote__close-button {
  position: absolute;
  top: 25px;
  right: 20px;
  margin: 0;
  border: 0;
  padding: 0;
  cursor: pointer; }

.quote__close-image {
  width: 15px;
  height: 15px; }

.quote__file-upload {
  max-width: 0;
  max-height: 0;
  opacity: 0; }

.quote__file-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box; }
  @media screen and (min-width: 48rem) {
    .quote__file-element {
      flex-direction: row; } }
  .quote__file-element.dragging {
    outline: 2px solid #cf000d; }

.quote__cta-element.-left {
  margin: 0 !important; }

.quote__file-text {
  margin: 1rem 0.5rem 0; }
  @media screen and (min-width: 48rem) {
    .quote__file-text {
      margin: 0 0 0 1rem; } }

.quote__checkbox-wrap {
  display: flex;
  align-items: center; }

.quote__checkbox-input {
  display: grid; }
  .quote__checkbox-input > * {
    grid-area: checkbox; }
  .quote__checkbox-input input {
    opacity: 0;
    width: 1em;
    height: 1em; }
    .quote__checkbox-input input:checked + .quote__item-control {
      border-color: #cf000d; }
      .quote__checkbox-input input:checked + .quote__item-control svg {
        transform: scale(1);
        background: #cf000d;
        color: #fff; }
    .quote__checkbox-input input:disabled + .quote__item-control {
      color: #666; }

.quote__item-control {
  color: #000;
  display: inline-grid;
  width: 1em;
  height: 1em;
  border-radius: 0;
  transform: scale(1);
  background: #fff;
  color: #fff;
  border: 1px solid #000; }
  .quote__item-control svg {
    transition: transform 0.1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left; }

.quote__checkbox-text {
  margin-left: 1rem; }
  .quote__checkbox-text a {
    color: #000000; }

.quote__success-container {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 48rem) {
    .quote__success-container {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.quote__success-heading {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  max-width: 450px; }
  @media screen and (min-width: 30rem) {
    .quote__success-heading {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .quote__success-heading {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 64rem) {
    .quote__success-heading {
      font-size: 40px;
      font-size: 2.5rem; } }

.quote__success-copy {
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  margin: 1rem auto;
  max-width: 450px; }
  @media screen and (min-width: 64rem) {
    .quote__success-copy {
      font-size: 18px;
      font-size: 1.125rem; } }
  .quote__success-copy:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 48rem) {
    .quote__success-copy {
      margin: 1.5rem auto; } }

.quote__success-button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #cf000d;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  min-height: 2.875rem;
  padding: 0.25rem 2rem;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 1.125rem;
  max-width: 100%;
  margin: 3rem auto 0; }
  .quote__success-button:focus {
    outline: 1px solid #000; }
  .quote__success-button:hover {
    background-color: #b6000b;
    color: #fff; }
  .quote__success-button:disabled {
    background-color: #fff;
    border: 2px solid #d5d5d5;
    color: #d5d5d5; }
  @media screen and (min-width: 30rem) {
    .quote__success-button {
      max-width: max-content; } }
  @media screen and (min-width: 48rem) {
    .quote__success-button {
      margin: 3rem auto 0; } }

.quote__split-zoned-extra {
  display: none; }
  .quote__split-zoned-extra.-show {
    display: block; }

.cta__button.-left.replicator-button {
  margin-bottom: 3rem; }

/*# sourceMappingURL=quote.css.map */