/*! CSS Used fontfaces */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap'); 

@media all {
  .wpm-mega-menu {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.15s linear;
    z-index: 999;
  }
  .bricks-is-frontend .brxe-brf-pro-forms {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .bricks-is-frontend
    .brxe-brf-pro-forms
    .form-group:not(.submit-button-wrapper):not(.brf-steps) {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
  }
  .submit-button-wrapper[disabled] {
    cursor: not-allowed;
  }
  :where(.brxe-brf-pro-forms) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  :where(.brxe-brf-pro-forms) label {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
  }
  :where(.brxe-brf-pro-forms) .options-wrapper input,
  :where(.brxe-brf-pro-forms) .options-wrapper label {
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    width: auto;
  }
  :where(.brxe-brf-pro-forms) button[type="submit"] .loading {
    display: none;
  }
  :where(.brxe-brf-pro-forms) .form-group {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    width: 100%;
  }
  :where(.brxe-brf-pro-forms) .submit-button-wrapper {
    width: auto;
  }
  :where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper {
    padding: 0;
  }
  :where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper button {
    width: 100%;
  }
  :where(.brxe-brf-pro-forms) .options-wrapper {
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  :where(.brxe-brf-pro-forms) button[type="submit"] svg {
    height: 1em;
  }
  :where(.brxe-brf-pro-forms) input[type="checkbox"] + label,
  :where(.brxe-brf-pro-forms) input[type="radio"] + label {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
  }
  .brf-hidden {
    display: none !important;
  }
  #brx-content:focus {
    outline: none;
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_53c1de076e7881af4681a54d49dc9f0f207fecbd1516eb1c59add9c86dac2c8726789dfab23764d0247905b55f40803e844742e8827d67fff7f38a431777029b.css ; media=all */
@media all {
  [id] {
    scroll-margin-top: var(--offset);
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    min-block-size: 100vh;
  }
  input,
  button {
    font: inherit;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      -webkit-animation-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
  :where(section:not(section section)) {
    padding-block: var(--section-space-m);
    padding-inline: var(--section-padding-x);
  }
  .btn--primary {
    padding-block: var(--btn-padding-block);
    padding-inline: var(--btn-padding-inline);
    min-inline-size: var(--btn-min-width);
    line-height: var(--btn-line-height);
    font-size: var(--text-m);
    font-weight: var(--btn-font-weight);
    font-style: var(--btn-font-style);
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-border-radius);
    display: var(--btn-display, inline-flex);
    text-align: center;
    justify-content: center;
    align-items: center;
    background: var(--btn-background);
    color: var(--btn-text-color);
    border-color: var(--btn-border-color);
    transition: all var(--btn-transition-duration) ease;
  }
  .btn--primary:hover {
    background: var(--btn-background-hover);
    border-color: var(--btn-border-color-hover);
    color: var(--btn-text-color-hover);
    text-decoration: var(--btn-text-decoration-hover);
  }
  .btn--primary:focus {
    outline-style: solid;
    outline-color: var(--focus-color);
    outline-width: var(--focus-width);
    outline-offset: var(--focus-offset);
  }
  .btn--primary {
    --btn-background: var(--primary);
    --btn-background-hover: var(--base);
    --btn-text-color: var(--primary-ultra-light);
    --btn-text-color-hover: var(--primary-ultra-light);
    --btn-border-color: var(--primary);
    --btn-border-color-hover: var(--base);
    --btn-outline-background-hover: var(--primary-hover);
    --btn-outline-border-hover: var(--primary-hover);
    --btn-outline-text-color: var(--primary);
    --btn-outline-text-color-hover: var(--primary-ultra-light);
    --focus-color: var(--primary-dark);
  }
  h1 {
    color: var(--h1-color, var(--black));
  }
  h2 {
    color: var(--h2-color, var(--black));
  }
  h3 {
    color: var(--h3-color, var(--black));
  }
  h4 {
    color: var(--h4-color, var(--black));
  }
  .text--white {
    color: #ffffff;
  }
  h1,
  h2,
  h3,
  h4 {
    text-wrap: balance;
  }
  section:where(:not(.bricks-shape-divider)) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--container-gap);
  }
  section > div:where(:not(.bricks-shape-divider)) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--content-gap);
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_8bbf4236f00f6a78139911e707662633df18e867d167f7566f19b00f448ff789530b8baf3775ec892d81da570ca3617de40051c950b55353a033fd1d3ae67949.css ; media=all */
@media all {
  body {
    margin: 0;
  }
  figure,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }
  figure {
    margin: 1em 40px;
  }
  img {
    border-style: none;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  button,
  input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  .brxe-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (max-width: 767px) {
    .brxe-section {
      flex-wrap: wrap;
    }
  }
  .brxe-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
  @media (max-width: 767px) {
    .brxe-container {
      flex-wrap: wrap;
    }
  }
  .brxe-block {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  @media (max-width: 767px) {
    .brxe-block {
      flex-wrap: wrap;
    }
  }
  [class*="brxe-"] {
    max-width: 100%;
  }
  svg:not([width]) {
    min-width: 1em;
  }
  svg:not([height]) {
    min-height: 1em;
  }
  #brx-footer {
    background-position: 50%;
    background-size: cover;
    flex-shrink: 0;
    margin-top: auto;
    position: relative;
    width: 100%;
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
    outline: none;
  }
  * {
    border-color: var(--bricks-border-color);
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    background-color: #fff;
    background-position: 50%;
    color: #363636;
    font-family: -apple-system, system-ui, Segoe UI, roboto, helvetica, arial,
      sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 15px;
    line-height: 1.7;
    transition: var(--bricks-transition);
    transition: padding-top 0s;
  }
  .brx-body {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
  :where(a) {
    border-color: currentcolor;
    color: currentcolor;
    cursor: pointer;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    text-rendering: optimizelegibility;
  }
  h1 {
    font-size: 2.4em;
  }
  h1,
  h2 {
    line-height: 1.4;
  }
  h2 {
    font-size: 2.1em;
  }
  h3 {
    font-size: 1.8em;
  }
  h3,
  h4 {
    line-height: 1.4;
  }
  h4 {
    font-size: 1.6em;
  }
  :where(p) {
    margin: 0 0 1.2em;
  }
  :where(p:last-of-type) {
    margin-bottom: 0;
  }
  /*img {
    height: auto;
    max-width: 100%;
    outline: none;
    vertical-align: middle;
  }
  iframe {
    max-width: 100%;
  }
  button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
  }
  label {
    color: var(--bricks-text-light);
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
  }
  button,
  input {
    font-family: inherit;
    text-align: inherit;
  }
  input:not([type="submit"]) {
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: currentcolor;
    font-size: inherit;
    line-height: 40px;
    outline: none;
    padding: 0 12px;
    transition: var(--bricks-transition);
    width: 100%;
  }
  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
  }
  ::placeholder {
    color: var(--bricks-border-color);
  }*/
  .skip-link {
    background: #000;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 5px 10px;
    position: fixed;
    top: 0;
    transform: translateY(-102%);
    transition: transform 0.3s;
    z-index: 9999;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  body.bricks-is-frontend :focus {
    outline: thin dotted currentcolor;
  }
  #brx-content {
    flex: 1;
    position: relative;
    width: 100%;
  }
  #brx-header {
    background-position: 50%;
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .bricks-button {
    align-items: center;
    border-width: 0;
    color: var(--bricks-text-dark);
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.5px;
    padding: 0.5em 1em;
    text-align: center;
  }
  .bricks-button i {
    position: relative;
  }
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
  }
  .screen-reader-text:focus {
    clip: auto !important;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  figure {
    margin: 1em 0;
    width: 100%;
  }
  .brxe-button {
    width: auto;
  }
  :where(.brxe-divider) {
    align-items: center;
    display: flex;
    font-size: 30px;
    gap: 30px;
  }
  :where(.brxe-divider).horizontal {
    width: 100%;
  }
  :where(.brxe-divider).horizontal .line {
    border-top: 1px solid;
  }
  :where(.brxe-divider) .line {
    position: relative;
    width: 100%;
  }
  figure.brxe-image {
    margin: 0;
  }
  :where(.brxe-image).tag {
    display: inline-block;
    height: fit-content;
    position: relative;
    width: auto;
  }
  :where(.brxe-image) img {
    height: 100% !important;
    position: static !important;
    transition: inherit;
    width: 100%;
  }
  .brxe-logo {
    color: currentcolor;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }
  .brxe-logo img {
    display: block;
    height: auto;
    width: auto;
  }
  :where(.brxe-nav-menu) ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  :where(.brxe-nav-menu) .bricks-nav-menu {
    display: flex;
    line-height: inherit;
    margin: 0;
    padding: 0;
  }
  :where(.brxe-nav-menu) .bricks-nav-menu > li {
    margin: 0 0 0 30px;
  }
  :where(.brxe-nav-menu) .bricks-nav-menu li {
    position: relative;
  }
  :where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a {
    display: flex;
    width: 100%;
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle {
    background-color: transparent;
    cursor: pointer;
    display: none;
    height: 16px;
    min-width: 12px;
    position: relative;
    width: 20px;
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span {
    min-width: 12px;
    width: 20px;
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
    background-color: currentcolor;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: var(--bricks-transition);
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top {
    min-width: 12px;
    top: 0;
    width: 20px;
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center {
    min-width: 12px;
    top: 7px;
    width: 20px;
  }
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom {
    min-width: 12px;
    top: 14px;
    width: 20px;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper {
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--bricks-vh, 1vh) * 100);
    left: 0;
    position: fixed;
    right: auto;
    scrollbar-width: none;
    top: 0;
    transition-duration: 0.2s;
    transition-property: background-color, opacity, transform, visibility;
    visibility: hidden;
    width: 300px;
    z-index: 999;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar {
    background: 0 0;
    height: 0;
    width: 0;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper:before {
    background-color: #23282d;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper.left {
    transform: translateX(-100%);
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu {
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
  }
  .brxe-nav-menu
    .bricks-mobile-menu-wrapper
    .bricks-mobile-menu::-webkit-scrollbar {
    background: 0 0;
    height: 0;
    width: 0;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu > li > a {
    padding: 0 30px;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper a {
    display: block;
    width: 100%;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper li a {
    line-height: 60px;
  }
  .brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus {
    outline-offset: -1px;
  }
  .brxe-nav-menu .bricks-mobile-menu-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.2s;
    visibility: hidden;
    z-index: -1;
  }
  .brxe-shortcode {
    width: 100%;
  }
  .brxe-social-icons {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .brxe-social-icons li.has-link a {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 5px;
    justify-content: center;
  }
  .brxe-social-icons i {
    line-height: unset;
  }
  .brxe-text-link {
    gap: 5px;
  }
  .brxe-text-link {
    align-items: center;
    display: inline-flex;
  }
  .bricks-background-primary {
    background-color: var(--bricks-color-primary);
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_59678f89112f9c31c746193bd09d4d1c292a4c5b4cf7306021f3566d44d0bd933b1e2db0b3744f22b7ee2bdc5e1ef3352a6dee002dfa609e66f8b179bdaba490.css ; media=all */
@media all {
  .brxe-woocommerce-mini-cart {
    position: relative;
    width: auto;
  }
  .brxe-woocommerce-mini-cart .mini-cart-link {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .brxe-woocommerce-mini-cart .mini-cart-link:hover {
    text-decoration: none;
  }
  .brxe-woocommerce-mini-cart .mini-cart-link i {
    display: flex;
    font-size: 27px;
  }
  .brxe-woocommerce-mini-cart .mini-cart-link .cart-icon {
    display: flex;
    position: relative;
  }
  .brxe-woocommerce-mini-cart .cart-count {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    width: 18px;
  }
  .brxe-woocommerce-mini-cart .cart-count.hide {
    display: none;
  }
  .brxe-woocommerce-mini-cart .cart-detail {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    transition: opacity 0.15s linear, transform 0.15s linear, left 0s 0.15s,
      right 0s 0.15s;
    visibility: hidden;
    width: 400px;
    z-index: -1;
  }
  .brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px;
  }
  .brxe-woocommerce-mini-cart
    .cart-detail
    .woocommerce-mini-cart__empty-message {
    font-size: 0.9em;
    text-align: center;
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_bea73943a4bbc1ef3bda9d2970a5dca19b75b210233a833dd6f3e36c881ccb503813f492d68018844520b36002edf50d522f093cd582d69812e532e1af67f5e1.css ; media=all */
@media all {
  .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\6 Brands;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
  }
  .fa-linkedin-in:before {
    content: "\f0e1";
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_e44d0479f510604ac878dd2bbf2dea0a8f02cf1eeb1649084a2b0589b7331d18c7c0c98e4f08635b6cbcfb9dc72d2aa1e2cdbda007732a0562620d40f47ba87a.css ; media=all */
@media all {
  .fas {
    font-family: Font Awesome\6 Solid;
    font-style: normal;
    font-weight: 900;
  }
  .fab,
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }
  .fa-phone-flip:before {
    content: "\f879";
  }
  .fa-cart-shopping:before {
    content: "\f07a";
  }
  .fa-times:before {
    content: "\f00d";
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_223eb3290290fc5554befe755f1543bc103065662b8dd53c363155ce7ea5422d86fc3dc92a2dde45ce0d40716f61017a28aa90b2a961dd61976fcaff8d35187b.css ; media=all */
@media all {
  body.bricks-is-frontend :focus-visible {
    outline-style: solid;
    outline-color: var(--focus-color);
    outline-width: var(--focus-width);
    outline-offset: var(--focus-offset);
  }
  .skip-link {
    position: absolute;
    inset-block-start: 1rem;
    inset-inline-start: 1rem;
    transform: translateY(-250%);
    padding-block: var(--btn-padding-block);
    padding-inline: var(--btn-padding-inline);
    min-inline-size: var(--btn-min-width);
    line-height: var(--btn-line-height);
    font-size: var(--text-m);
    font-weight: var(--btn-font-weight);
    font-style: var(--btn-font-style);
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-border-radius);
    display: var(--btn-display, inline-flex);
    text-align: center;
    justify-content: center;
    align-items: center;
    background: var(--btn-background);
    color: var(--btn-text-color);
    border-color: var(--btn-border-color);
    transition: all var(--btn-transition-duration) ease;
    background: var(--action);
    color: var(--action-ultra-light);
    display: inline-flex;
  }
  .skip-link:hover {
    background: var(--btn-background-hover);
    border-color: var(--btn-border-color-hover);
    color: var(--btn-text-color-hover);
    text-decoration: var(--btn-text-decoration-hover);
  }
  .skip-link:focus {
    outline-style: solid;
    outline-color: var(--focus-color);
    outline-width: var(--focus-width);
    outline-offset: var(--focus-offset);
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .skip-link:hover {
    background-color: var(--base);
    color: var(--action-ultra-light);
  }
  body {
    color: var(--body-color, var(--base));
    background-color: var(--body-bg-color, #ffffff);
  }
  body {
    font-size: var(--text-m);
    line-height: var(--text-m-lh);
  }

  h2 {
    font-size: var(--h2);
    line-height: var(--h2-lh);
    color: var(--h2-color, var(--heading-color));
  }
  h3 {
    font-size: var(--h3);
    line-height: var(--h3-lh);
    color: var(--h3-color, var(--heading-color));
  }
  h4 {
    font-size: var(--h4);
    line-height: var(--h4-lh);
    color: var(--h4-color, var(--heading-color));
  }
  p {
    max-inline-size: var(--text-m-length, 100%);
  }
  body:where(.bricks-is-frontend) {
    color: var(--body-color, var(--base));
  }
  .btn--primary {
    padding-block: var(--btn-padding-block);
    padding-inline: var(--btn-padding-inline);
    min-inline-size: var(--btn-min-width);
    line-height: var(--btn-line-height);
    font-size: var(--text-m);
    font-weight: var(--btn-font-weight);
    font-style: var(--btn-font-style);
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-border-radius);
    display: var(--btn-display, inline-flex);
    text-align: center;
    justify-content: center;
    align-items: center;
    background: var(--btn-background);
    color: var(--btn-text-color);
    border-color: var(--btn-border-color);
    transition: all var(--btn-transition-duration) ease;
  }
  .btn--primary:hover {
    background: var(--btn-background-hover);
    border-color: var(--btn-border-color-hover);
    color: var(--btn-text-color-hover);
    text-decoration: var(--btn-text-decoration-hover);
  }
  .btn--primary:focus {
    outline-style: solid;
    outline-color: var(--focus-color);
    outline-width: var(--focus-width);
    outline-offset: var(--focus-offset);
  }
  .btn--primary {
    --btn-background: var(--primary);
    --btn-background-hover: var(--base);
    --btn-text-color: var(--primary-ultra-light);
    --btn-text-color-hover: var(--primary-ultra-light);
    --btn-border-color: var(--primary);
    --btn-border-color-hover: var(--base);
    --btn-outline-background-hover: var(--primary-hover);
    --btn-outline-border-hover: var(--primary-hover);
    --btn-outline-text-color: var(--primary);
    --btn-outline-text-color-hover: var(--primary-ultra-light);
    --focus-color: var(--primary-dark);
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_da2f5c53ca77605f8967ef2440bcdf92ccb91ad27014c734a9cce54bf83957f27742a65b6465fcc9b0d136561da4f829022d776f1ff21056e40c2a1d59ba3b71.css ; media=all */
@media all {
  [class*=" wpt-"]:before {
    font-family: wptfontelo;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_1f166aa72356b97b4934e8e9c0d89a907b9ed2ed1149ef13d854929c0c90f2f74618fb2e1e21eb3946e6f1a87259c17492c6b0a747bcf018ddbec93b1ffb1de1.css ; media=all */
@media all {
  body[class*=" wpt-"]:before {
    display: none;
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_bc4042517e6f0f8d6fb354b98daa6849be02d7d1004c608713c0cf0a7d83ee4a8cd95496692854f66689a4f2efb4ade684f9af2bbafd4c3e725f86349a3eca99.css ; media=all */
@media all {
  div.ajaxsearchpro.asp_main_container {
    transition: width 130ms linear;
    -webkit-transition: width 130ms linear;
  }
  div.asp_w.ajaxsearchpro,
  div.asp_w.asp_r,
  div.asp_w.asp_s {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    text-indent: initial;
    letter-spacing: normal;
    font-display: swap;
  }
  div.asp_w_container div[id*="__original__"] {
    display: none !important;
  }
  div.asp_w.ajaxsearchpro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.asp_w.asp_r,
  div.asp_w.asp_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  div.asp_w.ajaxsearchpro input[type="search"] {
    appearance: auto !important;
    -webkit-appearance: none !important;
  }
  .asp_clear {
    display: block !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: 0 !important;
  }
  .hiddend {
    display: none !important;
  }
  div.asp_w.ajaxsearchpro {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
  }
  #asp_absolute_overlay {
    width: 0;
    height: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
  }
  div.asp_m.ajaxsearchpro .proinput input:before,
  div.asp_m.ajaxsearchpro .proinput input:after,
  div.asp_m.ajaxsearchpro .proinput form:before,
  div.asp_m.ajaxsearchpro .proinput form:after {
    display: none;
  }
  div.asp_w.ajaxsearchpro input:focus {
    outline: none;
  }
  div.asp_m.ajaxsearchpro .probox {
    width: auto;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 0 3px #ccc inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    direction: ltr;
    align-items: stretch;
    isolation: isolate;
  }
  div.asp_m.ajaxsearchpro .probox .proinput {
    width: 1px;
    height: 100%;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    z-index: 0;
  }
  div.asp_m.ajaxsearchpro .probox .proinput form {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  div.asp_m.ajaxsearchpro .probox .proinput input {
    height: 100%;
    width: 9%;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    left: 0;
    padding-top: 2px;
    min-width: 120px;
    min-height: unset;
    max-height: unset;
  }
  div.asp_m.ajaxsearchpro .probox .proinput input.autocomplete {
    border: 0;
    background: 0 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    left: 0;
  }
  div.asp_m.ajaxsearchpro .probox .proloading,
  div.asp_m.ajaxsearchpro .probox .proclose,
  div.asp_m.ajaxsearchpro .probox .promagnifier,
  div.asp_m.ajaxsearchpro .probox .prosettings {
    width: 20px;
    height: 20px;
    min-width: unset;
    min-height: unset;
    background: 0 0;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  div.asp_m.ajaxsearchpro .probox .proloading,
  div.asp_m.ajaxsearchpro .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  div.asp_m.ajaxsearchpro .probox .proloading {
    padding: 2px;
    box-sizing: border-box;
  }
  div.asp_m.ajaxsearchpro .probox .proclose {
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  div.asp_m.ajaxsearchpro .probox .promagnifier .innericon,
  div.asp_m.ajaxsearchpro .probox .prosettings .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    line-height: initial;
    text-align: center;
    overflow: hidden;
  }
  div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg,
  div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block;
  }
  div.asp_m.ajaxsearchpro .probox .proclose svg {
    background: #333;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    fill: #fefefe;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
  div.asp_w.asp_r p.showmore {
    display: none;
    margin: 0;
  }
  div.asp_w.asp_r div.asp_showmore_container {
    position: relative;
  }
  div.asp_w.asp_r div.asp_moreres_loader-inner {
    height: 24px;
    width: 24px;
    animation: shm-rot-simple 0.8s infinite linear;
    -webkit-animation: shm-rot-simple 0.8s infinite linear;
    border: 4px solid #353535;
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -12px auto auto -12px;
    left: 50%;
  }
  div.asp_hidden_data,
  div.asp_hidden_data * {
    display: none;
  }
  div.asp_w.asp_r {
    display: none;
  }
  div.asp_w.asp_r * {
    text-decoration: none;
    text-shadow: none;
  }
  div.asp_w.asp_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
  }
  div.asp_w.asp_r .resdrg {
    height: auto;
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/cache/breeze-minification/css/breeze_bcfa20a0b5f979676d1d6b1a833439cc11a3c514b965e67a007bbf4fdbf579c487f9fe68c39723f78b6410a0e3f0ba52d718133089a59d3158e05fab01d9b501.css ; media=all */
@media all {
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
  .screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
}
/*! CSS Used from: Embedded */
.brxe-container {
  width: 1366px;
}
:root .bricks-button[class*="primary"] {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
:root .bricks-button[class*="primary"]:not(.outline) {
  background-color: var(--action);
}
.bricks-button {
  padding-top: 0.7em;
  padding-right: 2em;
  padding-bottom: 0.7em;
  padding-left: 2em;
  transition: all 0.3s ease;
}
:root .bricks-button[class*="primary"]:not(.outline):hover {
  background-color: var(--shade);
}
.brxe-nav-menu .bricks-nav-menu {
  flex-direction: row;
}
.brxe-nav-menu .bricks-nav-menu > li {
  margin-right: 20px;
}
body {
  font-family: "Roboto";
}
h1,
h2,
h3,
h4 {
  font-family: "Roboto Condensed";
}
:root .bricks-background-primary {
  background-color: var(--action);
}
.mm-section.brxe-section {
  max-height: calc(100dvh - 180px);
  position: relative;
  overflow: auto;
}
.iswiss-mm-cards.brxe-block {
  flex-direction: row;
  column-gap: 13.3333px;
  padding-right: 13.3333px;
  padding-left: 13.3333px;
  flex-wrap: wrap;
  row-gap: 13.3333px;
  flex-grow: 1;
  display: grid;
  align-items: initial;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-height: calc(100dvh - 180px);
  overflow: auto;
}
.iswiss-mm-card.brxe-block {
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: linear-gradient(135deg, var(--shade-ultra-light) 50%, var(--shade-light) 50%);
  color: var(--shade-ultra-dark);
  justify-content: space-between;
  max-height: 25rem;
}
.iswiss-mm-card.brxe-block:hover {
  color: #ffffff;
  background-image: linear-gradient(var(--action), var(--action));
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .iswiss-mm-card.brxe-block {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .iswiss-mm-card.brxe-block {
    font-size: 1.4rem;
  }
}
.iswiss-mm__heading.brxe-heading {
  margin-bottom: 2rem;
  font-size: var(--text-m);
}
.iswiss-mm__image.brxe-image {
  max-height: 120px;
}
.iswiss-mm__image.brxe-image:not(.tag) {
  object-fit: contain;
}
.iswiss-mm__image.brxe-image img {
  object-fit: contain;
}
.megamenu-card.brxe-block {
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  height: 25rem;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: linear-gradient(
    135deg,
    var(--shade-ultra-light) 50%,
    var(--shade-light) 50%
  );
  color: var(--shade-ultra-dark);
  justify-content: space-between;
}
.megamenu-card.brxe-block:hover {
  color: #ffffff;
  background-image: linear-gradient(var(--action), var(--action));
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .megamenu-card.brxe-block {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .megamenu-card.brxe-block {
    font-size: 1.4rem;
  }
}
.child-hero-section.brxe-section {
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
  height: auto;
  overflow:hidden;
}
.child-hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 28, 36, 0.88);
  -webkit-clip-path: polygon(0% 49%, 45% 200%, 0 100%);
  clip-path: polygon(0% 49%, 45% 200%, 0 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .child-hero-section.brxe-section {
    height: auto;
  }
}
@media (max-width: 478px) {
  .child-hero-section.brxe-section {
    padding-top: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
    padding-bottom: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
  }
}
.pchild-hero-bg.brxe-image img {
  object-fit: cover;
}
.pchild-hero-bg.brxe-image {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: -2;
  height: 100%;
}
.pchild-hero-wrapper.brxe-container {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 3px;
}
.pchild-hero-subheading.brxe-heading {
  font-family: "Roboto Condensed";
  font-weight: 600;
  color: var(--primary);
  font-size: var(--text-l);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.pchild-h1.brxe-heading {
  font-weight: 600;
  color: #ffffff;
  font-size: clamp(3.6rem, 3.442vw + 2.499rem, 7.2rem);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Roboto Condensed";
}
.pchild-h1::after {
  content: "";
  width: 150px;
  height: 10px;
  display: block;
  background-color: var(--primary);
  margin-top: 4px;
}
.iswiss-h2-center-duotone.brxe-heading {
  font-size: var(--text-xl);
  color: var(--secondary);
  text-align: center;
}
.iswiss-h2-center-duotone {
  text-wrap: balance;
}
.iswiss-h2-center-duotone span {
  color: var(--primary);
}
.after-line.brxe-text-basic {
  position: relative;
}
.after-line::after {
  border-bottom: 10px solid var(--primary);
  content: "";
  display: block;
  max-width: 150px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.iswiss-h2-center.brxe-heading {
  font-size: clamp(2.592rem, calc(1.8240917782vw + 2.008290631rem), 4.5rem);
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}
.iswiss-h2-center {
  text-wrap: balance;
}
#brxe-wyuwnh .bricks-site-logo {
  height: 25px;
  width: 96px;
}
#brxe-wyuwnh img {
  height: 25px;
  width: 96px;
  max-width: 96px;
}
@media (max-width: 478px) {
  #brxe-wyuwnh {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #brxe-khcalt .bricks-nav-menu-wrapper {
    display: none;
  }
  #brxe-khcalt .bricks-mobile-menu-toggle {
    display: block;
  }
}
#brxe-khcalt {
  font-size: 1.8rem;
  min-width: 44rem;
  margin-right: 30px;
}
#brxe-khcalt .bricks-nav-menu > li > a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: calc(var(--text-m) * 0.8);
}
#brxe-khcalt .bricks-mobile-menu-toggle {
  color: #ffffff;
  width: 32px !important;
}
#brxe-khcalt .bricks-mobile-menu-wrapper {
  width: 100%;
}

#brxe-khcalt .bricks-mobile-menu-toggle .bar-top {
  width: 32px !important;
   cursor: pointer;
}
#brxe-khcalt .bricks-mobile-menu-toggle .bar-center {
  width: 32px !important;
   cursor: pointer;
}
#brxe-khcalt .bricks-mobile-menu-toggle .bar-bottom {
  width: 32px !important;
  cursor: pointer;
}
#brxe-khcalt.show-mobile-menu .bricks-mobile-menu-toggle {
                color: #ffffff !important;
                top: 5px;
                right: 4px;
                width: 32px;
            }
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-top {
    top: 50%;
    transform: rotate(45deg);
    z-index: 99999;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-bottom {
    top: 50%;
    transform: rotate(-45deg);
     z-index: 99999;
}
@media (max-width: 991px) {
  #brxe-khcalt {
    margin-right: 0;
    display: flex;
  }
  #brxe-khcalt ul {
    align-items: center;
  }
  #brxe-khcalt .bricks-nav-menu > li > a {
    font-size: calc(var(--text-m) * 0.8);
  }
}
@media (max-width: 767px) {
  #brxe-khcalt {
    display: flex;
    justify-content: flex-end;
    min-width: auto;
  }
}
@media (max-width: 478px) {
  #brxe-khcalt {
    display: flex;
    justify-content: flex-end;
    min-width: auto;
  }
}
#brxe-ufutxf {
  flex-direction: row;
  column-gap: var(--space-m);
}
@media (max-width: 991px) {
  #brxe-ufutxf {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #brxe-ufutxf {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 478px) {
  #brxe-ufutxf {
    display: flex;
    grid-template-columns: var(--grid-2);
    justify-content: space-between;
    align-items: center;
  }
}
#brxe-kjbxmz {
  background-color: var(--shade);
  margin-right: 15px;
}
#brxe-zsjfdi li {
  transition: all 0.3s ease;
}
#brxe-zsjfdi li.has-link a {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
#brxe-zsjfdi a {
  color: #fff;
}
#brxe-zsjfdi a:hover {
  color: var(--primary);
}
@media (max-width: 991px) {
  #brxe-zsjfdi {
    display: none;
  }
}
#brxe-mittjm {
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: all 0.3s ease;
  min-width: 22rem;
}
#brxe-mittjm:hover {
  border: 0.25rem solid var(--action);
}
@media (max-width: 991px) {
  #brxe-mittjm {
    display: none;
  }
}
#brxe-sfninh {
  flex-direction: row;
  display: flex;
}
@media (max-width: 991px) {
  #brxe-sfninh {
    flex-direction: row;
    column-gap: var(--space-s);
  }
}
#brxe-snaqlc {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #brxe-snaqlc {
    flex-wrap: wrap;
  }
}
#brxe-aptiqb {
  padding-top: 10px !important;
  padding-bottom: 10px;
  background-color: #000000;
}
@media (max-width: 767px) {
  #brxe-takqvy .bricks-nav-menu-wrapper {
    display: none;
  }
  #brxe-takqvy .bricks-mobile-menu-toggle {
    display: block;
  }
}
#brxe-takqvy .bricks-nav-menu > li > a {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 12px;
}
#brxe-takqvy .bricks-nav-menu > li {
  margin-left: 0;
}
#brxe-takqvy .bricks-mobile-menu-toggle {
  color: #ffffff;
}
#brxe-lkqguq .mini-cart-link i {
  color: #ffffff;
}
#brxe-lkqguq .cart-count {
  display: flex !important;
  background-color: var(--primary);
}
#brxe-lkqguq .cart-detail {
  width: 600px;
}
#brxe-lkqguq:hover {
  transition: all 0.2s ease;
}
#brxe-lkqguq {
  transition: all 0.2s ease;
}
#brxe-ktrvnj {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#brxe-hznndj {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #000000;
}
@media (max-width: 991px) {
  #brxe-hznndj {
    display: none;
  }
}
#brxe-vhtped {
  text-align: center;
  font-size: var(--text-l);
}
#brxe-fgyxzp.horizontal .line {
  border-top-color: var(--primary);
  width: 20rem;
  border-top-width: 10px;
}
#brxe-fgyxzp.horizontal {
  justify-content: center;
}
#brxe-fgyxzp .line {
  height: 10px;
}
#brxe-hdnuqo {
  align-items: center;
}
#brxe-ejptrq {
  font-size: var(--text-l);
  line-height: 1.2;
}
#brxe-hoqnwq {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: var(--space-m);
}
#brxe-lemcly label {
  font-size: var(--text-m);
  color: #ffffff;
}
#brxe-agumyb {
  display: grid;
  align-items: initial;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}
