/*@include border-top-serrated(<size>, <color>);*/
/*@include border-bottom-serrated(<size>, <color>);*/
/* @include placeholder {
   font-style:italic;
    color: white;
    font-weight:100;
}*/
.CTA.Detail.App > figure {
  overflow: hidden;
  vertical-align: bottom;
  padding-top: 10px;
}
.CTA.Detail.App > figure img {
  position: relative;
  top: 0;
  transition: all 0.3s ease-out;
}
.CTA.Detail.App > figure {
  margin-top: -40px;
}
.CTA.Detail.App > figure img {
  margin-bottom: -70px;
}
.CTA.Detail.App.showPointer:hover > figure img {
  top: -10px;
}

.home-redesign {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home-redesign .home-section__head {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 32px;
}
.home-redesign .home-section__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #006879;
}
.home-redesign .home-section__title {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1c1c;
  margin: 0;
  font-size: 2.25rem;
  font-size: 2.5rem;
}
.home-redesign .home-section__title-accent {
  color: #006879;
  font-style: italic;
  font-weight: 800;
}
.home-redesign .home-redesign__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px 0 0px;
}
.home-redesign .home-redesign__legacy {
  display: flex;
  flex-direction: column;
  gap: 56px;
  gap: 72px;
}
.home-redesign .home-redesign__legacy > .latestcolumn,
.home-redesign .home-redesign__legacy > .col-sm-12 {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.home-redesign .home-redesign__legacy .latestcolumn > hr {
  display: none;
}

.home-redesign .home-intro {
  position: relative;
  padding: 8px 0 0;
  padding-top: 16px;
}
.home-redesign .home-intro .home-intro__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
  gap: 40px;
}
.home-redesign .home-intro .home-intro__content {
  max-width: 880px;
}
.home-redesign .home-intro .home-intro__eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #006879;
}
.home-redesign .home-intro .home-intro__title {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1a1c1c;
  margin: 0 0 20px;
  font-size: 2.25rem;
  font-size: 2.5rem;
}
.home-redesign .home-intro .home-intro__body,
.home-redesign .home-intro .home-intro__body .Intro {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3d494c;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.65;
}
.home-redesign .home-intro .home-intro__body p:last-child,
.home-redesign .home-intro .home-intro__body .Intro p:last-child {
  margin-bottom: 0;
}
.home-redesign .home-intro .home-intro__advertise {
  display: block;
  position: sticky;
  top: 24px;
}

.home-redesign .home-regions .home-regions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 20px;
}
.home-redesign .home-regions .home-regions__stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 16px;
  gap: 20px;
}

.home-redesign .home-region-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  min-height: 260px;
  background: #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 48px rgba(26, 28, 28, 0.06);
  border-radius: 32px;
}
.home-redesign .home-region-card:hover, .home-redesign .home-region-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.06), 0 36px 60px rgba(26, 28, 28, 0.12);
  color: #fff;
  text-decoration: none;
}
.home-redesign .home-region-card--spotlight {
  min-height: 320px;
  min-height: 520px;
}
.home-redesign .home-region-card--compact {
  min-height: 220px;
  min-height: 250px;
}
.home-redesign .home-region-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.home-redesign .home-region-card__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.home-redesign .home-region-card__media {
  background: linear-gradient(135deg, #006879, #004e5c);
}
.home-redesign .home-region-card__overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: inherit;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  background: linear-gradient(180deg, rgba(26, 28, 28, 0) 45%, rgba(26, 28, 28, 0.78) 100%);
  padding: 28px 32px 30px;
}
.home-redesign .home-region-card--spotlight .home-region-card__overlay {
  background: linear-gradient(180deg, rgba(26, 28, 28, 0) 35%, rgba(26, 28, 28, 0.88) 100%);
}
.home-redesign .home-region-card__kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a9edff;
  margin-bottom: 4px;
}
.home-redesign .home-region-card__title {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.home-redesign .home-region-card--spotlight .home-region-card__title {
  font-size: 2rem;
  font-size: 2.7rem;
  font-size: 3rem;
}
.home-redesign .home-region-card__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  max-width: 460px;
}
.home-redesign .home-region-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
  margin-top: 4px;
}
.home-redesign .home-region-card__cta--sm {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffdf91;
}
.home-redesign .home-region-card__arrow {
  transition: transform 0.2s ease;
}

