.zr-resource-menu .w-dropdown-list {
  min-width: 210px;
}

.zr-resource-menu .nav-dropdown-link {
  white-space: nowrap;
}

.zr-main-menu-links {
  column-gap: 18px;
  row-gap: 18px;
}

.navbar .image-389 {
  width: 120px;
  height: auto !important;
  object-fit: contain;
}

.image-375 {
  height: auto !important;
  object-fit: contain;
}

.zr-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.zr-home-hero-actions .primary-button {
  margin-top: 0;
}

.zr-home-tools-button {
  color: #181823;
  background: #e09900;
  border-color: #e09900;
}

.zr-home-tools-button:hover {
  color: #181823;
  background: #f2aa12;
}

[data-zr-resource-toggle] {
  cursor: pointer;
}

[data-zr-resource-toggle]:focus-visible {
  outline: 3px solid #e09900;
  outline-offset: 4px;
}

[data-zr-resource-panel] {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

[data-zr-resource-panel].open {
  max-height: 260px;
}

@media (min-width: 992px) {
  .zr-mobile-resource-menu {
    display: none;
  }
}

@media (max-width: 479px) {
  .zr-home-hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .zr-home-hero-actions .primary-button {
    width: 100%;
  }
}
