/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root {
  --bricks-bg-dark: #353637;
  --main-dark: #353637;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Matter, Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

:root {
  /* Mode 1 */
  /* colors */
  --color-blue-100: #f5f9ff;
  --color-blue-500: #2886f5;
  --color-blue-900: #081e45;
  --color-neutral-0: #ffffff;
  --color-neutral-100: #f8f8f8;
  --color-neutral-200: #f0f4f7;
  --color-neutral-300: #e3e4e5;
  --color-neutral-400: #c5c6c7;
  --color-neutral-500: #7d848c;
  --color-neutral-600: #525b66;
  --color-neutral-700: #2f3133;
  --color-neutral-800: #191a1b;
  /* numbers */
  --size-0: 0rem;
  --size-base-size-4: 0.25rem;
  --size-base-size-8: 0.5rem;
  --size-base-size-12: 0.75rem;
  --size-base-size-16: 1rem;
  --size-base-size-24: 1.5rem;
  --size-base-size-32: 2rem;
  --size-base-size-48: 3rem;
  --size-base-size-64: 4rem;
  --size-base-size-96: 6rem;
  --size-base-size-120: 7.5rem;
  --size-base-size-144: 9rem;
}

:root {
  /* Mode 1 */
  /* colors */
  --neutral-0: #ffffff;
  --neutral-100: #f5f6f7;
  --neutral-1000: #353637;
  --neutral-300: #d6d7d8;
  --Grey-200: #EEEFEF;
}

:root {
  --Spacing-spacing-sm: 12px;
  --font-body2: 1rem;
  --font-h2: clamp(2.25rem, 2.2556vw + 1.6015rem, 3rem);
}

@media screen and (max-width: 992px) {
  html:root {
    --Layout-gap-horizontal-xl: 32px;
  }
}
@media screen and (max-width: 768px) {
  html:root {
    --subtitle-font-size: 18px;
    --Spacing-layout-xxl: 64px;
    --Spacing-layout-xl: 48px;
    --Spacing-layout-lg: 32px;
    --Spacing-layout-md: 24px;
    --Spacing-layout-sm: 16px;
    --Layout-gap-vertical-large: 32px;
    --Layout-gap-horizontal-medium: 16px;
    --font-h3: 1.75rem;
    --font-h6: 1.125rem;
    --subtitle-font-size: 16px;
    --font-body1: 1rem;
  }
}
ol {
  margin: 0;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.self-center {
  align-self: center;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pb-6 {
  padding-bottom: 3rem;
  /* 48px */
}

.pt-6 {
  padding-top: 3rem;
  /* 48px */
}

.pt-7 {
  padding-top: 4rem;
  /* 64px */
}

.pb-7 {
  padding-bottom: 4rem;
  /* 64px */
}

.pt-8 {
  padding-top: 6rem;
  /* 96px */
}

.pb-8 {
  padding-bottom: 6rem;
  /* 96px */
}

.pt-9 {
  padding-top: 7.5rem;
  /* 120px */
}

.pb-9 {
  padding-bottom: 7.5rem;
  /* 120px */
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-7 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-8 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-9 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.text-center {
  text-align: center;
}

.text-color-white {
  color: #FFF !important;
}

.text-color-600 {
  color: var(--600, #63666B);
}

.text-color-700 {
  color: var(--700, #52555A);
}

.text-color-800 {
  color: var(--800, #34373B);
}

.text-color-grey-700 {
  color: var(--Grey-700, #484F5A);
}

.text-color-grey-800 {
  color: var(--Grey-800, #2D3645);
}

.background-gradient {
  background: linear-gradient(150deg, rgba(231, 244, 255, 0.65) 45.35%, rgba(222, 225, 254, 0.65) 94.42%);
}

.background-gradient2 {
  background: linear-gradient(0deg, #F5F9FF 0%, #F5F9FF 100%), linear-gradient(150deg, rgba(231, 244, 255, 0.65) 45.35%, rgba(222, 225, 254, 0.65) 94.42%);
}

.gradient-on-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 48px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);
  top: 0;
  transform: rotate(180deg);
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  animation: rotate 1s linear infinite;
}

.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}

.loader::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: var(--Color-Blue-500, #2886F5);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
@keyframes pulse1 {
  0% {
    opacity: 0.8;
    transform: scale(0.2);
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.fade-in-from-bottom {
  animation: fadeInFromBottom 0.7s cubic-bezier(0, 0.55, 0.45, 1);
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(15vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes servicesProgressLine {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .brxe-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .brxe-container {
    width: 1224px;
  }
}
@media screen and (min-width: 1320px) {
  .brxe-container {
    width: 1312px;
  }
}
.main-block {
  padding-top: clamp(4rem, 7.4074vw + 1.4074rem, 6rem);
  padding-bottom: clamp(4rem, 7.4074vw + 1.4074rem, 6rem);
}

.padding-top-xl {
  padding-top: 96px;
}

.padding-bottom-xl {
  padding-bottom: 96px;
}

.padding-top-lg {
  padding-top: 48px;
}

.padding-bottom-lg {
  padding-bottom: 48px;
}

@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-Bold.woff2") format("woff2"), url("../fonts/matter/Matter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-BoldItalic.woff2") format("woff2"), url("../fonts/matter/Matter-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-Heavy.woff2") format("woff2"), url("../fonts/matter/Matter-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-HeavyItalic.woff2") format("woff2"), url("../fonts/matter/Matter-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-Light.woff2") format("woff2"), url("../fonts/matter/Matter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-LightItalic.woff2") format("woff2"), url("../fonts/matter/Matter-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-Medium.woff2") format("woff2"), url("../fonts/matter/Matter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-MediumItalic.woff2") format("woff2"), url("../fonts/matter/Matter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-Regular.woff2") format("woff2"), url("../fonts/matter/Matter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-RegularItalic.woff2") format("woff2"), url("../fonts/matter/Matter-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-SemiBold.woff2") format("woff2"), url("../fonts/matter/Matter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter/Matter-SemiBoldItalic.woff2") format("woff2"), url("../fonts/matter/Matter-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
html {
  font-size: 100%;
}

body {
  font-family: "Matter", "Roboto", sans-serif;
  color: #363E47;
  line-height: 1.5;
  font-size: 1.125rem;
}

.font-size-small {
  font-size: 14px;
}

h1,
.h1,
h1.brxe-heading {
  font-size: clamp(3rem, 1.5038vw + 2.5677rem, 3.5rem);
  line-height: 1.14;
}

h2,
.h2 {
  font-size: var(--font-h2);
  line-height: 1.27;
}

h3,
.h3 {
  font-size: clamp(1.75rem, 2.2556vw + 1.1015rem, 2.5rem);
  line-height: 1.33;
}

h4,
.h4 {
  font-size: clamp(1.75rem, -0.7519vw + 1.9662rem, 1.5rem);
  line-height: 1.43;
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.33;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-xxsmall {
  /* Heading/xx-small */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 790;
  line-height: 1.6;
}

.heading-md {
  /* Heading/md */
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 790;
  line-height: 1.43;
}

.text-regular-large {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.6;
}

.text-regular-xlarge {
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.6;
}

.text-heading-lg {
  font-size: 2.25rem;
  /* 36px */
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
.text-regular-medium {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .text-regular-medium {
    font-size: 1rem;
    /* 16px */
  }
}

.text-heading-small {
  font-size: 1.5rem;
  /* 24px */
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .text-heading-small {
    font-size: 1.25rem;
    /* 20px */
  }
}

.text-left {
  text-align: left;
}

.text-link-underlined {
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}
.text-link-underlined::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: transparent;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.text-link-underlined:hover::after, .text-link-underlined:focus::after {
  background: var(--Grey-800, #2D3645);
}

h1.bricks-type-hero {
  padding: 96px 0;
}

.custom-select select {
  width: 100%;
  font-size: 1rem;
  padding: 12px 36px 12px 12px;
  background: none;
  border: var(--Spacing-spacing-0, 1px) solid var(--300, #E1E3E5);
  border-radius: var(--Radius-radius-xs, 4px);
  color: var(--600, #5A5E63);
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
}
.custom-select select option:disabled {
  background: var(--color-neutral-300);
}

.custom-select {
  position: relative;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M3.46982 5.03506L0.459824 2.02506C0.169824 1.73506 0.169824 1.25506 0.459824 0.965058C0.749824 0.675058 1.22982 0.675058 1.51982 0.965058L3.94982 3.48506L6.47982 0.965059C6.76982 0.675059 7.24982 0.675059 7.53982 0.965059C7.82982 1.25506 7.82982 1.73506 7.53982 2.02506L4.52982 5.03506C4.23982 5.32506 3.75982 5.32506 3.46982 5.03506Z' fill='%235A5E63'/%3E%3C/svg%3E%0A");
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

form .form-group {
  gap: 8px;
}
form .form-group label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
form .form-group .input,
form .form-group input:not([type=submit]),
form .form-group select,
form .form-group textarea {
  padding: 12px;
  border-radius: var(--Radius-radius-sm, 12px);
  border: var(--Spacing-spacing-0, 1px) solid var(--Grey-300, #D6D7D9);
  line-height: 1.4;
  background: #FFF;
  color: var(--600, #5A5E63);
  font-size: 1rem;
}
form .form-group .input::placeholder,
form .form-group input:not([type=submit])::placeholder,
form .form-group select::placeholder,
form .form-group textarea::placeholder {
  color: var(--Grey-400, #A6A7A9);
}
form .form-group .input:hover,
form .form-group input:not([type=submit]):hover,
form .form-group select:hover,
form .form-group textarea:hover {
  color: var(--700, #52555A);
  border: var(--Spacing-spacing-0, 1px) solid var(--Color-Blue-500, #2886F5);
}
form .form-group .input:focus,
form .form-group input:not([type=submit]):focus,
form .form-group select:focus,
form .form-group textarea:focus {
  color: var(--800, #34373B);
  border: var(--Spacing-spacing-0, 1px) solid var(--Color-Blue-500, #2886F5);
}
form .form-group .input:disabled,
form .form-group input:not([type=submit]):disabled,
form .form-group select:disabled,
form .form-group textarea:disabled {
  background: var(--200, #F7F9FA);
  color: var(--500, #828385);
}
form .form-group.submit-button-wrapper {
  width: 192px;
}
form .form-group .required-notice {
  padding-top: 14px;
  font-size: 14px;
  color: var(--700, #52555A);
}

.brx-popup-content {
  padding: 32px;
  width: 752px;
  box-shadow: 0px 2px 4px 0px rgba(25, 25, 28, 0.25);
  border-radius: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brx-popup-content {
    width: 100%;
    padding: 48px 0px;
    border-radius: 0;
  }
}

.brxe-form {
  margin-left: -8px;
  margin-right: -8px;
}

.bricks-button {
  padding: 12px 24px 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--Radius-radius-pill, 1000px);
  cursor: pointer;
}
.bricks-button.bricks-background-primary {
  background: var(--Color-Blue-500, #2886F5);
  color: #FFF;
}
.bricks-button.bricks-background-primary:hover, .bricks-button.bricks-background-primary:focus {
  background: #0492FF;
}
.bricks-button.bricks-background-secondary {
  border-radius: var(--Radius-radius-pill, 1000px);
  border: 1px solid var(--Grey-700, #484F5A);
  color: var(--Grey-800, #2D3645);
  background: transparent;
}
.bricks-button.bricks-background-secondary:hover, .bricks-button.bricks-background-secondary:focus {
  border-radius: var(--Radius-radius-pill, 1000px);
  border: 1px solid var(--Blue-500, #2886F5);
  background: var(--Blue-500, #2886F5);
  color: #FFF;
}
.bricks-button.bricks-background-dark {
  border: var(--Spacing-spacing-0, 1px) solid var(--800, #34373B);
  background: var(--800, #34373B);
  color: #FFF;
}
.bricks-button.bricks-background-dark:hover, .bricks-button.bricks-background-dark:focus {
  border-radius: var(--Radius-radius-pill, 1000px);
  background: var(--900, #282B2E);
  color: #FFF;
}
.bricks-button.bricks-background-dark:hover svg, .bricks-button.bricks-background-dark:focus svg {
  fill: #FFF;
}
.bricks-button.bricks-background-light {
  background: transparent;
  border: 1px solid var(--Grey-300, #D6D7D9);
  color: var(--Grey-600, #63666B);
}
.bricks-button.bricks-background-light:hover, .bricks-button.bricks-background-light:focus {
  background: var(--Grey-100, #FAFAFA);
  border-color: var(--Grey-300, #D6D7D9);
  /*svg {
      fill: #FFF;
  }*/
}
.bricks-button.bricks-background-light:active, .bricks-button.bricks-background-light.active {
  color: var(--Grey-800, #2D3645);
  border-color: var(--Grey-500, #828385);
  background: var(--Grey-100, #FAFAFA);
}
.bricks-button.bricks-background-light:disabled, .bricks-button.bricks-background-light.disabled {
  background: var(--Grey-200, #EEEFEF);
  color: var(--Grey-400, #A6A7A9);
}
.bricks-button.bricks-background-white-text {
  background: transparent;
  border: 1px solid var(--Grey-300, #D6D7D9);
  color: #FFF;
}
.bricks-button.bricks-background-white-text:hover, .bricks-button.bricks-background-white-text:focus {
  border-radius: var(--Radius-radius-pill, 1000px);
  border: 1px solid var(--Grey-800, #2D3645);
  background: var(--Grey-100, #FAFAFA);
  color: var(--Grey-800, #2D3645);
  /*svg {
      fill: #FFF;
  }*/
}
.bricks-button.bricks-background-white-text:active, .bricks-button.bricks-background-white-text.active {
  color: var(--Grey-800, #2D3645);
  border-color: var(--Grey-500, #828385);
  background: var(--Grey-100, #FAFAFA);
}
.bricks-button.bricks-background-white-text:disabled {
  border: 2px solid var(--Grey-300, #D6D7D9);
  background: var(--Grey-200, #EEEFEF);
  color: var(--Grey-400, #A6A7A9);
}
.bricks-button.product-listing-tag {
  display: inline-flex;
  padding: var(--Spacing-spacing-xxs, 4px) var(--Spacing-spacing-sm, 12px);
  align-items: center;
  gap: var(--spacing-spacing-025, 4px);
  border-radius: 100px;
  background: linear-gradient(285deg, #2997FF -12.96%, #7E2FFF 114.08%);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 570;
  line-height: 24px;
  /* 171.429% */
}
.bricks-button.button-tag {
  display: flex;
  padding: var(--Spacing-Static-spacing-xs, 8px) var(--Spacing-Static-spacing-md, 16px);
  align-items: center;
  border-radius: 100px;
  border: 1.158px solid var(--300, #E1E3E5);
  gap: 16px;
  cursor: pointer;
  background: #FFF;
  color: var(--600, #5A5E63);
}
.bricks-button.button-tag .icon {
  width: 24px;
  height: 24px;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bricks-button.button-tag .icon svg {
  max-width: none;
}
.bricks-button.button-tag .title {
  white-space: nowrap;
  color: var(--600, #5A5E63);
  font-weight: 400;
  line-height: 1.5;
}

.bricks-button.btn-wide {
  width: 100% !important;
  max-width: 192px;
}
@media screen and (max-width: 768px) {
  .bricks-button.btn-wide {
    max-width: none;
  }
}

.btn-as-pill {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1.158px solid var(--300, #E1E3E5);
  background: var(--0, #FFF);
  font-size: 14px;
  line-height: 1.42;
  color: var(--800, #34373B);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 12px 8px;
  border-bottom: 1px solid var(--Color-Neutral-300, #E3E4E5);
}

.table-responsive {
  overflow-x: auto;
  --webkit-overflow-scrolling: touch;
}

.card {
  padding: 64px 32px;
  border-radius: 32px;
  text-align: center;
  align-items: center;
}
.card .brxe-icon {
  margin-bottom: 16px;
}
.card .brxe-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.card .brxe-text-basic {
  font-size: var(--subtitle-font-size);
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 48px 24px;
  }
}

.swiper .swiper-pagination-bullet {
  background: var(--300, #E1E3E5);
}
.swiper .swiper-pagination-bullet-active {
  background: var(--800, #363E47);
}

.custom-images-slider {
  position: relative;
  width: 100%;
}
.custom-images-slider .custom-swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: opacity 0.1s ease-in 0.1s;
  z-index: 1;
}
.custom-images-slider.timing-function-linear .custom-swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.custom-images-slider .swiper {
  width: 100%;
  height: 100%;
}
.custom-images-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-images-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--Radius-radius-lg, 24px);
}

.brxe-product-tags {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.brxe-product-tags .tags-title {
  white-space: nowrap;
  line-height: 1;
  font-weight: 700;
  line-height: 1.6;
  color: var(--800, #363E47);
  padding-top: var(--Spacing-layout-md, 32px);
  padding-bottom: var(--Spacing-layout-sm, 24px);
}
.brxe-product-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .brxe-product-tags .tags-list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    scrollbar-color: #2D3645;
    -webkit-overflow-scrolling: auto;
  }
  .brxe-product-tags .tags-list::-webkit-scrollbar-thumb {
    background-color: #2D3645;
  }
  .brxe-product-tags .tags-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1px;
    height: 6px;
  }
  .brxe-product-tags .tags-list::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .brxe-product-tags .tags-list::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}

.devices-product-card {
  height: 100%;
}
.devices-product-card > a {
  gap: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.devices-product-card .product-image {
  padding-top: var(--Spacing-layout-xl);
  padding-right: var(--Spacing-spacing-xxl);
  padding-bottom: var(--Spacing-layout-xl);
  padding-left: var(--Spacing-spacing-xxl);
  background: var(--Grey-100, #FAFAFA);
  border-radius: 16px;
}
.devices-product-card .product-image img {
  background-color: var(--Grey-100, #FAFAFA);
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .devices-product-card .product-image {
    padding-top: var(--Spacing-layout-lg);
    padding-right: var(--Spacing-spacing-xl);
    padding-bottom: var(--Spacing-layout-lg);
    padding-left: var(--Spacing-spacing-xl);
  }
}
.devices-product-card .product-content {
  flex: 1;
}
.devices-product-card .product-content .subtitle {
  font-size: 16px;
  color: var(--Grey-600, #5F656F);
}
.devices-product-card .title span {
  position: relative;
  display: inline-block;
}
.devices-product-card .title span:after {
  content: "";
  width: 0%;
  height: 1.5px;
  background: var(--Grey-800, #34373B);
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.3s;
}
.devices-product-card a:hover .title span:after {
  width: 100%;
}

.brxe-accordion .accordion-item {
  border-bottom: 1px solid var(--neutral-300, #D6D7D8);
}
.brxe-accordion .accordion-title-wrapper {
  padding: var(--Spacing-spacing-sm, 12px) 0px;
}
.brxe-accordion .accordion-title .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.brxe-accordion table th, .brxe-accordion table td {
  border-bottom: 1px solid var(--300, #E1E3E5);
  background: #FFF;
}
.brxe-accordion table th {
  padding-left: 0;
}
.brxe-accordion table tr:last-child td, .brxe-accordion table tr:last-child th {
  border-bottom: none;
}

.brxe-accordion-nested > .brxe-block {
  border-bottom: 1px solid var(--neutral-300, #D6D7D8);
}
.brxe-accordion-nested > .brxe-block .brxe-icon {
  transition: transform 0.1s;
}
.brxe-accordion-nested > .brxe-block.brx-open .brxe-icon {
  transform: rotate(90deg);
}
.brxe-accordion-nested .accordion-title-wrapper {
  padding: 16px 16px 16px 0;
  gap: 16px;
}
.brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  flex: 1;
}
.brxe-accordion-nested table th, .brxe-accordion-nested table td {
  border-bottom: 1px solid var(--300, #E1E3E5);
  background: #FFF;
}
.brxe-accordion-nested table th {
  padding-left: 0;
}
.brxe-accordion-nested table tr:last-child td, .brxe-accordion-nested table tr:last-child th {
  border-bottom: none;
}

#comparison-table {
  position: relative;
  width: 100%;
}
#comparison-table table {
  table-layout: fixed;
}
#comparison-table tr th:first-child {
  width: 20%;
  min-width: 100px;
}
#comparison-table thead th {
  position: sticky;
  top: 0;
  background: #FFF;
  border: none;
  box-shadow: inset 0 0px 0 var(--Color-Neutral-300, #E3E4E5), inset 0 -1px 0 var(--Color-Neutral-300, #E3E4E5);
}
#comparison-table .product-info {
  position: relative;
}
#comparison-table .product-info .loader {
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  display: block;
}
#comparison-table .product-image {
  margin-bottom: 24px;
}
#comparison-table .product-image img {
  height: 160px;
  transition: all 0.3s;
  object-fit: contain;
}
#comparison-table .is-sticky img {
  height: 100px;
}
#comparison-table th.add-padding {
  padding-top: 32px;
}
#comparison-table table tfoot td {
  padding-top: 32px;
  border: none;
}
#comparison-table.product-variations .accordion-title .title {
  font-size: 24px;
}
#comparison-table.product-variations table tr th:first-child {
  padding-left: 0;
  width: 20%;
}
#comparison-table .table-responsive {
  overflow: initial;
}
@media screen and (max-width: 768px) {
  #comparison-table .table-responsive {
    overflow-x: auto;
  }
  #comparison-table .table-responsive thead th {
    position: initial;
  }
  #comparison-table table {
    width: auto;
    min-width: 100%;
  }
  #comparison-table table thead {
    z-index: 9;
    position: relative;
  }
  #comparison-table table thead tr th:first-child {
    background-color: #FFF;
    left: 0;
    z-index: 12;
    position: sticky;
  }
  #comparison-table table tbody th:first-child {
    position: sticky;
    left: 0;
    background-color: #FFF;
  }
  #comparison-table .product-info {
    min-width: 150px;
  }
}

.brxe-devices-variations-table {
  width: 100%;
}

.brxe-ba-image-hotspots .ba-image-hotspot-item-wrapper {
  background: none;
}
.brxe-ba-image-hotspots .ba-image-hotspot-icon-wrapper {
  border-radius: 100px;
  border: 1px solid var(--0, #FFF);
  background: rgba(25, 25, 28, 0.4);
  width: 20px;
  height: 20px;
  /* X-small */
  box-shadow: 0px 1px 2px 0px rgba(25, 25, 28, 0.4);
  position: relative;
  transition: all 0.3s;
  transform-origin: center;
}
.brxe-ba-image-hotspots .ba-image-hotspot-icon-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 50%;
}
.brxe-ba-image-hotspots .ba-image-hotspot-icon-wrapper:hover {
  transform: scale(1.2);
}
.brxe-ba-image-hotspots .ba-image-hotspot-icon-wrapper:hover::after {
  width: 10px;
  height: 10px;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  display: none;
}

.tippy-box {
  border-radius: 100px;
  background: #FFF;
  /* Medium */
  box-shadow: 0px 2px 4px 0px rgba(25, 25, 28, 0.25);
}

.two-columns-with-image .brxe-container {
  gap: var(--Spacing-layout-md, 32px);
  flex-direction: row;
  align-items: center;
}
.two-columns-with-image .text-column {
  padding-right: clamp(0rem, 38.889vw - 24.111rem, 7rem);
  padding-left: clamp(0rem, 14.6341vw - 9.0732rem, 3rem);
  font-size: 20px;
  gap: 24px;
  flex: 1;
  flex-basis: 50%;
}
.two-columns-with-image .text-column .brxe-heading {
  font-size: clamp(1.75rem, 2.8vw + 0.666rem, 2.5rem);
}
.two-columns-with-image .text-column .brxe-text {
  color: var(--Grey-700, #484F5A);
}
.two-columns-with-image .text-column ul {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.two-columns-with-image .text-column .brxe-text.with-nice-list ul {
  padding-left: 40px;
}
.two-columns-with-image .text-column .brxe-text.with-nice-list ul li {
  margin-bottom: 24px;
  list-style: none;
  position: relative;
  color: var(--neutral-1000, #353637);
  font-size: 18px;
}
.two-columns-with-image .text-column .brxe-text.with-nice-list ul li:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--Blue-200, #E9F3FE);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.30084 11.0123C4.14816 11.0122 3.99737 10.9786 3.85913 10.9138C3.72088 10.849 3.59857 10.7546 3.50084 10.6373L0.634839 7.19728C0.470224 6.98382 0.394735 6.71488 0.424227 6.44694C0.453719 6.179 0.585897 5.93292 0.792998 5.76038C1.0001 5.58784 1.26601 5.50227 1.53487 5.52164C1.80373 5.54102 2.05462 5.66383 2.23484 5.86428L4.27684 8.31428L9.71984 1.38628C9.89051 1.1688 10.1406 1.02803 10.415 0.994929C10.6895 0.961829 10.9659 1.03911 11.1833 1.20978C11.4008 1.38045 11.5416 1.63052 11.5747 1.90498C11.6078 2.17944 11.5305 2.4558 11.3598 2.67328L5.11984 10.6133C5.02412 10.7356 4.90223 10.8349 4.7631 10.904C4.62397 10.973 4.47114 11.01 4.31584 11.0123H4.30084Z' fill='%232D3645'/%3E%3C/svg%3E");
}
.two-columns-with-image .text-column .brxe-text.with-nice-list2 ul {
  padding-left: 32px;
}
.two-columns-with-image .text-column .brxe-text.with-nice-list2 ul li {
  margin-bottom: 16px;
  list-style: none;
  position: relative;
}
.two-columns-with-image .text-column .brxe-text.with-nice-list2 ul li:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.64156 11.9468C4.33756 11.9468 4.04956 11.8088 3.85956 11.5698L0.217557 6.9948C-0.126443 6.5628 -0.0544434 5.9328 0.376557 5.5898C0.810557 5.2438 1.43856 5.3178 1.78156 5.7488L4.55456 9.2318L10.1576 0.501799C10.4566 0.0367994 11.0746 -0.0982006 11.5396 0.199799C12.0046 0.497799 12.1396 1.1168 11.8416 1.5818L5.48456 11.4868C5.30956 11.7578 5.01556 11.9288 4.69356 11.9448C4.67656 11.9448 4.65956 11.9458 4.64256 11.9458L4.64156 11.9468Z' fill='white'/%3E%3C/svg%3E");
}
.two-columns-with-image .image-column {
  flex: 1;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two-columns-with-image .image-column + .text-column {
  padding-left: clamp(0rem, 38.889vw - 24.111rem, 7rem);
  padding-right: 0;
}
.two-columns-with-image .button-container {
  margin-top: 24px;
  min-height: 48px;
}
@media screen and (max-width: 768px) {
  .two-columns-with-image .brxe-container {
    display: flex;
    flex-direction: column;
  }
  .two-columns-with-image .text-column {
    padding-right: 0;
    order: 2;
    gap: 16px;
  }
  .two-columns-with-image .text-column h3 {
    width: 100%;
    text-align: center;
  }
  .two-columns-with-image .image-column {
    order: 1;
    aspect-ratio: auto;
  }
  .two-columns-with-image .button-container {
    margin-top: 16px;
    width: 100%;
    gap: 16px;
    align-items: center;
  }
  .two-columns-with-image .button-container a {
    width: 100%;
    max-width: 192px;
  }
}
@media screen and (max-width: 575px) {
  .two-columns-with-image .button-container a {
    max-width: 100%;
  }
}
.two-columns-with-image.two-columns-filled {
  padding-left: 16px;
  padding-right: 16px;
}
.two-columns-with-image.two-columns-filled .brxe-container {
  background: var(--grey-100, #f7f7f7);
  border-radius: 32px;
}
.two-columns-with-image.two-columns-filled .text-column {
  padding-top: clamp(0rem, 23.0769vw - 14.3077rem, 3rem);
  padding-bottom: clamp(2rem, 7.6923vw - 2.7692rem, 3rem);
  padding-left: 64px;
}
.two-columns-with-image.two-columns-filled .bricks-background-light {
  background: #FFF;
  color: #484F5A;
}
.two-columns-with-image.two-columns-filled .bricks-background-light:hover {
  background: transparent;
  color: #FFF;
}
.two-columns-with-image.two-columns-filled .image-column + .text-column {
  padding-right: clamp(2rem, 15.3846vw - 7.5385rem, 4rem);
  padding-left: clamp(2rem, 38.4615vw - 21.8462rem, 7rem);
}
@media screen and (max-width: 1199px) {
  .two-columns-with-image.two-columns-filled .brxe-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .two-columns-with-image.two-columns-filled .brxe-container {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .two-columns-with-image.two-columns-filled .text-column {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .two-columns-with-image.two-columns-filled .text-column {
    padding: 0 16px 48px 16px;
  }
  .two-columns-with-image.two-columns-filled .image-column {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.two-columns-with-image.two-columns-image-to-right .image-column {
  align-items: start;
}
.two-columns-with-image.two-columns-image-to-bottom .brxe-container {
  align-items: stretch;
}
.two-columns-with-image.two-columns-image-to-bottom .image-column {
  align-self: end;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .two-columns-with-image.two-columns-image-to-bottom .image-column {
    border-bottom-left-radius: 32px;
  }
}
.two-columns-with-image.two-columns-padded-zero .brxe-container {
  padding-top: 0;
  padding-bottom: 0;
}
.two-columns-with-image.two-columns-padded-zero .text-column {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 64px;
}
.two-columns-with-image.two-columns-padded-md .brxe-container {
  padding: clamp(1rem, 4vw - 0.2rem, 3rem);
}
.two-columns-with-image.two-columns-padded-lg .brxe-container {
  padding: clamp(1rem, 6vw - 0.8rem, 4rem);
}
.two-columns-with-image.product-support-firmux .brxe-container {
  align-items: stretch;
  align-items: center;
}
.two-columns-with-image.product-support-firmux .image-column {
  background-image: url("../images/supports-firmux-bg-desktop.jpeg");
  background-position: center;
  background-size: cover;
  border-radius: 0 32px 32px 0;
}
@media screen and (max-width: 992px) {
  .two-columns-with-image.product-support-firmux .brxe-container {
    gap: 48px;
    flex-direction: column;
    padding: 0;
  }
  .two-columns-with-image.product-support-firmux .image-column {
    order: 1;
    background-image: url("../images/supports-firmux-bg-mobile.jpeg");
    background-position: bottom;
    border-radius: 32px 32px 0 0;
    padding: clamp(2rem, 3.125vw + 1.0625rem, 3rem) clamp(1rem, 3.125vw + 0.0625rem, 2rem) 0;
  }
  .two-columns-with-image.product-support-firmux .image-column img {
    max-width: 600px;
  }
  .two-columns-with-image.product-support-firmux .text-column {
    order: 2;
    padding: 0 16px 48px 16px;
  }
  .two-columns-with-image.product-support-firmux .text-column .brxe-heading, .two-columns-with-image.product-support-firmux .text-column .button-container {
    text-align: center;
    width: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .two-columns-with-image.product-support-firmux.track-when-in-viewport .image-column {
    overflow: hidden;
  }
  .two-columns-with-image.product-support-firmux.track-when-in-viewport .image-column picture {
    opacity: 0;
  }
  .two-columns-with-image.product-support-firmux.in-viewport .image-column {
    overflow: hidden;
  }
  .two-columns-with-image.product-support-firmux.in-viewport .image-column picture {
    opacity: inherit;
    animation: slideInRight 1s forwards;
  }
}

.brxe-flippable-nested {
  width: 100%;
}
.brxe-flippable-nested .flippable-nested-inner {
  perspective: 9000px;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.brxe-flippable-nested .flippable-nested-button-wrap {
  display: flex;
  justify-content: center;
}
.brxe-flippable-nested .flippable-nested-button {
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  min-width: 150px;
  outline: none;
  padding: var(--Spacing-spacing-xs, 8px) 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.brxe-flippable-nested .flippable-nested-button:active {
  transform: translateY(1px);
  outline: none;
}
.brxe-flippable-nested .flippable-nested-button:focus {
  outline: none;
}
.brxe-flippable-nested .flippable-nested-button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.brxe-flippable-nested .flippable-nested-button .icon {
  height: 24px;
}
.brxe-flippable-nested .flippable-nested-button .text-flip {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  width: 65px;
  color: var(--Grey-700, #484F5A);
}
.brxe-flippable-nested .flippable-nested-button .text-flip .text-front,
.brxe-flippable-nested .flippable-nested-button .text-flip .text-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s;
}
.brxe-flippable-nested .flippable-nested-button .text-flip .text-front {
  z-index: 2;
}
.brxe-flippable-nested .flippable-nested-button .text-flip .text-back {
  z-index: 1;
  opacity: 0;
}
.brxe-flippable-nested.flipped .flippable-nested-content-side-a {
  transform: rotateY(180deg);
}
.brxe-flippable-nested.flipped .flippable-nested-content-side-b {
  transform: rotateY(0deg);
}
.brxe-flippable-nested.flipped .flippable-nested-button .text-flip .text-front {
  opacity: 0;
}
.brxe-flippable-nested.flipped .flippable-nested-button .text-flip .text-back {
  opacity: 1;
}

.flippable-nested-content-side-a,
.flippable-nested-content-side-b {
  grid-area: 1/1;
  backface-visibility: hidden;
  transition: transform 0.6s;
  display: flex;
  align-items: center;
}

.flippable-nested-content-side-b {
  transform: rotateY(180deg);
}

.devices-service-block {
  gap: 48px;
}
.devices-service-block .custom-solutions-block .text-column {
  color: var(--Grey-700, #484F5A);
}
.devices-service-block .production-facility-block .text-column .text-content {
  color: var(--Grey-600, #63666B);
}

.development-board-details-block {
  padding: var(--Spacing-layout-xxl, 96px) 0px;
  position: relative;
}
.development-board-details-block .text-content {
  gap: 24px;
}
.development-board-details-block .dvk-block-single-side-container {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .development-board-details-block .brxe-ba-image-hotspots img {
    height: 480px;
    width: auto;
  }
}
.development-board-details-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 48px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .development-board-details-block h2.brxe-heading {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .development-board-details-block .mobile-big-dvk-container {
    overflow: scroll;
    scrollbar-color: #2D3645;
    padding-bottom: 32px;
    -webkit-overflow-scrolling: auto;
  }
  .development-board-details-block .mobile-big-dvk-container .brxe-ba-image-hotspots {
    min-width: 700px;
  }
  .development-board-details-block .mobile-big-dvk-container::-webkit-scrollbar-thumb {
    background-color: #2D3645;
  }
  .development-board-details-block .mobile-big-dvk-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1px;
    height: 6px;
  }
  .development-board-details-block .mobile-big-dvk-container::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .development-board-details-block .mobile-big-dvk-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
.development-board-details-block.block-top-divider {
  position: relative;
}
.development-board-details-block.block-top-divider::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1312px;
  height: 1px;
  background: var(--Grey-200, #EEEFEF);
  top: 0;
}

.hero-block-with-button {
  padding-top: clamp(3rem, 9.0226vw + 0.406rem, 6rem);
  padding-bottom: clamp(3rem, 9.0226vw + 0.406rem, 6rem);
  text-align: center;
}
.hero-block-with-button .brxe-text-basic {
  font-size: var(--subtitle-font-size);
  color: var(--700, #52555A);
  padding-bottom: clamp(1.5rem, 2.7778vw + 0.6667rem, 2rem);
}

/*
@media screen and (max-width: 768px) {
    .hero-block-with-button {
        text-align: center;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}*/
.custom-grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.custom-grid-list li {
  margin-bottom: 24px;
}
.custom-grid-list img {
  width: 100%;
  height: auto;
}
.custom-grid-list h3 {
  margin-bottom: 8px;
}
.custom-grid-list p {
  margin-bottom: 0;
}
.custom-grid-list.grid-template-columns-2 {
  grid-template-columns: 1fr 1fr;
}
.custom-grid-list.grid-template-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.custom-grid-list.grid-template-columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.custom-grid-list .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.custom-grid-list .align-items-top .title {
  padding-top: 12px;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .custom-grid-list.grid-template-columns-3 {
    grid-template-columns: 1fr 1fr;
  }
  .custom-grid-list.grid-template-columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .custom-grid-list.grid-template-columns-2 {
    grid-template-columns: 1fr;
  }
  .custom-grid-list.grid-template-columns-3 {
    grid-template-columns: 1fr;
  }
  .custom-grid-list.grid-template-columns-4 {
    grid-template-columns: 1fr;
  }
}

.brxe-breadcrumbs {
  padding-top: var(--Spacing-layout-md, 32px);
  padding-bottom: var(--Spacing-layout-md, 32px);
  gap: 8px;
  color: var(--Grey-500, #6C717A);
  font-size: clamp(0.75rem, 0.574rem + 0.4854vw, 0.875rem);
}
.brxe-breadcrumbs .separator {
  display: flex;
  align-items: center;
}

.bricks-background-rounded {
  border: 1px solid var(--neutral-1000, #353637);
}

.standard-page-heading {
  padding-top: clamp(6.5rem, 9.2593vw + 3.2593rem, 9rem);
  /* 80px + 64px */
  padding-bottom: clamp(4rem, 12.5vw - 2rem, 6rem);
  text-align: center;
}
.standard-page-heading .brxe-text-basic {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .standard-page-heading .brxe-text-basic {
    max-width: 100%;
    width: 864px;
    font-size: 20px;
  }
}

.devices-card .image img {
  border-radius: 16px;
}
.devices-card .title {
  padding-bottom: 16px;
}
.devices-card .subtitle {
  color: var(--Grey-700, #484F5A);
  font-size: 18px;
}
.devices-card .image {
  text-align: center;
}
.devices-card .learnmore {
  margin-top: 1rem;
}
.devices-card .learnmore .icon {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .devices-card .subtitle {
    font-size: 16px;
  }
}

.brxe-list.list-with-checks .separator {
  display: none;
}
.brxe-list.list-with-checks .content {
  justify-content: start;
  padding-bottom: 16px;
}
.brxe-list.list-with-checks .icon {
  margin-right: 16px;
}
.brxe-list.list-with-checks .list-item-disabled {
  color: var(--Grey-500, #828385);
}

#main-site-header {
  padding: 16px 48px;
  position: relative;
  margin-bottom: -80px;
  z-index: 9;
  transition: 0.1s all;
  /*.bricks-nav-menu {

      @media screen and (min-width: 768px) {
          gap: 16px;
          .bricks-menu-item {

              margin: 0;

              .brx-submenu-toggle {
                  a+button {
                      display: none;
                  }
              }

              a {
                  color: var(--800, #34373B);
                  border-radius: 20px;
                  transition: 0.1s all;
                  padding: 8px 16px;
                  line-height: 1.5;

                  &:hover {
                      background: var(--Color-Neutral-100, #F8F8F8);
                  }
              }
          }

          .sub-menu {
              padding: 16px;
              top: calc(100% + 20px);

              border-radius: 16px;
              background: var(--0, #FFF);

              box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10), 0px 0px 8px 0px rgba(52, 55, 59, 0.10);

              a {
                  font-size: 18px;
              }
          }

      }

  }*/
}
#main-site-header:hover {
  background: #FFF;
}
#main-site-header .brxe-container {
  align-items: center;
}
#main-site-header .brx-nav-nested-items {
  justify-content: center;
  column-gap: 16px;
}
#main-site-header .brx-nav-nested-items .brx-submenu-toggle,
#main-site-header .brx-nav-nested-items .brxe-text-link {
  padding: 8px 16px;
  border-radius: 20px;
  line-height: 1.5;
}
#main-site-header .brx-nav-nested-items li:hover > .brx-submenu-toggle,
#main-site-header .brx-nav-nested-items li:hover > .brxe-text-link {
  background: var(--Color-Neutral-100, #F8F8F8);
}
#main-site-header .brx-nav-nested-items .brx-dropdown-content {
  padding: 16px;
  top: calc(100% + 20px);
  min-width: 230px;
  border-radius: 16px;
  background: var(--0, #FFF);
  color: #2D3645;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 8px 0px rgba(52, 55, 59, 0.1);
}
#main-site-header .brx-nav-nested-items .brx-dropdown-content a {
  font-size: 18px;
  border-radius: 8px;
}
#main-site-header .brx-nav-nested-items .brx-dropdown-content a:hover,
#main-site-header .brx-nav-nested-items .brx-dropdown-content a:focus {
  background: var(--Color-Neutral-100, #F8F8F8);
}
#main-site-header .brx-nav-nested-items .brx-dropdown-content a:active {
  font-weight: 600;
}
#main-site-header .brx-nav-nested-items .column-header {
  padding: 0 16px 24px;
  color: var(--Grey-600, #63666B);
}
#main-site-header .brx-nav-nested-items .menu-products-content {
  padding: 0;
  box-shadow: none;
}
#main-site-header .brx-nav-nested-items .menu-products-content > .brxe-block {
  width: 1312px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 8px 0px rgba(52, 55, 59, 0.1);
  padding: 32px;
  border-radius: 16px;
}
#main-site-header .brx-nav-nested-items .header-product-element {
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  align-items: center;
}
#main-site-header .brx-nav-nested-items .header-product-element img {
  margin-bottom: 16px;
  height: 96px;
  object-fit: contain;
}
#main-site-header .brx-nav-nested-items .header-product-element:hover {
  background: var(--100, #FAFAFA);
}
#main-site-header .brx-nav-nested-items .header-product-element .product-listing-tag {
  color: var(--600, #63666B);
  font-size: 14px;
  display: flex;
  gap: var(--Spacing-spacing-xxs, 4px);
  margin-bottom: 4px;
}
#main-site-header .brx-nav-nested-items .header-product-element .product-listing-tag .brxe-text-basic {
  white-space: nowrap;
  margin-bottom: 0;
}
#main-site-header .brx-nav-nested-items .header-product-element .product-title {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #main-site-header .brx-nav-nested-items .brx-submenu-toggle button {
    display: none;
  }
}
#main-site-header .menu-button-back {
  display: none;
}
#main-site-header .center-part {
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
#main-site-header .right-side a {
  padding: 8px 24px;
  border-radius: 100px;
}
@media screen and (max-width: 1200px) and (min-width: 990px) {
  #main-site-header {
    padding: 16px 0;
  }
  #main-site-header .brx-nav-nested-items {
    column-gap: 8px;
  }
  #main-site-header .brx-nav-nested-items .brx-submenu-toggle,
#main-site-header .brx-nav-nested-items .menu-item > .brxe-text-link {
    padding: 8px 12px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #main-site-header {
    padding: 16px 0;
  }
  #main-site-header .right-side {
    display: none;
  }
  #main-site-header .menu-button-back {
    display: flex;
  }
  #main-site-header .center-part {
    justify-content: end;
  }
  #main-site-header .hamburger-btn-open {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M0 1.5C0 0.671573 0.671573 0 1.5 0H30.5C31.3284 0 32 0.671573 32 1.5C32 2.32843 31.3284 3 30.5 3H1.5C0.671573 3 0 2.32843 0 1.5ZM0 12C0 11.1716 0.671573 10.5 1.5 10.5H30.5C31.3284 10.5 32 11.1716 32 12C32 12.8284 31.3284 13.5 30.5 13.5H1.5C0.671573 13.5 0 12.8284 0 12ZM1.5 21C0.671573 21 0 21.6716 0 22.5C0 23.3284 0.671573 24 1.5 24H30.5C31.3284 24 32 23.3284 32 22.5C32 21.6716 31.3284 21 30.5 21H1.5Z' fill='%232D3645'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  #main-site-header .hamburger-btn-open .brxa-wrap {
    display: none;
  }
}

.offcanvas-menu .brxe-toggle {
  align-self: end;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 9999;
  position: relative;
  outline: none !important;
}
.offcanvas-menu.brx-open {
  opacity: 1;
  visibility: visible;
  justify-content: start;
  align-items: start;
  padding-top: 80px;
}
.offcanvas-menu .brx-submenu-toggle {
  width: 100%;
  justify-content: space-between;
}
.offcanvas-menu .brx-submenu-toggle svg {
  transform: rotate(-90deg);
}
.offcanvas-menu .menu-elements {
  flex: 1;
}
.offcanvas-menu li {
  width: 100%;
}
.offcanvas-menu .brx-submenu-toggle,
.offcanvas-menu a {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.125rem;
}
.offcanvas-menu .menu-button-back {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: #FFF;
  position: fixed;
  top: 20px;
  left: 16px;
}
.offcanvas-menu .column-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
.offcanvas-menu .brx-dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0 !important;
  background-color: #FFF;
  width: 100%;
  height: fit-content;
  min-height: 100%;
  padding: 126px 16px 16px;
}
.offcanvas-menu .brxe-dropdown.open .brx-dropdown-content {
  transform: translateX(0);
}

.offcanvas-menu .menu-products-content {
  display: flex;
  justify-content: space-between;
}
.offcanvas-menu .menu-products-content > .brxe-block {
  flex: 1;
}
.offcanvas-menu .header-product-element {
  width: 50%;
  min-width: 150px;
  padding: 16px;
  border-radius: 16px;
  align-items: center;
}
.offcanvas-menu .header-product-element img {
  margin-bottom: 16px;
  height: 96px;
  object-fit: contain;
}
.offcanvas-menu .header-product-element .product-listing-tag {
  color: var(--Grey-600, #63666B);
  font-size: 14px;
  margin-bottom: 4px;
}
.offcanvas-menu .header-product-element .product-title {
  color: var(--Grey-800, #2D3645);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .offcanvas-menu .header-products-wrap {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #main-site-header .brx-nav-nested-items {
    margin-top: 46px;
  }
  body.admin-bar #main-site-header .brx-dropdown-content {
    margin-top: 46px;
  }
}
.policies-side-menu {
  padding-right: 32px;
  width: 100%;
}
.policies-side-menu .bricks-nav-menu {
  gap: 0px;
}
.policies-side-menu .menu-item {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
}
.policies-side-menu .menu-item.current-menu-item {
  background: var(--Color-Neutral-100, #F8F8F8);
  font-weight: 600;
}
.policies-side-menu .menu-item:hover {
  background: var(--Color-Neutral-100, #F8F8F8);
}
@media screen and (max-width: 767px) {
  .policies-side-menu {
    padding-right: 24px;
  }
}

.policies-content-column .brxe-text p {
  font-size: 18px;
  line-height: 1.55;
}
.policies-content-column .brxe-text h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
  margin-top: 64px;
  margin-bottom: 24px;
}
.policies-content-column .brxe-text h2:first-child {
  margin-top: 0;
}

.products-category-heading .brxe-container {
  align-items: center;
}

.product-top-block {
  padding-top: 80px;
  padding-bottom: clamp(3rem, 3.7037vw + 1.7037rem, 4rem);
}
.product-top-block .brxe-container {
  gap: 32px;
}
.product-top-block .brxe-container h1 {
  padding-bottom: 16px;
  font-size: var(--font-h2);
}
.product-top-block .brxe-container h1 + .brxe-text, .product-top-block .brxe-container .product-description {
  color: var(--Grey-600, #63666B);
  font-size: 18px;
}
.product-top-block .brxe-container .brxe-block:nth-child(2) img {
  margin-bottom: 16px;
}
.product-top-block .brxe-container .brxe-block:nth-child(2) .brxe-button {
  margin-top: 32px;
}
.product-top-block .product-top-container {
  flex-direction: column !important;
}
@media screen and (min-width: 992px) {
  .product-top-block .product-top-container {
    flex-direction: row !important;
    gap: 64px;
  }
}
@media screen and (min-width: 992px) {
  .product-top-block > .brxe-container > .brxe-block {
    width: calc(50% - 32px);
  }
}
.product-top-block .custom-images-slider {
  padding: 0;
  padding-bottom: 0;
}
.product-top-block .custom-images-slider .swiper-slide {
  padding: 72px;
}
.product-top-block .custom-images-slider .swiper-slide img {
  object-fit: contain;
  max-height: 400px;
}
.product-top-block .custom-images-slider .swiper-pagination {
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-top-block .custom-images-slider .swiper-pagination {
    bottom: 0;
  }
}
.product-top-block .custom-images-slider .swiper .swiper-pagination-bullet {
  background: var(--Grey-300, #D6D7D9);
  width: 6px;
  height: 6px;
  transition: all 0.3s;
}
.product-top-block .custom-images-slider .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Grey-800, #2D3645);
  width: 8px;
  height: 8px;
}
.product-top-block .custom-images-slider .swiper-button-next, .product-top-block .custom-images-slider .swiper-button-prev {
  color: var(--Grey-800, #2D3645);
}
.product-top-block .custom-images-slider .swiper-button-next {
  right: 0;
}
.product-top-block .custom-images-slider .swiper-button-prev {
  left: 0;
}
.product-top-block .custom-images-slider .swiper-button-next, .product-top-block .custom-images-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #FFF;
  border: 1px solid var(--Grey-200, #EEEFEF);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  outline: none;
}
.product-top-block .custom-images-slider .swiper-button-next:hover, .product-top-block .custom-images-slider .swiper-button-prev:hover {
  background: var(--Grey-100, #FAFAFA);
  outline: none;
  cursor: pointer;
}
.product-top-block .custom-images-slider .swiper-button-next::after, .product-top-block .custom-images-slider .swiper-button-prev::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.42696 12.0031C1.23696 12.0031 1.04696 11.9331 0.90696 11.7931C0.60696 11.5031 0.606959 11.0331 0.896959 10.7331L5.52696 6.00314L0.886961 1.27314C0.596961 0.983138 0.606961 0.503138 0.906961 0.213138C1.19696 -0.0768623 1.67696 -0.076862 1.96696 0.223138L7.10696 5.47314C7.39696 5.76314 7.39696 6.23314 7.10696 6.52314L1.96696 11.7731C1.81696 11.9231 1.62696 12.0031 1.42696 12.0031Z' fill='%232D3645'/%3E%3C/svg%3E");
}
.product-top-block .custom-images-slider .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .product-top-block .custom-images-slider .swiper {
    height: 448px;
    opacity: 0;
  }
  .product-top-block .custom-images-slider .swiper.swiper-initialized {
    height: auto;
    opacity: 1;
  }
  .product-top-block .custom-images-slider .swiper-slide {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-top-block .custom-images-slider .swiper-button-prev, .product-top-block .custom-images-slider .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .product-top-block .brxe-container .brxe-block.product-buy-buttons {
    display: flex;
    gap: 0;
    margin-top: 16px;
  }
  .product-top-block .brxe-container .brxe-block.product-buy-buttons .brxe-button {
    width: 100%;
    margin-top: 16px;
  }
}

.product-key-benefits-block .main-block {
  border-top: 1px solid var(--grey-200, #EEEFEF);
  padding-top: clamp(3rem, 3.7037vw + 1.7037rem, 4rem);
}
.product-key-benefits-block .icon svg {
  height: 32px;
  width: 32px;
  fill: var(--grey-800);
}
.product-key-benefits-block .icon svg path {
  fill: var(--grey-800);
}

body.single-devices_product #main-site-header {
  border-bottom: 1px solid var(--Grey-200, #EEEFEF);
}

/** temporary icon to flip */
@keyframes animconstantflip {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.vaadin--flip-h {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='m0 15l6-5l-6-4.9zm9-4.9l6 4.9V5zm5 2.8l-3.4-2.8l3.4-3zM7 5h1v1H7zm0-2h1v1H7zm0 4h1v1H7zm0 2h1v1H7zm0 2h1v1H7zm0 2h1v1H7zm0 2h1v1H7z'/%3E%3Cpath fill='%23000' d='M7.5 1c1.3 0 2.6.7 3.6 1.9L10 4h3V1l-1.2 1.2C10.6.8 9.1 0 7.5 0C5.6 0 3.9 1 2.6 2.9l.8.6C4.5 1.9 5.9 1 7.5 1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation: animconstantflip 1s infinite linear;
}

.distributor-block {
  background: #FFF;
  justify-content: center;
}
.distributor-block .brxe-text-link {
  color: #525B66;
}

.contacts-form {
  gap: 16px;
}
.contacts-form .submit-button-wrapper {
  width: 100%;
  align-items: end;
}
.contacts-form .form-group {
  padding: 0;
}
.contacts-form .form-group label {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .contacts-form {
    max-width: 640px;
  }
}

.home-top-block {
  position: relative;
  height: 720px;
}
.home-top-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FAFAFA 0%, #FFF 4.58%);
}
.home-top-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 163% -58%/1100px url("../images/hero1.png");
  background-position: right -228px top 130px;
  background-size: 885px auto;
}
@media screen and (min-width: 992px) {
  .home-top-block::after {
    animation: scaleMediumToFull 0.5s linear;
    transform-origin: right bottom;
  }
}
.home-top-block .brxe-container {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .home-top-block {
    height: 70vw;
    padding-bottom: 7vw;
  }
  .home-top-block::after {
    background-position: right -38vw top 130px;
    background-size: 83vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .home-top-block h1 {
    font-size: clamp(2.5rem, 1rem + 3.125vw, 3.5rem);
  }
}
@media screen and (max-width: 768px) {
  .home-top-block {
    height: auto;
    text-align: center;
    padding-bottom: 0;
  }
  .home-top-block::after {
    background-position: right -42vw top 48px;
    background-size: 134%;
    position: relative;
    height: auto;
    aspect-ratio: 1;
    width: 100%;
  }
  .home-top-block h1 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .home-top-block {
    padding-top: 90px;
    flex-direction: column;
  }
  .home-top-block h1 {
    font-size: 44px;
  }
}

.home-vertical-slider .image-column img {
  border-radius: 16px;
}
.home-vertical-slider .image-column + .text-column {
  padding-right: clamp(2rem, 7.4074vw - 1.5556rem, 4rem);
}
.home-vertical-slider .splide__pagination .splide__pagination__page {
  width: 24px;
  height: 88px;
  padding: 0px 10px;
  margin: 12px 0;
  position: relative;
  background: transparent;
  border-radius: 100px;
}
.home-vertical-slider .splide__pagination .splide__pagination__page::after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: var(--Grey-200, #EEEFEF);
  position: relative;
  border-radius: 100px;
}
.home-vertical-slider .splide__pagination .splide__pagination__page .autoplay-indicator {
  content: "";
  display: block;
  height: 0px;
  width: 4px;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: var(--Color-Blue-500, #2886F5);
}
.home-vertical-slider .splide__pagination .splide__pagination__page.is-active {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .home-vertical-slider {
    padding-bottom: 32px;
  }
  .home-vertical-slider .splide__pagination {
    top: auto;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 16px;
    margin: 0;
    flex-direction: row;
    position: absolute;
    gap: 16px;
    justify-content: center;
    margin: 0;
  }
  .home-vertical-slider .splide__pagination li {
    flex: 1;
  }
  .home-vertical-slider .splide__pagination .splide__pagination__page {
    width: 100%;
    height: 24px;
    padding: 0;
  }
  .home-vertical-slider .splide__pagination .splide__pagination__page::after {
    width: 100%;
    height: 4px;
    background: #EEEFEF;
  }
  .home-vertical-slider .splide__pagination .splide__pagination__page .autoplay-indicator {
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
  }
  .home-vertical-slider .text-column {
    gap: 16px;
  }
  .home-vertical-slider h3 {
    text-align: center;
    width: 100%;
  }
}

.home-products-slider .splide__slide,
.home-products-slider .splide__slide a,
.home-products-slider .splide__slide .brxe-image {
  background: #FFF !important;
}
.home-products-slider .splide__slide {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home-products-slider .splide__slide {
    max-width: 244px;
  }
}

@media screen and (max-width: 768px) {
  #homepage-products-slider-prev,
#homepage-products-slider-next {
    display: none;
  }
}
#homepage-products-slider-prev,
#homepage-products-slider-next {
  padding: 16px;
}

#homepage-products-slider-prev {
  transform: rotate(180deg);
}

.news-article-card img {
  margin-bottom: 24px;
  border-radius: 24px;
}
.news-article-card h3 {
  margin-bottom: 16px;
}

.news-articles-grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  column-gap: clamp(1rem, 3.7037vw - 0.2963rem, 2rem);
  row-gap: clamp(2rem, 3.7037vw + 0.7037rem, 3rem);
  padding-bottom: var(--Spacing-layout-xxl, 96px);
}

#devices-news-categories .loader {
  left: calc(50% - 24px);
}

body.single-post .standard-page-heading .single-post-date {
  color: var(--Grey-600, #63666B);
}
body.single-post .standard-page-heading h1 {
  font-size: 36px;
}
body.single-post .single-post-content {
  color: var(--Grey-700, #484F5A);
  font-size: 20px;
}
body.single-post .single-post-content a {
  color: #174fa3;
  text-decoration: underline;
}
body.single-post .single-post-content a:hover {
  color: #0f3c7d;
}
body.single-post .single-post-content a:visited {
  color: #0f3c7d;
}

.page-firmux #main-site-header:hover {
  background: transparent;
}
.page-firmux #main-site-header nav {
  color: #FFF;
}
.page-firmux #main-site-header nav li:hover > .brxe-text-link,
.page-firmux #main-site-header nav li:hover > .brx-submenu-toggle {
  color: #2D3645;
  background: #FFF;
}
.page-firmux #main-site-header .brx-nav-nested-items .menu-products-content {
  background: transparent;
}
.page-firmux #main-site-header .brx-nav-nested-items .menu-products-content > .brxe-block {
  box-shadow: none;
  background: #FFF;
}
.page-firmux:not(.light) #main-site-header .hamburger-btn-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24' fill='%23FFF'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.49902C0 0.670596 0.671573 -0.000976562 1.5 -0.000976562H30.5C31.3284 -0.000976562 32 0.670596 32 1.49902C32 2.32745 31.3284 2.99902 30.5 2.99902H1.5C0.671573 2.99902 0 2.32745 0 1.49902ZM0 11.999C0 11.1706 0.671573 10.499 1.5 10.499H30.5C31.3284 10.499 32 11.1706 32 11.999C32 12.8275 31.3284 13.499 30.5 13.499H1.5C0.671573 13.499 0 12.8275 0 11.999ZM1.5 20.999C0.671573 20.999 0 21.6706 0 22.499C0 23.3274 0.671573 23.999 1.5 23.999H30.5C31.3284 23.999 32 23.3274 32 22.499C32 21.6706 31.3284 20.999 30.5 20.999H1.5Z' fill='%23FFF'/%3E%3C/svg%3E");
}
.page-firmux .firmux-menu-wrap {
  border-top: 1px solid var(--Grey-700, #484F5A);
  border-bottom: 1px solid var(--Grey-700, #484F5A);
}
.page-firmux .firmux-menu-wrap .brx-nav-nested-items a {
  padding: 8px 16px;
  border-radius: 100px;
}
.page-firmux .firmux-menu-wrap .brx-nav-nested-items a.active, .page-firmux .firmux-menu-wrap .brx-nav-nested-items a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.page-firmux .firmux-menu-wrap.lightbg {
  background: #FFF;
  border-top: 1px solid var(--Grey-200, #EEEFEF);
  border-bottom: 1px solid var(--Grey-200, #EEEFEF);
}
.page-firmux .firmux-menu-wrap.lightbg .brx-nav-nested-items a {
  color: #2D3645;
}
.page-firmux .firmux-menu-wrap.lightbg .brx-nav-nested-items a.active, .page-firmux .firmux-menu-wrap.lightbg .brx-nav-nested-items a:hover {
  background: var(--Color-Neutral-100, #F8F8F8);
}
@media screen and (max-width: 575px) {
  .page-firmux .firmux-menu-wrap .brxe-logo {
    display: none;
  }
  .page-firmux .firmux-menu-wrap .brxe-nav-nested {
    width: 100%;
  }
  .page-firmux .firmux-menu-wrap .brx-nav-nested-items {
    width: 100%;
    column-gap: 4px;
    row-gap: 4px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .page-firmux .firmux-menu-wrap .brx-nav-nested-items a {
    padding: 8px 8px;
  }
}
.page-firmux.light #main-site-header nav {
  color: #2D3645;
}
.page-firmux.light #main-site-header nav li:hover > .brxe-text-link,
.page-firmux.light #main-site-header nav li:hover > .brx-submenu-toggle {
  color: #FFF;
  background: #2D3645;
}
.page-firmux .block-with-pulsers {
  position: relative;
  align-items: center;
  display: inline-block;
  width: auto;
}
.page-firmux .block-with-pulsers img {
  max-height: 480px;
  width: auto;
  margin-bottom: 64px;
}
.page-firmux .block-with-pulsers .pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .page-firmux .block-with-pulsers .pulsating-circle {
    width: 40px;
    height: 40px;
  }
}
.page-firmux .block-with-pulsers .pulsating-circle .ring1 {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  max-width: none;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 50%;
  background-color: #2886F5;
  animation: pulse-ring 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.page-firmux .block-with-pulsers .pulsating-circle .ring2 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: #2886F5;
  border-radius: 50%;
  animation: pulse-dot 1.55s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.page-firmux .block-with-pulsers .pulsating-circle .ring3 {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  top: -50%;
  left: -50%;
  max-width: none;
  border-radius: 50%;
  background-color: #2886F5;
  animation: pulse-ring 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.page-firmux .block-with-pulsers .pulsating-circle.left {
  left: 8%;
  top: 45%;
}
.page-firmux .block-with-pulsers .pulsating-circle.right {
  left: auto;
  right: 0.5%;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .page-firmux .block-with-pulsers .pulsating-circle {
    width: 35px;
    height: 35px;
  }
  .page-firmux .block-with-pulsers .pulsating-circle.left {
    display: none;
  }
  .page-firmux .block-with-pulsers .pulsating-circle.right {
    right: 0%;
    top: 40%;
  }
  .page-firmux .block-with-pulsers .pulsating-circle.right .ring1 {
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
  }
  .page-firmux .block-with-pulsers .pulsating-circle.right .ring2 {
    width: 100%;
    height: 100%;
  }
  .page-firmux .block-with-pulsers .pulsating-circle.right .ring3 {
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.page-firmux .downloads-products-filter {
  font-weight: 500;
}

.single-release_notes .section-content, .single-release_notes .section-downloads, .single-release_notes .section-previous-releases {
  max-width: 864px;
}
.single-release_notes .latest-release-tag {
  display: flex;
  padding: var(--Spacing-Elements-Core-spacing-xxs, 4px) var(--Spacing-Elements-Core-spacing-sm, 12px);
  align-items: center;
  gap: var(--spacing-spacing-025, 4px);
  border-radius: 100px;
  background: var(--Blue-500, #2886F5);
  font-size: 14px;
  color: #FFF;
  margin-left: 24px;
}
.single-release_notes .firmux-previous-releases {
  display: flex;
  padding-top: 24px;
  gap: 16px;
  flex-wrap: wrap;
}
.single-release_notes .firmux-previous-releases .bricks-button {
  white-space: nowrap;
}
.single-release_notes .section-downloads .brxe-accordion-nested > .brxe-block {
  border-bottom: none;
}
.single-release_notes .brxe-post-content ul {
  color: #484F5A;
  margin-top: 16px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Grey-200, #EEEFEF);
}
.single-release_notes .brxe-post-content h3 {
  font-size: 20px;
  color: #2D3645;
}

.release-notes-downloads-wrap {
  gap: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.release-notes-downloads-wrap > .brxe-block {
  width: auto;
}

.firmux-datasheet-user-guide-buttons {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
}

.downloads-products-filter .brx-submenu-toggle {
  border: var(--Spacing-spacing-0, 1px) solid var(--Grey-300, #D6D7D9);
  padding: 12px;
  border-radius: var(--Radius-radius-sm, 12px);
}
.downloads-products-filter .brx-dropdown-content {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: var(--Radius-radius-sm, 12px);
}
.downloads-products-filter .brx-dropdown-content .menu-item {
  padding: 4px;
}

.has-progress-list ul {
  padding-left: 7px;
  position: relative;
}
.has-progress-list ul:before {
  content: "";
  width: 2px;
  height: 0;
  background: #2D3645;
  position: absolute;
  top: 12px;
  left: 12px;
  transition: height 2s;
}
.has-progress-list.in-viewport ul:before {
  height: calc(100% - 20px);
}
.has-progress-list li {
  padding-bottom: 32px;
  list-style: none;
  position: relative;
  padding-left: 30px;
  color: var(--Grey-800, #2D3645);
}
.has-progress-list li:last-child {
  padding-bottom: 0;
}
.has-progress-list li:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><circle cx="6" cy="6.25" r="5" fill="%23F5F9FF" stroke="%232D3645" stroke-width="2"/></svg>');
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
}

#main-site-footer {
  padding: 48px 0px;
  gap: 24px;
  border-top: 1px solid var(--Color-Neutral-200, #F0F4F7);
  color: var(--Grey-700, #484F5A);
}
#main-site-footer a {
  color: var(--Grey-700, #484F5A);
}
@media screen and (max-width: 768px) {
  #main-site-footer {
    padding: 32px 0px;
  }
  #main-site-footer .column-newsletter {
    order: 1;
  }
  #main-site-footer .column-links {
    order: 2;
    font-size: 18px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
  }
  #main-site-footer .column-social {
    order: 3;
  }
}

.page-title-header {
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 120px;
}
.page-title-header .brxe-text-basic {
  font-size: 20px;
  line-height: 1.6;
  color: var(--Grey-700, #484F5A);
  width: 1088px;
  max-width: 100%;
}

.brxe-container.fade-section-in {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s all;
}
.brxe-container.fade-section-in.in-viewport {
  opacity: 1;
  transform: translateY(0);
}

.page.post-password-required {
  padding-top: 100px;
  padding-bottom: 60px;
}

/*# sourceMappingURL=style.css.map */
