/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #EF4444);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #f15f5f);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #f47c7c);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #fbd0d0);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #585858);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #6a6a6a);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #7a7a7a);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #acacac);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #3B3B3B);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #4e4e4e);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #626262);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #9d9d9d);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Manrope);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Manrope);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 12);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
.button {
  border-radius: 10px; }

/* line 18, theme.scss */
.banner-list__item-content .button {
  background: #fff;
  color: #000; }

/* line 24, theme.scss */
.etcl.etcl-neon5 {
  --n-dark: #111111;
  --n-dark2: #1a1a1a;
  --n-dark3: #222222;
  --n-light: #ffffff;
  --n-light2: #f5f5f5;
  --n-border-d: rgba(255, 255, 255, 0.1);
  --n-border-l: #e2e2e2;
  --n-accent: #FF8C42;
  --n-accent2: #e67a30;
  --n-text-d: #ffffff;
  --n-muted-d: rgba(255, 255, 255, 0.82);
  --n-muted2-d: rgba(255, 255, 255, 0.72);
  --n-text-l: #111111;
  --n-muted-l: #333333;
  --n-muted2-l: #666666;
  --n-font: 'Segoe UI', Arial, sans-serif; }

/* line 43, theme.scss */
.etcl.etcl-neon5,
.etcl.etcl-neon5 *,
.etcl.etcl-neon5 *::before,
.etcl.etcl-neon5 *::after {
  box-sizing: border-box; }

/* line 50, theme.scss */
.etcl.etcl-neon5 * {
  margin: 0;
  padding: 0; }

/* line 55, theme.scss */
.etcl.etcl-neon5 {
  font-family: var(--n-font);
  background: var(--n-dark);
  color: var(--n-text-d);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

/* line 63, theme.scss */
.etcl.etcl-neon5 a {
  text-decoration: none;
  color: inherit; }

/* line 68, theme.scss */
.etcl.etcl-neon5 ul,
.etcl.etcl-neon5 ol {
  list-style: none; }

/* line 73, theme.scss */
.etcl.etcl-neon5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* Buttons */
/* line 81, theme.scss */
.etcl.etcl-neon5 .n-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--n-accent);
  color: #fff;
  padding: 16px 32px;
  min-width: 220px;
  border-radius: 3px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .3px;
  transition: background .2s;
  white-space: nowrap; }

/* line 97, theme.scss */
.etcl.etcl-neon5 .n-btn-primary:hover {
  background: var(--n-accent2); }

/* line 101, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  padding: 16px 32px;
  min-width: 220px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: border-color .2s, color .2s;
  white-space: nowrap; }

/* line 117, theme.scss */
.etcl.etcl-neon5 .n-btn-ghost:hover {
  border-color: var(--n-accent);
  color: var(--n-accent); }

/* HERO */
/* line 123, theme.scss */
.etcl.etcl-neon5 .n-hero {
  background: var(--n-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  border-bottom: 1px solid var(--n-border-d);
  align-items: stretch; }

/* line 132, theme.scss */
.etcl.etcl-neon5 .n-hero-content {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }

/* line 140, theme.scss */
.etcl.etcl-neon5 .n-hero-content::after {
  content: '';
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 66, 0.12) 0%, rgba(0, 0, 0, 0) 65%);
  pointer-events: none; }

/* line 152, theme.scss */
.etcl.etcl-neon5 .n-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 24px; }

/* line 161, theme.scss */
.etcl.etcl-neon5 .n-hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.06;
  color: var(--n-text-d);
  margin-bottom: 22px; }

/* line 169, theme.scss */
.etcl.etcl-neon5 .n-hero h1 .n-acc {
  color: var(--n-accent); }

/* line 173, theme.scss */
.etcl.etcl-neon5 .n-hero .n-lead {
  font-size: 16px;
  color: var(--n-muted-d);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 40px; }