#brxe-xyvhoc {
  background-color: var(--secondary);
  background-size: cover;
  background-attachment: fixed;
}
#brxe-grelre {
  color: #ffffff;
}
#brxe-rgurdb {
  border-bottom: 3px solid #000000;
}
#brxe-gwaunc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#brxe-atdoty {
  margin-bottom: 20px;
  font-size: 17.7285px;
}
.brxe-vlmgwa .brxe-aolcul.brxe-text-link {
  color: #ffffff;
  position: relative;
  font-size: 18.1052px !important
}
.brxe-vlmgwa .brxe-aolcul.brxe-text-link:hover {
  background-color: var(--black);
}
.brxe-aolcul::after {
  content: "";
  display: block;
  widht: 100%;
  background: #000;
  height: 3px;
}
.brxe-vlmgwa.brxe-div {
  display: inline-block;
  row-gap: var(--space-xs);
  column-gap: var(--space-xs);
}
#brxe-dytwji {
  align-items: center;
  row-gap: 0px;
}
#brxe-vwixly {
  background-color: var(--action);
  padding-top: var(--space-m);
  padding-bottom: var(--space-m);
}
/*! CSS Used from: Embedded */
.cmplz-hidden {
  display: none !important;
}
/*! CSS Used from: Embedded */
.mobile-only-icon {
  background-color: var(--action);
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 992px) {
  .mobile-only-icon,
  .mobile-only {
    display: none;
  }
  .activeDropdown {
    display: block !important;
    opacity: 1 !important;
    top: 157px !important;
  }
}
#menu-products > li {
  border-right: 1px solid #fff;
}
#menu-main-menu-01 > li > a::after,
#menu-products > li > a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: var(--action);
  position: absolute;
  bottom: -5px;
  transition: all 0.2s ease;
}
#menu-main-menu-01 > li > a:hover::after,
#menu-products > li > a:hover::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background-color: var(--action);
  position: absolute;
  bottom: -5px;
}
.mm-section > .brxe-container {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.megamenu-card:hover h3 {
  color: #ffffff;
}
.iswiss-mm-card:hover .iswiss-mm__heading {
  color: #fff;
}
.star-mm h3 {
  font-size: var(--text-m);
  margin-bottom: 2rem !important;
}
.star-mm img {
  max-height: 120px;
  object-fit: contain;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li {
  margin: 0 0 0 0;
}
body {
  --wpt_primary: var(--primary) !important;
}
.brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content {
  flex-direction: column-reverse;
  gap: 3rem;
}
/*p a {
  color: var(--action);
  border-bottom: 1px solid var(--action);
  transition: all 0.1s ease;
}
p a:hover {
  opacity: 0.8;
  border-bottom: 3px solid var(--action);
}*/
/*! CSS Used from: Embedded */
div[id*="ajaxsearchpro1_"] div.asp_loader,
div[id*="ajaxsearchpro1_"] div.asp_loader * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
div[id*="ajaxsearchpro1_"] div.asp_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
div[id*="ajaxsearchpro1_"] div.asp_loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
div[id*="ajaxsearchpro1_"] div.asp_ball-beat {
  height: 20%;
}
div[id*="ajaxsearchpro1_"] div.asp_ball-beat > div {
  background-color: rgb(255, 255, 255);
  width: 20%;
  height: 100%;
  margin-left: 10%;
  display: block;
  float: left;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
  vertical-align: top;
}
div[id*="ajaxsearchpro1_"] div.asp_ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader,
div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_ball-beat {
  height: 20%;
}
div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_ball-beat > div {
  background-color: rgb(255, 255, 255);
  width: 20%;
  height: 100%;
  margin-left: 10%;
  display: block;
  float: left;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
  vertical-align: top;
}
div[id*="ajaxsearchprores1_"]
  .asp_res_loader
  div.asp_ball-beat
  > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
#ajaxsearchpro1_1 div.asp_loader,
#ajaxsearchpro1_1 div.asp_loader * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
#ajaxsearchpro1_1 div.asp_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
#ajaxsearchpro1_1 div.asp_loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
#ajaxsearchpro1_1 div.asp_ball-beat {
  height: 20%;
}
#ajaxsearchpro1_1 div.asp_ball-beat > div {
  background-color: rgb(255, 255, 255);
  width: 20%;
  height: 100%;
  margin-left: 10%;
  display: block;
  float: left;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
  vertical-align: top;
}
#ajaxsearchpro1_1 div.asp_ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
div.asp_r.asp_r_1,
div.asp_r.asp_r_1 *,
div.asp_m.asp_m_1,
div.asp_m.asp_m_1 *,
div.asp_s.asp_s_1,
div.asp_s.asp_s_1 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
}
div.asp_r.asp_r_1,
div.asp_m.asp_m_1,
div.asp_s.asp_s_1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.asp_r.asp_r_1,
div.asp_r.asp_r_1 *,
div.asp_m.asp_m_1,
div.asp_m.asp_m_1 *,
div.asp_s.asp_s_1,
div.asp_s.asp_s_1 * {
  padding: 0;
  margin: 0;
}
.wpdreams_clear {
  clear: both;
}
.asp_w_container_1 {
  width: 100%;
}
#ajaxsearchpro1_1,
div.asp_m.asp_m_1 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
  margin-top: 0;
  margin-bottom: 0;
  background-image: -moz-radial-gradient(
    center,
    ellipse cover,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  background-image: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  background-image: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  background-image: -o-radial-gradient(
    center,
    ellipse cover,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  background-image: -ms-radial-gradient(
    center,
    ellipse cover,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  background-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  box-shadow: none;
}
#ajaxsearchpro1_1 .probox,
div.asp_m.asp_m_1 .probox {
  margin: 0;
  height: 48px;
  background: transparent;
  border: 0 solid rgb(104, 174, 199);
  border-radius: 0;
  box-shadow: none;
}
#asp_absolute_overlay {
  background: rgb(0, 0, 0);
  text-align: center;
}
#ajaxsearchpro1_1.asp_compact .probox,
div.asp_m.asp_m_1.asp_compact .probox {
  width: 48px;
}
#ajaxsearchpro1_1.asp_compact,
div.asp_m.asp_m_1.asp_compact {
  width: 100% !important;
  float: right;
}
.asp_w_container.asp_w_container_1.asp_compact {
  width: auto;
  display: inline-block;
  float: right;
  position: static;
  top: 20%;
  bottom: auto;
  right: 0;
  left: auto;
  z-index: 1;
}
#ajaxsearchpro1_1 .probox .proinput,
div.asp_m.asp_m_1 .probox .proinput {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
  line-height: normal;
  flex-grow: 1;
  order: 5;
  margin: 0 0 0 10px;
  padding: 0 5px;
}
#ajaxsearchpro1_1 .probox .proinput input.orig,
div.asp_m.asp_m_1 .probox .proinput input.orig {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
  line-height: normal;
  border: 0;
  box-shadow: none;
  height: 48px;
  position: relative;
  z-index: 2;
  padding: 0 !important;
  padding-top: 2px !important;
  margin: -1px 0 0 -4px !important;
  width: 100%;
  background: transparent !important;
}
#ajaxsearchpro1_1 .probox .proinput input.autocomplete,
div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
  line-height: normal;
  opacity: 0.25;
  height: 48px;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  margin: -1px 0 0 -4px !important;
  margin-top: -48px !important;
  width: 100%;
  background: transparent !important;
}
#ajaxsearchpro1_1 .probox .proinput input.autocomplete,
div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
  line-height: normal;
  border: 0;
  box-shadow: none;
}
#ajaxsearchpro1_1 .probox .proloading,
#ajaxsearchpro1_1 .probox .proclose,
#ajaxsearchpro1_1 .probox .promagnifier,
#ajaxsearchpro1_1 .probox .prosettings,
div.asp_m.asp_m_1 .probox .proloading,
div.asp_m.asp_m_1 .probox .proclose,
div.asp_m.asp_m_1 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .prosettings {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  flex-grow: 0;
  order: 7;
  text-align: center;
}
#ajaxsearchpro1_1 .probox .proclose svg,
div.asp_m.asp_m_1 .probox .proclose svg {
  fill: rgb(254, 254, 254);
  background: rgb(51, 51, 51);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: -10px;
  margin-top: -10px;
  padding: 4px;
}
#ajaxsearchpro1_1 .probox .proloading,
div.asp_m.asp_m_1 .probox .proloading {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
}
#ajaxsearchpro1_1 .probox .proloading .asp_loader,
div.asp_m.asp_m_1 .probox .proloading .asp_loader {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  max-width: 44px;
  max-height: 44px;
}
#ajaxsearchpro1_1 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {
  width: auto;
  height: 48px;
  flex: 0 0 auto;
  order: 7;
  -webkit-flex: 0 0 auto;
  -webkit-order: 7;
}
#ajaxsearchpro1_1 .probox .promagnifier .innericon,
#ajaxsearchpro1_1 .probox .prosettings .innericon,
div.asp_m.asp_m_1 .probox .promagnifier .innericon,
div.asp_m.asp_m_1 .probox .prosettings .innericon {
  text-align: center;
}
#ajaxsearchpro1_1 .probox .promagnifier .innericon,
div.asp_m.asp_m_1 .probox .promagnifier .innericon {
  display: block;
  width: 48px;
  height: 48px;
  float: right;
}
#ajaxsearchpro1_1 .probox .promagnifier .asp_text_button,
div.asp_m.asp_m_1 .probox .promagnifier .asp_text_button {
  display: block;
  width: auto;
  height: 48px;
  float: right;
  margin: 0;
  padding: 0 10px 0 2px;
  font-weight: normal;
  font-family: inherit;
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: normal;
  text-shadow: none;
  line-height: 48px;
}
#ajaxsearchpro1_1 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}
#ajaxsearchpro1_1 .probox .prosettings .innericon svg,
div.asp_m.asp_m_1 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}
#ajaxsearchpro1_1 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {
  width: 48px;
  height: 48px;
  background-image: -webkit-linear-gradient(180deg, rgb(0, 0, 0), rgb(0, 0, 0));
  background-image: -moz-linear-gradient(180deg, rgb(0, 0, 0), rgb(0, 0, 0));
  background-image: -o-linear-gradient(180deg, rgb(0, 0, 0), rgb(0, 0, 0));
  background-image: -ms-linear-gradient(
    180deg,
    rgb(0, 0, 0) 0,
    rgb(0, 0, 0) 100%
  );
  background-image: linear-gradient(180deg, rgb(0, 0, 0), rgb(0, 0, 0));
  background-position: center center;
  background-repeat: no-repeat;
  order: 11;
  -webkit-order: 11;
  float: right;
  border: 0 solid rgb(0, 0, 0);
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.61);
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#ajaxsearchpro1_1 .probox .prosettings,
div.asp_m.asp_m_1 .probox .prosettings {
  width: 48px;
  height: 48px;
  background-image: -webkit-linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-image: -moz-linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-image: -o-linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-image: -ms-linear-gradient(
    185deg,
    rgb(182, 182, 182) 0,
    rgb(182, 182, 182) 100%
  );
  background-image: linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-position: center center;
  background-repeat: no-repeat;
  order: 10;
  -webkit-order: 10;
  float: right;
  border: 0 solid rgb(104, 174, 199);
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.63);
  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}
