@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/3868-font.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #03376a;
  --white: white;
  --copy: #625b6c;
  --ehw-homepage: "Segoe Ui", sans-serif;
  --black: #212529;
  --bg: #fafafa;
  --red: #ff2600;
  --green: #00a236;
  --aqua: #c0d8e8;
  --element-bg: #e7e7e7;
  --yellow: #faff00;
  --montserrat: Montserrat, sans-serif;
  --lato: Lato, sans-serif;
  --av-copy: #474747;
  --raleway: Raleway, sans-serif;
  --roboto-slab: "Roboto Slab", sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 94px;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.image {
  margin-left: 0;
}

.section {
  color: #212529;
  background-color: #0a3a6a;
  display: flex;
}

.section.mcc {
  background-color: #fff;
}

.heading {
  clear: none;
  color: #fff;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  object-fit: contain;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: none;
  position: static;
}

.container {
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: block;
}

.div-block {
  background-color: #e8e8e8;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.heading-2 {
  color: #212529;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.button {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  display: block;
}

.button.bttn {
  color: #212529;
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 0;
}

.button-2 {
  color: #212529;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 25%;
  margin-right: 25%;
  display: block;
}

.button-2.bttn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-2.bttn-copy {
  margin-top: 0;
}

.image-margine {
  width: 18%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.image-margine.agrussimage, .image-margine.dogbiteimage {
  width: 10%;
}

.body {
  display: block;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container-2.ehwcontainer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.agruss2 {
  background-color: var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 20px #0003;
}

.agruss2.section2mcc {
  display: none;
}

.agruss2.ehw-container {
  background-color: var(--white);
}

.agruss2.inquirysection {
  background-color: var(--white);
  display: none;
}

.agruss2.lawfirmowner {
  background-color: var(--white);
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: static;
  box-shadow: 0 0 11px #00000040;
}

.text-block {
  color: #0a3a6a;
  justify-content: center;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: relative;
  left: 0%;
}

.image-2 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  left: 40px;
}

.text-block-2 {
  color: #121212;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.container-3 {
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

.heading-3.heading3mcc {
  display: none;
}

.section-3 {
  background-color: #0a3a6a;
  margin-top: 80px;
  padding-top: 92px;
  padding-bottom: 92px;
  display: block;
}

.section-3.section3mcc {
  display: none;
}

.div-block-3 {
  background-color: #fff;
  width: 50%;
  height: auto;
  padding-bottom: 100px;
  position: relative;
}

.div-block-3.testimonialinsuccess {
  padding-bottom: 60px;
}

.container-4 {
  justify-content: space-between;
  height: 300px;
  display: flex;
}

.text-block-3 {
  text-align: left;
  height: 200px;
  margin-top: 0%;
  padding: 25% 10% 0;
}

.text-block-3.mvatext {
  height: 250px;
}

.text-block-4 {
  padding-top: 12%;
  padding-left: 0%;
  font-weight: 700;
}

.image-3 {
  margin-left: 10%;
  padding-top: 20px;
  padding-left: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-4 {
  margin-bottom: 30px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-4.testimonialty {
  margin-bottom: 60px;
  margin-left: 72px;
  margin-right: auto;
  display: block;
  top: 8%;
  left: 30px;
  right: auto;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.button-3 {
  background-color: #0a3a6a;
  border-radius: 8px;
  justify-content: center;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 35%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.text-block-6.mnfootertext, .text-block-6.katefootertext, .text-block-6.ilfootertext, .text-block-6.mikeblogfooter, .text-block-6.mikefootertext, .text-block-6.wisconsinfooter, .text-block-6.lawfirmowner, .text-block-6.inquiryformfooter {
  color: var(--copy);
}

.section-4 {
  padding-bottom: 40px;
  display: block;
}

.section-4.section4mcc {
  display: none;
}

.container-5 {
  width: 60%;
}

.heading-4 {
  font-size: 20px;
}

.heading-5 {
  font-size: 20px;
  line-height: 24px;
}

.question {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.question.callback {
  color: var(--copy);
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.radio-button-field {
  text-align: center;
}

.radio-button-field.answer {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  box-shadow: 0 0 11px #0003;
}

.radio-button-field.answer.testbttn {
  background-color: #b4b3b3;
}

.radio-button-field-2 {
  text-align: center;
}

.q2.qdiv {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.q1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.q1.qdiv {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
}

.q3.qdiv, .q4.qdiv, .dq.qdiv, .q6.qdiv, .q7.qdiv {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.radio-button, .radio-button-2, .radio-button-3, .radio-button-4, .radio-button-5, .radio-button-6, .radio-button-7, .radio-button-8, .radio-button-9, .radio-button-10, .radio-button-11, .radio-button-12, .radio-button-13, .radio-button-14, .radio-button-15, .radio-button-16 {
  opacity: 0;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3, .radio-button-label-5, .radio-button-label-6, .radio-button-label-7, .radio-button-label-8, .radio-button-label-9, .radio-button-label-10, .radio-button-label-11, .radio-button-label-12, .radio-button-label-13, .radio-button-label-14, .radio-button-label-15, .radio-button-label-16 {
  font-size: 18px;
}

.heading10 {
  text-align: center;
  font-size: 32px;
}

.heading9 {
  text-align: center;
  font-size: 28px;
}

.bttn4 {
  text-align: center;
  background-color: #ff8802;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.bttn4.phone {
  margin-bottom: 60px;
  padding-top: 20px;
}

.bttn4.checkelibttn {
  width: 940px;
  margin-bottom: 0;
}

.bttn4.checkelibttn.katebutton {
  font-size: 24px;
}

.bttn4.submitbutton {
  display: none;
}

.q5.qdiv {
  padding-bottom: 20px;
}

.previ {
  color: #8d8d8d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  font-size: 18px;
  display: none;
  position: static;
  box-shadow: 0 0 11px #0003;
}

.image-5 {
  margin-left: 0;
}

.p1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.question-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  clear: none;
  color: #fff;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  object-fit: contain;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: static;
}

.section-5 {
  color: #212529;
  background-color: #0a3a6a;
  display: flex;
}

.field-label {
  display: none;
}

.container-6 {
  width: 60%;
}

.button-5 {
  text-align: center;
  background-color: #ff8802;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.container-8 {
  padding-left: 20px;
}

.heading-8 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: static;
  box-shadow: 0 0 11px #00000040;
}

.text-block-7 {
  color: #0a3a6a;
  justify-content: center;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: relative;
  left: 0%;
}

.image-6 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  left: 40px;
}

.text-block-8 {
  color: #121212;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.section-8 {
  background-color: #0a3a6a;
  padding-top: 92px;
  padding-bottom: 92px;
  display: block;
}

.section-8.testimonials {
  background-color: var(--blue);
  margin-top: 0;
  display: none;
}

.container-9 {
  justify-content: space-between;
  height: 300px;
  display: flex;
}

.div-block-5 {
  background-color: #fff;
  width: 30%;
  height: 300px;
  position: relative;
}

.image-7 {
  margin-left: 10%;
  padding-top: 20px;
  padding-left: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-9 {
  text-align: left;
  height: 250px;
  margin-top: 0%;
  padding: 23% 8% 0;
}

.image-8 {
  margin-bottom: 30px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-10 {
  padding-top: 0;
  padding-left: 10%;
  font-weight: 700;
}

.text-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.button-6 {
  background-color: #0a3a6a;
  border-radius: 8px;
  justify-content: center;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 35%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-12 {
  text-align: center;
  margin-bottom: 40px;
}

.button-7 {
  color: #8d8d8d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 0 11px #0003;
}

.utm_content {
  display: none;
}

.text-block-13 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.text-block-14 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.button-8 {
  background-color: #ff2600;
  border-radius: 8px;
  width: 50%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.html-embed {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.textblox14 {
  color: #ff8802;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.heading-9 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.container-10 {
  display: block;
  overflow: visible;
}

.div-block-6 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.radio-button-label-17 {
  font-size: 18px;
}

.textarea {
  font-family: var(--ehw-homepage);
  color: var(--black);
  font-size: 18px;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-size: 18px;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  height: 46px;
}

.container-11 {
  margin-top: 60px;
}

.div8 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div8.secondary {
  padding-top: 60px;
  display: none;
}

.heading-10 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  display: none;
}

.heading-11.headingmcc {
  color: #000;
  font-size: 36px;
}

.div-block-7 {
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: red;
  background-color: #ffea00;
  font-weight: 700;
}

.text-span-2 {
  color: #0037ff;
  font-weight: 700;
  text-decoration: underline;
}

.image-10 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-8 {
  justify-content: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-9 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  text-align: center;
}

.text-span-3 {
  color: red;
  font-size: 34px;
  font-weight: 700;
  text-decoration: underline;
}

.section-9 {
  display: none;
}

.image-11 {
  width: 10%;
  margin-top: -51px;
  margin-bottom: 0;
}

.div-block-10 {
  justify-content: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-2 {
  color: #4b4b4b;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: -6px;
}

.div-block-11 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #4a4a4a;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.heading-13.h13 {
  font-size: 36px;
  line-height: 39px;
}

.text-field-5 {
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  width: 100%;
}

.text-field-5.hoverpink {
  height: 50px;
  font-size: 16px;
}

.text-field-5.hoverpink:hover {
  border-color: #f5f5f5;
}

.text-field-5.hoverpink:focus {
  border-color: #004dff;
  box-shadow: 0 0 10px #004dff66;
}

.div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div.firstq {
  display: none;
}

.div.secondq {
  padding-top: 40px;
}

.div.fifthq {
  align-items: center;
}

.div.sixthq {
  text-align: left;
  flex-flow: column;
  align-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: static;
}

.div.seventhq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div.dqninthq {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-6 {
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  width: 100%;
}

.text-field-6.hoverpink {
  text-align: left;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-6.hoverpink:focus {
  border-color: #004dff;
  box-shadow: 0 0 10px #004dff66;
}

.text-field-6.hoverpink.phonefield {
  width: 40%;
}

.text-field-6.hoverpink.nameinput {
  color: #4a4a4a;
  font-size: 16px;
}

.cell {
  align-items: flex-start;
}

.cell.hoverpink {
  background-color: #0000;
  border: 1px #000;
}

.quick-stack {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-10 {
  display: none;
}

.button-9 {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-color: #f25278;
  border-radius: 8px;
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 20px 1px #f25278b3;
}

.button-9.bttnpink {
  background-color: #487fff;
  height: auto;
  margin-top: 40px;
  font-size: 20px;
  box-shadow: 0 0 20px 1px #004dff66;
}

.button-9.bttnpink:active {
  margin-top: 45px;
}

.button-9.bttnpink.phonebutton {
  background-color: #487fff;
  width: 40%;
  margin: 20px 0 40px;
}

.radio-button-field-3 {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.radio-button-field-3.radiopink {
  position: static;
}

.radio-button-field-3.radiopink:hover {
  color: #fff;
  background-color: #004dff33;
}

.radio-button-field-3.radiopink:active {
  background-color: #002476;
}

.radio-button-17 {
  opacity: 0;
}

.radio-button-label-18 {
  color: #4a4a4a;
  -webkit-text-stroke-color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.radio-button-label-18:hover {
  color: #4a4a4a;
}

.radio-button-label-18:focus {
  color: #fff;
}

.submit-button {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: #4a4a4a;
  padding-bottom: 0;
  display: block;
}

.bold-text-2 {
  padding-bottom: 20px;
  display: block;
}

.bold-text-3 {
  color: #4a4a4a;
  padding-bottom: 20px;
  display: block;
}

.bold-text-4 {
  padding-bottom: 20px;
  display: block;
}

.heading-14 {
  display: none;
}

.div-block-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-15 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-16 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-16.second16 {
  margin-top: 20px;
  font-size: 24px;
}

.text-span-4 {
  color: #00a236;
}

.textarea-2 {
  color: #4a4a4a;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  width: 60%;
  font-size: 16px;
}

.html-embed-3 {
  color: #9e9e9e;
  width: 60%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 12px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: none;
}

.div-block-16, .div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.heading-17 {
  color: #ff2600;
}

.div-block-18 {
  background-color: #fff;
  width: 50%;
  height: auto;
  padding-bottom: 100px;
  position: relative;
}

.div-block-18.testimonialinsuccess {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.image-12 {
  margin-left: 10%;
  padding-top: 20px;
  padding-left: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-15 {
  text-align: left;
  height: 250px;
  margin-top: 0%;
  padding: 25% 10% 0;
}

.image-13 {
  margin-bottom: 30px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-13.testimonialty {
  margin-bottom: 60px;
  margin-left: 72px;
  margin-right: auto;
  display: block;
  top: 8%;
  left: 30px;
  right: auto;
}

.text-block-16 {
  padding-top: 12%;
  padding-left: 0%;
  font-weight: 700;
}

.text-span-5 {
  color: #07b040;
}

.secondtextblock {
  color: #4a4a4a;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.secondtextblock.blue {
  padding-top: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.secondtextblock.dark {
  padding-bottom: 20px;
  font-weight: 700;
}

.text-block-17 {
  color: #4a4a4a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 39px;
}

.success-message-2 {
  background-color: #ddd0;
}

.cell-2 {
  align-items: center;
}

.text-span-6 {
  color: #289a41;
}

.navbardiv {
  background-color: #03376a00;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.checkeligibilitybttn {
  background-color: #ff2600;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.checkeligibilitybttn:hover {
  background-color: #ca1e00;
}

.text-block-18 {
  clear: none;
  color: #03376a;
  margin-left: 700px;
  font-family: Segoe Ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.herosectiondiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Segoe Ui, sans-serif;
  line-height: 32px;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
}

.text-block-19.footerh4 {
  margin-top: 16px;
}

.section-11 {
  background-image: url('../images/heroBgwebp.webp');
  background-position: 0 0;
  background-size: cover;
}

.howwereyouhurtdiv {
  border: 1px solid var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.heading2 {
  color: #03376a;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Segoe Ui, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.heading2.faqheading.rsc {
  color: #333;
  text-align: center;
}

.heading2.b {
  margin-top: 0;
}

.heading2.b.rsc {
  font-family: var(--ehw-homepage);
  color: #333;
  margin-bottom: 10px;
}

.h2description {
  color: #625b6c;
  text-align: center;
  width: 80%;
  margin-bottom: 48px;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.h2description.rsc {
  margin-bottom: 40px;
}

.howwereyourhurtcard {
  width: 1200px;
  height: 217px;
  margin-top: 72px;
  padding-top: 0;
  box-shadow: 0 0 18px #0000001a;
}

.howwereyourhurtcard.leftalignedcard, .howwereyourhurtcard.rightalignedcard {
  margin-top: 24px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 217px;
  padding: 0;
}

.heading-20r {
  color: #03376a;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: Segoe Ui, sans-serif;
  line-height: 32px;
}

.text-block-20 {
  color: #625b6c;
  width: 610px;
  font-family: Segoe Ui, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cell-3 {
  flex-direction: column;
  padding-left: 82px;
}

.image-14 {
  align-self: flex-end;
}

.getcompensationdiv {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-12 {
  background-color: #fafafa;
}

.quick-stack-4 {
  padding: 24px 30px 48px;
}

.cell-4, .cell-5, .cell-6 {
  align-items: center;
}

.heading-21 {
  color: #03376a;
  margin-top: 40px;
  font-family: Segoe Ui, sans-serif;
}

.cell-7 {
  text-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-21 {
  color: #625b6c;
  text-align: center;
  font-family: Segoe Ui, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.featuredarticlesdiv {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.featuredarticlesdiv.rsc {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bigctadiv {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-13 {
  background-image: url('../images/bigCtaBgwebp.webp');
  background-position: 0 0;
  background-size: cover;
}

.heading22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Segoe Ui, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}

.heading-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Segoe Ui, sans-serif;
  font-size: 40px;
  line-height: 53px;
}

.faqdiv {
  z-index: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 80px;
  position: relative;
}

.faqdiv.rsc {
  padding-top: 60px;
  padding-bottom: 60px;
}

.accordion-wrapper {
  border-top: 0 #ebebeb;
  border-left: 0 #ebebeb;
  border-right: 0 #ebebeb;
  width: 100%;
  padding-bottom: 16px;
}

.dropdown-toggle {
  z-index: 1;
  background-color: var(--bg);
  border-top: 2px #ebebeb;
  border-left: 2px #fff;
  border-right: 2px #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
}

.text-block-22 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-22.rsc {
  color: #333;
}

.dropdown-link {
  display: block;
}

.dropdown-list {
  background-color: #fafafa;
  border-bottom: 2px #ebebeb;
  border-left: 2px #ebebeb;
  border-right: 2px #ebebeb;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 28px;
  display: block;
  position: static;
}

.text-block-23 {
  color: #625b6c;
  padding-bottom: 20px;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.section-14 {
  background-image: url('../images/footerbgwebp.webp');
  background-position: 0 0;
  background-size: cover;
}

.footerdiv {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-stack-5 {
  padding: 0;
}

.cell-8 {
  align-items: flex-end;
}

.heading-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Segoe Ui, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.text-block-24 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.cell-9 {
  justify-content: center;
}

.div-block-19 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  font-family: Segoe Ui, sans-serif;
}

.section-15 {
  background-color: #03376a;
}

.heroblogarchivediv {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 82px;
}

.button-10 {
  text-align: center;
  background-color: #ff2600;
  border-radius: 5px;
  width: 186px;
  height: auto;
  padding: 15px 25px;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.button-10:hover {
  background-color: #ca1e00;
}

.heading-24 {
  color: #fff;
  text-shadow: 0 1px 20px #000;
  width: 60%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Segoe Ui, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-26 {
  color: #fff;
  width: 60%;
  margin-bottom: 24px;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.section-16 {
  background-image: url('../images/10-questions.webp');
  background-position: 0 0;
  background-size: cover;
}

.columndividerblogarchivediv {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-25 {
  color: #fff;
  width: 60%;
  font-family: Segoe Ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.featuredarticlecardwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 520px;
  margin: 0 20px 16px 0;
  padding: 15px 15px 24px;
  display: flex;
  box-shadow: 0 0 18px #00000026;
}

.image-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
}

.text-block-27 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.categorypill {
  background-color: #c0d8e8;
  border-radius: 20px;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  display: inline-block;
}

.heading-26 {
  color: #03376a;
  flex: none;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
}

.text-block-28 {
  color: #625b6c;
  object-fit: fill;
  flex: none;
  height: auto;
  max-height: 4.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

.read-more-bttn {
  color: #03376a;
  cursor: pointer;
  background-color: #3898ec00;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.read-more-bttn:hover {
  color: #2a6eb6;
  align-self: flex-start;
  font-weight: 600;
}

.read-more-bttn.relatedbtn {
  padding-top: 16px;
}

.div-block-20 {
  z-index: 2;
  aspect-ratio: auto;
  align-items: flex-start;
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: absolute;
}

.heading-27 {
  z-index: 2;
  max-width: 600px;
  position: static;
}

.image-16 {
  aspect-ratio: auto;
  width: 100%;
  max-height: 420px;
  position: relative;
  overflow: visible;
}

.image-17 {
  z-index: 1;
  width: 100%;
  height: 420px;
  max-height: 420px;
  position: static;
  top: auto;
}

.div-block-21 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-22 {
  position: absolute;
}

.heading-28 {
  color: #fff;
  width: 600px;
  max-width: 600px;
  margin-top: 170px;
  font-family: Segoe Ui, sans-serif;
}

.text-block-29 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-30 {
  aspect-ratio: auto;
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.heading-29 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.heading-30 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-weight: 700;
}

.heading-31, .heading-32, .heading-33, .heading-34 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
}

.paragraph {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.block-quote {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-style: italic;
}

.paragraph-2 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
}

.list-item {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.paragraph-4 {
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-35 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.heading-36, .heading-37, .heading-38, .heading-39, .heading-40 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
}

.bold-text-6 {
  color: #03376a;
}

.paragraph-5 {
  color: #03376a;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-6 {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.block-quote-2 {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-style: italic;
}

.paragraph-7 {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.list-item-2 {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  line-height: 21px;
}

.paragraph-8 {
  color: #625b6c;
}

.paragraph-9 {
  font-family: Segoe Ui, sans-serif;
}

.collection-list {
  padding-top: 0;
  padding-bottom: 0;
}

.pagination {
  margin-top: 48px;
  margin-bottom: 48px;
}

.column {
  width: 30%;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.column._2 {
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
  position: relative;
}

.column-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_block_23 {
  padding: 24px;
  box-shadow: 0 0 18px #0000001a;
}

.heading-41 {
  color: var(--blue);
  font-family: Segoe Ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.featuredtag {
  color: #fff;
  background-color: #e7e7e7;
  border-radius: 50px;
  margin-right: 14px;
  padding: 10px 20px;
  display: inline-block;
}

.featuredtag:active {
  color: #fff;
  background-color: #03376a;
}

.textblock {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.textblock:active {
  color: #fff;
}

.text-block-31 {
  color: #625b6c;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.featuredtag1 {
  background-color: #e7e7e7;
  border-radius: 50px;
  margin-right: 14px;
  padding: 10px 20px;
  display: inline-block;
}

.featuredtag1.tag1 {
  cursor: pointer;
}

.collection-item-2 {
  padding-bottom: 16px;
  padding-right: 14px;
  display: inline-block;
}

.checkbox-label {
  margin-bottom: 0;
  padding-right: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.categorytag {
  color: #625b6c;
  background-color: #e7e7e7;
  border-radius: 50px;
  padding: 10px 20px;
}

.checkbox {
  margin-top: 0;
}

.textblock23 {
  color: #625b6c;
  cursor: pointer;
  background-color: #e7e7e7;
  border-radius: 50px;
  margin-right: 14px;
  padding: 10px 20px;
  font-family: Segoe Ui, sans-serif;
  font-weight: 600;
}

.textblock23:hover {
  background-color: #d3d3d3;
}

.textblock23.featured-tag {
  font-size: 16px;
}

.categorytags:focus {
  background-color: #dd1b1b00;
}

.pagination-2 {
  justify-content: flex-end;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.text-block-32 {
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.icon {
  font-family: Segoe Ui, sans-serif;
  font-weight: 600;
}

.next {
  background-color: var(--blue);
  color: var(--copy);
  border-style: none;
}

.columns {
  color: var(--white);
  border-radius: 5px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.columns._w-pagination-next, .columns._w-pagination-next:hover {
  background-color: var(--blue);
}

._w-pagination-previous {
  background-color: var(--blue);
  font-family: var(--ehw-homepage);
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
}

.text-block-33, .icon-2 {
  font-size: 16px;
}

.offerblock {
  background-image: url('../images/offer.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 30px 32px;
  display: flex;
}

.heading-42 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.heading-43 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}

.button-11 {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 700;
}

.blogtemplateherodiv {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-44 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-shadow: 0 1px 20px #000;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  font-size: 40px;
  line-height: 48px;
}

.blogtemplatebodydiv {
  width: 1200px;
  margin: 48px auto 72px;
}

.text-block-34 {
  font-family: var(--ehw-homepage);
  font-size: 16px;
  font-weight: 600;
}

.date {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.column-3 {
  padding-left: 0;
  padding-right: 20px;
}

.rtheading1, .paragraph-10 {
  color: red;
}

.rich-text-block {
  color: var(--copy);
}

.stickyfunction {
  position: sticky;
  top: 40px;
  bottom: 40px;
}

.blogbody h1 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
}

.blogbody h2 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  font-weight: 700;
}

.blogbody h3, .blogbody h4, .blogbody h5, .blogbody h6 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
}

.blogbody p {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 16px;
}

.blogbody blockquote {
  font-family: var(--ehw-homepage);
  color: var(--copy);
}

.blogbody li {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 16px;
}

.heading-45 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  height: 5.8rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
  overflow: hidden;
}

.quick-stack-6 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 0;
  box-shadow: 0 0 18px #0000001a;
}

.relatedarticles {
  background-color: var(--bg);
  padding: 24px 16px;
}

.relatedarticlesheading {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

.imagerelatedarticle {
  flex: 1;
}

.cell-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.imagerelatedarticles {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  order: 0;
  align-self: stretch;
  align-items: stretch;
  display: block;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.div-block-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.link, .link-2 {
  text-decoration: none;
}

.submityourinfo {
  font-family: var(--ehw-homepage);
  background-color: #ff2600;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 700;
}

.submityourinfo:hover {
  background-color: #ca1e00;
}

.select-field {
  color: #555;
  height: 46px;
  font-size: 16px;
}

.heading-46 {
  color: #289a41;
  padding-left: 20px;
  padding-right: 20px;
}

.link3 {
  cursor: pointer;
  text-decoration: none;
}

.div-block-25 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.howwereyourhurtmobilediv {
  display: none;
}

.heading1rt, .heading2rt, .heading3rt, .heading-50, .heading-51, .heading-52 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
}

.paragraph-11 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 18px;
  line-height: 26px;
}

.block-quote-3 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
}

.paragraph-12, .list {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 18px;
  line-height: 26px;
}

.paragraph-13 {
  font-family: var(--ehw-homepage);
  font-size: 18px;
  line-height: 26px;
}

.list-item-3, .paragraph-14 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 18px;
  line-height: 26px;
}

.paragraph-15 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  font-size: 18px;
  line-height: 26px;
}

.paragraph-16 {
  font-family: var(--ehw-homepage);
  font-size: 18px;
  line-height: 26px;
}

.paragraph-17, .paragraph-18 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 18px;
  line-height: 26px;
}

.paragraph-19 {
  color: var(--red);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 1200px;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 10px 0;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #2a6eb6;
}

.button-primary {
  font-family: var(--ehw-homepage);
  color: #fff;
  text-transform: uppercase;
  background-color: #ff2600;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: #ca1e00;
}

.image-24, .image-25, .image-26 {
  width: 80%;
  max-width: 80%;
}

.headingrt1 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
}

.blogbodyrichtext {
  font-family: var(--ehw-homepage);
}

.global-rich-text h1, .global-rich-text h2, .global-rich-text h3, .global-rich-text h4, .global-rich-text h5, .global-rich-text h6 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
}

.global-rich-text p {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 18px;
  line-height: 28px;
}

.global-rich-text blockquote {
  font-family: var(--ehw-homepage);
  color: var(--copy);
}

.global-rich-text li {
  font-family: var(--ehw-homepage);
  font-size: 18px;
  line-height: 28px;
}

.fixedquestonwrapper {
  z-index: 5;
  float: right;
  margin-right: 10px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.questionwrapper {
  border: 1px none var(--white);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: none;
  position: static;
  box-shadow: 0 0 18px #0000001a;
}

.button-12 {
  align-self: center;
}

.questionheading {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  flex: none;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.questionheading.secondheadingquestion {
  color: var(--blue);
}

.text-field-7 {
  border-radius: 6px;
  height: 80px;
}

.submit-button-2 {
  background-color: var(--blue);
  font-family: var(--ehw-homepage);
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.questionhwrapper {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--blue);
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 18px #0000001a;
}

.image-27 {
  flex: none;
  width: 24px;
  height: 24px;
  padding-right: 0;
}

.yourinquiry, .field-label-7 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 16px;
}

.form-block {
  width: 250px;
  display: none;
}

.form {
  padding-bottom: 20px;
  display: none;
}

.zipcodefield {
  font-family: var(--ehw-homepage);
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 0;
  font-size: 14px;
}

.yourinquirytextarea {
  font-family: var(--ehw-homepage);
  height: 10px;
  padding-top: 10px;
  font-size: 16px;
}

.div-block-26 {
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.emailfield {
  font-family: var(--ehw-homepage);
}

.text-span-7, .text-span-8 {
  color: var(--red);
}

.heading-53 {
  text-align: center;
  margin-bottom: 20px;
}

.text-span-9 {
  color: var(--red);
}

.button-13 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  display: block;
  box-shadow: 0 0 11px #0003;
}

.button-14 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  display: block;
  box-shadow: 0 0 11px #0003;
}

.bold-text-7 {
  font-size: 20px;
  display: inline-block;
}

.text-span-10 {
  color: var(--red);
}

.hero-section {
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section-20 {
  background-image: url('../images/hero-section-bg-webp.webp');
  background-size: cover;
}

.button-15 {
  font-family: var(--ehw-homepage);
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
}

.hero-h1 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: left;
  text-shadow: 0 2px 9px #00000080;
  width: 64%;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 65px;
}

.hero-h2 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: left;
  width: 64%;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 35px;
}

.hero-h2.hero2 {
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 38px;
}

.section-21 {
  background-image: radial-gradient(circle, #01affd, #0a3a6a);
  position: static;
}

.brands-bar {
  justify-content: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.brand-image {
  width: 20%;
  padding-right: 100px;
}

.brand-image.meta {
  width: 25%;
}

.brand-image.bing {
  width: 22%;
}

.package-info {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.package-info-h2 {
  font-family: var(--ehw-homepage);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 48px;
  font-size: 36px;
  line-height: 43px;
  text-decoration: none;
}

.text-span-11 {
  color: var(--green);
}

.text-span-12, .text-span-13 {
  color: var(--green);
  text-decoration: underline;
}

.package-card {
  border: 1px solid var(--aqua);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 8px #0000001a;
}

.package-card-h3 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 43px;
}

.package-price {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.ammount {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  padding-right: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.description {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.check {
  padding-right: 20px;
}

.info-line {
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.image-28 {
  padding-bottom: 20px;
}

.heading-54 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 36px;
  line-height: 38px;
}

.text-block-36 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  width: 80%;
  padding-bottom: 48px;
  font-size: 24px;
  line-height: 36px;
}

.button-16 {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  text-align: left;
  border-radius: 6px;
  padding: 15px 45px;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
}

.cell-19 {
  align-items: flex-start;
}

.cell-20 {
  justify-content: center;
}

.quick-stack-8 {
  padding: 0;
}

.cta-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cta-h3 {
  font-family: var(--ehw-homepage);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 36px;
  line-height: 43px;
}

.checkmarks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.checkmark {
  align-self: auto;
  align-items: center;
  width: auto;
  padding-right: 10px;
  display: flex;
}

.text-block-37 {
  font-family: var(--ehw-homepage);
  flex: 0 auto;
  width: auto;
  padding-left: 10px;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 43px;
  display: inline-block;
}

.section-22 {
  background-image: url('../images/package-info-bg.png');
  background-position: 0 0;
  background-size: cover;
}

.section-23 {
  box-shadow: 0 0 20px #0003;
}

.offers-section {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.offer-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 30px 35px;
  display: inline-block;
  box-shadow: 0 0 43px #00000080;
}

.text-block-38 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-top: 16px;
  font-size: 24px;
  line-height: 32px;
}

.quick-stack-9 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  padding: 0;
}

.section-24 {
  background-image: url('../images/offers-bg-webp.webp');
  background-position: 0 0;
  background-size: cover;
}

.client-results-wrapper {
  font-family: var(--ehw-homepage);
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  font-weight: 700;
}

.heading-55 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 36px;
}

.tab-pane-tab-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-30 {
  padding-top: 20px;
}

.tab-pane-tab-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-pane-tab-1 {
  text-align: center;
}

.tabs-menu {
  text-align: center;
  margin-top: 24px;
}

.attention-block {
  display: flex;
}

.attention-block-wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
}

.text-block-39 {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  width: 340px;
  margin-right: 60px;
  padding: 12px 50px;
  font-family: Bebas Neue, sans-serif;
  font-size: 26px;
  line-height: 23px;
}

.section-25 {
  background-color: var(--blue);
}

.text-block-40 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  width: 60%;
  font-size: 24px;
  line-height: 32px;
}

.text-span-14 {
  font-weight: 700;
  text-decoration: underline;
}

.image-div {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.button-div {
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.text-block-41 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.illionis-tab {
  background-color: var(--element-bg);
  color: var(--blue);
  font-size: 16px;
}

.illionis-tab.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.minnesota-tab {
  background-color: var(--element-bg);
  color: var(--blue);
  font-size: 16px;
}

.minnesota-tab.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.california-tab {
  background-color: var(--element-bg);
  color: var(--blue);
  font-size: 16px;
}

.california-tab.w--current {
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
}

.form-wrapper {
  background-color: var(--blue);
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-self: flex-end;
  width: 423px;
  padding-top: 36px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heading-56 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.heading-57 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 22px;
  font-weight: 600;
}

.text-field-8, .text-field-9 {
  border-radius: 2px;
  height: 43px;
  margin-bottom: 27px;
}

.submit-button-3 {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  color: var(--white);
  border-radius: 6px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 105px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

.states-dropdown {
  background-color: var(--white);
  color: #838383;
  border-radius: 2px;
  height: 43px;
  margin-bottom: 0;
}

.states-dropdown.us-mva-form-states-dropdown {
  border-radius: 8px;
  box-shadow: 0 0 11px #0003;
}

.states-dropdown.lfg {
  font-family: var(--ehw-homepage);
  border-radius: 8px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.heading-58 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-shadow: 0 2px 9px #00000080;
  font-size: 48px;
}

.text-span-15 {
  font-weight: 700;
  text-decoration: underline;
}

.agruss {
  background-color: var(--blue);
  box-shadow: 0 2px 20px #0003;
}

.agruss.pembertoncontainer {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.agruss.agrusssection {
  background-color: var(--blue);
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-27.reversed {
  flex-direction: row-reverse;
}

.div-block-28 {
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

.div-block-28.reversed {
  justify-content: flex-start;
}

.image-31 {
  opacity: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-span-16 {
  color: var(--green);
  text-decoration: underline;
}

.image-32, .image-33, .image-34 {
  max-width: 100%;
}

.div-block-29, .div-block-30 {
  width: 100%;
}

.image-35 {
  position: absolute;
  inset: auto auto 20% 20%;
  transform: rotate(20deg);
}

.dropdown1 {
  background-color: var(--white);
  font-family: var(--ehw-homepage);
  color: var(--black);
  text-align: center;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.dropdown2, .dropdown3, .select-field-2, .select-field-3 {
  background-color: var(--white);
  font-family: var(--ehw-homepage);
  color: var(--black);
  text-align: center;
  height: 42px;
  font-size: 18px;
}

.submit-button-4 {
  font-family: var(--ehw-homepage);
  background-color: #ff8802;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.button-17 {
  font-family: var(--ehw-homepage);
  text-align: center;
  background-color: #ff8802;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.text-block-42 {
  font-size: 24px;
}

.text-block-43 {
  color: var(--blue);
  font-size: 24px;
}

.text-block-44 {
  color: var(--blue);
  text-align: right;
  font-size: 24px;
}

.text-block-45, .text-block-46 {
  color: var(--blue);
  font-size: 24px;
}

.text-block-47, .text-block-48 {
  font-size: 24px;
}

.cal56 {
  color: var(--blue);
  font-size: 24px;
}

.section-26 {
  background-color: var(--blue);
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-36 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sec2container {
  background-color: var(--copy);
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.column-5 {
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 0 0 18px #0003;
}

.dateblock {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
}

.heading-59 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 54px;
}

.section-27 {
  background-color: var(--bg);
  padding-top: 20px;
  position: static;
}

.column2 {
  background-color: #fff0;
  border-radius: 8px;
  padding: 0;
  position: relative;
  bottom: 25px;
}

.column2._4waysblog {
  bottom: 0;
}

.columns-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg);
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.copyblock {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.heding2 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  margin-top: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 38px;
}

.factblock {
  border: 2px solid var(--aqua);
  background-color: #c0d8e836;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0 10px 0 0;
  display: flex;
}

.image-37 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 40%;
  margin-right: 20px;
}

.text-block-49 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tipblock {
  background-color: #fffcb8;
  border-radius: 8px;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px 15px;
  display: flex;
}

.image-38 {
  width: auto;
  margin-right: 20px;
}

.text-block-50 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.italic-text-2 {
  line-height: 24px;
}

.floatingctawrapper {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding-bottom: 32px;
  display: flex;
  position: sticky;
  box-shadow: 0 0 18px #0000001a;
}

.colorbgdiv {
  background-color: var(--blue);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 124px;
  margin-bottom: 150px;
  position: relative;
}

.image-39 {
  width: auto;
  position: absolute;
  top: 50px;
}

.heading-60 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 36px;
}

.heading-60.ctablock {
  color: var(--white);
  text-transform: none;
  text-shadow: 0 1px 20px #0006;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-51 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-18 {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 600;
}

.button-18.landing-page-button.clickherebtn {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-61 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 36px;
}

.ctawrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-28 {
  background-image: radial-gradient(circle at 264% 0, #1c7db226, #1c7db2 59%, #0a3a6a);
  display: none;
}

.footerwrapper {
  flex-flow: column;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.heading-62 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-transform: none;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 40px;
  line-height: 46px;
}

.heading-62.agrussheadingfooter {
  text-transform: uppercase;
}

.text-block-52 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  width: 60%;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.button-19 {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  border-radius: 5px;
  align-self: flex-start;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 700;
}

.section-29 {
  background-image: url('../images/footerbg-webp.webp');
  background-position: 0 0;
  background-size: cover;
}

.image-40 {
  width: 34%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-40.ehwlogo {
  width: 25%;
  bottom: 25%;
}

.image-40.mn4scenfooter, .image-40.wi4scenfooter {
  width: 25%;
  bottom: 30%;
}

.image-41 {
  position: absolute;
}

.section-30 {
  background-color: var(--white);
}

.text-block-53 {
  font-family: var(--ehw-homepage);
  color: var(--black);
  text-align: center;
  padding: 20px 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.bold-text-8 {
  color: var(--blue);
}

.image-42 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.katesectiondiv {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.image-43 {
  float: right;
  width: 30%;
  padding-bottom: 0;
}

.section-31 {
  background-color: var(--white);
}

.section-32 {
  background-color: var(--blue);
  height: 75px;
}

.section-33 {
  background-image: url('../images/footerbg-webp.webp'), radial-gradient(circle, #eefaff 31%, #a3bdff);
  background-position: 100%, 0 0;
  background-size: cover, auto;
}

.heading-63 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 60px;
  font-size: 48px;
  line-height: 56px;
}

.image-44 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-45 {
  width: 30%;
  padding-left: 60px;
}

.div-block-33 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-17 {
  color: var(--green);
}

.div-block-34 {
  background-image: url('../images/footerbgwebp.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.image-46 {
  margin-top: 20px;
}

.image-47 {
  display: none;
}

.heading-64 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.text-span-18 {
  color: #00a236;
}

.div-block-35 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff2600;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-family: Segoe Ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
  box-shadow: 0 6px 20px 2px #0009;
}

.button-primary-2:hover {
  background-color: #ca1e00;
}

.image-48 {
  width: 45%;
  padding-left: 60px;
}

.section-34 {
  background-image: url('../images/footerbg-webp.webp');
  background-position: 100%;
  background-size: cover;
}

.navabarkate {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.text-block-54 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 28px;
}

.text-span-19 {
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
}

.timer {
  font-family: var(--ehw-homepage);
  text-align: center;
  margin-bottom: 0;
  padding: 10px 20px;
  line-height: 36px;
}

.heading-66 {
  display: none;
  position: static;
}

.text-block-55 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  padding-top: 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.div-block-37 {
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 20px;
}

.timerwrapper {
  border: 3px solid var(--white);
  border-radius: 8px;
  margin-top: 20px;
}

.div-block-38 {
  margin-top: 20px;
}

.bold-text-9 {
  font-size: 32px;
}

.divcontainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--white);
}

.div-block-39 {
  padding-bottom: 10px;
}

.ilfooter, .mnfooter {
  background-color: var(--white);
}

.q6-2, .q6-3 {
  padding-bottom: 20px;
}

.fullnamefield, .phonenumberfield {
  font-family: var(--ehw-homepage);
}

.html-embed-4 {
  justify-content: center;
  display: flex;
}

.listitem {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  font-weight: 700;
  text-decoration: underline;
}

.clickherediv {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-56 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-57 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-left: 5px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-33, .text-span-34 {
  color: var(--red);
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.text-span-35 {
  color: var(--red);
  font-size: 20px;
  font-weight: 700;
}

.image-50, .image-52, .image-54, .image-55 {
  display: none;
}

.dynwrapper {
  background-image: url('../images/dyn-7.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-block-58 {
  border: 2px solid var(--white);
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  color: var(--white);
  border-radius: 7px;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.text-block-59 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  padding-top: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.dynandtextwrapper {
  padding-right: 0;
}

.text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43 {
  font-style: italic;
  font-weight: 700;
}

.image-57, .image-58 {
  display: none;
}

.text-block-60 {
  font-family: var(--ehw-homepage);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.heading-67 {
  font-family: var(--ehw-homepage);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.headingfeaturedflag {
  flex-flow: column;
  align-items: center;
  display: none;
}

.text-span-44 {
  background-color: #fff645;
}

.navbarsectionv6 {
  background-color: var(--bg);
  box-shadow: 0 4px 21px #0003;
}

.questionairesectionv6 {
  background-color: var(--bg);
}

.navbarwrapperv6 {
  background-color: var(--bg);
  justify-content: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.containerv6 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
}

.introv6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-59 {
  width: auto;
  max-width: 100%;
  height: 98.3315%;
}

.text-block-61 {
  color: var(--copy);
  text-transform: uppercase;
  padding-top: 24px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.heading-68 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 48px;
}

.progressbardiv {
  justify-content: center;
  padding-top: 54px;
  display: flex;
}

.progressdash {
  background-color: var(--aqua);
  width: 25px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.progressdash.pd1 {
  background-color: var(--blue);
}

.heading-69 {
  color: var(--copy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.button-20, .button-21 {
  color: var(--blue);
  font-size: 24px;
  line-height: 29px;
}

.button-22 {
  font-size: 24px;
  line-height: 29px;
}

.continuebtn {
  color: var(--blue);
  text-align: center;
  background-color: #faff00;
  border-radius: 12px;
  width: 400px;
  margin-top: 54px;
  padding: 25px 100px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: block;
  box-shadow: 0 0 21px #00000026;
}

.continuebtn.hiddencontinue3 {
  display: block;
}

.continuebtn.hiddencontinue3.startoverbutton {
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.continuebtn.hiddencontinue2, .continuebtn.hiddencontinue4._4-1, .continuebtn.hiddencontinue4._4-0, .continuebtn.hiddencontinue5 {
  display: block;
}

.continuebtn.fullnameqbttn {
  display: none;
}

.wharyournameq {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.questionheadingv6 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.inputfieldv6 {
  border: 1px solid var(--aqua);
  background-color: var(--bg);
  color: var(--copy);
  border-radius: 12px;
  width: 400px;
  height: 80px;
  margin-bottom: 0;
  padding: 25px 26px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.inputfieldv6:focus {
  border-width: 1px;
  border-color: var(--blue);
  box-shadow: 0 0 21px #03376a33;
}

.howwereyouhurtdivv6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.optioncardv6 {
  border-radius: 12px;
  padding: 33px 40px;
  box-shadow: 0 0 20px #00000026;
}

.optioncardv6.car, .optioncardv6.truck {
  flex-flow: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.optioncardv6.moto {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.optioncardv6.rideshare {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.optioncardv6.pedestrian, .optioncardv6.other {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cell-21 {
  align-items: center;
  padding-bottom: 60px;
}

.text-block-62 {
  text-align: center;
  padding-top: 24px;
}

.cell-22 {
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
}

.cell-23, .cell-24, .cell-25 {
  align-items: center;
}

.cell-26 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.option-card-v6 {
  background-color: var(--bg);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 200px;
  margin-bottom: 0;
  padding: 33px 18px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #00000026;
}

.radio-button-18 {
  display: none;
}

.cardradio {
  z-index: 3;
  border: 1px solid #0000;
  border-radius: 13px;
  margin-bottom: 0;
  padding-top: 24px;
  transition: all .375s;
  display: block;
  position: absolute;
  inset: 0%;
}

.cardradio:hover {
  box-shadow: 0 0 21px #03376a33;
}

.cardradio.c1, .cardradio.c2, .cardradio.c3, .cardradio.c4, .cardradio.c5, .cardradio.c6 {
  border-width: 2px;
}

.text-block-63 {
  color: var(--copy);
  text-align: center;
  padding-top: 24px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.gotodoctordivv6 {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.cell-27, .cell-28 {
  align-items: center;
}

.quick-stack-11 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.didpoliceshowupdivv6, .wereyouatfaultv6, .within2yearsdivv6, .alreadyhavelawyerdivv6, .describeaccidentdivv6 {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.describe-the-accident {
  border: 1px solid var(--aqua);
  background-color: var(--bg);
  border-radius: 12px;
  width: 400px;
  height: 137px;
  max-height: 137px;
  padding: 25px 26px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.describe-the-accident:focus {
  border-color: var(--blue);
  box-shadow: 0 0 21px #03376a33;
}

.contactdivv6 {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.phoneandemaildiv {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: center;
  display: flex;
}

.dingmsg {
  color: var(--green);
  padding-top: 24px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.successheadingv6 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.subheadingsuccessv6 {
  color: var(--copy);
  font-family: Heebo, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.orcallusnowv6 {
  color: var(--copy);
  padding-top: 24px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.callbtnv6 {
  background-color: var(--yellow);
  color: var(--blue);
  border-radius: 12px;
  width: 400px;
  height: 80px;
  margin-top: 54px;
  margin-bottom: 54px;
  padding: 25px 100px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  box-shadow: 0 0 21px #0003;
}

.text-block-66 {
  color: var(--copy);
  font-family: Heebo, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.success-message-3 {
  background-color: var(--bg);
  border: 1px #fff;
  border-radius: 0;
  padding-top: 100px;
}

.div-block-40 {
  border: 4px solid #000;
  position: relative;
}

.html-embed-5 {
  position: absolute;
  inset: 0%;
}

.body-3 {
  background-color: var(--bg);
}

.navsectionlfg {
  background-color: var(--white);
  box-shadow: 0 14px 20px 10px #0003;
}

.navcontainer {
  justify-content: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.requestfreeinfobutton {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  box-shadow: 0 4px 18px #ff000040;
}

.requestfreeinfobutton:hover {
  background-color: #d11f00;
}

.sectionherolfg {
  background-color: var(--bg);
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--aqua), white);
  box-shadow: inset 0 3px 20px #03376a33;
}

.herocontainerlfg {
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.herocopy {
  width: 658px;
}

.herocopy.second {
  flex-flow: column;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-70 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 48px;
}

.heading-70.biggerh1 {
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.heading-70.nav-heading {
  padding-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
  display: none;
}

.text-block-67 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}

.formlfgwrapper {
  background-color: var(--white);
  background-image: url('../images/form-bg.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 457px;
  max-width: 457px;
  margin-left: 80px;
  padding: 40px;
  box-shadow: 0 0 53px #0a3a6a80;
}

.questionlfg {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.lfg1q {
  display: none;
}

.radiolfg {
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.radio-button-19 {
  display: none;
}

.radio-button-label-19 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.lfg2q {
  display: none;
}

.inputfieldlfg {
  font-family: var(--ehw-homepage);
  border-radius: 8px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.submit-button-5 {
  background-color: var(--red);
  font-family: var(--ehw-homepage);
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.littlecta {
  float: right;
  background-color: #03376a00;
  position: static;
  inset: auto 0% 0%;
}

.badgesstriplfg {
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 0 12px #0000001a;
}

.badgescontainer {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-60 {
  border: 1px #e9e9e9;
  border-radius: 2px;
  width: 11%;
  height: auto;
  max-height: 100%;
  box-shadow: 0 0 5px #0003;
}

.sectionhowwedoit {
  background-image: radial-gradient(circle at 50% 100%, #5c7288, #0a3a6a 56%, #222);
}

.howwedoitcontainer {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-71 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.hwdcard {
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 60px 35px;
  display: flex;
}

.cell-29, .cell-30, .cell-31, .cell-32, .cell-33, .cell-34 {
  justify-content: center;
  align-items: center;
}

.hwdh3 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
}

.hwdtext {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.quick-stack-12 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
}

.firstctalfg {
  background-image: url('../images/firstCTAbg.webp');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.firstctacontainer {
  flex-flow: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.heading-72 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.sectionperfectcombo {
  background-image: url('../images/perfect-combo.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.perfectcombocontainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-73 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.pccard {
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 346px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 40px #0000001a;
}

.cell-35, .cell-36, .cell-37, .cell-38 {
  justify-content: center;
  align-items: center;
}

.cell-39 {
  color: var(--blue);
  justify-content: center;
  align-items: center;
}

.pcheading {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.text-block-68 {
  color: var(--blue);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 75px;
}

.text-block-69 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 75px;
}

.quick-stack-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.sectiontools {
  flex-flow: column;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.toolscontainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-74 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
}

.heading-75 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
}

.image-62 {
  z-index: 2;
  position: absolute;
  inset: 13% auto 0% 23%;
}

.image-63 {
  z-index: 3;
  position: absolute;
  bottom: 149px;
  left: 182px;
}

.image-64 {
  z-index: 4;
  position: absolute;
  top: 256px;
}

.image-65 {
  z-index: 4;
  position: absolute;
  inset: 37% auto 0% 15%;
}

.image-66 {
  z-index: 5;
  position: absolute;
  inset: 41% 12% 0% auto;
}

.image-67 {
  z-index: 6;
  position: absolute;
  inset: 72% 40% 0% auto;
}

.image-68 {
  z-index: 7;
  position: absolute;
  inset: 19% 19% 0% auto;
}

.image-69 {
  z-index: 8;
  position: absolute;
  inset: 20% 47% 0% auto;
}

.image-70 {
  z-index: 9;
  position: absolute;
  inset: 74% 54% 0% auto;
}

.image-71 {
  z-index: 10;
  position: absolute;
  inset: 69% 23% 0% auto;
}

.sectiontestimonialslfg {
  background-color: var(--element-bg);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--blue), var(--black));
}

.testimonialscontainerlfg {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-76 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.secondctalfg {
  background-image: url('../images/secondctabg.png');
  background-position: 0 0;
  background-size: cover;
  box-shadow: 0 0 12px 2px #0003;
}

.secondctacontainer {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.heading-77 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 36px;
  line-height: 44px;
}

.footercontainer {
  justify-content: space-between;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footerimagediv {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-78 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  width: 508px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.text-block-70 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.li {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
}

.image-72 {
  padding-bottom: 40px;
}

.bodycontainer {
  flex-flow: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-79 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.lfgblockdiv {
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.divswrapper {
  justify-content: space-between;
  display: flex;
}

.text-block-71 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.liw {
  font-family: var(--ehw-homepage);
  color: var(--white);
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  list-style-type: disc;
}

.div-block-41 {
  background-image: url('../images/firstblockbg.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 590px;
  margin-right: 10px;
  padding: 60px 32px;
}

.div-block-41.second {
  background-image: url('../images/case-mgmt.png');
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-41.third {
  background-image: url('../images/intake-intake.png');
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-41.fourth {
  background-image: url('../images/after-a-pc-is-signed.png');
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-41.fifth {
  background-image: url('../images/local-takeover.png');
  padding-left: 32px;
  padding-right: 32px;
}

.goalsdiv {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.list-2 {
  list-style-type: disc;
}

.list-item-4 {
  list-style-type: none;
}

.lig {
  font-family: var(--ehw-homepage);
  color: var(--green);
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-42 {
  border: 1px solid var(--green);
  background-color: #00a2361a;
  border-radius: 12px;
  width: 590px;
  margin-left: 10px;
  padding: 60px 32px;
}

.text-block-72 {
  font-family: var(--ehw-homepage);
  color: var(--green);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.image-73 {
  padding-right: 10px;
}

.text-block-73 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  text-align: center;
  width: 1000px;
  padding-top: 16px;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.list-item-5 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
  list-style-type: disc;
}

.liwhite {
  font-family: var(--ehw-homepage);
  color: var(--white);
  padding-top: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.liwhite.lipad {
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 20px;
}

.ligreen {
  font-family: var(--ehw-homepage);
  color: var(--green);
  padding-top: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.ligreen.lipad {
  padding-left: 0;
}

.image-74 {
  width: 7%;
}

.text-block-74 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  padding-left: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
  display: none;
}

.div-block-43 {
  border: 2px solid var(--green);
  background-color: #00a2361a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cell-40 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 50px 0 0;
}

.cell-41 {
  background-image: url('../images/form-bg.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
}

.text-block-75 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  padding-top: 16px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-76 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.videomike {
  max-width: 640px;
  padding-left: 100px;
  overflow: clip;
}

.heading-80 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
}

.heading-81 {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 32px;
  font-weight: 600;
}

.image-76 {
  position: absolute;
  inset: 16% 18% 0% auto;
}

.image-77 {
  position: absolute;
  inset: 46% 19% 0% auto;
}

.image-78 {
  position: absolute;
  inset: 16% 0% auto 61%;
}

.image-79 {
  position: absolute;
  inset: auto auto 31% 61%;
}

.image-80 {
  position: absolute;
  inset: 21% 0% auto 35%;
}

.image-81 {
  position: absolute;
  inset: auto 0% 26% 39%;
}

.image-82 {
  position: absolute;
  inset: 61% 0% auto 23%;
}

.image-83 {
  position: absolute;
  inset: 23% 0% auto 8%;
}

.image-84 {
  position: absolute;
  inset: auto 0% 38% 13%;
}

.text-span-45 {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.text-span-46 {
  font-style: italic;
  text-decoration: underline;
}

.success-message-4 {
  padding: 0;
}

.sectionsecondfooter {
  background-color: var(--blue);
}

.secondfootercontainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-77 {
  font-family: var(--ehw-homepage);
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.text-span-47 {
  color: var(--blue);
}

.text-span-48 {
  font-size: 32px;
  font-weight: 400;
}

.select-field-4 {
  font-family: var(--ehw-homepage);
  color: var(--copy);
  border-radius: 8px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.div-block-46 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-49 {
  text-decoration: underline;
}

.unfortunatelymsg1 {
  font-family: var(--ehw-homepage);
  color: var(--red);
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.unfortunatelymsg1.firstq {
  padding-top: 40px;
  line-height: 24px;
}

.choosedifferentanswertextblock {
  font-family: var(--ehw-homepage);
  color: var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.dqmsg {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.radio-button-20 {
  display: none;
}

.textarea-3 {
  color: #474747;
  border: 1px #000;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 6px #0000001a;
}

.textarea-3:hover, .textarea-3:focus {
  box-shadow: 0 0 6px #ff385c66;
}

.radio-button-field-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 50px;
  height: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  box-shadow: 0 0 6px #0000001a;
}

.radio-button-field-4:hover {
  box-shadow: 0 0 6px #ff385c66;
}

.button-23 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(67deg, #ff385c, #ff5454 34%, #f553a4 63%, #f70f39);
  border-radius: 50px;
  width: 100%;
  height: 53px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-23:hover {
  transform: scale(1.01);
}

.button-23.twh {
  background-color: #9b9b9b;
  background-image: linear-gradient(67deg, #ff385c, #ff5454 34%, #f553a4 63%, #f70f39);
  width: 100%;
}

.button-23.twh._2 {
  width: 45%;
  display: block;
}

.button-23.twh.siyq {
  width: 40%;
}

.button-23.twh.siyq:hover {
  transform: scale(1.01);
}

.button-23.twh._3 {
  display: block;
}

.radio-button-label-20 {
  color: #474747;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.formcontainer {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 0 6px #0000001a;
}

.form-block-2 {
  width: 40%;
}

.formsection {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-78 {
  color: #474747;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.code-embed-2 {
  color: #474747;
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.code-embed-2._2 {
  width: 950px;
}

.code-embed-2._2._3 {
  color: #000;
  width: 1110px;
  display: block;
}

.field {
  color: #474747;
  border: 1px #000;
  border-radius: 50px;
  height: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 6px #0000001a;
}

.field:hover, .field:focus {
  box-shadow: 0 0 6px #ff385c66;
}

._1q {
  color: #000;
  width: 480px;
}

.submit-button-6 {
  background-color: #ff385c;
  background-image: linear-gradient(67deg, #ff385c, #ff5454 28%, #f553a6 68%, #f70f39);
  border: 1px #0000;
  border-radius: 50px;
  width: 100%;
  height: 53px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.submit-button-6:hover {
  background-image: linear-gradient(132deg, #ff385c, #ff3b13 26%, #ff108b 63%, #f70f39);
}

.submit-button-6.gradient {
  background-image: linear-gradient(67deg, #ff385c, #ff5454 28%, #f553a4 67%, #f553a6 68%, #f70f39);
}

.submit-button-6.gradient:hover {
  height: 53px;
  transform: scale(1.01);
}

.heading-82 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.heading-82.ty {
  width: 850px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.html-embed-6 {
  justify-content: center;
  display: flex;
}

.avty-container {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 0 6px #0000001a;
}

.avty-section {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.code-embed-3 {
  color: #474747;
  text-align: center;
  width: 850px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-79 {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.av-footer-section {
  padding-top: 0;
  padding-bottom: 40px;
}

.av-footer-cintainer {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.text-block-80 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-span-50 {
  color: #f72a63;
}

.heading-83 {
  color: #474747;
  text-align: center;
  width: 950px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.badgessection {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 60px;
}

.badgecontainer {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-47 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-87 {
  width: auto;
}

.text-block-81 {
  font-size: 24px;
  line-height: 32px;
}

.text-block-82 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff3d5b, #ff5255 31%, #f552a2 63%, #f82a55);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.ratingswrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-48 {
  background-color: #333;
  width: 2px;
  height: 63px;
}

.div-block-49 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.injurysection {
  background-color: #f7f7f7;
}

.injurycontainer {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
}

.heading-84 {
  font-family: var(--montserrat);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.text-block-83 {
  font-family: var(--lato);
  color: #000;
  text-align: center;
  width: 950px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.text-span-51 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #ff3d5b, #ff5454 32%, #f6539a 68%, #f61644);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
}

.cardswrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.card {
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
  box-shadow: 0 0 6px #0000001a;
}

.text-block-84 {
  font-family: var(--lato);
  color: #000;
  padding-top: 14px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-85 {
  font-family: var(--lato);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(82deg, #ff3e5a, #ff4f56 31%, #f6539d 69%, #f71949);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.image-88 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.testimonialsection {
  flex-flow: column;
  align-items: center;
  width: auto;
  padding-bottom: 80px;
  display: flex;
}

.testimonialcontainer {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  background-color: #f7f7f7;
  border-radius: 12px;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 0 6px #0000001a;
}

.slide {
  background-color: var(--white);
  border-radius: 12px;
}

.icon-4 {
  color: #333;
  background-color: #a8848400;
}

.icon-5 {
  color: #333;
}

.div-block-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-86 {
  font-family: var(--lato);
  color: #000;
  text-align: center;
  width: 65%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-style: italic;
  line-height: 1.2em;
}

.text-block-87 {
  font-family: var(--lato);
  color: var(--av-copy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.mask {
  border-radius: 12px;
}

.ctasection {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}

.ctacontainer {
  background-image: url('../images/cta.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-85 {
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 4px #00000080;
  width: 900px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-88 {
  font-family: var(--lato);
  color: var(--white);
  text-shadow: 0 2px 4px #00000080;
  padding-top: 16px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-block-51 {
  flex-flow: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.text-block-89 {
  font-family: var(--lato);
  text-align: center;
  order: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
}

.text-block-89._1 {
  display: none;
}

.text-span-52 {
  font-weight: 700;
  text-decoration: underline;
}

.nav-section-rsc {
  display: none;
}

.body-section-rsc {
  background-color: #0a3a6a;
  background-image: url('../images/Hero-section.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.nav-container-rsc {
  width: 1200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.body-container-rsc {
  flex-flow: column;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper-rsc {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.heading-86 {
  font-family: var(--ehw-homepage);
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 36px;
  line-height: 42px;
}

.heading-86.ty {
  color: #333;
  width: 100%;
  padding-bottom: 20px;
}

._1q-rsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-rsc {
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  width: 300px;
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.radio-button-rsc:hover {
  color: #fff;
  background-color: #00a2df;
}

.radio-button-21 {
  display: none;
}

.text-field-10 {
  font-family: var(--ehw-homepage);
  border: 1px solid #333;
  border-radius: 8px;
  width: 300px;
  height: 46px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  box-shadow: 0 2px 10px #0000001a;
}

.text-field-10.zip {
  display: none;
}

.text-field-11 {
  width: 300px;
}

.radio-button-label-21 {
  font-size: 18px;
  font-weight: 700;
}

.heading-87 {
  font-family: var(--ehw-homepage);
  text-align: center;
  width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
}

.radio-button-label-22 {
  font-family: var(--raleway);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

._2q-rsc, .form-2, ._3q-rsc, ._4q-rsc, ._5q-rsc, ._6q-rsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.textarea-4 {
  font-family: var(--raleway);
  border: 1px solid #333;
  border-radius: 8px;
  width: 450px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  box-shadow: 0 2px 10px #0000001a;
}

._7q-rsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-90 {
  font-family: var(--ehw-homepage);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-90._1 {
  font-family: var(--ehw-homepage);
  padding-bottom: 24px;
}

.dq-rsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.continue-button-rsc {
  font-family: var(--raleway);
  text-align: center;
  background-color: #f89303;
  border-radius: 8px;
  width: 300px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  box-shadow: 0 2px 10px #0000001a;
}

.continue-button-rsc:hover {
  background-color: #ff9f22;
}

.start-over-rsc {
  font-family: var(--ehw-homepage);
  text-align: center;
  background-color: #f89303;
  border-radius: 8px;
  width: 300px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  box-shadow: 0 2px 10px #0000001a;
}

.start-over-rsc:hover {
  background-color: #ff9f22;
}

.submit-rsc {
  font-family: var(--ehw-homepage);
  background-color: #f89303;
  border-radius: 8px;
  width: 300px;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  box-shadow: 0 2px 10px #0000001a;
}

.submit-rsc:hover {
  background-color: #ff9f22;
}

.text-span-53 {
  color: #f89303;
}

.italic-text-3 {
  color: #00bb0c;
  font-size: 40px;
}

.badges-strip-container-rsc {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.testimonials-section-rsc {
  background-color: #0a3a6a;
}

.testimonials-container-rsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-88 {
  font-family: var(--ehw-homepage);
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
}

.heading-88._2 {
  width: 75%;
  margin-bottom: 40px;
  line-height: 42px;
}

.column-wrapper-rsc {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cards-wrapper-rsc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.testimonial-card-rsc {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 32%;
  padding: 20px;
  display: flex;
}

.image-89 {
  padding-bottom: 10px;
}

.text-block-91 {
  font-family: var(--ehw-homepage);
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-92 {
  font-family: var(--ehw-homepage);
  font-size: 18px;
  line-height: 26px;
}

.footer-container-rsc {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-93 {
  font-family: var(--ehw-homepage);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.text-span-54, .text-span-55 {
  color: #00bb0c;
}

.text-span-56 {
  color: #00bb0c;
  font-style: italic;
}

.text-block-94 {
  font-family: var(--ehw-homepage);
  font-size: 18px;
  line-height: 26px;
}

.text-block-95 {
  font-family: var(--ehw-homepage);
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.button-24 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-96 {
  font-family: var(--raleway);
  font-size: 18px;
  line-height: 26px;
}

.text-span-57 {
  color: #00bb0c;
  font-style: italic;
}

.image-90 {
  display: none;
}

._4aq-rsc, ._4bq-rsc {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.progress-bg {
  background-color: #ececec;
  border-radius: 50px;
  width: 900px;
  height: 20px;
  margin-bottom: 30px;
}

.progress-bar {
  background-color: #f89303;
  border-radius: 50px;
  width: 12.5%;
  height: 20px;
}

.second-container {
  flex-flow: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-89 {
  font-family: var(--ehw-homepage);
  margin-top: 0;
  margin-bottom: 0;
}

.images-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-block-97 {
  font-family: var(--ehw-homepage);
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-98 {
  font-family: var(--ehw-homepage);
  text-align: center;
  padding-top: 16px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-52, .div-block-53, .div-block-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.image-96 {
  width: 79%;
}

.text-block-99 {
  font-family: var(--ehw-homepage);
  text-align: center;
  max-width: 800px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    justify-content: space-between;
    width: 100%;
  }

  .div-block {
    margin-top: 40px;
    padding-top: 50px;
  }

  .div-block-2 {
    margin-bottom: 60px;
  }

  .image-2 {
    width: 70%;
  }

  .text-block-4 {
    padding-top: 25%;
  }

  .image-4 {
    margin-right: 10px;
  }

  .container-5 {
    width: 80%;
  }

  .question.callback {
    padding-top: 20px;
  }

  .radio-button-field.answer {
    padding-left: 0;
  }

  .bttn4.checkelibttn {
    width: auto;
  }

  .container-6 {
    width: 80%;
  }

  .div-block-4 {
    margin-bottom: 60px;
  }

  .image-6 {
    width: 70%;
  }

  .image-8 {
    margin-right: 10px;
  }

  .div-block-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div8.prime, .div8.secondary {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    padding-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-11.headingmcc {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
  }

  .div-block-7 {
    width: auto;
  }

  .image-10 {
    width: 80%;
  }

  .div-block-8, .div-block-9 {
    width: auto;
  }

  .image-11 {
    width: 12%;
    margin-top: -51px;
  }

  .div-block-10, .div-block-11 {
    width: auto;
  }

  .div.firstq {
    width: auto;
    margin-right: auto;
  }

  .div.secondq {
    width: 100%;
  }

  .div.thirdq, .div.fourthq, .div.fifthq, .div.sixthq {
    width: auto;
  }

  .div.seventhq, .div.eightq, .div.dqninthq {
    width: 100%;
  }

  .quick-stack {
    width: 80%;
  }

  .button-9.bttnpink {
    width: 50%;
  }

  .bold-text-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-5, .div-block-14, .div-block-15, .div-block-17 {
    width: 100%;
  }

  .image-13 {
    margin-right: 10px;
  }

  .text-block-16 {
    padding-top: 25%;
  }

  .navbardiv {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-18 {
    margin-left: auto;
    padding-right: 24px;
  }

  .herosectiondiv {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    width: 80%;
    line-height: 38px;
  }

  .howwereyouhurtdiv {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .heading2.faqheading {
    text-align: center;
  }

  .h2description {
    width: 100%;
  }

  .howwereyourhurtcard.leftalignedcard {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .howwereyourhurtcard.rightalignedcard {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .quick-stack-3 {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .heading-20r {
    margin-top: 20px;
  }

  .text-block-20 {
    text-align: left;
  }

  .text-block-20.right-aligned {
    text-align: right;
  }

  .cell-3 {
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-right: 10px;
  }

  .image-14 {
    width: 60%;
  }

  .getcompensationdiv {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21 {
    padding-bottom: 40px;
  }

  .featuredarticlesdiv {
    width: auto;
  }

  .bigctadiv {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-22 {
    text-align: center;
  }

  .faqdiv {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerdiv {
    width: auto;
    padding: 60px 20px;
  }

  .cell-8 {
    align-items: center;
  }

  .heading-23 {
    text-align: center;
  }

  .cell-9 {
    align-items: center;
  }

  .div-block-19 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heroblogarchivediv {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24 {
    width: 80%;
  }

  .columndividerblogarchivediv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-25 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .collection-item {
    width: 100%;
  }

  .featuredarticlecardwrapper {
    flex-direction: column;
    height: auto;
    margin-left: 20px;
  }

  .column {
    flex: 0 auto;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    align-self: stretch;
  }

  .pagination-2 {
    float: right;
    justify-content: flex-end;
    padding-left: 0;
    display: inline-block;
  }

  .columns {
    flex-flow: column;
    align-content: stretch;
    align-items: center;
    width: 100%;
  }

  .columns._w-pagination-next {
    flex-direction: row;
    justify-content: center;
  }

  .offerblock {
    background-position: 50%;
    background-size: cover;
  }

  .blogtemplateherodiv {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogtemplatebodydiv {
    width: auto;
  }

  .columns-2 {
    flex-direction: column;
  }

  .cell-11 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .collection-list-wrapper {
    flex-direction: row;
    display: block;
  }

  .link-block {
    order: -1;
  }

  .link-block.w--current {
    order: 0;
  }

  .cell-12 {
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .section-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18, .image-19 {
    width: 60%;
  }

  .cell-13 {
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .image-20 {
    width: 60%;
  }

  .cell-14 {
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .collection-list-2 {
    flex-direction: column;
    display: flex;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    width: auto;
    max-width: none;
  }

  .container-13 {
    max-width: 728px;
  }

  .navbar-wrapper {
    width: auto;
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    width: 6%;
    height: 62%;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-3 {
    width: 100%;
    height: 100%;
  }

  .hero-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-h1 {
    text-align: center;
    width: 90%;
    font-size: 40px;
  }

  .hero-h2 {
    width: 90%;
  }

  .brands-bar {
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .brand-image {
    margin-top: 10px;
    padding-right: 0;
  }

  .package-info {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-20 {
    align-items: center;
    padding-top: 20px;
  }

  .cta-div {
    width: auto;
  }

  .cta-h3 {
    color: var(--blue);
    text-align: center;
    width: 80%;
  }

  .checkmarks-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .offers-section {
    width: auto;
  }

  .offer-card {
    align-self: stretch;
  }

  .quick-stack-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .client-results-wrapper, .attention-block-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-39 {
    flex: 0 auto;
    height: 68px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-wrapper {
    align-self: center;
    position: static;
  }

  .submit-button-3 {
    margin-bottom: 60px;
  }

  .brand-images-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .image-35 {
    bottom: 28%;
    left: 7%;
  }

  .div-block-32 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec2container {
    width: auto;
  }

  .column-5 {
    align-self: center;
  }

  .column2._4waysblog {
    align-self: stretch;
    margin-top: 40px;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .floatingctawrapper {
    margin-left: 0;
  }

  .image-39 {
    width: 47%;
  }

  .heading-61 {
    line-height: 46px;
  }

  .ctawrapper {
    width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footerwrapper {
    width: auto;
    padding-left: 20px;
  }

  .heading-62 {
    align-self: flex-start;
  }

  .image-40 {
    margin-right: 20px;
  }

  .katesectiondiv {
    width: auto;
  }

  .heading-63, .heading-64 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-35 {
    padding-top: 20px;
  }

  .image-48 {
    padding-right: 20px;
  }

  .navabarkate {
    width: auto;
    padding-left: 20px;
  }

  .divcontainer {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbarwrapperv6 {
    width: auto;
  }

  .containerv6 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .introv6 {
    padding-top: 60px;
  }

  .progressbardiv {
    padding-top: 10px;
  }

  .cell-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .phoneandemaildiv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
  }

  .navcontainer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .herocontainerlfg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-70 {
    text-align: center;
  }

  .heading-70.nav-heading {
    padding-top: 10px;
  }

  .text-block-67 {
    text-align: center;
  }

  .formlfgwrapper {
    margin-left: 0;
  }

  .badgescontainer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howwedoitcontainer {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .firstctacontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-72 {
    text-transform: uppercase;
    width: auto;
    font-weight: 700;
  }

  .perfectcombocontainer {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .toolscontainer, .testimonialscontainerlfg {
    width: auto;
  }

  .secondctacontainer {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-77 {
    width: auto;
  }

  .footercontainer {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .footercopydiv {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-78, .text-block-70 {
    text-align: center;
  }

  .image-72 {
    padding-top: 20px;
  }

  .bodycontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-79 {
    text-align: center;
  }

  .divswrapper {
    flex-flow: column;
  }

  .div-block-41 {
    margin-right: 0;
  }

  .div-block-42 {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-73 {
    width: auto;
  }

  .image-74 {
    width: 15%;
  }

  .text-block-74 {
    text-align: center;
    padding-bottom: 40px;
  }

  .text-block-75, .text-block-76 {
    text-align: center;
  }

  .div-block-44 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .image-75 {
    padding-bottom: 24px;
  }

  .list-3 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .videomike {
    padding-left: 0;
  }

  .image-76 {
    width: 15%;
    right: 8%;
  }

  .image-77 {
    width: 7%;
    top: 67%;
    right: 10%;
  }

  .image-79 {
    width: 10%;
  }

  .image-80 {
    width: 5%;
    left: 47%;
  }

  .image-81 {
    width: 15%;
    bottom: 24%;
    left: 39%;
  }

  .image-82 {
    width: 10%;
    top: 68%;
    left: 22%;
  }

  .image-83 {
    width: 25%;
    left: 6%;
  }

  .image-84 {
    width: 10%;
    top: auto;
    bottom: 26%;
    left: 6%;
  }

  .secondfootercontainer {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .unfortunatelymsg1 {
    text-align: center;
  }

  .radio-button-field-4 {
    width: 100%;
  }

  .formcontainer {
    width: auto;
  }

  .form-block-2 {
    width: 80%;
  }

  .formsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-2._2._3 {
    width: auto;
  }

  ._1q {
    flex-flow: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .avty-container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .avty-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-3 {
    width: auto;
  }

  .text-block-79 {
    text-align: center;
  }

  .av-footer-cintainer {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .badgessection {
    padding-top: 0;
  }

  .badgecontainer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .div-block-48 {
    display: none;
  }

  .injurycontainer {
    width: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-84 {
    text-align: center;
  }

  .text-block-83 {
    width: auto;
  }

  .cardswrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonialsection {
    padding-bottom: 60px;
  }

  .testimonialcontainer {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-86 {
    font-size: 24px;
  }

  .ctasection {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ctacontainer {
    width: auto;
    padding: 60px 20px;
  }

  .heading-85 {
    text-align: center;
    width: auto;
  }

  .body-section-rsc {
    padding: 40px 20px;
  }

  .body-container-rsc {
    width: auto;
  }

  .form-wrapper-rsc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-86 {
    width: 95%;
  }

  .heading-87 {
    width: auto;
  }

  .text-block-90._1 {
    text-align: center;
  }

  .badges-strip-container-rsc {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    justify-content: center;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-container-rsc {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-88._2 {
    width: 95%;
    margin-bottom: 20px;
  }

  .cards-wrapper-rsc {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-container-rsc {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-bg {
    width: 100%;
  }

  .second-container {
    width: auto;
  }

  .images-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-52 {
    width: 30%;
  }

  .image-96 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 0%;
  }

  .heading {
    margin-top: 60px;
  }

  .div-block {
    margin: 40px 0 60px;
  }

  .button.bttn, .button-2 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-2 {
    height: auto;
    margin-bottom: 60px;
  }

  .image-2 {
    width: 50%;
  }

  .text-block-2 {
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
  }

  .div-block-3 {
    align-self: center;
    width: 80%;
    margin-bottom: 20px;
  }

  .container-4 {
    flex-direction: column;
    height: auto;
  }

  .text-block-3 {
    width: 99.9998%;
    padding-right: 10%;
  }

  .text-block-4 {
    padding-top: 15%;
  }

  .image-4 {
    margin-left: 140px;
    inset: auto auto 0% 0%;
  }

  .text-block-6 {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-5 {
    width: 80%;
  }

  .radio-button-field.answer {
    padding-left: 0;
  }

  .bttn4.checkelibttn {
    margin-right: 0;
  }

  .image-5 {
    margin-left: 0%;
  }

  .heading-7 {
    margin-top: 60px;
  }

  .container-6 {
    width: 80%;
  }

  .div-block-4 {
    height: auto;
    margin-bottom: 60px;
  }

  .image-6 {
    width: 50%;
  }

  .text-block-8 {
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 320px;
    display: grid;
  }

  .container-9 {
    flex-direction: column;
  }

  .div-block-5 {
    align-self: center;
    width: 80%;
    margin-bottom: 20px;
  }

  .text-block-9 {
    width: 99.9998%;
    padding-bottom: 0;
    padding-right: 10%;
  }

  .image-8 {
    margin-left: 140px;
    inset: auto auto 0% 0%;
  }

  .text-block-12 {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-14 {
    line-height: 28px;
  }

  .div-block-6 {
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-12 {
    padding-right: 0;
  }

  .heading-11 {
    padding-top: 20px;
  }

  .heading-11.headingmcc {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-11 {
    margin-top: -42px;
  }

  .heading-13 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .text-field-6.hoverpink.phonefield {
    width: 60%;
  }

  .quick-stack {
    width: 90%;
  }

  .bold-text, .bold-text-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .bold-text-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18 {
    align-self: center;
    width: 80%;
    margin-bottom: 20px;
  }

  .text-block-15 {
    width: 99.9998%;
    padding-right: 10%;
  }

  .image-13 {
    margin-left: 140px;
    inset: auto auto 0% 0%;
  }

  .text-block-16 {
    padding-top: 15%;
  }

  .heading2 {
    text-align: center;
  }

  .h2description {
    width: 100%;
  }

  .text-block-20 {
    width: 500px;
  }

  .heading22 {
    text-align: center;
  }

  .heading-44 {
    width: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-right: 20px;
  }

  .icon-3 {
    color: var(--black);
    font-size: 36px;
  }

  .package-info {
    flex-direction: column;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
  }

  .package-info-h2 {
    width: 100%;
  }

  .heading-54 {
    text-align: center;
  }

  .text-block-39 {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .image-31 {
    display: none;
  }

  .div-block-29, .div-block-30, .div-block-31 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-35 {
    width: 15%;
    max-width: 60%;
    bottom: 35%;
    left: 4%;
  }

  .text-block-43, .text-block-44, .cal56 {
    text-align: center;
  }

  .column-5 {
    margin-bottom: 40px;
  }

  .section-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .floatingctawrapper {
    margin-left: 0;
  }

  .heading-61 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerwrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 10px 225px;
  }

  .footerwrapper.wifooter {
    padding-bottom: 141px;
  }

  .heading-62 {
    text-align: center;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-52 {
    text-align: center;
    width: 100%;
  }

  .button-19 {
    align-self: center;
  }

  .image-40 {
    width: 60%;
    inset: auto auto 0%;
  }

  .image-40.ehwlogo {
    bottom: 5%;
  }

  .image-40.wi4scenfooter {
    bottom: 7%;
  }

  .katesectiondiv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-63 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 45px;
  }

  .image-45 {
    width: 60%;
    padding-left: 20px;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .heading-64 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 45px;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .button-primary-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-48 {
    width: 60%;
    padding-left: 20px;
  }

  .navabarkate {
    text-align: center;
    padding-left: 0;
  }

  .text-block-54 {
    width: 100%;
    padding-bottom: 20px;
  }

  .dynwrapper {
    flex-flow: column;
  }

  .dynandtextwrapper {
    align-self: auto;
  }

  .image-56 {
    padding-top: 20px;
  }

  .introv6 {
    padding-top: 40px;
  }

  .text-block-61 {
    text-align: center;
  }

  .cell-21, .cell-23 {
    padding-bottom: 20px;
  }

  .cell-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-10 {
    padding-top: 20px;
  }

  .herocontainerlfg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 20px;
  }

  .herocopy {
    width: auto;
  }

  .heading-70 {
    justify-content: flex-start;
    width: auto;
    display: block;
    overflow: hidden;
  }

  .text-block-67 {
    width: auto;
  }

  .formlfgwrapper {
    width: auto;
    max-width: none;
  }

  .toolscontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonialscontainerlfg {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-76 {
    width: 520px;
  }

  .footercontainer {
    justify-content: space-between;
    align-items: center;
  }

  .footercopydiv {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-78 {
    width: auto;
  }

  .li {
    text-align: center;
  }

  .image-72 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-79, .lfgblockdiv, .div-block-41, .div-block-42, .text-block-73 {
    width: auto;
  }

  .image-74 {
    width: 20%;
  }

  .text-block-74 {
    width: auto;
  }

  .code-embed {
    width: 113%;
  }

  .heading-81 {
    padding-top: 16px;
  }

  .code-embed-2 {
    width: auto;
  }

  .badgecontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-49 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cardswrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-88 {
    text-align: center;
  }

  .slide-nav {
    display: none;
  }

  .form-wrapper-rsc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-86 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-87 {
    width: auto;
  }

  .badges-strip-container-rsc {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .heading-88._2 {
    width: 100%;
  }

  .cards-wrapper-rsc {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .testimonial-card-rsc {
    max-width: none;
  }

  .button-24.start-over-rsc {
    font-size: 24px;
  }

  .images-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-52, .div-block-53, .div-block-54 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    display: flex;
  }

  .image {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
    left: 0%;
  }

  .heading {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
  }

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block {
    margin: 40px auto 60px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .button.bttn, .button-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-margine {
    width: 30%;
    margin-bottom: 20px;
  }

  .image-margine.agrussimage {
    width: 20%;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container-2.ehwcontainer, .container-2.agrusscontainer {
    overflow: hidden;
  }

  .agruss2 {
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-2 {
    width: 90%;
    margin-bottom: 20px;
  }

  .image-2 {
    width: 80%;
    left: 10%;
  }

  .text-block-2 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-3.testimonialinsuccess {
    padding-bottom: 20px;
  }

  .container-4 {
    height: auto;
  }

  .text-block-3 {
    height: 150px;
    padding-top: 25%;
  }

  .text-block-4 {
    padding-top: 25%;
    padding-bottom: 20px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    margin-bottom: 24px;
    margin-left: 100px;
  }

  .image-4.testimonialty {
    margin-bottom: 0;
    margin-left: auto;
    inset: 10% 0% auto;
  }

  .button-3 {
    width: 60%;
    margin-left: 20%;
  }

  .text-block-6 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .section-4 {
    padding-bottom: 30px;
  }

  .container-5 {
    width: 90%;
  }

  .question {
    margin-top: 30px;
    font-size: 24px;
  }

  .question.callback {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
  }

  .question.talktolawyer {
    padding-top: 10px;
    font-size: 26px;
  }

  .radio-button-field.answer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .radio-button-label, .radio-button-label-2 {
    font-size: 16px;
  }

  .radio-button-label-3 {
    font-size: 18px;
  }

  .radio-button-label-4 {
    font-size: 16px;
  }

  .radio-button-label-5, .radio-button-label-6, .radio-button-label-7, .radio-button-label-8, .radio-button-label-9, .radio-button-label-10, .radio-button-label-11, .radio-button-label-12, .radio-button-label-13, .radio-button-label-14, .radio-button-label-15, .radio-button-label-16 {
    font-size: 18px;
  }

  .bttn4 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .image-5 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
    left: 0%;
  }

  .heading-7 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
  }

  .container-6 {
    width: 90%;
  }

  .section-6 {
    box-shadow: 0 2px 5px #0003;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-7 {
    padding-bottom: 30px;
  }

  .div-block-4 {
    width: 90%;
    margin-bottom: 20px;
  }

  .image-6 {
    width: 80%;
    left: 10%;
  }

  .text-block-8 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section-8 {
    padding-bottom: 650px;
  }

  .section-8.testimonials {
    margin-top: 0;
  }

  .image-8 {
    margin-bottom: 24px;
    margin-left: 100px;
  }

  .text-block-10 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .button-6 {
    width: 60%;
    margin-left: 20%;
  }

  .text-block-14 {
    color: #000;
    padding-bottom: 0;
    line-height: 28px;
  }

  .button-8 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .heading-9 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
  }

  .div-block-6 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div8.prime {
    padding-bottom: 40px;
  }

  .heading-11 {
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-11.headingmcc {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .image-10 {
    width: 100%;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 28px;
  }

  .image-11 {
    width: 30%;
    margin-top: -57px;
  }

  .heading-13 {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .heading-13.h13 {
    font-size: 28px;
    line-height: 32px;
  }

  .div {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div.firstq, .div.secondq, .div.thirdq, .div.fourthq {
    padding-top: 0;
  }

  .div.fifthq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div.sixthq, .div.seventhq, .div.eightq, .div.dqninthq {
    padding-top: 0;
  }

  .text-field-6.hoverpink.phonefield {
    width: 90%;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    display: none;
  }

  .button-9.bttnpink, .button-9.bttnpink.phonebutton {
    width: 90%;
  }

  .bold-text {
    line-height: 40px;
  }

  .heading-16.second16 {
    line-height: 28px;
  }

  .success-message {
    padding-left: 10px;
    padding-right: 10px;
  }

  .textarea-2, .html-embed-3 {
    width: 90%;
  }

  .div-block-16, .div-block-18 {
    width: 100%;
  }

  .div-block-18.testimonialinsuccess {
    padding-bottom: 20px;
  }

  .image-12 {
    display: none;
  }

  .text-block-15 {
    padding-top: 33%;
  }

  .image-13 {
    margin-bottom: 24px;
    margin-left: 100px;
  }

  .image-13.testimonialty {
    margin-bottom: 0;
    margin-left: auto;
    inset: 10% 0% auto;
  }

  .text-block-16 {
    padding-top: 43%;
    padding-bottom: 20px;
  }

  .success-message-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text {
    font-size: 28px;
    line-height: 32px;
  }

  .navbardiv {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-18 {
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .herosectiondiv {
    padding: 80px 10px;
  }

  .heading-18 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-19 {
    font-size: 20px;
    line-height: 26px;
  }

  .howwereyouhurtdiv {
    display: none;
  }

  .heading2 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .h2description {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .howwereyourhurtcard.leftalignedcard {
    display: block;
  }

  .heading-20r {
    margin-top: 0;
    padding: 20px 10px 0 0;
  }

  .heading-20r.leftheading {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .text-block-20 {
    width: 300px;
    max-width: 400px;
  }

  .text-block-20.right-aligned {
    width: 300px;
  }

  .image-14 {
    width: 60%;
  }

  .getcompensationdiv {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .quick-stack-4 {
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21 {
    text-align: center;
  }

  .featuredarticlesdiv {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .featuredarticlesdiv.rsc, .bigctadiv {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13 {
    background-position: 50% 0;
  }

  .heading22 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 38px;
  }

  .heading-22 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .faqdiv {
    padding: 72px 10px;
  }

  .faqdiv.rsc {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-toggle {
    height: auto;
  }

  .text-block-22 {
    white-space: pre-wrap;
    word-break: keep-all;
    width: 100%;
    font-size: 20px;
    overflow: visible;
  }

  .dropdown-list {
    font-family: var(--ehw-homepage);
  }

  .footerdiv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-23 {
    margin-bottom: 24px;
    line-height: 42px;
  }

  .text-block-24 {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading-24, .heading-25 {
    width: 100%;
  }

  .featuredarticlecardwrapper {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .read-more-bttn.relatedbtn {
    padding-right: 0;
  }

  .column, .offerblock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-43 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-44 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-3 {
    padding-right: 0;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .cell-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .imagerelatedarticles {
    flex: none;
    height: 120px;
  }

  .heading-46, .section-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    width: 60%;
  }

  .image-19 {
    align-self: flex-start;
    width: 60%;
  }

  .image-20 {
    width: 60%;
  }

  .cell-15 {
    align-items: flex-start;
    display: block;
  }

  .image-21, .image-22, .image-23 {
    width: 60%;
    max-width: 80%;
  }

  .cell-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    display: flex;
  }

  .howwereyourhurtmobilediv {
    padding: 72px 10px;
    display: block;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 0 16px;
  }

  .mobilecard {
    margin-bottom: 24px;
    box-shadow: 0 0 18px #0000001a;
  }

  .text-block-35 {
    font-family: var(--ehw-homepage);
    color: var(--copy);
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .cell-17, .cell-18 {
    justify-content: flex-start;
  }

  .section-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-13 {
    max-width: none;
  }

  .nav-menu-two {
    border-radius: 0 0 5px 5px;
    flex-direction: column;
    margin-top: -3px;
  }

  .button-primary {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .menu-button {
    border-radius: 5px;
    margin-right: 10px;
  }

  .icon-3 {
    color: var(--black);
    width: 100%;
    height: 100%;
    font-size: 36px;
  }

  .fixedquestonwrapper {
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .questionhwrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100rem;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 10px 20px;
    display: flex;
  }

  .image-27 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    overflow: visible;
  }

  .yourinquirytextarea {
    overflow: visible;
  }

  .heading-53 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .button-15 {
    display: none;
  }

  .hero-h1 {
    width: 100%;
    margin-top: 40px;
    line-height: 45px;
  }

  .hero-h2 {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    display: block;
  }

  .hero-h2.hero2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 38px;
    display: block;
  }

  .brands-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-image.google {
    width: 27%;
  }

  .brand-image.meta, .brand-image.bing {
    width: 35%;
  }

  .package-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .package-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-36 {
    text-align: center;
    width: 100%;
  }

  .button-16 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .cta-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-h3 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .checkmarks-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-37 {
    font-size: 24px;
  }

  .offer-card, .quick-stack-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-results-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .attention-block {
    flex-direction: column;
  }

  .attention-block-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-39 {
    width: 100%;
  }

  .text-block-40 {
    text-align: center;
    width: 100%;
    padding-top: 20px;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-57 {
    padding-top: 8px;
  }

  .submit-button-3 {
    margin-bottom: 40px;
  }

  .states-dropdown.lfg {
    height: 55px;
    min-height: 55px;
  }

  .brand-images-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-58 {
    padding-top: 10px;
    font-size: 40px;
  }

  .div-block-27 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29, .div-block-30, .div-block-31 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-35 {
    width: 20%;
    bottom: 42.5%;
  }

  .text-block-43 {
    text-align: center;
    font-size: 20px;
  }

  .text-block-44, .cal56 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: space-between;
  }

  .column-5 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dateblock {
    padding-top: 16px;
  }

  .heading-59 {
    font-size: 36px;
    line-height: 42px;
  }

  .section-27 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .copyblock {
    text-decoration: none;
  }

  .factblock {
    flex-flow: column;
    align-items: stretch;
    padding-right: 0;
  }

  .image-37 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .text-block-49 {
    padding: 20px 10px;
  }

  .italic-text-2 {
    color: var(--black);
  }

  .colorbgdiv {
    margin-bottom: 96px;
  }

  .image-39 {
    width: 90%;
  }

  .heading-60 {
    margin-top: 100px;
    position: static;
  }

  .heading-60.ctablock {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
  }

  .button-18.landing-page-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .footerwrapper {
    padding-bottom: 415px;
  }

  .footerwrapper.mn4scenfooter {
    padding-bottom: 126px;
  }

  .image-40 {
    width: 100%;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-40.ehwlogo {
    width: 70%;
    padding-top: 40px;
  }

  .image-40.mn4scenfooter {
    width: 50%;
    bottom: 5%;
  }

  .image-40.wi4scenfooter {
    width: 50%;
  }

  .text-block-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .katesectiondiv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-63 {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 45px;
  }

  .image-45 {
    width: 100%;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .image-46 {
    display: none;
  }

  .image-47 {
    display: block;
  }

  .heading-64 {
    margin-bottom: 10px;
    padding: 20px 10px;
    font-size: 36px;
    line-height: 45px;
    display: none;
  }

  .div-block-35 {
    flex-flow: column;
    padding-top: 10px;
  }

  .button-primary-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-48 {
    width: 100%;
    display: none;
  }

  .section-34 {
    background-image: url('../images/iPhone-13--14---11.png');
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 96px;
  }

  .section-34.katemobile {
    padding-bottom: 0;
  }

  .div-block-36 {
    padding-bottom: 40px;
  }

  .text-block-54 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .timer {
    padding-top: 10px;
  }

  .heading-65 {
    text-align: center;
  }

  .heading-66 {
    color: var(--white);
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    display: block;
  }

  .text-span-20 {
    color: var(--green);
  }

  .div-block-37 {
    background-color: #fff0;
  }

  .timerwrapper {
    border: 3px solid var(--white);
    border-radius: 8px;
  }

  .bold-text-9 {
    font-size: 28px;
  }

  .bold-text-10 {
    text-align: left;
  }

  .text-block-56 {
    padding-right: 15px;
  }

  .text-span-35 {
    text-decoration: underline;
  }

  .image-49 {
    display: none;
  }

  .image-50 {
    display: block;
  }

  .image-51 {
    display: none;
  }

  .image-52 {
    display: block;
  }

  .image-53 {
    display: none;
  }

  .image-55 {
    display: block;
  }

  .dynwrapper {
    background-size: cover;
    padding: 20px 10px;
  }

  .text-block-58 {
    background-color: var(--red);
  }

  .text-block-59 {
    color: var(--blue);
    text-align: center;
    padding-right: 0;
    font-size: 28px;
    font-weight: 700;
  }

  .dynandtextwrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-56 {
    max-width: 60%;
  }

  .image-57, .image-58 {
    display: block;
  }

  .text-block-60 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-67 {
    font-size: 32px;
    line-height: 38px;
  }

  .containerv6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-68 {
    font-size: 36px;
  }

  .continuebtn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inputfieldv6 {
    width: 100%;
  }

  .cell-21 {
    padding-bottom: 20px;
  }

  .cell-22 {
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-23 {
    padding-bottom: 10px;
  }

  .cell-24, .cell-25 {
    padding-bottom: 20px;
  }

  .quick-stack-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .option-card-v6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 173px;
    padding: 20px 10px;
  }

  .text-block-63 {
    width: auto;
  }

  .gotodoctordivv6 {
    padding-top: 40px;
  }

  .quick-stack-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .didpoliceshowupdivv6, .wereyouatfaultv6, .within2yearsdivv6, .alreadyhavelawyerdivv6, .describeaccidentdivv6 {
    padding-top: 40px;
  }

  .describe-the-accident {
    width: 100%;
  }

  .contactdivv6 {
    padding-top: 40px;
  }

  .phoneandemaildiv {
    width: 100%;
  }

  .navsectionlfg {
    box-shadow: none;
  }

  .navcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sectionherolfg {
    flex-flow: column;
  }

  .herocontainerlfg {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-70 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-70.biggerh1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .heading-70.nav-heading {
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.2;
  }

  .text-block-67 {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .formlfgwrapper {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inputfieldlfg {
    width: 100%;
  }

  .submit-button-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .badgesstriplfg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .badgescontainer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-60 {
    width: 50%;
  }

  .image-60.image {
    width: auto;
  }

  .howwedoitcontainer, .firstctacontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-72 {
    font-size: 32px;
    line-height: 40px;
  }

  .perfectcombocontainer, .sectiontools, .testimonialscontainerlfg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-76 {
    width: auto;
  }

  .secondctacontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-77 {
    font-size: 32px;
    line-height: 40px;
  }

  .footercontainer {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-78 {
    width: auto;
  }

  .image-72.footerimage {
    width: 100%;
  }

  .bodycontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-41, .div-block-41.second {
    background-position: 50%;
  }

  .image-74 {
    width: 30%;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-75 {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .videomike {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
    overflow: auto;
  }

  .div-block-45 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-76 {
    width: 35%;
    top: 4%;
    right: 11%;
  }

  .image-77 {
    width: 15%;
    top: 85%;
  }

  .image-78 {
    top: 80%;
    left: 51%;
  }

  .image-79 {
    width: 25%;
    bottom: 76%;
  }

  .image-80 {
    width: 10%;
    top: 22%;
    left: 31%;
  }

  .image-81 {
    width: 40%;
    bottom: 24%;
    left: 52%;
  }

  .image-82 {
    width: 20%;
    top: 80%;
    left: 7%;
  }

  .image-83 {
    width: 40%;
    top: 14%;
    left: 11%;
  }

  .image-84 {
    width: 15%;
    bottom: 23%;
    left: 23%;
  }

  .secondfootercontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-85 {
    overflow: visible;
  }

  .choosedifferentanswertextblock {
    text-align: center;
  }

  .image-86 {
    display: none;
  }

  .button-23.twh._2, .button-23.twh.siyq {
    width: 100%;
  }

  .formcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-2 {
    width: 100%;
  }

  .formsection {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-2 {
    margin-bottom: 20px;
  }

  .code-embed-2._2._3 {
    margin-bottom: 0;
  }

  .heading-82 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .code-embed-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-79 {
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-80 {
    font-size: 16px;
    line-height: 20px;
  }

  .badgecontainer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ratingswrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-49 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
  }

  .injurycontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-84 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .text-block-83 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .cardswrapper {
    padding-top: 20px;
  }

  .testimonialcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide {
    height: auto;
  }

  .div-block-50 {
    width: auto;
    padding: 20px 0;
  }

  .text-block-86 {
    width: 80%;
    font-size: 20px;
  }

  .ctasection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .body-section-rsc {
    padding: 40px 5px;
  }

  .form-wrapper-rsc {
    width: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-86 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-87 {
    width: 300px;
    font-size: 24px;
    line-height: 32px;
  }

  .textarea-4 {
    width: 300px;
  }

  .text-block-90._1 {
    text-align: center;
  }

  .italic-text-3 {
    font-size: 28px;
  }

  .badges-strip-container-rsc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-88 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-88._2 {
    font-size: 32px;
  }

  .text-block-94, .text-block-95 {
    text-align: center;
  }

  .image-91, .image-92, .image-93, .image-94, .image-95 {
    width: 40%;
  }

  .progress-bg {
    width: 100%;
  }

  .heading-89 {
    text-align: center;
  }

  .text-block-97 {
    line-height: 32px;
  }

  .div-block-52, .div-block-53, .div-block-54 {
    width: 90%;
  }
}

#w-node-_3afaabcd-7ea7-493b-cd99-09fb2285aeb4-6fd61e8b, #w-node-aeae29d2-da87-1c79-1d71-619ca8c91a2b-6fd61e8b, #w-node-ecea79e8-ca54-4c63-40a5-b1b5122a6102-6fd61e8b, #w-node-d001db55-fcc9-9b53-342d-ef0c24de5542-6fd61e8b, #w-node-_5e19d913-9349-e2b1-1873-6bd6efc3e73a-6fd61e8b, #w-node-_18e09a71-1182-a52e-8b4d-2d089f930096-6fd61e8b, #w-node-_45f06e37-ad88-7ac8-f972-2646e2dfd04d-6fd61e8b, #w-node-_8dfd9671-c2bb-0680-fd96-3ce3560a3c5f-6fd61e8b, #w-node-_9d200db8-fe53-37c0-98ac-cdc5adbcc5e4-6fd61e8b, #w-node-_0e8b6029-077e-1343-4d11-ccb8db7dc28d-6fd61e8b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_21bd404e-2587-df52-e863-1f4b8c6eb5a1-6fd61e8b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f883a59e-3485-fd6d-ffc6-4ec6cf79bce7-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-aced068d-63ec-dae1-3df4-dcaf8dc962fa-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-c2994408-7d1c-9c45-adf3-c9ab9ca766d2-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_598717a5-c141-1018-9c3f-06f975085a51-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_382277e4-a6d8-c10f-4482-61ed4e5732de-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b09cc882-63d6-3590-fa98-85f3da024aa4-0a878e27, #w-node-_93f263a3-7b01-7cc9-5094-80eac40bb874-0a878e27, #w-node-_169f1c24-cfa4-39f5-23d9-bb648f6617bb-0a878e27, #w-node-_26074430-e8cb-f6b2-4a2b-28256a394d53-0a878e27, #w-node-_998f2db2-a892-0d3d-4884-b80784189204-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c023c688-d16d-b1c2-4267-7925c564c7c8-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4d5e22ce-78d6-5f6b-5609-f17f4a6d6521-0a878e27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_54e51417-d0aa-03da-a361-ad46ad95b206-345c1e5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_3b89c8b5-4c81-f08e-7ca2-7bf9708f280e-283861e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-ec8337fe-025c-210c-4366-a22db7bad322-283861e0, #w-node-_0d83952d-d914-be05-991a-de39bcee02ae-029dbc22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5ae278bd-1d12-2d60-2f71-ceb6b47115a7-f4db9f97 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b22b842b-10da-4e10-aa7f-cf83415c0330-f4db9f97, #w-node-_2185bcdd-14d3-7b1f-c24f-7d2be43dde83-f4db9f97, #w-node-c8b436e2-c009-6670-7770-146c47d7713a-f4db9f97, #w-node-_1f8b5350-114b-59f2-cf5f-31e9648760b0-f4db9f97, #w-node-_927b1cf9-b2ae-692d-50a5-473a3e2b8a15-f4db9f97 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f883a59e-3485-fd6d-ffc6-4ec6cf79bce7-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-f883a59e-3485-fd6d-ffc6-4ec6cf79bce8-0a878e27 {
    order: 0;
  }

  #w-node-aced068d-63ec-dae1-3df4-dcaf8dc962fa-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-aced068d-63ec-dae1-3df4-dcaf8dc962fd-0a878e27 {
    order: -9999;
  }

  #w-node-c2994408-7d1c-9c45-adf3-c9ab9ca766d2-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_598717a5-c141-1018-9c3f-06f975085a51-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_598717a5-c141-1018-9c3f-06f975085a52-0a878e27 {
    order: 9999;
  }

  #w-node-_382277e4-a6d8-c10f-4482-61ed4e5732de-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-c023c688-d16d-b1c2-4267-7925c564c7c8-0a878e27, #w-node-_4d5e22ce-78d6-5f6b-5609-f17f4a6d6521-0a878e27, #w-node-_3b89c8b5-4c81-f08e-7ca2-7bf9708f280e-283861e0, #w-node-ec8337fe-025c-210c-4366-a22db7bad322-283861e0, #w-node-_0d83952d-d914-be05-991a-de39bcee02ae-029dbc22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_429e8f8e-30aa-7191-328f-6e5941247ead-d9634d05, #w-node-b8583a9c-6641-4393-fd44-01313a879335-d9634d05, #w-node-b46eb393-a0bc-217b-6239-032fcd413570-9b61fedc, #w-node-b46eb393-a0bc-217b-6239-032fcd41357e-9b61fedc, #w-node-b46eb393-a0bc-217b-6239-032fcd413570-79592fcf, #w-node-b46eb393-a0bc-217b-6239-032fcd41357e-79592fcf, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-e615cce6, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-e615cce6, #w-node-_429e8f8e-30aa-7191-328f-6e5941247ead-227894a1, #w-node-b8583a9c-6641-4393-fd44-01313a879335-227894a1, #w-node-_429e8f8e-30aa-7191-328f-6e5941247ead-5cc30c1d, #w-node-b8583a9c-6641-4393-fd44-01313a879335-5cc30c1d, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-b9c9170b, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-b9c9170b, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6cd-e65978c2, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6db-e65978c2, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6cd-13bfa458, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6db-13bfa458, #w-node-dd9309f9-8a44-331c-bba0-df52b4afb0a5-0869ce0c, #w-node-dd9309f9-8a44-331c-bba0-df52b4afb0b3-0869ce0c, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6cd-21de8a97, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6db-21de8a97, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-4b048ae3, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-4b048ae3, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-10c881e2, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-10c881e2, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6cd-b77e51df, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6db-b77e51df, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-85f66425, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-85f66425, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6cd-017a7798, #w-node-_5ef37e2e-2e68-d980-8bcc-da581ca5b6db-017a7798, #w-node-_1b4004a3-9711-620b-7bee-6016f9aca057-a29b75b2, #w-node-_1b4004a3-9711-620b-7bee-6016f9aca065-a29b75b2, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-03419d4b, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-03419d4b {
    justify-self: center;
  }

  #w-node-_5ae278bd-1d12-2d60-2f71-ceb6b47115a7-f4db9f97 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca632622f2-3d9659b2, #w-node-f7ad5c8c-4bf2-c41f-74ef-d4ca63262300-3d9659b2 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3afaabcd-7ea7-493b-cd99-09fb2285aeb4-6fd61e8b, #w-node-aeae29d2-da87-1c79-1d71-619ca8c91a2b-6fd61e8b, #w-node-ecea79e8-ca54-4c63-40a5-b1b5122a6102-6fd61e8b, #w-node-d001db55-fcc9-9b53-342d-ef0c24de5542-6fd61e8b, #w-node-_5e19d913-9349-e2b1-1873-6bd6efc3e73a-6fd61e8b, #w-node-_18e09a71-1182-a52e-8b4d-2d089f930096-6fd61e8b, #w-node-_45f06e37-ad88-7ac8-f972-2646e2dfd04d-6fd61e8b, #w-node-_8dfd9671-c2bb-0680-fd96-3ce3560a3c5f-6fd61e8b, #w-node-_9d200db8-fe53-37c0-98ac-cdc5adbcc5e4-6fd61e8b, #w-node-_0e8b6029-077e-1343-4d11-ccb8db7dc28d-6fd61e8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b09cc882-63d6-3590-fa98-85f3da024aa4-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
  }

  #w-node-_93f263a3-7b01-7cc9-5094-80eac40bb874-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.75fr;
  }

  #w-node-_169f1c24-cfa4-39f5-23d9-bb648f6617bb-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
  }

  #w-node-_26074430-e8cb-f6b2-4a2b-28256a394d53-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr;
  }

  #w-node-_998f2db2-a892-0d3d-4884-b80784189204-0a878e27 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr .75fr;
  }

  #w-node-_54e51417-d0aa-03da-a361-ad46ad95b206-345c1e5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ae278bd-1d12-2d60-2f71-ceb6b47115a7-f4db9f97 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-b22b842b-10da-4e10-aa7f-cf83415c0330-f4db9f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/3868-font.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}