/* line 181, theme.scss */
.etcl.etcl-neon5 .n-hero-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 480px; }

/* line 188, theme.scss */
.etcl.etcl-neon5 .n-hero-ctas .n-btn-primary,
.etcl.etcl-neon5 .n-hero-ctas .n-btn-ghost {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px; }

/* line 197, theme.scss */
.etcl.etcl-neon5 .n-hero-photo {
  position: relative;
  overflow: hidden;
  background: var(--n-dark2);
  min-height: 100%; }

/* line 204, theme.scss */
.etcl.etcl-neon5 .n-hero-photo img {
  position: absolute;
  inset: 0;
  object-position: center 28%; }

/* Ticker */
/* line 211, theme.scss */
.etcl.etcl-neon5 .n-ticker {
  background: var(--n-accent);
  padding: 13px 0;
  overflow: hidden;
  display: flex;
  gap: 48px; }

/* line 219, theme.scss */
.etcl.etcl-neon5 .n-ticker-inner {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  flex-shrink: 0;
  animation: n-tick 28s linear infinite; }

/* line 227, theme.scss */
.etcl.etcl-neon5 .n-ticker-inner span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  flex-shrink: 0; }

@keyframes n-tick {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-100% - 48px)); } }
/* Stats */
/* line 242, theme.scss */
.etcl.etcl-neon5 .n-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--n-light);
  border-bottom: 1px solid var(--n-border-l); }

/* line 249, theme.scss */
.etcl.etcl-neon5 .n-stat {
  padding: 36px 32px;
  border-right: 1px solid var(--n-border-l); }

/* line 254, theme.scss */
.etcl.etcl-neon5 .n-stat:last-child {
  border-right: none; }

/* line 258, theme.scss */
.etcl.etcl-neon5 .n-stat-num {
  font-size: 42px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  margin-bottom: 8px; }

/* line 266, theme.scss */
.etcl.etcl-neon5 .n-stat-label {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.5; }

/* line 272, theme.scss */
.etcl.etcl-neon5 .n-stat-label small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--n-muted2-l);
  line-height: 1.45; }

/* Sections */
/* line 281, theme.scss */
.etcl.etcl-neon5 .n-section {
  padding: 80px 72px;
  border-bottom: 1px solid var(--n-border-d); }

/* line 286, theme.scss */
.etcl.etcl-neon5 .n-section--dark {
  background: var(--n-dark);
  border-bottom-color: var(--n-border-d); }

/* line 291, theme.scss */
.etcl.etcl-neon5 .n-section--dark2 {
  background: var(--n-dark2);
  border-bottom-color: var(--n-border-d); }

/* line 296, theme.scss */
.etcl.etcl-neon5 .n-section--light {
  background: var(--n-light);
  border-bottom-color: var(--n-border-l); }

/* line 301, theme.scss */
.etcl.etcl-neon5 .n-section--light2 {
  background: var(--n-light2);
  border-bottom-color: var(--n-border-l); }

/* line 306, theme.scss */
.etcl.etcl-neon5 .n-section-header {
  margin-bottom: 48px; }

/* line 310, theme.scss */
.etcl.etcl-neon5 .n-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 14px; }

/* line 319, theme.scss */
.etcl.etcl-neon5 .n-section h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px; }

/* line 326, theme.scss */
.etcl.etcl-neon5 .n-section-desc {
  font-size: 16px;
  max-width: 600px;
  line-height: 1.65; }

/* line 332, theme.scss */
.etcl.etcl-neon5 .n-section--dark h2,
.etcl.etcl-neon5 .n-section--dark2 h2 {
  color: var(--n-text-d); }

/* line 337, theme.scss */
.etcl.etcl-neon5 .n-section--dark .n-section-desc,
.etcl.etcl-neon5 .n-section--dark2 .n-section-desc {
  color: var(--n-muted-d); }

