@charset "UTF-8";
.faq-section.one-column {
  margin: 0 !important;
  padding: 80px 0 !important;
}

.wvc-listing {
  width: 100%;
}
.wvc-listing__inner {
  display: flex;
  align-items: flex-start;
  padding-top: 150px;
}
.wvc-listing__main {
  flex: 0 0 948px;
  width: 948px;
  max-width: 100%;
  min-width: 0;
}
.wvc-listing__intro {
  margin-bottom: 40px;
}
.wvc-listing__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #3339F1;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.wvc-listing__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.wvc-listing__breadcrumb-link {
  color: rgba(20, 21, 31, 0.7);
  text-decoration: none;
}
.wvc-listing__breadcrumb-link:hover {
  color: #14151F;
}
.wvc-listing__breadcrumb-sep {
  color: rgba(20, 21, 31, 0.7);
}
.wvc-listing__breadcrumb-current {
  color: #3339F1;
}
.wvc-listing__title {
  margin: 0 0 12px;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}
.wvc-listing__subtitle {
  margin: 0;
  color: rgba(20, 21, 31, 0.7);
  font-family: "Evergrow Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.wvc-listing__search {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.wvc-listing__search .search-holder {
  display: none;
}
.wvc-listing__more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.wvc-listing .wvc-see-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.wvc-listing .wvc-see-more:hover {
  background: #f5f5f6;
}
.wvc-listing .wvc-see-more__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 22px;
  margin: -10px 0 0 -11px;
  display: none;
  animation: wvc-dot-spin 0.8s steps(8) infinite;
}
.wvc-listing .wvc-see-more__spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 3px;
  margin-left: -1.5px;
  border-radius: 50%;
  background: #14151F;
  box-shadow: 6.7px 2.8px 0 rgba(20, 21, 31, 0.35), 9.5px 9.5px 0 rgba(20, 21, 31, 0.35), 6.7px 16.2px 0 rgba(20, 21, 31, 0.35), 0 19px 0 rgba(20, 21, 31, 0.35), -6.7px 16.2px 0 rgba(20, 21, 31, 0.35), -9.5px 9.5px 0 rgba(20, 21, 31, 0.35), -6.7px 2.8px 0 rgba(20, 21, 31, 0.35);
}
.wvc-listing .wvc-see-more.is-loading {
  pointer-events: none;
}
.wvc-listing .wvc-see-more.is-loading .wvc-see-more__label {
  visibility: hidden;
}
.wvc-listing .wvc-see-more.is-loading .wvc-see-more__spinner {
  display: block;
}
.wvc-listing.is-loading .wvc-cards {
  opacity: 0.6;
  pointer-events: none;
}

.wvc-subcats {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.wvc-subcats::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.wvc-subcats__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wvc-subcats__scroll::-webkit-scrollbar {
  display: none;
}
.wvc-subcats__scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.wvc-subcats__track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  padding-right: 48px;
}

.wvc-subcat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: content-box;
  height: 34px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(20, 21, 31, 0.12);
  background: #fff;
  color: rgba(20, 21, 31, 0.7);
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.wvc-subcat.is-active {
  border-color: rgba(51, 57, 241, 0.16);
  background: rgba(51, 57, 241, 0.16);
}

.wvc-cat-dropdown,
.wvc-subcat-filter {
  display: none;
  position: relative;
}

.wvc-cat-dropdown {
  flex: 1 1 auto;
  min-width: 0;
}
.wvc-cat-dropdown .wvc-cat-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 36px;
  padding: 0 12px 0 16px;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.wvc-cat-dropdown .wvc-cat-toggle__chevron {
  flex: 0 0 auto;
  color: #14151F;
  transition: transform 0.15s ease;
}
.wvc-cat-dropdown.is-open .wvc-cat-toggle {
  border-color: #3339F1;
}
.wvc-cat-dropdown.is-open .wvc-cat-toggle__chevron {
  transform: rotate(180deg);
}

.wvc-subcat-filter {
  flex: 0 0 auto;
}
.wvc-subcat-filter__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.wvc-subcat-filter__toggle img {
  display: block;
  width: 20px;
  height: 20px;
}
.wvc-subcat-filter.is-open .wvc-subcat-filter__toggle {
  border-color: #3339F1;
}
.wvc-subcat-filter .wvc-cat-panel {
  left: auto;
  right: 0;
  width: auto;
  min-width: 260px;
}

