/* CORE STYLES IMPORT */
@import "WBcore.css";
/* CORE STYLES CUSTOMIZATION */
/* CORE STYLES CUSTOMIZATION */
:root {
  --greyLightHS: 120, 14%;
  --greyLightL: 93%;
  --greyL700: 24%;
  --remSize: 18px;
  --h6Size: 1rem;
  --title: hsla(var(--secondaryHS), var(--secondaryL), 1);
  --link: hsla(var(--secondaryHS), calc(var(--secondaryL) + 10%), 1);
  --linkHover: hsla(var(--secondaryHS), calc(var(--secondaryL) + 20%), 1);
}
p {
  line-height: 150%;
}
.top-navigation {
  --title: hsla(var(--secondaryHS), var(--secondaryL), 1) !important;
  --link: hsla(var(--secondaryHS), var(--secondaryL), 1) !important;
}
@media (max-width: 992px) {
  .top-navigation .navigation-desktop-controls {
    flex: 0 1 auto;
    display: block !important;
    visibility: visible !important;
  }
}
@media (max-width: 992px) {
  .top-navigation .navigation-desktop-controls .login-button {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .top-navigation .navigation-desktop-controls .login-button .btn {
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    margin: 0;
  }
  .top-navigation .navigation-desktop-controls .login-button .btn .mask-icon {
    width: 32px;
    height: 32px;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .top-navigation .navigation-desktop-controls .login-button .btn span {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 992px) {
  .top-navigation .navigation-toggle {
    order: 101;
  }
}
.bg-color-grey-100 {
  background-color: hsla(var(--greyLightHS), var(--greyLightL), 1);
}
.theme-primary {
  --bg: hsla(var(--primaryHS), var(--primaryL), 1);
  --text: hsla(var(--secondaryHS), var(--secondaryL), 1);
  --link: hsla(var(--secondaryHS), var(--secondaryL), 1);
  --title: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-primary h1:not(.theme-primary *[class*="theme-"] h1),
.theme-primary h2:not(.theme-primary *[class*="theme-"] h2),
.theme-primary h3:not(.theme-primary *[class*="theme-"] h3),
.theme-primary h4:not(.theme-primary *[class*="theme-"] h4),
.theme-primary h5:not(.theme-primary *[class*="theme-"] h5),
.theme-primary h6:not(.theme-primary *[class*="theme-"] h6),
.theme-primary .h1:not(.theme-primary *[class*="theme-"] .h1),
.theme-primary .h2:not(.theme-primary *[class*="theme-"] .h2),
.theme-primary .h3:not(.theme-primary *[class*="theme-"] .h3),
.theme-primary .h4:not(.theme-primary *[class*="theme-"] .h4),
.theme-primary .h5:not(.theme-primary *[class*="theme-"] .h5),
.theme-primary .h6:not(.theme-primary *[class*="theme-"] .h6),
.theme-primary strong:not(.theme-primary *[class*="theme-"] strong):not(.alert strong),
.theme-primary .theme-primary h1,
.theme-primary .theme-primary h2,
.theme-primary .theme-primary h3,
.theme-primary .theme-primary h4,
.theme-primary .theme-primary h5,
.theme-primary .theme-primary h6,
.theme-primary .theme-primary .h1,
.theme-primary .theme-primary .h2,
.theme-primary .theme-primary .h3,
.theme-primary .theme-primary .h4,
.theme-primary .theme-primary .h5,
.theme-primary .theme-primary .h6,
.theme-primary .theme-primary strong:not(.alert strong) {
  color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-greylight,
.theme-grey,
.theme-lightgrey {
  --title: hsla(var(--secondaryHS), var(--secondaryL), 1);
  --bg: hsla(var(--greyLightHS), var(--greyLightL), 1);
  --link: hsla(var(--secondaryHS), calc(var(--secondaryL) + 10%), 1);
  --linkHover: hsla(var(--secondaryHS), calc(var(--secondaryL) + 20%), 1);
}
.theme-greylight h1:not(.theme-greylight *[class*="theme-"] h1),
.theme-grey h1:not(.theme-greylight *[class*="theme-"] h1),
.theme-lightgrey h1:not(.theme-greylight *[class*="theme-"] h1),
.theme-greylight h2:not(.theme-greylight *[class*="theme-"] h2),
.theme-grey h2:not(.theme-greylight *[class*="theme-"] h2),
.theme-lightgrey h2:not(.theme-greylight *[class*="theme-"] h2),
.theme-greylight h3:not(.theme-greylight *[class*="theme-"] h3),
.theme-grey h3:not(.theme-greylight *[class*="theme-"] h3),
.theme-lightgrey h3:not(.theme-greylight *[class*="theme-"] h3),
.theme-greylight h4:not(.theme-greylight *[class*="theme-"] h4),
.theme-grey h4:not(.theme-greylight *[class*="theme-"] h4),
.theme-lightgrey h4:not(.theme-greylight *[class*="theme-"] h4),
.theme-greylight h5:not(.theme-greylight *[class*="theme-"] h5),
.theme-grey h5:not(.theme-greylight *[class*="theme-"] h5),
.theme-lightgrey h5:not(.theme-greylight *[class*="theme-"] h5),
.theme-greylight h6:not(.theme-greylight *[class*="theme-"] h6),
.theme-grey h6:not(.theme-greylight *[class*="theme-"] h6),
.theme-lightgrey h6:not(.theme-greylight *[class*="theme-"] h6),
.theme-greylight .h1:not(.theme-greylight *[class*="theme-"] .h1),
.theme-grey .h1:not(.theme-greylight *[class*="theme-"] .h1),
.theme-lightgrey .h1:not(.theme-greylight *[class*="theme-"] .h1),
.theme-greylight .h2:not(.theme-greylight *[class*="theme-"] .h2),
.theme-grey .h2:not(.theme-greylight *[class*="theme-"] .h2),
.theme-lightgrey .h2:not(.theme-greylight *[class*="theme-"] .h2),
.theme-greylight .h3:not(.theme-greylight *[class*="theme-"] .h3),
.theme-grey .h3:not(.theme-greylight *[class*="theme-"] .h3),
.theme-lightgrey .h3:not(.theme-greylight *[class*="theme-"] .h3),
.theme-greylight .h4:not(.theme-greylight *[class*="theme-"] .h4),
.theme-grey .h4:not(.theme-greylight *[class*="theme-"] .h4),
.theme-lightgrey .h4:not(.theme-greylight *[class*="theme-"] .h4),
.theme-greylight .h5:not(.theme-greylight *[class*="theme-"] .h5),
.theme-grey .h5:not(.theme-greylight *[class*="theme-"] .h5),
.theme-lightgrey .h5:not(.theme-greylight *[class*="theme-"] .h5),
.theme-greylight .h6:not(.theme-greylight *[class*="theme-"] .h6),
.theme-grey .h6:not(.theme-greylight *[class*="theme-"] .h6),
.theme-lightgrey .h6:not(.theme-greylight *[class*="theme-"] .h6),
.theme-greylight strong:not(.theme-greylight *[class*="theme-"] strong):not(.alert strong),
.theme-grey strong:not(.theme-greylight *[class*="theme-"] strong):not(.alert strong),
.theme-lightgrey strong:not(.theme-greylight *[class*="theme-"] strong):not(.alert strong),
.theme-greylight .theme-greylight h1,
.theme-grey .theme-greylight h1,
.theme-lightgrey .theme-greylight h1,
.theme-greylight .theme-greylight h2,
.theme-grey .theme-greylight h2,
.theme-lightgrey .theme-greylight h2,
.theme-greylight .theme-greylight h3,
.theme-grey .theme-greylight h3,
.theme-lightgrey .theme-greylight h3,
.theme-greylight .theme-greylight h4,
.theme-grey .theme-greylight h4,
.theme-lightgrey .theme-greylight h4,
.theme-greylight .theme-greylight h5,
.theme-grey .theme-greylight h5,
.theme-lightgrey .theme-greylight h5,
.theme-greylight .theme-greylight h6,
.theme-grey .theme-greylight h6,
.theme-lightgrey .theme-greylight h6,
.theme-greylight .theme-greylight .h1,
.theme-grey .theme-greylight .h1,
.theme-lightgrey .theme-greylight .h1,
.theme-greylight .theme-greylight .h2,
.theme-grey .theme-greylight .h2,
.theme-lightgrey .theme-greylight .h2,
.theme-greylight .theme-greylight .h3,
.theme-grey .theme-greylight .h3,
.theme-lightgrey .theme-greylight .h3,
.theme-greylight .theme-greylight .h4,
.theme-grey .theme-greylight .h4,
.theme-lightgrey .theme-greylight .h4,
.theme-greylight .theme-greylight .h5,
.theme-grey .theme-greylight .h5,
.theme-lightgrey .theme-greylight .h5,
.theme-greylight .theme-greylight .h6,
.theme-grey .theme-greylight .h6,
.theme-lightgrey .theme-greylight .h6,
.theme-greylight .theme-greylight strong:not(.alert strong),
.theme-grey .theme-greylight strong:not(.alert strong),
.theme-lightgrey .theme-greylight strong:not(.alert strong) {
  color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-greylight .btn-default:not(.theme-greylight *[class*="theme-"] .btn-default),
.theme-grey .btn-default:not(.theme-greylight *[class*="theme-"] .btn-default),
.theme-lightgrey .btn-default:not(.theme-greylight *[class*="theme-"] .btn-default),
.theme-greylight .theme-greylight .btn-default,
.theme-grey .theme-greylight .btn-default,
.theme-lightgrey .theme-greylight .btn-default {
  border-color: hsla(var(--secondaryHS), var(--secondaryL), 0.7);
  color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-greylight .btn-default:not(.theme-greylight *[class*="theme-"] .btn-default):hover,
.theme-grey .btn-default:not(.theme-greylight *[class*="theme-"] .btn-default):hover,
.theme-lightgrey .btn-default:not(.theme-greylight *[class*="theme-"] .btn-default):hover,
.theme-greylight .theme-greylight .btn-default:hover,
.theme-grey .theme-greylight .btn-default:hover,
.theme-lightgrey .theme-greylight .btn-default:hover {
  border-color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-greylight .alert.alert-grey,
.theme-grey .alert.alert-grey,
.theme-lightgrey .alert.alert-grey {
  --title: hsla(var(--secondaryHS), var(--secondaryL), 1);
  background-color: hsla(var(--greyLightHS), var(--greyLightL), 1);
  border-color: hsla(var(--greyLightHS), calc(var(--greyLightL) - 15%), 1);
}
.theme-light {
  --title: hsla(var(--secondaryHS), var(--secondaryL), 1);
  --link: hsla(var(--secondaryHS), calc(var(--secondaryL) + 10%), 1);
  --linkHover: hsla(var(--secondaryHS), calc(var(--secondaryL) + 20%), 1);
}
.theme-light h1:not(.theme-light *[class*="theme-"] h1),
.theme-light h2:not(.theme-light *[class*="theme-"] h2),
.theme-light h3:not(.theme-light *[class*="theme-"] h3),
.theme-light h4:not(.theme-light *[class*="theme-"] h4),
.theme-light h5:not(.theme-light *[class*="theme-"] h5),
.theme-light h6:not(.theme-light *[class*="theme-"] h6),
.theme-light .h1:not(.theme-light *[class*="theme-"] .h1),
.theme-light .h2:not(.theme-light *[class*="theme-"] .h2),
.theme-light .h3:not(.theme-light *[class*="theme-"] .h3),
.theme-light .h4:not(.theme-light *[class*="theme-"] .h4),
.theme-light .h5:not(.theme-light *[class*="theme-"] .h5),
.theme-light .h6:not(.theme-light *[class*="theme-"] .h6),
.theme-light strong:not(.theme-light *[class*="theme-"] strong):not(.alert strong),
.theme-light .theme-light h1,
.theme-light .theme-light h2,
.theme-light .theme-light h3,
.theme-light .theme-light h4,
.theme-light .theme-light h5,
.theme-light .theme-light h6,
.theme-light .theme-light .h1,
.theme-light .theme-light .h2,
.theme-light .theme-light .h3,
.theme-light .theme-light .h4,
.theme-light .theme-light .h5,
.theme-light .theme-light .h6,
.theme-light .theme-light strong:not(.alert strong) {
  color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-light .btn-default:not(.theme-light *[class*="theme-"] .btn-default),
.theme-light .theme-light .btn-default {
  border-color: hsla(var(--secondaryHS), var(--secondaryL), 0.7);
  color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.theme-light .btn-default:not(.theme-light *[class*="theme-"] .btn-default):hover,
.theme-light .theme-light .btn-default:hover {
  border-color: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
nav .btn.btn-primary,
main .btn.btn-primary,
footer .btn.btn-primary {
  --link: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
nav .btn.btn-primary:hover,
main .btn.btn-primary:hover,
footer .btn.btn-primary:hover {
  --link: hsla(var(--secondaryHS), var(--secondaryL), 1);
}
.nowrap {
  white-space: nowrap;
}
.content-image-text .section-image .image-wrapper {
  min-height: 470px !important;
}
.mask-icon.icon-solar-panel {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M11.9882 0.989227C11.7895 0.992332 11.6001 1.07419 11.4617 1.21683C11.3232 1.35947 11.2471 1.55122 11.2499 1.74997V2.74997C11.2485 2.84935 11.2669 2.94803 11.304 3.04025C11.341 3.13248 11.396 3.21642 11.4658 3.2872C11.5356 3.35797 11.6188 3.41418 11.7105 3.45254C11.8021 3.4909 11.9005 3.51065 11.9999 3.51065C12.0993 3.51065 12.1977 3.4909 12.2894 3.45254C12.3811 3.41418 12.4643 3.35797 12.5341 3.2872C12.6038 3.21642 12.6589 3.13248 12.6959 3.04025C12.733 2.94803 12.7513 2.84935 12.7499 2.74997V1.74997C12.7514 1.64959 12.7327 1.54994 12.6949 1.45692C12.6571 1.36391 12.601 1.27943 12.53 1.20849C12.459 1.13754 12.3744 1.08158 12.2813 1.04392C12.1883 1.00626 12.0886 0.987659 11.9882 0.989227ZM8.33978 1.96091C8.2097 1.96599 8.08317 2.00485 7.97266 2.07366C7.86214 2.14247 7.77144 2.23886 7.70946 2.35334C7.64749 2.46783 7.61638 2.59648 7.6192 2.72663C7.62201 2.85679 7.65866 2.98397 7.72553 3.09567L8.22553 3.95993C8.27362 4.04741 8.33869 4.12441 8.41692 4.18642C8.49516 4.24843 8.58498 4.2942 8.68114 4.32104C8.77729 4.34789 8.87783 4.35527 8.97687 4.34275C9.07592 4.33023 9.17146 4.29807 9.25791 4.24815C9.34436 4.19823 9.41998 4.13156 9.48033 4.05203C9.54068 3.97251 9.58455 3.88174 9.60936 3.78505C9.63418 3.68835 9.63944 3.58767 9.62484 3.48892C9.61025 3.39016 9.57608 3.29531 9.52435 3.20993L9.02435 2.3447C8.95682 2.22375 8.8571 2.12387 8.73627 2.05612C8.61544 1.98838 8.4782 1.95543 8.33978 1.96091ZM15.6367 1.96091C15.5022 1.95973 15.3698 1.99474 15.2535 2.06226C15.1372 2.12978 15.0412 2.22733 14.9755 2.3447L14.4755 3.20993C14.4238 3.29531 14.3896 3.39016 14.375 3.48892C14.3604 3.58767 14.3657 3.68835 14.3905 3.78505C14.4153 3.88174 14.4592 3.97251 14.5196 4.05203C14.5799 4.13156 14.6555 4.19823 14.742 4.24815C14.8284 4.29807 14.924 4.33023 15.023 4.34275C15.122 4.35527 15.2226 4.34789 15.3187 4.32104C15.4149 4.2942 15.5047 4.24843 15.583 4.18642C15.6612 4.12441 15.7263 4.04741 15.7744 3.95993L16.2744 3.09567C16.3421 2.98228 16.3787 2.85301 16.3805 2.72093C16.3822 2.58885 16.3491 2.45865 16.2844 2.34349C16.2196 2.22834 16.1257 2.13231 16.0119 2.06513C15.8982 1.99795 15.7687 1.962 15.6367 1.96091ZM11.9921 4.49118C8.82179 4.49118 6.76907 7.70752 7.76166 10.5H6.24994C5.65361 10.5013 5.08208 10.7388 4.66041 11.1604C4.23874 11.5821 4.00126 12.1536 3.99994 12.75V20.25C4.00126 20.8463 4.23874 21.4178 4.66041 21.8395C5.08208 22.2612 5.65361 22.4986 6.24994 22.5H17.7499C18.3463 22.4986 18.9178 22.2612 19.3395 21.8395C19.7611 21.4178 19.9986 20.8463 19.9999 20.25V12.75C19.9986 12.1536 19.7611 11.5821 19.3395 11.1604C18.9178 10.7388 18.3463 10.5013 17.7499 10.5H16.2236C17.216 7.70752 15.1625 4.49118 11.9921 4.49118ZM5.7392 4.62009C5.57085 4.61366 5.40524 4.66409 5.26906 4.76326C5.13287 4.86242 5.03403 5.00455 4.98846 5.16674C4.94289 5.32893 4.95325 5.50173 5.01787 5.65732C5.08249 5.8129 5.1976 5.9422 5.34467 6.02438L6.2099 6.52438C6.29528 6.57611 6.39013 6.61028 6.48889 6.62487C6.58764 6.63947 6.68832 6.63421 6.78502 6.60939C6.88171 6.58458 6.97248 6.54071 7.052 6.48036C7.13153 6.42001 7.1982 6.34439 7.24812 6.25794C7.29804 6.17149 7.3302 6.07595 7.34272 5.9769C7.35524 5.87786 7.34786 5.77732 7.32101 5.68117C7.29417 5.58501 7.2484 5.49519 7.18639 5.41695C7.12438 5.33872 7.04738 5.27365 6.9599 5.22556L6.09564 4.72556C5.98756 4.66105 5.86498 4.62478 5.7392 4.62009ZM18.3124 4.62009C18.1691 4.61549 18.0274 4.65209 17.9042 4.72556L17.04 5.22556C16.9525 5.27365 16.8755 5.33872 16.8135 5.41695C16.7515 5.49519 16.7057 5.58501 16.6789 5.68117C16.652 5.77732 16.6446 5.87786 16.6572 5.9769C16.6697 6.07595 16.7018 6.17149 16.7518 6.25794C16.8017 6.34439 16.8684 6.42001 16.9479 6.48036C17.0274 6.54071 17.1182 6.58458 17.2149 6.60939C17.3116 6.63421 17.4122 6.63947 17.511 6.62487C17.6097 6.61028 17.7046 6.57611 17.79 6.52438L18.6552 6.02438C18.7983 5.94432 18.9112 5.81957 18.9767 5.66923C19.0422 5.51888 19.0565 5.35123 19.0177 5.19193C18.9788 5.03263 18.8888 4.89046 18.7614 4.78719C18.634 4.68391 18.4763 4.62522 18.3124 4.62009ZM11.9921 5.99118C14.3695 5.99118 15.7618 8.49516 14.5771 10.5H9.40717C8.22247 8.49516 9.61476 5.99118 11.9921 5.99118ZM4.74994 7.99997C4.65056 7.99856 4.55188 8.01693 4.45966 8.05399C4.36743 8.09105 4.28349 8.14607 4.21271 8.21585C4.14194 8.28563 4.08573 8.36879 4.04737 8.46048C4.00901 8.55217 3.98926 8.65058 3.98926 8.74997C3.98926 8.84936 4.00901 8.94777 4.04737 9.03946C4.08573 9.13115 4.14194 9.21431 4.21271 9.28409C4.28349 9.35387 4.36743 9.40889 4.45966 9.44595C4.55188 9.48301 4.65056 9.50138 4.74994 9.49997H5.74994C5.84932 9.50138 5.948 9.48301 6.04022 9.44595C6.13245 9.40889 6.21639 9.35387 6.28717 9.28409C6.35794 9.21431 6.41415 9.13115 6.45251 9.03946C6.49087 8.94777 6.51062 8.84936 6.51062 8.74997C6.51062 8.65058 6.49087 8.55217 6.45251 8.46048C6.41415 8.36879 6.35794 8.28563 6.28717 8.21585C6.21639 8.14607 6.13245 8.09105 6.04022 8.05399C5.948 8.01693 5.84932 7.99856 5.74994 7.99997H4.74994ZM18.2499 7.99997C18.1506 7.99856 18.0519 8.01693 17.9597 8.05399C17.8674 8.09105 17.7835 8.14607 17.7127 8.21585C17.6419 8.28563 17.5857 8.36879 17.5474 8.46048C17.509 8.55217 17.4893 8.65058 17.4893 8.74997C17.4893 8.84936 17.509 8.94777 17.5474 9.03946C17.5857 9.13115 17.6419 9.21431 17.7127 9.28409C17.7835 9.35387 17.8674 9.40889 17.9597 9.44595C18.0519 9.48301 18.1506 9.50138 18.2499 9.49997H19.2499C19.3493 9.50138 19.448 9.48301 19.5402 9.44595C19.6324 9.40889 19.7164 9.35387 19.7872 9.28409C19.8579 9.21431 19.9141 9.13115 19.9525 9.03946C19.9909 8.94777 20.0106 8.84936 20.0106 8.74997C20.0106 8.65058 19.9909 8.55217 19.9525 8.46048C19.9141 8.36879 19.8579 8.28563 19.7872 8.21585C19.7164 8.14607 19.6324 8.09105 19.5402 8.05399C19.448 8.01693 19.3493 7.99856 19.2499 7.99997H18.2499ZM6.24994 12H17.7499C17.9489 12 18.1396 12.079 18.2803 12.2196C18.4209 12.3603 18.4999 12.5511 18.4999 12.75V20.25C18.4999 20.4489 18.4209 20.6396 18.2803 20.7803C18.1396 20.921 17.9489 21 17.7499 21H6.24994C6.05103 21 5.86026 20.921 5.71961 20.7803C5.57896 20.6396 5.49994 20.4489 5.49994 20.25V12.75C5.49994 12.5511 5.57896 12.3603 5.71961 12.2196C5.86026 12.079 6.05103 12 6.24994 12ZM6.99994 13C6.72294 13 6.49994 13.223 6.49994 13.5V15.5C6.49994 15.777 6.72294 16 6.99994 16H8.99994C9.27694 16 9.49994 15.777 9.49994 15.5V13.5C9.49994 13.223 9.27694 13 8.99994 13H6.99994ZM10.9999 13C10.7229 13 10.4999 13.223 10.4999 13.5V15.5C10.4999 15.777 10.7229 16 10.9999 16H12.9999C13.2769 16 13.4999 15.777 13.4999 15.5V13.5C13.4999 13.223 13.2769 13 12.9999 13H10.9999ZM14.9999 13C14.7229 13 14.4999 13.223 14.4999 13.5V15.5C14.4999 15.777 14.7229 16 14.9999 16H16.9999C17.2769 16 17.4999 15.777 17.4999 15.5V13.5C17.4999 13.223 17.2769 13 16.9999 13H14.9999ZM6.99994 17C6.72294 17 6.49994 17.223 6.49994 17.5V19.5C6.49994 19.777 6.72294 20 6.99994 20H8.99994C9.27694 20 9.49994 19.777 9.49994 19.5V17.5C9.49994 17.223 9.27694 17 8.99994 17H6.99994ZM10.9999 17C10.7229 17 10.4999 17.223 10.4999 17.5V19.5C10.4999 19.777 10.7229 20 10.9999 20H12.9999C13.2769 20 13.4999 19.777 13.4999 19.5V17.5C13.4999 17.223 13.2769 17 12.9999 17H10.9999ZM14.9999 17C14.7229 17 14.4999 17.223 14.4999 17.5V19.5C14.4999 19.777 14.7229 20 14.9999 20H16.9999C17.2769 20 17.4999 19.777 17.4999 19.5V17.5C17.4999 17.223 17.2769 17 16.9999 17H14.9999Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-wild {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M4.48837 0.739227C4.28963 0.742332 4.10025 0.824195 3.96182 0.966833C3.82339 1.10947 3.74724 1.30122 3.75009 1.49997C3.75009 3.35583 4.99244 5.12198 6.76279 5.71188L7.49326 5.95505C6.88742 6.05564 6.34783 6.08377 5.79697 5.82028C5.67838 5.76364 5.54699 5.73915 5.41596 5.74927C5.28492 5.75938 5.15885 5.80375 5.05036 5.87792C4.94187 5.95209 4.85477 6.05347 4.79779 6.1719C4.74081 6.29032 4.71594 6.42164 4.72568 6.5527C4.87089 8.50129 6.09385 9.62086 7.28623 10.0644C7.4717 10.1334 7.63029 10.1284 7.81357 10.1748C7.7415 10.2601 7.62622 10.3226 7.5665 10.414C7.13333 11.0772 7.02967 11.7853 6.91611 12.4511C6.68898 13.7829 6.54388 15.0378 4.57236 16.5166C4.47683 16.5883 4.39981 16.6817 4.3477 16.7892C4.29559 16.8967 4.2699 17.0151 4.27276 17.1345C4.27563 17.2539 4.30697 17.3709 4.36417 17.4757C4.42138 17.5806 4.5028 17.6702 4.60166 17.7373C4.8671 17.9169 4.94946 17.8816 5.05869 17.8965C5.16791 17.9113 5.27422 17.9181 5.39267 17.9218C5.61862 17.929 5.88767 17.9234 6.17783 17.9111C5.6823 18.2716 5.10633 18.643 4.49619 18.9746C3.08798 19.7399 1.71494 20.3066 1.71494 20.3066C1.5892 20.3584 1.4799 20.4434 1.39874 20.5525C1.31758 20.6616 1.2676 20.7907 1.25416 20.926C1.24072 21.0613 1.26432 21.1978 1.32243 21.3207C1.38054 21.4437 1.47098 21.5485 1.58408 21.624C2.7181 22.38 4.26769 22.2522 5.63388 22.122C6.38713 22.0503 6.55959 21.9924 7.02841 21.9072C6.95998 22.1685 6.9288 22.3408 6.78818 22.7627C6.75058 22.8754 6.74033 22.9955 6.75826 23.1131C6.7762 23.2306 6.82182 23.3422 6.89135 23.4386C6.96088 23.535 7.05234 23.6135 7.15818 23.6677C7.26402 23.7218 7.38121 23.75 7.50009 23.75C9.12108 23.75 11.2372 23.6979 13.0558 23.6084C13.965 23.5636 14.7985 23.5098 15.4649 23.4472C16.1314 23.3847 16.5442 23.3625 16.9737 23.1982C17.1154 23.1439 17.2372 23.0479 17.3232 22.9229C17.4091 22.7979 17.4551 22.6497 17.4552 22.498C17.4552 20.3804 16.6156 17.8363 16.1349 16.5332C16.9983 16.4629 17.5926 16.2623 17.9718 16.0898C18.4228 15.8846 18.7468 15.7265 19.9991 15.7265C20.9789 15.7265 21.706 15.1177 22.211 14.5351C22.4635 14.2438 22.6644 13.9448 22.8136 13.667C22.9627 13.3891 23.0909 13.212 23.0909 12.79C23.0909 12.6601 23.053 12.4268 22.9454 12.249C22.8378 12.0712 22.7152 11.9707 22.5987 11.8818C22.3658 11.704 22.0831 11.5372 21.5636 11.2031C20.6843 10.6378 18.5933 9.27881 18.3038 9.09079C18.2749 8.97282 18.295 8.91183 18.2237 8.77731C18.0483 8.44604 17.7081 8.11712 17.2296 7.91599H17.2286C17.0817 7.85414 16.8723 7.78094 16.67 7.70895C17.1132 7.5931 17.5397 7.41771 17.9161 7.12399L19.4161 6.12399C19.4997 6.07011 19.5718 6.00013 19.6282 5.91812C19.6845 5.83611 19.7239 5.74371 19.7442 5.64631C19.7645 5.54891 19.7652 5.44844 19.7463 5.35077C19.7273 5.25309 19.6892 5.16016 19.634 5.07738C19.5788 4.9946 19.5077 4.92362 19.4248 4.86859C19.3419 4.81355 19.2489 4.77555 19.1512 4.75681C19.0535 4.73806 18.953 4.73894 18.8557 4.75939C18.7583 4.77985 18.666 4.81947 18.5841 4.87595L17.0528 5.89743L17.0235 5.92087C16.6585 6.22164 15.8636 6.43044 15.0694 6.46286C15.0131 6.46516 14.9959 6.44946 14.9395 6.45016C14.7425 6.12492 14.5154 5.4725 14.7403 4.12302C14.773 3.92669 14.7263 3.72545 14.6105 3.56355C14.4948 3.40166 14.3195 3.29237 14.1231 3.25973C13.9268 3.2271 13.7256 3.27379 13.5637 3.38954C13.4018 3.50528 13.2925 3.6806 13.2599 3.87692C13.0871 4.91326 13.1716 5.66466 13.336 6.29782C13.321 6.29362 13.249 6.29192 13.2374 6.28806L11.2921 5.63962C10.5333 4.75766 10.2138 3.93492 10.1466 3.31931C10.0706 2.62435 10.2101 2.24216 10.2101 2.24216C10.2419 2.14892 10.255 2.05032 10.2488 1.95199C10.2425 1.85367 10.2169 1.75754 10.1735 1.66911C10.13 1.58067 10.0696 1.50166 9.99563 1.43658C9.92166 1.37151 9.83559 1.32164 9.74234 1.28983C9.64909 1.25802 9.55049 1.24489 9.45217 1.25119C9.35385 1.2575 9.25773 1.28311 9.1693 1.32656C9.08088 1.37002 9.00188 1.43046 8.93682 1.50445C8.87176 1.57844 8.82192 1.66453 8.79013 1.75778C8.79013 1.75778 8.5473 2.49334 8.65537 3.48239C8.70091 3.89917 8.85703 4.39335 9.05966 4.89548L7.2374 4.28806C6.17475 3.93396 5.25009 2.63011 5.25009 1.49997C5.25153 1.39959 5.23281 1.29994 5.19502 1.20692C5.15724 1.11391 5.10117 1.02943 5.03014 0.958488C4.9591 0.887544 4.87455 0.831583 4.78149 0.79392C4.68843 0.756257 4.58875 0.737659 4.48837 0.739227ZM9.61826 7.14157C9.8323 7.13747 10.0328 7.15682 10.2276 7.20895C10.6173 7.31323 11.0259 7.54152 11.5235 8.12595C11.594 8.20865 11.6816 8.27505 11.7802 8.32058C11.8788 8.36611 11.9862 8.38966 12.0948 8.38962C14.2266 8.38962 15.8836 8.97719 16.6476 9.2988C16.8581 9.38719 16.8813 9.44692 16.8985 9.47946C16.9158 9.512 16.9197 9.5336 16.922 9.60153C16.9262 9.72196 16.9594 9.83959 17.0187 9.94447C17.078 10.0494 17.1618 10.1384 17.2628 10.2041C17.2628 10.2041 19.8016 11.8538 20.752 12.4648C21.1738 12.736 21.35 12.8513 21.4962 12.9502C21.4927 12.9572 21.496 12.95 21.4923 12.957C21.3997 13.1294 21.2523 13.3508 21.0772 13.5527C20.7271 13.9566 20.2828 14.2265 19.9991 14.2265C18.5854 14.2265 17.8451 14.4996 17.3507 14.7246C16.8562 14.9496 16.6764 15.0879 15.6808 15.0879C14.4492 15.0879 13.7183 14.684 13.2579 14.2978C12.7975 13.9117 12.6563 13.5908 12.6563 13.5908C12.6148 13.5015 12.5561 13.4212 12.4835 13.3546C12.4109 13.288 12.3259 13.2363 12.2334 13.2025C12.1408 13.1687 12.0426 13.1535 11.9441 13.1577C11.8457 13.1619 11.7491 13.1855 11.6598 13.227C11.5704 13.2686 11.4902 13.3273 11.4236 13.3999C11.3569 13.4724 11.3053 13.5574 11.2715 13.65C11.2377 13.7425 11.2225 13.8408 11.2267 13.9392C11.2309 14.0376 11.2544 14.1343 11.296 14.2236C11.296 14.2236 11.6036 14.8681 12.294 15.4472C12.7845 15.8587 13.5741 16.1842 14.5079 16.3828C14.7623 17.017 15.7005 19.9172 15.8839 21.875C15.6785 21.9089 15.641 21.9234 15.3243 21.9531C14.6943 22.0122 13.8765 22.0663 12.9815 22.1103C11.5162 22.1825 9.92517 22.2096 8.49423 22.2246C8.54391 22.0316 8.64583 21.7205 8.67294 21.5849C8.74299 21.2347 8.75009 21 8.75009 21C8.75013 20.8876 8.72493 20.7767 8.67633 20.6753C8.62774 20.574 8.557 20.4849 8.46935 20.4146C8.38169 20.3443 8.27936 20.2946 8.16991 20.2691C8.06046 20.2437 7.94669 20.2431 7.83701 20.2675C7.83701 20.2675 6.75011 20.508 5.4913 20.6279C5.15805 20.6596 4.83654 20.6344 4.50009 20.6338C4.83656 20.4679 4.84843 20.4905 5.21201 20.2929C5.95928 19.8868 6.72506 19.4256 7.36044 18.9287C7.99583 18.4317 8.55324 17.9381 8.73056 17.1679C8.75781 17.0495 8.75587 16.9262 8.72492 16.8087C8.69396 16.6912 8.63492 16.583 8.55287 16.4933C8.47082 16.4037 8.36822 16.3353 8.25389 16.2941C8.13957 16.2529 8.01695 16.2401 7.89658 16.2568C7.61282 16.2964 7.24793 16.316 6.89853 16.3447C7.9614 15.0175 8.22773 13.6883 8.3956 12.7041C8.50879 12.0404 8.61172 11.5568 8.82236 11.2343C9.033 10.9119 9.35818 10.6385 10.2306 10.416C10.4074 10.3706 10.5615 10.2622 10.6642 10.1113C10.7668 9.96031 10.8109 9.7771 10.7882 9.59598C10.7654 9.41485 10.6774 9.24824 10.5406 9.12738C10.4038 9.00651 10.2276 8.93968 10.045 8.93942C9.57868 8.93942 8.63481 8.96549 7.80869 8.65817C7.2405 8.44681 6.76794 8.13153 6.48447 7.50388C7.40851 7.57105 8.25281 7.3356 8.9288 7.21677C9.1766 7.17321 9.40421 7.14567 9.61826 7.14157ZM13.8966 9.98923C13.7251 10.6237 14.1004 11.2762 14.7354 11.4472C15.3704 11.6187 16.0234 11.2434 16.1944 10.6084L13.8966 9.98923Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-bug {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M9.73822 2.48923C9.53948 2.49233 9.3501 2.57419 9.21167 2.71683C9.07324 2.85947 8.99709 3.05122 8.99994 3.24997V3.99997C8.99994 4.63219 9.19966 5.22054 9.53803 5.70602C8.14211 6.18716 7.11505 7.47092 7.01264 8.99997H6.74994C5.49819 8.99997 4.49994 8.00172 4.49994 6.74997V5.24997C4.50138 5.14959 4.48265 5.04994 4.44487 4.95692C4.40709 4.86391 4.35102 4.77943 4.27998 4.70849C4.20895 4.63754 4.1244 4.58158 4.03134 4.54392C3.93828 4.50626 3.8386 4.48766 3.73822 4.48923C3.53948 4.49233 3.3501 4.57419 3.21167 4.71683C3.07324 4.85947 2.99709 5.05122 2.99994 5.24997V6.74997C2.99994 8.81222 4.68769 10.5 6.74994 10.5H6.99994V12.25H2.74994C2.65056 12.2486 2.55188 12.2669 2.45966 12.304C2.36743 12.341 2.28349 12.3961 2.21271 12.4658C2.14194 12.5356 2.08573 12.6188 2.04737 12.7105C2.00901 12.8022 1.98926 12.9006 1.98926 13C1.98926 13.0994 2.00901 13.1978 2.04737 13.2895C2.08573 13.3812 2.14194 13.4643 2.21271 13.5341C2.28349 13.6039 2.36743 13.6589 2.45966 13.696C2.55188 13.733 2.65056 13.7514 2.74994 13.75H6.99994V15.3545C6.99994 15.4034 7.00541 15.4513 7.00678 15.5H6.74994C4.68769 15.5 2.99994 17.1877 2.99994 19.25V20.75C2.99853 20.8494 3.0169 20.948 3.05396 21.0403C3.09102 21.1325 3.14604 21.2164 3.21582 21.2872C3.2856 21.358 3.36876 21.4142 3.46045 21.4525C3.55214 21.4909 3.65055 21.5107 3.74994 21.5107C3.84933 21.5107 3.94774 21.4909 4.03943 21.4525C4.13112 21.4142 4.21428 21.358 4.28406 21.2872C4.35384 21.2164 4.40886 21.1325 4.44592 21.0403C4.48298 20.948 4.50135 20.8494 4.49994 20.75V19.25C4.49994 17.9982 5.49819 17 6.74994 17H7.27142C7.89998 18.8952 9.57605 20.3535 11.6689 20.4892C14.0359 20.6422 16.0935 19.1229 16.7665 17H17.2499C18.5017 17 19.4999 17.9982 19.4999 19.25V20.75C19.4985 20.8494 19.5169 20.948 19.554 21.0403C19.591 21.1325 19.646 21.2164 19.7158 21.2872C19.7856 21.358 19.8688 21.4142 19.9604 21.4525C20.0521 21.4909 20.1505 21.5107 20.2499 21.5107C20.3493 21.5107 20.4477 21.4909 20.5394 21.4525C20.6311 21.4142 20.7143 21.358 20.7841 21.2872C20.8538 21.2164 20.9089 21.1325 20.9459 21.0403C20.983 20.948 21.0013 20.8494 20.9999 20.75V19.25C20.9999 17.1877 19.3122 15.5 17.2499 15.5H16.9999V13.75H21.2499C21.3493 13.7514 21.448 13.733 21.5402 13.696C21.6324 13.6589 21.7164 13.6039 21.7872 13.5341C21.8579 13.4643 21.9141 13.3812 21.9525 13.2895C21.9909 13.1978 22.0106 13.0994 22.0106 13C22.0106 12.9006 21.9909 12.8022 21.9525 12.7105C21.9141 12.6188 21.8579 12.5356 21.7872 12.4658C21.7164 12.3961 21.6324 12.341 21.5402 12.304C21.448 12.2669 21.3493 12.2486 21.2499 12.25H16.9999V10.5H17.2499C19.3122 10.5 20.9999 8.81222 20.9999 6.74997V5.24997C21.0014 5.14959 20.9827 5.04994 20.9449 4.95692C20.9071 4.86391 20.851 4.77943 20.78 4.70849C20.7089 4.63754 20.6244 4.58158 20.5313 4.54392C20.4383 4.50626 20.3386 4.48766 20.2382 4.48923C20.0395 4.49233 19.8501 4.57419 19.7117 4.71683C19.5732 4.85947 19.4971 5.05122 19.4999 5.24997V6.74997C19.4999 8.00172 18.5017 8.99997 17.2499 8.99997H16.9872C16.8848 7.47092 15.8578 6.18716 14.4619 5.70602C14.8002 5.22054 14.9999 4.63219 14.9999 3.99997V3.24997C15.0013 3.15059 14.983 3.05191 14.9459 2.95969C14.9089 2.86746 14.8538 2.78352 14.7841 2.71274C14.7143 2.64197 14.6311 2.58576 14.5394 2.5474C14.4477 2.50904 14.3493 2.48929 14.2499 2.48929C14.1505 2.48929 14.0521 2.50904 13.9605 2.5474C13.8688 2.58576 13.7856 2.64197 13.7158 2.71274C13.646 2.78352 13.591 2.86746 13.554 2.95969C13.5169 3.05191 13.4985 3.15059 13.4999 3.24997V3.99997C13.4999 4.83704 12.837 5.49997 11.9999 5.49997C11.1629 5.49997 10.4999 4.83704 10.4999 3.99997V3.24997C10.5014 3.14959 10.4827 3.04994 10.4449 2.95692C10.4071 2.86391 10.351 2.77943 10.28 2.70849C10.209 2.63754 10.1244 2.58158 10.0313 2.54392C9.93828 2.50626 9.8386 2.48766 9.73822 2.48923ZM10.7499 6.99997H11.9999H13.2499C14.5017 6.99997 15.4999 7.99822 15.4999 9.24997V9.62692C15.4867 9.70744 15.4867 9.78957 15.4999 9.87009V12.8769C15.4867 12.9574 15.4867 13.0396 15.4999 13.1201V15.5C15.4999 17.5195 13.821 19.125 11.7656 18.9922C9.91693 18.8723 8.49994 17.2407 8.49994 15.3545V13.123C8.51317 13.0425 8.51317 12.9604 8.49994 12.8799V9.87302C8.51317 9.7925 8.51317 9.71037 8.49994 9.62985V9.24997C8.49994 7.99822 9.49819 6.99997 10.7499 6.99997Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-fire-truck {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M13.4181 3.01464C13.2738 3.0199 13.1341 3.06669 13.0158 3.1494L2.04018 8.62206C1.85736 8.67267 1.70051 8.79068 1.60121 8.95231C1.50191 9.11394 1.46754 9.3072 1.50503 9.49315L1.50014 13.8242V17.25C1.50014 18.4837 2.51639 19.5 3.75014 19.5H4.10756C4.43726 20.6492 5.50027 21.5 6.75014 21.5C8.00001 21.5 9.06302 20.6492 9.39272 19.5H14.6076C14.9373 20.6492 16.0003 21.5 17.2501 21.5C18.5 21.5 19.563 20.6492 19.8927 19.5H20.2492C21.4829 19.5 22.4992 18.4837 22.4992 17.25V13.6142C22.4992 13.255 22.4133 12.9015 22.2492 12.583L20.8126 9.79686L20.8312 9.8369C20.4712 9.02568 19.6628 8.49999 18.7755 8.49999H14.6115L17.3517 7.13378C17.466 7.07663 17.5638 6.99123 17.6359 6.88567C17.7079 6.78011 17.7518 6.6579 17.7633 6.53063C17.7748 6.40336 17.7537 6.27525 17.7018 6.15845C17.6499 6.04166 17.5691 5.94005 17.4669 5.86327L13.9826 3.24315C13.9097 3.16771 13.8218 3.1084 13.7246 3.06904C13.6273 3.02968 13.5229 3.01114 13.4181 3.01464ZM13.9611 5.10448L15.5958 6.333L13.5499 7.3535L13.9611 5.10448ZM12.4337 5.11522L11.9767 7.61327L9.59292 6.53222L12.4337 5.11522ZM8.37905 7.62792L10.797 8.72557L7.79995 10.2197L8.37905 7.62792ZM6.7726 7.93749L6.20229 10.4932L3.93178 9.35448L6.7726 7.93749ZM11.7501 9.99999H13.0001V13.25C13.0002 13.4489 13.0792 13.6396 13.2198 13.7803C13.3605 13.9209 13.5512 14 13.7501 14H16.0001H16.7501H20.9992V17.25C20.9992 17.6732 20.6724 18 20.2492 18H19.8927C19.563 16.8508 18.5 16 17.2501 16C16.0003 16 14.9373 16.8508 14.6076 18H9.39272C9.06302 16.8508 8.00001 16 6.75014 16C5.50027 16 4.43726 16.8508 4.10756 18H3.75014C3.32689 18 3.00014 17.6732 3.00014 17.25V15H10.7501C10.949 15 11.1398 14.9209 11.2804 14.7803C11.4211 14.6396 11.5001 14.4489 11.5001 14.25V10.25C11.5001 10.1025 11.6026 9.99999 11.7501 9.99999ZM14.5001 9.99999H16.0001V12.5H14.5001V9.99999ZM17.5001 9.99999H18.7755C19.0743 9.99999 19.3391 10.1725 19.4601 10.4453C19.4659 10.4585 19.4721 10.4715 19.4787 10.4844L20.5187 12.5H17.5001V9.99999ZM3.00405 10.5664L5.04702 11.5918L3.0021 12.6113L3.00405 10.5664ZM10.0001 10.7988V13.5H4.58315L10.0001 10.7988ZM6.75014 17.5C7.42452 17.5 7.95738 18.0164 7.99331 18.6807C7.98902 18.7268 7.98902 18.7732 7.99331 18.8193C7.95738 19.4836 7.42452 20 6.75014 20C6.05194 20 5.50014 19.4482 5.50014 18.75C5.50014 18.0518 6.05194 17.5 6.75014 17.5ZM17.2501 17.5C17.9483 17.5 18.5001 18.0518 18.5001 18.75C18.5001 19.4482 17.9483 20 17.2501 20C16.5758 20 16.0429 19.4836 16.007 18.8193C16.0113 18.7732 16.0113 18.7268 16.007 18.6807C16.0429 18.0164 16.5758 17.5 17.2501 17.5Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-field {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M7.42675 1.49025C7.26679 1.48371 7.10893 1.52853 6.97627 1.61814C6.84361 1.70776 6.7431 1.83746 6.68944 1.9883L6.37792 2.82716C6.24825 2.81122 6.13374 2.75002 5.99999 2.75002C5.78468 2.75002 5.59554 2.83348 5.39159 2.87404L5.01464 2.0508C4.97514 1.95891 4.91768 1.87585 4.84561 1.8065C4.77355 1.73716 4.68834 1.68292 4.59501 1.64699C4.50167 1.61105 4.4021 1.59415 4.30213 1.59727C4.20217 1.60038 4.10384 1.62346 4.01292 1.66514C3.92201 1.70682 3.84035 1.76626 3.77275 1.83996C3.70514 1.91367 3.65296 2.00015 3.61927 2.09431C3.58559 2.18848 3.57107 2.28844 3.57658 2.3883C3.58209 2.48816 3.60751 2.58591 3.65135 2.6758L4.0244 3.48927C3.76049 3.69757 3.5476 3.94012 3.35839 4.21877L2.51073 3.90431C2.41789 3.86768 2.31867 3.84994 2.21888 3.85214C2.1191 3.85435 2.02076 3.87644 1.92962 3.91713C1.83849 3.95782 1.75639 4.01629 1.68814 4.08912C1.61988 4.16194 1.56685 4.24766 1.53215 4.34124C1.49745 4.43482 1.48177 4.53439 1.48604 4.6341C1.4903 4.73382 1.51443 4.83168 1.557 4.92196C1.59957 5.01223 1.65973 5.0931 1.73395 5.15983C1.80817 5.22656 1.89497 5.2778 1.98925 5.31056L2.82714 5.62111C2.81111 5.75108 2.74999 5.86593 2.74999 6.00001C2.74999 6.21547 2.81124 6.41306 2.85155 6.6172L2.05077 6.98439C1.96117 7.02542 1.88053 7.08369 1.81346 7.15588C1.74639 7.22808 1.69419 7.31278 1.65986 7.40514C1.62552 7.49751 1.60972 7.59574 1.61335 7.69422C1.61698 7.79269 1.63997 7.88949 1.68101 7.97908C1.72205 8.06867 1.78034 8.14929 1.85255 8.21635C1.92476 8.28341 2.00947 8.33559 2.10184 8.36991C2.19421 8.40423 2.29244 8.42002 2.39092 8.41637C2.48939 8.41272 2.58619 8.38971 2.67577 8.34865L3.45018 7.99416C3.68394 8.29252 3.9706 8.54517 4.291 8.74904C3.26853 9.59853 2.64695 10.3762 2.35057 10.7666C2.35057 10.7669 2.35057 10.7673 2.35057 10.7676C2.11767 11.0745 1.99999 11.4463 1.99999 11.8184V17.2276V19.75C1.99999 20.7075 2.79251 21.5 3.74999 21.5H20.25C21.2075 21.5 22 20.7075 22 19.75V7.32521C22 6.4723 21.3718 5.72738 20.5234 5.59572C20.5231 5.59572 20.5228 5.59572 20.5224 5.59572C19.5735 5.4496 18.2018 5.25002 15.25 5.25002C12.8693 5.25002 10.8919 5.59853 9.2412 6.11623C9.2426 6.07714 9.24999 6.03937 9.24999 6.00001C9.24999 5.7847 9.16652 5.59557 9.12596 5.39162L9.94823 5.01466C10.0401 4.97517 10.1232 4.9177 10.1925 4.84564C10.2619 4.77357 10.3161 4.68837 10.352 4.59503C10.388 4.5017 10.4049 4.40212 10.4018 4.30216C10.3986 4.2022 10.3756 4.10387 10.3339 4.01295C10.2922 3.92204 10.2328 3.84038 10.1591 3.77278C10.0854 3.70517 9.99888 3.65299 9.90471 3.6193C9.81054 3.58561 9.71059 3.5711 9.61073 3.57661C9.51087 3.58211 9.41312 3.60754 9.32323 3.65138L8.51073 4.02443C8.30232 3.76037 8.06006 3.54671 7.78124 3.35744L8.09569 2.51173C8.139 2.40043 8.15511 2.28039 8.14267 2.1616C8.13023 2.04281 8.0896 1.92871 8.02417 1.82879C7.95874 1.72887 7.87039 1.64602 7.76647 1.58714C7.66256 1.52826 7.54609 1.49504 7.42675 1.49025ZM5.99999 4.25002C6.21873 4.25002 6.42213 4.30154 6.61425 4.37306H6.61522C6.64274 4.3825 6.67078 4.39032 6.69921 4.3965C7.08903 4.56458 7.39466 4.87354 7.57421 5.25685C7.58735 5.2888 7.60269 5.31979 7.6201 5.34962C7.69981 5.55093 7.74999 5.76843 7.74999 6.00001C7.74999 6.18503 7.72165 6.36017 7.66991 6.52443C7.65164 6.58243 7.64049 6.64244 7.63671 6.70314C6.88938 7.02859 6.24015 7.38738 5.66307 7.75392C5.60442 7.71738 5.54099 7.68911 5.4746 7.66994C4.76682 7.44773 4.24999 6.79102 4.24999 6.00001C4.24999 5.78026 4.30089 5.57567 4.37303 5.38283C4.37336 5.38218 4.37369 5.38153 4.37401 5.38087C4.38297 5.35462 4.39047 5.32788 4.39647 5.3008C4.56514 4.90962 4.87555 4.60307 5.26073 4.42384C5.29026 4.41137 5.31897 4.39702 5.34667 4.38087C5.54873 4.30044 5.76733 4.25002 5.99999 4.25002ZM15.25 6.75001C15.4761 6.75001 15.6306 6.75764 15.8369 6.75978C15.2974 7.14144 14.6944 7.61754 14.0439 8.23927C11.86 10.3269 9.15361 13.931 6.88768 20H3.74999C3.60246 20 3.49999 19.8975 3.49999 19.75V17.4649C7.63714 10.5263 14.1142 6.90529 14.1142 6.90529C14.1766 6.87123 14.2338 6.82849 14.2842 6.77834C14.6015 6.76549 14.9148 6.75001 15.25 6.75001ZM18.665 6.87697C18.9013 6.89813 19.1129 6.92088 19.3086 6.94435C18.985 7.36354 18.5783 7.96469 18.1006 8.84865C17.0146 10.8583 15.5884 14.2799 14.1074 20H8.49315C10.6454 14.4384 13.1321 11.1862 15.081 9.32326C17.1177 7.37642 18.4785 6.96388 18.4785 6.96388C18.5444 6.94362 18.6071 6.91437 18.665 6.87697ZM11.0137 7.16603C8.99226 8.64933 6.02936 11.184 3.49999 14.7334V11.8184C3.49999 11.7595 3.51779 11.7109 3.54589 11.6738H3.54491C4.21449 10.7918 6.16923 8.18304 11.0137 7.16603ZM20.5 7.85353V19.75C20.5 19.8975 20.3975 20 20.25 20H15.6601C17.082 14.6015 18.4338 11.3864 19.4199 9.56154C19.867 8.73428 20.2321 8.19974 20.5 7.85353Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-lake {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M11.75 2.53906C11.1965 2.53906 10.6433 2.81256 10.3691 3.36035C10.3554 3.38759 10.3433 3.41563 10.333 3.44434L9.11816 6.84766C8.69893 7.83073 9.44887 8.99996 10.5352 9H11V10.75C10.9986 10.8494 11.017 10.9481 11.054 11.0403C11.0911 11.1325 11.1461 11.2164 11.2159 11.2872C11.2857 11.358 11.3688 11.4142 11.4605 11.4526C11.5522 11.4909 11.6506 11.5107 11.75 11.5107C11.8494 11.5107 11.9478 11.4909 12.0395 11.4526C12.1312 11.4142 12.2143 11.358 12.2841 11.2872C12.3539 11.2164 12.4089 11.1325 12.446 11.0403C12.483 10.9481 12.5014 10.8494 12.5 10.75V9H12.9648C14.0511 8.99996 14.8011 7.83073 14.3818 6.84766L13.167 3.44434C13.1567 3.41563 13.1446 3.38759 13.1309 3.36035C12.8567 2.81256 12.3035 2.53906 11.75 2.53906ZM11.75 3.99219C11.7599 3.99219 11.7698 4.00548 11.7832 4.03125L12.9688 7.35254C12.9791 7.38091 12.9912 7.40863 13.0049 7.43555C13.0337 7.49319 13.0293 7.5 12.9648 7.5H10.5352C10.4707 7.5 10.4663 7.49319 10.4951 7.43555C10.5088 7.40863 10.5209 7.38091 10.5312 7.35254L11.7168 4.03125C11.7302 4.00548 11.7401 3.99219 11.75 3.99219ZM18.25 4C17.5882 4.00265 16.9495 4.24389 16.4512 4.67944C15.9529 5.115 15.6284 5.71564 15.5372 6.37115C15.4461 7.02667 15.5944 7.69307 15.9549 8.24807C16.3154 8.80307 16.864 9.20943 17.5 9.39258V11.75C17.4986 11.8494 17.517 11.9481 17.554 12.0403C17.5911 12.1325 17.6461 12.2164 17.7159 12.2872C17.7857 12.358 17.8688 12.4142 17.9605 12.4526C18.0522 12.4909 18.1506 12.5107 18.25 12.5107C18.3494 12.5107 18.4478 12.4909 18.5395 12.4526C18.6312 12.4142 18.7143 12.358 18.7841 12.2872C18.8539 12.2164 18.9089 12.1325 18.946 12.0403C18.983 11.9481 19.0014 11.8494 19 11.75V9.39453C19.5757 9.23134 20.0824 8.88483 20.4434 8.40758C20.8043 7.93032 20.9997 7.34837 21 6.75C21 6.02065 20.7103 5.32118 20.1945 4.80546C19.6788 4.28973 18.9793 4 18.25 4ZM18.25 5.5C18.4972 5.5 18.7389 5.57331 18.9445 5.71066C19.15 5.84801 19.3102 6.04324 19.4049 6.27165C19.4995 6.50005 19.5242 6.75139 19.476 6.99386C19.4277 7.23634 19.3087 7.45907 19.1339 7.63388C18.9591 7.8087 18.7363 7.92775 18.4939 7.97598C18.2514 8.02421 18.0001 7.99946 17.7716 7.90485C17.5432 7.81024 17.348 7.65002 17.2107 7.44446C17.0733 7.2389 17 6.99723 17 6.75C17 6.41848 17.1317 6.10054 17.3661 5.86612C17.6005 5.6317 17.9185 5.5 18.25 5.5ZM6.08398 9.5C3.83761 9.5 2 11.3376 2 13.584V15.25C2 18.6929 4.8071 21.5 8.25 21.5H18C20.2003 21.5 22 19.7003 22 17.5C22 15.2997 20.2003 13.5 18 13.5H14.084H14.083C12.22 13.5 10.4675 12.6241 9.34961 11.1338C8.57899 10.106 7.36859 9.50005 6.08398 9.5ZM6.08301 11C6.89675 11 7.66222 11.3822 8.15039 12.0332C9.5508 13.9002 11.7502 15 14.084 15H18C19.3896 15 20.5 16.1104 20.5 17.5C20.5 18.8896 19.3896 20 18 20H8.25C5.61776 20 3.5 17.8822 3.5 15.25V13.584C3.5 12.1486 4.64776 11.0005 6.08301 11ZM5.75 15C5.65062 14.9986 5.55194 15.017 5.45972 15.054C5.36749 15.0911 5.28355 15.1461 5.21277 15.2159C5.142 15.2857 5.08579 15.3688 5.04743 15.4605C5.00907 15.5522 4.98932 15.6506 4.98932 15.75C4.98932 15.8494 5.00907 15.9478 5.04743 16.0395C5.08579 16.1312 5.142 16.2143 5.21277 16.2841C5.28355 16.3539 5.36749 16.4089 5.45972 16.446C5.55194 16.483 5.65062 16.5014 5.75 16.5H7.75C7.84938 16.5014 7.94806 16.483 8.04028 16.446C8.13251 16.4089 8.21645 16.3539 8.28723 16.2841C8.358 16.2143 8.41421 16.1312 8.45257 16.0395C8.49093 15.9478 8.51068 15.8494 8.51068 15.75C8.51068 15.6506 8.49093 15.5522 8.45257 15.4605C8.41421 15.3688 8.358 15.2857 8.28723 15.2159C8.21645 15.1461 8.13251 15.0911 8.04028 15.054C7.94806 15.017 7.84938 14.9986 7.75 15H5.75ZM15.25 16.5C15.1506 16.4986 15.0519 16.517 14.9597 16.554C14.8675 16.5911 14.7836 16.6461 14.7128 16.7159C14.642 16.7857 14.5858 16.8688 14.5474 16.9605C14.5091 17.0522 14.4893 17.1506 14.4893 17.25C14.4893 17.3494 14.5091 17.4478 14.5474 17.5395C14.5858 17.6312 14.642 17.7143 14.7128 17.7841C14.7836 17.8539 14.8675 17.9089 14.9597 17.946C15.0519 17.983 15.1506 18.0014 15.25 18H17.25C17.3494 18.0014 17.4481 17.983 17.5403 17.946C17.6325 17.9089 17.7164 17.8539 17.7872 17.7841C17.858 17.7143 17.9142 17.6312 17.9526 17.5395C17.9909 17.4478 18.0107 17.3494 18.0107 17.25C18.0107 17.1506 17.9909 17.0522 17.9526 16.9605C17.9142 16.8688 17.858 16.7857 17.7872 16.7159C17.7164 16.6461 17.6325 16.5911 17.5403 16.554C17.4481 16.517 17.3494 16.4986 17.25 16.5H15.25ZM9.75 17.5C9.65062 17.4986 9.55194 17.517 9.45972 17.554C9.36749 17.5911 9.28355 17.6461 9.21277 17.7159C9.142 17.7857 9.08579 17.8688 9.04743 17.9605C9.00907 18.0522 8.98932 18.1506 8.98932 18.25C8.98932 18.3494 9.00907 18.4478 9.04743 18.5395C9.08579 18.6312 9.142 18.7143 9.21277 18.7841C9.28355 18.8539 9.36749 18.9089 9.45972 18.946C9.55194 18.983 9.65062 19.0014 9.75 19H11.75C11.8494 19.0014 11.9481 18.983 12.0403 18.946C12.1325 18.9089 12.2164 18.8539 12.2872 18.7841C12.358 18.7143 12.4142 18.6312 12.4526 18.5395C12.4909 18.4478 12.5107 18.3494 12.5107 18.25C12.5107 18.1506 12.4909 18.0522 12.4526 17.9605C12.4142 17.8688 12.358 17.7857 12.2872 17.7159C12.2164 17.6461 12.1325 17.5911 12.0403 17.554C11.9481 17.517 11.8494 17.4986 11.75 17.5H9.75Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-rabbit {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M14.25 1.5C12.5071 1.5 9.24623 2.27726 7.18555 5.00781C4.86507 5.0309 3.34946 6.18882 2.53516 7.39258C2.12391 8.00051 1.87118 8.61336 1.7168 9.11621C1.56241 9.61906 1.5 9.9375 1.5 10.25C1.50009 10.3906 1.53968 10.5283 1.61426 10.6475C1.61426 10.6475 2.55446 12.0619 4.53223 12.6963C4.63921 13.8725 5.00637 14.7473 5.38672 15.3389C5.6705 15.7803 5.81417 15.8495 6 16.0088V18.0527C4.84941 18.1896 3.94086 19.1759 4.00293 20.3691V20.3701C4.06783 21.6085 5.148 22.5 6.33496 22.5H11.75H18.75C19.7079 22.5 20.5 21.7073 20.5 20.75V19.6152C20.5 19.3442 20.5428 19.0799 20.6182 18.8281C20.8098 18.9405 21.0279 18.9999 21.25 19C21.5638 18.9981 21.8654 18.8783 22.0949 18.6644C22.3244 18.4504 22.4651 18.1579 22.4889 17.8451C22.5128 17.5322 22.4181 17.2218 22.2237 16.9755C22.0293 16.7292 21.7493 16.565 21.4395 16.5156C21.4765 16.2648 21.5 16.0103 21.5 15.75C21.5 12.8592 19.1408 10.5 16.25 10.5H14.75C12.3828 10.5 11.0875 9.13473 11.0244 7.39355C11.5064 6.89868 12.1053 6.53316 12.6992 6.31836C13.3687 6.07623 14.0219 6 14.25 6C15.4838 6 16.5 4.98375 16.5 3.75C16.5 2.51625 15.4838 1.5 14.25 1.5ZM14.25 3C14.6732 3 15 3.32675 15 3.75C15 4.17325 14.6732 4.5 14.25 4.5C13.7696 4.5 13.0359 4.60208 12.1895 4.9082C11.343 5.21433 10.3996 5.73137 9.67285 6.60645C9.56103 6.7412 9.49988 6.91083 9.5 7.08594V7.26953C9.5 9.86849 11.6766 12 14.75 12H16.25C18.3302 12 20 13.6698 20 15.75C20 16.4185 19.8254 17.0405 19.5205 17.582C19.1671 18.2102 19 18.9138 19 19.6152V20.75C19 20.8967 18.8971 21 18.75 21H11.75C11.3268 21 11 20.6732 11 20.25C11 19.8268 11.3268 19.5 11.75 19.5H12.25C12.4489 19.5 12.6397 19.421 12.7803 19.2803C12.921 19.1397 13 18.9489 13 18.75V18.25C13 16.9983 13.9983 16 15.25 16C15.3494 16.0014 15.4481 15.983 15.5403 15.946C15.6325 15.9089 15.7164 15.8539 15.7872 15.7841C15.858 15.7143 15.9142 15.6312 15.9526 15.5395C15.9909 15.4478 16.0107 15.3494 16.0107 15.25C16.0107 15.1506 15.9909 15.0522 15.9526 14.9605C15.9142 14.8688 15.858 14.7857 15.7872 14.7159C15.7164 14.6461 15.6325 14.5911 15.5403 14.554C15.4481 14.517 15.3494 14.4986 15.25 14.5C13.2614 14.5 11.6566 16.0808 11.542 18.042C10.4088 18.1533 9.5 19.0898 9.5 20.25C9.5 20.5137 9.55458 20.764 9.63965 21H6.33496C5.89726 21 5.52161 20.6752 5.50098 20.292V20.291C5.47826 19.844 5.81376 19.5 6.25 19.5C6.9318 19.5 7.5 18.9318 7.5 18.25V15.75C7.49999 15.6265 7.4695 15.505 7.41124 15.3961C7.35298 15.2873 7.26874 15.1945 7.16602 15.126C7.16602 15.126 6.94839 14.9939 6.64844 14.5273C6.42922 14.1864 6.19696 13.6887 6.0791 12.9814C6.21744 12.99 6.35494 13 6.5 13C7.33333 13 7.97865 12.8606 8.4248 12.7119C8.87096 12.5632 9.16602 12.374 9.16602 12.374C9.24965 12.3201 9.32173 12.2502 9.37806 12.1681C9.43439 12.0861 9.47384 11.9937 9.49412 11.8963C9.51439 11.7989 9.51509 11.6985 9.49616 11.6008C9.47724 11.5031 9.43907 11.4102 9.38388 11.3274C9.3287 11.2446 9.25759 11.1737 9.17471 11.1186C9.09183 11.0636 8.99883 11.0256 8.90112 11.0068C8.80341 10.9881 8.70295 10.989 8.60558 11.0094C8.50821 11.0299 8.41589 11.0695 8.33398 11.126C8.33398 11.126 8.25404 11.1868 7.9502 11.2881C7.64635 11.3894 7.16667 11.5 6.5 11.5C4.10399 11.5 3.22973 10.2895 3.0498 10.0195C3.0679 9.9004 3.07085 9.81474 3.15039 9.55566C3.26944 9.16789 3.46984 8.68699 3.77734 8.23242C4.39235 7.32329 5.36029 6.5 7.25 6.5H7.50684C7.6303 6.49999 7.75186 6.4695 7.86072 6.41124C7.96958 6.35298 8.06237 6.26874 8.13086 6.16602C9.76828 3.71055 12.9007 3 14.25 3ZM5.75 8C5.55109 8 5.36032 8.07902 5.21967 8.21967C5.07902 8.36032 5 8.55109 5 8.75C5 8.94891 5.07902 9.13968 5.21967 9.28033C5.36032 9.42098 5.55109 9.5 5.75 9.5C5.94891 9.5 6.13968 9.42098 6.28033 9.28033C6.42098 9.13968 6.5 8.94891 6.5 8.75C6.5 8.55109 6.42098 8.36032 6.28033 8.21967C6.13968 8.07902 5.94891 8 5.75 8Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
.mask-icon.icon-tree {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M12 1.5C8.9589 1.5 6.4554 3.62631 5.75293 6.45801C3.28298 7.38067 1.5 9.71671 1.5 12.5C1.5 16.0809 4.41913 19 8 19H11.25V21.75C11.2486 21.8494 11.267 21.9481 11.304 22.0403C11.3411 22.1325 11.3961 22.2164 11.4659 22.2872C11.5357 22.358 11.6188 22.4142 11.7105 22.4526C11.8022 22.4909 11.9006 22.5107 12 22.5107C12.0994 22.5107 12.1978 22.4909 12.2895 22.4526C12.3812 22.4142 12.4643 22.358 12.5341 22.2872C12.6039 22.2164 12.6589 22.1325 12.696 22.0403C12.733 21.9481 12.7514 21.8494 12.75 21.75V18.373C12.7632 18.2925 12.7632 18.2104 12.75 18.1299V16.3105L16.7803 12.2803C16.8523 12.2112 16.9097 12.1284 16.9493 12.0368C16.9889 11.9452 17.0098 11.8466 17.0108 11.7468C17.0118 11.6471 16.9929 11.5481 16.9552 11.4557C16.9175 11.3633 16.8617 11.2794 16.7912 11.2088C16.7206 11.1383 16.6367 11.0825 16.5443 11.0448C16.4519 11.0071 16.3529 10.9882 16.2532 10.9892C16.1534 10.9902 16.0548 11.0111 15.9632 11.0507C15.8716 11.0903 15.7888 11.1477 15.7197 11.2197L12.75 14.1895V14.1104C12.7595 14.042 12.7595 13.9727 12.75 13.9043V6.25C12.7514 6.15062 12.733 6.05194 12.696 5.95972C12.6589 5.86749 12.6039 5.78355 12.5341 5.71277C12.4643 5.642 12.3812 5.58579 12.2895 5.54743C12.1978 5.50907 12.0994 5.48932 12 5.48932C11.9006 5.48932 11.8022 5.50907 11.7105 5.54743C11.6188 5.58579 11.5357 5.642 11.4659 5.71277C11.3961 5.78355 11.3411 5.86749 11.304 5.95972C11.267 6.05194 11.2486 6.15062 11.25 6.25V12.1895L8.28027 9.21973C8.21116 9.14775 8.12839 9.09028 8.03679 9.0507C7.9452 9.01111 7.84662 8.99019 7.74684 8.98918C7.64706 8.98817 7.54808 9.00707 7.4557 9.04479C7.36332 9.08251 7.27939 9.13828 7.20883 9.20883C7.13828 9.27939 7.08251 9.36332 7.04479 9.4557C7.00707 9.54808 6.98817 9.64706 6.98918 9.74684C6.9902 9.84662 7.01111 9.9452 7.0507 10.0368C7.09028 10.1284 7.14775 10.2112 7.21973 10.2803L11.25 14.3105V15.9053C11.2409 15.9723 11.2409 16.0403 11.25 16.1074V17.5H8C5.22987 17.5 3 15.2701 3 12.5C3 10.2325 4.50284 8.331 6.55957 7.71289L7.00195 7.58008L7.08203 7.125C7.49589 4.78141 9.52985 3 12 3C14.4702 3 16.5041 4.78141 16.918 7.125L16.998 7.58008L17.4404 7.71289C19.4972 8.331 21 10.2325 21 12.5C21 15.2701 18.7701 17.5 16 17.5H14.5C14.4006 17.4986 14.3019 17.517 14.2097 17.554C14.1175 17.5911 14.0336 17.6461 13.9628 17.7159C13.892 17.7857 13.8358 17.8688 13.7974 17.9605C13.7591 18.0522 13.7393 18.1506 13.7393 18.25C13.7393 18.3494 13.7591 18.4478 13.7974 18.5395C13.8358 18.6312 13.892 18.7143 13.9628 18.7841C14.0336 18.8539 14.1175 18.9089 14.2097 18.946C14.3019 18.983 14.4006 19.0014 14.5 19H16C19.5809 19 22.5 16.0809 22.5 12.5C22.5 9.71671 20.717 7.38067 18.2471 6.45801C17.5446 3.62631 15.0411 1.5 12 1.5Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
}