/* line 342, theme.scss */
.etcl.etcl-neon5 .n-section--light h2,
.etcl.etcl-neon5 .n-section--light2 h2 {
  color: var(--n-text-l); }

/* line 347, theme.scss */
.etcl.etcl-neon5 .n-section--light .n-section-desc,
.etcl.etcl-neon5 .n-section--light2 .n-section-desc {
  color: var(--n-muted-l); }

/* Audience */
/* line 353, theme.scss */
.etcl.etcl-neon5 .n-audience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--n-border-d); }

/* line 359, theme.scss */
.etcl.etcl-neon5 .n-audience-featured {
  background: var(--n-accent);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden; }

/* line 369, theme.scss */
.etcl.etcl-neon5 .n-audience-featured::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  pointer-events: none; }

/* line 381, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-tag,
.etcl.etcl-neon5 .n-audience-featured .n-audience-tag {
  display: inline-block;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 4px 10px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.15); }

/* line 396, theme.scss */
.etcl.etcl-neon5 .n-audience-featured h3 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3; }

/* line 403, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65; }

/* line 409, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-items {
  margin-top: 8px; }

/* line 413, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28); }

/* line 421, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item:last-child {
  border-bottom: none; }

/* line 425, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-num {
  min-width: 28px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4); }

/* line 433, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3px; }

/* line 441, theme.scss */
.etcl.etcl-neon5 .n-audience-featured-item p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5; }

/* line 447, theme.scss */
.etcl.etcl-neon5 .n-audience-cards {
  display: flex;
  flex-direction: column; }

/* line 452, theme.scss */
.etcl.etcl-neon5 .n-audience-mini {
  background: rgba(255, 140, 66, 0.1);
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 140, 66, 0.2);
  border-left: 4px solid var(--n-accent);
  transition: background .2s; }

/* line 460, theme.scss */
.etcl.etcl-neon5 .n-audience-mini:last-child {
  border-bottom: none; }

/* line 464, theme.scss */
.etcl.etcl-neon5 .n-audience-mini:hover {
  background: rgba(255, 140, 66, 0.18); }

/* line 468, theme.scss */
.etcl.etcl-neon5 .n-audience-mini-header {
  margin-bottom: 8px; }

/* line 472, theme.scss */
.etcl.etcl-neon5 .n-audience-mini .n-audience-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--n-accent);
  border: 1px solid var(--n-accent);
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 10px; }

/* line 486, theme.scss */
.etcl.etcl-neon5 .n-audience-mini h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px; }

/* line 493, theme.scss */
.etcl.etcl-neon5 .n-audience-mini > p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-bottom: 12px; }

/* line 500, theme.scss */
.etcl.etcl-neon5 .n-audience-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 506, theme.scss */
.etcl.etcl-neon5 .n-audience-mini-tags span {
  font-size: 11px;
  font-weight: 600;
  color: var(--n-accent);
  background: rgba(255, 140, 66, 0.15);
  border: 1px solid rgba(255, 140, 66, 0.5);
  padding: 3px 10px;
  border-radius: 2px; }

/* Categories */
/* line 517, theme.scss */
.etcl.etcl-neon5 .n-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--n-border-l);
  border: 1px solid var(--n-border-l); }

/* line 525, theme.scss */
.etcl.etcl-neon5 .n-cat-card {
  background: var(--n-light);
  display: flex;
  flex-direction: column;
  transition: background .15s; }

/* line 532, theme.scss */
.etcl.etcl-neon5 .n-cat-card:hover {
  background: var(--n-light2); }

/* line 536, theme.scss */
.etcl.etcl-neon5 .n-cat-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--n-light2);
  overflow: hidden; }

/* line 544, theme.scss */
.etcl.etcl-neon5 .n-cat-photo a {
  position: absolute;
  inset: 0;
  display: block; }

/* line 550, theme.scss */
.etcl.etcl-neon5 .n-cat-body {
  padding: 22px 22px 26px;
  flex: 1; }