div.asp_r.asp_r_1 {
  position: absolute;
  z-index: 11000;
  width: auto;
  margin: 12px 0 0 0;
}
div.asp_r.asp_r_1 p.showmore {
  text-align: center;
  font-weight: normal;
  font-family: inherit;
  color: rgba(237, 28, 36, 1);
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
}
div.asp_r.asp_r_1 p.showmore a {
  font-weight: normal;
  font-family: inherit;
  color: rgba(237, 28, 36, 1);
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
  padding: 10px 5px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  display: block;
  text-align: center;
}
div.asp_r.asp_r_1 .asp_res_loader {
  background: rgb(255, 255, 255);
  height: 200px;
  padding: 10px;
}
div.asp_r.asp_r_1 .asp_res_loader .asp_loader {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}
div.asp_s.asp_s_1.searchsettings {
  direction: ltr;
  padding: 0;
  background-image: -webkit-linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-image: -moz-linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-image: -o-linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  background-image: -ms-linear-gradient(
    185deg,
    rgb(182, 182, 182) 0,
    rgb(182, 182, 182) 100%
  );
  background-image: linear-gradient(
    185deg,
    rgb(182, 182, 182),
    rgb(182, 182, 182)
  );
  box-shadow: none;
  max-width: 208px;
  z-index: 2;
}
div.asp_s.asp_s_1.searchsettings.asp_s {
  z-index: 11001;
}
div.asp_s.asp_s_1.searchsettings form {
  display: flex;
}
div.asp_r.asp_r_1.vertical {
  padding: 4px;
  background: rgb(216, 216, 216);
  border-radius: 3px;
  border: 0 none rgb(0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  visibility: hidden;
  display: none;
}
div.asp_r.asp_r_1.vertical .results {
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
}
div.asp_r.asp_r_1.vertical .results {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgb(255, 255, 255);
}
div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar {
  width: 10px;
}
div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 12px 12px transparent;
  border: none;
}
div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar-thumb {
  background: transparent;
  box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
  border: solid 2px transparent;
  border-radius: 12px;
}
div.asp_r.asp_r_1.vertical:hover .results::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
  div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
  }
}
/*! CSS Used from: https://iswisstools.com/wp-content/uploads/complianz/css/banner-1-optout.css?v=14 */
.cmplz-cookiebanner {
  box-sizing: border-box;
}
#cmplz-manage-consent .cmplz-manage-consent {
  margin: unset;
  z-index: 9998;
  color: var(--cmplz_text_color);
  background-color: var(--cmplz_banner_background_color);
  border-style: solid;
  border-color: var(--cmplz_banner_border_color);
  border-width: var(--cmplz_banner_border_width);
  border-radius: var(--cmplz_banner_border_radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: initial;
  position: fixed;
  bottom: var(--cmplz-manage-consent-offset);
  min-width: 100px;
  height: var(--cmplz-manage-consent-height);
  right: 40px;
  padding: 15px;
  cursor: pointer;
  animation: mc_slideOut 0.5s forwards;
}
#cmplz-manage-consent .cmplz-manage-consent:active {
  outline: none;
  border: none;
}
#cmplz-manage-consent .cmplz-manage-consent:hover {
  animation: mc_slideIn 0.5s forwards;
  animation-delay: 0;
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: none;
  }
}
.cmplz-cookiebanner {
  max-height: calc(100vh - 20px);
  position: fixed;
  height: auto;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  grid-template-rows: minmax(0, 1fr);
  z-index: 99999;
  background: var(--cmplz_banner_background_color);
  border-style: solid;
  border-color: var(--cmplz_banner_border_color);
  border-width: var(--cmplz_banner_border_width);
  border-radius: var(--cmplz_banner_border_radius);
  padding: 15px 20px;
  display: grid;
  grid-gap: 10px;
}
.cmplz-cookiebanner a {
  transition: initial;
}
.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf {
  display: none;
}
.cmplz-cookiebanner.cmplz-dismissed {
  display: none;
}
.cmplz-cookiebanner .cmplz-body {
  width: 100%;
  grid-column: span 3;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 55vh;
}
.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px transparent;
  background-color: transparent;
}
.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb {
  background-color: var(--cmplz_button_accept_background_color);
  border-radius: 10px;
}
@media (min-width: 350px) {
  .cmplz-cookiebanner .cmplz-body {
    min-width: 300px;
  }
}
.cmplz-cookiebanner .cmplz-divider {
  margin-left: -20px;
  margin-right: -20px;
}
.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 100px 1fr 100px;
  align-items: center;
  display: grid;
  grid-column: span 3;
}
.cmplz-cookiebanner .cmplz-title {
  justify-self: center;
  grid-column-start: 2;
  font-size: var(--cmplz_title_font_size);
  color: var(--cmplz_text_color);
  font-weight: 500;
}
.cmplz-cookiebanner .cmplz-close {
  line-height: 20px;
  justify-self: end;
  grid-column-start: 3;
  font-size: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: var(--cmplz_text_color);
}
.cmplz-cookiebanner .cmplz-close svg {
  width: 20px;
  height: 20px;
}
.cmplz-cookiebanner .cmplz-close:hover {
  text-decoration: none;
  line-height: initial;
  font-size: 18px;
}
.cmplz-cookiebanner .cmplz-message {
  word-wrap: break-word;
  font-size: var(--cmplz_text_font_size);
  line-height: var(--cmplz_text_line_height);
  color: var(--cmplz_text_color);
  margin-bottom: 5px;
}
.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-categories,
.cmplz-cookiebanner .cmplz-links,
.cmplz-cookiebanner .cmplz-buttons,
.cmplz-cookiebanner .cmplz-divider {
  grid-column: span 3;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: rgba(239, 239, 239, 0.5);
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 10px;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  display: grid;
  grid-template-columns: 1fr auto 15px;
  grid-template-rows: minmax(0, 1fr);
  align-items: center;
  grid-gap: 10px;
  padding: 10px;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-category-title {
  font-weight: 500;
  grid-column-start: 1;
  justify-self: start;
  font-size: var(--cmplz_category_header_title_font_size);
  color: var(--cmplz_text_color);
  margin: 0;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-always-active {
  font-size: var(--cmplz_category_header_active_font_size);
  font-weight: 500;
  color: var(--cmplz_category_header_always_active_color);
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-always-active
  label {
  display: none;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-banner-checkbox {
  display: flex;
  align-items: center;
  margin: 0;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-banner-checkbox
  label
  > span {
  display: none;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-banner-checkbox
  input[data-category="cmplz_functional"] {
  display: none;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-icon.cmplz-open {
  grid-column-start: 3;
  cursor: pointer;
  content: "";
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  height: 18px;
  width: 18px;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category summary {
  display: block;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  summary::-webkit-details-marker {
  display: none;
  content: "";
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  font-size: var(--cmplz_category_body_font_size);
  color: var(--cmplz_text_color);
  margin: 0;
  max-width: 100%;
  padding: 10px;
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-category .cmplz-category-header {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-message {
    margin-right: 5px;
  }
}
.cmplz-cookiebanner .cmplz-buttons {
  display: flex;
  gap: var(--cmplz_banner_margin);
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: 45px;
  padding: 10px;
  margin: initial;
  width: 100%;
  white-space: nowrap;
  border-radius: var(--cmplz_button_border_radius);
  cursor: pointer;
  font-size: var(--cmplz_button_font_size);
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  flex: initial;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
  text-decoration: none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: var(--cmplz_button_accept_background_color);
  border: 1px solid var(--cmplz_button_accept_border_color);
  color: var(--cmplz_button_accept_text_color);
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
  background-color: var(--cmplz_button_deny_background_color);
  border: 1px solid var(--cmplz_button_deny_border_color);
  color: var(--cmplz_button_deny_text_color);
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  background-color: var(--cmplz_button_settings_background_color);
  border: 1px solid var(--cmplz_button_settings_border_color);
  color: var(--cmplz_button_settings_text_color);
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
  background-color: var(--cmplz_button_settings_background_color);
  border: 1px solid var(--cmplz_button_settings_border_color);
  color: var(--cmplz_button_settings_text_color);
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options {
  background-color: var(--cmplz_button_settings_background_color);
  border: 1px solid var(--cmplz_button_settings_border_color);
  color: var(--cmplz_button_settings_text_color);
}
.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: initial;
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-links.cmplz-information {
    display: initial;
    text-align: center;
  }
}
.cmplz-cookiebanner .cmplz-links {
  display: flex;
  gap: var(--cmplz_banner_margin);
}
.cmplz-cookiebanner .cmplz-links.cmplz-information {
  justify-content: space-between;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents {
  justify-content: center;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: var(--cmplz_hyperlink_color);
  font-size: var(--cmplz_link_font_size);
  text-decoration: underline;
  margin: 0;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes {
  display: none;
}
.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous {
  display: none;
}
.cmplz-categories .cmplz-category .cmplz-description-statistics {
  display: block;
}
.cmplz-categories,
.cmplz-link.cmplz-manage-options,
.cmplz-manage-vendors,
.cmplz-manage-third-parties,
.cmplz-deny,
.cmplz-view-preferences,
.cmplz-save-preferences,
.cmplz-btn.cmplz-manage-options {
  display: none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  margin-bottom: 0;
}
.cmplz-cookiebanner {
  top: initial;
  left: 10px;
  bottom: 10px;
  transform: initial;
}
@media (min-width: 768px) {
  .cmplz-cookiebanner {
    min-width: var(--cmplz_banner_width);
    max-width: 100%;
    display: grid;
    grid-row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .cmplz-cookiebanner {
    left: initial;
    right: initial;
    bottom: 0;
    width: 100%;
  }
  .cmplz-cookiebanner .cmplz-buttons {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .cmplz-message,
  .cmplz-categories {
    width: calc(var(--cmplz_banner_width) - 42px);
  }
}
#cmplz-manage-consent .cmplz-manage-consent {
  left: 40px;
  right: initial;
}
.cmplz-cookiebanner .cmplz-categories,
.cmplz-cookiebanner .cmplz-save-preferences,
.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,
.cmplz-cookiebanner .cmplz-manage-vendors,
.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options {
  display: none;
}
.cmplz-cookiebanner .cmplz-links.cmplz-information {
  display: none;
}
.cmplz-cookiebanner .cmplz-preferences {
  display: none;
}
#cmplz-manage-consent .cmplz-manage-consent {
  animation: mc_slideIn 0s forwards;
}
.cmplz-logo {
  display: none !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox {
  position: relative;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox {
  opacity: 0;
  margin: 0;
  margin-top: -10px;
  cursor: pointer;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:focus
  + .cmplz-label:before {
  box-shadow: 0 0 0 2px #245fcc;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:checked
  + .cmplz-label::before {
  display: block;
  background-color: var(--cmplz_slider_active_color);
  content: "";
  padding-left: 6px;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:checked
  + .cmplz-label:after {
  left: 14px;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label {
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label:before,
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label:after {
  box-sizing: border-box;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: background-color 0.3s, left 0.3s;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label:before {
  display: block;
  content: "";
  color: #fff;
  box-sizing: border-box;
  font-family: fontawesome, sans-serif;
  padding-left: 23px;
  font-size: 12px;
  line-height: 20px;
  background-color: var(--cmplz_slider_inactive_color);
  left: 0;
  top: -7px;
  height: 15px;
  width: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label:after {
  display: block;
  content: "";
  letter-spacing: 20px;
  background: var(--cmplz_slider_bullet_color);
  left: 4px;
  top: -5px;
  height: 11px;
  width: 11px;
}
.cmplz-cookiebanner {
  box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
}
#cmplz-manage-consent .cmplz-manage-consent {
  box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
}
/*! CSS Used from: Embedded */
#brxe-sllvjl {
  text-align: center;
}
#brxe-bytsyu {
  margin-top: auto;
}
#brxe-flvzfu {
  text-align: center;
}
#brxe-zwogfh {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-botmkx {
  text-align: center;
}
#brxe-gftyef {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-knjqfs {
  text-align: center;
}
#brxe-ckybjh {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-pdoara {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 12.4028px;
padding-top: 12.4028px;
}
#brxe-buzqhc {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-cqlfwp {
  text-align: center;
}
#brxe-zphphz {
  margin-top: auto;
}
#brxe-tlkils {
  text-align: center;
}
#brxe-dotviq {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-vplxpr {
  text-align: center;
}
#brxe-morsqg {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ngskdl {
  text-align: center;
}
#brxe-disivo {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-rchvxv {
  text-align: center;
}
#brxe-hwdpfo {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-lulhqg {
  text-align: center;
}
#brxe-pvpdwe {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-lkppjx {
  text-align: center;
}
#brxe-nooreq {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ppajep {
  text-align: center;
}
#brxe-gvcjvp {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ilclzz {
  width: 100%;
  background-color: #ffffff;
  padding-top: 13.3333px;
  padding-bottom: 13.3333px;
}
#brxe-gzfpse {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-pjqqly {
  text-align: center;
}
#brxe-fjtfxv {
  margin-top: auto;
}
#brxe-cmfecw {
  text-align: center;
}
#brxe-okhouy {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-lpanlf {
  text-align: center;
}
#brxe-fyfziz {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-fjzooi-2-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 13.3333px;
}
#brxe-obbedh {
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  padding-bottom: var(--space-xs);
}
#brxe-iatdqf {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-wfzwvk {
  text-align: center;
}
#brxe-sfoyyp {
  margin-top: auto;
}
#brxe-pdhdpa {
  text-align: center;
}
#brxe-asiiww {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-wjjcbd {
  text-align: center;
}
#brxe-egwwvi {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-stsdqi {
  text-align: center;
}
#brxe-ypsbcy {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-vobdde {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
#brxe-bfunjo {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-jdcfwz {
  text-align: center;
}
#brxe-pjpmjn {
  margin-top: auto;
}
#brxe-udyuwb {
  text-align: center;
}
#brxe-pbffgq {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-bebzlj {
  text-align: center;
}
#brxe-jpbscr {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-qvliag {
  text-align: center;
}
#brxe-mtlryr {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-xdqwiw {
  text-align: center;
}
#brxe-btmpeu {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-nlctya {
  text-align: center;
}
#brxe-jczzoq {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-xgyxbo-2-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 13.3333px;
  padding-bottom: 13.3333px;
}
#brxe-cvoslf {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
#brxe-vuvowi-2-1 {
   grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 13.3333px;
  padding-bottom: 13.3333px;

}
#brxe-qgorws {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-323554 {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-551e11 {
  margin-top: auto;
}
#brxe-xtyncg {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-eiaugr {
  margin-top: auto;
}
#brxe-ukcrsd {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-jbokag {
  margin-top: auto;
}
#brxe-swkpag {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-swkpag {
  word-break: keep-all;
}
#brxe-tcgnvg {
  margin-top: auto;
}
#brxe-jfsdxv {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-befrue {
  margin-top: auto;
}
#brxe-iaxcll {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-bmdvth {
  margin-top: auto;
}
#brxe-gopnix {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-fykrxx {
  margin-top: auto;
}
#brxe-sobjex {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-hcahhs {
  margin-top: auto;
}
#brxe-muqzcq {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-hwctng {
  margin-top: auto;
}
#brxe-ce7ece {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-8ec2d4 {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-mvsrcz {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-qusqiv {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-mnlivu {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-iqdnwp {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-zxchjw {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-paqtvd {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-vevvzv {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-ctaozw {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ltkioc {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-znhlem {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-fjtqnv {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-nuctwj {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-eudiax {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-ufnvml {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-bpcfxw {
  margin-bottom: 50px;
  text-align: center;
}
#brxe-snexnn {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-08bae1-10-2 {
  flex-direction: row;
  column-gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  display: grid;
  align-items: initial;
  grid-gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-top: 13.3333px;
  padding-bottom: 13.3333px;
  padding-left: 13.3333px;
  padding-right: 13.3333px;

}
#brxe-1f2f18 {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-right: var(--space-xs);
  padding-bottom: var(--space-xs);
  padding-left: var(--space-xs);
}
#brxe-9c9f96 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-mpqnfi {
  text-align: center;
}
#brxe-ighwgw {
  margin-top: auto;
}
#brxe-bqwgqk {
  text-align: center;
}
#brxe-llewcw {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ppehui {
  text-align: center;
}
#brxe-zpfklv {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ndxuhp-2-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 13.3333px;
  padding-bottom: 13.3333px;
}
#brxe-gsydjs {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
#brxe-teckvi {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-yjfpka {
  text-align: center;
}
#brxe-efozfo {
  margin-top: auto;
}
#brxe-ztmnby {
  text-align: center;
}
#brxe-exbnif {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-exqnsy-2-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 13.3333px;
  padding-bottom: 13.3333px;
}
#brxe-kitbmd {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
#brxe-yjwold {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-uqkhua {
  text-align: center;
}
#brxe-nsunqr {
  margin-top: auto;
}
#brxe-jtfmkk {
  text-align: center;
}
#brxe-nrdcow {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ozhcdm-2-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#brxe-ybdynq {
  width: 100%;
  background-color: #ffffff;
   padding-top: 13.3333px;
  padding-bottom: 13.3333px;
}
#brxe-ibnijm {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-sxasbm {
  text-align: center;
}
#brxe-nvixxl {
  margin-top: auto;
}
#brxe-mvirrx {
  text-align: center;
}
#brxe-mpdupa {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-ffdptu {
  text-align: center;
}
#brxe-vgbcfe {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-xywftl-2-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 13.3333px;
  padding-bottom: 13.3333px;
}
#brxe-jynuwd-2-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  
}