.home-redesign .quicklinks.newest,
.home-redesign .dagplanning-home-overview {
  margin-top: 0;
  padding: 0;
  --hscroll-edge-pad: 15px;
  --hscroll-trail-pad: 30px;
  --hscroll-edge-pad: max(15px, calc((100vw - 990px) / 2 + 15px));
  --hscroll-trail-pad: max(30px, calc((100vw - 990px) / 2 + 30px));
}
@media (min-width: 1140px) {
  .home-redesign .quicklinks.newest,
  .home-redesign .dagplanning-home-overview {
    --hscroll-edge-pad: max(15px, calc((100vw - 1140px) / 2 + 15px));
    --hscroll-trail-pad: max(30px, calc((100vw - 1140px) / 2 + 30px));
  }
}
.home-redesign .quicklinks.newest > hr,
.home-redesign .dagplanning-home-overview > hr {
  display: none;
}
.home-redesign .quicklinks.newest > h2,
.home-redesign .dagplanning-home-overview > h2 {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1c1c;
  margin: 0 0 24px;
  font-size: 2.25rem;
  margin-bottom: 32px;
  font-size: 2.5rem;
}
.home-redesign .quicklinks.newest .horizontal-container,
.home-redesign .dagplanning-home-overview .horizontal-container {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: transparent;
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.home-redesign .quicklinks.newest::after,
.home-redesign .dagplanning-home-overview::after {
  display: none !important;
}
.home-redesign .quicklinks.newest .horizontal-outer,
.home-redesign .dagplanning-home-overview .horizontal-outer {
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-padding-left: 0;
}
.home-redesign .quicklinks.newest .horizontal-inner,
.home-redesign .dagplanning-home-overview .horizontal-inner {
  padding-left: var(--hscroll-edge-pad);
  padding-right: var(--hscroll-trail-pad);
  padding-left: 0;
  padding-right: 0;
}
.home-redesign .quicklinks.newest .flex-grid > li,
.home-redesign .dagplanning-home-overview .flex-grid > li {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.home-redesign .quicklinks.newest .Business.Detail {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 16px 32px rgba(26, 28, 28, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 260px;
}
.home-redesign .quicklinks.newest .Business.Detail:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 44px rgba(26, 28, 28, 0.1);
}
.home-redesign .quicklinks.newest .horizontal-outer {
  padding: 4px 2px;
}

.home-redesign .dagplanning-home-overview .flex-grid {
  gap: 20px;
}

.home-redesign .dagplanning-home-card {
  min-width: 280px;
  max-width: 320px;
  background: #fff;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 16px 32px rgba(26, 28, 28, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-redesign .dagplanning-home-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 44px rgba(26, 28, 28, 0.1);
}
.home-redesign .dagplanning-home-card__thumb {
  height: 150px;
}
.home-redesign .dagplanning-home-card__body {
  padding: 16px 18px 18px;
}
.home-redesign .dagplanning-home-card__place {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #006879;
}
.home-redesign .dagplanning-home-card__title {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #1a1c1c;
}
.home-redesign .dagplanning-home-card__intro {
  color: #3d494c;
}

.home-redesign .dagplanning-home-overview__more {
  margin-top: 18px;
  text-align: right;
}
.home-redesign .dagplanning-home-overview__more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #006879;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.home-redesign .dagplanning-home-overview__more a:hover, .home-redesign .dagplanning-home-overview__more a:focus-visible {
  background: #006879;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.home-redesign .home-advertise {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 26px 26px;
  color: #fff;
  border-radius: 22px;
  background: radial-gradient(160% 100% at 100% 0%, rgba(253, 200, 0, 0.18) 0%, rgba(253, 200, 0, 0) 55%), linear-gradient(135deg, #006879 0%, #007f91 55%, #00a4be 100%);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 48px rgba(26, 28, 28, 0.06);
  overflow: hidden;
  isolation: isolate;
}
.home-redesign .home-advertise::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 0;
}
.home-redesign .home-advertise > * {
  position: relative;
  z-index: 1;
}
.home-redesign .home-advertise {
  padding: 30px 28px 28px;
  border-radius: 26px;
}
.home-redesign .home-advertise__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  color: #fdc800;
  margin-bottom: 2px;
}
.home-redesign .home-advertise__kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.home-redesign .home-advertise__title {
  margin: 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 1.7rem;
}
.home-redesign .home-advertise__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 520px;
}
.home-redesign .home-advertise__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  margin-top: 10px;
  border-radius: 999px;
  background: #fdc800;
  color: #6d5500;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.home-redesign .home-advertise__btn:hover, .home-redesign .home-advertise__btn:focus-visible {
  background: #ffd83a;
  transform: translateY(-1px);
  text-decoration: none;
  color: #6d5500;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}