/* line 555, theme.scss */
.etcl.etcl-neon5 .n-cat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 8px; }

/* line 564, theme.scss */
.etcl.etcl-neon5 .n-cat-card p {
  font-size: 13px;
  color: var(--n-muted-l);
  margin-bottom: 14px;
  line-height: 1.55; }

/* line 571, theme.scss */
.etcl.etcl-neon5 .n-cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 577, theme.scss */
.etcl.etcl-neon5 .n-cat-tags span {
  font-size: 11px;
  color: var(--n-muted-l);
  border: 1px solid var(--n-border-l);
  padding: 3px 9px;
  border-radius: 2px;
  background: var(--n-light2); }

/* Benefits strip */
/* line 587, theme.scss */
.etcl.etcl-neon5 .n-benefits-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--n-border-d); }

/* line 593, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-item {
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column; }

/* line 600, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-item:last-child {
  border-right: none; }

/* line 604, theme.scss */
.etcl.etcl-neon5 .n-benefit-big-num {
  font-size: 64px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  opacity: 0.38; }

/* line 612, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-body h3 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.4; }

/* line 620, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-body p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  margin-bottom: 16px; }

/* line 627, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 634, theme.scss */
.etcl.etcl-neon5 .n-benefit-strip-tags span {
  font-size: 11px;
  color: var(--n-accent);
  border: 1px solid rgba(255, 140, 66, 0.35);
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 600; }

/* Warehouse */
/* line 644, theme.scss */
.etcl.etcl-neon5 .n-warehouse-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start; }

/* line 651, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--n-light2);
  overflow: hidden;
  border: 1px solid var(--n-border-l);
  border-radius: 2px; }

/* line 661, theme.scss */
.etcl.etcl-neon5 .n-warehouse-photo img {
  position: absolute;
  inset: 0; }

/* line 666, theme.scss */
.etcl.etcl-neon5 .n-warehouses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--n-border-l);
  border: 1px solid var(--n-border-l); }

/* line 674, theme.scss */
.etcl.etcl-neon5 .n-warehouse {
  background: var(--n-light);
  padding: 36px 32px; }

/* line 679, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active {
  background: var(--n-dark);
  border-left: 4px solid var(--n-accent); }

/* line 684, theme.scss */
.etcl.etcl-neon5 .n-warehouse-code {
  font-size: 44px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -2px; }

/* line 693, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active h3 {
  color: #ffffff !important;
  font-size: 18px; }

/* line 698, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px; }

/* line 703, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active ul li {
  color: rgba(255, 255, 255, 0.92) !important;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  font-size: 13px; }

/* line 709, theme.scss */
.etcl.etcl-neon5 .n-warehouse--active ul li::before {
  color: var(--n-accent); }

/* line 713, theme.scss */
.etcl.etcl-neon5 .n-warehouse h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--n-text-l);
  margin-bottom: 8px; }

/* line 720, theme.scss */
.etcl.etcl-neon5 .n-warehouse p {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.65;
  margin-bottom: 16px; }

/* line 727, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li {
  font-size: 12px;
  color: var(--n-muted-l);
  padding: 6px 0;
  border-bottom: 1px solid var(--n-border-l);
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 737, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li::before {
  content: '\2192\00a0';
  color: var(--n-accent);
  font-size: 11px;
  flex-shrink: 0; }

/* line 744, theme.scss */
.etcl.etcl-neon5 .n-warehouse ul li:last-child {
  border-bottom: none; }

/* line 748, theme.scss */
.etcl.etcl-neon5 .n-warehouse-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--n-accent);
  border-bottom: 1px solid rgba(255, 140, 66, 0.4);
  padding-bottom: 2px;
  transition: border-color .2s, color .2s; }

/* line 760, theme.scss */
.etcl.etcl-neon5 .n-warehouse-link:hover {
  color: #ff6a00;
  border-bottom-color: #ff6a00; }

/* Steps */
/* line 766, theme.scss */
.etcl.etcl-neon5 .n-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--n-border-d);
  border: 1px solid var(--n-border-d); }

