.home-directions {
  flex: none;
  order: 1;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(28px,5vw,56px) clamp(16px,5vw,48px) clamp(32px,6vw,72px);
  background: #fff
}
.home-directions__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin: 0 auto
}
.home-directions__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px,2vw,12px);
  margin-bottom: clamp(24px,4vw,40px)
}
.home-directions__tags-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: clamp(10px,3vw,16px);
  flex-wrap: wrap
}
.home-directions__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(10px,2vw,12px) clamp(14px,3vw,20px);
  gap: 10px;
  box-sizing: border-box;
  background: rgba(240,242,242,.8);
  font-family: Roboto,system-ui,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 1.8vw, 14px);
  line-height: 1.14;
  color: #59595b;
  flex: none
}
.home-directions__tag--num {
  min-width: 3ch;
  padding-inline: clamp(14px,3vw,20px);
  justify-content: center
}
.home-directions__title {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: Ubuntu,system-ui,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.375rem, 3.5vw + .5rem, 2.25rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #252529
}
.home-directions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(100%,17.5rem),1fr));
  gap: clamp(10px,2vw,14px);
  margin-bottom: clamp(16px,3vw,24px);
  width: 100%
}
.home-directions__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(16px,3vw,20px);
  gap: clamp(14px,2.5vw,20px);
  isolation: isolate;
  min-width: 0;
  min-height: 0;
  background: #f0f2f2
}
.home-directions__media {
  position: relative;
  width: 100%;
  flex: none;
  align-self: stretch;
  z-index: 0
}
.home-directions__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 406/228;
  object-fit: cover
}
.home-directions__badge {
  position: absolute;
  left: clamp(6px,1.5vw,10px);
  bottom: clamp(8px,2vw,14px);
  top: auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(8px,1.5vw,10px);
  gap: 6px;
  box-sizing: border-box;
  background: rgba(234,179,0,.2);
  z-index: 4;
  max-width: calc(100% - 16px)
}
.home-directions__badge svg {
  flex-shrink: 0
}
.home-directions__badge span {
  font-family: Roboto,system-ui,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(11px, 2vw, 12px);
  line-height: 1.17;
  color: #252529
}
.home-directions__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(6px,1.5vw,8px);
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  z-index: 1
}
.home-directions__card-title {
  margin: 0;
  font-family: Roboto,system-ui,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.22;
  color: #513172
}
.home-directions__card-text {
  margin: 0;
  font-family: Roboto,system-ui,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(13px, 1.8vw, 14px);
  line-height: 1.14;
  color: #59595b
}
.home-directions .hero-banner-btn.home-directions__btn {
  flex: none;
  align-self: stretch;
  transition: background-color 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease
}
@media (hover:hover) {
  .home-directions .hero-banner-btn.home-directions__btn:hover {
    filter: none;
    background: #eab300;
    border-color: #eab300;
    color: #252529;
    box-shadow: 0 2px 14px rgba(234,179,0,.38)
  }
}
.home-directions .hero-banner-btn.home-directions__btn:focus-visible {
  filter: none;
  background: #eab300;
  border-color: #eab300;
  color: #252529;
  outline: 2px solid rgba(234,179,0,.35);
  outline-offset: 3px
}
.home-directions__footer {
  display: flex;
  justify-content: center;
  width: 100%
}
.home-directions__all {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  width: min(445px,100%);
  height: 50px;
  flex: none;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent
}
.home-directions__all-main {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  gap: 10px;
  flex: 1 1 0;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
  background: #f0f2f2
}
.home-directions__all-label {
  flex: none;
  width: auto;
  max-width: 181px;
  min-height: 16px;
  margin: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #513172;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.home-directions__all-label::selection {
  background: 0 0
}
.home-directions__all-icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 10px;
  width: 50px;
  min-width: 50px;
  min-height: 0;
  flex: none;
  align-self: stretch;
  background: #f0f2f2
}
.home-directions__all-icon svg {
  flex: none;
  width: 31px;
  height: 31px;
  display: block
}
.home-directions.home-directions--nested {
  flex: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: 0 0
}
.home-directions.home-directions--nested .home-directions__grid {
  margin-bottom: 0
}