.dz-home-exact {
  background: #f4f8fa;
  color: #1d252b;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.dz-home-exact * {
  box-sizing: border-box;
}

.dz-home-container {
  max-width: 1200px;
  margin: 0 auto;
}

.dz-home-hero {
  padding: 70px 0 34px;
}

.dz-home-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(290px, .95fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 46px;
}

.dz-home-hero h1 {
  margin: 0 0 24px;
  color: #1f252a;
  font-size: clamp(38px, 5vw, 48px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.04em;
}

.dz-home-hero h1 span {
  color: #18b9c3;
  white-space: nowrap;
}

.dz-home-hero__lead {
  max-width: 620px;
  color: #58646c;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  font-weight: 400;
}

.dz-home-office {
  border-left: 2px solid #16bdc6;
  padding-left: 38px;
  color: #1f252a;
}

.dz-home-office__label {
  display: block;
  color: #56626b;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.dz-home-office__select {
  display: inline-flex;
  max-width: 100%;
  border: 0 !important;
  background: transparent !important;
  color: #1f252a !important;
  padding: 0 !important;
  height: auto !important;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none !important;
  cursor: pointer;
}

.dz-home-office__link {
  display: block;
  margin-top: 18px;
  color: #1f252a;
  font-weight: 700;
}

.dz-home-office__email {
  color: #0d82c8;
}

.dz-home-control-row {
  display: grid;
  grid-template-columns: 222px 182px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 64px;
}

.dz-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: .18s ease;
  letter-spacing: 0;
}

.dz-home-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.dz-home-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  box-shadow: 0 18px 34px rgba(12, 129, 201, .22);
}

.dz-home-btn--white {
  color: #0b76b9 !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-home-search {
  position: relative;
  min-width: 0;
}

.dz-home-search form {
  margin: 0 !important;
}

.dz-home-search .search-form[data-smart-search-form] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.dz-home-search .search-form .input-group {
  position: relative;
  display: block;
  width: 100%;
}

.dz-home-search .search-form .form-control {
  width: 100% !important;
  height: 56px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  padding: 0 70px 0 24px !important;
  font-size: 15px !important;
  color: #1f252a !important;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05) !important;
}

.dz-home-search .search-form .input-group-append {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 5;
  margin: 0;
}

.dz-home-search .search-form button[type="submit"] {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 0 !important;
  background: #fff !important;
  color: #15b9c3 !important;
  box-shadow: none !important;
  font-size: 0 !important;
  transform: none !important;
}

.dz-home-search .search-form button[type="submit"] .icon-search {
  display: none !important;
}

.dz-home-search .search-form button[type="submit"]::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}

.dz-home-search .search-form .smart-search-suggest {
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  border-radius: 18px;
}

.dz-home-facility-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(310px, 1fr);
  gap: 24px;
}

.dz-home-main-photo,
.dz-home-side-photo,
.dz-home-hours-card,
.dz-home-about-photo,
.dz-home-about-mini,
.dz-home-about-stat,
.dz-home-news-card__image {
  border-radius: 22px;
  overflow: hidden;
}

.dz-home-main-photo {
  min-height: 546px;
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 44px rgba(31, 37, 42, .08);
}

.dz-home-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .52));
}

.dz-home-photo-caption {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  width: min(430px, calc(100% - 80px));
  padding: 28px 26px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .30);
  backdrop-filter: blur(12px);
}

.dz-home-photo-caption strong {
  display: block;
  margin-bottom: 18px;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -.02em;
}

.dz-home-photo-caption span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.dz-home-photo-caption i {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  font-size: 11px;
}

.dz-home-side {
  display: grid;
  gap: 24px;
}

.dz-home-side-photo {
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.dz-home-hours-card {
  min-height: 260px;
  padding: 42px 40px;
  background: linear-gradient(135deg, #19bdc5, #18b8c2);
  color: #fff;
}

.dz-home-hours-card strong {
  display: block;
  margin-bottom: 26px;
  font-size: 23px;
  font-weight: 700;
}

.dz-home-hours-card p {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}

.dz-home-hours-card small {
  display: block;
  margin-top: 26px;
  font-size: 16px;
  color: rgba(255,255,255,.96);
  font-weight: 500;
}

.dz-home-hours-card a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}

.dz-home-section {
  padding: 86px 0;
}

.dz-home-section--white {
  background: #fff;
}

.dz-home-section h2 {
  color: #1f252a;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.04em;
  margin: 0;
}

.dz-home-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.dz-home-section__head--center {
  justify-content: center;
  text-align: center;
}

.dz-home-section__lead {
  color: #5e6972;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
}

.dz-home-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 27px;
  border-radius: 999px;
  background: #eefbfc;
  color: #10b5c0 !important;
  font-weight: 700;
  white-space: nowrap;
}

.dz-home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px;
}

.dz-home-service-card {
  display: flex;
  min-height: 352px;
  flex-direction: column;
  justify-content: space-between;
  padding: 41px;
  border-radius: 24px;
  background: #f2f4f5;
  color: #1f252a;
  transition: .18s ease;
}