/* line 774, theme.scss */
.etcl.etcl-neon5 .n-step {
  background: var(--n-dark2);
  padding: 28px 22px;
  transition: background .2s; }

/* line 780, theme.scss */
.etcl.etcl-neon5 .n-step:hover {
  background: var(--n-dark3); }

/* line 784, theme.scss */
.etcl.etcl-neon5 .n-step-num {
  font-size: 30px;
  font-weight: 900;
  color: var(--n-accent);
  line-height: 1;
  margin-bottom: 14px;
  opacity: .85; }

/* line 793, theme.scss */
.etcl.etcl-neon5 .n-step h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--n-text-d);
  margin-bottom: 8px; }

/* line 800, theme.scss */
.etcl.etcl-neon5 .n-step p {
  font-size: 12px;
  color: var(--n-muted-d);
  line-height: 1.6; }

/* FAQ */
/* line 807, theme.scss */
.etcl.etcl-neon5 .n-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--n-border-l);
  border: 1px solid var(--n-border-l); }

/* line 815, theme.scss */
.etcl.etcl-neon5 .n-faq-item {
  background: var(--n-light);
  padding: 28px 28px;
  transition: background .15s; }

/* line 821, theme.scss */
.etcl.etcl-neon5 .n-faq-item:hover {
  background: var(--n-light2); }

/* line 825, theme.scss */
.etcl.etcl-neon5 .n-faq-q {
  font-size: 15px;
  font-weight: 700;
  color: var(--n-text-l);
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start; }

/* line 835, theme.scss */
.etcl.etcl-neon5 .n-faq-q::before {
  content: 'Q';
  font-size: 10px;
  font-weight: 700;
  color: var(--n-accent);
  border: 1px solid var(--n-accent);
  padding: 2px 6px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 3px; }

/* line 847, theme.scss */
.etcl.etcl-neon5 .n-faq-a {
  font-size: 13px;
  color: var(--n-muted-l);
  line-height: 1.65;
  padding-left: 32px; }

/* Final section */
/* line 855, theme.scss */
.etcl.etcl-neon5 .n-final-section {
  padding: 56px 72px;
  background: linear-gradient(180deg, #f8ede4 0%, #f4e5d9 100%);
  border-top: 1px solid rgba(255, 140, 66, 0.16);
  border-bottom: 1px solid rgba(255, 140, 66, 0.16); }

/* line 862, theme.scss */
.etcl.etcl-neon5 .n-final-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: start; }

/* line 871, theme.scss */
.etcl.etcl-neon5 .n-final-side {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 26px 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  height: auto; }

/* line 881, theme.scss */
.etcl.etcl-neon5 .n-final-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 12px; }

/* line 890, theme.scss */
.etcl.etcl-neon5 .n-final-side h2 {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.14;
  color: #ffffff;
  margin-bottom: 10px; }

/* line 898, theme.scss */
.etcl.etcl-neon5 .n-final-lead {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 18px; }

/* line 905, theme.scss */
.etcl.etcl-neon5 .n-final-contacts {
  display: grid;
  gap: 10px;
  margin-bottom: 16px; }

/* line 911, theme.scss */
.etcl.etcl-neon5 .n-final-contact {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px; }

/* line 918, theme.scss */
.etcl.etcl-neon5 .n-final-contact-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--n-accent);
  margin-bottom: 7px; }