.wvc-cat-panel {
  position: absolute;
  z-index: 50;
  top: calc(100% + 8px);
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 360px;
  overflow: hidden auto;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(20, 21, 31, 0.1), 0 2px 4px rgba(20, 21, 31, 0.06);
}
.wvc-cat-panel[hidden] {
  display: none;
}
.wvc-cat-panel {
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 21, 31, 0.08) transparent;
}
.wvc-cat-panel::-webkit-scrollbar {
  width: 6px;
}
.wvc-cat-panel::-webkit-scrollbar-track {
  background: transparent;
}
.wvc-cat-panel::-webkit-scrollbar-thumb {
  background: rgba(20, 21, 31, 0.08);
  border-radius: 3px;
}

.wvc-cat-panel__heading {
  display: block;
  overflow: hidden;
  padding: 7px 8px;
  color: rgba(20, 21, 31, 0.5);
  font-family: "Evergrow Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-overflow: ellipsis;
}

.wvc-cat-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 8px;
  border-radius: 8px;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.wvc-cat-option:hover {
  background: rgba(20, 21, 31, 0.04);
}
.wvc-cat-option > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wvc-cat-option__check {
  flex: 0 0 auto;
  opacity: 0;
}
.wvc-cat-option.is-selected {
  background: rgba(20, 21, 31, 0.04);
}
.wvc-cat-option.is-selected .wvc-cat-option__check {
  opacity: 1;
}

.wvc-filters-row {
  display: none;
  align-items: center;
  gap: 8px;
}

