:root {
  --blue-color: #1E6EE7;
  --blue-light-color: #C6D8F4;
  --blue-dark-color: #002154;
  --text-color: #333333;
  --black-color: #222222;
  --black-medium-color: #252525;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #B5B5B5;
  --grey-light-color: #F5F5F5;
  --grey-dark-color: #BFBFBF;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;

  --grid-width: 1160px;
  --grid-gutter: 15px;
}

.s5nbcv {
  max-width: calc(var(--grid-width) + var(--grid-gutter) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}

.s5nbcv.sm {
  max-width: calc(962px + var(--grid-gutter) * 2);
}

.qg102e {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) * -1);
}

.wtofnf {
  width: fit-content;
  padding: 0 var(--grid-gutter);
}

.kvypqg {
  width: 100%;
}

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

.n8o9eu {
  flex: 1;
}

.jhx4hp {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .u7xkmh {
    width: 25%;
  }

  .am0716 {
    width: 58.3333%;
  }

  .h6thyw {
    width: 41.6666%;
  }
}

@media (min-width: 768px) {
  .wcmyp9 {
    width: 25%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  min-height: 100%;
}

html {
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  background-color: var(--white-color);
  color: var(--text-color);
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  line-height: 1.25;
  margin: 40px 0 20px;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 35px 0 15px;
}

h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 25px 0 12px;
}

h4 {
  font-size: 19px;
  line-height: 1.4;
  margin: 20px 0 10px;
}

h5 {
  font-size: 17px;
  line-height: 1.4;
  margin: 18px 0 8px;
}

h6 {
  font-size: 15px;
  line-height: 1.4;
  margin: 15px 0 8px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
}

ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--black-color);
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--text-color);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue-color);
  line-height: 1;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  text-decoration: underline;
}

input,
select {
  width: 100%;
  position: relative;
  display: block;
  padding: 12px 15px;
  color: var(--black-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
  background-color: var(--white-color);
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--grey-medium-color);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

select {
  padding-right: 50px;
  background: url(../images/select-arrow.svg) no-repeat calc(100% - 15px) var(--white-color);
}

::-webkit-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}

input:active,
input:focus {
  border: 1px solid var(--grey-medium-color);
}

.x8cxjq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 12px 34px;
  background-color: var(--blue-color);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  border-radius: 10px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
}

.x8cxjq:hover,
.x8cxjq:active {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .25);
  text-decoration: none;
}

/* ─── Header ─────────────────────────────────────────────────────────────── */

.rmvobz {
  padding: 14px 0;
  background-color: var(--white-color);
}

.s992tw {
  transition: var(--transition);
  border: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--black-color);
  text-decoration: none;
  white-space: nowrap;
}

.s992tw:hover {
  opacity: .9;
  text-decoration: none;
}

.vz0r73 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  transition: var(--transition);
}

.orlwi9 {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, .5);
}

.vz0r73.npowxx {
  transform: translateX(0);
}

.orlwi9.npowxx {
  opacity: 1;
  z-index: 9;
}

.ytho8p {
  width: 100%;
  margin-right: 30px;
}

.ytho8p ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.ytho8p ul li {
  margin: 0 40px 0 0;
  padding: 0;
}

.ytho8p ul li::before {
  display: none;
}

.ytho8p ul li:last-child {
  margin-right: 0;
}