/* line 927, theme.scss */
.etcl.etcl-neon5 .n-final-contact p {
  font-size: 14px;
  line-height: 1.55;
  color: #ffffff; }

/* line 933, theme.scss */
.etcl.etcl-neon5 .n-final-contact p + p {
  margin-top: 4px; }

/* line 937, theme.scss */
.etcl.etcl-neon5 .n-final-contact a {
  color: #ffffff;
  transition: color .2s, opacity .2s; }

/* line 942, theme.scss */
.etcl.etcl-neon5 .n-final-contact a:hover {
  color: var(--n-accent); }

/* line 946, theme.scss */
.etcl.etcl-neon5 .n-final-contact small {
  display: block;
  margin: 4px 0 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.4; }

/* line 954, theme.scss */
.etcl.etcl-neon5 .n-final-link-underline {
  text-decoration: underline;
  text-decoration-color: rgba(255, 140, 66, 0.45);
  text-underline-offset: 3px; }

/* line 960, theme.scss */
.etcl.etcl-neon5 .n-final-link-accent {
  color: var(--n-accent) !important; }

/* line 964, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox {
  margin-bottom: 14px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255, 140, 66, 0.24);
  border-left: 4px solid var(--n-accent);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 140, 66, 0.14) 0%, rgba(255, 140, 66, 0.06) 100%); }

/* line 973, theme.scss */
.etcl.etcl-neon5 .n-final-price-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px; }

/* line 982, theme.scss */
.etcl.etcl-neon5 .n-final-price-main {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: var(--n-accent);
  margin-bottom: 8px; }

/* line 990, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 8px; }

/* line 999, theme.scss */
.etcl.etcl-neon5 .n-final-pricebox p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84); }

/* line 1005, theme.scss */
.etcl.etcl-neon5 .n-final-points {
  display: grid;
  gap: 8px; }

/* line 1010, theme.scss */
.etcl.etcl-neon5 .n-final-points li {
  position: relative;
  padding: 10px 12px 10px 32px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px; }

/* line 1021, theme.scss */
.etcl.etcl-neon5 .n-final-points li::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--n-accent); }

/* line 1032, theme.scss */
.etcl.etcl-neon5 .n-final-form {
  background: #ffffff;
  border: 1px solid rgba(255, 140, 66, 0.24);
  border-left: 4px solid var(--n-accent);
  border-radius: 10px;
  padding: 24px 24px 22px;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
  align-self: start; }

/* line 1042, theme.scss */
.etcl.etcl-neon5 .n-final-form h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
  color: var(--n-text-l);
  margin-bottom: 8px; }

/* line 1050, theme.scss */
.etcl.etcl-neon5 .n-final-form p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--n-muted-l);
  margin-bottom: 14px; }

/* line 1057, theme.scss */
.etcl.etcl-neon5 .n-final-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px; }

/* line 1064, theme.scss */
.etcl.etcl-neon5 .n-final-badges span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--n-accent);
  background: rgba(255, 140, 66, 0.1);
  border: 1px solid rgba(255, 140, 66, 0.25);
  padding: 5px 8px;
  border-radius: 3px; }

/* line 1075, theme.scss */
.etcl.etcl-neon5 .n-final-form-embed {
  overflow: hidden;
  border-radius: 6px; }

/* line 1080, theme.scss */
.etcl.etcl-neon5 .n-final-form-embed iframe {
  display: block;
  width: 100%;
  height: 700px;
  min-height: 700px;
  border: 0;
  background: transparent; }

/* Responsive */
@media (max-width: 1200px) {
  /* line 1091, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 72px 56px; }

  /* line 1095, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 46px; }

  /* line 1099, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 72px 56px; }

  /* line 1103, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 52px 56px; }

  /* line 1107, theme.scss */
  .etcl.etcl-neon5 .n-final-grid {
    gap: 20px; } }
@media (max-width: 980px) {
  /* line 1113, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 44px 40px; }

  /* line 1117, theme.scss */
  .etcl.etcl-neon5 .n-final-grid {
    grid-template-columns: 1fr;
    gap: 18px; }

  /* line 1122, theme.scss */
  .etcl.etcl-neon5 .n-final-form {
    order: 1; }

  /* line 1126, theme.scss */
  .etcl.etcl-neon5 .n-final-side {
    order: 2; } }