.search-holder {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0;
  width: 300px;
  min-width: 0;
}
.search-holder:hover input {
  border-color: rgba(20, 21, 31, 0.5);
}
.search-holder.focused input {
  border-color: #3339f1;
}
.search-holder .loader {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-bottom-color: #000000;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.search-holder .loader.show {
  display: inline-block;
}
.search-holder * {
  box-sizing: border-box;
}
.search-holder input {
  width: 100%;
  display: block;
  height: 36px;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
  padding: 0 8px 0 40px;
  box-shadow: none;
  background: #fff url("../../../../../uploads/tenweb-theme/images/icons/search_industry.svg") no-repeat center left 16px/16px 16px;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.search-holder input::placeholder {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
}
.search-holder input:focus {
  outline: none;
  border-color: #3339f1;
}
.search-holder .wvc-search-clear {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  background: url(../../../../../uploads/tenweb-theme/images/icons/close-thin.svg) no-repeat center center/12px 12px;
  opacity: 0.6;
}
.search-holder .wvc-search-clear:hover {
  opacity: 0.8;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wvc-dot-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.callout_container.wvc-callout.section_padding {
  padding-top: 0;
}

.callout_container.wvc-callout.wvc-callout-search.section_padding {
  padding-top: 160px;
}

/* Sidebar */
.wvc-sidebar {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  flex: 0 0 262px;
  width: 262px;
  margin-right: 50px;
  max-height: calc(100vh - 104px);
  display: flex;
  flex-direction: column;
}
.wvc-sidebar__search-slot {
  display: none;
}
.wvc-sidebar__search-slot .search-holder {
  width: 100%;
}
.wvc-sidebar__group:not(:last-child) {
  flex: 0 0 auto;
  margin-bottom: 40px;
}
.wvc-sidebar__group:last-child {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.wvc-sidebar__group:last-child .wvc-sidebar__list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 21, 31, 0.08) transparent;
}
.wvc-sidebar__group:last-child .wvc-sidebar__list::-webkit-scrollbar {
  width: 6px;
}
.wvc-sidebar__group:last-child .wvc-sidebar__list::-webkit-scrollbar-track {
  background: transparent;
}
.wvc-sidebar__group:last-child .wvc-sidebar__list::-webkit-scrollbar-thumb {
  background: rgba(20, 21, 31, 0.08);
  border-radius: 3px;
}
.wvc-sidebar__all {
  display: inline-block;
  margin-bottom: 24px;
  color: #3339F1;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.wvc-sidebar__all.is-active {
  font-weight: 600;
}
.wvc-sidebar__heading {
  display: block;
  margin-bottom: 14px;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.wvc-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wvc-sidebar__list li {
  margin: 0;
}
.wvc-sidebar__item {
  display: block;
  padding: 8px 0;
  color: rgba(20, 21, 31, 0.7);
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.wvc-sidebar__item:hover {
  color: #14151F;
}
.wvc-sidebar__item.is-active {
  color: #3339F1;
  font-weight: 500;
}
.wvc-sidebar__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.wvc-sidebar__tag.is-active {
  color: rgba(20, 21, 31, 0.7);
  font-weight: 400;
}
.wvc-sidebar__tag:hover {
  color: #14151F;
}
.wvc-sidebar__tag-label {
  flex: 1 1 auto;
}

.wvc-checkbox {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(20, 21, 31, 0.2);
  border-radius: 6px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.wvc-checkbox svg {
  opacity: 0;
}

.wvc-sidebar__tag.is-active .wvc-checkbox {
  background: #3339F1;
  border-color: #3339F1;
}
.wvc-sidebar__tag.is-active .wvc-checkbox svg {
  opacity: 1;
}

/* Cards grid — 3 per row */
.wvc-cards {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  column-gap: 24px;
  row-gap: 64px;
}

/* No-results message — centered in the results area, with an icon. */
.wvc-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 96px 20px;
  color: rgba(20, 21, 31, 0.5);
  font-family: "Evergrow Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.wvc-empty[hidden] {
  display: none;
}
.wvc-empty__icon {
  flex: 0 0 auto;
}

.wvc-card {
  display: block;
  cursor: pointer;
}
.wvc-card__thumb {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 219px;
  border: 1px solid rgba(20, 21, 31, 0.14);
  border-radius: 16px;
  background: #f5f5f7;
}
.wvc-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wvc-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: rgba(20, 21, 31, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wvc-card__overlay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 36px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wvc-card:hover .wvc-card__overlay, .wvc-card:focus-visible .wvc-card__overlay {
  opacity: 1;
  visibility: visible;
}
.wvc-card__title {
  margin: 24px 0 0;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

/* Preview modal */
.wvc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  pointer-events: auto;
  opacity: 1;
  visibility: unset;
  transform: scale(1);
  transition: all 0.2s ease;
}
.wvc-modal[hidden] {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
}
.wvc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.wvc-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.wvc-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 16px;
}
.wvc-modal__title {
  margin: 0;
  color: #14151F;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.wvc-modal__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wvc-modal__use {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 8px;
  font-family: "Evergrow Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  background: #14151F;
  color: #fff;
  transition: background-color 0.15s ease;
}
.wvc-modal__use:hover {
  background: rgba(20, 21, 31, 0.7);
}
.wvc-modal__viewport {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  padding: 2px;
  gap: 2px;
  border-radius: 8px;
  background: rgba(20, 21, 31, 0.06);
}
.wvc-modal__vp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.wvc-modal__vp img {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.wvc-modal__vp.is-active {
  background: #fff;
  box-shadow: 0 1px 3px rgba(20, 21, 31, 0.12);
}
.wvc-modal__vp.is-active img {
  opacity: 1;
}
.wvc-modal__vp:not(.is-active):hover {
  background: rgba(20, 21, 31, 0.06);
}
.wvc-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #14151F;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.wvc-modal__close svg {
  width: 16px;
  height: 16px;
}
.wvc-modal__close:hover {
  background: rgba(20, 21, 31, 0.08);
}
.wvc-modal__body {
  display: flex;
  flex: 1;
  min-height: 0;
  padding: 0 10px 10px;
}
.wvc-modal__iframe {
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(20, 21, 31, 0.12);
  border-radius: 8px;
}
.wvc-modal.is-mobile-preview .wvc-modal__body {
  justify-content: center;
}
.wvc-modal.is-mobile-preview .wvc-modal__iframe {
  flex: 0 0 375px;
  width: 375px;
  max-width: 100%;
}
.wvc-modal__foot {
  display: none;
}

body.wvc-modal-open {
  overflow: hidden;
}

/* Category page — uniform section rhythm.
   Each section: 80px top + 80px bottom. Last section: 160px bottom.
   The listing contributes only an 80px bottom gap (its top is the nav offset).
   Components bring their own vertical padding/margins, which we strip here so
   the wrapper owns the spacing. */
.single-website-template .wvc-listing__inner {
  padding-bottom: 80px;
}

.wvc-cat-sections .wvc-cat-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wvc-cat-sections .wvc-cat-section:last-child {
  padding-bottom: 160px;
}
.wvc-cat-sections .left-right,
.wvc-cat-sections .horizontal-blocks,
.wvc-cat-sections .callout_container,
.wvc-cat-sections .faq-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1311px) {
  .wvc-sidebar__search-slot {
    flex: 0 0 auto;
    display: flex;
    margin-bottom: 40px;
  }
}
