/* Generated route split from styles.css and responsive_grid_mapspot.css. */
/* Builder pages reuse the shared featured-card image pattern. */
.builder-page .nhf-home-featured-image {
	aspect-ratio: 4 / 3;
	background: #081522;
	border-radius: 8px 8px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.builder-page .nhf-home-featured-image-link {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.builder-page .nhf-home-featured-image-link > img:not(.nhf-home-featured-status-banner) {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.builder-page .nhf-home-featured-image .nhf-home-featured-status-banner {
	height: auto;
	left: 0;
	max-width: 72px;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 22%;
}

@media screen and (max-width: 760px) {
	.builder-page .nhf-home-featured-image .nhf-home-featured-status-banner {
		max-width: 94px;
		width: 27%;
	}
}

/* From css/styles.css */
.builder-page .banner-image {
	padding-bottom: 50%;
}

.builder-page .logo-box-smaller img {
	margin: 0 auto;
	display: block;
	padding:2% 10%;
}

.builder-page .short-description p {
	padding:18px 0px 20px 0px;
}

.builder-page-dev-banner {
  width: 280px;
  height: 160px;
  border-radius: 5px;
  overflow:hidden;
}

.builder-page-dev-banner img {
	height:100%;
}

.builder-page .data-table a {
	line-height: 42px;
	font-size: 26px;
}

.builder-page ul.info-list {
	margin-top:0;
}

.builder-page .data-table td {
    border-bottom: 1px solid #ddd;
    line-height: 23px;
}

.builder-page .data-table tr:first-child td:not(:first-child) {
	border-top: 1px solid #ddd;
}

.builder-page .data-table tbody tr td:first-child { border-left: 0;}

.builder-page .data-table tbody tr td:first-child { vertical-align:middle;border-top: 1px solid #ddd;  border-bottom: 1px solid #ddd;  border-top-left-radius: 10px;  border-bottom-left-radius: 10px; }

.builder-page .data-table tbody tr.short-description td:first-child { border-top: 1px solid #f6f6f6;   border-bottom: 1px solid #ddd;}

.builder-page .data-table tbody tr:nth-child(2) td:first-child { border-top: 0;}

.ie6 .builder-page .data-table tbody tr td:first-child, .ie7 .builder-page .data-table tbody tr td:first-child, .ie8 .builder-page .data-table tbody tr td:first-child {
 	background: none !important;
 }

.builder-page .data-table tr:hover td:first-child {
 	opacity:0.9;
 }

.builder-page .top-title h1 {
	font-size:40px;
}

@media (max-width: 900px) {
html.builder-page .nhf-shared-site-header .nhf-builder-mobile-back {
		display: none !important;
	}

html.builder-page .nhf-shared-site-header #top-search-form {
		display: none !important;
	}

html.builder-page .nhf-shared-site-header .nhf-mobile-search-header-open {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: flex !important;
		height: 32px;
		width: 52px;
	}
}

/* From css/responsive_grid_mapspot.css */
.builder-page .nhf-builder-mobile-hero,
.builder-page .nhf-builder-mobile-overview {
  display: none;
}

.builder-page .nhf-builder-mobile-about-action {
  display: none;
}

.builder-page .nhf-builder-desktop-brand {
  display: none;
}

.builder-page .nhf-builder-desktop-about-card {
  display: none;
}

.builder-page .nhf-builder-desktop-sold-heading {
  display: none;
}

.builder-page .nhf-builder-summary-more {
  align-items: center;
  border: 1px solid rgba(32, 216, 255, 0.76);
  border-radius: 5px;
  color: #20d8ff;
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
  margin-left: 4px;
  padding: 5px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.builder-page .nhf-builder-summary-more::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: inline-block;
  height: 6px;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
  width: 6px;
}

.builder-page .nhf-builder-summary-more:hover,
.builder-page .nhf-builder-summary-more:focus {
  border-color: currentColor;
  color: #7ae7ff;
  text-decoration: none;
}

.builder-page .nhf-builder-about-media {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 46px;
  width: 100%;
}

.builder-page .nhf-builder-about-media--direct {
  grid-template-columns: minmax(0, 1fr);
}

.builder-page .nhf-builder-about-media-reel {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.builder-page .nhf-builder-about-media--direct .nhf-builder-about-media-reel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.builder-page .nhf-builder-about-media--count-1 .nhf-builder-about-media-reel {
  grid-template-columns: minmax(0, 380px);
}

.builder-page .nhf-builder-about-media--count-2 .nhf-builder-about-media-reel {
  grid-template-columns: repeat(2, minmax(0, 380px));
}

.builder-page .nhf-builder-about-media-tile,
.builder-page .nhf-builder-about-media-more,
.builder-page .nhf-builder-about-media-list-item {
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
}

.builder-page .nhf-builder-about-media-tile {
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

.builder-page .nhf-builder-about-media-tile img,
.builder-page .nhf-builder-about-media-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.builder-page .nhf-builder-about-media-tile:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.builder-page .nhf-builder-about-media-play {
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  height: 38px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  z-index: 1;
}

.builder-page .nhf-builder-about-media-play:after {
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  left: 15px;
  position: absolute;
  top: 10px;
}

.builder-page .nhf-builder-about-media-more {
  align-items: center;
  background: rgba(22, 191, 234, 0.12);
  border: 1px solid rgba(32, 216, 255, 0.4);
  border-radius: 7px;
  color: #20d8ff;
  display: inline-flex;
  justify-content: center;
  min-width: 46px;
  padding: 0;
}

.builder-page .nhf-builder-about-media-more svg {
  height: 24px;
  width: 24px;
}

.builder-page .nhf-builder-about-media-reel:focus,
.builder-page .nhf-builder-about-media-more:focus,
.builder-page .nhf-builder-about-media-list-item:focus {
  outline: 2px solid #20d8ff;
  outline-offset: 3px;
}

.builder-page .nhf-builder-about-media-drawer[hidden] {
  display: none;
}

.builder-page .nhf-builder-about-media-drawer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1900;
}

.builder-page .nhf-builder-about-media-drawer-backdrop {
  background: rgba(0, 0, 0, 0.72);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.builder-page .nhf-builder-about-media-drawer-panel {
  background: #03111a;
  border-left: 1px solid rgba(32, 216, 255, 0.28);
  bottom: 0;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.48);
  color: #fff;
  max-width: min(820px, 100vw);
  overflow-y: auto;
  padding: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 64vw;
}

.builder-page .nhf-builder-about-media-drawer-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.builder-page .nhf-builder-about-media-drawer-head h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.builder-page .nhf-builder-about-media-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  cursor: pointer;
  height: 42px;
  position: relative;
  width: 42px;
}

.builder-page .nhf-builder-about-media-close:before,
.builder-page .nhf-builder-about-media-close:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  top: 19px;
  width: 17px;
}

.builder-page .nhf-builder-about-media-close:before {
  transform: rotate(45deg);
}

.builder-page .nhf-builder-about-media-close:after {
  transform: rotate(-45deg);
}

.builder-page .nhf-builder-about-media-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-page .nhf-builder-about-media-list-item,
.builder-page .nhf-builder-about-media-drawer .video-thumbnail {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  float: none;
  gap: 10px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.builder-page .nhf-builder-about-media-list-item:hover,
.builder-page .nhf-builder-about-media-list-item:focus {
  background: rgba(32, 216, 255, 0.1);
  border-color: rgba(32, 216, 255, 0.42);
}

.builder-page .nhf-builder-about-media-thumb {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.builder-page .nhf-builder-about-media-label {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  min-height: 36px;
  padding: 0 12px 12px;
}

.builder-page .nhf-builder-about-media-duration {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 7px;
  position: absolute;
  right: 10px;
  top: calc((100% - 46px) * 0.5625 - 34px);
}

@media screen and (min-width: 901px) {
html.builder-page,
  html.builder-page body,
  .builder-page {
    background: #020910;
  }

.builder-page main {
    background: #020910;
  }

.builder-page main > .container_all {
    background: #020910;
    box-sizing: border-box;
    max-width: 1760px;
    padding: 0 10px 54px;
  }

.builder-page .top-label {
    background-color: #020910;
    background-image:
      linear-gradient(90deg, #020910 0%, rgba(2, 9, 16, 0.96) 50%, rgba(2, 9, 16, 0.68) 100%),
      linear-gradient(180deg, rgba(2, 9, 16, 0.06) 0%, rgba(2, 9, 16, 0.18) 58%, #020910 100%);
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: cover, cover;
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    min-height: 290px;
    overflow: hidden;
    padding: 22px max(24px, calc((100vw - 1760px) / 2 + 10px)) 46px !important;
    position: relative;
    width: 100vw;
  }

.builder-page .top-label:before {
    background-image:
      linear-gradient(90deg, #020910 0%, rgba(2, 9, 16, 0.95) 12%, rgba(2, 9, 16, 0.58) 34%, rgba(2, 9, 16, 0.08) 62%),
      linear-gradient(180deg, rgba(2, 9, 16, 0.04) 0%, rgba(2, 9, 16, 0.08) 58%, #020910 100%),
      var(--nhf-builder-banner, none);
    background-position: center center, center center, right center;
    background-repeat: no-repeat;
    background-size: cover, cover, cover;
    bottom: 0;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: max(24px, calc((100vw - 1760px) / 2 + 10px));
    top: 0;
    width: min(70vw, 1160px);
    z-index: 0;
  }

.builder-page .top-label > div {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1760px;
    position: relative;
    z-index: 1;
  }

.builder-page .top-title {
    color: #fff;
    margin: 0;
    max-width: 560px;
    text-align: left;
  }

.builder-page .top-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.16;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
  }

.builder-page .top-title h1 span.name {
    color: #fff;
  }

.builder-page .top-title h2 {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 30px;
    padding: 0;
  }

.builder-page .top-title h2 a {
    color: #fff;
  }

.builder-page .top-title h2 .nhf-builder-location-link {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    text-decoration: none;
  }

.builder-page .top-title h2 .nhf-builder-location-link svg {
    color: #18d2ff;
    flex: 0 0 15px;
    height: 15px;
    width: 15px;
  }

.builder-page .nhf-builder-desktop-brand {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 520px;
  }

.builder-page .nhf-builder-desktop-logo {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    min-height: 54px;
    max-width: 190px;
  }

.builder-page .nhf-builder-desktop-logo img {
    display: block;
    max-height: 78px;
    max-width: 190px;
    width: auto;
  }

.builder-page .nhf-builder-desktop-summary {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
    max-width: 510px;
  }

.builder-page .nhf-builder-desktop-summary .nhf-builder-summary-more {
    margin-left: 8px;
    position: relative;
    top: 4px;
  }

.builder-page .breadcrumb {
    align-items: center;
    background: rgba(5, 17, 27, 0.78);
    border: 1px solid rgba(75, 125, 160, 0.58);
    border-radius: 9px;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0;
    height: auto;
    margin: 0 0 50px;
    box-sizing: border-box;
    max-width: calc(100vw - 48px);
    min-height: 58px;
    overflow: visible;
    padding: 0;
    white-space: nowrap;
    width: max-content;
  }

.builder-page .breadcrumb:before {
    display: none;
  }

.builder-page .breadcrumb li,
  .builder-page .breadcrumb li:last-child {
    align-items: center;
    background: transparent;
    color: #26d5ff;
    display: flex;
    flex: 0 0 auto;
    font-size: 19px;
    font-weight: 500;
    height: 58px;
    margin: 0;
    padding: 0;
  }

.builder-page .breadcrumb li a,
  .builder-page .breadcrumb li:first-child a,
  .builder-page .breadcrumb li:nth-child(n) a {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    color: #18d2ff;
    display: flex;
    float: none;
    height: 58px;
    margin-right: 0;
    padding: 0;
  }

.builder-page .breadcrumb li:first-child a {
    color: #fff;
  }

.builder-page .breadcrumb li a:before,
  .builder-page .breadcrumb li a:after,
  .builder-page .breadcrumb li:first-child a:after,
  .builder-page .breadcrumb li:nth-child(n) a:after {
    border: 0 !important;
    content: none !important;
    display: none !important;
  }

.builder-page .breadcrumb li:first-child a:before {
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.5 11.5 12 4l8.5 7.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.5V20h4.8v-5.7h3.4V20h4.8v-9.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 30px 30px no-repeat,
      rgba(7, 20, 31, 0.7);
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid rgba(75, 125, 160, 0.58);
    border-top: 0 !important;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
    content: "" !important;
    display: block !important;
    flex: 0 0 78px;
    height: 58px;
    left: auto !important;
    margin-left: 0 !important;
    margin-right: 14px;
    margin-top: 0 !important;
    position: static !important;
    top: auto !important;
    width: 78px;
    z-index: auto !important;
  }

.builder-page .breadcrumb li:first-child span[itemprop="name"] {
    padding-left: 2px;
  }

.builder-page .breadcrumb li:after {
    color: #25d3ff;
    content: "\203A";
    display: inline-block;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    margin: 0 14px;
    transform: translateY(-1px);
  }

.builder-page .breadcrumb li:last-child:after {
    display: none;
  }

.builder-page .breadcrumb li span[itemprop="name"] {
    align-items: center;
    color: #18d2ff;
    display: flex;
    height: 58px;
    padding-right: 20px;
  }

.builder-page .breadcrumb li:last-child span[itemprop="name"] {
    color: #fff;
  }

.builder-page main > .container_all > .info-list-container,
  .builder-page .tab-nav-container,
  .builder-page .container_all > .always-75 > article {
    display: none !important;
  }

.builder-page .nhf-builder-mobile-overview {
    --nhf-home-featured-border: rgba(41, 199, 255, 0.32);
    --nhf-home-featured-blue: #19bfea;
    --nhf-home-featured-text: #fff;
    --nhf-home-featured-muted: rgba(255, 255, 255, 0.72);
    --nhf-home-featured-soft: rgba(172, 194, 220, 0.86);
    box-sizing: border-box;
    clear: both;
    color: #fff;
    display: block;
    float: none;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0 auto;
    padding: 28px 0 0;
    width: 100%;
  }

.builder-page .nhf-builder-mobile-overview *,
  .builder-page .nhf-builder-mobile-about-card *,
  .builder-page .nhf-builder-desktop-about-card * {
    box-sizing: border-box;
  }

.builder-page .nhf-builder-mobile-section-title {
    align-items: flex-end;
    border-bottom: 1px solid rgba(41, 199, 255, 0.22);
    display: flex;
    gap: 14px;
    margin: 0 0 22px;
    padding: 0 0 18px;
  }

.builder-page .nhf-builder-mobile-section-title > svg {
    color: var(--nhf-home-featured-blue);
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
  }

.builder-page .nhf-builder-mobile-section-title h2,
  .builder-page .nhf-builder-desktop-sold-heading h2,
  .builder-page .nhf-builder-mobile-about-card h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.14;
    margin: 0;
    padding: 0;
  }

.builder-page .nhf-builder-mobile-community-list {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
    width: 100%;
  }

.builder-page .nhf-builder-mobile-community-card.nhf-home-featured-card.nhf-home-featured-cycle-copy {
    display: none !important;
  }

.builder-page .nhf-builder-mobile-community-card.nhf-home-featured-card {
    max-width: none;
    min-width: 0;
    width: auto;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="5"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="6"]:not(.nhf-builder-mobile-sold-card) {
    grid-row: 2;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="5"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 1;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="6"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 2;
  }

.builder-page .nhf-builder-mobile-sold-reveal-card,
  .builder-page .nhf-builder-mobile-sold-card[hidden] {
    display: none !important;
  }

.builder-page .nhf-builder-mobile-sold-card.nhf-builder-desktop-cycle-card[hidden] {
    display: flex !important;
  }

.builder-page .nhf-builder-desktop-sold-heading {
    align-items: center;
    border-top: 1px solid rgba(41, 199, 255, 0.22);
    display: flex;
    gap: 14px;
    grid-column: 1 / -1;
    margin: 10px 0 0;
    padding: 28px 0 18px;
  }

.builder-page .nhf-builder-desktop-sold-heading > svg {
    color: rgba(255, 255, 255, 0.62);
  }

.builder-page .nhf-builder-desktop-about-card {
    align-items: flex-start;
    align-self: start;
    background: linear-gradient(180deg, rgba(6, 23, 35, 0.96), rgba(3, 13, 21, 0.98));
    border: 1px solid var(--nhf-home-featured-border);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 22px;
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin: 4px 0 6px;
    padding: 28px;
  }

.builder-page .nhf-builder-mobile-about-card {
    background: linear-gradient(180deg, rgba(6, 23, 35, 0.96), rgba(3, 13, 21, 0.98));
    border: 1px solid var(--nhf-home-featured-border);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 28px 0 0;
    padding: 28px;
  }

.builder-page .nhf-builder-mobile-about-card-footer {
    display: none;
  }

.builder-page .nhf-builder-mobile-about-card p {
    color: var(--nhf-home-featured-muted);
    font-size: 16px;
    line-height: 1.55;
    margin: 14px 0 0;
    max-width: 1120px;
  }

.builder-page .nhf-builder-desktop-about-card .nhf-builder-about-description {
    color: var(--nhf-home-featured-muted);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 1180px;
  }

.builder-page .nhf-builder-mobile-about-action {
    align-items: center;
    align-self: start;
    border: 1px solid var(--nhf-home-featured-blue);
    border-radius: 6px;
    color: var(--nhf-home-featured-blue);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 9px;
    min-height: 42px;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap;
  }

.builder-page .nhf-builder-mobile-about-action svg {
    height: 18px;
    width: 18px;
  }

.builder-page .nhf-dev-mobile-image-count {
    display: none;
  }
}

@media screen and (max-width: 700px) {
.builder-page .nhf-builder-about-media {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

.builder-page .nhf-builder-about-media--direct {
    grid-template-columns: minmax(0, 1fr);
  }

.builder-page .nhf-builder-about-media-reel {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.builder-page .nhf-builder-about-media:not(.nhf-builder-about-media--direct) .nhf-builder-about-media-tile:nth-child(n+3) {
    display: none;
  }

.builder-page .nhf-builder-about-media-drawer-panel {
    border-left: 0;
    max-width: none;
    padding: 22px 16px;
    width: 100vw;
  }

.builder-page .nhf-builder-about-media-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 901px) and (max-width: 1480px) {
.builder-page .nhf-builder-mobile-community-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="4"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="5"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="6"]:not(.nhf-builder-mobile-sold-card) {
    grid-row: 2;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="4"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 1;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="5"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 2;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="6"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 3;
  }
}

@media screen and (min-width: 901px) and (max-width: 1180px) {
.builder-page .nhf-builder-mobile-community-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="3"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="4"]:not(.nhf-builder-mobile-sold-card) {
    grid-row: 2;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="5"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="6"]:not(.nhf-builder-mobile-sold-card) {
    grid-row: 3;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="3"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="5"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 1;
  }

.builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="4"]:not(.nhf-builder-mobile-sold-card),
  .builder-page .nhf-builder-desktop-layout-active .nhf-builder-mobile-community-card[data-featured-cycle="0"][data-featured-base-position="6"]:not(.nhf-builder-mobile-sold-card) {
    grid-column: 2;
  }
}

@media screen and (max-width: 900px) {
.builder-page,
  html.builder-page body {
    background: #020910;
  }

.builder-page .top-label {
    padding: 0 !important;
  }

.builder-page .top-label > div {
    box-sizing: border-box;
    float: none !important;
    width: 100% !important;
  }

.builder-page .top-title,
  .builder-page .top-label > .map-city-box,
  .builder-page .tab-nav-container,
  .builder-page .container_all > .always-75 > article {
    display: none !important;
  }

.builder-page .nhf-builder-mobile-hero,
  .builder-page .nhf-builder-mobile-overview {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%;
  }

.builder-page .nhf-builder-mobile-hero {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

.builder-page .nhf-builder-mobile-hero *,
  .builder-page .nhf-builder-mobile-overview * {
    box-sizing: border-box;
  }

.builder-page .nhf-builder-mobile-card {
    background: #06121d;
    border: 0;
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

.builder-page .nhf-builder-mobile-card-bg {
    background:
      linear-gradient(90deg, rgba(2, 9, 16, 0.97) 0%, rgba(2, 9, 16, 0.88) 39%, rgba(2, 9, 16, 0.28) 100%),
      linear-gradient(180deg, rgba(2, 9, 16, 0.08) 0%, rgba(2, 9, 16, 0.92) 100%),
      var(--nhf-builder-banner, none) center / cover no-repeat;
    inset: 0;
    position: absolute;
  }

.builder-page .nhf-builder-mobile-card-content {
    display: flex;
    flex-direction: column;
    padding: 19px 23px 26px;
    position: relative;
    z-index: 1;
  }

.builder-page .nhf-builder-mobile-card h1 {
    color: #fff;
    font-family: 'Open sans', Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.14;
    margin: 0 0 8px;
    padding: 0;
  }

.builder-page .nhf-builder-mobile-location {
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    font-size: 16px;
    gap: 7px;
    line-height: 1.25;
    margin: 0 0 15px;
  }

.builder-page .nhf-builder-mobile-location svg {
    color: #10d3ff;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
  }

.builder-page .nhf-builder-mobile-logo {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    margin: 0 0 18px;
    max-width: 170px;
    min-height: 48px;
  }

.builder-page .nhf-builder-mobile-logo img {
    display: block;
    max-height: 70px;
    max-width: 170px;
    width: auto;
  }

.builder-page .nhf-builder-mobile-summary {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.42;
    margin: 0;
    max-width: 68%;
  }

.builder-page .nhf-builder-mobile-stats {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0 0;
  }

.builder-page .nhf-builder-mobile-stats > div {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 74px;
    padding: 0 9px;
    text-align: center;
  }

.builder-page .nhf-builder-mobile-stats > div:first-child {
    border-left: 0;
  }

.builder-page .nhf-builder-mobile-stats svg {
    color: #12d2ff;
    height: 26px;
    margin: 0 0 8px;
    width: 26px;
  }

.builder-page .nhf-builder-mobile-stats strong {
    color: #fff;
    font-size: 28px;
    line-height: 1;
  }

.builder-page .nhf-builder-mobile-stats span {
    font-size: 13px;
    line-height: 1.1;
  }

.builder-page .nhf-builder-mobile-stat-action {
    appearance: none;
    background: rgba(32, 216, 255, 0.14);
    border: 1px solid rgba(32, 216, 255, 0.72);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-top: 8px;
    min-height: 28px;
    padding: 7px 13px;
  }

.builder-page .nhf-builder-mobile-stat-action:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

.builder-page .nhf-builder-mobile-stat-action-top {
    margin: 0 0 8px;
  }

.builder-page main > .container_all {
    padding: 0 13px 24px !important;
  }

.builder-page .nhf-builder-mobile-overview {
    --nhf-home-featured-border: rgba(41, 199, 255, 0.32);
    --nhf-home-featured-blue: #19bfea;
    --nhf-home-featured-text: #fff;
    --nhf-home-featured-muted: rgba(255, 255, 255, 0.72);
    --nhf-home-featured-soft: rgba(172, 194, 220, 0.86);
    color: #fff;
    margin-top: 20px;
  }

.builder-page .nhf-builder-mobile-sold-shell[hidden] {
    display: none !important;
  }

.builder-page .nhf-builder-mobile-sold-shell {
    margin-top: 22px;
  }

.builder-page .nhf-builder-mobile-section-title {
    align-items: center;
    display: flex;
    gap: 9px;
    margin: 0 0 12px;
  }

.builder-page .nhf-builder-mobile-section-title > svg {
    color: #13d3ff;
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
  }

.builder-page .nhf-builder-mobile-section-title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0;
    padding: 0;
  }

.builder-page .nhf-builder-mobile-section-title p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.2;
    margin: 3px 0 0;
  }

.builder-page .nhf-builder-mobile-community-list {
    box-sizing: border-box;
    display: flex;
    gap: 26px;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 0 max(52px, calc((100vw - min(78vw, 706px)) / 2)) 6px !important;
    scroll-padding-inline: max(52px, calc((100vw - min(78vw, 706px)) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100vw;
  }

.builder-page .nhf-builder-mobile-community-list::-webkit-scrollbar {
    display: none;
  }

.builder-page .nhf-builder-mobile-featured-shell.is-featured-autoplaying .nhf-builder-mobile-community-list {
    scroll-behavior: smooth;
  }

.builder-page .nhf-builder-mobile-community-card.nhf-home-featured-card {
    display: flex;
    flex: 0 0 min(78vw, 706px);
    max-width: min(78vw, 706px);
    min-height: 0;
    min-width: min(78vw, 706px);
    scroll-snap-align: center;
    width: min(78vw, 706px);
  }

.builder-page .nhf-builder-about-section.nhf-builder-desktop-about-card {
    background: linear-gradient(110deg, rgba(6, 17, 27, 0.96), rgba(8, 22, 34, 0.9));
    border: 1px solid rgba(32, 216, 255, 0.18);
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr);
    margin: 26px 0 0;
    max-width: none;
    min-width: 0;
    padding: 22px 20px 24px;
    width: 100%;
  }

.builder-page .nhf-builder-about-section .nhf-builder-about-description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.42;
    margin: 0;
  }

.builder-page .nhf-builder-mobile-community-card[hidden] {
    display: none !important;
  }

.builder-page .nhf-builder-mobile-sold-card.is-builder-sold-card-entering {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 320ms ease, transform 320ms ease;
  }

.builder-page .nhf-builder-mobile-sold-card.is-builder-sold-card-entering.is-builder-sold-card-visible {
    opacity: 1;
    transform: translateY(0);
  }

.builder-page .nhf-builder-mobile-sold-reveal-card.nhf-home-featured-card {
    background:
      radial-gradient(circle at 78% 25%, rgba(26, 197, 238, 0.24), transparent 35%),
      linear-gradient(145deg, rgba(4, 16, 27, 0.98), rgba(2, 8, 15, 0.98));
    border-color: rgba(17, 211, 255, 0.86);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.46), inset 0 0 42px rgba(13, 186, 232, 0.08);
    color: #fff;
    overflow: hidden;
  }

.builder-page .nhf-builder-mobile-sold-reveal-button {
    -webkit-appearance: none;
    appearance: none;
    align-items: stretch;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    min-height: 100%;
    padding: 24px 22px 22px;
    position: relative;
    text-align: left;
    width: 100%;
  }

.builder-page .nhf-builder-mobile-sold-reveal-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -7px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-top {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-icon {
    align-items: center;
    border: 1px solid rgba(18, 211, 255, 0.94);
    border-radius: 9px;
    color: #12d3ff;
    display: inline-flex;
    flex: 0 0 62px;
    height: 62px;
    justify-content: center;
  }

.builder-page .nhf-builder-mobile-sold-reveal-icon svg {
    height: 34px;
    width: 34px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-kicker {
    border: 1px solid rgba(18, 211, 255, 0.72);
    border-radius: 999px;
    color: #12d3ff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    padding: 11px 15px;
    text-transform: uppercase;
    white-space: nowrap;
  }

.builder-page .nhf-builder-mobile-sold-reveal-title {
    color: #fff;
    display: block;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 14px;
    max-width: 78%;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  }

.builder-page .nhf-builder-mobile-sold-reveal-copy {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 18px;
    line-height: 1.5;
    max-width: 62%;
    min-height: 170px;
    position: relative;
    z-index: 1;
  }

.builder-page .nhf-builder-mobile-sold-reveal-art {
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 158px;
    width: min(58%, 250px);
    z-index: 0;
  }

.builder-page .nhf-builder-mobile-sold-reveal-art img {
    display: block;
    height: auto;
    width: 100%;
  }

@media screen and (max-width: 520px) {
.builder-page .nhf-builder-mobile-sold-reveal-art {
      top: 200px;
    }
}

.builder-page .nhf-builder-mobile-sold-reveal-divider {
    align-items: center;
    color: #12d3ff;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 42px 1fr;
    margin: 0 0 18px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-divider:before,
  .builder-page .nhf-builder-mobile-sold-reveal-divider:after {
    background: rgba(255, 255, 255, 0.28);
    content: "";
    display: block;
    height: 1px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-divider span {
    align-items: center;
    border: 1px solid rgba(18, 211, 255, 0.88);
    border-radius: 999px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-divider svg {
    height: 22px;
    width: 22px;
  }

.builder-page .nhf-builder-mobile-sold-reveal-cta {
    align-items: center;
    background: linear-gradient(135deg, #20d8ff, #08aede);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 21px;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    min-height: 64px;
    padding: 0 18px;
    text-align: center;
  }

.builder-page .nhf-builder-mobile-sold-reveal-cta svg {
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

.builder-page .nhf-builder-mobile-community-card .nhf-home-featured-image {
    aspect-ratio: 4 / 3;
  }

.builder-page .nhf-builder-mobile-community-card .nhf-dev-mobile-image-count {
    align-items: center;
    background: rgba(0, 0, 0, 0.76);
    border-radius: 999px;
    bottom: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 26px;
    min-width: 50px;
    padding: 6px 9px;
    position: absolute;
    right: 12px;
    top: auto;
    z-index: 2;
  }

.builder-page .nhf-builder-mobile-community-card .nhf-home-featured-main-image[src=""] {
    background: #071522;
  }

.builder-page .nhf-builder-mobile-community-card .nhf-home-featured-description {
    flex: 0 0 auto;
  }

.builder-page .nhf-builder-mobile-about-card {
    background: linear-gradient(110deg, rgba(6, 17, 27, 0.96), rgba(8, 22, 34, 0.9));
    border: 1px solid rgba(32, 216, 255, 0.18);
    border-radius: 8px;
    margin-top: 18px;
  }

.builder-page .nhf-builder-mobile-about-card {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr);
    padding: 20px 20px 22px;
  }

.builder-page .nhf-builder-mobile-about-card > div {
    display: grid;
    gap: 18px;
  }

.builder-page .nhf-builder-mobile-about-card h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.16;
    margin: 0;
    padding: 0;
  }

.builder-page .nhf-builder-mobile-about-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.42;
    margin: 0;
  }

.builder-page .nhf-builder-mobile-about-action {
    align-items: center;
    border: 1px solid rgba(32, 216, 255, 0.86);
    border-radius: 5px;
    color: #16d2ff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 9px;
    height: 42px;
    justify-content: center;
    text-decoration: none;
  }

.builder-page .nhf-builder-mobile-about-action-primary {
    background: linear-gradient(135deg, #20d8ff 0%, #10aad6 100%);
    border-color: transparent;
    color: #fff;
  }

.builder-page .nhf-builder-mobile-about-action svg {
    height: 19px;
    width: 19px;
  }
}

@media screen and (max-width: 520px) {
.builder-page .nhf-builder-mobile-card-content {
    padding: 18px 22px 26px;
  }
}

@media screen and (min-width: 1501px) {
.builder-page .short-description p {
    font-size:16px;
  }
}

@media screen and (max-width: 1375px) {
.builder-page-dev-banner {
    width: 200px;
    height: 200px;
  }

.builder-page-dev-banner img {
    margin-left: -50%;
  }
}

@media screen and (max-width: 900px) {
.builder-page ul.info-list > li {
    width: 25%;
    float: left;
}

.builder-page ul.info-list > li {
    width:33%;
}
}

@media screen and (max-width: 760px) {
html.builder-page .nhf-shared-site-header .nhf-builder-mobile-back {
    align-items: center;
    background: #05080b;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: -5px;
    width: 52px;
    z-index: 3;
  }

html.builder-page .nhf-shared-site-header .nhf-builder-mobile-back:before {
    background: #fff;
    content: "";
    height: 24px;
    -webkit-mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
    mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
    transform: rotate(180deg);
    width: 24px;
  }

html.builder-page .nhf-shared-site-header #logo-bar.nhf-search-header-sticky .nhf-builder-mobile-back {
    display: none;
  }

html.builder-page .nhf-shared-site-header .nhf-builder-mobile-back {
    display: none !important;
  }

html.builder-page .nhf-shared-site-header #top-search-form {
    display: none !important;
  }

html.builder-page .nhf-shared-site-header .nhf-mobile-search-header-open,
  html.builder-page .nhf-shared-site-header #logo-bar.nhf-search-header-sticky .nhf-mobile-search-header-open {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    height: 32px !important;
    width: 52px !important;
  }
}

.builder-page .nhf-builder-about-section.nhf-builder-desktop-about-card {
  background: linear-gradient(180deg, #020b13 0%, #031724 100%);
  border: 1px solid rgba(32, 216, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 42px 0 0;
  max-width: none;
  min-width: 0;
  padding: 26px 0;
  width: 100%;
}

.builder-page .nhf-dev-section-heading {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 14px;
  margin: 0 0 18px;
  min-width: 0;
  padding: 0 26px;
}

.builder-page .nhf-dev-section-heading__icon {
  align-items: center;
  border: 2px solid #19bfea;
  border-radius: 999px;
  box-sizing: border-box;
  color: #19bfea;
  display: inline-flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.builder-page .nhf-dev-section-heading__icon svg {
  display: block;
  height: 24px;
  width: 24px;
}

.builder-page .nhf-dev-section-heading h2 {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  padding: 0;
}

.builder-page .nhf-dev-section-heading p {
  color: rgba(214, 237, 245, 0.74);
  font-size: 13px;
  line-height: 1.35;
  margin: 5px 0 0;
  padding: 0;
}

.builder-page .nhf-builder-about-frame {
  background: rgba(3, 15, 23, 0.74);
  border: 1px solid rgba(140, 177, 199, 0.28);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
  display: grid;
  gap: 22px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 22px 20px 24px;
  width: 100%;
}

.builder-page .nhf-builder-about-section .nhf-builder-about-description {
  color: rgba(244, 248, 251, 0.9);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: none;
  min-width: 0;
  overflow-wrap: anywhere;
  width: 100%;
}

.builder-page .nhf-builder-about-section .nhf-builder-about-description p,
.builder-page .nhf-builder-about-section .nhf-builder-about-description ul,
.builder-page .nhf-builder-about-section .nhf-builder-about-description ol {
  margin: 0 0 16px;
}

.builder-page .nhf-builder-about-section .nhf-builder-about-description p:last-child,
.builder-page .nhf-builder-about-section .nhf-builder-about-description ul:last-child,
.builder-page .nhf-builder-about-section .nhf-builder-about-description ol:last-child {
  margin-bottom: 0;
}

.builder-page [data-nhf-builder-image-viewer][data-src] {
  cursor: zoom-in;
}

html.nhf-dev-image-drawer-open,
body.nhf-dev-image-drawer-open {
  overflow: hidden;
  touch-action: none;
}

.nhf-builder-image-drawer {
  align-items: center;
  background: transparent;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 160ms ease;
  z-index: 100000;
}

.nhf-builder-image-drawer[aria-hidden="false"] {
  display: flex;
  opacity: 1;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__backdrop {
  backdrop-filter: blur(7px) saturate(0.84);
  -webkit-backdrop-filter: blur(7px) saturate(0.84);
  background: rgba(0, 0, 0, 0.54);
  bottom: 0;
  cursor: zoom-out;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__stage {
  align-items: center;
  display: flex;
  height: 100dvh;
  justify-content: center;
  overflow: hidden;
  padding: calc(28px + env(safe-area-inset-top)) calc(24px + env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) calc(24px + env(safe-area-inset-left));
  position: relative;
  touch-action: none;
  width: 100vw;
  z-index: 1;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__image {
  display: block;
  max-height: calc(100dvh - 112px);
  max-width: min(94vw, 1440px);
  object-fit: contain;
  transform: scale(var(--nhf-dev-image-scale, 1));
  transform-origin: center center;
  transition: transform 120ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 128px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  z-index: 3;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav[hidden] {
  display: none;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav:before {
  content: "";
  display: block;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.56));
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav--prev {
  left: calc(22px + env(safe-area-inset-left));
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav--prev:before {
  border-bottom: 38px solid transparent;
  border-right: 46px solid rgba(255, 255, 255, 0.95);
  border-top: 38px solid transparent;
  left: 18px;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav--next {
  right: calc(22px + env(safe-area-inset-right));
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__nav--next:before {
  border-bottom: 38px solid transparent;
  border-left: 46px solid rgba(255, 255, 255, 0.95);
  border-top: 38px solid transparent;
  right: 18px;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__caption {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  left: calc(24px + env(safe-area-inset-left));
  line-height: 1.35;
  margin: 0 auto;
  max-width: min(760px, calc(100vw - 48px));
  padding: 11px 14px;
  position: absolute;
  right: calc(24px + env(safe-area-inset-right));
  text-align: center;
  z-index: 2;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__caption[hidden] {
  display: none;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__notice {
  position: absolute;
  right: 88px;
  top: calc(18px + env(safe-area-inset-top));
  z-index: 4;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__notice summary {
  align-items: center;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 900 14px/1 "Open Sans", Arial, sans-serif;
  height: 44px;
  justify-content: center;
  list-style: none;
  width: 44px;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__notice summary::-webkit-details-marker {
  display: none;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__notice p {
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  color: #fff;
  font: 700 13px/1.4 "Open Sans", Arial, sans-serif;
  margin: 10px 0 0;
  max-width: min(280px, calc(100vw - 28px));
  padding: 12px 14px;
  position: absolute;
  right: 0;
  width: 280px;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  padding: 0;
  position: absolute;
  right: calc(22px + env(safe-area-inset-right));
  top: calc(22px + env(safe-area-inset-top));
  width: 36px;
  z-index: 2;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__close:before,
.nhf-builder-image-drawer .nhf-dev-image-drawer__close:after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 25px;
  left: 17px;
  position: absolute;
  top: 6px;
  width: 2px;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__close:before {
  transform: rotate(45deg);
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__close:after {
  transform: rotate(-45deg);
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__zoom-controls {
  bottom: calc(82px + env(safe-area-inset-bottom));
  display: flex;
  gap: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__zoom {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  color: #151515;
  cursor: pointer;
  display: inline-flex;
  font: 700 22px/1 Arial, sans-serif;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.nhf-builder-image-drawer .nhf-dev-image-drawer__close:focus-visible,
.nhf-builder-image-drawer .nhf-dev-image-drawer__zoom:focus-visible,
.nhf-builder-image-drawer .nhf-dev-image-drawer__nav:focus-visible {
  outline: 2px solid #21d5ff;
  outline-offset: 3px;
}

@media screen and (max-width: 760px) {
  .builder-page .nhf-builder-about-section.nhf-builder-desktop-about-card {
    margin-top: 34px;
    padding: 22px 0;
  }

  .builder-page .nhf-dev-section-heading {
    gap: 12px;
    margin-bottom: 16px;
    padding: 0 18px;
  }

  .builder-page .nhf-dev-section-heading__icon {
    height: 42px;
    width: 42px;
  }

  .builder-page .nhf-dev-section-heading h2 {
    font-size: 25px;
  }

  .builder-page .nhf-builder-about-frame {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 18px;
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__nav {
    height: 96px;
    width: 58px;
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__nav--prev {
    left: calc(6px + env(safe-area-inset-left));
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__nav--next {
    right: calc(6px + env(safe-area-inset-right));
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__nav--prev:before {
    border-bottom-width: 28px;
    border-right-width: 34px;
    border-top-width: 28px;
    left: 10px;
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__nav--next:before {
    border-bottom-width: 28px;
    border-left-width: 34px;
    border-top-width: 28px;
    right: 10px;
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__stage {
    padding-left: calc(12px + env(safe-area-inset-left));
    padding-right: calc(12px + env(safe-area-inset-right));
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__image {
    max-height: calc(100dvh - 96px);
    max-width: 96vw;
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__caption {
    bottom: calc(18px + env(safe-area-inset-bottom));
    font-size: 13px;
    left: calc(12px + env(safe-area-inset-left));
    max-width: calc(100vw - 24px);
    right: calc(12px + env(safe-area-inset-right));
  }

  .nhf-builder-image-drawer .nhf-dev-image-drawer__zoom-controls {
    bottom: calc(68px + env(safe-area-inset-bottom));
  }
}