@media (max-width: 900px) {
  /* line 1132, theme.scss */
  .etcl.etcl-neon5 .n-hero {
    grid-template-columns: 1fr;
    min-height: auto; }

  /* line 1137, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    height: auto;
    aspect-ratio: 16 / 10;
    max-height: 320px;
    order: 2; }

  /* line 1144, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 56px 40px;
    order: 1; }

  /* line 1149, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 40px; }

  /* line 1153, theme.scss */
  .etcl.etcl-neon5 .n-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1157, theme.scss */
  .etcl.etcl-neon5 .n-audience-layout {
    grid-template-columns: 1fr; }

  /* line 1161, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured {
    padding: 36px 28px; }

  /* line 1165, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured h3 {
    font-size: 22px; }

  /* line 1169, theme.scss */
  .etcl.etcl-neon5 .n-cat-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1173, theme.scss */
  .etcl.etcl-neon5 .n-benefits-strip {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1177, theme.scss */
  .etcl.etcl-neon5 .n-benefit-strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0; }

  /* line 1183, theme.scss */
  .etcl.etcl-neon5 .n-benefit-strip-item:last-child {
    border-bottom: none; }

  /* line 1187, theme.scss */
  .etcl.etcl-neon5 .n-warehouse-layout {
    grid-template-columns: 1fr; }

  /* line 1191, theme.scss */
  .etcl.etcl-neon5 .n-warehouses {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1195, theme.scss */
  .etcl.etcl-neon5 .n-steps {
    grid-template-columns: repeat(3, 1fr); }

  /* line 1199, theme.scss */
  .etcl.etcl-neon5 .n-faq {
    grid-template-columns: 1fr; }

  /* line 1203, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 56px 40px; } }
@media (max-width: 768px) {
  /* line 1209, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 44px 28px; }

  /* line 1213, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 34px; }

  /* line 1217, theme.scss */
  .etcl.etcl-neon5 .n-hero .n-lead {
    font-size: 15px; }

  /* line 1221, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 48px 28px; }

  /* line 1225, theme.scss */
  .etcl.etcl-neon5 .n-section h2 {
    font-size: 28px; }

  /* line 1229, theme.scss */
  .etcl.etcl-neon5 .n-stat {
    padding: 24px 20px; }

  /* line 1233, theme.scss */
  .etcl.etcl-neon5 .n-stat-num {
    font-size: 34px; }

  /* line 1237, theme.scss */
  .etcl.etcl-neon5 .n-audience-featured {
    padding: 32px 24px; }

  /* line 1241, theme.scss */
  .etcl.etcl-neon5 .n-steps {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1245, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 40px 28px; }

  /* line 1249, theme.scss */
  .etcl.etcl-neon5 .n-final-side,
  .etcl.etcl-neon5 .n-final-form {
    padding: 22px 20px; }

  /* line 1254, theme.scss */
  .etcl.etcl-neon5 .n-final-side h2,
  .etcl.etcl-neon5 .n-final-form h3 {
    font-size: 26px; }

  /* line 1259, theme.scss */
  .etcl.etcl-neon5 .n-final-price-main {
    font-size: 28px; }

  /* line 1263, theme.scss */
  .etcl.etcl-neon5 .n-final-form-embed iframe {
    height: 760px;
    min-height: 760px; } }
@media (max-width: 480px) {
  /* line 1270, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 36px 20px; }

  /* line 1274, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 28px; }

  /* line 1278, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    aspect-ratio: 16 / 10;
    max-height: 260px; }

  /* line 1283, theme.scss */
  .etcl.etcl-neon5 .n-hero-ctas {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 100%; }

  /* line 1289, theme.scss */
  .etcl.etcl-neon5 .n-hero-ctas .n-btn-primary,
  .etcl.etcl-neon5 .n-hero-ctas .n-btn-ghost,
  .etcl.etcl-neon5 .n-btn-primary,
  .etcl.etcl-neon5 .n-btn-ghost {
    width: 100%;
    justify-content: center;
    padding: 14px 20px; }

  /* line 1298, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 40px 20px; }

  /* line 1302, theme.scss */
  .etcl.etcl-neon5 .n-section h2 {
    font-size: 24px; }

  /* line 1306, theme.scss */
  .etcl.etcl-neon5 .n-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1310, theme.scss */
  .etcl.etcl-neon5 .n-stat {
    padding: 20px 16px; }

  /* line 1314, theme.scss */
  .etcl.etcl-neon5 .n-stat-num {
    font-size: 28px; }

  /* line 1318, theme.scss */
  .etcl.etcl-neon5 .n-cat-grid,
  .etcl.etcl-neon5 .n-benefits-strip,
  .etcl.etcl-neon5 .n-warehouses,
  .etcl.etcl-neon5 .n-steps {
    grid-template-columns: 1fr; }

  /* line 1325, theme.scss */
  .etcl.etcl-neon5 .n-benefit-big-num {
    font-size: 40px; }

  /* line 1329, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 36px 16px; }

  /* line 1333, theme.scss */
  .etcl.etcl-neon5 .n-final-side,
  .etcl.etcl-neon5 .n-final-form {
    padding: 18px 16px; }

  /* line 1338, theme.scss */
  .etcl.etcl-neon5 .n-final-side h2,
  .etcl.etcl-neon5 .n-final-form h3 {
    font-size: 22px; }

  /* line 1343, theme.scss */
  .etcl.etcl-neon5 .n-final-lead,
  .etcl.etcl-neon5 .n-final-contact p,
  .etcl.etcl-neon5 .n-final-pricebox p,
  .etcl.etcl-neon5 .n-final-points li,
  .etcl.etcl-neon5 .n-final-form p {
    font-size: 13px; }

  /* line 1351, theme.scss */
  .etcl.etcl-neon5 .n-final-price-main {
    font-size: 26px; }

  /* line 1355, theme.scss */
  .etcl.etcl-neon5 .n-final-badges span {
    font-size: 11px;
    padding: 5px 8px; }

  /* line 1360, theme.scss */
  .etcl.etcl-neon5 .n-final-form-embed iframe {
    height: 820px;
    min-height: 820px; } }
@media (max-width: 360px) {
  /* line 1367, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding: 28px 16px; }

  /* line 1371, theme.scss */
  .etcl.etcl-neon5 .n-hero h1 {
    font-size: 24px; }

  /* line 1375, theme.scss */
  .etcl.etcl-neon5 .n-section {
    padding: 32px 16px; }

  /* line 1379, theme.scss */
  .etcl.etcl-neon5 .n-final-section {
    padding: 32px 16px; }

  /* line 1383, theme.scss */
  .etcl.etcl-neon5 .n-kicker,
  .etcl.etcl-neon5 .n-eyebrow {
    font-size: 10px;
    letter-spacing: 2px; }

  /* line 1389, theme.scss */
  .etcl.etcl-neon5 .n-stat-num {
    font-size: 24px; }

  /* line 1393, theme.scss */
  .etcl.etcl-neon5 .n-section h2 {
    font-size: 21px; }

  /* line 1397, theme.scss */
  .etcl.etcl-neon5 .n-final-side h2,
  .etcl.etcl-neon5 .n-final-form h3 {
    font-size: 21px; } }
@media (max-width: 932px) and (orientation: landscape) {
  /* line 1404, theme.scss */
  .etcl.etcl-neon5 .n-hero-photo {
    display: none; }

  /* line 1408, theme.scss */
  .etcl.etcl-neon5 .n-hero {
    grid-template-columns: 1fr;
    min-height: auto; }

  /* line 1413, theme.scss */
  .etcl.etcl-neon5 .n-hero-content {
    padding-top: 40px;
    padding-bottom: 40px; } }