#brxe-uieeaj {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
#brxe-awiatq {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-ubropm {
  text-align: center;
}
#brxe-mhiygx {
  margin-top: auto;
}
#brxe-gagmvp {
  text-align: center;
}
#brxe-gxualr {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#brxe-acjfjk {
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  padding-bottom: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
}
#brxe-fyzsbj {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#brxe-gvkumb {
  text-align: center;
}
#brxe-oyjtuc {
  margin-top: auto;
}
#brxe-wkjact {
  text-align: center;
}
#brxe-spmfdg {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#brxe-hsjxmg-2-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
      padding-top: 13.3333px;
      padding-bottom: 13.3333px;
}
#brxe-xibxxo {
  width: 100%;
  background-color: #ffffff;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
#brxe-juckbt {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
/*! CSS Used keyframes */
@-webkit-keyframes shm-rot-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes shm-rot-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes mc_slideOut {
  100% {
    bottom: var(--cmplz-manage-consent-offset);
  }
}
@keyframes mc_slideOut {
  100% {
    bottom: var(--cmplz-manage-consent-offset);
  }
}
@-webkit-keyframes mc_slideIn {
  100% {
    bottom: 0;
  }
}
@keyframes mc_slideIn {
  100% {
    bottom: 0;
  }
}
@media all{     
  body {  
    color:var(--body-color,var(--base));
    font-family:-apple-system,system-ui,Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    /*font-size:var(--root-font-size)!important;*/
    line-height:1.15;
  }  
}  
  body {  
    font-family:"Roboto";
  }  