.ytho8p ul li * {
  display: inline-flex;
  color: var(--black-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.ytho8p ul li a:hover {
  color: var(--blue-color);
  border-color: var(--blue-color);
  text-decoration: none;
}

.msgcw6 {
  flex-shrink: 0;
}

/* ─── Hero ───────────────────────────────────────────────────────────────── */

.g28io0 {
  position: relative;
}

.jtoa8e {
  background-color: var(--blue-light-color);
  padding: 80px 0;
  text-align: center;
}

.e6h19j {
  margin-top: -35px;
}

.ujq8rz {
  font-size: 20px;
  line-height: 34px;
  max-width: 640px;
  margin: 0 auto;
}

.t7tfdq {
  font-size: 40px;
  line-height: 1.2;
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 760px;
}

.jms8y8 {
  width: 100%;
}

.fuxr7s {
  max-width: 824px;
  width: 100%;
  margin: 0 auto;
}

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

.mjgou3 {
  max-width: 363px;
  width: 100%;
  margin: 20px auto;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.fuxr7s input,
.fuxr7s select,
.fuxr7s .x8cxjq {
  border-radius: 0;
  height: 65px;
}

.fuxr7s input,
.fuxr7s select {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 0;
}

.fuxr7s .x8cxjq {
  width: 224px;
}

/* ─── Intro section ──────────────────────────────────────────────────────── */

.wt63ig {
  padding: 30px 0 60px;
}

.pl228j {
  margin: 0 0 30px;
  font-size: 40px;
  color: var(--black-color);
  line-height: 54px;
  font-weight: 600;
}

/* ─── Footer ─────────────────────────────────────────────────────────────── */

.poogjb {
  padding-top: 60px;
  background-color: var(--blue-dark-color);
  color: var(--white-color);
}

.nel26y {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
}

.nel26y:hover {
  opacity: .9;
  text-decoration: none;
}

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

.wm52mq {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}

.wm52mq li {
  margin: 0 20px 0 0;
  padding: 0;
}

.wm52mq li::before {
  display: none;
}

.wm52mq li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-color);
  border: 0;
  border-radius: 10px;
}

.wm52mq li a:hover {
  opacity: .8;
  text-decoration: none;
}

.cc7tju {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: var(--grey-dark-color);
}

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

.drok2l {
  width: 100%;
}

.e7hfk1 {
  margin: 0;
}

.e7hfk1 li {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 19px;
}

.e7hfk1 li::before {
  display: none;
}

.e7hfk1 li a {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: var(--white-color);
}

.e7hfk1 li a:hover {
  text-decoration: underline;
}

.noyx8o.pmzp6l .e7hfk1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noyx8o.pmzp6l .e7hfk1 li {
  width: calc(50% - 5px);
}

.bnsw7h {
  margin-top: 40px;
}

.jvbmq8 {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}

.jvbmq8:last-child {
  margin-bottom: 20px;
}

.jvbmq8 p {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 8px;
}

.jvbmq8 p:last-child {
  margin-bottom: 0;
}

.f7wucm {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: var(--white-color);
  margin-right: 3px;
}

.u5dbho {
  width: 100%;
  padding: 15px;
  border-top: 1px solid var(--white-color);
  text-align: center;
}

.u5dbho p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--white-color);
  opacity: .7;
}

/* ─── Hamburger ──────────────────────────────────────────────────────────── */

.ao9b4h {
  position: relative;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  overflow: visible; }
  .ao9b4h:hover {
    opacity: 0.7; }
  .ao9b4h.npowxx:hover {
    opacity: 0.7; }
  .ao9b4h.npowxx .v2ciz7,
  .ao9b4h.npowxx .v2ciz7::before,
  .ao9b4h.npowxx .v2ciz7::after {
    background-color: var(--black-color); }

