/*--------------------------------------
 Core
--------------------------------------*/
* {
  box-sizing: border-box;
}
body {
  background: #f2f2f2 none no-repeat fixed 0 0 / cover;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}

/*--------------------------------------
 Typography
--------------------------------------*/
p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
 Buttons
--------------------------------------*/
button,
input[type="submit"] {
  font-family: 'Poppins', sans-serif;
  border: 0 none;
  cursor: pointer;
}

/*--------------------------------------
 Global
--------------------------------------*/
.hidden {
  display: none;
}
.td-linethgrough {
  text-decoration: line-through;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}

/*--------------------------------------
 Header
--------------------------------------*/

/*--------------------------------------
 Footer
--------------------------------------*/

/*--------------------------------------
 Content
--------------------------------------*/
#page-wrapper {
  padding: 25px;
}
.content {
  background-color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  padding: 25px 40px;
}
.car {
  max-width: 333px;
  margin: 0 auto 20px;
}
.main-heading {
  color: #0798c8;
  margin: 0 0 20px;
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
}
.text {
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}
.checklist {
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.checklist li {
  text-align: center;
  line-height: 1.3em;
  width: 25%;
}
.check {
  max-width: 26px;
  margin: 0 auto 10px;
}
.quote-form {
  background-color: #f2f2f2;
  padding: 30px;
}
.quote-form__group {
  margin-bottom: 10px;
}
.quote-form__group.gflex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.quote-form__group.gflex .quote-form__col {
  width: 49%;
}
.quote-form__input {
  width: 100%;
  border: 1px solid #dddddd;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  border-radius: 8px;
}
.quote-form__submit {
  width: 100%;
  display: block;
  background-color: #0798c8;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
}
.quote-form__text {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.quote-form__consent {
  background-color: #f8f8f8;
  padding: 25px;
  margin-top: 20px;
}
.quote-form__consent-heading {
  margin: 0 0 10px;
  line-height: 1.2em;
  font-weight: 600;
}
.quote-form__consent-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.quote-form__consent-text {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
}
.consent__link {
  color: #0798c8;
  text-decoration: underline;
}

/*------------------------------
 * Terms of Use
 *----------------------------*/
.terms-of-use h1 {
  margin-top: 0;
}
.terms-of-use p {
  margin-top: 0;
}
.terms-of-use h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}