body { 
/* CSS Variables that may have been missed get put on body */ 
    --primary: #ed1c24; 
    --btn-background:  var(--primary);  
    --base: #000000; 
    --btn-background-hover:  var(--base);  
    --primary-ultra-light: #fde7e8; 
    --btn-text-color:  var(--primary-ultra-light);  
    --btn-text-color-hover:  var(--primary-ultra-light);  
    --btn-border-color:  var(--primary);  
    --btn-border-color-hover:  var(--base);  
    --primary-hover: #f04147; 
    --btn-outline-background-hover:  var(--primary-hover);  
    --btn-outline-border-hover:  var(--primary-hover);  
    --btn-outline-text-color:  var(--primary);  
    --btn-outline-text-color-hover:  var(--primary-ultra-light);  
    --primary-dark: #760a0d; 
    --focus-color:  var(--primary-dark); 
} 

@media all{ 
  * { 
    box-sizing: border-box;
  } 

  * { 
    box-sizing: border-box; 
    outline: none;
  } 

  * { 
    border-color: var(--bricks-border-color);
  } 

  [id] { 
    scroll-margin-top: var(--offset);
  } 

  body { 
    min-block-size: 100vh;
  } 

  body { 
    margin: 0;
  } 

  body { 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    word-wrap: break-word; 
    background-color: #fff; 
    background-position: 50%; 
    color: #363636; 
    font-family: -apple-system,system-ui,Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; 
    font-size: 15px; 
    line-height: 1.7; 
    transition: var(--bricks-transition); 
    transition: padding-top 0s;
  } 

  body { 
    color: var(--body-color,var(--base)); 
    background-color: var(--body-bg-color,#ffffff);
  } 

  body { 
    font-size: var(--text-m); 
    line-height: var(--text-m-lh);
  } 

  body:where(.bricks-is-frontend) { 
    color: var(--body-color,var(--base));
  } 
}     

body { 
    font-family: "Roboto";
} 

body { 
    --wpt_primary: var(--primary) !important;
} 

@media all{ 
  html { 
    font-size: var(--root-font-size)!important; 
    scroll-behavior: smooth;
  } 

  html { 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    line-height: 1.15;
  } 

  html { 
    box-sizing: border-box; 
    font-size: 62.5%; 
    height: 100%;
  } 
}     

html { 
    scroll-behavior: smooth;
} 

@media all{ 
  :root { 
    --action: #ed1c24; 
    --primary: #ed1c24; 
    --primary-hover: #f04147; 
    --primary-ultra-light: #fde7e8; 
    --primary-dark: #760a0d; 
    --base: #000000; 
    --shade: #000000; 
    --shade-ultra-light: #e8e8e8; 
    --shade-light: #e0e0e0; 
    --shade-ultra-dark: #1a1a1a; 
    --neutral-light: #d9d9d9; 
    --neutral-dark: #404040; 
    --white: #fff; 
    --bg-ultra-light: var(--shade-ultra-light); 
    --bg-light: var(--neutral-light); 
    --bg-dark: var(--neutral-dark); 
    --bg-ultra-dark: var(--shade-ultra-dark); 
    --text-light: var(--shade-ultra-light); 
    --text-light-muted: var(--neutral-light); 
    --text-dark: var(--shade-ultra-dark); 
    --text-dark-muted: var(--neutral-dark); 
    --body-color: var(--base); 
    --body-bg-color: #ffffff; 
    --h1-color: var(--base); 
    --h2-color: var(--base); 
    --h3-color: var(--base); 
    --h4-color: var(--base); 
    --h5-color: var(--base); 
    --h6-color: var(--base);
  } 

  :root { 
    --text-m: 1.8rem; 
    --root-font-size: 62.5%; 
    --space-s: 2.133rem; 
    --space-m: 2.4rem; 
    --space-xl: 3.038rem; 
    --section-space-m: 6rem; 
    --section-space-xl: 9.375rem; 
    --width-content: 136.6rem; 
    --content-width: var(--width-content); 
    --content-width-safe: min(var(--width-content), calc(100% - clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem) * 2)); 
    --radius-xs: 0.4444444444rem; 
    --section-padding-x: 2.4rem; 
    --offset: 0rem; 
    --focus-color: var(--action); 
    --h1-color: var(--base); 
    --h2-color: var(--base); 
    --h3-color: var(--base); 
    --h4-color: var(--base); 
    --h5-color: var(--base); 
    --h6-color: var(--base); 
    --text-m-lh: 1.5; 
    --text-m-length: 100%; 
    --admin-bar-height: var(--wp-admin--admin-bar--height, 0px);
  } 

  :root { 
    --btn-padding-block: 0.75em; 
    --btn-padding-inline: 1.5em; 
    --btn-min-width: 20rem; 
    --btn-line-height: 1; 
    --btn-font-weight: 400; 
    --btn-font-style: normal; 
    --btn-text-decoration: none; 
    --btn-text-decoration-hover: none; 
    --btn-letter-spacing: 0; 
    --btn-text-transform: none; 
    --btn-border-width: 0.25rem; 
    --btn-border-style: solid; 
    --btn-border-radius: 0; 
    --btn-transition-duration: 0.3s;
  } 

  :root { 
    --btn-radius: 0; 
  } 

  :root { 
    --content-gap: var(--space-m); 
    --fr-content-gap: var(--space-m); 
    --container-gap: var(--space-xl); 
    --fr-container-gap: var(--space-xl); 
    --grid-gap: var(--space-m); 
    --fr-grid-gap: var(--space-m);
  } 

  :root { 
    --text-m: calc(1.8rem + (0.2 * ((100vw - 32rem) / 104.6))); 
  } 
}     

@media (min-width: 1280px){ 
  :root { 
    --text-m: 2rem; 
  } 
}     

@media all{ 
  :root { 
    --text-m: clamp(1.8rem, calc(0.1912045889vw + 1.7388145315rem), 2rem); 
  } 

  :root { 
    --space-s: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6))); 
    --space-m: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6))); 
    --space-xl: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6))); 
    --section-space-m: calc(7.2rem + (4.8 * ((100vw - 32rem) / 104.6))); 
    --section-space-xl: calc(12.7936008rem + (14.2063992 * ((100vw - 32rem) / 104.6))); 
    --section-padding-x: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6))); 
  } 
}     

@media (min-width: 1280px){ 
  :root { 
    --space-s: 2rem; 
    --space-m: 3rem; 
    --space-xl: 6.75rem; 
    --section-space-m: 12rem; 
    --section-space-xl: 27rem; 
    --section-padding-x: 3rem; 
  } 
}     

@media all{ 
  :root { 
    --space-s: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem); 
    --space-m: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem); 
    --space-xl: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem); 
    --section-space-m: clamp(7.2rem, calc(4.5889101338vw + 5.7315487572rem), 12rem); 
    --section-space-xl: clamp(12.7936008rem, calc(13.5816435946vw + 8.4474748497rem), 27rem); 
    --section-padding-x: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem); 
  } 

  :root { 
    --fr-bg-light: var(--bg-light); 
    --fr-bg-dark: var(--bg-dark); 
    --fr-text-light: var(--text-light); 
    --fr-text-dark: var(--text-dark); 
    --fr-card-padding: var(--space-m); 
    --fr-card-gap: var(--space-s); 
    --fr-card-border-color: var(--shade-light); 
    --fr-card-radius: var(--radius-xs); 
    --fr-hero-padding: var(--section-space-xl);
  } 

  :root { 
    --f-light-input-radius: var(--btn-radius);
  } 

  :root { 
    --bricks-vh: 1vh; 
    --bricks-transition: all 0.2s; 
    --bricks-color-primary: #ffd64f; 
    --bricks-text-dark: #212121; 
    --bricks-border-color: #dddedf; 
  } 
}     

:root { 
    --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); 
    --cmplz_text_font_size: 12px; 
} 