.ajrngi {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.v2ciz7 {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .v2ciz7, .v2ciz7::before, .v2ciz7::after {
    width: 40px;
    height: 3px;
    background-color: var(--black-color);
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .v2ciz7::before, .v2ciz7::after {
    content: "";
    display: block; }
  .v2ciz7::before {
    top: -10px; }
  .v2ciz7::after {
    bottom: -10px; }

.vv3zf7 .v2ciz7 {
  top: 2px; }
  .vv3zf7 .v2ciz7::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .vv3zf7 .v2ciz7::after {
    top: 20px; }

.vv3zf7.npowxx .v2ciz7 {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .vv3zf7.npowxx .v2ciz7::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .vv3zf7.npowxx .v2ciz7::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/* ─── Utilities ──────────────────────────────────────────────────────────── */

.mvspar {
  display: flex;
}

.k2s3ni {
  align-items: center;
}

.tsbe6g {
  justify-content: space-between;
}

.r9va30 {
  justify-content: center;
}

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

/* ─── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 1025px) {
  .ytho8p ul li {
    margin-right: 25px;
  }

  .ao9b4h {
    display: inline-flex;
  }

  .rmvobz {
    height: 90px;
  }

  .vz0r73 {
    padding: 40px 55px 40px 20px;
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    height: calc(100% - 90px);
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, .95);
    transform: translateX(100%);
  }

  .ytho8p {
    margin-right: 0;
    width: auto;
  }

  .ytho8p ul {
    display: block;
  }

  .ytho8p ul li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey-medium-color);
  }

  .ytho8p ul li:last-child {
    border: 0;
  }

  .ytho8p ul li * {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
  }

  .msgcw6 {
    text-align: center;
    margin-right: 45px;
  }

  .msgcw6 .x8cxjq {
    width: 180px;
  }

  .x8cxjq {
    font-size: 20px;
    padding: 10px 20px;
  }

  .jms8y8 {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .poogjb {
    padding-top: 55px;
  }

  .ot8zys {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 38px;
  }

  .nel26y {
    margin-bottom: 0;
  }

  .wm52mq {
    margin: 5px 0 30px 0;
  }

  .jms8y8 {
    display: none;
  }

  .t7tfdq,
  .ujq8rz {
    text-align: center;
  }

  .jtoa8e {
    padding: 80px 0;
  }

  .rmvobz {
    padding: 10px 0;
    height: 75px;
  }

  .vz0r73 {
    top: 75px;
    height: calc(100% - 75px);
  }

  .s992tw {
    max-width: 83px;
  }

  .ytho8p ul li * {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  p,
  ul li,
  input,
  select {
    font-size: 15px;
    line-height: 25px;
  }

  ul li {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  ul li::before {
    top: 10px;
    left: 9px;
    width: 3px;
    height: 3px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 30px 0 15px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 25px 0 12px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 20px 0 10px;
  }

  h4 {
    font-size: 17px;
    line-height: 1.4;
    margin: 18px 0 8px;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0 8px;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
    margin: 12px 0 6px;
  }

  input,
  select {
    padding: 9px 12px;
  }

  select {
    padding-right: 35px;
    background-size: 13px;
    background-position-x: calc(100% - 12px);
  }

  .x8cxjq {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 20px;
    border-radius: 5px;
  }

  .msgcw6 .x8cxjq {
    padding: 5px 11px;
    font-size: 16px;
    line-height: 21px;
  }

  .rmvobz {
    height: 50px;
  }

  .msgcw6 .x8cxjq {
    width: 114px;
  }

  .vz0r73 {
    top: 50px;
    height: calc(100% - 50px);
  }

  .v6umob {
    display: block;
  }

  .mjgou3 {
    max-width: 207px;
    font-size: 10px;
    line-height: 13px;
  }

  .jtoa8e {
    padding: 40px 0 35px;
  }

  .t7tfdq {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.25;
  }

  .wt63ig {
    padding: 40px 0 45px;
  }

  .fuxr7s input,
  .fuxr7s select,
  .fuxr7s .x8cxjq {
    height: 46px;
  }

  .fuxr7s input,
  .fuxr7s select {
    border-right: 1px solid var(--grey-medium-color);
    border-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .mjgou3 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .e6h19j {
    margin-top: -28px;
  }

  .fuxr7s .x8cxjq {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .ujq8rz {
    font-size: 14px;
    line-height: 23px;
  }

  .drok2l {
    margin-top: 20px;
  }

  .nel26y {
    max-width: 83px;
  }

  .wm52mq li a {
    width: 28px;
    height: 28px;
  }

  .cc7tju,
  .e7hfk1 li a {
    font-size: 14px;
    line-height: 18px;
  }

  .e7hfk1 li {
    line-height: 18px;
  }

  .bnsw7h {
    margin-top: 30px;
  }

  .jvbmq8 p {
    font-size: 10px;
    line-height: 12px;
  }

  .jvbmq8 {
    margin-bottom: 20px;
  }

  .u5dbho {
    padding: 10px 0;
  }

  .u5dbho p {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 575px) {
  .jms8y8 {
    max-width: 161px;
  }
}

/* ─── Choose your city ──────────────────────────────────────────────────────── */

.j2jmgz {
  padding: 2rem 0 3rem;
}

.bj20ky {
  margin-bottom: 1.25rem;
}

.vqo7ta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 600px) {
  .vqo7ta {
    grid-template-columns: 1fr;
  }
}

.qk5068 {
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
}

.qapwai {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.qapwai::after {
  content: "▸";
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.qk5068[open] .qapwai::after {
  transform: rotate(90deg);
}

.m9zqrw {
  padding: 0.25rem 0 0.5rem;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--grey-medium-color);
}

.m9zqrw li a {
  display: block;
  padding: 0.15rem 1rem;
  font-size: 0.9rem;
  color: var(--blue-color);
  text-decoration: none;
  transition: background 0.15s;
}

.m9zqrw li a:hover {
  background: var(--grey-light-color);
}

/* ─── About page ────────────────────────────────────────────────────────────── */

.mwda6b p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.azett5 {
  display: flex;
  gap: 2.5rem;
  margin: 1.75rem 0;
  flex-wrap: wrap;
}

.zqmruz {
  flex: 1 1 220px;
}

.zqmruz h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--black-color);
}

.zqmruz ul {
  padding-left: 1.25rem;
  line-height: 1.9;
}

/* ─── Contact page ──────────────────────────────────────────────────────────── */

.hk79lz {
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.acb25u {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.algzp4 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.w7rihg {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black-color);
}

.t44ywt {
  width: 100%;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-family: inherit;
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
}

.t44ywt:focus {
  border-color: var(--blue-color);
}

.y6ezcn {
  resize: vertical;
  min-height: 130px;
}

.wgcz0z {
  align-self: flex-start;
  margin-top: 0.25rem;
}

/* ─── Article content ───────────────────────────────────────────────────────── */

.p6d295 {
  padding: 40px 0 60px;
}

.p6d295 h1 {
  margin-top: 0;
}

.tpzvjm {
  line-height: 1.75;
}

.tpzvjm p {
  margin-bottom: 1rem;
}

.tpzvjm ul,
.tpzvjm ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.tpzvjm li {
  margin-bottom: 0.35rem;
}

/* ─── States We Serve ───────────────────────────────────────────────────────── */

.ou9yx4 {
  padding: 0 0 60px;
  margin-top: -20px;
}

.ou9yx4 h2 {
  margin-bottom: 1.25rem;
}

.ljdgb7 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}

.ljdgb7 li {
  margin: 0;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.ljdgb7 li a {
  display: block;
  padding: 10px 16px;
  color: inherit;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.ljdgb7 li a:hover {
  background: #f0f4ff;
  color: #2563eb;
}

@media (max-width: 600px) {
  .ljdgb7 {
    grid-template-columns: 1fr;
  }
}

/* ─── Map embed ─────────────────────────────────────────────────────────────── */

.kaq4bq {
  margin: 0.5rem 0 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.kaq4bq iframe {
  display: block;
}

/* ─── Businesses table ──────────────────────────────────────────────────────── */

.wsearj {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
  font-size: 0.9rem;
}

.wsearj th {
  text-align: left;
  padding: 10px 12px;
  background: #f1f5f9;
  border-bottom: 2px solid #e2e8f0;
  font-weight: 600;
  white-space: nowrap;
}

.wsearj td {
  padding: 9px 12px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

.wsearj tr:last-child td {
  border-bottom: none;
}

.wsearj tr:hover td {
  background: #f8fafc;
}

@media (max-width: 600px) {
  .wsearj thead {
    display: none;
  }
  .wsearj tr {
    display: block;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
  }
  .wsearj td {
    display: block;
    border: none;
    padding: 2px 12px;
  }
  .wsearj td::before {
    content: attr(data-label) ": ";
    font-weight: 600;
  }
}

/* ─── Legal tables ──────────────────────────────────────────────────────────── */

.qgsc9w {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.qgsc9w td,
.qgsc9w th {
  border: 1px solid #000;
  padding: 0.6rem 0.85rem;
  vertical-align: top;
}

.qgsc9w tr:first-child td,
.qgsc9w tr:first-child th {
  background-color: #f4f4f4;
}

.qgsc9w p {
  margin: 0 0 0.35rem;
}

.qgsc9w p:last-child {
  margin-bottom: 0;
}

.qgsc9w ul {
  margin: 0.35rem 0 0;
  padding-left: 1.25rem;
}

.qgsc9w ul li {
  margin-bottom: 0.2rem;
}
