/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@300;500;800&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.button.yellow {
  display: inline-block;
  padding: 0.35em 1.5em;
  border-radius: 0.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  background: #FFC857;
  color: #424242;
}
.button.orange {
  display: inline-block;
  padding: 0.35em 1.5em;
  border-radius: 0.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  background: #F26157;
  color: white;
}

.savings {
  text-align: center;
  font-size: 1.15em;
  line-height: 1.1;
  margin: 0;
  margin: 0 auto 1em;
  background: #F26157;
  padding: 1em;
  color: white;
}
.savings span {
  font-weight: 800;
  display: block;
  font-size: 2.5em;
}
.savings + p {
  font-size: 1.25em;
  font-style: italic;
}

.container {
  width: 90vw;
  margin: 0 auto;
  max-width: 980px;
}

html, body {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #2A2B2A;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1600px) {
  html, body {
    font-size: 25px;
  }
}

header {
  padding: 1em 0;
}
header .container .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header .container .content {
    justify-content: flex-start;
  }
}
header .container .content figure {
  margin: 0 auto 0.5em;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header .container .content figure {
    width: 3em;
    margin: 0 0.5em 0 0;
  }
}
header .container .content figure img {
  width: 3em;
}
@media screen and (min-width: 768px) {
  header .container .content figure img {
    width: 100%;
  }
}
header .container .content h2 {
  font-size: 8vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  header .container .content h2 {
    font-size: 2em;
  }
}
header .container .content a#shownav {
  display: block;
  width: 1.5em;
}
@media screen and (min-width: 768px) {
  header .container .content a#shownav {
    margin-left: auto;
  }
}
header .container .content nav {
  position: fixed;
  top: -100vh;
  left: 0;
  width: auto;
  height: auto;
  background: #05B2DC;
  padding: 2em;
  z-index: 10;
  border-bottom-right-radius: 1em;
  border-top-right-radius: 1em;
  box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  header .container .content nav {
    top: -100vh;
    left: 50%;
    width: 36em;
    margin-left: -18em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1em;
  }
}
header .container .content nav.showing {
  top: 1em;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  header .container .content nav.showing {
    top: 0;
  }
}
header .container .content nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  header .container .content nav ul {
    display: flex;
    justify-content: space-between;
  }
}
header .container .content nav ul li {
  list-style-type: none;
  text-align: right;
  line-height: 1;
  padding: 0.3em 0;
}
header .container .content nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.2em;
}
@media screen and (min-width: 1024px) {
  header .container .content nav ul li a {
    font-size: 1em;
    text-transform: uppercase;
  }
}

.hero {
  background-image: url("images/hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .hero {
    background-image: url("images/hero@2x.jpg");
  }
}
.hero .container .content {
  padding: 2em 0 6em;
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero .container .content {
    padding: 4em 0 8em;
  }
}
.hero .container .content h1 {
  margin: 0;
  line-height: 1.1;
  font-size: 12vw;
}
@media screen and (min-width: 768px) {
  .hero .container .content h1 {
    font-size: 2.5em;
    margin: 0 auto;
    text-wrap: balance;
  }
}
@media screen and (min-width: 1024px) {
  .hero .container .content h1 {
    font-size: 3em;
  }
}
.hero .container .content ul {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  .hero .container .content ul {
    display: flex;
    justify-content: center;
    gap: 1em;
  }
}
.hero .container .content ul li {
  padding: 0;
  margin-bottom: 0.5em;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .hero .container .content ul li {
    margin-bottom: 0;
  }
}
.hero .container .content ul li a.arrow {
  position: relative;
}
.hero .container .content ul li a.arrow:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 3.25em;
  position: absolute;
  left: 50%;
  top: 97%;
  margin-left: -0.75em;
  background: url("images/arrow-yellow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.here-to-help {
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .here-to-help {
    padding: 3.5em 0;
  }
}
.here-to-help .container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .here-to-help .container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .here-to-help .container {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .here-to-help .container .content {
    width: 55%;
  }
}
.here-to-help .container .content p {
  margin: 0 auto 1em;
}
.here-to-help .container .content ul {
  margin: 2em 0 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .here-to-help .container .content ul {
    display: flex;
    gap: 1em;
  }
}
.here-to-help .container .content ul li {
  list-style-type: none;
  margin-bottom: 1em;
}
.here-to-help .container .content ul li a {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .here-to-help .container .content ul li a {
    width: auto;
  }
}
.here-to-help .container figure {
  margin: 0 auto 2em;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .here-to-help .container figure {
    margin: 0;
    width: 40%;
  }
}

.how-it-works {
  padding: 2em 0;
  background: #FFC857;
}
@media screen and (min-width: 768px) {
  .how-it-works {
    padding: 3.5em 0;
  }
}
@media screen and (min-width: 1024px) {
  .how-it-works .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .how-it-works .container .content {
    width: 55%;
  }
}
.how-it-works .container .content h2 {
  font-size: 9vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .how-it-works .container .content h2 {
    font-size: 1.75em;
  }
}
.how-it-works .container .content ul {
  margin: 2em 0 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .how-it-works .container .content ul {
    display: flex;
    gap: 1em;
  }
}
.how-it-works .container .content ul li {
  list-style-type: none;
  margin-bottom: 1em;
}
.how-it-works .container .content ul li a {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .how-it-works .container .content ul li a {
    width: auto;
  }
}
.how-it-works .container figure {
  margin: 2em auto 0;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .how-it-works .container figure {
    width: 40%;
    margin: 0;
  }
}