@media all{ 
  :where(section:not(section section)) { 
    padding-block: var(--section-space-m); 
    padding-inline: var(--section-padding-x);
  } 

  section:where(:not(.bricks-shape-divider)) { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: var(--container-gap);
    padding-top: 29px !important;
  } 

  section { 
    display: block;
  } 

  .brxe-section { 
    align-items: center; 
    display: flex; 
    flex-direction: column; 
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
  } 

  [class*="brxe-"] { 
    max-width: 100%;
  } 
}     

#brxe-aptiqb { 
    padding-top: 10px; 
    padding-bottom: 10px; 
    background-color: #000000;
} 

@media all{ 
  *,:before,:after { 
    box-sizing: border-box;
  } 

  *,:after,:before { 
    box-sizing: border-box; 
    outline: none;
  } 

  section > div:where(:not(.bricks-shape-divider))  { 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    gap: var(--content-gap);
  } 

  .brxe-container { 
    align-items: flex-start; 
    display: flex; 
    flex-direction: column; 
    margin-left: auto; 
    margin-right: auto; 
    width: 1100px;
  } 
}     

.brxe-container { 
    width: 100%;
} 

#brxe-snaqlc { 
    width: 100%; 
    margin-right: 0; 
    margin-left: 0; 
    flex-direction: row; 
    align-items: center; 
    justify-content: space-between;
} 

@media all{ 
  .brxe-block { 
    align-items: flex-start; 
    display: flex; 
    flex-direction: column; 
    width: 100%;
  } 
}     

#brxe-ufutxf { 
    flex-direction: row; 
    column-gap: var(--space-m);
} 

#brxe-sfninh { 
    flex-direction: row; 
    display: flex;
} 

@media all{ 
  :where(a) { 
    border-color: currentcolor; 
    color: currentcolor; 
    cursor: pointer; 
    text-decoration: none;
  } 

  .brxe-logo { 
    color: currentcolor; 
    font-size: 20px; 
    font-weight: 600; 
    line-height: 1;
  } 
}     

#brxe-khcalt { 
    font-size: 1.8rem; 
    /*min-width: 44rem; 
    margin-right: 30px; */
} 

@media all{ 
  .brxe-shortcode { 
    width: 100%;
  } 
}     

#brxe-kjbxmz { 
    background-color: var(--shade); 
    margin-right: 15px;
} 

@media all{ 
  .brxe-social-icons { 
    display: flex; 
    list-style-type: none; 
    margin: 0; 
    padding: 0;
  } 

  .btn--primary { 
    padding-block: var(--btn-padding-block); 
    padding-inline: var(--btn-padding-inline); 
    min-inline-size: var(--btn-min-width); 
    line-height: var(--btn-line-height); 
    font-size: var(--text-m); 
    font-weight: var(--btn-font-weight); 
    font-style: var(--btn-font-style); 
    text-decoration: var(--btn-text-decoration); 
    text-transform: var(--btn-text-transform); 
    letter-spacing: var(--btn-letter-spacing); 
    border-width: var(--btn-border-width); 
    border-style: var(--btn-border-style); 
    border-radius: var(--btn-border-radius); 
    display: var(--btn-display,inline-flex); 
    text-align: center; 
    justify-content: center; 
    align-items: center; 
    background: var(--btn-background); 
    color: var(--btn-text-color); 
    border-color: var(--btn-border-color); 
    transition: all var(--btn-transition-duration) ease;
  } 

  .btn--primary { 
    --btn-background: var(--primary); 
    --btn-background-hover: var(--base); 
    --btn-text-color: var(--primary-ultra-light); 
    --btn-text-color-hover: var(--primary-ultra-light); 
    --btn-border-color: var(--primary); 
    --btn-border-color-hover: var(--base); 
    --btn-outline-background-hover: var(--primary-hover); 
    --btn-outline-border-hover: var(--primary-hover); 
    --btn-outline-text-color: var(--primary); 
    --btn-outline-text-color-hover: var(--primary-ultra-light); 
    --focus-color: var(--primary-dark);
  } 

  .bricks-button { 
    align-items: center; 
    border-width: 0; 
    color: var(--bricks-text-dark); 
    display: inline-flex; 
    gap: 10px; 
    justify-content: center; 
    letter-spacing: .5px; 
    padding: .5em 1em; 
    text-align: center;
  } 

  .brxe-button { 
    width: auto;
  } 

  .bricks-background-primary { 
    background-color: var(--bricks-color-primary);
  } 
}     

.bricks-button { 
    padding-top: 0.7em; 
    padding-right: 2em; 
    padding-bottom: 0.7em; 
    padding-left: 2em; 
    transition: all 0.3s ease;
} 

:root .bricks-background-primary  { 
    background-color: var(--action);
} 

:root .bricks-button[class*="primary"]  { 
    font-size: 1.6rem; 
    text-transform: uppercase; 
    font-weight: 700; 
    color: #ffffff;
} 

:root .bricks-button[class*="primary"]:not(.outline)  { 
    background-color: var(--action);
} 

#brxe-mittjm { 
    font-family: "Roboto Condensed"; 
    font-weight: 700; 
    transition: all 0.3s ease; 
    min-width: 22rem;
} 

@media all{ 
  .btn--primary:hover { 
    background: var(--btn-background-hover); 
    border-color: var(--btn-border-color-hover); 
    color: var(--btn-text-color-hover); 
    text-decoration: var(--btn-text-decoration-hover);
  } 
}     

:root .bricks-button[class*="primary"]:not(.outline):hover { 
    background-color: var(--shade);
} 

#brxe-mittjm:hover { 
    border: 0.25rem solid var(--action);
} 

@media all{ 
  img { 
    border-style: none;
  } 

  img { 
    height: auto; 
    max-width: 100%; 
    outline: none; 
    vertical-align: middle;
  } 

  .brxe-logo img  { 
    display: block; 
    height: auto; 
    width: auto;
  } 
}     

#brxe-wyuwnh img  { 
    height: 25px; 
    width: 96px; 
    max-width: 96px;
} 

#brxe-wyuwnh .bricks-site-logo  { 
    height: 25px; 
    width: 96px;
} 

@media all{ 
  nav { 
    display: block;
  } 

  button { 
    font-family: sans-serif; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0;
  } 

  button { 
    overflow: visible;
  } 

  button { 
    text-transform: none;
  } 

  button { 
    -webkit-appearance: button;
  } 

  button { 
    border: none; 
    cursor: pointer; 
    outline: none; 
    padding: 0;
  } 

  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle  { 
    background-color: transparent; 
    cursor: pointer; 
    display: none; 
    height: 16px; 
    min-width: 12px; 
    position: relative; 
    width: 20px;
  } 
}     

#brxe-khcalt .bricks-mobile-menu-toggle  { 
    color: #ffffff; 
    width: 32px !important;
} 

@media all{ 
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle::before { 
    bottom: 0; 
    content: ""; 
    left: 0; 
    position: absolute; 
    right: 0; 
    top: 0; 
    z-index: 1;
  } 

  .brxe-nav-menu .bricks-mobile-menu-wrapper  { 
    bottom: 0; 
    color: #fff; 
    display: flex; 
    flex-direction: column; 
    height: 100vh; 
    height: calc(var(--bricks-vh,1vh)*100); 
    left: 0; 
    position: fixed; 
    right: auto; 
    scrollbar-width: none; 
    top: 0; 
    transition-duration: .2s; 
    transition-property: background-color,opacity,transform,visibility; 
    visibility: hidden; 
    width: 300px; 
    z-index: 999;
  } 

  .brxe-nav-menu .bricks-mobile-menu-wrapper.left  { 
    transform: translateX(-100%);
  } 
}     

#brxe-khcalt .bricks-mobile-menu-wrapper  { 
    width: 100%;
} 
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper {
    max-width: 100vw;
    opacity: 1 !important;
    transform: translateX(0) !important;
    visibility: visible;
    z-index: 999;
}
@media all{ 
  .brxe-nav-menu .bricks-mobile-menu-wrapper::before { 
    background-color: #23282d; 
    background-size: cover; 
    bottom: 0; 
    content: ""; 
    left: 0; 
    position: absolute; 
    right: 0; 
    top: 0; 
    z-index: -1;
  } 

  .brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar { 
    background: 0 0; 
    height: 0; 
    width: 0;
  } 

  .brxe-nav-menu .bricks-mobile-menu-overlay  { 
    background-color: rgba(0,0,0,.25); 
    bottom: 0; 
    left: 0; 
    opacity: 0; 
    position: fixed; 
    right: 0; 
    top: 0; 
    transition: all .2s; 
    visibility: hidden; 
    z-index: -1;
  } 
}     

.asp_w_container_1 { 
    width: 100%;
} 

.asp_w_container.asp_w_container_1.asp_compact { 
    width: auto; 
    display: inline-block; 
    float: right; 
    position: static; 
    top: 20%; 
    bottom: auto; 
    right: 0; 
    left: auto; 
    z-index: 1;
} 

#brxe-zsjfdi li  { 
    transition: all 0.3s ease;
} 
@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Solid;
    font-style: normal;
    font-weight: 900;
    src: url(fa-solid-900.woff2) format("woff2"),url(fa-solid-900.ttf) format("truetype")
}

@media all{ 
  .fas { 
    font-family: Font Awesome\ 6 Solid; 
    font-style: normal; 
    font-weight: 900;
  } 

  .fas { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
  } 

  .bricks-button i  { 
    position: relative;
  } 

  .fa-phone-alt:before,.fa-phone-flip:before { 
    content: "\f879";
  } 

  :where(.brxe-nav-menu) ul  { 
    list-style-type: none; 
    margin: 0; 
    padding: 0;
  } 

  :where(.brxe-nav-menu) .bricks-nav-menu  { 
    display: flex; 
    margin: 0; 
    padding: 0;
  } 
}     

.brxe-nav-menu .bricks-nav-menu  { 
    flex-direction: row;
} 

@media all{ 
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle span  { 
    background-color: currentcolor; 
    display: block; 
    height: 2px; 
    position: absolute; 
    right: 0; 
    transition: var(--bricks-transition);
  } 

  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top  { 
    min-width: 12px; 
    top: 0; 
    width: 20px;
  } 
}     

#brxe-khcalt .bricks-mobile-menu-toggle .bar-top  { 
    width: 32px !important;
} 

@media all{ 
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span { 
    min-width: 12px; 
    width: 20px;
  } 

  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center  { 
    min-width: 12px; 
    top: 7px; 
    width: 20px;
  } 
}     

#brxe-khcalt .bricks-mobile-menu-toggle .bar-center  { 
    width: 32px !important;
} 

@media all{ 
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom  { 
    min-width: 12px; 
    top: 14px; 
    width: 20px;
  } 
}     

#brxe-khcalt .bricks-mobile-menu-toggle .bar-bottom  { 
    width: 32px !important;
} 

@media all{ 
  .brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu  { 
    overflow-y: scroll; 
    position: relative; 
    scrollbar-width: none;
  } 

  .brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu::-webkit-scrollbar { 
    background: 0 0; 
    height: 0; 
    width: 0;
  } 

  div.ajaxsearchpro.asp_main_container { 
    transition: width 130ms linear; 
    -webkit-transition: width 130ms linear;
  } 

  div.asp_w.ajaxsearchpro { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    text-indent: initial; 
    letter-spacing: normal; 
    font-display: swap;
  } 

  div.asp_w.ajaxsearchpro { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    box-sizing: border-box;
  } 

  div.asp_w.ajaxsearchpro { 
    width: 100%; 
    height: auto; 
    border-radius: 0; 
    background: transparent; 
    overflow: hidden;
  } 
}     

div.asp_m.asp_m_1 { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    letter-spacing: normal;
} 

div.asp_m.asp_m_1 { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    box-sizing: border-box;
} 

div.asp_m.asp_m_1 { 
    padding: 0; 
    margin: 0;
} 

#ajaxsearchpro1_1,div.asp_m.asp_m_1 { 
    width: 100%; 
    height: auto; 
    max-height: none; 
    border-radius: 0; 
    background: #d1eaff; 
    margin-top: 0; 
    margin-bottom: 0; 
    background-image: -moz-radial-gradient(center,ellipse cover,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -webkit-radial-gradient(center,ellipse cover,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -o-radial-gradient(center,ellipse cover,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -ms-radial-gradient(center,ellipse cover,rgb(0,0,0),rgb(0,0,0)); 
    background-image: radial-gradient(ellipse at center,rgb(0,0,0),rgb(0,0,0)); 
    overflow: hidden; 
    border: 1px solid rgb(255,255,255); 
    box-shadow: none;
} 

#ajaxsearchpro1_1.asp_compact,div.asp_m.asp_m_1.asp_compact { 
    width: auto; 
    float: right;
} 
#ajaxsearchpro1_1.asp_compact.activeSearch,div.asp_m.asp_m_1.asp_compact.activeSearch {
 }

@media all{ 
  div.asp_w.ajaxsearchpro,div.asp_w.asp_r { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    text-indent: initial; 
    letter-spacing: normal; 
    font-display: swap;
  } 

  div.asp_w.asp_r { 
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
  } 

  div.asp_w.asp_r { 
    display: none;
  } 
}     

div.asp_r.asp_r_1 { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    letter-spacing: normal;
} 

div.asp_r.asp_r_1 { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    box-sizing: border-box;
} 

div.asp_r.asp_r_1 { 
    padding: 0; 
    margin: 0;
} 

div.asp_r.asp_r_1 { 
    position: absolute; 
    z-index: 11000; 
    width: auto; 
    margin: 12px 0 0 0;
} 

@media all{ 
  div.asp_w_container div[id*="__original__"]  { 
    display: none!important;
  } 
}     

div.asp_r.asp_r_1.vertical { 
    padding: 4px; 
    background: rgb(216,216,216); 
    border-radius: 0; 
    border: 0 none rgb(0,0,0); 
    box-shadow: none; 
    visibility: hidden; 
    display: none;
} 

@media all{ 
  div.asp_w.ajaxsearchpro,div.asp_w.asp_s { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    text-indent: initial; 
    letter-spacing: normal; 
    font-display: swap;
  } 
}     

div.asp_s.asp_s_1 { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    letter-spacing: normal;
} 

div.asp_s.asp_s_1 { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    box-sizing: border-box;
} 