.home-redesign .home-advertise__btn svg {
  transition: transform 0.2s ease;
}

body.home .banner--home {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
body.home .banner-home-split {
  position: relative;
  padding: 24px 0 24px;
  padding: 20px 0 40px;
}
body.home .banner-home-split__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  column-gap: 56px;
  row-gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  body.home .banner-home-split__inner {
    column-gap: 72px;
  }
}
body.home .banner-home-split__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 620px;
  gap: 18px;
}
body.home .banner-home-split__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #006879;
}
body.home .banner-home-split__title {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #1a1c1c;
  margin: 0;
  text-align: left;
  text-shadow: none;
  font-size: 2.15rem;
  font-size: 3.1rem;
}
@media (min-width: 1200px) {
  body.home .banner-home-split__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  body.home .banner-home-split__title {
    font-size: 4rem;
  }
}
body.home .banner-home-split__title em, body.home .banner-home-split__title .accent {
  color: #006879;
  font-style: italic;
  font-weight: 800;
}
body.home .banner-home-split__lead {
  margin: 0;
  color: #3d494c;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 520px;
  font-size: 1.15rem;
  line-height: 1.6;
}
body.home .banner-home-split__visual {
  position: relative;
  width: 100%;
  min-height: 460px;
  padding: 22px 12px 32px;
  padding: 30px 24px 40px;
}
body.home .banner-home-split__shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
body.home .banner-home-split__shape--a {
  width: 180px;
  height: 180px;
  top: -10px;
  right: 4px;
  background: radial-gradient(closest-side, rgba(253, 200, 0, 0.35), rgba(253, 200, 0, 0) 70%);
  width: 240px;
  height: 240px;
  top: -30px;
  right: -20px;
}
body.home .banner-home-split__shape--b {
  width: 220px;
  height: 220px;
  bottom: -20px;
  left: -10px;
  background: radial-gradient(closest-side, rgba(0, 104, 121, 0.18), rgba(0, 104, 121, 0) 70%);
  width: 300px;
  height: 300px;
  bottom: -40px;
  left: -20px;
}
body.home .banner-home-split__frame {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  transform: rotate(-4deg);
  transform-origin: 55% 50%;
  transition: transform 0.4s ease;
  transform: rotate(-5deg);
  max-width: none;
}
body.home .banner-home-split__frame::before {
  content: "";
  position: absolute;
  inset: 14px -10px -18px 10px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 24px 50px rgba(26, 28, 28, 0.12);
  transform: rotate(6deg);
  z-index: -1;
  opacity: 0.9;
}
body.home .banner-home-split__frame:hover {
  transform: rotate(-2deg);
}
body.home .banner-home-split__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0 2px 6px rgba(26, 28, 28, 0.08), 0 30px 60px rgba(26, 28, 28, 0.18);
  aspect-ratio: 5/6;
  border-radius: 28px;
}
body.home .banner-home-split__image picture,
body.home .banner-home-split__image img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
}
body.home .banner-home-split__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}
body.home .banner-home-split__badge {
  position: absolute;
  right: -8px;
  bottom: -12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fdc800;
  color: #6d5500;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transform: rotate(8deg);
}
body.home .banner-home-split__badge svg {
  display: block;
}
body.home .banner-home-split__badge {
  width: 64px;
  height: 64px;
}
body.home .banner-home-split .home-cta-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 560px;
  margin: 8px 0 10px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 48px rgba(26, 28, 28, 0.08);
  border: 1px solid rgba(26, 28, 28, 0.06);
  padding: 24px;
}
body.home .banner-home-split .home-cta-choice__label {
  margin: 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #3d494c;
  line-height: 1.3;
}
body.home .banner-home-split .home-cta-choice__option {
  display: flex;
  min-width: 0;
}
body.home .banner-home-split .home-cta-choice__option--picker {
  width: 100%;
}
body.home .banner-home-split .home-cta-choice__option--picker .Filters {
  max-width: none;
}
body.home .banner-home-split .home-cta-choice__actions {
  display: flex;
  gap: 10px;
}
body.home .banner-home-split .home-cta-choice__btn {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 999px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
}
body.home .banner-home-split .home-cta-choice__btn--tips {
  background: #f3f3f3;
  color: #1a1c1c;
  border: 1px solid #bcc9cd;
}
body.home .banner-home-split .home-cta-choice__btn--tips:hover, body.home .banner-home-split .home-cta-choice__btn--tips:focus-visible {
  background: #fff;
  border-color: color-mix(in srgb, #006879 35%, #bcc9cd);
  color: #1a1c1c;
  text-decoration: none;
  transform: translateY(-1px);
}
body.home .banner-home-split .home-cta-choice__btn--plan {
  background: #006879;
  color: #fff;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 104, 121, 0.22), 0 16px 28px rgba(0, 104, 121, 0.22);
}
body.home .banner-home-split .home-cta-choice__btn--plan:hover, body.home .banner-home-split .home-cta-choice__btn--plan:focus-visible {
  background: #004e5c;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 104, 121, 0.24), 0 20px 36px rgba(0, 104, 121, 0.28);
}
body.home .banner-home-split .home-cta-choice__btn--plan:focus-visible {
  outline: 3px solid color-mix(in srgb, #006879 40%, transparent);
  outline-offset: 2px;
}
body.home .banner-home-split .home-cta-choice__btn--plan:active {
  transform: translateY(0);
}
body.home .banner-home-split .home-cta-choice__btn-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
body.home .banner-home-split .home-cta-choice__btn-icon svg {
  display: block;
}
body.home .banner-home-split .home-cta-choice__btn-label {
  display: inline-block;
}
body.home .banner-home-split .banner-hero-cta {
  margin: 0;
  justify-content: flex-start;
  width: 100%;
}
body.home .banner-home-split .Filters {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  gap: 10px;
  display: block;
  text-align: left;
}
body.home .banner-home-split .Filters .input-group-addon {
  display: none;
}
body.home .banner-home-split .Filters .input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
}
body.home .banner-home-split .Filters .input-group > .form-control.dropdown {
  flex: 1 1 0;
  min-width: 0;
}
body.home .banner-home-split .Filters .form-control {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  z-index: auto;
}
body.home .banner-home-split .Filters .form-control.open {
  z-index: unset;
}
body.home .banner-home-split .Filters .form-control:last-child {
  border: 0;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle {
  width: 100%;
  height: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f3f3f3;
  border: 1px solid color-mix(in srgb, #bcc9cd 85%, #fff);
  color: #1a1c1c;
  text-align: left;
  padding: 10px 40px 10px 14px;
  border-radius: 14px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle:hover, body.home .banner-home-split .Filters .form-control > button.dropdown-toggle:focus-visible {
  border-color: #006879;
  box-shadow: 0 0 0 3px color-mix(in srgb, #006879 15%, transparent);
  color: #1a1c1c;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle > span.icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  min-width: 0;
  margin: 0;
  border-radius: 10px;
  background: color-mix(in srgb, #006879 12%, #fff);
  color: #006879;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle > span.icon svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle > span.dropdown-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  gap: 2px;
  line-height: 1.2;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle span.dropdown-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, #3d494c 85%, #006879);
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle span.dropdown-text {
  display: inline-block;
  min-width: 0;
  color: #3d494c;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.home .banner-home-split .Filters .form-control > button.dropdown-toggle::after {
  content: "";
  border: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3d494c;
  border-bottom: 2px solid #3d494c;
  transform: translateY(-65%) rotate(45deg);
  position: absolute;
  right: 18px;
  top: 50%;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
body.home .banner-home-split .Filters .form-control.open > button.dropdown-toggle {
  border-color: #006879;
  box-shadow: 0 0 0 3px color-mix(in srgb, #006879 15%, transparent);
}
body.home .banner-home-split .Filters .form-control.open > button.dropdown-toggle::after {
  transform: translateY(-25%) rotate(-135deg);
  border-color: #006879;
}
body.home .banner-home-split .Filters .form-control > .dropdown-menu {
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  min-width: 100%;
  border: 1px solid rgba(26, 28, 28, 0.06);
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(26, 28, 28, 0.14);
  padding: 6px;
  background: #fff;
  max-height: 60vh;
  overflow-y: auto;
  z-index: 1006;
}
body.home .banner-home-split .Filters .form-control.large {
  position: relative;
  position: relative;
}
body.home .banner-home-split .Filters .form-control.large > .dropdown-menu {
  left: 0;
  right: 0;
  width: auto;
  min-width: 100%;
  padding: 0;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large).open > .dropdown-menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu {
  padding: 16px;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li {
  list-style: none;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li.divider {
  grid-column: 1/-1;
  height: 1px;
  margin: 4px 0;
  background: #eeeeee;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li.dropdown-header {
  grid-column: 1/-1;
  padding: 6px 2px 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #006879;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 96px;
  padding: 14px 16px;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.2;
  height: 100%;
  color: #1a1c1c;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li > a span.icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #888;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li > a span.icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li > a:hover, body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu > li > a:focus-visible {
  border-color: #006879;
  background: color-mix(in srgb, #006879 4%, #fff);
  color: #004e5c;
  box-shadow: 0 6px 18px rgba(26, 28, 28, 0.06);
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.eten-en-drinken {
  background: #d97b3a;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.dagjes-uit {
  background: #2d7a3f;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.winkelen {
  background: #6b4c8a;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.watersport {
  background: #1565a0;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.verhuur {
  background: #004d40;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.sport {
  background: #c62828;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.cultuur {
  background: #512da8;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.service {
  background: #424242;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.events {
  background: #f57f17;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.natuur {
  background: #1b5e20;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.wellness {
  background: #c2185b;
}
body.home .banner-home-split .Filters .form-control.dropdown:not(.large) > .dropdown-menu span.icon.horeca {
  background: #e65100;
}
body.home .banner-home-split .Filters .form-control.dropdown.open > .dropdown-menu {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: min(100vw - 60px, 1100px);
  min-width: 0;
  max-width: min(100vw - 60px, 1100px);
  max-height: min(90vh, 860px);
  transform: translate(-50%, -50%);
  padding: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(26, 28, 28, 0.25);
  overflow: visible;
  z-index: 2000;
  width: min(100vw - 80px, 1180px);
  max-width: min(100vw - 80px, 1180px);
}
body.home .banner-home-split .Filters .form-control.dropdown.large.open > .dropdown-menu {
  width: min(100vw - 60px, 1180px);
  max-width: min(100vw - 60px, 1180px);
  width: min(100vw - 80px, 1280px);
  max-width: min(100vw - 80px, 1280px);
}
body:has(.banner-home-split .form-control.dropdown.open) {
  overflow: hidden;
}

body.home .banner-home-split:has(.form-control.dropdown.open)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  background: rgba(10, 22, 30, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: ido-filters-fade-in 0.18s ease-out both;
}
@keyframes ido-filters-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.home .banner-home-split .plaats-search-dropdown .dropdown-menu {
  border: 1px solid rgba(26, 28, 28, 0.06);
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(26, 28, 28, 0.14);
  backdrop-filter: none;
}
body.home .banner-home-split .plaats-search-dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
}
body.home .banner-home-split .plaats-search-dropdown.open .dropdown-menu .dropdown-content {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow-x: hidden;
}
body.home .banner-home-split .plaats-search-dropdown .dropdown-search {
  background: #f3f3f3;
  border-bottom: 1px solid rgba(26, 28, 28, 0.05);
  padding: 14px 18px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  padding: 18px 22px;
}
body.home .banner-home-split .plaats-search-dropdown .search-input {
  border-radius: 12px;
  border: 1px solid rgba(26, 28, 28, 0.08);
  padding: 10px 14px 10px 44px;
}
body.home .banner-home-split .plaats-search-dropdown .search-input:focus {
  border-color: #006879;
  box-shadow: 0 0 0 3px color-mix(in srgb, #006879 15%, transparent);
}
body.home .banner-home-split .plaats-search-dropdown .dropdown-search-inner span.icon {
  left: 14px;
  top: 11px;
  color: #006879;
}
body.home .banner-home-split .plaats-search-dropdown .block-grid.place-results > li:nth-child(2n) {
  border-right: 1px solid #f0f2f5;
}
body.home .banner-home-split .plaats-search-dropdown .block-grid.place-results > li:nth-child(4n) {
  border-right: none;
}
body.home .banner-home-split .plaats-search-dropdown .default-content .h3 {
  padding: 16px 22px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
body.home .banner-home-split .plaats-search-dropdown .place-results a,
body.home .banner-home-split .plaats-search-dropdown .province {
  padding: 14px 22px;
}
body.home .intent-hero__title {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}
body.home .intent-hero {
  background: radial-gradient(900px 380px at 8% 0%, rgba(0, 104, 121, 0.08), transparent 60%), radial-gradient(700px 320px at 100% 100%, rgba(253, 200, 0, 0.12), transparent 60%), linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  padding: 44px 0 40px;
  margin: 0;
}
body.home .intent-hero__inner {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
body.home .intent-hero__head {
  text-align: center;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.home .intent-hero__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #006879;
}
body.home .intent-hero__title {
  margin: 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #1a1c1c;
  font-size: 2.4rem;
}
@media (min-width: 1200px) {
  body.home .intent-hero__title {
    font-size: 2.7rem;
  }
}
body.home .intent-hero__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.home .intent-tile {
  --intent-color: #006879;
  margin: 0;
  list-style: none;
}
body.home .intent-tile__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 14px 20px;
  min-height: 140px;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--intent-color) 18%, #e4eaec);
  background: #fff;
  color: #1a1c1c;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  overflow: hidden;
}
body.home .intent-tile__link::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: var(--intent-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
body.home .intent-tile__link:hover, body.home .intent-tile__link:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--intent-color) 55%, #cfd7db);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.05), 0 24px 40px rgba(26, 28, 28, 0.1);
  text-decoration: none;
  color: #1a1c1c;
}
body.home .intent-tile__link:hover::before, body.home .intent-tile__link:focus-visible::before {
  transform: scaleX(1);
}
body.home .intent-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 1.75rem;
  line-height: 1;
  border-radius: 16px;
  background: color-mix(in srgb, var(--intent-color) 12%, #fff);
  color: var(--intent-color);
  transition: transform 0.2s ease;
  filter: none;
}
body.home .intent-tile__label {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1c1c;
  letter-spacing: -0.005em;
}

.home-weather {
  z-index: 2;
  position: relative;
}
.home-weather .home-weather__head {
  margin-bottom: 16px;
}
.home-weather .home-weather__card {
  --hw-bg: #ffffff;
  --hw-tint: rgba(0, 104, 121, 0.06);
  --hw-ink: #1a1c1c;
  --hw-ink-soft: rgba(26, 28, 28, 0.7);
  --hw-muted: rgba(26, 28, 28, 0.55);
  --hw-border: rgba(26, 28, 28, 0.08);
  --hw-accent: #006879;
  --hw-chip: rgba(26, 28, 28, 0.05);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  color: var(--hw-ink);
  background: radial-gradient(420px 220px at 100% 0%, var(--hw-tint) 0%, transparent 60%), var(--hw-bg);
  border: 1px solid var(--hw-border);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 10px 26px rgba(26, 28, 28, 0.05);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  padding: 16px 18px;
  gap: 14px;
}
.home-weather .home-weather__card[data-state=loading] .home-weather__temp,
.home-weather .home-weather__card[data-state=loading] .home-weather__desc,
.home-weather .home-weather__card[data-state=loading] .home-weather__suggestion-label {
  opacity: 0.55;
}
.home-weather .home-weather__card[data-state=error] .home-weather__desc {
  color: #8a1a1a;
}
.home-weather .home-weather__card[data-weather-theme=sunny] {
  --hw-bg: #fffaf0;
  --hw-tint: rgba(253, 200, 0, 0.28);
  --hw-accent: #b5890a;
  --hw-chip: rgba(253, 200, 0, 0.28);
  --hw-border: rgba(181, 137, 10, 0.22);
}
.home-weather .home-weather__card[data-weather-theme=partly] {
  --hw-bg: #fcfbf5;
  --hw-tint: rgba(253, 200, 0, 0.18);
  --hw-accent: #7a7147;
  --hw-chip: rgba(253, 200, 0, 0.2);
  --hw-border: rgba(122, 113, 71, 0.2);
}
.home-weather .home-weather__card[data-weather-theme=cloudy] {
  --hw-bg: #f6f8f9;
  --hw-tint: rgba(122, 132, 140, 0.2);
  --hw-accent: #52616b;
  --hw-chip: rgba(122, 132, 140, 0.18);
  --hw-border: rgba(82, 97, 107, 0.22);
}
.home-weather .home-weather__card[data-weather-theme=rainy] {
  --hw-bg: #f2f8fa;
  --hw-tint: rgba(0, 104, 121, 0.22);
  --hw-accent: #006879;
  --hw-chip: rgba(0, 104, 121, 0.18);
  --hw-border: rgba(0, 104, 121, 0.22);
}
.home-weather .home-weather__card[data-weather-theme=snowy] {
  --hw-bg: #f4fafc;
  --hw-tint: rgba(148, 196, 210, 0.35);
  --hw-accent: #3d6f7d;
  --hw-chip: rgba(148, 196, 210, 0.32);
  --hw-border: rgba(61, 111, 125, 0.22);
}
.home-weather .home-weather__card[data-weather-theme=foggy] {
  --hw-bg: #f7f8f9;
  --hw-tint: rgba(140, 152, 160, 0.22);
  --hw-accent: #5c6770;
  --hw-chip: rgba(140, 152, 160, 0.2);
  --hw-border: rgba(92, 103, 112, 0.22);
}
.home-weather .home-weather__card[data-weather-theme=stormy] {
  --hw-bg: #f2f3f7;
  --hw-tint: rgba(60, 72, 110, 0.26);
  --hw-accent: #3c486e;
  --hw-chip: rgba(60, 72, 110, 0.22);
  --hw-border: rgba(60, 72, 110, 0.26);
}
.home-weather .home-weather__hero {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.home-weather .home-weather__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  font-size: 1.7rem;
  line-height: 1;
  border-radius: 12px;
  background: var(--hw-chip);
  color: var(--hw-accent);
  width: 48px;
  height: 48px;
  font-size: 1.85rem;
  border-radius: 14px;
}
.home-weather .home-weather__hero-data {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}
.home-weather .home-weather__location {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hw-muted);
}
.home-weather .home-weather__location .home-weather__pin {
  flex: 0 0 auto;
  color: var(--hw-accent);
}
.home-weather .home-weather__location .home-weather__dot {
  opacity: 0.55;
}
.home-weather .home-weather__location .home-weather__when {
  color: var(--hw-ink-soft);
}
.home-weather .home-weather__combo {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.home-weather .home-weather__temp {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--hw-ink);
  font-size: 1.9rem;
}
.home-weather .home-weather__temp .home-weather__temp-unit {
  font-size: 0.7em;
  font-weight: 700;
  color: var(--hw-ink-soft);
  margin-left: 1px;
}
.home-weather .home-weather__desc {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hw-ink-soft);
  letter-spacing: -0.005em;
}
.home-weather .home-weather__suggestion {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 10px;
  padding: 9px 11px;
  border-radius: 12px;
  background: var(--hw-chip);
}
.home-weather .home-weather__suggestion-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  color: var(--hw-ink);
}
.home-weather .home-weather__suggestion-text {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  gap: 1px;
}
.home-weather .home-weather__suggestion-lead {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hw-muted);
}
.home-weather .home-weather__suggestion-label {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--hw-ink);
}
.home-weather .home-weather__suggestion-emoji {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 1.05rem;
  line-height: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
}
.home-weather .home-weather__suggestion-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: transparent;
  color: var(--hw-accent);
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid currentColor;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.home-weather .home-weather__suggestion-cta:hover, .home-weather .home-weather__suggestion-cta:focus-visible {
  background: var(--hw-accent);
  color: #fff;
  border-color: var(--hw-accent);
  transform: translateY(-1px);
  text-decoration: none;
}
.home-weather .home-weather__suggestion-cta svg {
  flex: 0 0 auto;
}
.home-weather .home-weather__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.home-weather .home-weather__geo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: transparent;
  color: var(--hw-ink-soft);
  border: 1px dashed var(--hw-border);
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.home-weather .home-weather__geo:hover, .home-weather .home-weather__geo:focus-visible {
  background: var(--hw-accent);
  color: #fff;
  border-color: var(--hw-accent);
  border-style: solid;
  transform: translateY(-1px);
}
.home-weather .home-weather__geo:disabled {
  opacity: 0.6;
  cursor: progress;
  transform: none;
}
.home-weather .home-weather__geo[data-weather-geo-active="1"] {
  background: var(--hw-accent);
  color: #fff;
  border-color: var(--hw-accent);
  border-style: solid;
}
.home-weather .home-weather__geo svg {
  flex: 0 0 auto;
}
.home-weather .home-weather__source {
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hw-muted);
  opacity: 0.85;
  white-space: nowrap;
}
.home-weather .home-weather__source a {
  color: inherit;
  text-decoration: none;
}
.home-weather .home-weather__source a:hover {
  color: var(--hw-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.home .banner-home-split .home-weather {
  align-self: start;
  justify-self: start;
  width: 100%;
  max-width: 340px;
  margin-left: 50px;
  margin-top: -69px;
}
body.home .banner-home-split .home-weather__head {
  display: none;
}
body.home .banner-home-split .home-weather__card {
  padding: 10px 12px;
  border-radius: 14px;
  gap: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 10px 22px rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, color-mix(in srgb, var(--hw-bg) 92%, var(--hw-tint)) 0%, var(--hw-bg) 100%);
  padding: 11px 13px;
  border-radius: 16px;
  gap: 11px;
}
body.home .banner-home-split .home-weather__icon {
  width: 36px;
  height: 36px;
  font-size: 1.35rem;
  border-radius: 10px;
}
body.home .banner-home-split .home-weather__hero {
  gap: 10px;
}
body.home .banner-home-split .home-weather__temp {
  font-size: 1.5rem;
  font-size: 1.65rem;
}
body.home .banner-home-split .home-weather__desc {
  font-size: 0.82rem;
}
body.home .banner-home-split .home-weather__suggestion {
  padding: 7px 10px;
  gap: 6px 8px;
}
body.home .banner-home-split .home-weather__suggestion-label {
  font-size: 0.82rem;
}
body.home .banner-home-split .home-weather__suggestion-lead {
  font-size: 0.6rem;
}
body.home .banner-home-split .home-weather__suggestion-cta {
  padding: 4px 9px;
  font-size: 0.7rem;
}
body.home .banner-home-split .home-weather__suggestion-emoji {
  width: 24px;
  height: 24px;
  font-size: 0.95rem;
  border-radius: 7px;
}
body.home .banner-home-split .home-weather__footer {
  gap: 4px 8px;
}
body.home .banner-home-split .home-weather__geo {
  padding: 5px 10px;
  font-size: 0.7rem;
}
body.home .banner-home-split .home-weather__source {
  font-size: 0.58rem;
}

.CTA.Detail.App {
  margin-top: 40px;
}

body.home .mainrow {
  padding-bottom: 40px;
}
body.home .mainrow > .maincolumn {
  padding-top: 35px;
}
body.home .mainrow > .maincolumn:not(.col-sm-12) {
  padding-right: 60px;
}
body.home .banner .ontop .back {
  margin-right: 0;
}
body.home .banner .ontop .Filters {
  width: 100%;
}
body.home .banner .ontop .form-control.large > .dropdown-menu {
  left: 190px;
}