@charset "UTF-8";
/* 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, #2DBA33);
  --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, #34ce3b);
  --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, #4ad351);
  --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, #8ee492);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-alt-btn-bg:var(--draft-color-alt-btn-bg, #FF6600);
  --color-alt-btn-bg-is-dark:var(--draft-color-alt-btn-bg-is-dark, true);
  --color-alt-btn-bg-minor-shade:var(--draft-color-alt-btn-bg-minor-shade, #ff751a);
  --color-alt-btn-bg-minor-shade-is-dark:var(--draft-color-alt-btn-bg-minor-shade-is-dark, true);
  --color-alt-btn-bg-major-shade:var(--draft-color-alt-btn-bg-major-shade, #ff8533);
  --color-alt-btn-bg-major-shade-is-dark:var(--draft-color-alt-btn-bg-major-shade-is-dark, true);
  --color-alt-btn-bg-half-shade:var(--draft-color-alt-btn-bg-half-shade, #ffb380);
  --color-alt-btn-bg-half-shade-is-light:var(--draft-color-alt-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #7188D4);
  --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, #8b9edc);
  --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, #a4b3e4);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #eff2fa);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #2D2D2D);
  --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, #434343);
  --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, #585858);
  --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, #969696);
  --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, 6px);
  --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, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 20);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, preorder);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1470px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, true);
  --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, true);
  --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, right);
  --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, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* 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 */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 28, theme.scss */
.product-not-available .product-preview__detail-btn, .product__preorder-btn, .not-available .product-preview__detail-btn {
  background: var(--color-alt-btn-bg) !important; }

/* Центр калькуляторов AQUABAS */
/* line 32, theme.scss */
.aq-hub {
  font-family: Arial, Helvetica, sans-serif;
  color: #102F44;
  background: #EEF9FE;
  padding: 32px 16px 48px;
  box-sizing: border-box; }

/* line 40, theme.scss */
.aq-hub * {
  box-sizing: border-box; }

/* line 44, theme.scss */
.aq-hub__wrap {
  max-width: 1120px;
  margin: 0 auto; }