div.asp_s.asp_s_1 { 
    padding: 0; 
    margin: 0;
} 

div.asp_s.asp_s_1.searchsettings { 
    direction: ltr; 
    padding: 0; 
    background-image: -webkit-linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-image: -moz-linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-image: -o-linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-image: -ms-linear-gradient(185deg,rgb(182,182,182) 0,rgb(182,182,182) 100%); 
    background-image: linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    box-shadow: none; 
    max-width: 208px; 
    z-index: 2;
} 

div.asp_s.asp_s_1.searchsettings.asp_s { 
    z-index: 11001;
} 

.wpdreams_clear { 
    clear: both;
} 

@media all{ 
  .brxe-social-icons li.has-link a  { 
    align-items: center; 
    display: flex; 
    flex: 1; 
    gap: 5px; 
    justify-content: center;
  } 
}     

#brxe-zsjfdi a  { 
    color: #fff;
} 

#brxe-zsjfdi li.has-link a  { 
    padding-top: 10px; 
    padding-right: 15px; 
    padding-bottom: 10px; 
    padding-left: 15px;
} 

#brxe-zsjfdi a:hover { 
    color: var(--primary);
} 

@media all{ 
  :where(.brxe-nav-menu) .bricks-nav-menu > li  { 
    margin: 0 0 0 30px;
  } 

  :where(.brxe-nav-menu) .bricks-nav-menu li  { 
    position: relative;
  } 
}     

:where(.brxe-nav-menu) .bricks-nav-menu > li  { 
    margin: 0 0 0 0;
} 

.brxe-nav-menu .bricks-nav-menu > li  { 
    margin-right: 20px;
} 

@media screen and (min-width: 992px){ 
  .mobile-only { 
    display: none;
  } 
  .pchild-h1::after {
  margin-top: 0px;
}
.pchild-hero-wrapper.brxe-container {
  row-gap: 0px;
}
}     

.mobile-only-icon { 
    background-color: var(--action); 
    padding: 0.25em 0.5em;
} 

@media screen and (min-width: 992px){ 
  .mobile-only-icon { 
    display: none;
  } 
}     

div.asp_m.asp_m_1 *  { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    letter-spacing: normal;
} 

div.asp_m.asp_m_1 *  { 
    padding: 0; 
    margin: 0;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox  { 
    width: auto; 
    border-radius: 5px; 
    background: #fff; 
    overflow: hidden; 
    border: 1px solid #fff; 
    box-shadow: 1px 0 3px #ccc inset; 
    display: -webkit-flex; 
    display: flex; 
    -webkit-flex-direction: row; 
    flex-direction: row; 
    direction: ltr; 
    align-items: stretch; 
    isolation: isolate;
  } 
}     

#ajaxsearchpro1_1 .probox ,div.asp_m.asp_m_1 .probox  { 
    margin: 0; 
    height: 48px; 
    background: transparent; 
    border: 0 solid rgb(104,174,199); 
    border-radius: 0; 
    box-shadow: none;
} 

#ajaxsearchpro1_1.asp_compact .probox ,div.asp_m.asp_m_1.asp_compact .probox  { 
    max-width: 800px !important;
    width: 100% !important;
} 

@media all{ 
  div.asp_hidden_data { 
    display: none;
  } 

  div.asp_w.asp_r *  { 
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
  } 

  div.asp_w.asp_r *  { 
    text-decoration: none; 
    text-shadow: none;
  } 
}     

div.asp_r.asp_r_1 *  { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    letter-spacing: normal;
} 

div.asp_r.asp_r_1 *  { 
    padding: 0; 
    margin: 0;
} 

@media all{ 
  div.asp_w.asp_r .results  { 
    overflow: hidden; 
    width: auto; 
    height: 0; 
    margin: 0; 
    padding: 0;
  } 
}     

div.asp_r.asp_r_1.vertical .results  { 
    max-height: none; 
    overflow-x: hidden; 
    overflow-y: auto;
} 

div.asp_r.asp_r_1.vertical .results  { 
    scrollbar-width: thin; 
    scrollbar-color: rgba(0,0,0,0.5) rgb(255,255,255);
} 

#ajaxsearchprores1_1.vertical .results::-webkit-scrollbar, #ajaxsearchprores1_2.vertical .results::-webkit-scrollbar, div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar { 
    width: 10px;
} 

#ajaxsearchprores1_1.vertical .results::-webkit-scrollbar-thumb, #ajaxsearchprores1_2.vertical .results::-webkit-scrollbar-thumb, div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar-thumb { 
    background: transparent; 
    box-shadow: inset 0 0 12px 12px rgba(0,0,0,0); 
    border: solid 2px transparent; 
    border-radius: 12px;
} 

#ajaxsearchprores1_1.vertical .results::-webkit-scrollbar-track, #ajaxsearchprores1_2.vertical .results::-webkit-scrollbar-track, div.asp_r.asp_r_1.vertical .results::-webkit-scrollbar-track { 
    background: rgb(255,255,255); 
    box-shadow: inset 0 0 12px 12px transparent; 
    border: none;
} 

@media all{ 
  div.asp_w.asp_r div.asp_showmore_container  { 
    position: relative;
  } 

  .hiddend { 
    display: none!important;
  } 
}     

div.asp_r.asp_r_1 .asp_res_loader  { 
    background: rgb(255,255,255); 
    height: 200px; 
    padding: 10px;
} 

div.asp_s.asp_s_1 *  { 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    box-sizing: content-box; 
    border: 0; 
    border-radius: 0; 
    text-transform: none; 
    text-shadow: none; 
    box-shadow: none; 
    text-decoration: none; 
    text-align: left; 
    letter-spacing: normal;
} 

div.asp_s.asp_s_1 *  { 
    padding: 0; 
    margin: 0;
} 

div.asp_s.asp_s_1.searchsettings form  { 
    display: flex;
} 

@media all{ 
  .fab { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-family: Font Awesome\ 6 Brands; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 1; 
    text-rendering: auto;
  } 

  .fab { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
  } 

  .brxe-social-icons i  { 
    line-height: unset;
  } 

  .fa-facebook-square:before,.fa-square-facebook:before { 
    content: "\f082";
  } 

  .fa-instagram:before { 
    content: "\f16d";
  } 

  .fa-linkedin-in:before { 
    content: "\f0e1";
  } 

  :where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a  { 
    display: flex; 
    width: 100%;
  } 
}     

#brxe-khcalt .bricks-nav-menu > li > a  { 
    text-transform: uppercase; 
    color: #ffffff; 
    font-family: "Roboto Condensed"; 
    font-weight: 700; 
    font-size: calc(var(--text-m)*0.8);
} 

#menu-main-menu-01 > li > a::after, #menu-products > li > a::after { 
    content: ""; 
    display: block; 
    width: 0%; 
    height: 3px; 
    background-color: var(--action); 
    position: absolute; 
    bottom: -5px; 
    transition: all 0.2s ease;
} 

#menu-main-menu-01 > li > a:hover::after, #menu-products > li > a:hover::after { 
    content: ""; 
    display: block; 
    width: 90%; 
    height: 3px; 
    background-color: var(--action); 
    position: absolute; 
    bottom: -5px;
} 

@media all{ 
  .brxe-nav-menu .bricks-mobile-menu-wrapper a  { 
    display: block; 
    width: 100%;
  } 

  .brxe-nav-menu .bricks-mobile-menu-wrapper li a  { 
    line-height: 60px;
  } 

  .brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu > li > a  { 
    padding: 0 30px;
    color: #ffffff !important;
  } 

  div.asp_m.ajaxsearchpro .probox .prosettings  { 
    width: 20px; 
    height: 20px; 
    min-width: unset; 
    min-height: unset; 
    background: 0 0; 
    background-size: 20px 20px; 
    float: right; 
    box-shadow: none; 
    margin: 0; 
    padding: 0; 
    z-index: 1;
  } 
}     
div#searchbar {
  width: 256px !important;

}
nav.ui-state-default.ui-corner-all.plp-page-searchBox-compact {
  background: transparent !important;
}
#ajaxsearchpro1_1 .probox .prosettings ,div.asp_m.asp_m_1 .probox .prosettings  { 
    width: 48px; 
    height: 48px; 
    flex: 0 0 48px; 
    flex-grow: 0; 
    order: 7; 
    text-align: center;
} 

#ajaxsearchpro1_1 .probox .prosettings ,div.asp_m.asp_m_1 .probox .prosettings  { 
    width: 48px; 
    height: 48px; 
    background-image: -webkit-linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-image: -moz-linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-image: -o-linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-image: -ms-linear-gradient(185deg,rgb(182,182,182) 0,rgb(182,182,182) 100%); 
    background-image: linear-gradient(185deg,rgb(182,182,182),rgb(182,182,182)); 
    background-position: center center; 
    background-repeat: no-repeat; 
    order: 10; 
    -webkit-order: 10; 
    float: right; 
    border: 0 solid rgb(104,174,199); 
    border-radius: 0; 
    box-shadow: 0 0 0 0 rgba(255,255,255,0.63); 
    cursor: pointer; 
    background-size: 100% 100%; 
    align-self: flex-end;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .proinput  { 
    width: 1px; 
    height: 100%; 
    float: left; 
    box-shadow: none; 
    position: relative; 
    flex: 1 1 auto; 
    -webkit-flex: 1 1 auto; 
    z-index: 0;
  } 
}     

#ajaxsearchpro1_1 .probox .proinput ,div.asp_m.asp_m_1 .probox .proinput  { 
    font-weight: normal; 
    color: rgb(255,255,255); 
    font-size: 18px; 
    line-height: normal; 
    text-shadow: none; 
    flex-grow: 1; 
    order: 5; 
    margin: 0 0 0 10px; 
    padding: 0 5px;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .promagnifier  { 
    width: 20px; 
    height: 20px; 
    min-width: unset; 
    min-height: unset; 
    background: 0 0; 
    background-size: 20px 20px; 
    float: right; 
    box-shadow: none; 
    margin: 0; 
    padding: 0; 
    z-index: 1;
  } 
}     

#ajaxsearchpro1_1 .probox .promagnifier ,div.asp_m.asp_m_1 .probox .promagnifier  { 
    width: 48px; 
    height: 48px; 
    flex: 0 0 48px; 
    flex-grow: 0; 
    order: 7; 
    text-align: center;
} 

#ajaxsearchpro1_1 .probox .promagnifier ,div.asp_m.asp_m_1 .probox .promagnifier  { 
    width: auto; 
    height: 48px; 
    flex: 0 0 auto; 
    order: 7; 
    -webkit-flex: 0 0 auto; 
    -webkit-order: 7;
} 

#ajaxsearchpro1_1 .probox .promagnifier ,div.asp_m.asp_m_1 .probox .promagnifier  { 
    width: 48px; 
    height: 48px; 
    background-image: -webkit-linear-gradient(180deg,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -moz-linear-gradient(180deg,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -o-linear-gradient(180deg,rgb(0,0,0),rgb(0,0,0)); 
    background-image: -ms-linear-gradient(180deg,rgb(0,0,0) 0,rgb(0,0,0) 100%); 
    background-image: linear-gradient(180deg,rgb(0,0,0),rgb(0,0,0)); 
    background-position: center center; 
    background-repeat: no-repeat; 
    order: 11; 
    -webkit-order: 11; 
    float: right; 
    border: 0 solid rgb(0,0,0); 
    border-radius: 0; 
    box-shadow: 0 0 0 0 rgba(255,255,255,0.61); 
    cursor: pointer; 
    background-size: 100% 100%; 
    background-repeat: no-repeat;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .proloading  { 
    width: 20px; 
    height: 20px; 
    min-width: unset; 
    min-height: unset; 
    background: 0 0; 
    background-size: 20px 20px; 
    float: right; 
    box-shadow: none; 
    margin: 0; 
    padding: 0; 
    z-index: 1;
  } 

  div.asp_m.ajaxsearchpro .probox .proloading  { 
    background-position: center center; 
    display: none; 
    background-size: auto; 
    background-repeat: no-repeat; 
    background-color: transparent;
  } 

  div.asp_m.ajaxsearchpro .probox .proloading  { 
    padding: 2px; 
    box-sizing: border-box;
  } 
}     

#ajaxsearchpro1_1 .probox .proloading ,div.asp_m.asp_m_1 .probox .proloading  { 
    width: 48px; 
    height: 48px; 
    flex: 0 0 48px; 
    flex-grow: 0; 
    order: 7; 
    text-align: center;
} 

#ajaxsearchpro1_1 .probox .proloading ,div.asp_m.asp_m_1 .probox .proloading  { 
    width: 48px; 
    height: 48px; 
    min-width: 48px; 
    min-height: 48px; 
    max-width: 48px; 
    max-height: 48px;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .proclose  { 
    width: 20px; 
    height: 20px; 
    min-width: unset; 
    min-height: unset; 
    background: 0 0; 
    background-size: 20px 20px; 
    float: right; 
    box-shadow: none; 
    margin: 0; 
    padding: 0; 
    z-index: 1;
  } 

  div.asp_m.ajaxsearchpro .probox .proclose  { 
    background-position: center center; 
    display: none; 
    background-size: auto; 
    background-repeat: no-repeat; 
    background-color: transparent;
  } 

  div.asp_m.ajaxsearchpro .probox .proclose  { 
    position: relative; 
    cursor: pointer; 
    z-index: 2;
  } 
}     

#ajaxsearchpro1_1 .probox .proclose ,div.asp_m.asp_m_1 .probox .proclose  { 
    width: 48px; 
    height: 48px; 
    flex: 0 0 48px; 
    flex-grow: 0; 
    order: 7; 
    text-align: center;
} 

@media all{ 
  div.asp_hidden_data *  { 
    display: none;
  } 

  div.asp_w.asp_r .resdrg  { 
    height: auto;
  } 

  :where(p) { 
    margin: 0 0 1.2em;
  } 

  :where(p:last-of-type) { 
    margin-bottom: 0;
  } 

  p { 
    max-inline-size: var(--text-m-length,100%);
  } 

  div.asp_w.asp_r p.showmore  { 
    display: none; 
    margin: 0;
  } 
}     

