@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #012b4f;
  --dark-slate-blue: #014375;
  --firebrick: #cc000a;
  --dim-grey: #525355;
  --steel-blue: #0069a4;
  --steel-blue-2: #02639c;
  --black-2: #021527;
  --white: white;
  --white-2: white;
  --burlywood: #d6b569;
  --chocolate-2: #db5819;
  --dark-slate-blue-2: #053764;
  --chocolate: #df7600;
  --gold: #ffc001;
  --white-smoke-2: #f1f3f7;
  --white-smoke: #f2f2f4;
  --white-smoke-3: #eff3f4;
  --linen: #f9f0e4;
  --papaya-whip: #f5ebd3;
  --dark-orange: #ff8801;
  --dodger-blue: #019df5;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

h2 {
  color: var(--dark-slate-blue);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

h3 {
  border-bottom: 1px none var(--firebrick);
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

p {
  color: var(--dim-grey);
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

a {
  color: var(--midnight-blue);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

li {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

strong {
  font-weight: 700;
  text-decoration: none;
}

.nav {
  border-bottom: 3px solid var(--steel-blue);
  background-color: #fafafbeb;
  justify-content: center;
  width: 100%;
  height: 75px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav.process-server {
  z-index: 11111111;
  border-bottom-style: none;
  border-bottom-color: var(--steel-blue-2);
  background-color: var(--black-2);
  align-items: stretch;
  height: 90px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: block;
}

.logo {
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo.w--current {
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 20px;
}

.hero-section {
  background-color: var(--white-2);
  background-image: linear-gradient(#fff0 80%, #fff), none;
  background-position: 0 0, 50% 13%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section.process-hero {
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003), url('../images/file-my-car-accident-insurance-claim.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 350px;
}

.hero-section.process-hero.real {
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-wrap.processwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 83px;
  padding-top: 0;
  position: relative;
}

.hero-wrap.processwrap.title {
  justify-content: space-between;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-wrap.orange {
  max-width: 750px;
}

.heading-1 {
  border-bottom: 1px none var(--firebrick);
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: capitalize;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 70px;
  display: block;
}

.heading-1.content {
  float: none;
  clear: both;
  width: 800px;
  max-width: 800px;
  color: var(--midnight-blue);
  text-align: center;
  border-bottom-style: none;
  border-bottom-color: #0000;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 2px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  display: block;
  overflow: hidden;
}

.heading-1.content.white {
  color: #fff;
}

.heading-1.content.white.midle {
  font-weight: 500;
  display: flex;
}

.heading-1.content.small {
  background-color: #ffffffd1;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
}

.heading-1.content.tk {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 66px;
  line-height: 80px;
  display: flex;
}

.heading-1.content.promise {
  max-width: none;
  height: auto;
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.heading-1.content.left {
  text-align: left;
  width: auto;
  max-width: none;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-1.content.hero-left.leftt {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.heading-1.content.smaller {
  font-size: 25px;
  font-weight: 400;
}

.heading-1.content.money {
  color: var(--burlywood);
  margin-top: 0;
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}

.heading-1.content.money.small {
  width: auto;
  max-width: none;
  font-size: 50px;
  line-height: 50px;
}

.heading-1.content.money.smaller {
  font-size: 40px;
  line-height: 50px;
}

.heading-1.content.surplus {
  font-weight: 400;
  line-height: 50px;
}

.heading-1.content.shadow {
  text-shadow: 1px 1px #fff;
}

.heading-1.processheading {
  border-bottom-width: 2px;
  border-bottom-color: var(--burlywood);
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: 600px;
  margin-top: 11px;
  margin-left: 5px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  display: block;
}

.heading-1.processheading.wronfull {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 10px;
  margin-left: 0;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.heading-1.processheading.wronfull.white {
  color: #fff;
  font-weight: 500;
}

.heading-1.casetitle {
  text-align: left;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.heading-1.orange {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 2px 0 var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
}

.subhead-1 {
  color: var(--steel-blue);
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 29px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.subhead-1.top {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.subhead-1.top-smaller {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.subhead-1.slim {
  font-weight: 300;
  line-height: 40px;
}

.subhead-1.white {
  color: #fff;
}

.hero-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 18px;
  display: flex;
}

.hero-left.chelprocess {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: -32px;
  display: block;
}

.button {
  border: 1px solid var(--steel-blue-2);
  width: 70%;
  color: var(--steel-blue-2);
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 1px #0000;
}

.button:hover {
  background-color: var(--steel-blue-2);
  color: var(--white);
  box-shadow: 0 0 14px #0003;
}

.button.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 25px;
}

.button._1 {
  background-color: var(--burlywood);
  color: var(--dark-slate-blue);
  background-image: url('../images/phone.svg');
  background-position: 11px;
  background-repeat: no-repeat;
  background-size: 55px;
  border: 2px solid #f1d185;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 38px 20px 77px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.button._1.orange {
  color: #fff;
  background-color: #dd4a00;
  border-style: solid;
  border-color: #014375bf;
  box-shadow: -3px 3px 7px #dd4a0080;
}

.button._1.blue {
  background-color: var(--chocolate-2);
  color: #fff;
  border-color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.wrap-2 {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.logos-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.logos-section.proces-logos {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 38px;
}

.logos-wrap {
  opacity: .75;
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: center;
  width: 98%;
  margin-top: 39px;
  display: flex;
}

.footer-top {
  background-color: var(--dim-grey);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-top-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1280px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom {
  border-top: 1px none var(--burlywood);
  background-color: #383838;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.footer-bottom-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.legal {
  color: #777;
  font-size: 12px;
}

.how-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  display: flex;
}

.wrap-3.faq {
  align-items: stretch;
}

.wrap-3.left {
  background-color: #e4e4e4;
  align-items: flex-start;
  padding: 40px 30px;
}

.subhead-3 {
  max-width: 1200px;
  color: var(--dim-grey);
  text-align: center;
  text-transform: capitalize;
  margin: 10px auto 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.subhead-3.large {
  font-size: 25px;
  line-height: 35px;
}

.subhead-3.text {
  text-align: left;
  padding-right: 25px;
}

.subhead-3.leftp {
  text-align: left;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}

.subhead-3.leftp.blue {
  text-transform: none;
}

.subhead-3.white {
  color: #fff;
}

.subhead-3.paragrap {
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
}

.subhead-3.left {
  width: 80%;
  max-width: none;
  color: var(--dark-slate-blue-2);
  text-align: left;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
}

.column-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-logo {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-link-wrap {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 21px;
  display: flex;
}

.footer-link-wrap.short {
  padding-top: 10px;
  padding-right: 0;
}

.footer-link {
  color: #fff;
  border-bottom: 1px solid #ffffff59;
  width: 100%;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--burlywood);
}

.customers-logo {
  margin: 10px;
}

.image {
  flex: 0 auto;
  width: 250px;
  min-width: 150px;
  max-width: 250%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block {
  z-index: 111;
  height: 30px;
  color: var(--white);
  background-color: #0000;
  border-left: 1px #0143753d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block.footer {
  justify-content: flex-start;
  width: 250px;
  min-width: 250px;
  max-width: 250%;
}

.text-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.text-div.footerphone {
  margin-top: 40px;
  margin-bottom: 21px;
}

.text-div.footer-link {
  text-align: left;
  justify-content: flex-start;
}

.text-div.footer-link.blue {
  color: var(--dark-slate-blue-2);
  margin-left: 0;
  padding-left: 0;
}

.text-div.foter, .text-div.footer {
  justify-content: flex-start;
}

.text-block {
  color: var(--white);
  padding-left: 3px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.text-block.white {
  color: #fff;
}

.text-block.blue {
  font-weight: 400;
  line-height: 15px;
}

.phone {
  color: var(--white);
  background-color: #0000;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 4vh;
}

.phone.email {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.icon-div {
  background-color: #0000;
  border-radius: 50px;
  padding: 0 7px;
}

.icon-div:hover {
  transform: scale(1.07);
}

.image-2 {
  background-color: #e4e4e4;
  border-radius: 20px;
  padding: 10px;
}

.check-list-col {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.column-6 {
  border-radius: 60px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 3px;
  display: flex;
  position: static;
}

.check-image {
  background-color: var(--burlywood);
  border-radius: 100px;
  flex: 0 auto;
  min-width: auto;
  min-height: auto;
  padding: 7px;
  display: block;
}

.column-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-list {
  color: var(--dim-grey);
  text-transform: capitalize;
  flex: 1;
  margin-top: 6px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero-list.processlist {
  color: var(--dark-slate-blue);
  font-size: 24px;
}

.expand {
  color: #8c8c94;
  font-size: 36px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.faq-section {
  padding-top: 149px;
  padding-bottom: 149px;
}

.faq-section.white {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/bg_2.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  flex-direction: row;
  padding-top: 29px;
  padding-bottom: 29px;
  display: block;
}

.faq-section.white.process-faq {
  background-color: #fff;
  background-image: linear-gradient(#ffffffd4, #ffffffd4);
  flex-direction: column;
  padding-top: 50px;
  display: block;
}

.dropdown-toggle {
  border: 3px solid var(--dark-slate-blue);
  color: #fff;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  display: block;
  box-shadow: 1px 1px 15px 3px #0000001c;
}

.dropdown-toggle.w--open {
  cursor: pointer;
  flex: none;
  width: 100%;
  margin-right: 0;
  position: relative;
}

.answer {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  background-color: #f1f3f782;
  padding: 10px 16px;
}

.question {
  border: 2px solid var(--dark-slate-blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.main-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 0;
  display: flex;
}

.main-column._1main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}

.column-9 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 44px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9.footer-form-column {
  margin-top: 0;
}

.text-block-11 {
  color: #2a364e;
}

.text-block-12 {
  color: #fff;
  background-image: linear-gradient(#0000, #0000);
  font-size: 30px;
  line-height: 35px;
}

.button-2 {
  float: left;
  clear: both;
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue));
  text-align: center;
  letter-spacing: 0;
  text-indent: 15px;
  text-transform: uppercase;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  margin: 16px auto;
  padding: 15px 24px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  transition: opacity .5s;
  display: block;
  position: relative;
  transform: translate(0);
}

.button-2:hover {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
  transform: scale(1.05);
  box-shadow: 5px 0 15px 1px #00000057;
}

.button-2.submit-button {
  border: 2px none var(--chocolate);
  background-color: var(--white-2);
  background-image: linear-gradient(to bottom, var(--gold), var(--gold));
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  width: 100%;
  height: 60px;
  margin: 14px 0 10px;
  padding: 14px 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  position: static;
}

.button-2.submit-button:hover {
  transform: scale(1.01);
}

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

.form-field {
  z-index: 5;
  height: 50px;
  color: var(--dark-slate-blue);
  cursor: text;
  background-color: #fff;
  border: 2px #f1dbbf;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 1px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  box-shadow: inset 0 0 17px -3px #0000001f;
}

.form-field:hover {
  border: 1px none var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  box-shadow: 0 2px 10px #0000002e;
}

.form-field:focus {
  color: #251301;
  border-width: 1px;
  border-color: #829a11;
  box-shadow: 0 0 12px #00000069;
}

.form-field.text {
  flex: 0 auto;
  height: 120px;
  padding-top: 10px;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.success-message {
  background-color: #2a364e;
  margin-top: 130px;
  margin-bottom: 125px;
  padding-top: 18px;
}

.form-block-2 {
  clear: right;
  width: 450px;
  text-shadow: none;
  cursor: default;
  background-color: #fff;
  border: 2px #eedac0;
  flex: 0 auto;
  justify-content: center;
  margin: 0 0 21px;
  padding: 20px 24px;
  transition: all .5s;
  display: block;
  position: static;
  box-shadow: 0 0 29px 2px #0000005e;
}

.form-block-2.footer-form {
  z-index: 0;
  width: 80%;
  max-width: none;
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  transition-property: none;
  display: flex;
  position: static;
}

.section-subtitle {
  color: #251301;
  text-align: center;
  width: 80%;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.section-subtitle.white {
  color: #251301;
  width: 90%;
  text-shadow: none;
  padding-top: 15px;
  font-size: 18px;
  line-height: 26px;
}

.section-subtitle.white.form-titl {
  border-bottom: 1px none var(--burlywood);
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-6 {
  color: #333333ad;
  width: 400px;
  max-width: 400px;
  font-size: 12px;
  line-height: 18px;
}

.heading-7 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 4px;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.heading-7.servicestitle {
  max-width: 300px;
  color: var(--midnight-blue);
  text-align: left;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-7.servicestitle.large {
  max-width: 350px;
}

.heading-7.servicestitle.center {
  text-align: center;
}

.paragraph-7 {
  color: #014375;
}

.paragraph-7.first {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.text-span {
  font-size: 60px;
  font-weight: 900;
}

.name {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.testimony-text {
  color: var(--dim-grey);
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.section-testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.title {
  color: var(--dark-slate-blue);
}

.slider-arrow-2 {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow-2:hover {
  color: #000;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.slide-nav-4 {
  font-size: 10px;
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 17px;
}

.address {
  color: var(--dim-grey);
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.address.white {
  color: #fff;
  font-weight: 400;
}

.italic-text {
  font-family: Roboto, sans-serif;
}

.italic-text-2 {
  color: var(--dim-grey);
  font-family: PT Sans, sans-serif;
}

.italic-text-3, .italic-text-4, .italic-text-5 {
  font-family: PT Serif, serif;
}

.footercontact {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 9px 15px 9px 18px;
  display: flex;
}

.contact-section {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 46px;
}

.heading-10 {
  color: var(--dark-slate-blue);
  font-family: PT Serif, serif;
}

.footerphonediv {
  flex: 0 auto;
}

.footerphonediv.white {
  color: #fff;
}

.italic-text-6 {
  width: 400px;
  max-width: 400px;
  color: var(--white);
}

.contact-in-th-epage {
  background-color: var(--chocolate-2);
  background-image: linear-gradient(129deg, var(--midnight-blue) 55%, var(--gold) 55%, var(--chocolate-2) 55%), linear-gradient(to bottom, var(--chocolate-2), var(--chocolate-2));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 59px 58px 59px 66px;
  text-decoration: none;
  display: flex;
}

.text-block-20 {
  color: #fff;
  text-transform: capitalize;
  margin-right: 27px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.text-block-21 {
  color: var(--dark-slate-blue);
  margin-left: 0;
  padding-left: 140px;
  font-family: PT Serif, serif;
  font-size: 35px;
  text-decoration: none;
}

.bold-text-11 {
  color: #fff;
  text-transform: capitalize;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.bold-text-12 {
  color: #fff;
  letter-spacing: -1px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.unordered-list {
  width: auto;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 28px;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  display: flex;
}

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

.factscolumn {
  padding: 0;
}

.factsdiv {
  background-color: #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
}

.factsdiv._1st {
  background-color: #0000;
}

.factssection {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container {
  justify-content: flex-end;
  display: flex;
}

.play-top-button {
  background-color: var(--steel-blue);
  border-radius: 100px;
  position: absolute;
  inset: 32% 18% auto auto;
}

.play-top-button:hover {
  transform: perspective(935px)scale(1.2);
  box-shadow: 7px 0 20px 5px #00000042;
}

.play-top-button.small {
  background-color: var(--white-smoke-2);
  margin-top: 28px;
  margin-bottom: 28px;
  position: static;
}

.section-video-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.body {
  background-color: #0000;
}

.fullsection {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.halfdiv {
  background-color: var(--white-smoke-2);
  background-image: linear-gradient(#f1f3f7b0, #f1f3f7b0), none;
  background-position: 0 0, 50% 26%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.halfdiv.left {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  width: 50%;
  height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.halfdiv.left.bottom {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding: 0 22px 6px 56px;
}

.halfdiv.left.video {
  height: 600px;
}

.halfdiv.left.pinj {
  background-image: url('../images/car-accident-claim-.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 550px;
}

.halfdiv.topright {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 550px;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

.stepssection {
  background-color: var(--white-smoke-2);
  padding-top: 80px;
  padding-bottom: 34px;
}

.leftcolumnsteps {
  border-right: 3px dotted #d6b56954;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -27px;
  padding-right: 0;
  display: flex;
}

.leftcolumnsteps.right {
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 30px;
  position: static;
}

.leftcolumnsteps.right.bottom {
  margin-top: -6px;
}

.leftcolumnsteps.bottom {
  margin-top: -60px;
}

.stepsdiv {
  border: 2px solid var(--burlywood);
  background-color: #fff;
  border-radius: 10px;
  width: 440px;
  max-width: 440px;
  margin: 15px 1px 40px 0;
  padding: 40px 30px;
}

.stepsdiv.whyus {
  border-color: var(--steel-blue-2);
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  max-width: none;
  display: block;
}

.divline {
  border-bottom: 5px dotted var(--burlywood);
  background-color: #0000;
  width: 20px;
  min-width: 20px;
  height: 3px;
  margin-top: -60px;
  line-height: 3px;
}

.round {
  background-color: var(--burlywood);
  border-radius: 100px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-top: -60px;
  margin-left: 0;
  margin-right: -8px;
}

.dvlineright {
  border-bottom: 5px dotted var(--burlywood);
  width: 20px;
  min-width: 20px;
  height: 3px;
  margin-top: 60px;
}

.round-right {
  background-color: var(--burlywood);
  border-radius: 100px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-top: 60px;
  margin-left: -19px;
}

.columns-2 {
  width: auto;
}

.titlediv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.titlediv.small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.titlediv.small.comt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titlediv.middle {
  flex-direction: column;
  display: flex;
}

.titlediv.surpl {
  margin-bottom: 40px;
}

.titlediv.left {
  align-items: flex-start;
  max-width: none;
}

.linediv {
  background-color: var(--steel-blue-2);
  min-width: 250px;
  max-width: 1000px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 40px;
}

.linediv.nopad {
  margin-top: 2px;
  margin-bottom: 3px;
}

.linediv.formline {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: auto;
  max-width: none;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.linediv.footer {
  margin-bottom: 10px;
}

.linediv.left {
  background-color: var(--steel-blue-2);
  margin-left: 0;
}

.vertical-line {
  display: none;
}

.servicesdiv {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 5px 5px;
  display: flex;
}

.columns-4 {
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 0;
}

.iconservices {
  margin-top: 6px;
  margin-bottom: 11px;
}

.columns-5 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.whydiv {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 233px;
  max-width: 233px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 23px 1px;
  display: flex;
}

.bold-text-15 {
  line-height: 52px;
}

.bold-text-15.middle {
  color: var(--dark-slate-blue);
}

.image-28 {
  margin-bottom: 50px;
}

.link {
  color: var(--dim-grey);
  text-decoration: none;
}

.container-3 {
  flex: 1;
  height: auto;
  display: block;
}

.section-15 {
  background-color: #e4e4e4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-16 {
  justify-content: center;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 50px;
  display: flex;
}

.line-text {
  color: var(--dim-grey);
  background-color: #f2f2f4b0;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-2 {
  background-color: var(--burlywood);
  color: #fff;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 12px;
  font-size: 25px;
  font-weight: 500;
}

.section-17 {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#f2f2f48c, #f2f2f48c), none;
  background-position: 0 0, 80% 25%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-39 {
  background-color: #d6b569cc;
  background-image: url('../images/Trial.svg');
  background-position: 50%;
  background-size: 125px;
  border: 4px solid #f2f2f4a6;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
}

.columns-6 {
  display: flex;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.coldiv {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 10px;
  display: flex;
}

.team-section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.team-singlediv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-11 {
  color: var(--dark-slate-blue);
  text-align: center;
  border-bottom-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-11.large {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-size: 30px;
  line-height: 40px;
}

.text-block-22 {
  color: var(--steel-blue);
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.text-block-22.large {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.section-18 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-18.dark {
  background-color: var(--white-smoke-2);
}

.section-18.dark.motor {
  margin-top: -120px;
  padding-top: 140px;
}

.section-18.white {
  background-color: #fff;
}

.image-30 {
  margin-top: 43px;
}

.cases-section {
  background-color: #e4e4e4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cases-section.surp {
  padding-bottom: 60px;
}

.cases-section.yellow {
  background-color: var(--steel-blue);
  background-image: url('../images/bg_1bg.jpg');
  background-position: 50%;
  background-size: auto;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.cases-div {
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 90%;
  margin-bottom: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.case-single-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  min-width: auto;
  height: 250px;
  margin: 10px 5px 0;
  padding: 10px 10px 20px;
  display: flex;
}

.slide {
  background-color: var(--white-smoke-3);
  padding-bottom: 0;
}

.right-arrow {
  margin-right: auto;
}

.bold-text-16 {
  font-weight: 400;
}

.text-span-3 {
  font-weight: 900;
}

.surplustext {
  text-align: center;
}

.answer-2 {
  background-color: #f9f0e45c;
  border: 2px solid #014375;
  border-top-style: none;
  padding: 10px 16px;
}

.link-2 {
  color: #014375;
  font-weight: 700;
  text-decoration: none;
}

.question-2 {
  cursor: pointer;
  border: 2px solid #014375;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-8 {
  color: #f2f2f4;
  background-color: #0000;
  padding-top: 0;
  font-family: PT Serif, serif;
  font-size: 25px;
  line-height: 25px;
}

.paragraph-4 {
  color: #014375;
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
}

.faq-container {
  margin-top: 35px;
  margin-bottom: 35px;
}

.question-text {
  flex: 1;
}

.div-block-3 {
  width: 5%;
}

.heading-6 {
  color: #014375;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 100%;
}

.imageopenclose {
  opacity: .58;
  margin-top: 9px;
}

.faq2-div {
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.bold-text-7 {
  margin-left: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 18px;
  display: inline;
}

.div-block-4 {
  background-color: #014375;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -10px;
  margin-right: 14px;
  padding: 17px 13px;
  display: flex;
}

.subhead-4 {
  color: #014375;
  text-align: center;
  text-transform: capitalize;
  max-width: 700px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-size: 18px;
  display: block;
}

.heading-12 {
  color: #014375;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #cc000a;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  font-family: PT Serif, serif;
  line-height: 50px;
  display: block;
}

.heading-12.content {
  text-align: center;
  float: none;
  clear: both;
  text-align: center;
  border-bottom-style: none;
  border-bottom-color: #0000;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 2px auto 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  display: block;
  overflow: hidden;
}

.heading-12.content.smaller {
  font-size: 25px;
  font-weight: 400;
}

.heading-12.content.money {
  color: #d6b569;
  margin-top: 0;
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}

.heading-12.content.money.smaller {
  font-size: 40px;
  line-height: 50px;
}

.div-block-22 {
  width: 80vw;
  max-width: 1280px;
}

.paragraph-16 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-8 {
  color: var(--dark-slate-blue);
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: inline;
}

.question-3 {
  border: 2px solid var(--steel-blue);
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-9 {
  color: #f2f2f4;
  background-color: #0000;
  padding-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.answer-3 {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--steel-blue);
  background-color: var(--white-smoke-2);
  padding: 10px 16px;
}

.heading-2 {
  color: #262729;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
}

.heading-2.faq {
  margin-bottom: 40px;
}

.heading-13 {
  color: #014375;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
}

.div-block-21 {
  background-color: var(--steel-blue);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -10px;
  margin-right: 14px;
  padding: 17px 13px;
  display: flex;
}

.faq2-div-2 {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.faq-section1 {
  background-color: var(--white-smoke-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-41 {
  justify-content: space-between;
  display: flex;
}

.columns-7 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.services-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 10px;
  display: flex;
}

.services-div._3 {
  width: 32%;
}

.column-17, .column-18 {
  display: flex;
}

.column-19 {
  align-items: stretch;
  display: flex;
}

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

.text-block-23 {
  color: var(--steel-blue);
  text-transform: capitalize;
  font-size: 20px;
  line-height: 25px;
}

.text-block-23.center {
  color: var(--steel-blue-2);
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.div-block-43 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.section-20 {
  background-color: #e4e4e4;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.as-seen-div {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.asseen-logos-div {
  opacity: .74;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-44 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

.wrap-div {
  justify-content: center;
  align-items: stretch;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.section-21 {
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-div-individual {
  background-color: #fff;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
}

.heading-14 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-block-24 {
  text-decoration: none;
}

.blog-link-div {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.heading-15 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.text-block-25 {
  text-align: center;
}

.nav-menu-2 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 202020px;
}

.nav-link:hover {
  color: var(--steel-blue);
}

.nav-link.w--current {
  color: var(--steel-blue);
  font-size: 20px;
  line-height: 20px;
}

.nav-link.last {
  background-color: var(--chocolate-2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.last:hover {
  transform: scale(1.06);
}

.hero-page-section {
  background-image: none;
  background-position: 50% 10%;
  background-size: cover;
  padding-top: 289px;
  padding-bottom: 289px;
}

.hero-page-section.car {
  background-image: linear-gradient(#00000080, #00000080), url('../images/motor-vehicle-accidents.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 140px;
  display: flex;
}

.hero-page-section.car.pedes {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/ra-and-associates-pedestrian-injury.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
}

.hero-page-section.car.catas {
  background-image: linear-gradient(#00000080, #00000080), url('../images/catastrophic-injury.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  padding-top: 200px;
}

.hero-page-section.car.permis {
  background-image: linear-gradient(#00000080, #00000080), url('../images/premises-liability.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
}

.section-22 {
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-div {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.tex-div {
  width: 75%;
  padding: 23px 20px 23px 40px;
}

.div-block-46 {
  background-color: #52535559;
  width: 80%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.top-nav {
  z-index: 1111;
  background-color: var(--linen);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.top-div {
  z-index: 11111111;
  width: auto;
  height: 40px;
  color: var(--papaya-whip);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-47 {
  width: 80%;
  max-width: 1280px;
  margin-top: 0;
}

.dropdown-link {
  color: #fff;
  border-bottom: 1px solid #ffffff45;
  font-size: 16px;
  line-height: 26px;
}

.dropdown-list {
  margin-top: 3px;
}

.dropdown-list.w--open {
  background-color: #000000eb;
  margin-top: 12px;
}

.services-link-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
}

.services-link-div:hover {
  transform: scale(1.04);
}

.services-link-div.center {
  flex-direction: column;
}

.page-div {
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 42px;
  display: flex;
}

.section-23 {
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.page-div-text {
  width: auto;
  padding: 15px 40px 0 10px;
}

.form-div {
  width: auto;
  min-width: 450px;
  max-width: 450px;
  margin-top: -190px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-16 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.simple-menu-button1 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

.simple-menu-button1.w--open {
  background-color: #fff;
}

.case-single-div-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  min-width: auto;
  max-width: none;
  margin: 10px 5px 0;
  padding: 10px 10px 20px;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.reviews-div {
  padding: 9px;
}

.text-span-4 {
  color: var(--white);
  text-shadow: 0 1px 0 var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-size: 33px;
}

.text-block-26 {
  z-index: 111111;
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 20px;
  padding: 4px 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  position: relative;
}

.section-24 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-24.peds {
  padding-bottom: 100px;
}

.columns-8 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-span-5 {
  color: var(--burlywood);
  font-size: 30px;
}

.bold-text-18 {
  font-size: 28px;
}

.servicestext {
  color: var(--dark-slate-blue);
  text-align: center;
}

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

.large-title {
  color: var(--steel-blue-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.large-title.bold {
  color: var(--midnight-blue);
  text-shadow: 1px 1px #fff;
  font-size: 65px;
  font-weight: 800;
  line-height: 75px;
}

.div-block-49 {
  max-width: 700px;
}

.tab {
  background-color: #ffc0011a;
  margin-top: 0;
}

.tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3 {
  background-color: #fff;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  transform: translate(0);
}

.tablink {
  background-color: #fff;
}

.tablink.w--current {
  background-color: #fff;
  transform: scale(1.4);
}

.paragraph-17 {
  max-width: none;
  color: var(--dark-slate-blue-2);
  background-color: #0000;
  margin-top: 0;
  padding: 31px;
  font-size: 18px;
  line-height: 28px;
}

.tabs {
  max-width: 1000px;
}

.tabs-menu {
  margin-bottom: 0;
  padding-top: 41px;
  padding-bottom: 20px;
}

.blue {
  color: var(--dark-slate-blue-2);
}

.arrow-div {
  z-index: 999999;
  background-color: var(--papaya-whip);
  width: 30px;
  height: 30px;
  margin-top: 15px;
  position: absolute;
  top: -30px;
  left: 11%;
  transform: rotate(46deg);
}

.heading-17 {
  color: var(--dark-slate-blue-2);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}

.bold {
  color: var(--dark-slate-blue-2);
  font-weight: 800;
}

.small {
  font-size: 14px;
}

.smalltext {
  color: #525355cc;
  margin-top: -8px;
  font-size: 12px;
  line-height: 12px;
}

.image-34 {
  background-color: #0000;
}

.rich-text-block {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.link-3 {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
}

.testimonial-quote-icon {
  color: #f4f5f9;
  border-radius: 20px;
  font-size: 3vw;
  line-height: 1em;
  position: absolute;
  inset: 12% auto auto 5%;
}

.testimonials-nav {
  opacity: .6;
  margin-bottom: 0;
  font-size: 8px;
}

.row-space-between {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-name {
  margin: 1.6em 0 0;
  font-weight: 700;
}

.savings-message {
  width: 25vw;
}

.section {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 7.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.gray-section {
  z-index: 2;
  color: #172965;
  background-color: #fafafe;
}

.savings-jumbo-text {
  color: #3d43bc;
  margin-top: 2em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.testimonial-slide {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.message-50vw-center {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.testimonial-text {
  color: #525b73;
  margin-top: 1em;
}

.testimonial-title {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
}

.testimonial-wrap {
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 40%;
  width: 100%;
  margin-bottom: 9em;
  padding: 4em 6em;
  position: relative;
  box-shadow: 0 0 20px -4px #0000001a;
}

.cta {
  justify-content: space-between;
  width: 34vw;
  margin-top: 2em;
  display: flex;
}

.testimonial-rating {
  color: #05c6e5;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.testimonial-slider-2 {
  background-color: #0000;
  width: 84vw;
  height: auto;
  margin-top: 3em;
}

.savings-icon {
  background-image: none;
  width: 100%;
  height: 4em;
  margin-bottom: 1.6em;
}

.savings-icon.savings-icon-3 {
  background-image: url('../images/Icon-Savings-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.2vw;
}

.savings-icon.savings-icon-2 {
  background-image: url('../images/Icon-Logo-Smile-Outline-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5vw;
}

.savings-icon.savings-icon-1 {
  background-image: url('../images/Icon-Savings-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.5vw;
  margin-bottom: 1.2em;
}

.testimonials-arrow {
  color: #0003;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 2.5em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 7px 20px #525b7329;
}

.testimonials-arrow.left {
  transition: all .3s;
  right: 235px;
}

.testimonials-arrow.left:hover {
  color: #05c6e5;
}

.testimonials-arrow.right {
  transition: all .3s;
  left: 235px;
}

.testimonials-arrow.right:hover {
  color: #05c6e5;
}

.savings-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17vw;
  margin-bottom: 10em;
  padding: 2.2em 1.4em;
  display: flex;
  box-shadow: 0 0 18px -3px #00000021;
}

.savings-card.last-savings-card {
  border: 2px dashed #3d43bc;
}

.savings-card-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 55vw;
  display: flex;
  position: relative;
}

.button-3 {
  z-index: 1000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 16vw;
  min-height: 3.5vw;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1vw;
  font-weight: 700;
  line-height: 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-3.blue-btn {
  color: #fafafa;
  background-color: #3d43bc;
  transition: background-color .3s, color .3s, transform .3s;
}

.button-3.blue-btn:hover {
  background-color: #05c6e5;
  transform: scale(1.05);
}

.text-block-27 {
  color: var(--chocolate-2);
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
}

.text-block-28, .text-block-31, .text-block-32 {
  color: var(--chocolate-2);
  font-size: 2vw;
}

.phonenav {
  background-color: var(--chocolate-2);
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.grid {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: fixed;
}

.div-block-50 {
  border-bottom: 2px none var(--black-2);
  cursor: pointer;
  background-color: #eff3f4e6;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-menu-3 {
  width: 100%;
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-51 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#012b4fcc, #012b4fcc), url('../images/phone.svg');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: -5px 0 20px 2px #0215275c;
}

.div-block-51:hover {
  transform: scale(1.02);
}

.textdiv {
  color: var(--black-2);
  background-color: #eff3f4e6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.textdiv._1 {
  background-color: var(--midnight-blue);
  color: var(--white);
  justify-content: center;
  padding-top: 0;
  padding-right: 0;
}

.text-block-33 {
  color: var(--steel-blue-2);
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-33._1 {
  color: var(--white);
  font-size: 1.2vw;
  line-height: 3vh;
}

.navbar {
  color: var(--black-2);
  background-color: #0000;
}

.nav-link-2 {
  color: var(--steel-blue-2);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.nav-link-2:hover, .nav-link-2:active {
  color: var(--steel-blue-2);
}

.div-block-52 {
  background-color: #eff3f4e6;
}

.image-35 {
  height: auto;
  max-height: 80px;
  padding: 5px;
}

.image-35:hover {
  transform: scale(1.02);
}

.section-25 {
  grid-column-gap: 1px;
  grid-row-gap: 9px;
  background-image: url('../images/hero_home_02.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.75fr .75fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.section-25.carpages {
  background-image: linear-gradient(to bottom, var(--steel-blue-2), var(--steel-blue-2));
  height: 75vh;
}

.section-25.carpages.uber {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
}

.section-25.carpages.wr {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
}

.section-25.carpages.slip {
  background-image: linear-gradient(#a8c9e9, #a8c9e9);
}

.section-25.carpages.pedes {
  background-image: linear-gradient(#9ea3a6, #9ea3a6);
}

.section-25.carpages.truck {
  background-image: linear-gradient(#849360, #849360);
}

.section-25.carpages.moto {
  background-image: linear-gradient(#2a3344, #2a3344);
}

.section-25.carpages.trip {
  background-image: linear-gradient(#d5c5b9, #d5c5b9);
}

.section-25.carpages.freeway {
  background-image: linear-gradient(#6ebeeb, #6ebeeb);
}

.section-25.carpages.about {
  background-image: url('../images/hero_home_04.jpeg'), linear-gradient(to bottom, var(--steel-blue-2), var(--steel-blue-2));
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  height: 75vh;
}

.div-block-53 {
  background-color: #0000;
  background-image: linear-gradient(122deg, #02639cb3 81%, #fff0 81%);
  border: 1px #000;
  height: 400px;
  max-height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-53.pages {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-height: 500px;
  display: flex;
}

.herotextdiv {
  padding-left: 20px;
  padding-right: 20px;
}

.herotextdiv.pages {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.hero {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
}

.section1 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.section1.test {
  background-color: var(--white-smoke-3);
}

.subherotext {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 35px;
}

.subherotext.white {
  color: var(--dodger-blue);
}

.herotext {
  width: auto;
  max-width: 800px;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-services {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: minmax(auto, .25fr) minmax(auto, 1fr) .5fr;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 220px;
  display: grid;
}

.section-services._1 {
  padding-bottom: 40px;
}

.section-services.about {
  padding-bottom: 100px;
}

.div-block-54 {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.div-block-54._2 {
  background-image: url('../images/background_02.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-54.map {
  background-color: #02639cdb;
  background-image: none;
  margin-top: -100px;
  padding-left: 20px;
  display: flex;
}

.div-block-54._3 {
  background-image: url('../images/la-accident-lawyer-min_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-54._3.truck {
  background-image: url('../images/la-truck-accident-lawyer-min_1.avif');
}

.div-block-54._3.mto {
  background-image: url('../images/motorcycle-accident-min.avif');
}

.div-block-54._3.trip {
  background-image: url('../images/trip-fall-min-1030x687_1.avif');
}

.div-block-54._3.freeway {
  background-image: url('../images/freeway-accidents-min_1.avif');
}

.div-block-54._1 {
  background-image: url('../images/inner_hero_03.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-54.uber {
  background-image: url('../images/ride-share-accidents-min_1.avif');
}

.div-block-54.wr {
  background-image: url('../images/catastrophic-injury.jpg');
}

.div-block-54.slip {
  background-image: url('../images/slip-all-lawyer-min-1030x687_1.avif');
}

.div-block-54.pedes {
  background-image: url('../images/pedestrian-accidents-min_1.avif');
}

.div-block-54.about {
  background-image: url('../images/Chris-Mann-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-54.car {
  background-image: url('../images/la-accident-lawyer-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-55 {
  background-color: var(--white);
  margin-right: -100px;
  padding: 40px 100px 20px;
  position: relative;
}

.div-block-55._2 {
  margin-left: -100px;
  margin-right: 0;
  padding-top: 36px;
}

.div-block-55._1 {
  background-color: var(--white);
  padding-left: 40px;
}

.div-block-56 {
  z-index: 99;
  margin-right: -80px;
  position: relative;
}

.div-block-57 {
  background-color: #02639c99;
  background-image: url('../images/lady-justice.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 6px -3px 8px -1px #0215274d;
}

.div-block-57._2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% auto auto 0%;
  box-shadow: -6px -3px 8px -1px #0215274d;
}

.div-block-57.pages {
  inset: 0% auto auto 0%;
}

.div-block-57.test {
  background-image: url('../images/TOP-RATED.svg');
  background-size: 80px;
}

.div-block-57.cont {
  background-image: url('../images/pen.svg');
}

.div-featured {
  background-color: var(--white-smoke-3);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 570px;
  max-height: none;
  padding-bottom: 20px;
  display: flex;
}

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

._1div {
  z-index: 1;
  background-image: url('../images/file-my-car-accident-insurance-claim.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
}

._1div:hover {
  transform: translate(0, -5px);
}

._1div.att {
  background-image: url('../images/inner_hero_03.jpeg');
  background-position: 50% 0;
}

._1div._2 {
  background-image: url('../images/ride-share-accidents-min_1.avif');
  background-repeat: no-repeat;
}

._1div._3 {
  background-image: url('../images/la-truck-accident-lawyer-min_1.avif');
  background-repeat: no-repeat;
}

._1div._4 {
  background-image: url('../images/motor-vehicle-accidents.jpg');
  background-repeat: no-repeat;
}

._1div._5 {
  background-image: url('../images/catastrophic-injury.jpg');
  background-repeat: no-repeat;
}

._1div._6 {
  background-image: url('../images/slip-all-lawyer-min-1030x687_1.avif');
  background-repeat: no-repeat;
}

._1div._7 {
  background-image: url('../images/trip-fall-min-1030x687_1.avif');
}

._1div._8 {
  background-image: url('../images/freeway-accidents-min_1.avif');
}

._1div._9 {
  background-image: url('../images/pedestrian-accidents-min_1.avif');
}

._2div {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.div-block-59 {
  z-index: 999;
  background-color: var(--white-smoke-3);
  width: 90%;
  height: 70px;
  margin-top: -35px;
  margin-bottom: -35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: -4px -8px 10px -3px #0215274d;
}

.div-block-59.white {
  background-color: var(--white);
}

.div-block-60 {
  background-color: #02639c99;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.section-28 {
  height: 600px;
}

.iconimage {
  width: 50px;
  height: 50px;
}

.iconimage.large {
  width: 70px;
  height: 70px;
}

.rich-text-block-2 {
  padding: 20px;
}

.rich-text-block-2._2 {
  padding-top: 0;
}

.section-29 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.slider-2 {
  width: 80vw;
  height: 300px;
}

.slidediv {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.divslide1 {
  background-color: #02639c99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 0 12px #02152759;
}

.rich-text-block-3 {
  font-weight: 300;
}

.rich-text-block-3.pages {
  text-transform: capitalize;
  padding-left: 20px;
}

.rich-text-block-3.right {
  text-align: right;
  padding-right: 20px;
}

.cert-div {
  filter: grayscale();
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 3px 10px;
  display: flex;
}

.cert-div:hover {
  filter: none;
}

.slider-right-arrow {
  color: #444;
  width: 0;
  height: 0;
  display: none;
}

.slide-content-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-36 {
  margin: 0 5px;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  width: 0;
  height: 0;
  display: none;
}

.slide-nav-3 {
  display: none;
}

.review-par-wrap {
  color: #fff;
  flex: 0 auto;
  margin-top: -15px;
}

.paragraph {
  color: #333;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.google-test {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.wrapper-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: 300px;
  height: auto;
  position: static;
}

.contact-info-wrapper {
  width: auto;
  margin-top: 0;
}

.number {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.text-block-34 {
  color: #02152780;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.text-block-35 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.divtitle {
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.footer-section {
  background-image: url('../images/footer_background_02.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-61 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: 1440px;
  display: flex;
}

.footdiv1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.footertext {
  color: var(--white);
  padding-top: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.footertext.small {
  margin-top: 40px;
  padding-left: 0;
  font-size: 12px;
  line-height: 20px;
}

.footertext.small.blue {
  color: var(--dodger-blue);
  margin-top: 20px;
}

.footertext.map {
  background-image: url('../images/map-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
}

.footertext.phone {
  background-image: url('../images/phone-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
}

.footertext.email {
  background-image: url('../images/email-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
}

.footerimage {
  max-width: 200px;
  margin-bottom: 20px;
}

.footerlink {
  color: var(--white-smoke-3);
  margin-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.footerlink.blue {
  color: var(--dodger-blue);
}

.div-line-nav {
  background-color: #0000;
  background-image: linear-gradient(to right, #02639c00, #02639cc7 55%, var(--steel-blue-2));
  width: 400px;
  height: 1px;
  margin-top: 5px;
  margin-right: -20px;
}

.services-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 220px;
  display: flex;
}

.div-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1440px;
  margin-bottom: 20px;
  display: grid;
}

.contact {
  width: 300px;
  height: 45px;
  color: var(--dim-grey);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.contact.phone {
  color: var(--dim-grey);
}

.contact.email {
  color: var(--dim-grey);
  background-image: none;
  align-items: center;
  padding-left: 0;
}

.contact.map {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 45px;
  padding-left: 0;
}

.buttondiv {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.buttondiv:hover {
  padding-left: 0;
}

.buttondiv.white {
  color: var(--white-smoke-3);
  background-color: #0000;
}

.buttondiv.white.right {
  justify-content: flex-end;
}

.div-block-62 {
  background-color: var(--steel-blue-2);
  background-image: linear-gradient(to bottom, #02639c00, #02639cb5 54%, var(--steel-blue-2));
  width: 10%;
  height: 1px;
}

.div-block-63 {
  width: 90%;
  color: var(--steel-blue-2);
  cursor: pointer;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-63:hover {
  font-weight: 600;
}

.div-block-63.right {
  width: auto;
}

.text-block-36 {
  width: auto;
  font-size: 16px;
}

.section-30 {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

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

.footer-bottom-wrap-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.legal-2 {
  color: #ffffffad;
  font-size: 12px;
  line-height: 20px;
}

.text-block-37 {
  color: var(--midnight-blue);
  background-color: #0000;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.icondiv {
  background-color: #02639c99;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.menu-button-2 {
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 5px;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.menu-icon {
  width: 60px;
  height: 60px;
}

.contactdiv {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.text-block-38 {
  color: var(--steel-blue-2);
}

.icon-4 {
  color: var(--steel-blue-2);
  font-size: 14px;
  font-weight: 200;
}

.dropdown-list-2 {
  background-color: var(--white-smoke-3);
}

.dropdown-list-2.w--open {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding: 15px;
  display: flex;
}

.dropdown-link-2 {
  width: 50%;
  color: var(--steel-blue-2);
  text-transform: capitalize;
  padding: 10px;
  font-weight: 400;
}

.dropdown-link-2:hover {
  background-color: var(--steel-blue-2);
  color: var(--white);
  transform: scale(1.02);
}

.dropdown-link-2.last {
  width: 50%;
}

.dropdown-link-2.last:hover {
  background-color: #0000;
  transform: none;
}

.sectionpages {
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.divpages {
  width: 80vw;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.accordion-item-q-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.c-accordion-item-q-text {
  color: var(--midnight-blue);
  flex: 1;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
}

.c-header {
  text-align: center;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #02639cb3;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-q-icon-stripe-2 {
  background-color: var(--steel-blue-2);
  width: .3em;
  height: 100%;
  position: absolute;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.accordion-item-q-icon-stripe-1 {
  background-color: var(--steel-blue-2);
  width: 100%;
  height: .3em;
  position: relative;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.c-details {
  margin-bottom: 60px;
}

.cloneable-area {
  width: 80vw;
  max-width: 1440px;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.section-faq {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.herobutton {
  border: 2px solid var(--midnight-blue);
  width: 75%;
  max-width: none;
  height: auto;
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 21px 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.herobutton:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.herobutton.yellow {
  border-color: var(--gold);
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.herobutton.yellow:hover {
  background-color: var(--gold);
}

.heroobuttondiv {
  justify-content: space-between;
  width: 300px;
  max-width: 300px;
  height: 60px;
  margin-top: 20px;
  display: flex;
  box-shadow: 1px 1px #012b4f66;
}

.div-block-64 {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-64.yellow {
  background-color: var(--gold);
}

.image-37 {
  color: var(--white);
}

.explore-text-tab-menu {
  color: #fff;
  border-bottom: 1px solid #0000;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.explore-text-tab-menu:hover {
  border-bottom: 1px solid #fff;
}

.section-4 {
  padding: 50px 10px 70px;
}

.section-4.section-explore-offering {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 300px;
}

.explore-text {
  color: #363a3f;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 178%;
}

.tabs-menu-2 {
  z-index: 1;
  background-color: var(--steel-blue-2);
  flex-direction: column;
  align-items: flex-start;
  width: 375px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 37px #0006;
}

.explore-link {
  color: #363a3f;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
}

.explore-link:hover {
  color: var(--steel-blue-2);
}

.tab-pane {
  height: auto;
}

.explore-links-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffff2e;
  justify-content: flex-start;
  align-items: center;
  width: 99%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: center;
  min-width: 375px;
  padding: 10px 10px 10px 20px;
  display: flex;
  box-shadow: 0 2px 20px #0000004d;
}

.tab-link.w--current:hover {
  color: #b6ad6f;
}

.service-icon {
  margin-bottom: 0;
  margin-right: 5%;
}

.tabdiv {
  position: relative;
}

.heading-18 {
  color: #363a3f;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.container-10 {
  max-width: 80vw;
}

.explore-links-inner-container {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 25px;
  font-weight: 300;
  display: flex;
}

.tabs-content-2 {
  background-color: #fff;
  margin-bottom: -30px;
  padding-top: 50px;
  padding-left: 420px;
  padding-right: 60px;
  position: absolute;
  inset: 30px 0% 0% 30px;
  box-shadow: 0 2px 37px #0000001a;
}

.tabs-content-2.headon {
  object-fit: contain;
  height: auto;
  margin-bottom: -141px;
  padding-bottom: 0;
  padding-left: 394px;
  overflow: visible;
}

.heading-3 {
  color: #363a3f;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.heading-3.h4 {
  color: var(--steel-blue-2);
  margin-bottom: 20px;
}

.divider-small {
  border-bottom: 2px solid #b6ad6f;
  width: 40px;
  margin-bottom: 30px;
}

.explore-square {
  color: var(--chocolate);
  margin-right: 15px;
  font-size: 22px;
}

.text-block-39 {
  line-height: 25px;
}

.div-block-65 {
  margin-top: 40px;
}

.text-block-40 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-41 {
  font-weight: 300;
}

.heading-19, .heading-20 {
  margin-bottom: 20px;
}

.bold-text-19 {
  color: #fff;
  letter-spacing: -1px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 40px;
  font-weight: 900;
  line-height: 35px;
}

.bold-text-19.tel {
  color: #fff;
  text-shadow: 2px 1px #363a3f;
  font-size: 30px;
  font-weight: 700;
}

.text-block-42 {
  color: #014375;
  margin-left: 0;
  padding-left: 140px;
  font-family: PT Serif, serif;
  font-size: 35px;
  text-decoration: none;
}

.text-block-42.hero {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.text-span-6 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 25px;
}

.button-4 {
  color: #363a3f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b6ad6f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #363a3f;
}

.button-4:active {
  background-color: #43464d;
}

.button-4.hero {
  background-color: var(--steel-blue-2);
  color: #363a3f;
  height: 70px;
  box-shadow: 4px 4px 18px 2px #363a3f99;
}

.button-4.hero:hover {
  color: #363a3f;
  background-color: #b6ad6f;
}

.text-block-3 {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 30px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-66 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 120px;
  display: flex;
}

.section-31 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

.section-31.cc-cta {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  color: #363a3f;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 40px;
}

.container-11 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading-jumbo-small {
  color: #363a3f;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px #b6ad6f;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.text {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-43 {
  font-weight: 500;
}

.section-test {
  background-color: var(--white-smoke-3);
  justify-content: center;
  align-items: center;
  padding: 68px;
  display: flex;
}

.div-block-67 {
  width: auto;
  max-width: none;
  padding: 46px;
}

.div-block-67.right {
  padding: 0 40px 0 10px;
}

.testdiv {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.testtext {
  color: var(--dim-grey);
  text-align: right;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-68 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-38 {
  background-color: #0000;
  margin-right: 20px;
  padding: 10px;
}

.text-block-44 {
  color: var(--steel-blue-2);
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-20 {
  font-weight: 400;
}

.testname {
  font-size: 18px;
  font-weight: 700;
}

.bold-text-21 {
  font-weight: 800;
}

.heading-21 {
  text-align: right;
  padding-right: 20px;
}

.slider-4 {
  background-color: #0000;
}

.right-arrow-2, .left-arrow {
  display: none;
}

.slide-nav-6 {
  padding-top: 10px;
  inset: auto 0% 0%;
}

.link-block-2 {
  cursor: pointer;
  border-bottom: 1px solid #ffffff47;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
  font-weight: 500;
}

.link-block-2:hover {
  background-color: var(--dodger-blue);
  color: var(--dodger-blue);
}

.column-20 {
  padding-left: 20px;
}

.section-32 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-69 {
  width: 100vw;
  max-width: 800px;
}

html.w-mod-js [data-ix="expand-accordion-list"] {
  display: block;
  transform: translate(0);
}

html.w-mod-js [data-ix="faq-open"] {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav {
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
  }

  .nav.process-server {
    flex-direction: row-reverse;
    justify-content: center;
    height: 60px;
  }

  .nav-container {
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .nav-menu {
    background-color: #f9f0e4e3;
    padding-bottom: 0;
  }

  .logo {
    clear: none;
    flex: 1;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .logo.w--current {
    flex: 1;
    height: auto;
    padding-left: 5px;
  }

  .hero-section {
    flex-direction: column;
    height: 1000px;
    padding-top: 0;
  }

  .hero-section.process-hero {
    background-image: linear-gradient(#0003, #0003), url('../images/file-my-car-accident-insurance-claim.jpg');
    background-position: 0 0, 50%;
    height: 500px;
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 0;
  }

  .hero-section.process-hero.real {
    padding-bottom: 18px;
  }

  .hero-wrap {
    width: 95%;
  }

  .hero-wrap.processwrap {
    margin-top: 111px;
    margin-bottom: 7px;
    padding-bottom: 0;
  }

  .hero-wrap.processwrap.title {
    height: auto;
  }

  .heading-1 {
    width: 85vw;
    margin-top: 91px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-1.content {
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    line-height: 49px;
    display: flex;
  }

  .heading-1.content.middle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-1.content.promise {
    text-align: center;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 0 7px;
  }

  .heading-1.content.smaller {
    text-align: center;
    line-height: 35px;
  }

  .heading-1.processheading {
    text-align: left;
    width: 95vw;
    margin-top: 0;
    margin-left: 0;
    line-height: 65px;
  }

  .heading-1.orange {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 65px;
  }

  .subhead-1 {
    margin-bottom: 34px;
    font-size: 25px;
    line-height: 35px;
  }

  .subhead-1.top {
    font-size: 28px;
    font-weight: 500;
  }

  .hero-left.chelprocess {
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-2 {
    flex-flow: row-reverse wrap;
    align-content: center;
    display: flex;
  }

  .logos-section {
    margin-top: 0;
    display: none;
  }

  .logos-wrap {
    justify-content: center;
  }

  .how-section {
    padding-top: 60px;
  }

  .wrap-3 {
    width: 98%;
  }

  .subhead-3.text {
    margin-bottom: 0;
  }

  .column-2 {
    flex: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image {
    flex: 0 auto;
    width: 200px;
    margin-left: 0;
  }

  .link-block {
    flex: 0 auto;
    justify-content: center;
  }

  .phone {
    font-size: 3vw;
  }

  .phone.email {
    font-size: 16px;
  }

  .hero-list {
    width: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .dropdown-toggle {
    flex-flow: wrap-reverse;
    flex: 1;
    align-content: center;
  }

  .main-column._1main {
    padding-top: 3px;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    display: flex;
  }

  .form-block-2 {
    flex-direction: column;
    align-items: stretch;
    width: 80%;
    min-width: 350px;
    margin: -23px 0 0;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .form-block-2.footer-form {
    width: auto;
    min-width: auto;
  }

  .section-testimonials, .contact-section {
    padding-top: 60px;
  }

  .contact-in-th-epage {
    flex-wrap: wrap;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-20 {
    margin-right: 0;
    font-size: 25px;
    line-height: 45px;
  }

  .text-block-21 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .bold-text-12 {
    color: #fff;
    line-height: 55px;
  }

  .line-1.simple, .line-2.simple, .line-3.simple {
    background-color: var(--steel-blue);
  }

  .unordered-list {
    margin-top: -17px;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .play-top-button {
    inset: 35% 0% auto auto;
  }

  .fullsection {
    flex-flow: row-reverse wrap;
    align-content: flex-end;
  }

  .fullsection.bottom {
    flex-wrap: wrap-reverse;
  }

  .halfdiv {
    width: 100%;
    height: 400px;
  }

  .halfdiv.left {
    flex-flow: column;
    align-content: flex-start;
    width: 100%;
    padding-left: 23px;
    padding-right: 34px;
  }

  .halfdiv.left.bottom {
    justify-content: flex-start;
    height: 400px;
    padding-left: 50px;
    padding-right: 0;
  }

  .halfdiv.topright {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }

  .stepssection {
    padding-top: 60px;
  }

  .leftcolumnsteps {
    border-right-style: none;
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .leftcolumnsteps.right {
    justify-content: flex-start;
    align-self: auto;
    margin-top: 1px;
    overflow: hidden;
  }

  .leftcolumnsteps.right.bottom {
    margin-top: 0;
  }

  .leftcolumnsteps.bottom {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin-top: 0;
  }

  .stepsdiv {
    z-index: 11;
    clear: none;
    width: 100vw;
    margin-top: 2px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 21px;
    position: relative;
    overflow: visible;
  }

  .stepsdiv.whyus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divline, .round, .dvlineright, .round-right {
    display: none;
  }

  .columns-2 {
    flex-flow: column;
    display: flex;
  }

  .titlediv.middle {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .vertical-line {
    border-right: 5px dotted var(--burlywood);
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
  }

  .bold-text-15 {
    text-align: left;
  }

  .bold-text-15.middle {
    text-align: center;
  }

  .column-12, .column-13, .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-16 {
    padding-top: 0;
  }

  .line-text {
    margin-bottom: 10px;
    padding-right: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-17 {
    height: auto;
  }

  .div-block-39 {
    background-image: url('../images/Trial.svg');
    background-position: 0 0;
    background-size: 125px;
    justify-content: center;
    width: 98%;
    height: auto;
    margin-bottom: 10px;
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .div-block-40 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .team-section {
    padding-top: 3px;
    padding-bottom: 14px;
  }

  .slider {
    display: block;
  }

  .cases-div {
    flex-flow: column wrap;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .case-single-div {
    width: 80%;
    margin-bottom: 0;
  }

  .slide-nav-5 {
    margin-top: auto;
    padding-bottom: 0;
  }

  .bold-text-7 {
    line-height: 19px;
  }

  .heading-12 {
    width: 85vw;
    margin-top: 91px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-12.content {
    text-align: center;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    line-height: 49px;
    display: flex;
  }

  .heading-12.content.smaller {
    text-align: center;
    line-height: 35px;
  }

  .bold-text-8 {
    line-height: 19px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .services-div {
    flex-wrap: nowrap;
    width: 50%;
    height: auto;
  }

  .section-20 {
    margin-top: 0;
  }

  .as-seen-div {
    flex-wrap: wrap;
  }

  .asseen-logos-div {
    height: auto;
  }

  .div-block-44 {
    flex-wrap: wrap;
  }

  .wrap-div {
    flex-wrap: wrap;
    width: 98%;
  }

  .blog-div-individual {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu-2 {
    background-color: #000000ba;
    width: 100%;
    margin-top: 57px;
    margin-right: 0;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover, .nav-link.w--current, .dropdown-link:hover {
    color: var(--burlywood);
  }

  .dropdown-list.w--open {
    background-color: #0000006b;
    margin-top: 0;
    padding-left: 20px;
  }

  .services-link-div {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .services-link-div.center {
    padding-left: 0;
    padding-right: 0;
  }

  .page-div {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .page-div-text {
    padding-right: 10px;
  }

  .form-div {
    min-width: auto;
    max-width: none;
    margin-top: 38px;
  }

  .simple-menu-button1 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: block;
  }

  .simple-menu-button1.w--open {
    background-color: #0000;
  }

  .case-single-div-2 {
    width: 80%;
    margin-bottom: 0;
  }

  .tablink {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-17 {
    margin-top: 10px;
  }

  .testimonial-quote-icon {
    font-size: 4vw;
    top: 7%;
    left: 3.5%;
  }

  .row-space-between {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-name {
    margin: 2em 0 0;
    font-size: 1.4em;
  }

  .savings-message {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .testimonial-slide {
    width: 100%;
  }

  .message-50vw-center {
    text-align: left;
    align-items: flex-start;
    width: 84vw;
  }

  .testimonial-title {
    font-size: 2.5vw;
  }

  .testimonial-wrap {
    margin-bottom: 88px;
    font-size: 1.2em;
  }

  .cta {
    flex-direction: column;
    width: 45vw;
    margin-top: 4em;
  }

  .testimonial-rating {
    font-size: 2vw;
  }

  .testimonial-slider-2 {
    margin-top: 5em;
  }

  .savings-icon.savings-icon-3, .savings-icon.savings-icon-2, .savings-icon.savings-icon-1 {
    background-size: contain;
    height: 50px;
  }

  .testimonials-arrow, .testimonials-arrow.right {
    font-size: 22px;
  }

  .savings-card {
    width: 32%;
    margin-bottom: 6em;
    padding: 3.5em 2em;
    font-size: 1.6em;
  }

  .savings-card-wrapper {
    width: 100%;
    margin-top: 4em;
  }

  .button-3 {
    min-width: 35vw;
    min-height: 6vw;
    margin-bottom: 1em;
    font-size: 2vw;
  }

  .grid {
    height: auto;
  }

  .nav-menu-3 {
    background-color: #eff3f4cc;
    height: auto;
  }

  .div-block-51 {
    box-shadow: none;
    background-image: linear-gradient(#012b4fcc, #012b4fcc);
  }

  .textdiv {
    background-color: var(--steel-blue-2);
    justify-content: center;
    align-items: center;
  }

  .text-block-33 {
    color: var(--white);
  }

  .navbar {
    flex: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .container-6 {
    width: 100%;
    height: 100%;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--midnight-blue);
    background-color: #02639ccc;
  }

  .icon-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section1 {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .section-services {
    grid-template-rows: minmax(auto, .25fr) minmax(auto, 1fr) .5fr auto;
    padding-bottom: 60px;
  }

  .div-block-54 {
    background-position: 100%;
    margin-top: 0;
  }

  .div-block-54._2 {
    height: 300px;
    display: block;
  }

  .div-block-55 {
    margin-top: -80px;
  }

  .div-block-55._2 {
    margin-top: 0;
    margin-left: 0;
  }

  .contact-info-wrapper {
    width: 600px;
  }

  .div-block-61 {
    flex-wrap: wrap;
  }

  .footdiv1 {
    width: 50%;
  }

  .menu-icon {
    width: 100%;
    height: 100%;
    color: var(--steel-blue-2);
  }

  .explore-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .tabs-menu-2 {
    width: 260px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .explore-link {
    font-size: 14px;
  }

  .tab-pane {
    height: 100%;
  }

  .tab-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  .tab-link.w--current {
    min-width: 260px;
  }

  .service-icon {
    display: inline-block;
  }

  .explore-links-inner-container {
    width: 48%;
    margin-bottom: 15px;
  }

  .tabs-content-2 {
    margin-bottom: -70px;
    padding: 20px 20px 30px 280px;
  }

  .bold-text-19 {
    color: #fff;
    line-height: 55px;
  }

  .text-block-42 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .button-4 {
    justify-content: center;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .section-31.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2px;
    left: -37px;
  }

  .hero-section {
    height: auto;
  }

  .hero-section.process-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/file-my-car-accident-insurance-claim.jpg');
    background-position: 0 0, 50%;
    background-size: auto, 1400px;
    height: 600px;
  }

  .hero-section.process-hero.real {
    height: 650px;
    padding-bottom: 0;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

  .hero-wrap.processwrap {
    margin-top: 0;
    padding-top: 73px;
    display: flex;
  }

  .hero-wrap.processwrap.title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 74px;
  }

  .heading-1 {
    width: 90vw;
    max-width: 500px;
    margin-top: 18px;
  }

  .heading-1.content {
    text-align: center;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-1.content.promise {
    background-image: none;
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-1.content.hero-left.leftt {
    text-align: left;
  }

  .heading-1.content.smaller {
    font-size: 18px;
  }

  .heading-1.content.money {
    margin-bottom: 0;
  }

  .heading-1.content.money.small {
    width: auto;
  }

  .heading-1.content.money.smaller {
    font-size: 30px;
  }

  .heading-1.processheading {
    width: 100vw;
    margin-top: 0;
    font-size: 45px;
    line-height: 49px;
  }

  .subhead-1 {
    text-align: left;
    max-width: 300px;
    font-size: 18px;
    line-height: 28px;
  }

  .subhead-1.top {
    font-size: 25px;
  }

  .hero-left {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-left.chelprocess {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button._1 {
    width: 100%;
    margin-top: 7px;
    padding-left: 82px;
    padding-right: 18px;
    font-size: 30px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .logos-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .how-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-3.left {
    width: auto;
  }

  .subhead-3 {
    text-align: center;
  }

  .subhead-3.leftp {
    text-align: left;
    width: auto;
    max-width: 400px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image {
    flex: 0 auto;
  }

  .check-list-col {
    width: 500px;
  }

  .column-6 {
    justify-content: flex-end;
  }

  .column-5 {
    margin-top: 0;
  }

  .hero-list {
    text-align: left;
    flex: 0 auto;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .main-column._1main {
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-block-2 {
    align-items: stretch;
    width: 95%;
  }

  .form-block-2.footer-form {
    margin-top: 0;
  }

  .heading-7.servicestitle.center {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .section-testimonials {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .contact-in-th-epage {
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .text-block-20 {
    text-align: center;
    line-height: 35px;
  }

  .bold-text-12 {
    line-height: 55px;
  }

  .unordered-list {
    padding-left: 3px;
    padding-right: 3px;
  }

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

  .factsdiv {
    margin-top: 28px;
  }

  .factssection {
    margin-top: 0;
  }

  .play-top-button {
    opacity: .46;
    position: absolute;
    inset: 59% 0% auto auto;
  }

  .section-video-button {
    margin-top: 0;
    display: flex;
    top: 18px;
  }

  .fullsection {
    flex-wrap: wrap;
  }

  .halfdiv.left.bottom {
    padding: 0 21px;
  }

  .halfdiv.topright {
    height: auto;
    padding-top: 100px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .leftcolumnsteps {
    align-self: flex-start;
  }

  .titlediv {
    flex-direction: column;
    display: flex;
  }

  .titlediv.small.comt {
    justify-content: center;
    align-items: flex-start;
  }

  .linediv {
    margin-bottom: 10px;
  }

  .vertical-line {
    border-right-width: 5px;
    border-right-color: #d6b56991;
    height: 120%;
  }

  .columns-5 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 27px;
    display: flex;
  }

  .whydiv {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .bold-text-15.middle {
    line-height: 40px;
  }

  .image-27 {
    margin-bottom: 0;
  }

  .column-12, .column-13 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .column-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-text {
    font-size: 20px;
    line-height: 38px;
  }

  .div-block-39 {
    margin-bottom: 9px;
  }

  .team-section {
    padding-top: 0;
  }

  .slider {
    width: 100vw;
  }

  .cases-div {
    flex-flow: column wrap;
    align-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .case-single-div {
    flex-wrap: nowrap;
    width: auto;
    height: 150px;
  }

  .faq-container {
    flex-direction: column;
    display: block;
  }

  .heading-6 {
    line-height: 18px;
  }

  .bold-text-7 {
    line-height: 15px;
  }

  .subhead-4 {
    text-align: center;
  }

  .heading-12 {
    width: 90vw;
    max-width: 500px;
    margin-top: 18px;
  }

  .heading-12.content {
    text-align: center;
    text-align: center;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 38px;
  }

  .heading-12.content.money {
    margin-bottom: 0;
  }

  .bold-text-8 {
    line-height: 15px;
  }

  .heading-13 {
    line-height: 18px;
  }

  .columns-7 {
    flex-wrap: wrap;
  }

  .services-div {
    width: 100%;
    max-width: none;
  }

  .column-19, .as-seen-div {
    flex-wrap: wrap;
  }

  .asseen-logos-div {
    height: auto;
  }

  .services-link-div.center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .case-single-div-2 {
    width: 90%;
  }

  .columns-8 {
    flex-wrap: wrap;
  }

  .tablink {
    width: 30%;
    padding: 20px 0 0;
  }

  .tablink.w--current {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .heading-17 {
    margin-top: 10px;
  }

  .testimonial-quote-icon {
    font-size: 5vw;
    top: 5%;
    left: 10%;
  }

  .testimonial-name {
    margin: 20px 0 0;
    font-size: 16px;
  }

  .section {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .testimonial-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .message-50vw-center {
    width: 85vw;
  }

  .testimonial-title {
    font-size: 3vw;
  }

  .testimonial-wrap {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .testimonial-rating {
    font-size: 2.5vw;
  }

  .testimonials-arrow.left, .testimonials-arrow.right {
    width: 1em;
    height: 1em;
    font-size: 4em;
  }

  .savings-card {
    width: 100%;
    margin-bottom: 3em;
  }

  .savings-card.last-savings-card {
    margin-bottom: 7em;
  }

  .savings-card-wrapper {
    flex-direction: column;
  }

  .button-3 {
    min-height: 8vw;
    font-size: 2.5vw;
  }

  .text-block-29, .text-block-30 {
    font-size: 30px;
  }

  .textdiv {
    padding-top: 0;
  }

  .text-block-33 {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .text-block-33._1 {
    letter-spacing: 1px;
  }

  .section-25 {
    height: 100vh;
  }

  .div-block-53 {
    background-image: linear-gradient(#02639c99, #02639c99);
    height: 400px;
    max-height: none;
  }

  .herotextdiv {
    width: 95vw;
  }

  .section1 {
    height: auto;
  }

  .herotext {
    width: auto;
    font-size: 18px;
  }

  .section-services {
    grid-template-rows: auto minmax(auto, .25fr) minmax(auto, 1fr) .5fr;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-54 {
    background-position: 50%;
    height: 250px;
    padding-top: 0;
    display: flex;
  }

  .div-block-54.map {
    display: none;
  }

  .div-block-55 {
    margin-top: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .div-block-57 {
    background-color: var(--white);
    background-image: url('../images/document-check.png'), linear-gradient(#02639c99, #02639c99);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 70px 70px, auto;
    margin-top: -40px;
  }

  .div-featured {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    min-height: auto;
  }

  ._1div {
    width: 25%;
    height: 100%;
  }

  ._2div {
    width: 75%;
    height: 100%;
    padding-top: 10px;
    padding-left: 20px;
  }

  .div-block-59 {
    width: auto;
    height: 60px;
    box-shadow: none;
    margin-top: 0;
    margin-left: -51px;
    inset: 0% auto auto 0%;
  }

  .div-block-60 {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 9px -4px #021527ba;
  }

  .iconimage {
    width: 50px;
    height: 50px;
  }

  .rich-text-block-3.right {
    text-align: left;
  }

  .contact-info-wrapper {
    width: 400px;
  }

  .div-block-61 {
    width: 95vw;
  }

  .buttondiv.white.right {
    justify-content: flex-start;
  }

  .explore-text-tab-menu {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }

  .explore-text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .tabs-menu-2 {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .explore-link {
    font-size: 12px;
    line-height: 120%;
  }

  .tab-link {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 120%;
  }

  .tab-link.w--current {
    min-width: 180px;
  }

  .explore-links-inner-container {
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .tabs-content-2 {
    padding-left: 170px;
    padding-right: 10px;
  }

  .divider-small {
    margin-bottom: 10px;
  }

  .explore-square {
    margin-right: 5px;
    font-size: 18px;
    line-height: 14px;
  }

  .bold-text-19 {
    line-height: 55px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-31 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-31.cc-cta {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .container-11 {
    text-align: center;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .testtext, .heading-21 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 33px;
  }

  .nav.process-server {
    height: 60px;
    margin-top: 30px;
  }

  .logo {
    left: 3px;
  }

  .logo.w--current {
    flex: 1;
  }

  .hero-section.process-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/file-my-car-accident-insurance-claim.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 300px;
    margin-top: 0;
    padding-top: 33px;
    padding-bottom: 0;
  }

  .hero-section.process-hero.real {
    height: 600px;
  }

  .hero-wrap.processwrap {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .hero-wrap.processwrap.title {
    justify-content: center;
    margin-bottom: 0;
  }

  .hero-wrap.orange {
    width: 98%;
    max-width: none;
  }

  .heading-1 {
    width: auto;
    min-width: auto;
    margin-top: 0;
    display: block;
  }

  .heading-1.content {
    width: 98vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .heading-1.content.white.midle {
    line-height: 35px;
  }

  .heading-1.content.small {
    font-size: 22px;
    line-height: 35px;
  }

  .heading-1.content.left {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-1.content.smaller {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
  }

  .heading-1.content.money {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-1.content.money.small {
    margin-right: 0;
  }

  .heading-1.content.money.smaller {
    width: auto;
    font-size: 28px;
    line-height: 35px;
  }

  .heading-1.processheading {
    width: auto;
    margin-top: 2px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-1.processheading.wronfull {
    font-size: 35px;
    line-height: 38px;
  }

  .heading-1.orange {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .subhead-1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .subhead-1.top {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }

  .subhead-1.top-smaller {
    font-size: 18px;
    line-height: 22px;
  }

  .subhead-1.slim {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
  }

  .hero-left {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-left.chelprocess {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .button._1 {
    width: 100%;
    padding-left: 71px;
    padding-right: 1px;
    font-size: 20px;
    line-height: 20px;
  }

  .wrap-2 {
    width: 99%;
    margin-left: 0;
    margin-right: 0;
    padding: 19px 20px;
  }

  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 33px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .legal {
    text-align: center;
  }

  .how-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .subhead-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subhead-3.leftp.blue {
    padding-left: 0;
  }

  .column-2 {
    width: 100%;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    min-width: 150px;
    margin-left: 0;
  }

  .link-block {
    background-color: #0000;
    height: 100%;
    margin-left: -8px;
    margin-right: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-div {
    justify-content: center;
  }

  .text-block {
    font-size: 12px;
  }

  .phone {
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .phone.email {
    font-size: 16px;
  }

  .phone.footerphone {
    width: auto;
  }

  .phon-div {
    font-size: 12px;
    display: block;
  }

  .check-list-col {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding: 2px 0 2px auto;
    display: flex;
  }

  .column-5 {
    justify-content: flex-start;
  }

  .hero-list {
    font-size: 14px;
    line-height: 19px;
  }

  .hero-list.processlist {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .main-column._1main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-9 {
    padding-left: 0;
  }

  .button-2 {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    line-height: 30px;
  }

  .button-2.submit-button {
    width: 100%;
  }

  .form {
    padding-top: 10px;
  }

  .form-field {
    width: 100%;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    display: block;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .form-block-2 {
    width: 95%;
    min-width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
    right: 66px;
  }

  .form-block-2.footer-form {
    width: 100%;
    margin-top: 0;
    margin-bottom: -10px;
    padding-top: 12px;
    padding-bottom: 7px;
  }

  .section-subtitle.white.form-titl {
    width: 95%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-6 {
    text-align: center;
    width: 95%;
    padding-left: 14px;
    padding-right: 13px;
    font-size: 10px;
  }

  .heading-7.servicestitle {
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .heading-7.servicestitle.center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-7.first {
    text-align: center;
  }

  .section-testimonials {
    padding-top: 40px;
  }

  .footercontact {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-left: 0;
    display: flex;
  }

  .italic-text-6 {
    width: 95%;
    max-width: 300px;
    padding-left: 1px;
    padding-right: 10px;
  }

  .contact-in-th-epage {
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding-left: 27px;
    padding-right: 27px;
  }

  .text-block-20 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-21 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-11 {
    line-height: 22px;
  }

  .bold-text-12 {
    color: #fff;
    font-size: 35px;
  }

  .line-1.simple, .line-2.simple, .line-3.simple {
    background-color: var(--midnight-blue);
  }

  .unordered-list {
    width: 100vw;
    padding-left: 13px;
    padding-right: 19px;
  }

  .div-block-38 {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

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

  .factssection {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .play-top-button {
    margin-bottom: 20px;
    margin-left: 32px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .section-video-button {
    margin-top: -24px;
    margin-bottom: 0;
    top: 1px;
  }

  .halfdiv.left {
    padding-left: 6px;
    padding-right: 6px;
  }

  .halfdiv.left.bottom {
    height: 450px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .halfdiv.left.pinj {
    background-position: 50%;
  }

  .halfdiv.topright {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stepssection {
    padding-top: 40px;
  }

  .stepsdiv {
    width: 95vw;
  }

  .titlediv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titlediv.small {
    margin-top: 0;
    padding-top: 12px;
  }

  .titlediv.small.comt {
    padding-left: 0;
  }

  .linediv {
    margin-bottom: 3px;
  }

  .vertical-line {
    height: 110%;
  }

  .servicesdiv {
    align-items: center;
    padding-top: 10px;
  }

  .columns-4 {
    padding-top: 10px;
  }

  .whydiv {
    justify-content: center;
    align-items: center;
  }

  .section-16 {
    padding-bottom: 10px;
  }

  .line-text {
    font-size: 18px;
    line-height: 28px;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .div-block-39 {
    margin-left: 0;
    margin-right: 0;
  }

  .coldiv {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-15, .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-section {
    padding-top: 15px;
  }

  .image-29 {
    padding-left: 0;
  }

  .section-18 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cases-section {
    padding-top: 20px;
  }

  .case-single-div {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-7 {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-12 {
    width: auto;
    min-width: auto;
    margin-top: 0;
    display: block;
  }

  .heading-12.content {
    width: 98vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 18px;
    line-height: 30px;
    display: block;
  }

  .heading-12.content.money {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-8 {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .bold-text-17 {
    line-height: 38px;
  }

  .services-div {
    width: 100%;
    max-width: none;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .text-block-23.center {
    font-size: 18px;
    line-height: 28px;
  }

  .section-20 {
    padding: 20px;
  }

  .asseen-logos-div {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-div {
    height: 30px;
  }

  .div-block-47 {
    width: 100%;
  }

  .services-link-div {
    padding: 0;
  }

  .services-link-div.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-div-text {
    padding-left: 0;
    padding-right: 0;
  }

  .case-single-div-2 {
    width: 80%;
  }

  .text-span-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-26 {
    font-size: 16px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .large-title {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .large-title.bold {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .tab {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-17 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .tabs {
    width: 95vw;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    padding-top: 0;
  }

  .image-31, .image-32, .image-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    margin-top: 10px;
  }

  .testimonial-quote-icon {
    font-size: 10vw;
    line-height: 1em;
    inset: 9% auto auto 10%;
  }

  .testimonials-nav {
    bottom: 30px;
  }

  .testimonial-name {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 2em;
  }

  .savings-message {
    text-align: left;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .savings-jumbo-text {
    font-size: 6em;
  }

  .testimonial-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-title {
    font-size: 5vw;
  }

  .testimonial-wrap {
    padding: 88px 10% 48px;
  }

  .cta {
    flex-direction: column;
    width: auto;
  }

  .testimonial-rating {
    font-size: 4vw;
    top: 42px;
  }

  .testimonial-slider-2 {
    margin-top: 30px;
  }

  .testimonials-arrow.left {
    bottom: 30px;
    right: 200px;
  }

  .testimonials-arrow.right {
    bottom: 30px;
    left: 200px;
  }

  .savings-card {
    width: 100%;
    margin-top: 4em;
    margin-bottom: 0;
  }

  .savings-card.last-savings-card {
    margin-bottom: 10em;
  }

  .savings-card-wrapper {
    flex-direction: column;
  }

  .button-3 {
    min-width: 85vw;
    min-height: 14vw;
    font-size: 4vw;
  }

  .button-3.blue-btn {
    border: 1.5px solid #3d43bc;
  }

  .button-3.blue-btn:hover {
    border-color: #05c6e5;
  }

  .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
    font-size: 20px;
  }

  .textdiv {
    justify-content: center;
    padding-top: 0;
  }

  .text-block-33 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-33._1 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-52 {
    height: 70px;
  }

  .image-35 {
    height: auto;
  }

  .section-25 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    height: 90vh;
  }

  .div-block-53 {
    height: 550px;
    padding-top: 0;
  }

  .herotextdiv {
    width: auto;
    padding-right: 10px;
  }

  .hero {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
    line-height: 65px;
  }

  .subherotext {
    font-size: 30px;
  }

  .section-services {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: .25fr minmax(auto, 1fr) minmax(auto, 1fr) .5fr;
    grid-template-columns: .25fr .75fr 1fr .25fr 1fr;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-services.about {
    padding-bottom: 60px;
  }

  .div-block-54 {
    padding-bottom: 0;
  }

  .div-block-55 {
    padding: 40px 10px 40px 20px;
  }

  .div-block-55._2 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-55._1 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .div-block-57._2 {
    margin-top: -40px;
  }

  .div-featured {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1div {
    width: 30%;
    min-width: 100px;
    display: block;
  }

  ._2div {
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 10px;
  }

  .div-block-59 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .rich-text-block-2._2 {
    padding-bottom: 0;
  }

  .cert-div {
    filter: grayscale();
    flex-wrap: wrap;
    align-items: flex-start;
    width: auto;
    min-width: 280px;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-36 {
    margin: 0 6px 4px;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .contact-info-wrapper {
    width: 300px;
  }

  .divtitle {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .footdiv1 {
    width: 100%;
  }

  .services-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-services {
    width: 95vw;
  }

  .footer-bottom-wrap-3 {
    flex-direction: column;
    justify-content: center;
  }

  .legal-2 {
    text-align: center;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .menu-icon {
    width: auto;
    height: 100%;
  }

  .contactdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2.w--open {
    width: auto;
  }

  .dropdown-link-2 {
    padding-left: 5px;
    padding-right: 0;
    font-size: 14px;
  }

  .sectionpages {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .divpages {
    width: 95vw;
  }

  .accordion-item-q-text {
    font-size: 18px;
    line-height: 28px;
  }

  .cloneable-area {
    width: 95vw;
  }

  .section-faq {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .herobutton {
    padding-left: 0;
    padding-right: 0;
  }

  .heroobuttondiv {
    width: 280px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .section-4.section-explore-offering {
    margin-bottom: -1px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .explore-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 180%;
  }

  .tabs-menu-2 {
    width: 120px;
    padding-bottom: 0;
  }

  .tab-pane {
    position: relative;
  }

  .explore-links-container {
    flex-direction: column;
    font-size: 14px;
  }

  .tab-link {
    border-bottom: 1px solid #ffffff3b;
    width: 100%;
  }

  .tab-link.w--current {
    min-width: 150px;
    margin-left: -22px;
  }

  .tabdiv {
    position: static;
  }

  .container-10 {
    max-width: 95vw;
  }

  .explore-links-inner-container {
    width: 100%;
    margin-bottom: 10px;
  }

  .tabs-content-2 {
    margin-bottom: -100px;
    padding-left: 140px;
  }

  .tabs-content-2.headon {
    margin-bottom: -64px;
    padding-left: 129px;
    padding-right: 10px;
    left: 8px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-3.h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .tabs-2 {
    margin-bottom: -35px;
  }

  .bold-text-19 {
    color: #fff;
    font-size: 35px;
  }

  .bold-text-19.tel {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-42 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-6 {
    letter-spacing: 1px;
    width: 100%;
    font-size: 16px;
  }

  .button-4 {
    font-size: 12px;
  }

  .button-4.hero {
    background-color: #b6ad6f;
    width: 98vw;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .cta-wrap {
    padding: 10px 15px 60px;
  }

  .section-31 {
    margin: 8px;
  }

  .paragraph-bigger {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-bigger.cc-bigger-light {
    color: #363a3f;
    font-weight: 400;
    line-height: 30px;
  }

  .heading-jumbo-small {
    text-shadow: none;
    padding: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-67.right {
    padding-bottom: 0;
    padding-right: 10px;
  }

  .testdiv {
    padding-bottom: 0;
  }

  .testtext {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .slide-nav-6 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-45 {
    width: 300px;
  }
}

#w-node-d2f6b42f-fd20-e4d5-458d-3a3ed38ebde0-986cb224 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-_12dbab6c-db61-400f-4847-16c2dfe6d004-986cb224 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center start;
}

#w-node-_95c98054-dc59-a5d6-6fcb-d58929e573fd-986cb224 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_650a7745-e39a-f253-4208-ebdce4d679ee-986cb224 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ead35775-6600-9d57-64b6-0f75b9f86fb9-986cb224 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_13658e14-46d5-7f3d-0452-0a231026ccd1-986cb224, #w-node-_965b15e7-c16b-a032-f774-19739f0a3062-986cb224 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec49629-986cb224 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec49634-986cb224, #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec4963f-986cb224 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_101e8825-daa4-379c-ec3c-808bf08c802a-986cb224 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_101e8825-daa4-379c-ec3c-808bf08c803a-986cb224, #w-node-_101e8825-daa4-379c-ec3c-808bf08c804a-986cb224 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a85fcc6-531b-a635-4975-0c82ac659f35-986cb224 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_9a85fcc6-531b-a635-4975-0c82ac659f33-986cb224 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_5dd469be-7c10-0dd8-c846-acbcf815c010-f815c00e, #w-node-_5dd469be-7c10-0dd8-c846-acbcf815c02a-f815c00e, #w-node-_5dd469be-7c10-0dd8-c846-acbcf815c033-f815c00e {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_014b7cf4-1789-19b3-fc35-6598b927b0fb-b927b0fa {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_014b7cf4-1789-19b3-fc35-6598b927b118-b927b0fa {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_583dfecc-3b4f-8c37-84ce-bc3cf2ef1ffb-f2ef1ffa {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_583dfecc-3b4f-8c37-84ce-bc3cf2ef201f-f2ef1ffa {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b5b35de5-2f6c-c63d-ac15-f48d923e977e-923e977d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b5b35de5-2f6c-c63d-ac15-f48d923e9780-923e977d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-b5b35de5-2f6c-c63d-ac15-f48d923e9784-923e977d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b5b35de5-2f6c-c63d-ac15-f48d923e978b-923e977d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-d8fb864c {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-d8fb864c {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-d8fb864c {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-d8fb864c {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-2f236320 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-2f236320 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-2f236320 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-2f236320 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-72448350 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-72448350 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-72448350 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-72448350 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-828f7bf6 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-828f7bf6 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-828f7bf6 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-828f7bf6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-8e657cf6 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-8e657cf6 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-8e657cf6 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-8e657cf6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-e587c557 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-e587c557 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-e587c557 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-e587c557 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-37e2bc25 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-37e2bc25 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-37e2bc25 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-37e2bc25 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-229693c5 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-229693c5 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-229693c5 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-229693c5 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-090a4302 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-090a4302 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-090a4302 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-090a4302 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-04fba09a {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-04fba09a {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center start;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a2-04fba09a {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_74220789-ad85-8462-5888-9a4d557c37a3-04fba09a {
  grid-area: 1 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d2f6b42f-fd20-e4d5-458d-3a3ed38ebde0-986cb224 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_95c98054-dc59-a5d6-6fcb-d58929e573fd-986cb224 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_650a7745-e39a-f253-4208-ebdce4d679ee-986cb224 {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-ead35775-6600-9d57-64b6-0f75b9f86fb9-986cb224 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_13658e14-46d5-7f3d-0452-0a231026ccd1-986cb224, #w-node-_965b15e7-c16b-a032-f774-19739f0a3062-986cb224 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec49629-986cb224 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec49634-986cb224, #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec4963f-986cb224 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_101e8825-daa4-379c-ec3c-808bf08c802a-986cb224 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_101e8825-daa4-379c-ec3c-808bf08c803a-986cb224, #w-node-_101e8825-daa4-379c-ec3c-808bf08c804a-986cb224 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9a85fcc6-531b-a635-4975-0c82ac659f35-986cb224 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9a85fcc6-531b-a635-4975-0c82ac659f33-986cb224, #w-node-_014b7cf4-1789-19b3-fc35-6598b927b0fb-b927b0fa {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_014b7cf4-1789-19b3-fc35-6598b927b118-b927b0fa {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-_583dfecc-3b4f-8c37-84ce-bc3cf2ef1ffb-f2ef1ffa {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_583dfecc-3b4f-8c37-84ce-bc3cf2ef201f-f2ef1ffa {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-b5b35de5-2f6c-c63d-ac15-f48d923e977e-923e977d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b5b35de5-2f6c-c63d-ac15-f48d923e9780-923e977d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b5b35de5-2f6c-c63d-ac15-f48d923e9784-923e977d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b5b35de5-2f6c-c63d-ac15-f48d923e978b-923e977d {
    order: 0;
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-d8fb864c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-d8fb864c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-d8fb864c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-2f236320 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-2f236320 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-2f236320 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-72448350 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-72448350 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-72448350 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-828f7bf6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-828f7bf6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-828f7bf6 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-8e657cf6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-8e657cf6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-8e657cf6 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-e587c557 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-e587c557 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-e587c557 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-37e2bc25 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-37e2bc25 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-37e2bc25 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-229693c5 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-229693c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-229693c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-090a4302 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-090a4302 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-090a4302 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa4-04fba09a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-04fba09a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-04fba09a {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12dbab6c-db61-400f-4847-16c2dfe6d004-986cb224 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_95c98054-dc59-a5d6-6fcb-d58929e573fd-986cb224 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_650a7745-e39a-f253-4208-ebdce4d679ee-986cb224 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ead35775-6600-9d57-64b6-0f75b9f86fb9-986cb224 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_13658e14-46d5-7f3d-0452-0a231026ccd1-986cb224, #w-node-_965b15e7-c16b-a032-f774-19739f0a3062-986cb224 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec49629-986cb224 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec49634-986cb224, #w-node-_9ad918e7-643f-0a5a-3a27-d3ae4ec4963f-986cb224 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_101e8825-daa4-379c-ec3c-808bf08c802a-986cb224 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_101e8825-daa4-379c-ec3c-808bf08c803a-986cb224, #w-node-_101e8825-daa4-379c-ec3c-808bf08c804a-986cb224 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9a85fcc6-531b-a635-4975-0c82ac659f35-986cb224 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9a85fcc6-531b-a635-4975-0c82ac659f33-986cb224, #w-node-_014b7cf4-1789-19b3-fc35-6598b927b0fb-b927b0fa {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_014b7cf4-1789-19b3-fc35-6598b927b118-b927b0fa {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_583dfecc-3b4f-8c37-84ce-bc3cf2ef1ffb-f2ef1ffa {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_583dfecc-3b4f-8c37-84ce-bc3cf2ef201f-f2ef1ffa {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b5b35de5-2f6c-c63d-ac15-f48d923e9784-923e977d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-d8fb864c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-d8fb864c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-d8fb864c {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-2f236320 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-2f236320 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-2f236320 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-72448350 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-72448350 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-72448350 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-828f7bf6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-828f7bf6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-828f7bf6 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-8e657cf6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-8e657cf6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-8e657cf6 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-e587c557 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-e587c557 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-e587c557 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-37e2bc25 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-37e2bc25 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-37e2bc25 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-229693c5 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-229693c5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-229693c5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-090a4302 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-090a4302 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-090a4302 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b33e1306-cf77-b12b-654a-6d50c4899aa5-04fba09a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a2-04fba09a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74220789-ad85-8462-5888-9a4d557c37a3-04fba09a {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a85fcc6-531b-a635-4975-0c82ac659f35-986cb224 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}