.dz-home-service-card:nth-child(2) {
  background: #eefbfd;
}

.dz-home-service-card:hover {
  color: #1f252a;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(31, 37, 42, .08);
  text-decoration: none;
}

.dz-home-service-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 16px;
  background: #fff;
  color: #15b9c3;
  font-size: 24px;
  font-weight: 400;
}

.dz-home-service-card:first-child .dz-home-service-icon {
  color: #f2a000;
}

.dz-home-service-card:last-child .dz-home-service-icon {
  color: #0d82c8;
}

.dz-home-service-card h3 {
  margin: 0 0 18px;
  color: #1f252a;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.025em;
}

.dz-home-service-card p {
  margin: 0;
  color: #5c6870;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.dz-home-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #08b7c1;
  font-size: 15px;
  font-weight: 700;
}

.dz-home-cta {
  position: relative;
  padding: 78px 28px;
  border-radius: 36px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, rgba(19, 132, 202, .96), rgba(14, 115, 183, .96));
}

.dz-home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(30deg, transparent 49%, rgba(255,255,255,.25) 50%, transparent 51%),
    linear-gradient(150deg, transparent 49%, rgba(255,255,255,.25) 50%, transparent 51%);
  background-size: 44px 44px;
}

.dz-home-cta > * {
  position: relative;
  z-index: 2;
}

.dz-home-cta h2 {
  max-width: 650px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 800;
}

.dz-home-cta p {
  max-width: 540px;
  margin: 0 auto 46px;
  color: rgba(255,255,255,.75);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.dz-home-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dz-home-btn--cta {
  min-width: 260px;
  color: #fff !important;
  background: #18bdc5;
}

.dz-home-btn--ghost {
  min-width: 286px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.12);
}

.dz-home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.dz-home-news-card {
  display: block;
  color: #1f252a;
}

.dz-home-news-card:hover {
  color: #1f252a;
  text-decoration: none;
}

.dz-home-news-card__image {
  height: 256px;
  margin-bottom: 18px;
  background-size: cover;
  background-position: center;
}

.dz-home-news-card h3 {
  margin: 0 0 18px;
  color: #1f252a;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.025em;
}

.dz-home-news-card p {
  margin: 0 0 24px;
  color: #5c6870;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-home-about-grid {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.dz-home-about-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dz-home-about-photo {
  min-height: 256px;
  background-size: cover;
  background-position: center;
}

.dz-home-about-mini {
  min-height: 192px;
  padding: 34px 32px;
  display: flex;
  align-items: center;
  background: #18bdc5;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.dz-home-about-stat {
  min-height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .05);
}

.dz-home-about-stat strong {
  color: #18bdc5;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.dz-home-about-stat span {
  margin-top: 8px;
  color: #4d5961;
  font-size: 14px;
  font-weight: 600;
}

.dz-home-about-text h2 {
  margin-bottom: 28px;
}

.dz-home-about-text p {
  color: #59656d;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .dz-home-control-row {
    grid-template-columns: 1fr 1fr;
  }

  .dz-home-search {
    grid-column: 1 / -1;
  }

  .dz-home-about-grid {
    gap: 42px;
  }
}

@media (max-width: 991.98px) {
  .dz-home-hero {
    padding-top: 42px;
  }

  .dz-home-hero__top,
  .dz-home-facility-grid,
  .dz-home-about-grid {
    grid-template-columns: 1fr;
  }

  .dz-home-office {
    border-left: 0;
    padding-left: 0;
    padding-top: 24px;
    border-top: 2px solid #16bdc6;
  }

  .dz-home-services-grid,
  .dz-home-news-grid {
    grid-template-columns: 1fr;
  }

  .dz-home-main-photo {
    min-height: 460px;
  }

  .dz-home-side-photo,
  .dz-home-hours-card {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .dz-home-hero {
    padding-top: 32px;
  }

  .dz-home-hero h1 {
    font-size: 36px;
  }

  .dz-home-hero h1 span {
    white-space: normal;
  }

  .dz-home-control-row {
    grid-template-columns: 1fr;
    margin-bottom: 38px;
  }

  .dz-home-btn {
    width: 100%;
  }

  .dz-home-main-photo {
    min-height: 390px;
  }

  .dz-home-photo-caption {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 22px;
  }

  .dz-home-photo-caption strong {
    font-size: 19px;
  }

  .dz-home-section {
    padding: 62px 0;
  }

  .dz-home-section__head {
    display: block;
  }

  .dz-home-section-link {
    margin-top: 22px;
  }

  .dz-home-service-card {
    min-height: auto;
    padding: 30px;
  }

  .dz-home-about-grid {
    display: block;
  }

  .dz-home-about-bento {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }
}


/* Home office hours */
.dz-home-hours-lines {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0;
  white-space: pre-line;
}

.dz-home-hours-lines br {
  display: block;
  content: "";
}