div.asp_r.asp_r_1 p.showmore  { 
    text-align: center; 
    font-weight: normal; 
    color: rgba(237,28,36,1); 
    font-size: 18px; 
    line-height: 24px; 
    text-shadow: none;
} 

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader  { 
    box-sizing: border-box !important; 
    margin: 0; 
    padding: 0; 
    box-shadow: none;
} 

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader  { 
    box-sizing: border-box; 
    display: flex; 
    flex: 0 1 auto; 
    flex-direction: column; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 28px; 
    max-width: 100%; 
    max-height: 100%; 
    align-items: center; 
    justify-content: center;
} 

div.asp_r.asp_r_1 .asp_res_loader .asp_loader  { 
    height: 200px; 
    width: 200px; 
    margin: 0 auto;
} 

@media all{ 
  /*input { 
    font-family: sans-serif; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0;
  } 

  input { 
    overflow: visible;
  } 

  input:not([type="submit"]) { 
    border-style: solid; 
    border-width: 1px; 
    box-shadow: none; 
    color: currentcolor; 
    line-height: 40px; 
    outline: none; 
    padding: 0 12px; 
    transition: var(--bricks-transition); 
    width: 100%;
  } */

  div.asp_m.ajaxsearchpro .probox .prosettings .innericon  { 
    background-size: 20px 20px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-color: transparent; 
    width: 100%; 
    height: 100%; 
    line-height: initial; 
    text-align: center; 
    overflow: hidden;
  } 
}     

#ajaxsearchpro1_1 .probox .prosettings .innericon ,div.asp_m.asp_m_1 .probox .prosettings .innericon  { 
    text-align: center;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .proinput form  { 
    height: 100%; 
    margin: 0!important; 
    padding: 0!important;
  } 

  div.asp_m.ajaxsearchpro .proinput input::before, div.asp_m.ajaxsearchpro .proinput input::after, div.asp_m.ajaxsearchpro .proinput form::before, div.asp_m.ajaxsearchpro .proinput form::after { 
    display: none;
  } 
}     

#ajaxsearchpro1_1 .probox .promagnifier .asp_text_button ,div.asp_m.asp_m_1 .probox .promagnifier .asp_text_button  { 
    display: block; 
    width: auto; 
    height: 48px; 
    float: right; 
    margin: 0; 
    padding: 0 10px 0 2px; 
    font-weight: normal; 
    color: rgb(51,51,51); 
    font-size: 15px; 
    line-height: 48px; 
    text-shadow: none;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .promagnifier .innericon  { 
    background-size: 20px 20px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-color: transparent; 
    width: 100%; 
    height: 100%; 
    line-height: initial; 
    text-align: center; 
    overflow: hidden;
  } 
}     

#ajaxsearchpro1_1 .probox .promagnifier .innericon ,div.asp_m.asp_m_1 .probox .promagnifier .innericon  { 
    text-align: center;
} 

#ajaxsearchpro1_1 .probox .promagnifier .innericon ,div.asp_m.asp_m_1 .probox .promagnifier .innericon  { 
    display: block; 
    width: 48px; 
    height: 48px; 
    float: right;
} 

@media all{ 
  .asp_clear { 
    display: block!important; 
    clear: both!important; 
    margin: 0!important; 
    padding: 0!important; 
    width: auto!important; 
    height: 0!important;
  } 
}     

div[id*="ajaxsearchpro1_"] div.asp_loader  { 
    box-sizing: border-box !important; 
    margin: 0; 
    padding: 0; 
    box-shadow: none;
} 

div[id*="ajaxsearchpro1_"] div.asp_loader  { 
    box-sizing: border-box; 
    display: flex; 
    flex: 0 1 auto; 
    flex-direction: column; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 28px; 
    max-width: 100%; 
    max-height: 100%; 
    align-items: center; 
    justify-content: center;
} 

#ajaxsearchpro1_1 div.asp_loader  { 
    box-sizing: border-box !important; 
    margin: 0; 
    padding: 0; 
    box-shadow: none;
} 

#ajaxsearchpro1_1 div.asp_loader  { 
    box-sizing: border-box; 
    display: flex; 
    flex: 0 1 auto; 
    flex-direction: column; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 28px; 
    max-width: 100%; 
    max-height: 100%; 
    align-items: center; 
    justify-content: center;
} 

#ajaxsearchpro1_1 .probox .proloading .asp_loader ,div.asp_m.asp_m_1 .probox .proloading .asp_loader  { 
    width: 44px; 
    height: 44px; 
    min-width: 44px; 
    min-height: 44px; 
    max-width: 44px; 
    max-height: 44px;
} 

@media all{ 
  svg:not(:root) { 
    overflow: hidden;
  } 

  div.asp_m.ajaxsearchpro .probox .proclose svg  { 
    background: #333; 
    position: absolute; 
    top: 50%; 
    width: 20px; 
    height: 20px; 
    left: 50%; 
    fill: #fefefe; 
    box-sizing: border-box; 
    box-shadow: 0 0 0 2px rgba(255,255,255,.9);
  } 
}     

#ajaxsearchpro1_1 .probox .proclose svg ,div.asp_m.asp_m_1 .probox .proclose svg  { 
    fill: rgb(254,254,254); 
    background: rgb(51,51,51); 
    box-shadow: 0 0 0 2px rgba(255,255,255,0.9); 
    border-radius: 50%; 
    box-sizing: border-box; 
    margin-left: -10px; 
    margin-top: -10px; 
    padding: 4px;
} 

/*p a  { 
    color: var(--action); 
    border-bottom: 1px solid var(--action); 
    transition: all 0.1s ease;
} */

div.asp_r.asp_r_1 p.showmore a  { 
    font-weight: normal; 
    color: rgba(237,28,36,1); 
    font-size: 18px; 
    line-height: 24px; 
    text-shadow: none; 
    padding: 10px 5px; 
    margin: 0 auto; 
    background: rgb(255,255,255); 
    display: block; 
    text-align: center;
} 

/*p a:hover { 
    opacity: 0.8; 
    border-bottom: 3px solid var(--action);
} */

@media all{ 
  div.asp_w.asp_r div.asp_moreres_loader-inner  { 
    height: 24px; 
    width: 24px; 
    animation: shm-rot-simple .8s infinite linear; 
    -webkit-animation: shm-rot-simple .8s infinite linear; 
    border: 4px solid #353535; 
    border-right-color: transparent; 
    border-radius: 50%; 
    box-sizing: border-box; 
    position: absolute; 
    top: 50%; 
    margin: -12px auto auto -12px; 
    left: 50%;
  } 
}     

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader *  { 
    box-sizing: border-box !important; 
    margin: 0; 
    padding: 0; 
    box-shadow: none;
} 

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_loader-inner  { 
    width: 100%; 
    margin: 0 auto; 
    text-align: center; 
    height: 100%;
} 

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_ball-beat  { 
    height: 20%;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg  { 
    height: 100%; 
    width: 22px; 
    vertical-align: baseline; 
    display: inline-block;
  } 
}     

#ajaxsearchpro1_1 .probox .prosettings .innericon svg ,div.asp_m.asp_m_1 .probox .prosettings .innericon svg  { 
    fill: rgb(255,255,255);
} 

@media all{ 
  [type="search"] { 
    -webkit-appearance: textfield; 
    outline-offset: -2px;
  } 

  div.asp_w.ajaxsearchpro input[type="search"]  { 
    appearance: auto!important; 
    -webkit-appearance: none!important;
  } 

  div.asp_m.ajaxsearchpro .probox .proinput input  { 
    height: 100%; 
    width: 93%; 
    border: 0; 
    background: 0 0; 
    box-shadow: none; 
    padding: 0; 
    left: 0; 
    padding-top: 13px; 
    min-width: 120px; 
    min-height: unset; 
    max-height: unset;
    color: #ffffff !important;
  } 
}     

#ajaxsearchpro1_1 .probox .proinput input.orig ,div.asp_m.asp_m_1 .probox .proinput input.orig  { 
    font-weight: normal; 
    color: rgb(255,255,255); 
    font-size: 18px; 
    line-height: normal; 
    text-shadow: none; 
    border: 0; 
    box-shadow: none; 
    height: 48px; 
    position: relative; 
    z-index: 2; 
    padding: 0 !important; 
    padding-top: 2px !important; 
    margin: -1px 0 0 -4px !important; 
    width: 100%; 
    background: transparent !important;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .proinput input.autocomplete  { 
    border: 0; 
    background: 0 0; 
    width: 100%; 
    box-shadow: none; 
    margin: 0; 
    padding: 0; 
    left: 0;
  } 
}     

#ajaxsearchpro1_1 .probox .proinput input.autocomplete ,div.asp_m.asp_m_1 .probox .proinput input.autocomplete  { 
    font-weight: normal; 
    color: rgb(255,255,255); 
    font-size: 18px; 
    line-height: normal; 
    text-shadow: none; 
    opacity: 0.25; 
    height: 48px; 
    display: block; 
    position: relative; 
    z-index: 1; 
    padding: 0 !important; 
    margin: -1px 0 0 -4px !important; 
    margin-top: -48px !important; 
    width: 100%; 
    background: transparent !important;
} 

#ajaxsearchpro1_1 .probox .proinput input.autocomplete ,div.asp_m.asp_m_1 .probox .proinput input.autocomplete  { 
    font-weight: normal; 
    color: rgb(255,255,255); 
    font-size: 18px; 
    line-height: normal; 
    text-shadow: none; 
    border: 0; 
    box-shadow: none;
} 

@media all{ 
  div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg  { 
    height: 100%; 
    width: 22px; 
    vertical-align: baseline; 
    display: inline-block;
  } 
}     

#ajaxsearchpro1_1 .probox .promagnifier .innericon svg ,div.asp_m.asp_m_1 .probox .promagnifier .innericon svg  { 
    fill: rgb(255,255,255);
} 

div[id*="ajaxsearchpro1_"] div.asp_loader *  { 
    box-sizing: border-box !important; 
    margin: 0; 
    padding: 0; 
    box-shadow: none;
} 

div[id*="ajaxsearchpro1_"] div.asp_loader-inner  { 
    width: 100%; 
    margin: 0 auto; 
    text-align: center; 
    height: 100%;
} 

div[id*="ajaxsearchpro1_"] div.asp_ball-beat  { 
    height: 20%;
} 

#ajaxsearchpro1_1 div.asp_loader *  { 
    box-sizing: border-box !important; 
    margin: 0; 
    padding: 0; 
    box-shadow: none;
} 

#ajaxsearchpro1_1 div.asp_loader-inner  { 
    width: 100%; 
    margin: 0 auto; 
    text-align: center; 
    height: 100%;
} 

#ajaxsearchpro1_1 div.asp_ball-beat  { 
    height: 20%;
} 

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_ball-beat > div  { 
    background-color: rgb(255,255,255); 
    width: 20%; 
    height: 100%; 
    margin-left: 10%; 
    display: block; 
    float: left; 
    border-radius: 100%; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    display: inline-block; 
    -webkit-animation: ball-beat 0.7s 0s infinite linear; 
    animation: ball-beat 0.7s 0s infinite linear; 
    vertical-align: top;
} 

div[id*="ajaxsearchprores1_"] .asp_res_loader div.asp_ball-beat > div:nth-child(2n-1)  { 
    -webkit-animation-delay: -0.35s !important; 
    animation-delay: -0.35s !important;
} 

div[id*="ajaxsearchpro1_"] div.asp_ball-beat > div  { 
    background-color: rgb(255,255,255); 
    width: 20%; 
    height: 100%; 
    margin-left: 10%; 
    display: block; 
    float: left; 
    border-radius: 100%; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    display: inline-block; 
    -webkit-animation: ball-beat 0.7s 0s infinite linear; 
    animation: ball-beat 0.7s 0s infinite linear; 
    vertical-align: top;
} 

div[id*="ajaxsearchpro1_"] div.asp_ball-beat > div:nth-child(2n-1)  { 
    -webkit-animation-delay: -0.35s !important; 
    animation-delay: -0.35s !important;
} 

#ajaxsearchpro1_1 div.asp_ball-beat > div  { 
    background-color: rgb(255,255,255); 
    width: 20%; 
    height: 100%; 
    margin-left: 10%; 
    display: block; 
    float: left; 
    border-radius: 100%; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    display: inline-block; 
    -webkit-animation: ball-beat 0.7s 0s infinite linear; 
    animation: ball-beat 0.7s 0s infinite linear; 
    vertical-align: top;
} 

#ajaxsearchpro1_1 div.asp_ball-beat > div:nth-child(2n-1)  { 
    -webkit-animation-delay: -0.35s !important; 
    animation-delay: -0.35s !important;
} 


@keyframes shm-rot-simple { 
  0% {  
      -webkit-transform: rotate(0deg); 
      transform: rotate(0deg); 
      opacity: 1; 
      transform: rotate(0deg); 
      opacity: 1; 
  }  
  50% {  
      -webkit-transform: rotate(180deg); 
      transform: rotate(180deg); 
      opacity: .85; 
      transform: rotate(180deg); 
      opacity: 0.85; 
  }  
  100% {  
      -webkit-transform: rotate(360deg); 
      transform: rotate(360deg); 
      opacity: 1; 
      transform: rotate(360deg); 
      opacity: 1; 
  }  

} 
@keyframes ball-beat { 
  50% {  
      opacity: 0.2; 
      -webkit-transform: scale(0.75); 
      transform: scale(0.75); 
      opacity: 0.2; 
      transform: scale(0.75); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: scale(1); 
      transform: scale(1); 
      opacity: 1; 
      transform: scale(1); 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-Xr82t.style-Xr82t {  
   display:none;  
}  
#style-d6MCo.style-d6MCo {  
   display:none !important;  
}  
#asp_init_id_1_1.style-p4B8V {  
   display:none !important;  
}  
#style-h6EHs.style-h6EHs {  
   display:none !important;  
}  
#style-vAPGP.style-vAPGP {  
   display: none;  
}  
#__original__ajaxsearchprosettings1_1.style-MgfOK {  
   position: absolute;  
}  
#style-gbXol.style-gbXol {  
   clear:both;  
}  