.estimate {
  background: #05B2DC;
  padding: 2em 0;
  margin-top: 0.15em;
}
@media screen and (min-width: 768px) {
  .estimate {
    padding: 3.5em 0;
  }
}
.estimate .container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .estimate .container {
    flex-direction: row;
    gap: 5em;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.estimate .container .content {
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .estimate .container .content {
    flex: 1.25;
    text-align: left;
  }
}
.estimate .container .content h2 {
  font-size: 9vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .estimate .container .content h2 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1024px) {
  .estimate .container .content h2 {
    font-size: 2em;
  }
}
.estimate .container .content h2 + p {
  font-size: 1.2em;
  max-width: 25em;
  margin: 1em auto;
}
.estimate .container .content #explanation {
  border-top: 1px solid white;
  margin: 2em 0;
}
.estimate .container .content #explanation figure {
  margin: 1em auto;
  width: 1.5em;
}
.estimate .container .content #explanation p span {
  font-weight: 800;
}
.estimate .container .content p#savings {
  font-size: 1.15em;
  line-height: 1.1;
  margin: 0;
}
.estimate .container .content p#savings span {
  font-weight: 800;
  display: block;
  font-size: 2.5em;
}
.estimate .container .calculator {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .estimate .container .calculator {
    flex: 1;
    padding: 1.5em;
    background: #FFC857;
  }
}
.estimate .container .calculator label {
  display: block;
  margin: 0 0 0.2em 0;
  font-size: 1.15em;
}
.estimate .container .calculator input, .estimate .container .calculator select {
  width: 100%;
  padding: 0.6em;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0.15em;
  text-align: left;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  height: 2.5em;
}
.estimate .container .calculator select {
  font-size: 1em;
  height: 3.1em;
}
.estimate .container .calculator button {
  display: inline-block;
  padding: 0.35em 1.5em;
  border-radius: 0.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  background: #F26157;
  color: white;
  border: none;
  font-size: 1em;
  margin-top: 1em;
  border-radius: 0.5em;
  width: 100%;
  width: 8em;
}

.get-started {
  padding: 2em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .get-started {
    padding: 3.5em 0;
  }
}
.get-started:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/illustration-contact.svg);
  background-size: auto 90%;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 0;
}
.get-started .container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .get-started .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .get-started .container .content {
    width: 50%;
  }
}
.get-started .container .content h2 {
  font-size: 9vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .get-started .container .content h2 {
    font-size: 1.75em;
  }
}
.get-started .container .the-form {
  background: #FFC857;
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .get-started .container .the-form {
    width: 45%;
  }
}
.get-started .container .the-form h2 {
  margin: 0 0 0.5rem;
  text-align: left;
  font-size: 9vw;
  margin: 0;
  border-bottom: 1px solid rgb(255, 225.0446428571, 163.5);
}
@media screen and (min-width: 768px) {
  .get-started .container .the-form h2 {
    font-size: 1.75em;
  }
}
.get-started .container .the-form select {
  height: 2.5em;
}
.get-started .container .the-form button {
  display: inline-block;
  padding: 0.35em 1.5em;
  border-radius: 0.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  background: #F26157;
  color: white;
  border: none;
  font-size: 1em;
  margin-top: 1em;
  border-radius: 0.5em;
  width: 100%;
}

.thank-you {
  padding: 2em 0;
  min-height: 85vh;
}
@media screen and (min-width: 768px) {
  .thank-you {
    padding: 3.5em 0;
  }
}
.thank-you .container {
  max-width: 768px;
}
.thank-you .container .content figure {
  margin: 0 0 1em 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thank-you .container .content figure {
    width: 12em;
  }
}
.thank-you .container .content h1 {
  font-size: 9vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .thank-you .container .content h1 {
    font-size: 1.75em;
  }
}
.thank-you .container .content ul {
  margin: 2em 0 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .thank-you .container .content ul {
    display: flex;
    gap: 1em;
  }
}
.thank-you .container .content ul li {
  list-style-type: none;
  margin-bottom: 1em;
}
.thank-you .container .content ul li a {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .thank-you .container .content ul li a {
    width: auto;
  }
}

.general-content {
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .general-content {
    padding: 3.5em 0;
  }
}
@media screen and (min-width: 1024px) {
  .general-content .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .general-content .container .content {
    width: 45%;
  }
}
.general-content .container .content h1 {
  font-size: 9vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .general-content .container .content h1 {
    font-size: 1.75em;
  }
}
.general-content .container .the-form {
  background: #FFC857;
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .general-content .container .the-form {
    width: 45%;
  }
}
.general-content .container .the-form h2 {
  margin: 0 0 0.5rem;
  text-align: left;
  font-size: 9vw;
  margin: 0;
  border-bottom: 1px solid rgb(255, 225.0446428571, 163.5);
}
@media screen and (min-width: 768px) {
  .general-content .container .the-form h2 {
    font-size: 1.75em;
  }
}
.general-content .container .the-form select {
  height: 2.5em;
}
.general-content .container .the-form button {
  display: inline-block;
  padding: 0.35em 1.5em;
  border-radius: 0.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  background: #F26157;
  color: white;
  border: none;
  font-size: 1em;
  margin-top: 1em;
  border-radius: 0.5em;
  width: 100%;
}

.faq {
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 3.5em 0;
  }
}
.faq .container {
  max-width: 768px;
}
.faq .container .content h1 {
  font-size: 9vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .faq .container .content h1 {
    font-size: 1.75em;
  }
}
.faq .container .content p a {
  color: inherit;
}
.faq .container .content dl dt {
  font-size: 1.2em;
  font-weight: 800;
  color: #F26157;
}
.faq .container .content ul li {
  margin-bottom: 1em;
}

footer {
  background: #F26157;
  padding: 2em 0;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 3.5em 0;
  }
}
footer .container .content {
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
}
footer .container .content a {
  color: inherit;
}