/* line 49, theme.scss */
.aq-hub__intro {
  padding: 28px 28px 24px;
  border: 1px solid #BFE6F4;
  border-radius: 22px;
  background: linear-gradient(135deg, #FFFFFF 0%, #EAF8FD 100%);
  box-shadow: 0 14px 34px rgba(0, 143, 199, 0.12);
  margin-bottom: 24px; }

/* line 58, theme.scss */
.aq-hub__label {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 10px;
  background: #E6F7FD;
  border: 1px solid #BFE6F4;
  color: #008FC7;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px; }

/* line 71, theme.scss */
.aq-hub h1 {
  margin: 0 0 14px;
  color: #102F44;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 800; }

/* line 79, theme.scss */
.aq-hub__subtitle {
  max-width: 860px;
  margin: 0 0 16px;
  color: #008FC7;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700; }

/* line 88, theme.scss */
.aq-hub__text {
  max-width: 920px;
  margin: 0 0 18px;
  color: #33566B;
  font-size: 16px;
  line-height: 1.6; }

/* line 96, theme.scss */
.aq-hub__promo {
  max-width: 920px;
  margin: 18px 0 18px;
  padding: 18px 20px;
  border: 1px solid #8ED8F8;
  border-radius: 18px;
  background: linear-gradient(135deg, #E6F7FD 0%, #F7FCFF 100%);
  box-shadow: 0 10px 24px rgba(0, 143, 199, 0.12); }

/* line 106, theme.scss */
.aq-hub__promo-title {
  margin: 0 0 8px;
  color: #102F44;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800; }

/* line 114, theme.scss */
.aq-hub__promo-text {
  color: #33566B;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600; }

/* line 121, theme.scss */
.aq-hub__promo-text strong {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  background: #008FC7;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em; }

/* line 132, theme.scss */
.aq-hub__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none; }

/* line 141, theme.scss */
.aq-hub__benefits li {
  position: relative;
  padding: 7px 12px 7px 24px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #BFE6F4;
  color: #102F44;
  font-size: 14px;
  font-weight: 700; }

/* line 152, theme.scss */
.aq-hub__benefits li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008FC7;
  transform: translateY(-50%); }

/* line 164, theme.scss */
.aq-hub__notice {
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid #BFE6F4;
  background: #F7FCFF;
  color: #33566B;
  font-size: 14px;
  line-height: 1.5; }

/* line 174, theme.scss */
.aq-popular {
  padding: 22px 22px 20px;
  border: 1px solid #BFE6F4;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 12px 28px rgba(16, 47, 68, 0.06);
  margin-bottom: 30px; }

/* line 183, theme.scss */
.aq-popular__top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 18px; }

/* line 191, theme.scss */
.aq-popular h2,
.aq-hub__group-title {
  margin: 0;
  color: #102F44;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800; }

/* line 200, theme.scss */
.aq-popular p {
  margin: 0;
  color: #4C6B7D;
  font-size: 15px;
  line-height: 1.55; }

/* line 207, theme.scss */
.aq-popular__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

/* line 213, theme.scss */
.aq-popular__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid #BFE6F4;
  border-radius: 14px;
  background: #F7FCFF;
  color: #102F44;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  transition: 0.18s ease; }

/* line 230, theme.scss */
.aq-popular__item:hover,
.aq-popular__item:focus {
  transform: translateY(-2px);
  border-color: #008FC7;
  box-shadow: 0 10px 22px rgba(0, 143, 199, 0.12); }

/* line 237, theme.scss */
.aq-icon-svg {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
  stroke: currentColor; }

/* line 245, theme.scss */
.aq-popular__icon,
.aq-card__icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #E6F7FD;
  border: 1px solid #BFE6F4;
  color: #008FC7;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

/* line 259, theme.scss */
.aq-hub__groups {
  display: grid;
  gap: 30px; }

/* line 264, theme.scss */
.aq-hub__group-title {
  margin-bottom: 14px; }

/* line 268, theme.scss */
.aq-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 274, theme.scss */
.aq-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #E3EAF0;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 8px 18px rgba(16, 47, 68, 0.05); }

/* line 285, theme.scss */
.aq-card--ready {
  border-color: #8ED8F8;
  background: #F4FBFF;
  box-shadow: 0 12px 28px rgba(0, 143, 199, 0.1); }

/* line 291, theme.scss */
.aq-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px; }

/* line 298, theme.scss */
.aq-card:not(.aq-card--ready) .aq-card__icon {
  background: #F5F8FA;
  border-color: #DDE7EE;
  color: #6FAFCB; }

/* line 304, theme.scss */
.aq-card__top {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px; }

/* line 312, theme.scss */
.aq-card h3 {
  margin: 0;
  color: #102F44;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800; }

/* line 320, theme.scss */
.aq-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 5px 9px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800; }

/* line 332, theme.scss */
.aq-card__badge--soon {
  background: #FFF4D8;
  border: 1px solid #F2C66D;
  color: #9A6700; }

/* line 338, theme.scss */
.aq-card__desc {
  margin: 0;
  color: #33566B;
  font-size: 15px;
  line-height: 1.55; }

/* line 345, theme.scss */
.aq-card:not(.aq-card--ready) .aq-card__desc {
  color: #4C6B7D; }

/* line 349, theme.scss */
.aq-card__button,
.aq-hub__help-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 20px;
  border-radius: 12px;
  background: #008FC7;
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.18s ease; }

/* line 367, theme.scss */
.aq-card__button:hover,
.aq-card__button:focus,
.aq-hub__help-button:hover,
.aq-hub__help-button:focus {
  background: #0079AA;
  transform: translateY(-1px); }

/* line 375, theme.scss */
.aq-hub__help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #BFE6F4;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(16, 47, 68, 0.06); }

/* line 388, theme.scss */
.aq-hub__help-title {
  margin: 0 0 6px;
  color: #102F44;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800; }

/* line 396, theme.scss */
.aq-hub__help-text {
  margin: 0;
  color: #4C6B7D;
  font-size: 15px;
  line-height: 1.5; }

@media (max-width: 980px) {
  /* line 404, theme.scss */
  .aq-popular__top {
    grid-template-columns: 1fr; }

  /* line 408, theme.scss */
  .aq-popular__grid,
  .aq-hub__grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 413, theme.scss */
  .aq-hub h1 {
    font-size: 32px; } }
@media (max-width: 640px) {
  /* line 419, theme.scss */
  .aq-hub {
    padding: 20px 12px 36px; }

  /* line 423, theme.scss */
  .aq-hub__intro,
  .aq-popular,
  .aq-card,
  .aq-hub__help {
    border-radius: 16px; }

  /* line 430, theme.scss */
  .aq-hub__intro {
    padding: 22px 16px; }

  /* line 434, theme.scss */
  .aq-hub h1 {
    font-size: 28px; }

  /* line 438, theme.scss */
  .aq-hub__subtitle {
    font-size: 17px; }

  /* line 442, theme.scss */
  .aq-hub__promo {
    padding: 16px;
    border-radius: 16px; }

  /* line 447, theme.scss */
  .aq-hub__promo-title {
    font-size: 18px; }

  /* line 451, theme.scss */
  .aq-hub__promo-text {
    font-size: 15px; }

  /* line 455, theme.scss */
  .aq-hub__promo-text strong {
    font-size: 17px; }

  /* line 459, theme.scss */
  .aq-popular__grid,
  .aq-hub__grid {
    grid-template-columns: 1fr; }

  /* line 464, theme.scss */
  .aq-card {
    min-height: auto; }

  /* line 468, theme.scss */
  .aq-card__top {
    align-items: flex-start; }

  /* line 472, theme.scss */
  .aq-card h3 {
    font-size: 20px; }

  /* line 476, theme.scss */
  .aq-hub__help {
    display: block; }

  /* line 480, theme.scss */
  .aq-hub__help-button {
    margin-top: 16px;
    width: 100%; } }
/* AQUABAS HUB icons for InSales */
/* line 486, theme.scss */
.aq-popular__icon::before,
.aq-card__icon::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--aq-icon-url) center/contain no-repeat;
  mask: var(--aq-icon-url) center/contain no-repeat; }

/* line 497, theme.scss */
.aq-icon--water-volume {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M3%207c3%20-2%206%20-2%209%200s6%202%209%200%22%20%2F%3E%3Cpath%20d%3D%22M3%2017c3%20-2%206%20-2%209%200s6%202%209%200%22%20%2F%3E%3Cpath%20d%3D%22M3%2012c3%20-2%206%20-2%209%200s6%202%209%200%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 501, theme.scss */
.aq-icon--filter-sand {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M3.5%209.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M8.5%204.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M8.5%2014.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M3.5%2019.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M13.5%209.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M18.5%204.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M13.5%2019.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3Cpath%20d%3D%22M18.5%2014.5a1%201%200%201%200%202%200a1%201%200%201%200%20-2%200%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 505, theme.scss */
.aq-icon--robot-cleaner {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M6%205h12a2%202%200%200%201%202%202v12a2%202%200%200%201%20-2%202h-12a2%202%200%200%201%20-2%20-2v-12a2%202%200%200%201%202%20-2%22%20%2F%3E%3Cpath%20d%3D%22M9%2016c1%20.667%202%201%203%201s2%20-.333%203%20-1%22%20%2F%3E%3Cpath%20d%3D%22M9%207l-1%20-4%22%20%2F%3E%3Cpath%20d%3D%22M15%207l1%20-4%22%20%2F%3E%3Cpath%20d%3D%22M9%2012v-1%22%20%2F%3E%3Cpath%20d%3D%22M15%2012v-1%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 509, theme.scss */
.aq-icon--thread-size {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M21%204l-18%200%22%20%2F%3E%3Cpath%20d%3D%22M13%2016l-6%200%22%20%2F%3E%3Cpath%20d%3D%22M11%2020l4%200%22%20%2F%3E%3Cpath%20d%3D%22M6%208l14%200%22%20%2F%3E%3Cpath%20d%3D%22M4%2012l12%200%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 513, theme.scss */
.aq-icon--pump {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M3%2012a9%209%200%201%200%2018%200a9%209%200%201%200%20-18%200%22%20%2F%3E%3Cpath%20d%3D%22M9%2016v-8l3%205l3%20-5v8%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 517, theme.scss */
.aq-icon--filter {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M5%206a7%203%200%201%200%2014%200a7%203%200%201%200%20-14%200%22%20%2F%3E%3Cpath%20d%3D%22M5%206v12c0%201.657%203.134%203%207%203s7%20-1.343%207%20-3v-12%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 521, theme.scss */
.aq-icon--heat-exchanger {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M17%2010h-14l4%20-4%22%20%2F%3E%3Cpath%20d%3D%22M7%2014h14l-4%204%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 525, theme.scss */
.aq-icon--electric-heater {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M2%2012h2l2%20-5l3%2010l3%20-10l3%2010l3%20-10l1.5%205h2.5%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 529, theme.scss */
.aq-icon--lighting {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M8%2012a4%204%200%201%200%208%200a4%204%200%201%200%20-8%200%22%20%2F%3E%3Cpath%20d%3D%22M3%2012h1m8%20-9v1m8%208h1m-9%208v1m-6.4%20-15.4l.7%20.7m12.1%20-.7l-.7%20.7m0%2011.4l.7%20.7m-12.1%20-.7l-.7%20.7%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 533, theme.scss */
.aq-icon--chemistry {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M6.1%2015h11.8%22%20%2F%3E%3Cpath%20d%3D%22M14%203v7.342a6%206%200%200%201%201.318%2010.658h-6.635a6%206%200%200%201%201.317%20-10.66v-7.34h4%22%20%2F%3E%3Cpath%20d%3D%22M9%203h6%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 537, theme.scss */
.aq-icon--insulation {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M10%205l0%2014%22%20%2F%3E%3Cpath%20d%3D%22M14%205l0%2014%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 541, theme.scss */
.aq-icon--excavation {
  --aq-icon-url: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M2%2017a2%202%200%201%200%204%200a2%202%200%201%200%20-4%200%22%20%2F%3E%3Cpath%20d%3D%22M11%2017a2%202%200%201%200%204%200a2%202%200%201%200%20-4%200%22%20%2F%3E%3Cpath%20d%3D%22M13%2019l-9%200%22%20%2F%3E%3Cpath%20d%3D%22M4%2015l9%200%22%20%2F%3E%3Cpath%20d%3D%22M8%2012v-5h2a3%203%200%200%201%203%203v5%22%20%2F%3E%3Cpath%20d%3D%22M5%2015v-2a1%201%200%200%201%201%20-1h7%22%20%2F%3E%3Cpath%20d%3D%22M21.12%209.88l-3.12%20-4.88l-5%205%22%20%2F%3E%3Cpath%20d%3D%22M21.12%209.88a3%203%200%200%201%20-2.12%205.12a3%203%200%200%201%20-2.12%20-.88l4.24%20-4.24%22%20%2F%3E%3C%2Fsvg%3E"); }

/* AQUABAS HUB card spacing fix */
/* line 546, theme.scss */
.aq-card {
  min-height: 250px; }

/* line 550, theme.scss */
.aq-card--ready {
  border-width: 2px;
  border-color: #5ECBF4;
  box-shadow: 0 14px 32px rgba(0, 143, 199, 0.16); }

/* line 556, theme.scss */
.aq-card__desc {
  margin-bottom: 18px; }

/* line 560, theme.scss */
.aq-card__button {
  margin-top: auto; }

/* line 564, theme.scss */
.aq-card:not(.aq-card--ready) {
  padding-bottom: 72px; }

/* line 568, theme.scss */
.aq-card--ready {
  padding-bottom: 22px; }

@media (max-width: 640px) {
  /* line 573, theme.scss */
  .aq-card {
    min-height: auto; }

  /* line 577, theme.scss */
  .aq-card:not(.aq-card--ready) {
    padding-bottom: 28px; }

  /* line 581, theme.scss */
  .aq-card__desc {
    margin-bottom: 16px; } }
/* AQUABAS HUB title as H2 */
/* line 586, theme.scss */
.aq-hub__title {
  margin: 0 0 14px;
  color: #102F44;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 800; }

@media (max-width: 980px) {
  /* line 595, theme.scss */
  .aq-hub__title {
    font-size: 32px; } }
@media (max-width: 640px) {
  /* line 601, theme.scss */
  .aq-hub__title {
    font-size: 28px; } }
