@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fontawesome-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1a1b1c;
  --crimson: #d61b26;
  --white: white;
  --burlywood: #ddc587;
  --black-2: #0000004a;
  --seashell: #f3eeea;
  --crimson-2: #d61b26;
  --dark-grey: #adadad;
  --gainsboro: #e6e6e6;
}

.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;
}

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

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

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

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

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

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bellefair, sans-serif;
  font-size: 3.9vw;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bellefair, sans-serif;
  font-size: 2.34vw;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bellefair, sans-serif;
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--black);
  letter-spacing: .99vw;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 1.56vw;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  color: var(--black);
  letter-spacing: 3.89px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  color: var(--black);
  letter-spacing: 1.6px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 1.041vw;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 1.04vw;
  line-height: 200%;
}

a {
  color: var(--crimson);
  font-size: 1.04vw;
  text-decoration: none;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.image-13 {
  width: 100%;
  max-width: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_wrap {
  max-width: 350px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_header {
  color: #435c6b;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  display: none;
}

.browser_link {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
  box-shadow: -1px -1px 1px #fff, 7px 7px 20px #b9b9b94d, -7px -7px 20px 10px #fff;
}

.browser_link:hover {
  transform: scale(1.05);
}

.h1-capital {
  text-transform: uppercase;
  font-size: 3.9vw;
}

.h1-capital.h1-white {
  color: var(--white);
}

.h1-capital.h1-internal {
  border-bottom: 3px solid var(--crimson);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 4vw;
}

.h2-capital {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h2-capital.h2-white {
  color: var(--white);
}

.h1-big {
  color: var(--crimson);
  text-transform: uppercase;
  font-size: 8.8vw;
  line-height: 120%;
}

.h2-red {
  color: var(--crimson);
  margin-top: 10px;
  font-size: 2.19vw;
}

.h4-gold {
  color: var(--burlywood);
  letter-spacing: .99vw;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 1.56vw;
  font-weight: 700;
  line-height: 150%;
}

.h5-red {
  color: var(--crimson);
  letter-spacing: 11.48px;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 120%;
}

.div-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80.72vw;
  min-height: 42.6vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-top {
  justify-content: space-between;
  width: 100%;
  max-width: 95vw;
  min-height: 8.38vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 70vw;
  min-height: 8.38vw;
  display: flex;
}

.div-logo {
  width: 100%;
  max-width: 25vw;
  min-height: 3.38vw;
}

.image-14 {
  width: 100%;
  max-width: 21.45vw;
  height: 85.2875px;
}

.div-info {
  border-bottom: 1px none var(--burlywood);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 50%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.menu {
  border-top: 1px none var(--burlywood);
  border-bottom: 1px none var(--burlywood);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 50%;
  display: flex;
}

.section-main {
  background-image: url('../images/florida.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 56.25vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h5-es {
  color: var(--crimson);
  text-align: center;
  letter-spacing: 2.92px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .94vw;
  font-weight: 600;
  line-height: 150%;
}

.h5-es.footer {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  min-height: auto;
}

.h5-es.footer.h5-es-f-centered {
  text-align: center;
  justify-content: center;
  font-family: Hind, sans-serif;
}

.h6 {
  text-transform: none;
  font-size: .94vw;
  font-weight: 400;
}

.h6.h6-header-text {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-phone {
  font-family: Bellefair, sans-serif;
  font-size: 1.875vw;
  line-height: 120%;
}

.navbar {
  border-top: 1px solid var(--burlywood);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: .83vw;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

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

.nav-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .83vw;
  transition: all .3s;
  display: flex;
}

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

.nav-link.w--current {
  border-top: 5px solid var(--burlywood);
  color: #ddc587;
  border-bottom: 5px solid #0000;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-link.nav-dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.nav-property-damage, .nav-link.nav-property-health-insurance {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
}

.btn-es.h5-es {
  background-color: #0000;
  font-family: Hind, sans-serif;
  font-weight: 600;
}

.btn-es.h5-es:hover {
  color: var(--black);
}

.btn-es.h5-es.hide {
  display: none;
}

.main-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35vw;
  min-height: 20vw;
  padding-top: 1px;
  display: flex;
}

.btn-red {
  background-color: var(--crimson);
  text-align: center;
  letter-spacing: 2.92px;
  text-transform: uppercase;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17.86vw;
  min-height: 3.02vw;
  font-family: Hind, sans-serif;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.btn-red:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
}

.btn-red.btn-gold {
  background-color: var(--burlywood);
  color: var(--black);
}

.h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  padding-left: 2px;
  font-family: Bellefair, sans-serif;
  font-weight: 400;
}

.contact-form-hp {
  border: 1px solid var(--burlywood);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38.64vw;
  min-height: 42.6vw;
  padding: 30px;
  display: flex;
}

.cf-hp {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35.5vw;
  min-height: 39.47vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.cf-hp.cf-red {
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
}

.form-home {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 29.32vw;
  font-family: Hind, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  display: flex;
}

.text {
  border: 1px solid var(--burlywood);
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  min-height: 3vw;
  margin-bottom: 16px;
  padding-left: 20px;
  font-family: Hind, sans-serif;
  font-size: .94vw;
  font-weight: 600;
  line-height: 120%;
}

.text::placeholder {
  color: var(--black);
  letter-spacing: 2.92px;
}

.text.text-are {
  min-height: 8.28vw;
  margin-bottom: 16px;
  padding-top: 16px;
}

.form {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Hind, sans-serif;
  font-size: .94vw;
  display: flex;
}

.div-about {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 73.38vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-cont {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  display: flex;
}

.div-cont2 {
  justify-content: space-between;
  width: 100%;
  max-width: 72vw;
  min-height: 38.02vw;
  display: flex;
}

.div-box-left {
  border: 1px none var(--burlywood);
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-box-right {
  width: 50%;
}

.div-border-red {
  border-left: 6px solid var(--crimson);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9.89vw;
  margin-top: 2px;
  margin-bottom: 20px;
  padding-left: 54px;
  display: flex;
}

.service2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 78vw;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.div-block-9 {
  border: 1px solid var(--burlywood);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85.41vw;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 66.66vw;
  min-height: 50.78vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50px;
}

.div-block-10.hide {
  display: none;
}

.serv {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 23.85vw;
  display: flex;
}

.div-block-11 {
  background-color: var(--burlywood);
  width: 100%;
  max-width: 4.53vw;
  min-height: .3125vw;
}

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

.h5-white {
  color: var(--white);
  text-align: center;
  letter-spacing: 3.89px;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
}

.p-white {
  color: var(--white);
  text-align: center;
}

.btn-white {
  background-color: var(--white);
  box-shadow: 0 0 20px 3px var(--black-2);
  color: var(--crimson);
  letter-spacing: 2.92px;
  text-transform: uppercase;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 11.8vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Hind, sans-serif;
  font-weight: 700;
  display: flex;
}

.p-white-2 {
  color: #fff;
  line-height: 250%;
}

.project-card-2 {
  transform-style: preserve-3d;
  width: 30%;
  min-height: 19.01vw;
  position: relative;
}

.back-2 {
  z-index: 1;
  background-color: var(--crimson);
  opacity: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 23.85vw;
  padding: 40px 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.back-2:hover {
  z-index: 9999;
  opacity: 1;
}

.front-2 {
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 23.85vw;
  padding: 40px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.front-2:hover {
  display: flex;
}

.section-meet-team {
  background-image: linear-gradient(92deg, var(--black), #0000 89%), url('../images/businsess-interruption.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vw;
  padding-top: 0;
  display: flex;
}

.meet-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  min-height: 40vw;
  display: flex;
  position: relative;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 45vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-gold {
  border: 1px solid var(--burlywood);
  color: var(--burlywood);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 23vw;
  min-height: 3.02vw;
  padding: 16px 56px;
  font-family: Hind, sans-serif;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.btn-gold:hover {
  background-color: var(--burlywood);
  color: var(--black);
}

.section-partners {
  justify-content: center;
  align-items: center;
  min-height: 11.45vw;
  display: flex;
}

.partners-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80vw;
  min-height: 6.56vw;
  display: flex;
  position: relative;
}

.part-1 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.part-2 {
  object-fit: contain;
  background-image: url('../images/avvo-logo-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}

.part-3 {
  object-fit: contain;
  background-image: url('../images/av-rated-graphic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23%;
}

.part-4 {
  object-fit: contain;
  background-image: url('../images/nbta_logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12%;
}

.part-5 {
  object-fit: contain;
  background-image: url('../images/logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23%;
}

.section-testimonials {
  opacity: .72;
  background-image: url('../images/beach_bg-copy.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vw;
  display: flex;
}

.div-testimonials {
  opacity: 1;
  background-image: url('../images/hex_pattern_bg2x.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 15%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  min-height: 42vw;
  padding-top: 60px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 71vw;
  min-height: 30vw;
}

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

.slide-nav {
  color: var(--burlywood);
  white-space: normal;
  background-color: #0000;
  bottom: -30px;
}

.slide {
  border: 1px none var(--burlywood);
  padding-top: 10px;
}

.div-testimonial-content {
  border: 1px none var(--burlywood);
  background-image: url('../images/star.svg'), url('../images/box2x.webp');
  background-position: 50% 5%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vw;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-testimonial-content.s4 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-testimonials {
  text-align: center;
  padding-top: 20px;
  font-size: 1.56vw;
  line-height: 160%;
}

.p-testimonials.s-3 {
  padding-top: 40px;
}

.p-testimonials.s-4 {
  padding-top: 10px;
}

.footer {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  min-height: 50.52vw;
  display: flex;
  overflow: hidden;
}

.footer.f-centered {
  text-align: center;
  width: auto;
}

.footer1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-logo {
  margin-right: 0;
}

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

.p-link {
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
}

.p-link.pl-nwrap {
  white-space: nowrap;
}

.div-social-media {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 8vw;
  display: flex;
}

.link-sm.hide {
  display: none;
}

.link-sm.footer-l-sm {
  margin: 5px;
  padding: 4px;
  font-family: Font Awesome, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.link-sm.footer-l-sm.twitter {
  background-image: url('../images/x-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  min-width: 29px;
  height: 30px;
  min-height: 29px;
  margin-right: 9px;
  padding-left: 4px;
  padding-right: 4px;
}

.footer2 {
  justify-content: space-between;
  width: 100%;
  max-width: 73vw;
  min-height: 19.79vw;
  display: flex;
}

.text-span {
  letter-spacing: 2.92px;
  text-transform: uppercase;
  width: 100%;
  font-size: .94vw;
  font-weight: 600;
}

.text-span.f-ts {
  font-family: Bellefair, sans-serif;
  font-weight: 400;
}

.link-phone-footer {
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-family: Bellefair, sans-serif;
  font-size: 3vw;
  line-height: 120%;
}

.div-block-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.div-block-18 {
  width: 25%;
}

.div-block-18.location {
  margin-left: 20px;
}

.paragraph {
  margin-bottom: 0;
}

.link-menu-footer {
  color: var(--black);
  font-family: Hind, sans-serif;
  font-size: 1.041vw;
  line-height: 150%;
  transition: all .3s;
}

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

.div-block-19 {
  justify-content: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.p-footer {
  margin-top: 10px;
  line-height: 250%;
}

.p-footer.padding {
  width: 75%;
}

.link-email {
  justify-content: center;
  align-items: center;
  width: 51%;
  display: flex;
}

.link-email.le-edit {
  justify-content: flex-start;
  margin-top: 7px;
}

.link-2 {
  color: var(--burlywood);
  font-size: 1.04vw;
  transition: all .3s;
}

.link-2:hover {
  color: var(--crimson);
}

.footer3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-phone {
  font-size: 1.4vw;
  display: block;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
}

.image-17 {
  width: 300px;
  height: 116.5px;
}

.image-18 {
  width: 105px;
  height: 105px;
}

.image-19 {
  width: 100.988px;
  height: 100.988px;
}

.image-20 {
  width: 98.675px;
  height: 98.6625px;
}

.image-21 {
  width: 119.1px;
  height: 109.15px;
}

.image-22 {
  width: 112.763px;
  height: 114.488px;
}

.image-23 {
  width: 113.488px;
  height: 113.475px;
}

.template-1 {
  border-top: 5px solid var(--burlywood);
  border-bottom: 5px solid var(--crimson);
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 35vw;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-tmp {
  border: 1px none var(--burlywood);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  min-height: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.div-tmp.tmp {
  max-width: 90vw;
}

.square-red {
  background-color: var(--crimson);
  width: 10%;
  min-height: 25%;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0;
}

.square-yellow {
  background-color: var(--burlywood);
  width: 10%;
  min-height: 25%;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-header-template {
  border: 1px solid var(--burlywood);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 12vw;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.template-img {
  border: 1px none var(--crimson);
  background-image: url('../images/depositphotos_336689326_xl-2015.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 25vw;
}

.template-img.tmp-img2 {
  background-image: url('../images/premise-liability.webp');
}

.template-img.tmp-img3 {
  background-image: url('../images/medicalmalpractice.webp');
}

.template-img.tmp-img4 {
  background-image: url('../images/ubelyftaccidents.webp');
}

.template-img.tmp-img5 {
  background-image: url('../images/motorcycle-accidents.webp');
}

.template-img.tmp-img6 {
  background-image: url('../images/denied-health-insurance.webp');
}

.template-img.tmp-img7 {
  background-image: url('../images/underpaid-health-insurance.webp');
}

.template-img.tmp-img8 {
  background-image: url('../images/construction-negligence.webp');
}

.template-img.tmp-img9 {
  background-image: url('../images/breach-contract.webp');
}

.template-img.tmp-img10 {
  background-image: url('../images/public-adjuster-1.webp');
}

.template-img.tmp-img11 {
  background-image: url('../images/mold-remediation-1.webp');
}

.template-img.tmp-img11.roofing {
  background-image: url('../images/roofing.webp');
}

.template-img.tmp-img12 {
  background-image: url('../images/emergency-mitigation-services.webp');
}

.template-img.tmp-img-16 {
  background-image: url('../images/results.webp');
}

.template-img.tmp-img-17 {
  background-image: url('../images/resources.webp');
}

.template-img.tmp-img-18 {
  background-image: url('../images/contact.webp');
}

.template-img.tmp-img-19 {
  background-image: url('../images/blogs-post.webp');
}

.template-img.post-img {
  background-image: none;
}

.template-img.tmp-img-20 {
  background-image: url('../images/roof-damage.webp');
}

.template-img.thx {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-img.tmp-img21 {
  background-image: url('../images/depositphotos_6706323_l-2015-1-1.webp');
}

.template-img.bg21 {
  background-image: url('../images/depositphotos_121196126_l-2015.webp');
}

.template-img.bg22 {
  background-image: url('../images/depositphotos_79011044_l-2015.webp');
}

.template-img.bg23 {
  background-image: url('../images/depositphotos_58161205_l-2015.webp');
}

.template-img.bg24 {
  background-image: url('../images/depositphotos_435012506_l-2015.webp');
}

.template-img.bg25 {
  background-image: url('../images/depositphotos_163258930_xl-2015.webp');
}

.template-img.bg26 {
  background-image: url('../images/depositphotos_33888167_l-2015.webp');
}

.template-img.bg27 {
  background-image: url('../images/depositphotos_226709290_l-2015.webp');
}

.template-img.bg29 {
  background-image: url('../images/depositphotos_72512761_l-2015.webp');
}

.template-img.bg30 {
  background-image: url('../images/depositphotos_131881574_l-2015.webp');
}

.template-img.bg2 {
  background-image: url('../images/depositphotos_36839587_xl-2015.webp');
}

.template-img.bg3 {
  background-image: url('../images/slip-and-fall-1.webp');
}

.template-img.bg4 {
  background-image: url('../images/depositphotos_86612116_l-2015.webp');
}

.template-img.bg5 {
  background-image: url('../images/depositphotos_318150486_l-2015.webp');
}

.template-img.bg6 {
  background-image: url('../images/dog-bite1-1.webp');
}

.template-img.bg7 {
  background-image: url('../images/boat-accident-1.webp');
}

.template-img.tmp-img-26 {
  background-image: url('../images/ada-murray.webp');
}

.div-content {
  border-bottom: 5px solid var(--burlywood);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-content.thx {
  justify-content: flex-start;
  min-height: 0;
}

.div-content-template {
  border: 1px solid var(--crimson);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 95%;
  min-height: 50vw;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div-content-template.contact {
  background-image: linear-gradient(to bottom, var(--crimson), var(--crimson-2));
  max-width: 30%;
  min-height: 40vw;
  margin-bottom: 0;
  padding: 0;
}

.div-content-template.thx {
  min-height: 0;
}

.div-box {
  border: 1px solid var(--burlywood);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 68%;
  min-height: auto;
  padding: 20px 30px;
  display: flex;
}

.div-box.thx {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-box.db-blog-info {
  border-top-style: none;
  border-bottom-width: 1px;
  border-left-style: none;
  border-right-style: none;
  max-width: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.h2-internal {
  margin-top: 10px;
  font-size: 3.5vw;
}

.h2-internal.h2-summary {
  font-size: 3vw;
}

.h4-internal {
  color: var(--burlywood);
  letter-spacing: .6vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 150%;
}

.list {
  padding-left: 20px;
  font-size: 1.04vw;
  line-height: 150%;
}

.list-item {
  background-image: url('../images/mace.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 1.04vw;
  line-height: 150%;
}

.mapbox-embed {
  height: 400px;
  position: relative;
}

.dropdown-toggle {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 30px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--crimson);
}

.dropdown-toggle.w--open {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle.dropdown-internal {
  width: 100%;
  margin-right: 0;
  padding-left: 0;
}

.dropdown-toggle.dropdown-internal:hover {
  color: var(--burlywood);
}

.dropdown-toggle.dropdown-internal.w--open {
  margin-left: 0;
}

.dropdown-list.w--open {
  border: 1px solid var(--burlywood);
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  top: 55px;
}

.dropdown-link {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .83vw;
  transition: all .3s;
}

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

.dropdown-link.w--current {
  color: var(--crimson);
}

.dropdown-link.hide {
  display: none;
}

.loader-wrapper {
  z-index: 2147483647;
  background-color: var(--burlywood);
  color: var(--burlywood);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-wrapper.hide {
  display: none;
}

.lottie-animation-3 {
  width: 100%;
  max-width: 35%;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--crimson);
}

.columns {
  width: 100%;
  display: flex;
}

.column {
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
  display: block;
}

.text-block {
  font-weight: 600;
  line-height: 150%;
}

.dropdown-list-internal {
  display: none;
}

.dropdown-list-internal.w--open {
  border: 1px solid var(--burlywood);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}

.header-text {
  border: 1px solid var(--burlywood);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 18vw;
  max-height: 18vw;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-text.text-big {
  min-height: 22vw;
}

.faq-question-bar {
  background-color: #f1f6fb;
  background-image: linear-gradient(to right, var(--burlywood) 4%, #ddc58738 4%);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 10px 40px;
  font-size: 2vw;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 33px 43px #00000029;
}

.faq-question-wrap {
  margin-bottom: 0;
}

.question-title {
  color: #393939;
  font-family: Bellefair, sans-serif;
  font-size: 2vw;
  line-height: 120%;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-content {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 35px 20px 0;
  font-size: 1vw;
  line-height: 120%;
  overflow: hidden;
}

.contact-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-phone-address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.link-phone-contact {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Bellefair, sans-serif;
  font-size: 1.875vw;
  line-height: 120%;
}

.image-24 {
  order: -1;
  margin-left: 0;
  margin-right: 0;
}

.link-block-2 {
  flex-direction: row;
  align-items: stretch;
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link-block-3 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.img-phone {
  margin-bottom: 10px;
  margin-right: 0;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.sumary-post {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 15px 15px 20px;
  display: block;
}

.collection-item {
  box-shadow: 1px 1px 3px 0 var(--black-2);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.btn-next {
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  letter-spacing: 2.92px;
  text-transform: uppercase;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17.86vw;
  min-height: 3.02vw;
  font-family: Hind, sans-serif;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.btn-next:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
}

.link-4 {
  font-family: Hind, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
}

.lottie-animation-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  display: block;
}

.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;
}

.div-traslate {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accessibility {
  background-color: var(--crimson);
  background-image: url('../images/wheelchair-accessible-sign-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  max-width: 3.38vw;
  min-height: 3.38vw;
}

.link-ada {
  z-index: 9999;
  justify-content: flex-start;
  width: 100%;
  max-width: 3.88vw;
  display: flex;
  position: fixed;
  top: 40%;
  left: 0;
  right: 100%;
}

.link-ada.hide {
  display: none;
}

.contact-container-1 {
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.services-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 66.66vw;
  min-height: 50.78vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 50px;
}

.homepage-wrapper {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 12px;
  display: flex;
}

.sarah-about-image {
  float: left;
  max-width: 400px;
  margin-top: 7px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.phone-number {
  text-align: center;
}

.phone-number.pn-footer {
  font-family: Hind, sans-serif;
  font-size: 15px;
}

.phone-number.pn-mobile {
  font-family: Bellefair, sans-serif;
  font-size: 1.875vw;
}

.div-block-23 {
  margin-bottom: 30px;
}

.pn-link {
  font-size: 1.4vw;
}

.call-now-button, .call-now-container {
  display: none;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 30px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-cont {
  justify-content: space-between;
  align-items: center;
  width: 18%;
  display: flex;
}

.social-cont.footer-sc {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
}

.social-wrapper-footer {
  width: 15vw;
  margin-left: 42px;
}

.image-25 {
  opacity: .47;
  width: 122.875px;
  height: 90%;
}

.image-26 {
  object-fit: cover;
  width: 368.638px;
  height: 368.638px;
}

.text-block-4 {
  color: #1a1b1c;
  letter-spacing: .99vw;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Hind, sans-serif;
  font-size: 1.56vw;
  font-weight: 700;
  line-height: 120%;
}

.human-test {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.part-6 {
  object-fit: contain;
  background-image: url('../images/fapia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}

.grid-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-logo-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 600px;
  height: 190px;
}

.section-logo {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.bold-text, .div-block-25 {
  text-align: center;
}

.div-block-26 {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .image-14 {
    height: 106.613px;
  }

  .image-17 {
    width: 412px;
    height: 160px;
  }

  .question-title {
    font-size: 1.9vw;
  }

  .image-26 {
    width: 460.8px;
    height: 460.8px;
  }

  .grid-logo-img {
    height: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .image-14 {
    height: 119.95px;
  }

  .nav-menu {
    align-items: stretch;
  }

  .nav-link {
    margin-top: -3px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.nav-dropdown {
    padding-left: 10px;
  }

  .front-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-list.w--open {
    top: 60px;
  }

  .text-block {
    font-weight: 600;
  }

  .dropdown-list-internal.w--open {
    top: 0%;
    left: 100%;
  }

  .faq-question-bar {
    background-color: #f1f6fb;
    border-radius: 5px;
  }

  .faq-question-wrap {
    margin-bottom: 35px;
  }

  .question-title {
    font-size: 1.89vw;
  }

  .image-26 {
    width: 518.4px;
    height: 518.4px;
  }

  .grid-logo-img {
    height: 240px;
  }
}

@media screen and (min-width: 1920px) {
  .image-14 {
    height: 159.925px;
  }

  .div-info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .h5-es {
    margin-bottom: 20px;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .nav-menu {
    align-items: stretch;
  }

  .nav-link {
    align-items: center;
  }

  .nav-link.w--current {
    justify-content: center;
  }

  .nav-link.nav-dropdown {
    padding-left: 10px;
  }

  .btn-es.h5-es {
    margin-bottom: 0;
  }

  .btn-red {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-hp {
    justify-content: space-between;
  }

  .div-about {
    justify-content: space-around;
  }

  .div-cont {
    text-align: left;
  }

  .service2 {
    min-height: 76vw;
    margin-bottom: 60px;
  }

  .p-white-2 {
    color: #f3eeea;
    line-height: 280%;
  }

  .back-2 {
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
  }

  .front-2 {
    justify-content: space-around;
    padding: 80px 30px;
    display: flex;
  }

  .meet-container {
    min-height: 35vw;
  }

  .div-block-14 {
    justify-content: space-around;
  }

  .btn-gold {
    line-height: 150%;
  }

  .div-testimonials {
    background-position: 50% 3%, 50%;
  }

  .slide-nav {
    bottom: 13px;
  }

  .div-testimonial-content {
    background-position: 50% 7%, 50%;
  }

  .link-block {
    width: 100%;
  }

  .footer2 {
    min-height: 18vw;
  }

  .link-phone-footer {
    letter-spacing: 0;
  }

  .div-block-16 {
    max-width: 32%;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-19 {
    max-width: 57%;
  }

  .p-footer.padding {
    width: 75%;
  }

  .link-2 {
    color: var(--burlywood);
    font-size: 1.041vw;
  }

  .footer3 {
    justify-content: flex-start;
    max-width: 73vw;
  }

  .h4-internal {
    letter-spacing: .5vw;
  }

  .list {
    margin-bottom: 20px;
  }

  .dropdown-list {
    top: 285943000000000px;
  }

  .dropdown-list.w--open {
    border: 1px solid var(--burlywood);
    background-color: var(--white);
    top: 80px;
  }

  .dropdown-list-internal {
    top: 285943000000000px;
  }

  .dropdown-list-internal.w--open {
    border: 1px solid var(--burlywood);
    background-color: var(--white);
  }

  .faq-question-bar {
    background-image: linear-gradient(to right, var(--burlywood) 3%, #ddc58738 3%);
  }

  .btn-next {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .accessibility {
    background-size: 32px;
    max-width: 3.5vw;
    min-height: 3.5vw;
  }

  .link-ada {
    max-width: 3.5vw;
  }

  .social-cont.footer-sc {
    width: 40%;
  }

  .image-26 {
    width: 691.2px;
    height: 691.2px;
  }

  .grid-logo-img {
    height: 320px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.9vw;
  }

  h2 {
    font-size: 3.34vw;
  }

  h3 {
    font-size: 2.875vw;
  }

  h4 {
    font-size: 2.56vw;
  }

  h5 {
    font-size: 2.25vw;
  }

  h6 {
    font-size: 1.83vw;
  }

  p {
    font-size: 2.04vw;
  }

  .browser-detect {
    display: none;
  }

  .h1-capital.h1-internal {
    font-size: 6vw;
  }

  .h2-capital {
    text-align: center;
  }

  .h1-big {
    font-size: 9.8vw;
  }

  .h2-red {
    font-size: 3.19vw;
  }

  .h5-red {
    text-align: center;
    font-size: 1.94vw;
  }

  .div-container {
    max-width: 95vw;
  }

  .div-top {
    max-width: none;
  }

  .div-menu {
    max-width: 65%;
  }

  .div-logo {
    justify-content: center;
    align-items: center;
    max-width: 35%;
    display: flex;
  }

  .image-14 {
    max-width: none;
  }

  .div-info {
    flex-wrap: wrap;
    justify-content: flex-end;
    min-height: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .menu {
    justify-content: flex-end;
    min-height: 40%;
    position: static;
  }

  .h5-es {
    font-size: 1.94vw;
  }

  .h6 {
    margin-right: -36px;
    padding-right: 0;
    font-size: 1.94vw;
  }

  .h6.h6-header-text {
    margin-bottom: 0;
    margin-right: -4px;
  }

  .link-phone {
    font-size: 2.875vw;
  }

  .navbar {
    background-color: #0000;
    background-image: none;
    justify-content: flex-end;
    position: relative;
  }

  .nav-menu {
    background-color: var(--burlywood);
    background-image: linear-gradient(90deg, var(--crimson) 10%, var(--burlywood) 10%);
    width: 100%;
    max-height: 75vw;
    padding-top: 18px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .nav-link {
    font-size: 1.94vw;
  }

  .nav-link.w--current {
    color: var(--crimson);
  }

  .nav-link.nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
  }

  .nav-link.nav-property-damage, .nav-link.nav-property-health-insurance {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .btn-es.h5-es {
    padding-left: 0;
  }

  .main-text {
    text-align: center;
    max-width: 40vw;
    min-height: 40vw;
  }

  .btn-red {
    max-width: 32vw;
    min-height: 6vw;
    padding: 15px 20px;
    font-size: 1.94vw;
  }

  .contact-form-hp {
    max-width: 50vw;
    padding: 15px;
  }

  .cf-hp {
    max-width: 45vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-hp.cf-red {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-home {
    max-width: 90%;
  }

  .text {
    font-size: 1.94vw;
  }

  .text.text-are {
    min-height: 15vw;
  }

  .form {
    width: 100%;
  }

  .div-about {
    justify-content: space-between;
    min-height: 120vw;
  }

  .div-cont {
    max-width: 85vw;
  }

  .div-cont2 {
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 85vw;
    min-height: 60vw;
  }

  .div-box-left {
    width: 100%;
  }

  .div-box-right {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .service2 {
    justify-content: flex-start;
    align-items: center;
    min-height: 290vw;
    padding-top: 60px;
  }

  .div-block-8 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .div-block-9 {
    text-align: center;
    max-width: 90vw;
    min-height: 250vw;
  }

  .div-block-10 {
    max-width: 85vw;
  }

  .serv {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .p-white {
    line-height: 150%;
  }

  .btn-white {
    max-width: 90%;
    font-size: 1.94vw;
  }

  .project-card-2 {
    justify-content: center;
    width: 100%;
    min-height: 40vw;
    margin-bottom: 20px;
    transition: none;
    display: flex;
  }

  .project-card-2:hover {
    transform: none;
  }

  .back-2 {
    backface-visibility: visible;
    justify-content: space-around;
    width: 50%;
    min-height: 40vw;
    position: absolute;
    inset: 0% auto;
    transform: rotate(0);
  }

  .back-2:hover {
    transform: none;
  }

  .front-2 {
    filter: none;
    justify-content: space-around;
    width: 50%;
    min-height: 40vw;
    position: static;
  }

  .section-meet-team {
    text-align: center;
    background-position: 0 0, 75%;
    min-height: 80vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .meet-container {
    min-height: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    border: 1px solid var(--burlywood);
    max-width: 95vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-gold {
    max-width: 40vw;
    font-size: 1.94vw;
    line-height: 150%;
  }

  .section-partners {
    text-align: left;
    min-height: 20vw;
  }

  .partners-box {
    max-width: 90vw;
    min-height: 10vw;
  }

  .section-testimonials {
    justify-content: flex-end;
    min-height: 85vw;
    margin-bottom: 30px;
  }

  .div-testimonials {
    max-width: none;
    min-height: 70vw;
    padding-top: 40px;
  }

  .slider {
    max-width: 90vw;
    min-height: 60vw;
    display: flex;
  }

  .slide-nav {
    bottom: 3px;
  }

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

  .div-testimonial-content {
    background-image: url('../images/star.svg');
    background-position: 50% 2%;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 50vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-testimonial-content.s4 {
    min-height: 70vw;
    padding-left: 0;
    padding-right: 0;
  }

  .p-testimonials {
    margin-bottom: 0;
    padding-top: 60px;
    font-size: 2.56vw;
  }

  .p-testimonials.s-3 {
    padding-top: 60px;
  }

  .footer {
    justify-content: space-between;
    min-height: 90vw;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .footer1 {
    max-width: 90vw;
  }

  .link-logo {
    margin-right: 0;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .div-social-media {
    max-width: 5vw;
  }

  .link-sm.footer-l-sm.twitter {
    margin-right: 8px;
  }

  .footer2 {
    max-width: 90%;
  }

  .text-span {
    font-size: 1.94vw;
  }

  .link-phone-footer {
    margin-bottom: 20px;
    font-size: 4.28vw;
  }

  .div-block-16 {
    max-width: 40%;
  }

  .div-block-17 {
    width: 25%;
  }

  .link-menu-footer {
    font-size: 2.041vw;
  }

  .div-block-19 {
    justify-content: space-around;
    max-width: 80%;
    margin-bottom: 14px;
  }

  .p-footer {
    margin-bottom: 0;
  }

  .p-footer.padding {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    line-height: 200%;
    display: flex;
  }

  .link-2 {
    font-size: 2.04vw;
  }

  .footer3 {
    flex-wrap: wrap;
    place-content: space-between center;
    max-width: 90%;
    margin-bottom: 0;
  }

  .link-3 {
    font-size: 1.94vw;
  }

  .div-block-20 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .image-17 {
    height: 78.1375px;
    margin-bottom: 8px;
  }

  .menu-button {
    z-index: 9999;
    direction: ltr;
    background-color: #0000;
    margin-top: 10px;
  }

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

  .icon {
    color: var(--crimson);
    text-align: center;
    letter-spacing: 2px;
    font-size: 4vw;
    font-weight: 700;
  }

  .template-1 {
    min-height: 65vw;
  }

  .div-tmp {
    flex-wrap: wrap;
    max-width: 90vw;
    min-height: 35vw;
  }

  .square-red {
    width: 20%;
    left: 0%;
  }

  .square-yellow {
    width: 20%;
    right: 0%;
  }

  .div-header-template {
    order: 1;
    width: 100%;
    min-height: 15vw;
    max-height: 0;
  }

  .template-img {
    width: 100%;
    min-height: 35vw;
    margin-bottom: 20px;
  }

  .div-content {
    justify-content: flex-start;
  }

  .div-content-template {
    flex-wrap: wrap;
    place-content: flex-start center;
    align-items: center;
    padding: 19px;
  }

  .div-content-template.contact {
    max-width: none;
    min-height: 35vw;
  }

  .div-box {
    max-width: none;
    margin-bottom: 20px;
  }

  .h2-internal {
    font-size: 5vw;
  }

  .h2-internal.h2-summary {
    font-size: 4vw;
  }

  .h4-internal {
    font-size: 2.25vw;
  }

  .list {
    padding-left: 0;
    font-size: 2.04vw;
  }

  .list-item {
    font-size: 2.04vw;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 40px;
  }

  .dropdown-toggle.dropdown-internal {
    justify-content: center;
    align-items: center;
    margin-right: auto;
    padding-left: 40px;
    display: flex;
  }

  .dropdown-toggle.dropdown-internal.w--open {
    margin-left: auto;
  }

  .dropdown-list.w--open {
    background-color: var(--seashell);
    background-image: linear-gradient(90deg, var(--crimson) 10%, var(--seashell) 10%);
    border-style: none;
    flex-direction: column;
    width: 100%;
    max-width: none;
    display: flex;
    position: static;
    top: 60px;
  }

  .dropdown-link {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.94vw;
    display: flex;
  }

  .lottie-animation-3 {
    max-width: 45%;
  }

  .columns {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    flex-direction: column;
    display: flex;
  }

  .dropdown-list-internal.w--open {
    background-color: var(--seashell);
    background-image: linear-gradient(90deg, var(--burlywood) 10%, #0000001a 10%);
    border-style: none;
    flex-direction: column;
    width: 100%;
    max-width: none;
    display: flex;
    position: static;
    top: 60px;
    left: auto;
  }

  .text-block-2, .text-block-3 {
    line-height: 150%;
  }

  .header-text {
    order: 1;
    width: 100%;
    min-height: 18vw;
    max-height: 0;
  }

  .question-title {
    font-size: 3vw;
  }

  .faq-wrap {
    max-width: 85vw;
  }

  .link-phone-contact {
    font-size: 2.875vw;
  }

  .btn-next {
    max-width: 32vw;
    min-height: 6vw;
    padding: 15px 20px;
    font-size: 1.94vw;
  }

  .link-4 {
    font-size: 2.25vw;
    font-weight: 400;
  }

  .accessibility {
    max-width: 5.38vw;
    min-height: 5.38vw;
  }

  .link-ada {
    max-width: 5vw;
  }

  .services-list {
    max-width: 85vw;
  }

  .footer-links {
    margin-left: 33px;
  }

  .phone-number.pn-footer {
    text-align: left;
  }

  .phone-number.pn-footer.pn-f-centered {
    justify-content: center;
    display: flex;
  }

  .pn-link {
    font-size: 2vw;
  }

  .div-block-24 {
    width: 29vw;
    margin-right: -2px;
  }

  .social-cont {
    max-width: 5vw;
  }

  .social-cont.footer-sc {
    max-width: none;
  }

  .social-cont.footer-sc.head {
    flex-flow: row;
    position: absolute;
    inset: 0% 0% auto 10%;
  }

  .social-wrapper-footer {
    width: 25vw;
  }

  .image-26 {
    width: 522.238px;
    height: 522.238px;
  }

  .grid-logo {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5.9vw;
  }

  h2 {
    font-size: 4.34vw;
  }

  h3 {
    font-size: 3.875vw;
  }

  h4 {
    font-size: 3.56vw;
  }

  h5 {
    font-size: 3.25vw;
  }

  h6 {
    font-size: 2.83vw;
  }

  p {
    font-size: 3.04vw;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1-capital {
    text-align: center;
  }

  .h1-capital.h1-internal {
    font-size: 7vw;
  }

  .h1-big {
    font-size: 10.8vw;
  }

  .h2-red {
    font-size: 4.19vw;
  }

  .h4-gold {
    text-align: center;
  }

  .h5-red {
    font-size: 2.94vw;
  }

  .div-container {
    flex-wrap: wrap;
    min-height: 65vw;
  }

  .div-top {
    flex-wrap: wrap;
  }

  .div-menu {
    max-width: none;
  }

  .div-logo {
    max-width: 100%;
  }

  .image-14 {
    max-width: 55%;
    height: auto;
  }

  .div-info {
    justify-content: center;
    padding-left: 20px;
  }

  .section-main {
    min-height: 180vw;
  }

  .h5-es {
    font-size: 2.94vw;
  }

  .h6 {
    margin-right: 0;
    font-size: 2.94vw;
  }

  .link-phone {
    font-size: 3.875vw;
  }

  .navbar {
    background-image: none;
    justify-content: flex-start;
  }

  .nav-menu {
    background-image: linear-gradient(to right, var(--crimson) 12%, var(--burlywood) 12%);
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    font-size: 2.94vw;
  }

  .nav-link.w--current {
    border-top-style: none;
  }

  .nav-link.nav-property-damage, .nav-link.nav-property-health-insurance {
    width: 100%;
  }

  .main-text {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-red {
    max-width: 60vw;
    min-height: 8vw;
    font-size: 2.94vw;
  }

  .contact-form-hp {
    max-width: none;
  }

  .cf-hp {
    max-width: 90%;
    min-height: 45vw;
  }

  .cf-hp.cf-red, .form-home {
    max-width: none;
  }

  .text {
    min-height: 5vw;
    font-size: 2.94vw;
  }

  .text.text-are {
    min-height: 20vw;
  }

  .div-border-red {
    padding-left: 30px;
  }

  .service2 {
    min-height: 420vw;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-8 {
    margin-bottom: 20px;
  }

  .div-block-9 {
    max-width: 95%;
    min-height: 380vw;
  }

  .div-block-10 {
    flex-wrap: wrap;
    max-width: 95%;
    top: 20px;
  }

  .serv {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    max-width: 35vw;
    min-height: .5vw;
  }

  .btn-white {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.94vw;
  }

  .p-white-2 {
    line-height: 200%;
  }

  .project-card-2 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 60vw;
    margin-bottom: 20px;
  }

  .back-2 {
    min-height: 50vw;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .front-2 {
    justify-content: space-around;
    min-height: 50vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-meet-team {
    min-height: 120vw;
  }

  .meet-container {
    max-width: 90%;
    min-height: 120vw;
  }

  .btn-gold {
    max-width: 60vw;
    font-size: 2.94vw;
  }

  .section-partners {
    min-height: 25vw;
  }

  .section-testimonials {
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    min-height: 150vw;
  }

  .div-testimonials {
    flex-direction: row;
    max-width: 95%;
    min-height: 130vw;
    padding-top: 0;
  }

  .slider {
    max-width: 90%;
    min-height: 120vw;
  }

  .slide-nav {
    bottom: -32px;
  }

  .slide {
    padding-top: 0;
  }

  .div-testimonial-content {
    background-image: url('../images/star.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 35%;
    flex-direction: row;
    min-height: 80vw;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-testimonial-content.s4 {
    margin-top: 20px;
  }

  .p-testimonials {
    font-size: 3.56vw;
  }

  .p-testimonials.s-4 {
    flex-direction: column;
    padding-top: 40px;
    display: flex;
  }

  .footer {
    min-height: 150vw;
  }

  .footer1 {
    flex-wrap: wrap;
    place-content: center;
    margin-bottom: 10px;
  }

  .link-logo {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .link-block {
    justify-content: flex-start;
  }

  .p-link {
    text-align: center;
    width: 80%;
  }

  .div-social-media {
    max-width: 8vw;
  }

  .footer2 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .text-span {
    font-size: 2.94vw;
  }

  .link-phone-footer {
    font-size: 5.28vw;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    display: block;
  }

  .div-block-17 {
    width: 45%;
    margin-bottom: 20px;
  }

  .div-block-18 {
    width: 45%;
  }

  .paragraph {
    margin-top: 10px;
  }

  .link-menu-footer {
    font-size: 3.041vw;
  }

  .div-block-19 {
    justify-content: space-between;
    max-width: none;
  }

  .p-footer.padding {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    line-height: 200%;
    display: block;
  }

  .link-2 {
    text-align: left;
    font-size: 3.04vw;
  }

  .footer3 {
    flex-flow: column;
    align-content: center;
  }

  .link-3 {
    font-size: 2.94vw;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 58px;
  }

  .image-17 {
    height: 116.5px;
    margin-bottom: 20px;
  }

  .icon {
    color: var(--burlywood);
    font-size: 5vw;
  }

  .image-18, .image-19, .image-20, .image-21, .image-22, .image-23 {
    width: 100%;
    max-width: 40%;
  }

  .template-1 {
    min-height: 90vw;
  }

  .div-tmp {
    max-width: 90vw;
    min-height: 45vw;
  }

  .square-red {
    width: 25%;
    min-height: 30%;
    left: 0;
  }

  .square-yellow {
    width: 25%;
    min-height: 30%;
    right: 0%;
  }

  .div-header-template {
    min-height: 25vw;
  }

  .template-img {
    min-height: 45vw;
  }

  .div-content {
    min-height: 225vw;
  }

  .div-content-template {
    justify-content: center;
    align-items: center;
    max-width: 95vw;
    padding: 20px 10px;
  }

  .div-box {
    flex-direction: column;
    max-width: 85vw;
    display: flex;
  }

  .div-box.yello-hide {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-internal {
    font-size: 6vw;
  }

  .h2-internal.h2-summary {
    font-size: 5vw;
  }

  .h4-internal {
    font-size: 3.25vw;
  }

  .list, .list-item {
    font-size: 3.04vw;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list.w--open {
    background-image: linear-gradient(to right, var(--crimson) 12%, var(--seashell) 12%);
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .dropdown-link {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.94vw;
  }

  .lottie-animation-3 {
    max-width: 50%;
  }

  .dropdown-list-internal.w--open {
    background-image: linear-gradient(to right, var(--burlywood) 12%, #00000017 12%);
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .header-text {
    min-height: 25vw;
  }

  .header-text.text-big {
    min-height: 30vw;
  }

  .question-title {
    font-size: 4vw;
  }

  .faq-wrap {
    max-width: 95vw;
  }

  .contact-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-phone-address {
    width: 80%;
  }

  .link-phone-contact {
    font-size: 3.875vw;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-block-3 {
    justify-content: center;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .btn-next {
    max-width: 60vw;
    min-height: 8vw;
    font-size: 2.94vw;
  }

  .link-4 {
    font-size: 3.25vw;
  }

  .accessibility {
    max-width: 7vw;
    min-height: 7vw;
  }

  .link-ada {
    max-width: 7vw;
  }

  .services-list {
    flex-wrap: wrap;
    max-width: 95%;
    top: 20px;
  }

  .footer-links {
    margin-left: 0;
  }

  .sarah-about-image {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .phone-number.pn-footer {
    text-align: left;
  }

  .phone-number.pn-footer.pn-f-centered {
    justify-content: center;
    display: flex;
  }

  .pn-link {
    font-size: 3vw;
  }

  .div-block-24 {
    width: 31vw;
    margin-right: 0;
  }

  .social-cont {
    max-width: 8vw;
  }

  .social-cont.footer-sc {
    justify-content: center;
    width: 100%;
  }

  .social-cont.footer-sc.head {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: static;
    inset: 0% 0% auto auto;
  }

  .social-wrapper-footer {
    width: 32vw;
  }

  .image-26 {
    width: 386.238px;
    height: 386.238px;
  }

  .grid-logo {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 5.34vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    text-align: center;
    font-size: 4.56vw;
  }

  h5 {
    font-size: 4.25vw;
  }

  h6 {
    font-size: 4vw;
  }

  p {
    font-size: 4.04vw;
  }

  .browser-detect {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-capital {
    font-size: 8vw;
  }

  .h1-capital.h1-internal {
    font-size: 10vw;
  }

  .h2-capital {
    font-size: 6vw;
  }

  .h1-big {
    font-size: 11.8vw;
  }

  .h2-red {
    font-size: 5.19vw;
  }

  .h5-red {
    font-size: 4vw;
  }

  .div-container {
    justify-content: center;
    max-width: none;
    min-height: 70vw;
  }

  .div-top {
    min-height: 25vw;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-logo {
    min-height: 5vw;
  }

  .image-14 {
    max-width: 75%;
  }

  .div-info {
    min-height: 70%;
    padding-bottom: 2px;
  }

  .menu {
    min-height: 30%;
    position: static;
    top: 200px;
  }

  .section-main {
    min-height: 200vw;
  }

  .h5-es {
    padding-left: 0;
    font-size: 3.94vw;
  }

  .h5-es.footer {
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .h6 {
    font-size: 3.94vw;
  }

  .link-phone {
    font-size: 4.9vw;
  }

  .navbar {
    background-image: none;
    align-items: stretch;
    position: relative;
    bottom: 10px;
  }

  .nav-menu {
    background-image: linear-gradient(to right, var(--crimson) 20%, var(--burlywood) 20%);
    max-height: none;
    padding-left: 0;
    position: absolute;
  }

  .nav-link {
    text-align: center;
    padding-left: 60px;
    font-size: 3.94vw;
  }

  .main-text {
    text-align: center;
    min-height: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .btn-red {
    max-width: 75vw;
    min-height: 10vw;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 3.94vw;
  }

  .h5 {
    font-size: 4.5vw;
  }

  .contact-form-hp {
    max-width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-hp {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-hp.cf-red {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text {
    padding-left: 20px;
    font-size: 3.94vw;
  }

  .text.text-are {
    min-height: 30vw;
  }

  .div-about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-cont {
    justify-content: space-between;
  }

  .div-box-right {
    width: 100%;
  }

  .div-border-red {
    margin-top: 0;
    padding-left: 20px;
  }

  .service2 {
    flex-flow: wrap;
    justify-content: center;
    min-height: 600vw;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-8 {
    margin-bottom: 20px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    height: auto;
    min-height: 350vw;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .div-block-10 {
    flex-wrap: nowrap;
    position: static;
    top: 20px;
  }

  .serv {
    flex-wrap: wrap;
  }

  .div-block-11 {
    min-height: .8vw;
  }

  .btn-white {
    min-height: 10vw;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 3.94vw;
  }

  .project-card-2 {
    flex-flow: wrap;
    min-height: 300px;
  }

  .back-2 {
    width: 100%;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .back-2:hover {
    transform: none;
  }

  .front-2 {
    order: -1;
    width: 100%;
    min-height: 250px;
  }

  .section-meet-team {
    background-image: linear-gradient(92deg, var(--black), #0000 89%), url('../images/businsess-interruption.webp');
    flex-wrap: nowrap;
    min-height: 180vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .meet-container {
    max-width: none;
    min-height: 140vw;
  }

  .div-block-14 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .btn-gold {
    max-width: none;
    padding: 15px 50px;
    font-size: 3.94vw;
  }

  .section-partners {
    flex-flow: row;
    min-height: 60vw;
  }

  .partners-box {
    flex-flow: wrap;
    place-content: space-between center;
    align-items: stretch;
    min-height: 45vw;
    position: static;
  }

  .part-1 {
    flex-direction: row;
    width: 50%;
    min-height: 50px;
    margin-bottom: 5px;
    display: flex;
  }

  .part-2 {
    width: 50%;
    min-height: 50px;
  }

  .part-3 {
    width: 50%;
  }

  .part-4, .part-5 {
    width: 50%;
    min-height: 50px;
  }

  .section-testimonials {
    min-height: 200vw;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-testimonials {
    flex-flow: column;
    justify-content: center;
    min-height: 180vw;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .slider {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 150vw;
  }

  .div-testimonial-content {
    background-position: 50% 5%;
    background-size: 50%;
    flex-direction: row;
    height: auto;
    min-height: 150vw;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-testimonial-content.s4 {
    background-position: 50% 0;
    align-items: center;
    min-height: 90vw;
    margin-top: 0;
    padding-top: 40px;
  }

  .p-testimonials {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 4.56vw;
    display: flex;
  }

  .p-testimonials.s-3 {
    padding-top: 60px;
  }

  .p-testimonials.s-4 {
    padding-top: 0;
  }

  .footer {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .p-link {
    text-align: left;
    width: 100%;
  }

  .div-social-media {
    max-width: 50vw;
  }

  .footer2 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .text-span {
    letter-spacing: 1px;
    font-size: 3.94vw;
  }

  .link-phone-footer {
    margin-bottom: 10px;
    font-size: 7vw;
    display: block;
  }

  .div-block-16 {
    padding-bottom: 0;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-menu-footer {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 4.041vw;
    display: block;
  }

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

  .div-block-19.db-f-content-links {
    align-items: center;
  }

  .p-footer {
    text-align: center;
  }

  .link-email {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-2 {
    font-size: 4.04vw;
  }

  .link-3 {
    text-align: center;
    width: 100%;
    font-size: 3.94vw;
  }

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

  .image-17 {
    height: 108.738px;
  }

  .menu-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icon {
    background-color: var(--crimson);
    font-size: 10vw;
  }

  .image-18, .image-19, .image-20, .image-21, .image-22, .image-23 {
    max-width: 45%;
  }

  .template-1 {
    border: 1px solid var(--crimson);
    min-height: 120vw;
  }

  .div-tmp {
    flex-wrap: wrap;
    min-height: 50vw;
  }

  .div-tmp.tmp {
    align-content: space-between;
    min-height: 100vw;
  }

  .square-red, .square-yellow {
    width: 30%;
    min-height: 35%;
  }

  .div-header-template {
    width: 100%;
    min-height: 45vw;
  }

  .template-img {
    order: -1;
    width: 100%;
    min-height: 50vw;
    margin-bottom: 10px;
  }

  .div-content {
    min-height: 300vw;
    padding-top: 20px;
  }

  .div-content-template {
    border-style: none;
    align-content: space-between;
    max-width: none;
    min-height: 100vw;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-content-template.contact {
    max-width: none;
    min-height: 60vw;
  }

  .div-box {
    max-width: 95vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-box.yello-hide {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-internal {
    font-size: 10vw;
  }

  .h2-internal.h2-summary {
    font-size: 6vw;
  }

  .h4-internal {
    text-align: left;
    font-size: 4.5vw;
  }

  .list-item {
    font-size: 4.04vw;
  }

  .mapbox-embed {
    border: 1px solid var(--crimson);
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
  }

  .dropdown-toggle.dropdown-internal {
    padding-right: 0;
  }

  .dropdown-list.w--open {
    background-image: linear-gradient(90deg, var(--crimson) 20%, var(--seashell) 20%);
    position: static;
  }

  .dropdown-link {
    padding-left: 85px;
    font-size: 3.94vw;
  }

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

  .lottie-animation-3 {
    max-width: 80%;
  }

  .dropdown-list-internal.w--open {
    background-image: linear-gradient(to right, var(--burlywood) 20%, #0000001a 20%);
  }

  .header-text {
    width: 100%;
    min-height: 45vw;
  }

  .header-text.text-big {
    min-height: 55vw;
  }

  .question-title {
    flex: 1;
    font-size: 6vw;
  }

  .animation {
    width: 60px;
  }

  .div-phone-address {
    width: 100%;
  }

  .link-phone-contact {
    font-size: 4.9vw;
  }

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

  .btn-next {
    max-width: 75vw;
    min-height: 10vw;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 3.94vw;
  }

  .link-4 {
    font-size: 4.25vw;
  }

  .accessibility {
    max-width: 12vw;
    min-height: 12vw;
  }

  .link-ada {
    max-width: 16vw;
  }

  .services-list {
    flex-wrap: nowrap;
    position: static;
    top: 20px;
  }

  .phone-number.pn-footer {
    font-size: 5vw;
  }

  .phone-number.pn-mobile {
    font-size: 4.7vw;
  }

  .pn-link {
    text-align: left;
    font-family: Bellefair, sans-serif;
    font-size: 4.9vw;
  }

  .call-now-button {
    letter-spacing: 2px;
    background-color: #b60d17;
    border-radius: 20px;
    padding: 11px 35px;
    font-family: Hind, sans-serif;
    font-size: 6vw;
    font-weight: 600;
    display: block;
  }

  .call-now-container {
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .recaptcha {
    perspective-origin: 50%;
    transform-origin: 0%;
    transform: scale(.8);
  }

  .div-block-24 {
    width: 40vw;
    margin-bottom: 8px;
  }

  .social-cont {
    width: auto;
    max-width: none;
  }

  .social-cont.footer-sc {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 240px;
  }

  .social-wrapper-footer {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .image-25 {
    width: 70px;
  }

  .image-26 {
    width: 272px;
    height: 272px;
  }

  .part-6 {
    width: 50%;
    min-height: 50px;
  }

  .grid-logo {
    grid-template-columns: 1fr;
  }

  .grid-logo-img {
    height: 230px;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}