.request-quote {
  background-color: #fff;
}
.request-quote .request-quote-container {
  max-width: 112.5rem;
  margin: 0 auto;
  padding: 0 3.125%;
}
.request-quote .rq-section-contact {
  padding: 0 3.125%;
}
@media (max-width: 767.98px) {
  .request-quote .rq-section-contact {
    padding: 0rem;
  }
}
.request-quote .rq-steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .request-quote .rq-steps-wrapper {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1rem;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .request-quote .rq-steps-wrapper > .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 20rem;
    max-width: 21.875rem;
    scroll-snap-align: start;
  }
}
.request-quote .request-hero {
  position: relative;
}
.request-quote .request-hero .request-hero__image {
  width: 100%;
  height: 25rem;
  display: block;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.request-quote .request-hero .request-hero__image-mobile {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.request-quote .request-hero .rq-hero__content {
  position: absolute;
  right: 51%;
  left: 3%;
  text-align: left;
  top: 50%;
  bottom: initial;
  max-width: 40%;
  color: #fff;
  text-align: start;
  padding: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .request-quote .request-hero .rq-hero__content {
    position: static;
    color: black;
    max-width: 100%;
    text-align: center;
    padding: 0 !important;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.request-quote .request-hero .rq-hero__content h1 {
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 1.25rem 0 0.625rem 0;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .request-quote .request-hero .rq-hero__content h1 {
    color: #333f48;
  }
}
.request-quote .request-hero .rq-hero__content h1 span {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .request-quote .request-hero .rq-hero__content h1 span {
    color: #333f48;
  }
}
.request-quote .request-hero .rq-hero__content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1199.98px) {
  .request-quote .request-hero .rq-hero__content p {
    color: #333f48;
  }
}
.request-quote .request-hero .rq-btn1 {
  color: #333f48;
  background-color: rgba(110, 218, 213, 0.5137254902);
  border: solid 0.125rem #fdf052;
  font-size: 1.1875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 0.625rem 3.75rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.request-quote .rq-btn {
  background-color: #74ded5;
  border: 0.125rem solid transparent;
  border-radius: 62.4375rem;
  color: #333f48;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.75rem 2.5rem;
}
.request-quote .rq-btn:hover, .request-quote .rq-btn:focus {
  background-color: #fff;
  color: #02a6a9;
  border-color: #fff;
  text-decoration: none;
}
.request-quote .rq-btn--outline {
  background-color: transparent;
  color: #02a6a9;
  border-color: #02a6a9;
}
.request-quote .rq-btn--outline:hover, .request-quote .rq-btn--outline:focus {
  background-color: #74ded5;
  color: #333f48;
}
.request-quote .rq-section__title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  color: #333f48;
  line-height: 2.0625rem;
  padding: 4.375rem 0;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .request-quote .rq-section__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    padding: 1.875rem 0 1.125rem 0;
  }
}
.request-quote .rq-section--how {
  overflow-x: hidden;
}
.request-quote .rq-section--how .card, .request-quote .rq-section--benefits .card {
  border-radius: 1.5rem;
}
.request-quote .rq-step {
  position: relative;
  background: #F3F4F5;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: transparent;
}
.request-quote .rq-step__number {
  position: absolute;
  top: -1.25rem;
  left: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.5rem;
  background-color: #74ded5;
  color: #333f48;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(2, 166, 169, 0.25);
          box-shadow: 0 0.625rem 1.25rem rgba(2, 166, 169, 0.25);
}
.request-quote .rq-step__frame {
  background-color: #f4f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1.5rem 2.5rem;
}
.request-quote .rq-step__art {
  width: 100%;
  max-width: 11.875rem;
  height: auto;
}
.request-quote .rq-step__content {
  background-color: rgba(110, 218, 213, 0.2352941176);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.75rem 2rem;
}
.request-quote .rq-step__title span a {
  color: #ff6600;
  text-decoration: none;
}
.request-quote .rq-step__title span a:hover, .request-quote .rq-step__title span a:focus {
  text-decoration: underline;
}
.request-quote .rq-step__icon-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.request-quote .rq-step__icon {
  width: 4rem;
  height: 4rem;
  stroke: #02a6a9;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.request-quote .rq-step__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333f48;
  text-align: start;
}
.request-quote .rq-step__text {
  color: #333f48;
  line-height: 1.65;
  margin-bottom: 0;
  text-align: start;
  font-weight: 500;
}
.request-quote .rq-benefits {
  padding: 0 1rem;
}
.request-quote .rq-benefits__item {
  position: relative;
  margin-bottom: 1rem;
  color: #333f48;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem;
  line-height: 1.5;
}
.request-quote .rq-benefits__item i {
  color: #ff6600;
  font-size: 1.875rem;
}
@media (max-width: 767.98px) {
  .request-quote .rq-benefits__item i {
    font-size: 1.5rem;
  }
}
.request-quote .rq-benefits__item span {
  text-align: start;
}
.request-quote .rq-cta .rq-btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1875rem;
  border: solid 0.125rem #00adbc;
  border-radius: 0.25rem;
  background: rgba(110, 218, 213, 0.5137254902);
  color: #333f48;
  padding: 0.625rem 3.75rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.request-quote .rq-cta .rq-btn:hover, .request-quote .rq-cta .rq-btn:focus {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: rgba(110, 218, 213, 0.2352941176);
  border-color: #74ded5;
}
.request-quote .rq-cta__title {
  color: #333f48;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.0625rem;
}
@media (max-width: 767.98px) {
  .request-quote .rq-cta__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.request-quote .rq-contact {
  background-color: #f4f6f8;
}
.request-quote .rq-contact__title {
  color: #333f48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .request-quote .rq-contact__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}
.request-quote .rq-contact__body {
  color: #333f48;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767.98px) {
  .request-quote .rq-contact__body {
    font-size: 1rem;
  }
}
.request-quote .rq-contact__link-value {
  font-size: 1.125rem;
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
}
.request-quote .rq-contact__link-value:hover, .request-quote .rq-contact__link-value:focus {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .request-quote .rq-contact__link-value {
    font-size: 1rem;
  }
}
.request-quote .rq-contact__link-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.0625rem;
}
@media (max-width: 767.98px) {
  .request-quote .rq-contact__link-title {
    font-size: 1rem;
  }
}
.request-quote .rq-contact span {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .request-quote .rq-contact span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .request-quote .rq-section--how .rq-step__frame {
    padding: 2rem 2rem 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .request-quote .rq-section--cta .rq-cta {
    padding: 3rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .request-quote .rq-step__content {
    padding: 1.5rem 1.75rem;
  }
}

.rq-benefits--columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

@media (min-width: 768px) {
  .rq-benefits--columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1200px) {
  .rq-benefits--columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.quote-form-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 3.125%;
}
.quote-form-container .quote-form-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 1.25rem 0 10.5rem 0;
}
@media (max-width: 767.98px) {
  .quote-form-container .quote-form-wrapper {
    padding: 1.25rem 0 4.375rem 0;
  }
}
.quote-form-container .quote-form-wrapper .quote-form-info {
  margin-bottom: 0.625rem;
}
.quote-form-container .quote-form-wrapper .quote-form-info h1 {
  font-size: 2.25rem;
  line-height: 2.0625rem;
  font-weight: 700;
  color: #333f48;
  margin-bottom: 0.625rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767.98px) {
  .quote-form-container .quote-form-wrapper .quote-form-info h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.quote-form-container .quote-form-wrapper .quote-form-info p {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #333f48;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767.98px) {
  .quote-form-container .quote-form-wrapper .quote-form-info p {
    font-weight: 500;
  }
}
.quote-form-container .quote-form-wrapper .quote-form-divider {
  padding: 13px 0;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 1.25rem;
}
.quote-form-container .quote-form-wrapper .quote-form-divider h2 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 700;
  color: #333f48;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767.98px) {
  .quote-form-container .quote-form-wrapper .quote-form-divider h2 {
    font-size: 1.125rem;
    line-height: 2.0625rem;
  }
}
.quote-form-container .quote-form-content .quote-form-label {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 600;
  color: #333f48;
  margin-bottom: 0rem;
  letter-spacing: 2%;
}
.quote-form-container .quote-form-content .quote-form-label span {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333f48;
  font-style: italic;
}
.quote-form-container .quote-form-content input,
.quote-form-container .quote-form-content textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0rem;
  padding: 0.625rem;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #333f48;
  letter-spacing: 2%;
  margin-top: 0.375rem;
  outline: none;
}
.quote-form-container .quote-form-content input:focus,
.quote-form-container .quote-form-content textarea:focus {
  border: 1px solid #ff6600;
}
.quote-form-container .quote-form-content .error-msg {
  color: #ff6600;
  padding-top: 5px;
  font-size: 12px;
  margin-bottom: 0;
}
.quote-form-container .quote-form-content .error-msg span {
  color: #333f48;
}
.quote-form-container .quote-form-content .checkbox {
  margin-top: 10px;
  padding: 0;
  position: relative;
  background: #fff;
  display: block;
}
.quote-form-container .quote-form-content .checkbox label {
  padding-left: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #333f48;
}
.quote-form-container .quote-form-content .checkbox label:hover .helper {
  color: #ff6600;
}
.quote-form-container .quote-form-content .checkbox input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.quote-form-container .quote-form-content .checkbox input:checked ~ .helper {
  color: #ff6600;
  border: 2px solid #ff6600;
}
.quote-form-container .quote-form-content .checkbox input:checked ~ .helper::after, .quote-form-container .quote-form-content .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.15s ease 0s;
  transition: height 0.15s ease 0s;
}
.quote-form-container .quote-form-content .checkbox input:checked ~ .helper::after {
  height: 0.6rem;
}
.quote-form-container .quote-form-content .checkbox input:checked ~ .helper::before {
  height: 1.3rem;
  width: 0.15625rem;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.quote-form-container .quote-form-content .checkbox .helper {
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 2px solid #c4c4c4;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.quote-form-container .quote-form-content .checkbox .helper::before, .quote-form-container .quote-form-content .checkbox .helper::after {
  position: absolute;
  height: 0;
  background-color: #ff6600;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.quote-form-container .quote-form-content .checkbox .helper::before {
  top: 0.7rem;
  left: 0.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.quote-form-container .quote-form-content .checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  width: 0.1875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.quote-form-container .quote-submit-btn {
  background-color: #ff6600;
  color: #fff !important;
  padding: 0.5rem 4.375rem !important;
  font-size: 1.375rem !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 140% !important;
  font-weight: 600 !important;
  letter-spacing: 2%;
  border: none !important;
  border-radius: 0.375rem !important;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .quote-form-container .quote-submit-btn {
    width: 100%;
    font-size: 1.25rem !important;
  }
}
.quote-form-container .quote-form-checkbox-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333f48;
}
.quote-form-container .quote-form-checkbox-label a {
  color: #000;
  text-decoration: underline;
}

.quote-confirmation {
  background-color: #fff;
}
.quote-confirmation .quote-confirmation__container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 3.125%;
}
.quote-confirmation .quote-section-contact {
  padding: 0 3.125%;
}
@media (max-width: 767.98px) {
  .quote-confirmation .quote-section-contact {
    padding: 0rem;
  }
}
.quote-confirmation .quote-confirmation__hero {
  position: relative;
}
.quote-confirmation .quote-confirmation__hero .quote-confirmation__image {
  width: 100%;
  height: 25rem;
  display: block;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-confirmation .quote-confirmation__hero .quote-confirmation__image-mobile {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.quote-confirmation .quote-confirmation__hero .quote-confirmation__content {
  position: absolute;
  left: 3%;
  right: 51%;
  top: 50%;
  max-width: 40%;
  text-align: start;
  color: #fff;
  padding: 0 !important;
  margin: auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .quote-confirmation .quote-confirmation__hero .quote-confirmation__content {
    position: static;
    top: 0;
    color: #333f48;
    max-width: 100%;
    text-align: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.quote-confirmation .quote-confirmation__hero .quote-confirmation__content h1 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 1.25rem 0 0.625rem 0;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .quote-confirmation .quote-confirmation__hero .quote-confirmation__content h1 {
    color: #333f48;
  }
}
.quote-confirmation .quote-confirmation__hero .quote-confirmation__content .content-description {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  color: #fff;
  font-weight: 600;
  margin-top: 2.25rem;
}
@media (max-width: 1199.98px) {
  .quote-confirmation .quote-confirmation__hero .quote-confirmation__content .content-description {
    color: #333f48;
    font-size: 1rem;
    margin-top: 0.3125rem;
    font-weight: 600;
  }
}
.quote-confirmation .quote-confirmation__hero .quote-confirmation__content .content-subdescription {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .quote-confirmation .quote-confirmation__hero .quote-confirmation__content .content-subdescription {
    color: #333f48;
    font-size: 1rem;
  }
}
.quote-confirmation .quote-confirmation__cta {
  text-align: center;
  padding: 4rem 2rem;
  background: none;
  gap: 2rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .quote-confirmation .quote-confirmation__cta {
    padding: 1.3125rem 2.5rem 3.125rem 2.5rem;
  }
}
.quote-confirmation .quote-confirmation__cta .quote-confirmation__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.375rem;
  border: 2px solid #00adbc;
  border-radius: 0.25rem;
  background: rgba(110, 218, 213, 0.5137254902);
  color: #333f48;
  padding: 0.625rem 3.75rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.quote-confirmation .quote-confirmation__cta .quote-confirmation__button:hover, .quote-confirmation .quote-confirmation__cta .quote-confirmation__button:focus {
  background: rgba(110, 218, 213, 0.2352941176);
  border-color: #74ded5;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .quote-confirmation .quote-confirmation__cta .quote-confirmation__button {
    width: 100%;
    font-size: 1rem;
  }
}
.quote-confirmation .quote-confirmation__cta .quote-confirmation__button1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.375rem;
  border: solid 2px #00adbc;
  border-radius: 0.25rem;
  background: rgba(110, 218, 213, 0.2352941176);
  color: #333f48;
  padding: 0.625rem 3.125rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.quote-confirmation .quote-confirmation__cta .quote-confirmation__button1:hover, .quote-confirmation .quote-confirmation__cta .quote-confirmation__button1:focus {
  background: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .quote-confirmation .quote-confirmation__cta .quote-confirmation__button1 {
    width: 100%;
    font-size: 1rem;
  }
}
.quote-confirmation .quote-confirmation__contact {
  background-color: #f4f6f8;
  text-align: center;
}
.quote-confirmation .quote-confirmation__contact-title {
  color: #333f48;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .quote-confirmation .quote-confirmation__contact-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.quote-confirmation .quote-confirmation__contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quote-confirmation .quote-confirmation__contact-link-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.quote-confirmation .quote-confirmation__contact-link-value {
  font-size: 1.125rem;
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
}
.quote-confirmation .quote-confirmation__contact-link-value:hover, .quote-confirmation .quote-confirmation__contact-link-value:focus {
  text-decoration: underline;
}
.quote-confirmation .quote-confirmation__contact span {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .quote-confirmation .quote-confirmation__contact span {
    font-size: 1rem;
  }
}
