@charset "UTF-8";
/**
 * Import Bootstrap sources
 */
:root {
  --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-white: #fff;
  --bs-gray: #424242;
  --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: #424242;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #007681;
  --bs-secondary: #199eb2;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 118, 129;
  --bs-secondary-rgb: 25, 158, 178;
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 66, 66, 66;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans", Sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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.44;
  --bs-body-color: #424242;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .banner-covid, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.33;
}

h1, .h1 {
  font-size: 1.875rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .banner-covid, .h5 {
  font-size: 0.875rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007681;
  text-decoration: none;
}
a:hover {
  color: #199eb2;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #424242;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.33;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.33;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #424242;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #424242;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 12px);
  padding-left: var(--bs-gutter-x, 12px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row, .gform_wrapper .gform_fields {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 > *, .gform_wrapper .gform_fields > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 24px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 24px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 12px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 12px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 86px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 86px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 139px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 139px;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 24px;
  }
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 24px;
  }
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 12px;
  }
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 12px;
  }
  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 86px;
  }
  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 86px;
  }
  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 139px;
  }
  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 139px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 24px;
  }
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 24px;
  }
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 12px;
  }
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 12px;
  }
  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 86px;
  }
  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 86px;
  }
  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 139px;
  }
  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 139px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 24px;
  }
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 24px;
  }
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 12px;
  }
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 12px;
  }
  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 86px;
  }
  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 86px;
  }
  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 139px;
  }
  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 139px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 24px;
  }
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 24px;
  }
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 12px;
  }
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 12px;
  }
  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 86px;
  }
  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 86px;
  }
  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 139px;
  }
  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 139px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 12px;
  }
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 12px;
  }
  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 86px;
  }
  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 86px;
  }
  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 139px;
  }
  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 139px;
  }
}
.table, .wp-block-table table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #424242;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #424242;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #424242;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #424242;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, .wp-block-table table > tbody {
  vertical-align: inherit;
}
.table > thead, .wp-block-table table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child), .wp-block-table table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cce4e6;
  --bs-table-striped-bg: #c2d9db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8cdcf;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd3d5;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8cdcf;
}

.table-secondary {
  --bs-table-bg: #d1ecf0;
  --bs-table-striped-bg: #c7e0e4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd4d8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1dade;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd4d8;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.44;
}

.col-form-label-lg {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #424242;
}

.form-control {
  display: block;
  width: 100%;
  padding: 8.5px 12.5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44;
  color: #424242;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e7e7e7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #424242;
  background-color: #fff;
  border-color: #80bbc0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.44em;
}
.form-control::-webkit-input-placeholder {
  color: #868D96;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #868D96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868D96;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #868D96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868D96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 8.5px 12.5px;
  margin: -8.5px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
  color: #424242;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
}
.form-control::file-selector-button {
  padding: 8.5px 12.5px;
  margin: -8.5px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
  color: #424242;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 8.5px 12.5px;
  margin: -8.5px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
  color: #424242;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 8.5px 0;
  margin-bottom: 0;
  line-height: 1.44;
  color: #424242;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .gform_widget textarea.form-control-plaintext,
.gform_widget input.form-control-plaintext[type=text],
.gform_widget input.form-control-plaintext[type=email],
.gform_widget input.form-control-plaintext[type=url],
.gform_widget input.form-control-plaintext[type=search],
.gform_widget input.form-control-plaintext[type=number],
.gform_widget input.form-control-plaintext[type=tel], .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .gform_widget textarea,
.gform_widget input[type=text],
.gform_widget input[type=email],
.gform_widget input[type=url],
.gform_widget input[type=search],
.gform_widget input[type=number],
.gform_widget input[type=tel] {
  min-height: calc(1.44em + 14px);
  padding: 6px 12.5px;
  font-size: 0.875rem;
  border-radius: 4px;
}
.form-control-sm::-webkit-file-upload-button, .gform_widget textarea::-webkit-file-upload-button, .gform_widget input[type=text]::-webkit-file-upload-button, .gform_widget input[type=email]::-webkit-file-upload-button, .gform_widget input[type=url]::-webkit-file-upload-button, .gform_widget input[type=search]::-webkit-file-upload-button, .gform_widget input[type=number]::-webkit-file-upload-button, .gform_widget input[type=tel]::-webkit-file-upload-button {
  padding: 6px 12.5px;
  margin: -6px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
}
.form-control-sm::file-selector-button, .gform_widget textarea::file-selector-button,
.gform_widget input[type=text]::file-selector-button,
.gform_widget input[type=email]::file-selector-button,
.gform_widget input[type=url]::file-selector-button,
.gform_widget input[type=search]::file-selector-button,
.gform_widget input[type=number]::file-selector-button,
.gform_widget input[type=tel]::file-selector-button {
  padding: 6px 12.5px;
  margin: -6px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
}
.form-control-sm::-webkit-file-upload-button, .gform_widget textarea::-webkit-file-upload-button,
.gform_widget input[type=text]::-webkit-file-upload-button,
.gform_widget input[type=email]::-webkit-file-upload-button,
.gform_widget input[type=url]::-webkit-file-upload-button,
.gform_widget input[type=search]::-webkit-file-upload-button,
.gform_widget input[type=number]::-webkit-file-upload-button,
.gform_widget input[type=tel]::-webkit-file-upload-button {
  padding: 6px 12.5px;
  margin: -6px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
}

.form-control-lg {
  min-height: calc(1.44em + 23px);
  padding: 10.5px 12.5px;
  font-size: 1.25rem;
  border-radius: 4px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 10.5px 12.5px;
  margin: -10.5px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
}
.form-control-lg::file-selector-button {
  padding: 10.5px 12.5px;
  margin: -10.5px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 10.5px 12.5px;
  margin: -10.5px -12.5px;
  -webkit-margin-end: 12.5px;
          margin-inline-end: 12.5px;
}

textarea.form-control {
  min-height: calc(1.44em + 19px);
}
textarea.form-control-sm, .gform_widget textarea {
  min-height: calc(1.44em + 14px);
}
textarea.form-control-lg {
  min-height: calc(1.44em + 23px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 8.5px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.44em;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.44em;
  border-radius: 4px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 8.5px 34px 8.5px 12.5px;
  -moz-padding-start: 9.5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  color: #424242;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23007681' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12.5px center;
  background-size: 10px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #80bbc0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 12.5px;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #424242;
}

.form-select-sm {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12.5px;
  font-size: 0.875rem;
  border-radius: 4px;
}

.form-select-lg {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 12.5px;
  font-size: 1.25rem;
  border-radius: 4px;
}

.form-check {
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.22em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80bbc0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check-input:checked {
  background-color: #007681;
  border-color: #007681;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #007681;
  border-color: #007681;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.94em;
}
.form-switch .form-check-input {
  width: 2.44em;
  margin-left: -2.94em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2.44em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bbc0'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .elementor-widget-section-carousel-slide .btn-check[disabled] + .swiper-slide__info__button, .gform_footer .btn-check[disabled] + input[type=submit], .wp-block-button .btn-check[disabled] + .wp-block-button__link, .btn-check:disabled + .btn, .elementor-widget-section-carousel-slide .btn-check:disabled + .swiper-slide__info__button, .gform_footer .btn-check:disabled + input[type=submit], .wp-block-button .btn-check:disabled + .wp-block-button__link {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, none;
          box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007681;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d6d9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007681;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d6d9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 12.5px;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 12.5px;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .input-group .swiper-slide__info__button, .input-group .gform_footer input[type=submit], .gform_footer .input-group input[type=submit], .input-group .wp-block-button .wp-block-button__link, .wp-block-button .input-group .wp-block-button__link {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .elementor-widget-section-carousel-slide .swiper-slide__info__button:focus, .elementor-widget-section-carousel-slide .input-group .swiper-slide__info__button:focus, .input-group .gform_footer input[type=submit]:focus, .gform_footer .input-group input[type=submit]:focus, .input-group .wp-block-button .wp-block-button__link:focus, .wp-block-button .input-group .wp-block-button__link:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8.5px 12.5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44;
  color: #424242;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.elementor-widget-section-carousel-slide .input-group-lg > .swiper-slide__info__button,
.gform_footer .input-group-lg > input[type=submit],
.wp-block-button .input-group-lg > .wp-block-button__link {
  padding: 10.5px 12.5px;
  font-size: 1.25rem;
  border-radius: 4px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.elementor-widget-section-carousel-slide .input-group-sm > .swiper-slide__info__button,
.gform_footer .input-group-sm > input[type=submit],
.wp-block-button .input-group-sm > .wp-block-button__link {
  padding: 6px 12.5px;
  font-size: 0.875rem;
  border-radius: 4px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 46.5px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #48c5d5;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.125rem;
  color: #000000;
  background-color: rgba(72, 197, 213, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #48c5d5;
  padding-right: calc(1.44em + 17px);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.36em + 4.25px) center;
  background-size: calc(0.72em + 8.5px) calc(0.72em + 8.5px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #48c5d5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 197, 213, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(72, 197, 213, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.44em + 17px);
  background-position: top calc(0.36em + 4.25px) right calc(0.36em + 4.25px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #48c5d5;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 65.25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23007681' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), none;
  background-position: right 12.5px center, center right 34px;
  background-size: 10px 10px, calc(0.72em + 8.5px) calc(0.72em + 8.5px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #48c5d5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 197, 213, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(72, 197, 213, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #48c5d5;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #48c5d5;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 197, 213, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(72, 197, 213, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #48c5d5;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #E1523D;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.125rem;
  color: #000000;
  background-color: rgba(225, 82, 61, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E1523D;
  padding-right: calc(1.44em + 17px);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.36em + 4.25px) center;
  background-size: calc(0.72em + 8.5px) calc(0.72em + 8.5px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E1523D;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 82, 61, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(225, 82, 61, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.44em + 17px);
  background-position: top calc(0.36em + 4.25px) right calc(0.36em + 4.25px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #E1523D;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 65.25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23007681' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), none;
  background-position: right 12.5px center, center right 34px;
  background-size: 10px 10px, calc(0.72em + 8.5px) calc(0.72em + 8.5px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #E1523D;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 82, 61, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(225, 82, 61, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #E1523D;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #E1523D;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 82, 61, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(225, 82, 61, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E1523D;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .elementor-widget-section-carousel-slide .swiper-slide__info__button, .gform_footer input[type=submit], .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  font-weight: 600;
  line-height: 22px;
  color: #424242;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 16px;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .elementor-widget-section-carousel-slide .swiper-slide__info__button, .gform_footer input[type=submit], .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .elementor-widget-section-carousel-slide .swiper-slide__info__button:hover, .gform_footer input[type=submit]:hover, .wp-block-button .wp-block-button__link:hover {
  color: #424242;
}
.btn-check:focus + .btn, .elementor-widget-section-carousel-slide .btn-check:focus + .swiper-slide__info__button, .gform_footer .btn-check:focus + input[type=submit], .wp-block-button .btn-check:focus + .wp-block-button__link, .btn:focus, .elementor-widget-section-carousel-slide .swiper-slide__info__button:focus, .gform_footer input[type=submit]:focus, .wp-block-button .wp-block-button__link:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
}
.btn:disabled, .elementor-widget-section-carousel-slide .swiper-slide__info__button:disabled, .gform_footer input[type=submit]:disabled, .wp-block-button .wp-block-button__link:disabled, .btn.disabled, .elementor-widget-section-carousel-slide .disabled.swiper-slide__info__button, .gform_footer input.disabled[type=submit], .wp-block-button .disabled.wp-block-button__link, fieldset:disabled .btn, fieldset:disabled .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide fieldset:disabled .swiper-slide__info__button, fieldset:disabled .gform_footer input[type=submit], .gform_footer fieldset:disabled input[type=submit], fieldset:disabled .wp-block-button .wp-block-button__link, .wp-block-button fieldset:disabled .wp-block-button__link {
  pointer-events: none;
  opacity: 1;
}

.btn-primary, .gform_footer input[type=submit], .wp-block-button .wp-block-button__link {
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}
.btn-primary:hover, .gform_footer input[type=submit]:hover, .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #00646e;
  border-color: #005e67;
}
.btn-check:focus + .btn-primary, .gform_footer .btn-check:focus + input[type=submit], .wp-block-button .btn-check:focus + .wp-block-button__link, .btn-primary:focus, .gform_footer input[type=submit]:focus, .wp-block-button .wp-block-button__link:focus {
  color: #fff;
  background-color: #00646e;
  border-color: #005e67;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
}
.btn-check:checked + .btn-primary, .gform_footer .btn-check:checked + input[type=submit], .wp-block-button .btn-check:checked + .wp-block-button__link, .btn-check:active + .btn-primary, .gform_footer .btn-check:active + input[type=submit], .wp-block-button .btn-check:active + .wp-block-button__link, .btn-primary:active, .gform_footer input[type=submit]:active, .wp-block-button .wp-block-button__link:active, .btn-primary.active, .gform_footer input.active[type=submit], .wp-block-button .active.wp-block-button__link, .show > .btn-primary.dropdown-toggle, .gform_footer .show > input.dropdown-toggle[type=submit], .wp-block-button .show > .dropdown-toggle.wp-block-button__link {
  color: #fff;
  background-color: #005e67;
  border-color: #005961;
}
.btn-check:checked + .btn-primary:focus, .gform_footer .btn-check:checked + input[type=submit]:focus, .wp-block-button .btn-check:checked + .wp-block-button__link:focus, .btn-check:active + .btn-primary:focus, .gform_footer .btn-check:active + input[type=submit]:focus, .wp-block-button .btn-check:active + .wp-block-button__link:focus, .btn-primary:active:focus, .gform_footer input[type=submit]:active:focus, .wp-block-button .wp-block-button__link:active:focus, .btn-primary.active:focus, .gform_footer input.active[type=submit]:focus, .wp-block-button .active.wp-block-button__link:focus, .show > .btn-primary.dropdown-toggle:focus, .gform_footer .show > input.dropdown-toggle[type=submit]:focus, .wp-block-button .show > .dropdown-toggle.wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
}
.btn-primary:disabled, .gform_footer input[type=submit]:disabled, .wp-block-button .wp-block-button__link:disabled, .btn-primary.disabled, .gform_footer input.disabled[type=submit], .wp-block-button .disabled.wp-block-button__link {
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}

.btn-secondary {
  color: #000000;
  background-color: #199eb2;
  border-color: #199eb2;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #3cadbe;
  border-color: #30a8ba;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #3cadbe;
  border-color: #30a8ba;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 134, 151, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(21, 134, 151, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #47b1c1;
  border-color: #30a8ba;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 134, 151, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(21, 134, 151, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #199eb2;
  border-color: #199eb2;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #007681;
  border-color: #007681;
}
.btn-outline-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}
.btn-check:focus + .btn-outline-primary, .wp-block-button.is-style-outline .btn-check:focus + .wp-block-button__link, .btn-outline-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
}
.btn-check:checked + .btn-outline-primary, .wp-block-button.is-style-outline .btn-check:checked + .wp-block-button__link, .btn-check:active + .btn-outline-primary, .wp-block-button.is-style-outline .btn-check:active + .wp-block-button__link, .btn-outline-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .btn-outline-primary.active, .wp-block-button.is-style-outline .active.wp-block-button__link, .btn-outline-primary.dropdown-toggle.show, .wp-block-button.is-style-outline .dropdown-toggle.show.wp-block-button__link {
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}
.btn-check:checked + .btn-outline-primary:focus, .wp-block-button.is-style-outline .btn-check:checked + .wp-block-button__link:focus, .btn-check:active + .btn-outline-primary:focus, .wp-block-button.is-style-outline .btn-check:active + .wp-block-button__link:focus, .btn-outline-primary:active:focus, .wp-block-button.is-style-outline .wp-block-button__link:active:focus, .btn-outline-primary.active:focus, .wp-block-button.is-style-outline .active.wp-block-button__link:focus, .btn-outline-primary.dropdown-toggle.show:focus, .wp-block-button.is-style-outline .dropdown-toggle.show.wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
}
.btn-outline-primary:disabled, .wp-block-button.is-style-outline .wp-block-button__link:disabled, .btn-outline-primary.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link {
  color: #007681;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #199eb2;
  border-color: #199eb2;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #199eb2;
  border-color: #199eb2;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 158, 178, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 158, 178, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: #199eb2;
  border-color: #199eb2;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 158, 178, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 158, 178, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #199eb2;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #007681;
  text-decoration: none;
}
.btn-link:hover {
  color: #199eb2;
}
.btn-link:disabled, .btn-link.disabled {
  color: #424242;
}

.btn-lg, .wp-block-button.btn-lg .wp-block-button__link, .btn-group-lg > .wp-block-button.btn .wp-block-button__link, .elementor-widget-section-carousel-slide .btn-group-lg > .wp-block-button.swiper-slide__info__button .wp-block-button__link, .gform_footer .btn-group-lg > input.wp-block-button[type=submit] .wp-block-button__link, .wp-block-button .btn-group-lg > .wp-block-button.wp-block-button__link .wp-block-button__link, .btn-group-lg > .btn, .elementor-widget-section-carousel-slide .btn-group-lg > .swiper-slide__info__button, .gform_footer .btn-group-lg > input[type=submit], .wp-block-button .btn-group-lg > .wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}

.btn-sm, .gform_widget .gform_button, .gform_widget .wp-block-button.gform_button .wp-block-button__link, .wp-block-button.btn-sm .wp-block-button__link, .btn-group-sm > .wp-block-button.btn .wp-block-button__link, .elementor-widget-section-carousel-slide .btn-group-sm > .wp-block-button.swiper-slide__info__button .wp-block-button__link, .gform_footer .btn-group-sm > input.wp-block-button[type=submit] .wp-block-button__link, .wp-block-button .btn-group-sm > .wp-block-button.wp-block-button__link .wp-block-button__link, .btn-group-sm > .btn, .elementor-widget-section-carousel-slide .btn-group-sm > .swiper-slide__info__button, .gform_footer .btn-group-sm > input[type=submit], .wp-block-button .btn-group-sm > .wp-block-button__link {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  border-radius: 0.2rem;
}

.fade {
  -webkit-transition: opacity 0.33s linear;
  transition: opacity 0.33s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #424242;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007681;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #424242;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #007681;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button, .gform_footer .btn-group > input[type=submit], .wp-block-button .btn-group > .wp-block-button__link,
.btn-group-vertical > .btn,
.elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button,
.gform_footer .btn-group-vertical > input[type=submit],
.wp-block-button .btn-group-vertical > .wp-block-button__link {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .elementor-widget-section-carousel-slide .btn-group > .btn-check:checked + .swiper-slide__info__button, .gform_footer .btn-group > .btn-check:checked + input[type=submit], .wp-block-button .btn-group > .btn-check:checked + .wp-block-button__link,
.btn-group > .btn-check:focus + .btn,
.elementor-widget-section-carousel-slide .btn-group > .btn-check:focus + .swiper-slide__info__button,
.gform_footer .btn-group > .btn-check:focus + input[type=submit],
.wp-block-button .btn-group > .btn-check:focus + .wp-block-button__link,
.btn-group > .btn:hover,
.elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button:hover,
.gform_footer .btn-group > input[type=submit]:hover,
.wp-block-button .btn-group > .wp-block-button__link:hover,
.btn-group > .btn:focus,
.elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button:focus,
.gform_footer .btn-group > input[type=submit]:focus,
.wp-block-button .btn-group > .wp-block-button__link:focus,
.btn-group > .btn:active,
.elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button:active,
.gform_footer .btn-group > input[type=submit]:active,
.wp-block-button .btn-group > .wp-block-button__link:active,
.btn-group > .btn.active,
.elementor-widget-section-carousel-slide .btn-group > .active.swiper-slide__info__button,
.gform_footer .btn-group > input.active[type=submit],
.wp-block-button .btn-group > .active.wp-block-button__link,
.btn-group-vertical > .btn-check:checked + .btn,
.elementor-widget-section-carousel-slide .btn-group-vertical > .btn-check:checked + .swiper-slide__info__button,
.gform_footer .btn-group-vertical > .btn-check:checked + input[type=submit],
.wp-block-button .btn-group-vertical > .btn-check:checked + .wp-block-button__link,
.btn-group-vertical > .btn-check:focus + .btn,
.elementor-widget-section-carousel-slide .btn-group-vertical > .btn-check:focus + .swiper-slide__info__button,
.gform_footer .btn-group-vertical > .btn-check:focus + input[type=submit],
.wp-block-button .btn-group-vertical > .btn-check:focus + .wp-block-button__link,
.btn-group-vertical > .btn:hover,
.elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button:hover,
.gform_footer .btn-group-vertical > input[type=submit]:hover,
.wp-block-button .btn-group-vertical > .wp-block-button__link:hover,
.btn-group-vertical > .btn:focus,
.elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button:focus,
.gform_footer .btn-group-vertical > input[type=submit]:focus,
.wp-block-button .btn-group-vertical > .wp-block-button__link:focus,
.btn-group-vertical > .btn:active,
.elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button:active,
.gform_footer .btn-group-vertical > input[type=submit]:active,
.wp-block-button .btn-group-vertical > .wp-block-button__link:active,
.btn-group-vertical > .btn.active,
.elementor-widget-section-carousel-slide .btn-group-vertical > .active.swiper-slide__info__button,
.gform_footer .btn-group-vertical > input.active[type=submit],
.wp-block-button .btn-group-vertical > .active.wp-block-button__link {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button:not(:first-child), .gform_footer .btn-group > input[type=submit]:not(:first-child), .wp-block-button .btn-group > .wp-block-button__link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button:not(:last-child):not(.dropdown-toggle), .gform_footer .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .wp-block-button .btn-group > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.elementor-widget-section-carousel-slide .btn-group > .btn-group:not(:last-child) > .swiper-slide__info__button,
.gform_footer .btn-group > .btn-group:not(:last-child) > input[type=submit],
.wp-block-button .btn-group > .btn-group:not(:last-child) > .wp-block-button__link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .elementor-widget-section-carousel-slide .btn-group > .swiper-slide__info__button:nth-child(n+3), .gform_footer .btn-group > input[type=submit]:nth-child(n+3), .wp-block-button .btn-group > .wp-block-button__link:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.elementor-widget-section-carousel-slide .btn-group > :not(.btn-check) + .swiper-slide__info__button,
.gform_footer .btn-group > :not(.btn-check) + input[type=submit],
.wp-block-button .btn-group > :not(.btn-check) + .wp-block-button__link,
.btn-group > .btn-group:not(:first-child) > .btn,
.elementor-widget-section-carousel-slide .btn-group > .btn-group:not(:first-child) > .swiper-slide__info__button,
.gform_footer .btn-group > .btn-group:not(:first-child) > input[type=submit],
.wp-block-button .btn-group > .btn-group:not(:first-child) > .wp-block-button__link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 12px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .gform_widget .gform_button + .dropdown-toggle-split, .gform_widget .wp-block-button.gform_button .wp-block-button__link + .dropdown-toggle-split, .wp-block-button.btn-sm .wp-block-button__link + .dropdown-toggle-split, .gform_widget .wp-block-button.gform_button .wp-block-button.wp-block-button__link .wp-block-button__link + .dropdown-toggle-split, .btn-group-sm > .wp-block-button.btn .wp-block-button__link + .dropdown-toggle-split, .elementor-widget-section-carousel-slide .btn-group-sm > .wp-block-button.swiper-slide__info__button .wp-block-button__link + .dropdown-toggle-split, .gform_footer .btn-group-sm > input.wp-block-button[type=submit] .wp-block-button__link + .dropdown-toggle-split, .wp-block-button .btn-group-sm > .wp-block-button.wp-block-button__link .wp-block-button__link + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .elementor-widget-section-carousel-slide .btn-group-sm > .swiper-slide__info__button + .dropdown-toggle-split, .gform_footer .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .wp-block-button .btn-group-sm > .wp-block-button__link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .wp-block-button.btn-lg .wp-block-button__link + .dropdown-toggle-split, .btn-group-lg > .wp-block-button.btn .wp-block-button__link + .dropdown-toggle-split, .elementor-widget-section-carousel-slide .btn-group-lg > .wp-block-button.swiper-slide__info__button .wp-block-button__link + .dropdown-toggle-split, .gform_footer .btn-group-lg > input.wp-block-button[type=submit] .wp-block-button__link + .dropdown-toggle-split, .wp-block-button .btn-group-lg > .wp-block-button.wp-block-button__link .wp-block-button__link + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .elementor-widget-section-carousel-slide .btn-group-lg > .swiper-slide__info__button + .dropdown-toggle-split, .gform_footer .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .wp-block-button .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button, .gform_footer .btn-group-vertical > input[type=submit], .wp-block-button .btn-group-vertical > .wp-block-button__link,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button:not(:first-child), .gform_footer .btn-group-vertical > input[type=submit]:not(:first-child), .wp-block-button .btn-group-vertical > .wp-block-button__link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button:not(:last-child):not(.dropdown-toggle), .gform_footer .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .wp-block-button .btn-group-vertical > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.elementor-widget-section-carousel-slide .btn-group-vertical > .btn-group:not(:last-child) > .swiper-slide__info__button,
.gform_footer .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.wp-block-button .btn-group-vertical > .btn-group:not(:last-child) > .wp-block-button__link {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button ~ .btn, .elementor-widget-section-carousel-slide .btn-group-vertical > .btn ~ .swiper-slide__info__button, .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button ~ .swiper-slide__info__button, .gform_footer .btn-group-vertical > input[type=submit] ~ .btn, .gform_footer .elementor-widget-section-carousel-slide .btn-group-vertical > input[type=submit] ~ .swiper-slide__info__button, .elementor-widget-section-carousel-slide .gform_footer .btn-group-vertical > input[type=submit] ~ .swiper-slide__info__button, .gform_footer .btn-group-vertical > .btn ~ input[type=submit], .gform_footer .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button ~ input[type=submit], .elementor-widget-section-carousel-slide .gform_footer .btn-group-vertical > .swiper-slide__info__button ~ input[type=submit], .gform_footer .btn-group-vertical > input[type=submit] ~ input[type=submit], .wp-block-button .btn-group-vertical > .wp-block-button__link ~ .btn, .wp-block-button .elementor-widget-section-carousel-slide .btn-group-vertical > .wp-block-button__link ~ .swiper-slide__info__button, .elementor-widget-section-carousel-slide .wp-block-button .btn-group-vertical > .wp-block-button__link ~ .swiper-slide__info__button, .wp-block-button .gform_footer .btn-group-vertical > .wp-block-button__link ~ input[type=submit], .gform_footer .wp-block-button .btn-group-vertical > .wp-block-button__link ~ input[type=submit], .wp-block-button .btn-group-vertical > .btn ~ .wp-block-button__link, .wp-block-button .elementor-widget-section-carousel-slide .btn-group-vertical > .swiper-slide__info__button ~ .wp-block-button__link, .elementor-widget-section-carousel-slide .wp-block-button .btn-group-vertical > .swiper-slide__info__button ~ .wp-block-button__link, .wp-block-button .gform_footer .btn-group-vertical > input[type=submit] ~ .wp-block-button__link, .gform_footer .wp-block-button .btn-group-vertical > input[type=submit] ~ .wp-block-button__link, .wp-block-button .btn-group-vertical > .wp-block-button__link ~ .wp-block-button__link,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.elementor-widget-section-carousel-slide .btn-group-vertical > .btn-group:not(:first-child) > .swiper-slide__info__button,
.gform_footer .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.wp-block-button .btn-group-vertical > .btn-group:not(:first-child) > .wp-block-button__link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #007681;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #199eb2;
}
.nav-link.disabled {
  color: #424242;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #424242;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007681;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.41rem;
  padding-bottom: 0.41rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 24px;
}

.card-title {
  margin-bottom: 8px;
}

.card-subtitle {
  margin-top: -4px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 24px;
}

.card-header {
  padding: 15px 24px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e7e7e7;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 15px 24px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e7e7e7;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -12px;
  margin-bottom: -15px;
  margin-left: -12px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -12px;
  margin-left: -12px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #424242;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, border-radius 0.15s ease;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.33s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #006a74;
  background-color: #e6f1f2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006a74'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23424242'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80bbc0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 9px 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  color: #424242;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #424242;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #007681;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #199eb2;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #199eb2;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}
.page-item.disabled .page-link {
  color: #424242;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.badge:empty {
  display: none;
}

.btn .badge, .elementor-widget-section-carousel-slide .swiper-slide__info__button .badge, .gform_footer input[type=submit] .badge, .wp-block-button .wp-block-button__link .badge {
  position: relative;
  top: -1px;
}

.alert, .gform_confirmation_wrapper, .gform_wrapper .gform_validation_errors {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link, .gform_wrapper .gform_validation_errors .gform_validation_error_link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #00474d;
  background-color: #cce4e6;
  border-color: #b3d6d9;
}
.alert-primary .alert-link, .alert-primary .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-primary .gform_validation_error_link {
  color: #00393e;
}

.alert-secondary, .gform_confirmation_wrapper {
  color: #0f5f6b;
  background-color: #d1ecf0;
  border-color: #bae2e8;
}
.alert-secondary .alert-link, .gform_confirmation_wrapper .alert-link, .alert-secondary .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_confirmation_wrapper .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-secondary .gform_validation_error_link, .gform_wrapper .gform_validation_errors .gform_confirmation_wrapper .gform_validation_error_link {
  color: #0c4c56;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link, .alert-success .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-success .gform_validation_error_link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link, .alert-info .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-info .gform_validation_error_link {
  color: #04414d;
}

.alert-warning, .gform_wrapper .gform_validation_errors {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link, .gform_wrapper .gform_validation_errors .alert-link, .gform_wrapper .gform_validation_errors .gform_validation_error_link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link, .alert-danger .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-danger .gform_validation_error_link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link, .alert-light .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-light .gform_validation_error_link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link, .alert-dark .gform_wrapper .gform_validation_errors .gform_validation_error_link, .gform_wrapper .gform_validation_errors .alert-dark .gform_validation_error_link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007681;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #424242;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #424242;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #00474d;
  background-color: #cce4e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00474d;
  background-color: #b8cdcf;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00474d;
  border-color: #00474d;
}

.list-group-item-secondary {
  color: #0f5f6b;
  background-color: #d1ecf0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0f5f6b;
  background-color: #bcd4d8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0f5f6b;
  border-color: #0f5f6b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 12px;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #424242;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.44;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #424242;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border, .gform_wrapper .gform_ajax_spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm, .gform_wrapper .gform_ajax_spinner {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .gform_wrapper .gform_ajax_spinner,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.44;
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #007681;
}

.link-secondary {
  color: #199eb2;
}

.link-success {
  color: #198754;
}

.link-info {
  color: #0dcaf0;
}

.link-warning {
  color: #ffc107;
}

.link-danger {
  color: #dc3545;
}

.link-light {
  color: #f8f9fa;
}

.link-dark {
  color: #212529;
}

.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;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.visually-hidden, .gform_wrapper .gfield_visibility_hidden, .gform_wrapper .gform_validation_container,
.gform_wrapper .gform_hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

.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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007681 !important;
}

.border-secondary {
  border-color: #199eb2 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 24px !important;
}

.gap-7 {
  gap: 12px !important;
}

.gap-8 {
  gap: 86px !important;
}

.gap-9 {
  gap: 139px !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 24px !important;
}

.m-7 {
  margin: 12px !important;
}

.m-8 {
  margin: 86px !important;
}

.m-9 {
  margin: 139px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-7 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-8 {
  margin-right: 86px !important;
  margin-left: 86px !important;
}

.mx-9 {
  margin-right: 139px !important;
  margin-left: 139px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-7 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-8 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.my-9 {
  margin-top: 139px !important;
  margin-bottom: 139px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 12px !important;
}

.mt-8 {
  margin-top: 86px !important;
}

.mt-9 {
  margin-top: 139px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 24px !important;
}

.me-7 {
  margin-right: 12px !important;
}

.me-8 {
  margin-right: 86px !important;
}

.me-9 {
  margin-right: 139px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 12px !important;
}

.mb-8 {
  margin-bottom: 86px !important;
}

.mb-9 {
  margin-bottom: 139px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 24px !important;
}

.ms-7 {
  margin-left: 12px !important;
}

.ms-8 {
  margin-left: 86px !important;
}

.ms-9 {
  margin-left: 139px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 24px !important;
}

.p-7 {
  padding: 12px !important;
}

.p-8 {
  padding: 86px !important;
}

.p-9 {
  padding: 139px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-7 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-8 {
  padding-right: 86px !important;
  padding-left: 86px !important;
}

.px-9 {
  padding-right: 139px !important;
  padding-left: 139px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-7 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-8 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.py-9 {
  padding-top: 139px !important;
  padding-bottom: 139px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 12px !important;
}

.pt-8 {
  padding-top: 86px !important;
}

.pt-9 {
  padding-top: 139px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 24px !important;
}

.pe-7 {
  padding-right: 12px !important;
}

.pe-8 {
  padding-right: 86px !important;
}

.pe-9 {
  padding-right: 139px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 12px !important;
}

.pb-8 {
  padding-bottom: 86px !important;
}

.pb-9 {
  padding-bottom: 139px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 24px !important;
}

.ps-7 {
  padding-left: 12px !important;
}

.ps-8 {
  padding-left: 86px !important;
}

.ps-9 {
  padding-left: 139px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 1.875rem !important;
}

.fs-2 {
  font-size: 1.5rem !important;
}

.fs-3 {
  font-size: 1.125rem !important;
}

.fs-4 {
  font-size: 1rem !important;
}

.fs-5 {
  font-size: 0.875rem !important;
}

.fs-6 {
  font-size: 0.75rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.375 !important;
}

.lh-base {
  line-height: 1.44 !important;
}

.lh-lg {
  line-height: 1.375 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #424242 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary, .elementor-widget-section-carousel-slide .swiper-slide__info__button {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 24px !important;
  }
  .gap-sm-7 {
    gap: 12px !important;
  }
  .gap-sm-8 {
    gap: 86px !important;
  }
  .gap-sm-9 {
    gap: 139px !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 24px !important;
  }
  .m-sm-7 {
    margin: 12px !important;
  }
  .m-sm-8 {
    margin: 86px !important;
  }
  .m-sm-9 {
    margin: 139px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-7 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-8 {
    margin-right: 86px !important;
    margin-left: 86px !important;
  }
  .mx-sm-9 {
    margin-right: 139px !important;
    margin-left: 139px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-7 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-8 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .my-sm-9 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 24px !important;
  }
  .mt-sm-7 {
    margin-top: 12px !important;
  }
  .mt-sm-8 {
    margin-top: 86px !important;
  }
  .mt-sm-9 {
    margin-top: 139px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 24px !important;
  }
  .me-sm-7 {
    margin-right: 12px !important;
  }
  .me-sm-8 {
    margin-right: 86px !important;
  }
  .me-sm-9 {
    margin-right: 139px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 24px !important;
  }
  .mb-sm-7 {
    margin-bottom: 12px !important;
  }
  .mb-sm-8 {
    margin-bottom: 86px !important;
  }
  .mb-sm-9 {
    margin-bottom: 139px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 24px !important;
  }
  .ms-sm-7 {
    margin-left: 12px !important;
  }
  .ms-sm-8 {
    margin-left: 86px !important;
  }
  .ms-sm-9 {
    margin-left: 139px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 24px !important;
  }
  .p-sm-7 {
    padding: 12px !important;
  }
  .p-sm-8 {
    padding: 86px !important;
  }
  .p-sm-9 {
    padding: 139px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-7 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-8 {
    padding-right: 86px !important;
    padding-left: 86px !important;
  }
  .px-sm-9 {
    padding-right: 139px !important;
    padding-left: 139px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-7 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-8 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .py-sm-9 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 24px !important;
  }
  .pt-sm-7 {
    padding-top: 12px !important;
  }
  .pt-sm-8 {
    padding-top: 86px !important;
  }
  .pt-sm-9 {
    padding-top: 139px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 24px !important;
  }
  .pe-sm-7 {
    padding-right: 12px !important;
  }
  .pe-sm-8 {
    padding-right: 86px !important;
  }
  .pe-sm-9 {
    padding-right: 139px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 24px !important;
  }
  .pb-sm-7 {
    padding-bottom: 12px !important;
  }
  .pb-sm-8 {
    padding-bottom: 86px !important;
  }
  .pb-sm-9 {
    padding-bottom: 139px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 24px !important;
  }
  .ps-sm-7 {
    padding-left: 12px !important;
  }
  .ps-sm-8 {
    padding-left: 86px !important;
  }
  .ps-sm-9 {
    padding-left: 139px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 24px !important;
  }
  .gap-md-7 {
    gap: 12px !important;
  }
  .gap-md-8 {
    gap: 86px !important;
  }
  .gap-md-9 {
    gap: 139px !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 24px !important;
  }
  .m-md-7 {
    margin: 12px !important;
  }
  .m-md-8 {
    margin: 86px !important;
  }
  .m-md-9 {
    margin: 139px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-7 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-8 {
    margin-right: 86px !important;
    margin-left: 86px !important;
  }
  .mx-md-9 {
    margin-right: 139px !important;
    margin-left: 139px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-7 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-8 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .my-md-9 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 24px !important;
  }
  .mt-md-7 {
    margin-top: 12px !important;
  }
  .mt-md-8 {
    margin-top: 86px !important;
  }
  .mt-md-9 {
    margin-top: 139px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 24px !important;
  }
  .me-md-7 {
    margin-right: 12px !important;
  }
  .me-md-8 {
    margin-right: 86px !important;
  }
  .me-md-9 {
    margin-right: 139px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 24px !important;
  }
  .mb-md-7 {
    margin-bottom: 12px !important;
  }
  .mb-md-8 {
    margin-bottom: 86px !important;
  }
  .mb-md-9 {
    margin-bottom: 139px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 24px !important;
  }
  .ms-md-7 {
    margin-left: 12px !important;
  }
  .ms-md-8 {
    margin-left: 86px !important;
  }
  .ms-md-9 {
    margin-left: 139px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 24px !important;
  }
  .p-md-7 {
    padding: 12px !important;
  }
  .p-md-8 {
    padding: 86px !important;
  }
  .p-md-9 {
    padding: 139px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-7 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-8 {
    padding-right: 86px !important;
    padding-left: 86px !important;
  }
  .px-md-9 {
    padding-right: 139px !important;
    padding-left: 139px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-7 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-8 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .py-md-9 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 24px !important;
  }
  .pt-md-7 {
    padding-top: 12px !important;
  }
  .pt-md-8 {
    padding-top: 86px !important;
  }
  .pt-md-9 {
    padding-top: 139px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 24px !important;
  }
  .pe-md-7 {
    padding-right: 12px !important;
  }
  .pe-md-8 {
    padding-right: 86px !important;
  }
  .pe-md-9 {
    padding-right: 139px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 24px !important;
  }
  .pb-md-7 {
    padding-bottom: 12px !important;
  }
  .pb-md-8 {
    padding-bottom: 86px !important;
  }
  .pb-md-9 {
    padding-bottom: 139px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 24px !important;
  }
  .ps-md-7 {
    padding-left: 12px !important;
  }
  .ps-md-8 {
    padding-left: 86px !important;
  }
  .ps-md-9 {
    padding-left: 139px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 24px !important;
  }
  .gap-lg-7 {
    gap: 12px !important;
  }
  .gap-lg-8 {
    gap: 86px !important;
  }
  .gap-lg-9 {
    gap: 139px !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 24px !important;
  }
  .m-lg-7 {
    margin: 12px !important;
  }
  .m-lg-8 {
    margin: 86px !important;
  }
  .m-lg-9 {
    margin: 139px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-7 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-8 {
    margin-right: 86px !important;
    margin-left: 86px !important;
  }
  .mx-lg-9 {
    margin-right: 139px !important;
    margin-left: 139px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-7 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-8 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .my-lg-9 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 24px !important;
  }
  .mt-lg-7 {
    margin-top: 12px !important;
  }
  .mt-lg-8 {
    margin-top: 86px !important;
  }
  .mt-lg-9 {
    margin-top: 139px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 24px !important;
  }
  .me-lg-7 {
    margin-right: 12px !important;
  }
  .me-lg-8 {
    margin-right: 86px !important;
  }
  .me-lg-9 {
    margin-right: 139px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 24px !important;
  }
  .mb-lg-7 {
    margin-bottom: 12px !important;
  }
  .mb-lg-8 {
    margin-bottom: 86px !important;
  }
  .mb-lg-9 {
    margin-bottom: 139px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 24px !important;
  }
  .ms-lg-7 {
    margin-left: 12px !important;
  }
  .ms-lg-8 {
    margin-left: 86px !important;
  }
  .ms-lg-9 {
    margin-left: 139px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 24px !important;
  }
  .p-lg-7 {
    padding: 12px !important;
  }
  .p-lg-8 {
    padding: 86px !important;
  }
  .p-lg-9 {
    padding: 139px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-7 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-8 {
    padding-right: 86px !important;
    padding-left: 86px !important;
  }
  .px-lg-9 {
    padding-right: 139px !important;
    padding-left: 139px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-7 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-8 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .py-lg-9 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 24px !important;
  }
  .pt-lg-7 {
    padding-top: 12px !important;
  }
  .pt-lg-8 {
    padding-top: 86px !important;
  }
  .pt-lg-9 {
    padding-top: 139px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 24px !important;
  }
  .pe-lg-7 {
    padding-right: 12px !important;
  }
  .pe-lg-8 {
    padding-right: 86px !important;
  }
  .pe-lg-9 {
    padding-right: 139px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 24px !important;
  }
  .pb-lg-7 {
    padding-bottom: 12px !important;
  }
  .pb-lg-8 {
    padding-bottom: 86px !important;
  }
  .pb-lg-9 {
    padding-bottom: 139px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 24px !important;
  }
  .ps-lg-7 {
    padding-left: 12px !important;
  }
  .ps-lg-8 {
    padding-left: 86px !important;
  }
  .ps-lg-9 {
    padding-left: 139px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 24px !important;
  }
  .gap-xl-7 {
    gap: 12px !important;
  }
  .gap-xl-8 {
    gap: 86px !important;
  }
  .gap-xl-9 {
    gap: 139px !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 24px !important;
  }
  .m-xl-7 {
    margin: 12px !important;
  }
  .m-xl-8 {
    margin: 86px !important;
  }
  .m-xl-9 {
    margin: 139px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-7 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-8 {
    margin-right: 86px !important;
    margin-left: 86px !important;
  }
  .mx-xl-9 {
    margin-right: 139px !important;
    margin-left: 139px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-7 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-8 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .my-xl-9 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 24px !important;
  }
  .mt-xl-7 {
    margin-top: 12px !important;
  }
  .mt-xl-8 {
    margin-top: 86px !important;
  }
  .mt-xl-9 {
    margin-top: 139px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 24px !important;
  }
  .me-xl-7 {
    margin-right: 12px !important;
  }
  .me-xl-8 {
    margin-right: 86px !important;
  }
  .me-xl-9 {
    margin-right: 139px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xl-7 {
    margin-bottom: 12px !important;
  }
  .mb-xl-8 {
    margin-bottom: 86px !important;
  }
  .mb-xl-9 {
    margin-bottom: 139px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 24px !important;
  }
  .ms-xl-7 {
    margin-left: 12px !important;
  }
  .ms-xl-8 {
    margin-left: 86px !important;
  }
  .ms-xl-9 {
    margin-left: 139px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 24px !important;
  }
  .p-xl-7 {
    padding: 12px !important;
  }
  .p-xl-8 {
    padding: 86px !important;
  }
  .p-xl-9 {
    padding: 139px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-7 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-8 {
    padding-right: 86px !important;
    padding-left: 86px !important;
  }
  .px-xl-9 {
    padding-right: 139px !important;
    padding-left: 139px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-7 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-8 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .py-xl-9 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 24px !important;
  }
  .pt-xl-7 {
    padding-top: 12px !important;
  }
  .pt-xl-8 {
    padding-top: 86px !important;
  }
  .pt-xl-9 {
    padding-top: 139px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 24px !important;
  }
  .pe-xl-7 {
    padding-right: 12px !important;
  }
  .pe-xl-8 {
    padding-right: 86px !important;
  }
  .pe-xl-9 {
    padding-right: 139px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xl-7 {
    padding-bottom: 12px !important;
  }
  .pb-xl-8 {
    padding-bottom: 86px !important;
  }
  .pb-xl-9 {
    padding-bottom: 139px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 24px !important;
  }
  .ps-xl-7 {
    padding-left: 12px !important;
  }
  .ps-xl-8 {
    padding-left: 86px !important;
  }
  .ps-xl-9 {
    padding-left: 139px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 24px !important;
  }
  .gap-xxl-7 {
    gap: 12px !important;
  }
  .gap-xxl-8 {
    gap: 86px !important;
  }
  .gap-xxl-9 {
    gap: 139px !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 24px !important;
  }
  .m-xxl-7 {
    margin: 12px !important;
  }
  .m-xxl-8 {
    margin: 86px !important;
  }
  .m-xxl-9 {
    margin: 139px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-7 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-8 {
    margin-right: 86px !important;
    margin-left: 86px !important;
  }
  .mx-xxl-9 {
    margin-right: 139px !important;
    margin-left: 139px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-7 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-8 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .my-xxl-9 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 24px !important;
  }
  .mt-xxl-7 {
    margin-top: 12px !important;
  }
  .mt-xxl-8 {
    margin-top: 86px !important;
  }
  .mt-xxl-9 {
    margin-top: 139px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 24px !important;
  }
  .me-xxl-7 {
    margin-right: 12px !important;
  }
  .me-xxl-8 {
    margin-right: 86px !important;
  }
  .me-xxl-9 {
    margin-right: 139px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 86px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 139px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 24px !important;
  }
  .ms-xxl-7 {
    margin-left: 12px !important;
  }
  .ms-xxl-8 {
    margin-left: 86px !important;
  }
  .ms-xxl-9 {
    margin-left: 139px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 24px !important;
  }
  .p-xxl-7 {
    padding: 12px !important;
  }
  .p-xxl-8 {
    padding: 86px !important;
  }
  .p-xxl-9 {
    padding: 139px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-7 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-8 {
    padding-right: 86px !important;
    padding-left: 86px !important;
  }
  .px-xxl-9 {
    padding-right: 139px !important;
    padding-left: 139px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-7 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-8 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .py-xxl-9 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 24px !important;
  }
  .pt-xxl-7 {
    padding-top: 12px !important;
  }
  .pt-xxl-8 {
    padding-top: 86px !important;
  }
  .pt-xxl-9 {
    padding-top: 139px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 24px !important;
  }
  .pe-xxl-7 {
    padding-right: 12px !important;
  }
  .pe-xxl-8 {
    padding-right: 86px !important;
  }
  .pe-xxl-9 {
    padding-right: 139px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 86px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 139px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 24px !important;
  }
  .ps-xxl-7 {
    padding-left: 12px !important;
  }
  .ps-xxl-8 {
    padding-left: 86px !important;
  }
  .ps-xxl-9 {
    padding-left: 139px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * @file
 * Breakpoints.
 */
/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/womaizhan/slick_assets/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/womaizhan/slick_assets/slick.eot");
  src: url("/wp-content/themes/womaizhan/slick_assets/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/womaizhan/slick_assets/slick.woff") format("woff"), url("/wp-content/themes/womaizhan/slick_assets/slick.ttf") format("truetype"), url("/wp-content/themes/womaizhan/slick_assets/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
* General
*/
html {
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-reserve-yours-now {
  overflow-x: hidden;
}
body.page-reserve-yours-now main.content {
  overflow-x: initial;
}

ol,
ul {
  padding-left: 0;
}

svg {
  -webkit-transition: fill 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

main.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  /*z-index: 200;*/
  width: 100%;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
}

ol, ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

sup {
  font-size: 0.59em;
}
@media screen and (min-width: 1200px) {
  sup {
    font-size: 0.6em;
  }
}

h1, .h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.72px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0.84px;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    letter-spacing: normal;
    font-size: 30px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}
h3 a, .h3 a {
  line-height: inherit;
}

h4, .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

h5, .banner-covid, .h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h5, .banner-covid, .h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

h6, .h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 18px;
  }
}

p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 26px;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #007681;
  -webkit-transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  text-decoration: none;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  a {
    line-height: 26px;
  }
}
a:hover {
  color: #199eb2;
}
a:active {
  color: #199eb2;
}
a:focus {
  color: #007681;
}
a:disabled {
  color: #a9a9a9;
}

.swiper-pagination {
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateZ(0) !important;
          transform: translateX(-50%) translateZ(0) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 4px !important;
  background-color: #a9a9a9 !important;
  display: block !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 32px !important;
  }
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px !important;
}
@media screen and (min-width: 1200px) {
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 14px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #007681 !important;
}

.content#main {
  font-weight: 400;
}

b, strong {
  font-weight: 600;
}

/**
* WordPress customization
*/
/* If WP-Adminbar is visible */
body.admin-bar .header {
  top: 32px;
}
body.admin-bar .edit-link a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
body.admin-bar .edit-link a::before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
}

/* WordPress Embeds */
.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important;
}

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* Sidebar */
.widget-area ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 575.98px) {
  #sidebar {
    margin-top: 60px;
  }
}
/* Author */
.author-avatar .avatar {
  width: 64px;
  height: auto;
}

.author-info {
  margin: 40px 0;
}
.author-info h2, .author-info .h2,
.author-info h3,
.author-info .h3 {
  margin-top: 0;
}

/* Posts */
.sticky .card {
  background-color: #f8f9fa;
}

.entry-meta {
  font-size: small;
  margin-top: 12px;
}

.single .entry-content,
.single .post-navigation,
.single #comments-title {
  margin: 24px 0;
}

#comments {
  margin-top: 24px;
}

.comment-meta {
  height: 40px;
}

.comment-reply-title {
  margin: 24px 0 12px;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.commentlist > li.comment {
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .children {
  list-style: none;
  margin-top: 24px;
}
.commentlist .children > li.comment {
  border-top: 1px solid #dee2e6;
  padding-top: 24px;
  position: relative;
}
.commentlist .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px #424242;
          box-shadow: 0 1px 2px #424242;
  padding: 0;
  position: absolute;
  top: 0;
  left: -102px;
}

/* WordPress Blocks */
.wp-block-button .wp-block-button__link {
  text-decoration: none;
}

.wp-block-table td,
.wp-block-table th {
  border: inherit;
}
.wp-block-image img,
.wp-block-image video,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

.back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 50px;
  right: 12px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 32px;
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .back-to-top {
    right: 40px;
  }
}

.back-to-top .fa-chevron-up {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #007681;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .back-to-top .fa-chevron-up {
    font-size: 28px;
  }
}
.back-to-top:hover .fa-chevron-up {
  color: #199EB2;
}

.back-to-top.active {
  display: block;
}

.back-to-top.active:hover {
  cursor: pointer;
}

[data-bs-toggle=collapse].collapsed .if-not-collapsed, [data-bs-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

sup.af_final_price__sup, sup.af_price_per_month__sup {
  padding: 4px 4px 4px 4px;
  cursor: pointer;
  color: #007681;
  left: -4px;
  font-weight: 600;
}

.hero-model__msrp {
  color: #424242;
  font-weight: 400;
}
.hero-model__msrp .af_final_price__sup {
  margin-right: -8px;
}

.af-final-price {
  font-weight: 600;
}

.af-price-per-month strong {
  font-weight: 600;
}

.accordion-compare .af-final-price,
.accordion-model-specifications .af-final-price {
  font-weight: 400;
  margin-right: -6px;
}
.accordion-compare .af-price-per-month strong,
.accordion-model-specifications .af-price-per-month strong {
  font-weight: 400 !important;
}

html:lang(es-us) .card-capacity-msrp {
  margin-right: -7px;
}

.btn, .elementor-widget-section-carousel-slide .swiper-slide__info__button, .gform_footer input[type=submit], .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button .wp-block-button__link {
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .btn, .elementor-widget-section-carousel-slide .swiper-slide__info__button, .gform_footer input[type=submit], .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button .wp-block-button__link {
    line-height: 1.223;
  }
}
.btn:hover, .elementor-widget-section-carousel-slide .swiper-slide__info__button:hover, .gform_footer input[type=submit]:hover, .wp-block-button .wp-block-button__link:hover {
  color: #fff;
}
.btn-check:focus + .btn, .elementor-widget-section-carousel-slide .btn-check:focus + .swiper-slide__info__button, .gform_footer .btn-check:focus + input[type=submit], .wp-block-button .btn-check:focus + .wp-block-button__link, .btn:focus, .elementor-widget-section-carousel-slide .swiper-slide__info__button:focus, .gform_footer input[type=submit]:focus, .wp-block-button .wp-block-button__link:focus {
  outline: 0;
}
.btn:disabled, .elementor-widget-section-carousel-slide .swiper-slide__info__button:disabled, .gform_footer input[type=submit]:disabled, .wp-block-button .wp-block-button__link:disabled, .btn.disabled, .elementor-widget-section-carousel-slide .disabled.swiper-slide__info__button, .gform_footer input.disabled[type=submit], .wp-block-button .disabled.wp-block-button__link, fieldset:disabled .btn, fieldset:disabled .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide fieldset:disabled .swiper-slide__info__button, fieldset:disabled .gform_footer input[type=submit], .gform_footer fieldset:disabled input[type=submit], fieldset:disabled .wp-block-button .wp-block-button__link, .wp-block-button fieldset:disabled .wp-block-button__link {
  pointer-events: none;
  opacity: 1;
}
.btn.btn-outline-primary, .elementor-widget-section-carousel-slide .btn-outline-primary.swiper-slide__info__button, .gform_footer input.btn-outline-primary[type=submit], .wp-block-button .btn-outline-primary.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #007681;
  border: 2px solid #007681;
  padding: 7px 14px 9px;
}
.btn.btn-outline-primary:hover, .elementor-widget-section-carousel-slide .btn-outline-primary.swiper-slide__info__button:hover, .gform_footer input.btn-outline-primary[type=submit]:hover, .wp-block-button .btn-outline-primary.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #199eb2;
  background-color: transparent;
  border-color: #199eb2;
}
.btn.btn-outline-primary:focus, .elementor-widget-section-carousel-slide .btn-outline-primary.swiper-slide__info__button:focus, .gform_footer input.btn-outline-primary[type=submit]:focus, .wp-block-button .btn-outline-primary.wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn.btn-outline-primary:active, .elementor-widget-section-carousel-slide .btn-outline-primary.swiper-slide__info__button:active, .gform_footer input.btn-outline-primary[type=submit]:active, .wp-block-button .btn-outline-primary.wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #199eb2;
  background-color: transparent;
  border-color: #199eb2;
}

.btn-primary, .gform_footer input[type=submit], .wp-block-button .wp-block-button__link {
  color: #fff;
  background-color: #007681;
  border-color: #007681;
}
.btn-primary:hover, .gform_footer input[type=submit]:hover, .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #199eb2;
  border-color: #199eb2;
}
.btn-check:focus + .btn-primary, .gform_footer .btn-check:focus + input[type=submit], .wp-block-button .btn-check:focus + .wp-block-button__link, .btn-primary:focus, .gform_footer input[type=submit]:focus, .wp-block-button .wp-block-button__link:focus {
  color: #fff;
  background-color: #199eb2;
  border-color: #199eb2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
}
.btn-check:checked + .btn-primary, .gform_footer .btn-check:checked + input[type=submit], .wp-block-button .btn-check:checked + .wp-block-button__link, .btn-check:active + .btn-primary, .gform_footer .btn-check:active + input[type=submit], .wp-block-button .btn-check:active + .wp-block-button__link, .btn-primary:active, .gform_footer input[type=submit]:active, .wp-block-button .wp-block-button__link:active, .btn-primary.active, .gform_footer input.active[type=submit], .wp-block-button .active.wp-block-button__link, .show > .btn-primary.dropdown-toggle, .gform_footer .show > input.dropdown-toggle[type=submit], .wp-block-button .show > .dropdown-toggle.wp-block-button__link {
  color: #fff;
  background-color: #199eb2;
  border-color: #199eb2;
}
.btn-check:checked + .btn-primary:focus, .gform_footer .btn-check:checked + input[type=submit]:focus, .wp-block-button .btn-check:checked + .wp-block-button__link:focus, .btn-check:active + .btn-primary:focus, .gform_footer .btn-check:active + input[type=submit]:focus, .wp-block-button .btn-check:active + .wp-block-button__link:focus, .btn-primary:active:focus, .gform_footer input[type=submit]:active:focus, .wp-block-button .wp-block-button__link:active:focus, .btn-primary.active:focus, .gform_footer input.active[type=submit]:focus, .wp-block-button .active.wp-block-button__link:focus, .show > .btn-primary.dropdown-toggle:focus, .gform_footer .show > input.dropdown-toggle[type=submit]:focus, .wp-block-button .show > .dropdown-toggle.wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 139, 148, 0.5);
}
.btn-primary:disabled, .gform_footer input[type=submit]:disabled, .wp-block-button .wp-block-button__link:disabled, .btn-primary.disabled, .gform_footer input.disabled[type=submit], .wp-block-button .disabled.wp-block-button__link {
  color: #a9a9a9;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-check:focus + .btn-primary, .gform_footer .btn-check:focus + input[type=submit], .wp-block-button .btn-check:focus + .wp-block-button__link, .btn-primary:focus, .gform_footer input[type=submit]:focus, .wp-block-button .wp-block-button__link:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:checked + .btn-primary, .gform_footer .btn-check:checked + input[type=submit], .wp-block-button .btn-check:checked + .wp-block-button__link, .btn-check:active + .btn-primary, .gform_footer .btn-check:active + input[type=submit], .wp-block-button .btn-check:active + .wp-block-button__link, .btn-primary:active, .gform_footer input[type=submit]:active, .wp-block-button .wp-block-button__link:active, .btn-primary.active, .gform_footer input.active[type=submit], .wp-block-button .active.wp-block-button__link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:checked + .btn-primary:focus, .gform_footer .btn-check:checked + input[type=submit]:focus, .wp-block-button .btn-check:checked + .wp-block-button__link:focus, .btn-check:active + .btn-primary:focus, .gform_footer .btn-check:active + input[type=submit]:focus, .wp-block-button .btn-check:active + .wp-block-button__link:focus, .btn-primary:active:focus, .gform_footer input[type=submit]:active:focus, .wp-block-button .wp-block-button__link:active:focus, .btn-primary.active:focus, .gform_footer input.active[type=submit]:focus, .wp-block-button .active.wp-block-button__link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:disabled, .gform_footer input[type=submit]:disabled, .wp-block-button .wp-block-button__link:disabled, .btn-primary.disabled, .gform_footer input.disabled[type=submit], .wp-block-button .disabled.wp-block-button__link, fieldset:disabled .btn-primary, fieldset:disabled .gform_footer input[type=submit], .gform_footer fieldset:disabled input[type=submit], fieldset:disabled .wp-block-button .wp-block-button__link, .wp-block-button fieldset:disabled .wp-block-button__link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary {
  color: #007681;
  background-color: #fff;
  border-color: #007681;
}
.btn-secondary:hover {
  color: #199eb2;
  background-color: #fff;
  border-color: #199eb2;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #199eb2;
  background-color: #fff;
  border-color: #199eb2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #199eb2;
  background-color: #fff;
  border-color: #199eb2;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #a9a9a9;
  background-color: #fff;
  border-color: #a9a9a9;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:disabled, .btn-secondary.disabled, fieldset:disabled .btn-secondary {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-badge.badge-luxury {
  background: url(../../images/badge/badge_luxury_m.svg) no-repeat center center;
  width: 81.671px;
  height: 23px;
  display: block;
  position: initial;
}
@media screen and (min-width: 576px) {
  .custom-badge.badge-luxury {
    width: 92.969px;
    height: 27px;
    background: url(../../images/badge/badge_luxury.svg) no-repeat center center;
  }
}
.custom-badge.badge-premium {
  background: url(../../images/badge/badge_premium_m.svg) no-repeat center center;
  width: 88.856px;
  height: 23px;
  display: block;
  position: initial;
}
@media screen and (min-width: 576px) {
  .custom-badge.badge-premium {
    width: 101.082px;
    height: 27px;
    background: url(../../images/badge/badge_premium.svg) no-repeat center center;
  }
}
.custom-badge.badge-value {
  background: url(../../images/badge/badge_value_m.svg) no-repeat center center;
  width: 70.659px;
  height: 23px;
  display: block;
  position: initial;
}
@media screen and (min-width: 576px) {
  .custom-badge.badge-value {
    width: 79.922px;
    height: 27px;
    background: url(../../images/badge/badge_value.svg) no-repeat center center;
  }
}
.custom-badge.brand-new {
  background: url(../../images/badge/badge_value_m.svg) no-repeat center center;
  width: 70.659px;
  height: 23px;
  display: block;
  position: initial;
}
@media screen and (min-width: 576px) {
  .custom-badge.brand-new {
    width: 79.922px;
    height: 27px;
    background: url(../../images/badge/badge_value.svg) no-repeat center center;
  }
}

html:lang(fr-ca) .custom-badge.badge-luxury {
  background: url(../../images/badge/fr/badge_luxury_m.svg) no-repeat center center;
  width: 63.719px;
  height: 23px;
}
@media screen and (min-width: 576px) {
  html:lang(fr-ca) .custom-badge.badge-luxury {
    width: 72.025px;
    height: 27px;
    background: url(../../images/badge/fr/badge_luxury.svg) no-repeat center center;
  }
}
html:lang(fr-ca) .custom-badge.badge-premium {
  background: url(../../images/badge/fr/badge_premium_m.svg) no-repeat center center;
  width: 88.856px;
  height: 23px;
}
@media screen and (min-width: 576px) {
  html:lang(fr-ca) .custom-badge.badge-premium {
    width: 101.082px;
    height: 27px;
    background: url(../../images/badge/fr/badge_premium.svg) no-repeat center center;
  }
}
html:lang(fr-ca) .custom-badge.badge-value {
  background: url(../../images/badge/fr/badge_value_m.svg) no-repeat center center;
  width: 79.167px;
  height: 23px;
}
@media screen and (min-width: 576px) {
  html:lang(fr-ca) .custom-badge.badge-value {
    width: 89.848px;
    height: 27px;
    background: url(../../images/badge/fr/badge_value.svg) no-repeat center center;
  }
}

html:lang(es-us) .custom-badge.badge-luxury {
  background: url(../../images/badge/es/badge_luxury_m.svg) no-repeat center center;
  width: 62.579px;
  height: 23px;
}
@media screen and (min-width: 576px) {
  html:lang(es-us) .custom-badge.badge-luxury {
    width: 70.695px;
    height: 27px;
    background: url(../../images/badge/es/badge_luxury.svg) no-repeat center center;
  }
}
html:lang(es-us) .custom-badge.badge-premium {
  background: url(../../images/badge/es/badge_premium_m.svg) no-repeat center center;
  width: 88.856px;
  height: 23px;
}
@media screen and (min-width: 576px) {
  html:lang(es-us) .custom-badge.badge-premium {
    width: 101.082px;
    height: 27px;
    background: url(../../images/badge/es/badge_premium.svg) no-repeat center center;
  }
}
html:lang(es-us) .custom-badge.badge-value {
  background: url(../../images/badge/es/badge_value_m.svg) no-repeat center center;
  width: 72.747px;
  height: 23px;
}
@media screen and (min-width: 576px) {
  html:lang(es-us) .custom-badge.badge-value {
    width: 82.358px;
    height: 27px;
    background: url(../../images/badge/es/badge_value.svg) no-repeat center center;
  }
}

.collection-block__badge {
  margin-bottom: 16px;
}

/* Layout */
.single-edls {
  /***************************************************************/
  /***************************************************************/
}
.single-edls .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.single-edls .container {
  display: block;
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.single-edls .container::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .single-edls .container {
    max-width: calc(750px + 12px * 2);
  }
}
@media (min-width: 992px) {
  .single-edls .container {
    max-width: calc(970px + 12px * 2);
  }
}
@media (min-width: 1200px) {
  .single-edls .container {
    max-width: calc(1170px + 12px * 2);
  }
}
.single-edls .container.full-all {
  max-width: 100%;
}
.single-edls #main {
  width: 100%;
}
.single-edls a {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.single-edls small, .single-edls .small {
  font-size: 85%;
}
.single-edls .admin-bar .fixed-top {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .single-edls .admin-bar .fixed-top {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .single-edls .admin-bar .fixed-top {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .single-edls .fixed-top {
    position: static;
  }
}
.single-edls .section-indent {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .single-edls .section-indent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single-edls .section-indent {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .single-edls .section-indent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .single-edls .section-indent {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.single-edls .section-indent-m {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .single-edls .section-indent-m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single-edls .section-indent-m {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .single-edls .section-indent-m {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .single-edls .section-indent-m {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.single-edls .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.single-edls .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible !important;
}
.single-edls .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 171px;
}
.single-edls .swiper-button-prev {
  background: none;
  margin: 0;
  padding: 0;
  color: #007681;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -24px;
  position: absolute;
}
.single-edls .swiper-button-prev i {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .single-edls .swiper-button-prev i {
    font-size: 32px;
  }
}
.single-edls .swiper-button-next {
  background: none;
  margin: 0;
  padding: 0;
  color: #007681;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -24px;
  position: absolute;
}
.single-edls .swiper-button-next i {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .single-edls .swiper-button-next i {
    font-size: 32px;
  }
}
.single-edls .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.single-edls .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.single-edls .link-not-your-dealer {
  font-weight: 600;
  font-style: normal;
}

.hidden_mod {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.second-block .close:focus,
.second-block .close:active,
.second-block .close-icon:focus,
.second-block .close-icon:active {
  outline: none !important;
}

.second-block .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.second-block .modal-dialog {
  margin: 0;
  padding: 0;
}

.second-block .modal-content {
  margin: 5vh 5vw;
  width: 90vw;
  height: 90vh;
  border-radius: 0;
  position: relative;
}

.second-block .modal-body {
  padding: 0;
  position: relative;
  height: 100%;
}

.second-block .modal-header {
  position: absolute;
  z-index: 99;
  right: 0;
  border-bottom: 0;
  padding: 0;
}

.second-block .close {
  position: relative;
  background: none;
  border: none;
}

.second-block .close-icon {
  color: #fff;
  font-size: 26px;
  padding: 10px 12px 8px;
  border-radius: 50%;
  text-shadow: none;
  position: relative;
  top: -40px;
  right: -44px;
  -webkit-text-stroke: 0.75px;
  line-height: 1;
  font-weight: 700;
}

.second-block iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border: solid 2px #424242;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1024px) and (min-width: 767px) {
  .second-block .close {
    position: relative;
    top: 0;
    right: 0;
  }
  .second-block .close-icon {
    padding: 6px 8px 4px;
  }
}
@media (hover: none) {
  .second-block .modal-content {
    margin: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    position: relative;
  }
  .second-block .close-icon {
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    position: relative;
    top: 0;
    right: 0;
  }
}
.otgs-development-site-front-end {
  display: none !important;
}

/* Components */
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .header {
    height: 96px;
  }
}
.header__logo {
  margin: 3px 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-right: 26px;
  }
}
.header__logo--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__logo--desktop {
    display: block;
  }
}
.header__logo--mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo--mobile {
    display: none;
  }
}
.header__logo img {
  max-width: 122px;
  max-height: 36px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    max-width: 260px;
    max-height: 100px;
    width: 235px;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo img {
    max-width: 260px;
    max-height: 100px;
    width: 235px;
  }
}
.header__container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4px 0 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__container {
    padding: 0 16px 0 7px;
  }
}
@media (min-width: 1200px) and (min-width: 1325px) {
  .header__container {
    padding: 0 24px 0 14px;
  }
}
@media screen and (min-width: 1326px) {
  .header__container {
    padding: 0 21px 0 15px;
  }
}
.header__container .breadcrumb {
  margin-left: 5px;
  padding: 10px 0 8px;
}
@media screen and (min-width: 768px) {
  .header__container .breadcrumb {
    margin-left: 17px;
    padding: 8px 0 6px;
  }
}

.main-menu,
.additional-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.view-buying-a-hot-tub-top {
  display: none;
}

.main-menu > .menu__item {
  height: 100%;
}
.main-menu > .menu__item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  color: #424242;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 3px 12px;
}
.main-menu > .menu__item > a:before {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 600;
}
@media speech {
  .main-menu > .menu__item > a:before {
    display: none;
  }
}
.main-menu > .menu__item > a > i {
  display: none;
}
.main-menu > .menu__item.has-submenu > a {
  position: relative;
  padding-right: 26px;
  text-align: center;
}
.main-menu > .menu__item.has-submenu > a > i {
  display: block;
  position: absolute;
  right: 10px;
  font-size: 11px;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu > .menu__item:hover > a {
  background-color: #f5f5f5;
  color: #007681;
  font-weight: 600;
}
.main-menu__panel {
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  height: 590px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f5f5f5;
  z-index: 1000;
}
.main-menu__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  max-width: 1366px;
}

.submenu {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 24px;
  max-width: 256px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.submenu .menu__item {
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.submenu .menu__item:hover > a {
  color: #007681;
  background-color: #f5f5f5;
}
.submenu .menu__item a {
  display: inline-block;
  padding: 8px 16px;
  width: 100%;
  font-size: 18px;
  color: #424242;
}
.submenu .menu__item:first-of-type > a {
  position: relative;
}
.submenu .menu__item:first-of-type > a:after {
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 0;
  border-bottom: solid 1px #e7e7e7;
}
.submenu .has-submenu > a {
  position: relative;
  padding-right: 26px;
}
.submenu .has-submenu > a > i {
  position: absolute;
  right: 9px;
  top: 52%;
  color: #007681;
  font-size: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.collection__models {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  padding-top: 24px;
  max-width: 226px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.collection__model {
  width: 100%;
}
.collection__model:hover a {
  color: #007681;
}
.collection__model.view-all > a {
  position: relative;
}
.collection__model.view-all > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 12px;
  right: 12px;
  border-top: solid 1px #e7e7e7;
}
.collection__info {
  position: absolute;
  top: 0;
  left: 100%;
  width: 860px;
  height: 100%;
  padding-top: 32px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  padding-left: 18px;
}
.collection__info.loaded .loader {
  display: none;
}
.collection__panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 770px;
  height: 100%;
  margin-left: 226px;
  padding-top: 32px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding-left: 18px;
}
.collection__panel:empty {
  display: none !important;
}
.collection__panel .collection-block__image {
  max-width: 424px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.collection__panel .collection-block__image img {
  width: inherit;
}
.collection__panel .collection-block__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.collection__panel .collection-block__text ul {
  padding: 0;
}
.collection__panel .collection-block__text p {
  margin-bottom: 0;
}
.collection__panel .collection-block__link {
  display: none;
}
.collection__panel a.collection-block__link {
  display: none;
}
.collection__panel.loaded .loader {
  display: none;
}

.main-menu > .menu__item > .main-menu__panel {
  display: none;
}
.main-menu > .menu__item:hover > .main-menu__panel {
  display: block;
  -webkit-animation: fadeIn 0.3s alternate;
          animation: fadeIn 0.3s alternate;
}

.submenu > .menu__item > .collection__models,
.submenu > .menu__item > .collection__panel {
  display: none;
}
.submenu > .menu__item:hover > .collection__models, .submenu > .menu__item:hover > .collection__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s alternate;
          animation: fadeIn 0.3s alternate;
}

.submenu > .menu__item > .collection__models:hover + .collection__panel {
  display: none;
}

.submenu > .menu__item.has-submenu.links > .collection__models {
  max-width: none;
  width: calc(100vw - (100vw - 1336px) / 2 * 2 - 226px);
}
.submenu > .menu__item.has-submenu.links > .collection__models .collection__model {
  max-width: 226px;
  width: 100%;
}
.submenu > .menu__item.has-submenu.links > .collection__models .collection__model.first-all {
  display: none;
}

.collection__model > .collection__info {
  display: none;
}
.collection__model:hover > .collection__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s alternate;
          animation: fadeIn 0.3s alternate;
}

.menu-product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-product-block__img {
  max-width: 424px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.menu-product-block__img img {
  width: inherit;
}
.menu-product-block__head {
  margin-bottom: 16px;
}
.menu-product-block__title {
  margin-bottom: 8px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.menu-product-block__text p {
  margin-bottom: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header > div > nav > div.navbar__left > ul > li:nth-child(3) > div > div > ul > li:nth-child(3) > ul {
  padding-bottom: 48%;
}

html:lang(fr-ca) .main-menu__panel, html:lang(es-us) .main-menu__panel {
  height: 530px;
}
html:lang(fr-ca) .desktop-dealer-panel form, html:lang(es-us) .desktop-dealer-panel form {
  max-width: 430px;
}

.main-menu .menu__item.menu__item-icon.get-local-pricing--icon a, .main-menu .menu__item.menu__item-icon.get-local-financing--icon a, .main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a, .main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a, .mobile-main-menu .menu__item.menu__item-icon.get-local-pricing--icon a, .mobile-main-menu .menu__item.menu__item-icon.get-local-financing--icon a, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a {
  padding-right: 16px;
}
.main-menu .menu__item.menu__item-icon.get-local-pricing--icon a > i, .main-menu .menu__item.menu__item-icon.get-local-financing--icon a > i, .main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a > i, .main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a > i, .mobile-main-menu .menu__item.menu__item-icon.get-local-pricing--icon a > i, .mobile-main-menu .menu__item.menu__item-icon.get-local-financing--icon a > i, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a > i, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a > i {
  display: none;
}
.main-menu .menu__item.menu__item-icon.get-local-pricing--icon a::before, .main-menu .menu__item.menu__item-icon.get-local-financing--icon a::before, .main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a::before, .main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a::before, .mobile-main-menu .menu__item.menu__item-icon.get-local-pricing--icon a::before, .mobile-main-menu .menu__item.menu__item-icon.get-local-financing--icon a::before, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a::before, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #007681;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.main-menu .menu__item.menu__item-icon.get-local-pricing--icon a::before, .main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a::before, .mobile-main-menu .menu__item.menu__item-icon.get-local-pricing--icon a::before, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-pricing--icon a::before {
  content: "\f02b";
}
.main-menu .menu__item.menu__item-icon.get-local-financing--icon a::before, .main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a::before, .mobile-main-menu .menu__item.menu__item-icon.get-local-financing--icon a::before, .mobile-main-menu .mobile-submenu__item.menu__item-icon.get-local-financing--icon a::before {
  content: "\f2e8";
}

.desktop-search-panel,
.desktop-dealer-panel {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
}
@media screen and (min-width: 768px) {
  .desktop-search-panel,
.desktop-dealer-panel {
    height: 96px;
  }
}
.desktop-search-panel form,
.desktop-dealer-panel form {
  max-width: 651px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desktop-search-panel form input,
.desktop-dealer-panel form input {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  border: solid 1px #e7e7e7;
  padding: 0 24px 0 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #424242;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.desktop-search-panel form input::-webkit-input-placeholder, .desktop-dealer-panel form input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.desktop-search-panel form input::-moz-placeholder, .desktop-dealer-panel form input::-moz-placeholder {
  color: #a9a9a9;
}
.desktop-search-panel form input:-ms-input-placeholder, .desktop-dealer-panel form input:-ms-input-placeholder {
  color: #a9a9a9;
}
.desktop-search-panel form input::-ms-input-placeholder, .desktop-dealer-panel form input::-ms-input-placeholder {
  color: #a9a9a9;
}
.desktop-search-panel form input::placeholder,
.desktop-dealer-panel form input::placeholder {
  color: #a9a9a9;
}
@media screen and (min-width: 576px) {
  .desktop-search-panel form input,
.desktop-dealer-panel form input {
    padding: 0 12px;
  }
}
.desktop-search-panel form button,
.desktop-dealer-panel form button {
  height: 42px;
  margin-left: 16px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #007681;
  border: 1px solid #007681;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
.desktop-search-panel form button:hover, .desktop-search-panel form button:focus, .desktop-search-panel form button:active,
.desktop-dealer-panel form button:hover,
.desktop-dealer-panel form button:focus,
.desktop-dealer-panel form button:active {
  color: #fff;
  background-color: #199eb2;
  border-color: #199eb2;
}
.desktop-search-panel form .desktop-dealer-panel__form-item.error .desktop-dealer-panel__form-error,
.desktop-dealer-panel form .desktop-dealer-panel__form-item.error .desktop-dealer-panel__form-error {
  display: block;
}
.desktop-search-panel form .desktop-dealer-panel__form-item.error input,
.desktop-dealer-panel form .desktop-dealer-panel__form-item.error input {
  border-color: #E1523D;
}
.desktop-search-panel form .desktop-dealer-panel__form-error,
.desktop-dealer-panel form .desktop-dealer-panel__form-error {
  display: none;
  margin-bottom: 0;
  margin-top: 0.5rem;
  color: #E1523D;
}
.desktop-search-panel__container,
.desktop-dealer-panel__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.desktop-search-panel__close,
.desktop-dealer-panel__close {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  padding: 9px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .desktop-search-panel__close,
.desktop-dealer-panel__close {
    margin-left: auto;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.desktop-search-panel__close i,
.desktop-dealer-panel__close i {
  font-size: 28px;
  color: #007681;
}
.desktop-search-panel .search__wrapper,
.desktop-dealer-panel .search__wrapper {
  position: relative;
  width: 100%;
}
.desktop-search-panel .search__wrapper i,
.desktop-dealer-panel .search__wrapper i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.desktop-dealer-panel form {
  max-width: 362px;
}

.mobile-menu {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    top: 96px;
  }
}
.mobile-menu.opened {
  pointer-events: all;
  opacity: 1;
}

.dark-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.64;
  background-color: #000000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.opened .dark-blur {
  opacity: 0.64;
}

.mobile-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .mobile-panel {
    max-width: 360px;
  }
}
.opened .mobile-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-panel__wrapper {
  position: relative;
  height: 100%;
}
.mobile-search {
  margin-top: 25px;
  padding: 0 16px;
}
.mobile-search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mobile-search > form > input {
  padding: 9px;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
  outline: none;
  margin-right: 16px;
  height: 40px;
  width: 100%;
  line-height: 1.38;
  font-size: 16px;
  color: #424242;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.mobile-search > form > input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.mobile-search > form > input::-moz-placeholder {
  color: #a9a9a9;
}
.mobile-search > form > input:-ms-input-placeholder {
  color: #a9a9a9;
}
.mobile-search > form > input::-ms-input-placeholder {
  color: #a9a9a9;
}
.mobile-search > form > input::placeholder {
  color: #a9a9a9;
}
.mobile-search > form > button {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  background: #007681 url(../../images/search-white.svg) no-repeat center center;
  cursor: pointer;
  border: none;
}

.mobile-plugins {
  margin-top: 25px;
}
.mobile-plugins .dropdown.lang {
  padding: 0 22px;
}
.mobile-plugins .dropdown.lang > a {
  color: #007681;
  position: relative;
  padding-right: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-plugins .dropdown.lang > a > i {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #007681;
}
.mobile-plugins .dropdown.lang > a .fa-earth-americas {
  margin-right: 6px;
}
.mobile-plugins .dropdown.lang > a .fa-chevron-down {
  display: block;
  right: 11px;
  top: 48%;
  width: 11px;
  height: auto;
  font-size: 11px;
  margin: 0;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 2px;
  margin-top: -3px;
}
.mobile-plugins .dropdown.lang > a::after {
  display: none;
}
.mobile-plugins .dropdown.lang > a.show .fa-chevron-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mobile-plugins .dropdown.lang > .dropdown-menu {
  margin-top: 7px !important;
  position: relative !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  border: none;
  padding: 8px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.mobile-plugins .dropdown.lang .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-plugins .dropdown.lang .dropdown-item:active, .mobile-plugins .dropdown.lang .dropdown-item:hover {
  background-color: transparent;
  color: #007681;
}
.mobile-plugins .dropdown.lang .dropdown-item.current-lang {
  background-color: #f5f5f5;
}
.mobile-plugins .dropdown.lang .dropdown-item.current-lang i {
  opacity: 1;
}
.mobile-plugins .dropdown.lang .dropdown-item i {
  opacity: 0;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 4px;
  width: auto;
  height: auto;
  color: #007681;
}

.mobile-main-menu {
  margin: 0;
  padding: 0 16px;
}
@media screen and (min-width: 576px) {
  .mobile-main-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mobile-main-menu a {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #424242;
  border-bottom: solid 1px #e7e7e7;
}
@media screen and (min-width: 576px) {
  .mobile-main-menu a {
    font-size: 18px;
  }
}
.mobile-main-menu a:hover {
  color: #424242;
}
.mobile-main-menu .has-submenu > a {
  position: relative;
  padding-right: 30px;
}
.mobile-main-menu .has-submenu > a .fa-chevron-right {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  color: #007681;
}

.mobile-submenu,
.mobile-collection {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 16px;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1003;
}
@media screen and (min-width: 576px) {
  .mobile-submenu,
.mobile-collection {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mobile-submenu.is-active,
.mobile-collection.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
  margin: 0 -16px;
}
@media screen and (min-width: 576px) {
  .mobile-menu-header {
    margin: 0;
    left: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu-header {
    position: relative;
    top: auto;
  }
}
.mobile-menu-header > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 28px;
  padding-right: 40px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .mobile-menu-header > a {
    height: auto;
    padding-left: 12px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu-header > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mobile-menu-header > a .fa-chevron-left {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #007681;
  font-size: 11px;
}
@media screen and (min-width: 576px) {
  .mobile-menu-header > a .fa-chevron-left {
    left: 0;
  }
}

.mobile-submenu {
  top: -60px;
  height: calc(100% + 60px);
}
@media screen and (min-width: 576px) {
  .mobile-submenu {
    top: 0;
    height: 100%;
  }
}

.mobile-collection {
  z-index: 1004;
}
.mobile-collection__info {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile-collection__item {
  position: relative;
}
.mobile-collection__item span {
  position: absolute;
  right: 0px;
  bottom: 19px;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .mobile-collection__item span {
    font-size: 14px;
    line-height: 18px;
  }
}
.mobile-collection .collection-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mobile-collection .collection-block__content {
  margin-right: 30px;
  width: 64.9%;
}
@media (max-width: 475px) {
  .mobile-collection .collection-block__content {
    width: 71%;
  }
}
.mobile-collection .collection-block__image {
  min-width: 90px;
  width: 35.1%;
  max-width: 180px;
}
@media (max-width: 475px) {
  .mobile-collection .collection-block__image {
    width: 29%;
  }
}
@media screen and (min-width: 576px) {
  .mobile-collection .collection-block__image {
    max-width: 90px;
  }
}
.mobile-collection .collection-block__image > img {
  max-width: 100%;
  height: auto;
}
.mobile-collection .collection-block__title {
  margin-bottom: 8px;
}
.mobile-collection .collection-block__text {
  margin-bottom: 8px;
  font-size: 14px;
}
.mobile-collection .collection-block__text ul {
  padding: 0;
}
.mobile-collection .collection-block__text p {
  margin-bottom: 0;
  line-height: 18px;
}
.mobile-collection .collection-block__link {
  font-size: 16px;
  font-weight: 600;
  color: #007681;
  border: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .mobile-collection .collection-block__link {
    font-size: 18px;
  }
}

.collection-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-carousel .slider-title {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 5%;
  left: 20%;
  z-index: 1;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .gallery-carousel .slider-title {
    font-size: 18px;
    padding: 0 5px;
    left: 5%;
  }
}
.gallery-carousel .slider-products .slick-slide {
  line-height: 0;
  position: relative;
}
.gallery-carousel .slider-products .slick-slide img {
  width: 100%;
}
.gallery-carousel .slider-products .slick-slide figcaption {
  position: absolute;
  bottom: 5%;
  left: 20%;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .gallery-carousel .slider-products .slick-slide figcaption {
    font-size: 16px;
    line-height: 16px;
    left: 5%;
  }
}
.gallery-carousel .slider-products .slick-slide figcaption:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAgQU/tSgQ7mZ6pIu82VOWD6qd/RHhOMam40NXF2xHjS8AAAB3SURBVAjXTY1ZEoMwDEOVlSyQFFromvtfswiHGd6P9eRMDKI/MUej0fkOjQxFNLeTTA1c9SIAnlONvfAIHHBq7Q9eh0NvMe1hwVMc+JU9jLDivlT+MUMdvlU5EeE46tQEB8yX+wnAgzthuoGF7WqpxKT3fV0M4x8klA+r2MwGtgAAAABJRU5ErkJggg==);
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-top;
}
.gallery-carousel .slider-products .slick-slide figcaption a {
  color: #ffffff;
}
.gallery-carousel .slider-products .slick-slide figcaption a:hover, .gallery-carousel .slider-products .slick-slide figcaption a:focus {
  outline: 0;
  text-decoration: underline;
}
.gallery-carousel .slider-products .slick-arrow {
  width: 65px;
  height: 65px;
  background: url(../img/arrows.png) no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .gallery-carousel .slider-products .slick-arrow {
    width: 10px;
    height: 25px;
    background: url(../img/arrow-sm.png) no-repeat;
  }
}
.gallery-carousel .slider-products .slick-arrow.slick-prev {
  left: 3%;
  z-index: 1;
}
.gallery-carousel .slider-products .slick-arrow.slick-next {
  right: 3%;
  background-position: 0 -130px;
}
@media screen and (max-width: 991px) {
  .gallery-carousel .slider-products .slick-arrow.slick-next {
    background-position: 0 -50px;
  }
}
.gallery-carousel .slider-products .slick-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .gallery-carousel .slider-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 50px;
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  .gallery-carousel .slider-nav .slick-list {
    display: none;
  }
}
.gallery-carousel .slider-nav .slick-slide {
  position: relative;
  border-top: 2px solid #ffffff;
}
.gallery-carousel .slider-nav .slick-slide.slick-current span {
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  left: calc(50% - 8px);
  border-top: 8px solid #622567;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0 dotted;
}
.collection-gallery-carousel--hotspot .gallery-carousel .slider-nav .slick-slide.slick-current span {
  border-top-color: #622567;
}
.collection-gallery-carousel--limelight .gallery-carousel .slider-nav .slick-slide.slick-current span {
  border-top-color: #009ca6;
}
.collection-gallery-carousel--highlife .gallery-carousel .slider-nav .slick-slide.slick-current span {
  border-top-color: #6aade4;
}
.gallery-carousel .slider-nav .slick-slide.slick-current img {
  border: 4px solid #622567;
}
.collection-gallery-carousel--hotspot .gallery-carousel .slider-nav .slick-slide.slick-current img {
  border-color: #622567;
}
.collection-gallery-carousel--limelight .gallery-carousel .slider-nav .slick-slide.slick-current img {
  border-color: #009ca6;
}
.collection-gallery-carousel--highlife .gallery-carousel .slider-nav .slick-slide.slick-current img {
  border-color: #6aade4;
}
.gallery-carousel .slider-nav .slick-arrow {
  width: 10px;
  height: 25px;
  background: url(../img/arrow-sm.png) no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}
.gallery-carousel .slider-nav .slick-arrow.slick-prev {
  left: 3%;
  z-index: 1;
}
.gallery-carousel .slider-nav .slick-arrow.slick-next {
  right: 3%;
  background-position: 0 -50px;
}
.gallery-carousel .slider-nav .slick-arrow:hover {
  opacity: 0.5;
}

.additional-menu {
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .additional-menu {
    padding-top: 0;
  }
}
.additional-menu .menu__item {
  margin-right: 9px;
}
@media screen and (min-width: 576px) {
  .additional-menu .menu__item {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .additional-menu .menu__item {
    margin-right: 24px;
  }
}
.additional-menu .menu__item:first-of-type {
  margin-right: 11px;
}
@media screen and (min-width: 576px) {
  .additional-menu .menu__item:first-of-type {
    margin-right: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .additional-menu .menu__item:first-of-type {
    margin-right: 21px;
  }
}
.additional-menu .menu__item:last-of-type {
  margin-right: 0;
}
.additional-menu .menu__item a {
  color: #424242;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .additional-menu .menu__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #007681;
    font-size: 18px;
  }
}
.additional-menu .menu__item a .desktop-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .additional-menu .menu__item a .desktop-title {
    display: block;
  }
}
.additional-menu .menu__item a .mobile-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .additional-menu .menu__item a .mobile-title {
    display: none;
  }
}
.additional-menu .menu__item a:hover {
  color: #007681;
}
.additional-menu .menu__item a > i {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #007681;
}
@media screen and (min-width: 576px) {
  .additional-menu .menu__item a > i {
    margin-right: 6px;
  }
}
.additional-menu .menu__item.search {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.additional-menu .menu__item.search > .search_icon {
  color: #007681;
  width: 16px;
  height: 16px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin-right: -1px;
}
.additional-menu .menu__item.search > .search_icon i {
  display: block;
}
.additional-menu .menu__item.dropdown > .dropdown-menu {
  top: calc(100% + 8px) !important;
  border: none;
}
@media screen and (min-width: 992px) {
  .additional-menu .menu__item.dropdown > .dropdown-menu {
    right: 7px;
  }
}
.additional-menu .menu__item.dropdown > .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
          animation: fadeIn 0.3s alternate;
}
.additional-menu .menu__item.dropdown > .dropdown-menu a:not(:hover, :active) {
  color: #424242;
}
.additional-menu .menu__item.dropdown > .dropdown-menu a:active {
  background-color: #e9ecef;
  color: #199eb2;
}
.additional-menu .menu__item.dropdown > .dropdown-menu a:hover {
  background-color: transparent;
}
.additional-menu .menu__item.dropdown a.dropdown-toggle {
  padding-right: 26px;
  position: relative;
}
.additional-menu .menu__item.dropdown a.dropdown-toggle .fa-chevron-down {
  position: absolute;
  display: block;
  right: 11px;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 11px;
  height: auto;
  font-size: 11px;
  margin: 0;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.additional-menu .menu__item.dropdown a.dropdown-toggle::after {
  display: none;
}
.additional-menu .menu__item.dropdown a.dropdown-toggle.show .fa-chevron-down {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.additional-menu .menu__item:nth-child(1) > a:before {
  background: url(../../images/gps.svg) no-repeat center center;
}
.additional-menu .menu__item:nth-child(2) > a:before {
  background: url(../../images/file.svg) no-repeat center center;
}
.additional-menu .menu__item.lang {
  margin-right: 0;
}
.additional-menu .menu__item.lang > a:before {
  background: url(../../images/earth.svg) no-repeat center center;
}
@media screen and (min-width: 576px) {
  .additional-menu .menu__item.lang > a > i {
    margin-right: 8px;
  }
}
.additional-menu .menu__item.lang .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.additional-menu .menu__item.lang .dropdown-item.current-lang {
  background-color: #f5f5f5;
}
.additional-menu .menu__item.lang .dropdown-item.current-lang i {
  opacity: 1;
  font-size: 12px;
}
.additional-menu .menu__item.lang .dropdown-item i {
  opacity: 0;
  margin-right: 5px;
  margin-top: 4px;
  width: auto;
  height: auto;
}
.additional-menu .menu__item:hover > a {
  font-weight: normal;
  background-color: unset;
}

.hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1010;
  margin-top: 1px;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    margin-top: 0;
  }
}
.hamburger-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #007681;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hamburger-box .fa-bars {
  opacity: 1;
  font-size: 21px;
}
.hamburger-box .fa-xmark {
  opacity: 0;
  font-size: 22px;
  top: 52%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hamburger-box .fa-xmark {
    top: 53%;
    left: 59%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.hamburger.is-active .hamburger-box .fa-bars {
  opacity: 0;
}
.hamburger.is-active .hamburger-box .fa-xmark {
  opacity: 1;
}

.navbar {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: inherit;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .navbar {
    height: 96px;
  }
}
.navbar__left, .navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.navbar .main-menu {
  display: none;
}
@media screen and (min-width: 1326px) {
  .navbar .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.navbar .additional-menu .menu__item.lang {
margin-right:0px!important;
}
@media screen and (min-width: 1326px) {
  .navbar .additional-menu .menu__item.lang {
    display: block;
  }
}
.navbar .additional-menu .menu__item.search {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .additional-menu .menu__item.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1326px) {
  .navbar .hamburger {
    display: none;
  }
}

@media screen and (min-width: 1326px) {
  .mobile-menu.opened {
    pointer-events: none;
    opacity: 0;
  }
}

.mobile-search {
  display: block;
}
@media screen and (min-width: 992px) {
  .mobile-search {
    display: none;
  }
}

.mobile-plugins {
  display: block;
}
@media screen and (min-width: 1326px) {
  .mobile-plugins {
    display: none;
  }
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #d5d5d5;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #d5d5d5), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #d5d5d5 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #d5d5d5;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #f5f5f5;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #035457;
  color: #fff;
  padding: 35px 18px 48px;
}
@media screen and (min-width: 576px) {
  .footer {
    padding: 48px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 35px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 97px 0 98px;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.8;
}
.footer-logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer-logo {
    margin-bottom: 0;
    display: block;
    padding-left: 6px;
    margin-top: -9px;
  }
}
.footer-logo__image img {
  width: 227px;
  margin-left: -19px;
}
@media (max-width: 767px) {
  .footer-logo__image img {
    width: 237px;
  }
}
@media (max-width: 991px) {
  .footer-logo__image img {
    width: 240px;
  }
}
@media screen and (min-width: 992px) {
  .footer-logo__image img {
    width: 227px;
  }
}
.footer-social {
  margin-top: 31px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (min-width: 768px) {
  .footer-social {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-social {
    margin-top: 43px;
  }
}
.footer-social__item {
  margin-left: 16px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .footer-social__item {
    margin-left: 10px;
    margin-right: 21px;
  }
  .footer-social__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-social__item {
    margin-left: 18px;
    margin-right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-social__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.footer-social__item i {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .footer-social__item i {
    font-size: 20px;
  }
}
.footer-nav-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer-nav-list {
    margin-bottom: 40px;
  }
}
.footer-nav-list__item {
  margin-bottom: 14px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer-nav-list__item {
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-list__item {
    margin-right: 8px;
  }
}
.footer__title {
  margin-bottom: 15px;
  color: #e7e7e7;
}
.footer__info {
  margin-bottom: 25px;
}
.footer__copy {
  margin-bottom: 0;
}

.card {
  height: 100%;
  -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background-color: inherit;
}
.card-body {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 1200px) {
  .card-body {
    padding: 32px 24px 32px;
  }
}
@media screen and (min-width: 768px) {
  .card-title {
    margin-bottom: 6px;
  }
}
.card-title, .card-title a {
  color: #424242;
}
.card-link {
  font-weight: 600;
}
.card-text {
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .card-text {
    margin-bottom: 6px;
  }
}
.card.horizontal.two-col .row, .card.horizontal.two-col .gform_wrapper .gform_fields, .gform_wrapper .card.horizontal.two-col .gform_fields {
  height: 100%;
}
.card.horizontal.two-col .card-body {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 1200px) {
  .card.horizontal.two-col .card-body {
    padding: 24px 24px 32px;
  }
}
@media screen and (min-width: 768px) {
  .card.horizontal.two-col .card-text {
    margin-bottom: 14px;
  }
}
.card.horizontal.two-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.model-card-slide .card.vertical.two-col > .card-link {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(238, 238, 238), rgba(255, 255, 255, 0));
}
@media screen and (min-width: 768px) {
  .model-card-slide .card.vertical.two-col .card-text {
    margin-bottom: 6px;
  }
}
.model-card-slide .card.vertical.three-col > .card-link .elementor-icon-wrapper {
  max-height: 96px;
}
@media screen and (min-width: 768px) {
  .model-card-slide .card.vertical.three-col > .card-link .elementor-icon-wrapper {
    max-height: 72px;
  }
}

.elementor-label-wrapper .elementor-icon {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.hero .elementor-icon {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.elementor-widget-cards-collection .elementor-section .swiper-button-prev,
.elementor-widget-cards-collection .elementor-section .swiper-button-next {
  margin-top: -110px;
}
.elementor-widget-cards-collection .swiper-container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.elementor-widget-cards-collection .collection-card-slide {
  padding: 18px;
}
.elementor-widget-cards-collection .card {
  -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
}
.elementor-widget-cards-collection .card-body {
  padding: 24px 16px !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .card-body {
    padding: 32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-collection .card-body {
    padding: 32px 24px !important;
  }
}

.card.model-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card.model-card .card-body {
  padding: 16px 8px 32px;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .card.model-card .card-body {
    padding: 8px 8px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .card.model-card .card-body {
    margin-top: -32px;
  }
}
.card.model-card .card-body .card-title {
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .card.model-card .card-body .card-title {
    margin-bottom: 2px;
  }
}
.card.model-card .card-body .card-series {
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .card.model-card .card-body .card-series {
    margin-bottom: 0;
  }
}
.card.model-card .card-body .card-capacity-cost {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .card.model-card .card-body .card-capacity-cost {
    font-size: 18px;
    line-height: 26px;
  }
}
.card.model-card .card-body .card-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.card.model-card .card-body .card-title a:hover {
  color: #424242;
}
.card.model-card .card-body .card-series {
  font-weight: 600;
}
.card.model-card .card-body .card-rating {
  line-height: normal;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .card.model-card .card-body .card-rating {
    margin-bottom: 0;
  }
}
.card.model-card .card-body .card-rating .bv-stars--link {
  color: var(--bs-primary);
  margin-left: 3px;
  font-weight: 600;
}
.card.model-card .card-body .delimeter {
  margin: 0 4px;
}
.card.model-card img {
  opacity: 1;
  -webkit-transition: visibility 333ms linear, opacity 333ms linear;
  transition: visibility 333ms linear, opacity 333ms linear;
}
.card.model-card img.hover {
  visibility: hidden;
  opacity: 0;
  margin-top: -295px;
}
.card.model-card.cold-plunge img.hover {
  margin-top: -306px;
}
@media screen and (min-width: 1200px) {
  .card.model-card > a:hover img.hoverable {
    visibility: hidden;
    opacity: 0;
  }
  .card.model-card > a:hover img.hover {
    visibility: visible;
    opacity: 1;
  }
}

.elementor-widget-section-cta-button .btn, .elementor-widget-section-cta-button .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .elementor-widget-section-cta-button .swiper-slide__info__button, .elementor-widget-section-cta-button .gform_footer input[type=submit], .gform_footer .elementor-widget-section-cta-button input[type=submit], .elementor-widget-section-cta-button .wp-block-button .wp-block-button__link, .wp-block-button .elementor-widget-section-cta-button .wp-block-button__link {
  padding: 9px 15px 8px;
}

.page-new-highlife-collection .card.model-card .card-body {
  padding: 7px 16px 32px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-new-highlife-collection .card.model-card .card-body {
    padding: 8px 16px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-new-highlife-collection .card.model-card .card-body {
    margin-top: 0;
    padding: 18px 16px 24px;
  }
}

.prefooter {
  background: #eeeeee;
  padding: 24px 0 40px;
}
@media screen and (min-width: 1200px) {
  .prefooter__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prefooter__row > div:nth-child(1) {
    margin-right: 8px;
  }
  .prefooter__row .col-xl-auto {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.prefooter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width: 576px) {
  .prefooter-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.prefooter-list__item {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 16px;
}
.prefooter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .prefooter-link {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter-link {
    margin-top: 0;
  }
}
.prefooter-link i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
}

.elementor-widget-section-shop-by-model .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.elementor-widget-section-shop-by-model .filter-wrapper .filter-slide {
  margin: 0 9px;
  padding: 7px 0;
  cursor: pointer;
}
.elementor-widget-section-shop-by-model .filter-wrapper .filter-slide a {
  color: var(--bs-primary);
}
.swiper-wrapper {
  height: auto !important;
}
.swiper .swiper-slide-desc {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .swiper .swiper-slide-desc {
    margin-top: -53px;
  }
}
.swiper.mySwiper {
  position: relative;
}
.swiper.mySwiper::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, white), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(94%, white));
  background: linear-gradient(90deg, white 6%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, white 94%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .swiper.mySwiper::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgb(255, 255, 255)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 0)), color-stop(98%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 98%);
  }
}
.swiper.mySwiper .swiper-slide-active::after {
  content: "";
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  background-color: #007681;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .swiper.mySwiper .swiper-slide-active::after {
    bottom: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper.mySwiper .swiper-slide-active::after {
    bottom: -17px;
  }
}

.breadcrumbs-wrapper {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .header__container {
    padding: 0 4px 0 7px;
  }
}

.breadcrumb {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
}
.breadcrumb li:first-of-type {
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumb li:first-of-type {
    padding-left: 0;
  }
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-item > a {
  margin-right: 6px;
}
.breadcrumb-item .fa-chevron-right {
  font-size: 11px;
  color: #007681;
  position: absolute;
  left: 12px;
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .breadcrumb-item .fa-chevron-right {
    position: unset;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.breadcrumb-item.active {
  font-weight: 400;
  margin-right: 0;
}
.breadcrumb-item:not(:nth-last-child(2)) {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb-item:not(:nth-last-child(2)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cost-widget {
  cursor: default;
}
.cost-widget .active-cost-part,
.cost-widget .passive-cost-part {
  cursor: default;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .cost-widget .active-cost-part,
.cost-widget .passive-cost-part {
    line-height: 26px;
  }
}
.cost-widget .active-cost-part {
  color: var(--bs-primary);
}
.cost-widget .passive-cost-part {
  color: #a9a9a9;
}
.cost-widget i {
  display: none;
}

.bv-star-rating {
  display: inline-block;
  font-size: 15px;
  letter-spacing: normal;
}
.bv-star-rating .fa-star-o,
.bv-star-rating .fa-star {
  margin-right: 2px;
  font-size: 15px;
}
.bv-star-rating :last-of-type.fa-star, .bv-star-rating :last-of-type.fa-star-o {
  margin-right: 0;
}
.bv-star-rating.blue,
.bv-star-rating.blue a,
.bv-star-rating.blue .elementor a {
  color: var(--bs-primary);
}
.bv-star-rating.blue:hover,
.bv-star-rating.blue a:hover,
.bv-star-rating.blue .elementor a:hover {
  color: var(--bs-yellow);
}
.bv-star-rating.yellow,
.bv-star-rating.yellow a,
.bv-star-rating.yellow .elementor a {
  color: var(--bs-yellow);
}
.bv-star-rating.yellow:hover,
.bv-star-rating.yellow a:hover,
.bv-star-rating.yellow .elementor a:hover {
  color: var(--bs-yellow);
}
.bv-star-rating .back-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bv-star-rating .back-stars .front-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.in-line-rating > .reviews {
  display: inline !important;
  padding: 5px !important;
  color: var(--bs-primary) !important;
  font-weight: 600;
}
.in-line-rating > .reviews:hover {
  color: var(--bs-gray-600) !important;
}

#popover-pop .popover-container {
  position: relative;
  padding: 27px 23px;
  width: 100%;
  color: #424242;
}
#popover-pop .popover-container .popover-header {
  background-color: initial;
  border-bottom: none;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 36px;
  padding-top: 0;
  font-weight: 400;
}
#popover-pop .popover-container .popover-header h3, #popover-pop .popover-container .popover-header .h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  #popover-pop .popover-container .popover-header {
    font-size: 22px;
  }
}
#popover-pop .popover-container :not(:last-child).popover-row {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  #popover-pop .popover-container :not(:last-child).popover-row {
    margin-bottom: 19px;
  }
}
#popover-pop .popover-container .popover-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
#popover-pop .popover-container .popover-row .popover-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
#popover-pop .popover-container .popover-row .popover-item.popover-item-cost-widget {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#popover-pop .popover-container .popover-row .popover-item.popover-item-cost {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#popover-pop .popover-container .popover-top {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  #popover-pop .popover-container .popover-top {
    font-size: 18px;
  }
}
#popover-pop .popover-container .popover-top .cost-widget-popover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#popover-pop .popover-container .popover-top :not(:last-child).row.row-item, #popover-pop .popover-container .popover-top .gform_wrapper .gform_fields:not(:last-child).row-item, .gform_wrapper #popover-pop .popover-container .popover-top .gform_fields:not(:last-child).row-item {
  margin-bottom: 18px;
}
#popover-pop .popover-container .desktop-dealer-panel__close {
  top: 3px;
  right: 0;
  -webkit-transform: unset;
          transform: unset;
  position: absolute;
}
#popover-pop .popover-container .cost {
  font-weight: 600;
}
#popover-pop .popover-container .cost.active-cost-part {
  color: #007681;
}
#popover-pop .popover-container .cost.passive-cost-part {
  color: #a9a9a9;
}
#popover-pop .popover-container .popover-bottom {
  text-align: left;
  font-weight: 400;
}
#popover-pop .popover-container .popover-bottom p {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
#popover-pop .popover-container .popover-bottom p.show-msrp-price {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  #popover-pop .popover-container .popover-bottom p {
    font-size: 14px;
    line-height: 18px;
  }
}
#popover-pop .popover-container .popover-bottom p:last-child {
  margin-bottom: 0;
}
#popover-pop .popover-container .popover-bottom a {
  line-height: normal;
  font-weight: 600;
}
#popover-pop .cover-color-popup-content {
  padding-top: 19px;
  padding-bottom: 0;
}
#popover-pop .cover-color-popup-content h4, #popover-pop .cover-color-popup-content .h4 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  #popover-pop .cover-color-popup-content {
    margin-bottom: 0;
  }
}
#popover-pop .cover-color-popup-content .rounded-square {
  margin-right: 12px;
  padding: 2;
  height: 40px;
  border-width: 2px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #popover-pop .cover-color-popup-content .rounded-square {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-width: 2px;
    border-radius: 7px;
  }
}
#popover-pop .cover-color-popup-content .popover-bottom span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #popover-pop .cover-color-popup-content .popover-bottom span {
    font-size: 12px;
    line-height: 16px;
  }
}

.tippy-box[data-theme~=light] {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  margin-left: 7px;
  margin-right: 7px;
}

.page-template-page-workhorse main.content h1, .page-template-page-workhorse main.content .h1,
.page-template-page-workhorse main.content h2,
.page-template-page-workhorse main.content .h2,
.page-template-page-workhorse main.content h3,
.page-template-page-workhorse main.content .h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-workhorse main.content h1, .page-template-page-workhorse main.content .h1,
.page-template-page-workhorse main.content h2,
.page-template-page-workhorse main.content .h2,
.page-template-page-workhorse main.content h3,
.page-template-page-workhorse main.content .h3 {
    margin-bottom: 8px;
  }
}
.page-template-page-workhorse main.content p {
  margin: 16px 0;
}
.page-template-page-workhorse main.content ul,
.page-template-page-workhorse main.content ol {
  margin: 16px 0 16px 24px;
}
.page-template-page-workhorse main.content ul {
  list-style-type: disc;
}
.page-template-page-workhorse main.content ol {
  list-style-type: decimal;
}
.page-template-page-workhorse header {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .page-template-page-workhorse header {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-workhorse header {
    margin-bottom: 72px;
  }
}

.single-faq .type-faq {
  margin-top: 24px;
  margin-bottom: 56px;
}
.single-faq main.content h1, .single-faq main.content .h1, .single-faq main.content h2.center, .single-faq main.content .center.h2 {
  text-align: center;
  margin-top: 16px;
}
.single-faq main.content h2, .single-faq main.content .h2 {
  margin: 56px 0 0;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .single-faq main.content h2, .single-faq main.content .h2 {
    line-height: 34px;
  }
}
.single-faq main.content h1, .single-faq main.content .h1 {
  line-height: 56px;
}
@media screen and (min-width: 768px) {
  .single-faq main.content h1, .single-faq main.content .h1 {
    line-height: 1.33;
  }
}
.single-faq main.content h1, .single-faq main.content .h1,
.single-faq main.content h2,
.single-faq main.content .h2,
.single-faq main.content h3,
.single-faq main.content .h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .single-faq main.content h1, .single-faq main.content .h1,
.single-faq main.content h2,
.single-faq main.content .h2,
.single-faq main.content h3,
.single-faq main.content .h3 {
    margin-bottom: 8px;
  }
}
.single-faq main.content p {
  margin: 16px 0;
}
.single-faq main.content img {
  -webkit-box-shadow: 0 8px 16px -16px #000, 0 -8px 16px -16px #000;
          box-shadow: 0 8px 16px -16px #000, 0 -8px 16px -16px #000;
}
.single-faq main.content ul,
.single-faq main.content ol {
  margin: 16px 0 16px 24px;
}
.single-faq main.content ul {
  list-style-type: disc;
}
.single-faq main.content ol {
  list-style-type: decimal;
}

.jump-to {
  margin-bottom: 0;
  margin-right: 4px;
  padding: 8px 0 6px;
}
@media screen and (min-width: 768px) {
  .jump-to {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .jump-to {
    margin-right: 11px;
  }
}
.jump-to .dropdown-toggle {
  color: #007681;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .jump-to .dropdown-toggle {
    font-size: 16px;
  }
}
.jump-to .dropdown-toggle::after {
  content: none;
}
.jump-to .dropdown-toggle .fa-chevron-down {
  position: relative;
  font-size: 11px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.jump-to .dropdown-toggle.show .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.jump-to .dropdown-menu {
  background: #fff;
  border-radius: 5px;
  padding: 8px 0;
  position: absolute;
  top: 16px !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  border: none;
}
.jump-to .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
}
.jump-to .dropdown-item a {
  display: block;
  line-height: 22px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  padding: 0;
  color: #424242;
  background-color: #fff;
  padding: 5px 24px;
}
.jump-to .dropdown-item a:hover {
  color: #007681;
}

.find-block {
  border: 1px solid #bfbfbf;
  padding: 10%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media screen and (min-width: 480px) {
  .find-block {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .find-block {
    margin-top: 25px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 992px) {
  .find-block {
    margin-top: 35px;
  }
}
.find-block h1, .find-block .h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.find-block .zip-serch {
  margin-top: 30px;
}
.find-block .zip-serch .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.find-block .zip-serch .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.find-block .zip-serch .form-control::-moz-placeholder {
  font-style: italic;
}
.find-block .zip-serch .form-control:-ms-input-placeholder {
  font-style: italic;
}
.find-block .zip-serch .form-control::-ms-input-placeholder {
  font-style: italic;
}
.find-block .zip-serch .form-control::placeholder {
  font-style: italic;
}
.find-block .zip-serch .input-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.find-block .zip-serch .form-group {
  margin-bottom: 20px;
}
.find-block .zip-serch button.btn, .find-block .zip-serch .elementor-widget-section-carousel-slide button.swiper-slide__info__button, .elementor-widget-section-carousel-slide .find-block .zip-serch button.swiper-slide__info__button, .find-block .zip-serch .wp-block-button button.wp-block-button__link, .wp-block-button .find-block .zip-serch button.wp-block-button__link {
  border: none;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  padding: 8px 15px;
  line-height: 1;
}
.find-block .zip-serch button.btn:hover, .find-block .zip-serch .elementor-widget-section-carousel-slide button.swiper-slide__info__button:hover, .elementor-widget-section-carousel-slide .find-block .zip-serch button.swiper-slide__info__button:hover, .find-block .zip-serch .wp-block-button button.wp-block-button__link:hover, .wp-block-button .find-block .zip-serch button.wp-block-button__link:hover {
  background-color: #199eb2;
}
.find-block h3, .find-block .h3 {
  color: inherit;
  margin: 20px 0;
}

.dp-states-and-city {
  padding: 0 15px;
}
.dp-states-and-city .state-header, .dp-states-and-city .city-header {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  .dp-states-and-city .state-header, .dp-states-and-city .city-header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .dp-states-and-city .state-header, .dp-states-and-city .city-header {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .dp-states-and-city .state-header, .dp-states-and-city .city-header {
    margin-top: 35px;
  }
}
.dp-states-and-city .dp-state-content, .dp-states-and-city .dp-city-content, .dp-states-and-city .dp-map {
  padding-top: 15px;
}
@media screen and (min-width: 480px) {
  .dp-states-and-city .dp-state-content, .dp-states-and-city .dp-city-content, .dp-states-and-city .dp-map {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .dp-states-and-city .dp-state-content, .dp-states-and-city .dp-city-content, .dp-states-and-city .dp-map {
    padding-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .dp-states-and-city .dp-state-content, .dp-states-and-city .dp-city-content, .dp-states-and-city .dp-map {
    padding-top: 35px;
  }
}
.dp-states-and-city h1, .dp-states-and-city .h1 {
  margin: 0;
}
.dp-states-and-city h3, .dp-states-and-city .h3 {
  color: inherit;
  text-align: center;
  padding: 20px 0;
  margin: 40px 0 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.dp-states-and-city ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .dp-states-and-city ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 991px) {
  .dp-states-and-city ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .dp-states-and-city ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.dp-states-and-city ul li {
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .dp-states-and-city ul li {
    margin-bottom: 0.25em;
  }
}
.dp-states-and-city ul li a {
  font-size: 14px;
  line-height: 1.8571;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dp-states-and-city ul li a {
    -webkit-column-count: 13px;
       -moz-column-count: 13px;
            column-count: 13px;
  }
}
.dp-states-and-city ul li a:link, .dp-states-and-city ul li a:visited {
  text-decoration: underline;
}
.dp-states-and-city ul li a:hover, .dp-states-and-city ul li a:focus {
  color: #009ca6;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #search-by-state {
    border-top: 105px solid transparent;
    margin-top: -105px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1251px) {
  #search-by-state {
    border-top: 90px solid transparent;
    margin-top: -90px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 992px) {
  #search-by-state {
    border-top: 100px solid transparent;
    margin-top: -100px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  #search-by-state {
    border-top: 95px solid transparent;
    margin-top: -95px;
  }
}
@media (max-width: 995px) and (min-width: 881px) {
  #search-by-state {
    border-top: 80px solid transparent;
    margin-top: -80px;
  }
}
@media (max-width: 881px) and (min-width: 768px) {
  #search-by-state {
    border-top: 70px solid transparent;
    margin-top: -70px;
  }
}

.dealer-info {
  border: 1px solid #a9a9a9;
  margin: 0;
}
.dealer-info--confirmation {
  border: none;
}
.dealer-info--confirmation .acf-map {
  height: 275px;
}
@media screen and (min-width: 768px) {
  .dealer-info--confirmation .acf-map {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .dealer-info--confirmation .acf-map {
    height: 275px;
  }
}
@media screen and (min-width: 768px) {
  .dealer-info--confirmation .dealer-info-container {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .dealer-info--confirmation .dealer-info-container {
    padding-right: 0;
  }
}
.dealer-info--confirmation .dealer-info-container .row, .dealer-info--confirmation .dealer-info-container .gform_wrapper .gform_fields, .gform_wrapper .dealer-info--confirmation .dealer-info-container .gform_fields {
  margin-top: 14px;
}
.dealer-info--confirmation .dealer-info-container .row:first-of-type, .dealer-info--confirmation .dealer-info-container .gform_wrapper .gform_fields:first-of-type, .gform_wrapper .dealer-info--confirmation .dealer-info-container .gform_fields:first-of-type {
  margin-top: 0;
}
.dealer-info--confirmation .dealer-info-container .row .col-md-4, .dealer-info--confirmation .dealer-info-container .gform_wrapper .gform_fields .col-md-4, .gform_wrapper .dealer-info--confirmation .dealer-info-container .gform_fields .col-md-4 {
  text-align: right;
  font-weight: bold;
}
.dealer-info--confirmation .dealer-info-container .row .col-md-4 b, .dealer-info--confirmation .dealer-info-container .gform_wrapper .gform_fields .col-md-4 b, .gform_wrapper .dealer-info--confirmation .dealer-info-container .gform_fields .col-md-4 b {
  color: #000;
}
@media screen and (max-width: 767px) {
  .dealer-info--confirmation .dealer-info-container .row, .dealer-info--confirmation .dealer-info-container .gform_wrapper .gform_fields, .gform_wrapper .dealer-info--confirmation .dealer-info-container .gform_fields {
    text-align: center;
  }
  .dealer-info--confirmation .dealer-info-container .row .col-md-4, .dealer-info--confirmation .dealer-info-container .gform_wrapper .gform_fields .col-md-4, .gform_wrapper .dealer-info--confirmation .dealer-info-container .gform_fields .col-md-4 {
    text-align: center;
  }
}
.dealer-info--confirmation .dealer-info-container .track-confirmation-get-directions {
  display: inline-block;
  margin-top: 6px;
}
.dealer-info--confirmation .dealer-info-container .dealer-info__table-title {
  padding-right: 0;
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .dealer-info--confirmation .dealer-info-container .dealer-info__table-title {
    padding-right: 0;
    text-align: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dealer-info--confirmation .dealer-info-container .dealer-info__table-title {
    padding-right: 22px;
  }
}
.dealer-info--confirmation .dealer-info-container .dealer-info__table-content {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .dealer-info--confirmation .dealer-info-container .dealer-info__table-content {
    padding-left: 9px;
    padding-right: 0;
  }
}
.dealer-info--confirmation .dealer-info-container .dealer-info__table-content a {
  font-weight: 600;
}
.dealer-info--confirmation-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .dealer-info--confirmation-title {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .dealer-info--confirmation-title {
    margin-bottom: 56px;
  }
}
.dealer-info--confirmation .dealer-map-container {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .dealer-info--confirmation .dealer-map-container {
    padding-right: 35px;
    padding-left: 6px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dealer-info--confirmation .dealer-map-container {
    padding-right: 25px;
    padding-left: 0;
  }
}
.dealer-info .dealer-map {
  width: 100%;
  height: 100%;
  min-height: 440px;
}
@media screen and (max-width: 767px) {
  .dealer-info .dealer-map {
    min-height: 250px;
  }
}
.dealer-info .dealer-map .acf-map {
  width: 100%;
  height: 100%;
}

.dealer-map-details {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  min-height: 440px;
}
@media screen and (max-width: 1199px) {
  .dealer-map-details {
    padding: 60px 0;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .dealer-map-details {
    padding: 40px 0;
  }
}
.dealer-map-details dl {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.dealer-map-details dt {
  color: #424242;
  font-size: 14px;
  font-weight: 700;
  width: 35%;
  float: left;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dealer-map-details dt {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.dealer-map-details dd {
  color: #424242;
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 20px;
  width: 60%;
  float: left;
  padding-left: 5%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .dealer-map-details dd {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.dealer-map-details dd a {
  font-weight: 600;
  font-style: normal;
}
.dealer-map-details a.btn, .dealer-map-details .elementor-widget-section-carousel-slide a.swiper-slide__info__button, .elementor-widget-section-carousel-slide .dealer-map-details a.swiper-slide__info__button, .dealer-map-details .wp-block-button a.wp-block-button__link, .wp-block-button .dealer-map-details a.wp-block-button__link {
  padding: 8px 70px;
}
.dealer-map-details a.btn:after, .dealer-map-details .elementor-widget-section-carousel-slide a.swiper-slide__info__button:after, .elementor-widget-section-carousel-slide .dealer-map-details a.swiper-slide__info__button:after, .dealer-map-details .wp-block-button a.wp-block-button__link:after, .wp-block-button .dealer-map-details a.wp-block-button__link:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAgQU/tSgQ7mZ6pIu82VOWD6qd/RHhOMam40NXF2xHjS8AAAB3SURBVAjXTY1ZEoMwDEOVlSyQFFromvtfswiHGd6P9eRMDKI/MUej0fkOjQxFNLeTTA1c9SIAnlONvfAIHHBq7Q9eh0NvMe1hwVMc+JU9jLDivlT+MUMdvlU5EeE46tQEB8yX+wnAgzthuoGF7WqpxKT3fV0M4x8klA+r2MwGtgAAAABJRU5ErkJggg==);
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .dealer-map-details a.btn, .dealer-map-details .elementor-widget-section-carousel-slide a.swiper-slide__info__button, .elementor-widget-section-carousel-slide .dealer-map-details a.swiper-slide__info__button, .dealer-map-details .wp-block-button a.wp-block-button__link, .wp-block-button .dealer-map-details a.wp-block-button__link {
    width: 90%;
  }
}
.dealer-map-details a.btn::after, .dealer-map-details .elementor-widget-section-carousel-slide a.swiper-slide__info__button::after, .elementor-widget-section-carousel-slide .dealer-map-details a.swiper-slide__info__button::after, .dealer-map-details .wp-block-button a.wp-block-button__link::after, .wp-block-button .dealer-map-details a.wp-block-button__link::after {
  display: none;
}

.page-confirmation .bootstrap-specific .elementor-text-editor a {
  font-weight: 600;
}

.dealer-btn {
  margin-top: 30px;
}
.dealer-btn a {
  width: 100%;
  white-space: normal;
}
@media screen and (max-width: 991px) {
  .dealer-btn a {
    margin-bottom: 10px;
  }
}

.dealer-about {
  margin-bottom: 70px;
}
.dealer-about .about-description h1, .dealer-about .about-description .h1 {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .dealer-about .about-description,
.dealer-about .about-areas-we-serve {
    padding-right: 20px;
  }
}
.dealer-about h3, .dealer-about .h3 {
  margin-top: 32px;
  color: inherit;
}
.dealer-about .special-coupons {
  text-align: center;
}
.dealer-about .services {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dealer-about .services {
    display: block;
  }
}
.dealer-about .services img {
  width: 27%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .dealer-about .services img {
    width: 100%;
  }
}
.dealer-about .services__right-col {
  width: 45%;
  margin: 0 20% 0 3%;
}
@media screen and (max-width: 767px) {
  .dealer-about .services__right-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.dealer-about .services h4, .dealer-about .services .h4 {
  color: inherit;
  text-transform: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dealer-about .services h4, .dealer-about .services .h4 {
    margin-top: 5px;
  }
}
.dealer-about .services p:last-of-type {
  margin-bottom: 0;
}

.dealer-badge-act-of-kindness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.dealer-badge-act-of-kindness .flex-item:first-child {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .dealer-badge-act-of-kindness .flex-item:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .dealer-badge-act-of-kindness {
    display: block;
  }
}

.dealer-about-carousel .slick-arrow {
  position: absolute;
  display: block;
  height: 59px;
  width: 31px;
  z-index: 1;
}
.dealer-about-carousel .slick-arrow::before {
  display: none;
}
.dealer-about-carousel .slick-prev {
  background: url(../img/slider-prev.png);
  background-position: 0 0;
  left: -15px;
}
.dealer-about-carousel .slick-next {
  background: url(../img/slider-next.png);
  background-position: 0 0;
  right: -15px;
}
.dealer-about-carousel .slick-slide img {
  width: 100%;
  margin: auto;
  max-width: 228px;
  cursor: pointer;
}
.dealer-about-carousel .slick-slide .item {
  position: relative;
}
.dealer-about-carousel .slick-slide .item .item--video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dealer-about-carousel .carousel-item-bbb {
  padding: 0 15px;
}

.dealer-about .modal-content {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dealer-about .modal-header {
  border: 0;
}
.dealer-about .modal-header .close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
  margin-top: -2px;
  padding: 0;
  text-shadow: none;
}
.dealer-about .modal-header .close:not(:disabled):not(.disabled):hover, .dealer-about .modal-header .close:not(:disabled):not(.disabled):focus {
  color: red;
  opacity: 1;
  text-shadow: 0 1px 0 red;
}
.dealer-about .modal-dialog {
  max-width: 600px;
}
.dealer-about .modal-body {
  max-height: none;
  overflow: visible;
  padding: 0 20px 20px 5px;
}

.single-edls .modal-backdrop {
  opacity: 0.8;
}

.coupon-wrapper {
  width: 700px;
  margin: auto;
}
@media print {
  .coupon-wrapper {
    padding-top: 40px;
  }
}
.coupon-wrapper .image-wrapper {
  height: 486px;
  position: relative;
}
.coupon-wrapper .image-wrapper img {
  max-height: 100%;
}
@media print {
  .coupon-wrapper .image-wrapper img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}
.coupon-wrapper .coupon-title {
  margin-bottom: 10px;
}
.coupon-wrapper .legal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.coupon-wrapper .coupon-current-date {
  color: #212529;
}

.coupon-body-wrapper .headline {
  color: #212529;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 220px;
  left: 80px;
  font-size: 4em;
  line-height: 43px;
  padding-right: 20px;
}
.coupon-body-wrapper .coupon-text {
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 1.2em;
  overflow: hidden;
  height: 250px;
  width: 50%;
  padding: 0 0 0 72px;
  position: absolute;
  top: 300px;
  left: -30px;
}
.coupon-body-wrapper .dealer-address {
  width: 35%;
  text-align: center;
  padding: 10px 30px 0 0;
  position: absolute;
  top: 300px;
  right: 120px;
  color: #212529;
}
.coupon-body-wrapper .dealer-address-wrapper {
  width: 310px;
  padding-left: 40px;
}
.coupon-body-wrapper .dealer-title {
  margin-top: 10px;
  font-weight: bold;
}
.coupon-body-wrapper a {
  color: #ffffff;
}
.coupon-body-wrapper a:hover, .coupon-body-wrapper a:focus {
  color: #ffffff;
}

@media print {
  header, nav, footer {
    display: none;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  @page {
    margin: 1cm -5cm;
  }
  @page :first {
    size: portrait;
  }
  @page {
    size: landscape;
  }
}
.special-coupons .special-offer-img {
  max-width: 100%;
}

.banner-covid {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  background: #007681;
  color: #ffffff;
  padding: 16px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .banner-covid {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .banner-covid {
    padding: 13px 24px;
  }
}
.banner-covid .track-dealer-phone {
  white-space: pre;
}
.banner-covid a {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .banner-covid a {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-left: 16px;
  }
}
.banner-covid a img {
  display: none;
}
.banner-covid a,
.banner-covid span {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .banner-covid a,
.banner-covid span {
    width: auto;
  }
}

.dealers-showroom {
  padding: 20px 12px;
}
@media screen and (min-width: 768px) {
  .dealers-showroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .dealers-showroom {
    padding: 20px 24px;
  }
}
.dealers-showroom h2, .dealers-showroom .h2 {
  margin-bottom: 16px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dealers-showroom h2, .dealers-showroom .h2 {
    width: auto;
  }
}
.dealers-showroom .showrooms_list {
  display: none;
  clear: both;
  position: absolute;
  z-index: 10;
  border: 1px solid #a9a9a9;
  border-radius: 0.25rem;
  padding: 10px 12px;
  padding-left: 12px;
  background: #fff;
  max-height: 400px;
  top: calc(100% - 2px);
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .dealers-showroom .showrooms_list {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .dealers-showroom .showrooms_list {
    width: 100%;
  }
}
.dealers-showroom .showrooms_list a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  color: #424242;
}
.dealers-showroom .showrooms_list a:hover {
  color: #199eb2;
}
.dealers-showroom .showrooms_list a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .dealers-showroom .showrooms_list a {
    font-size: 18px;
    line-height: 22px;
  }
}
.dealers-showroom .showrooms_list_wrapper {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dealers-showroom .showrooms_list_wrapper {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .dealers-showroom .showrooms_list_wrapper {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.dealers-showroom .showrooms_list_trigger {
  text-align: center;
  cursor: pointer;
  color: #007681;
  font-weight: bold;
  padding: 8px 22px 8px 12px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #a9a9a9;
  border-radius: 0.25rem;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  font-weight: 400;
  text-align: left;
  color: #424242;
}
@media screen and (min-width: 768px) {
  .dealers-showroom .showrooms_list_trigger {
    font-size: 18px;
    line-height: 22px;
  }
}
.dealers-showroom .showrooms_list_trigger i {
  position: absolute;
  right: 10px;
  font-size: 11px;
  color: #007681;
  top: 42%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-hidden {
  display: none;
}
.form-hidden.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-hidden--title {
  margin: 20px 0 40px;
}
.form-hidden--img {
  width: 100%;
}
.form-hidden--close-button {
  background: none !important;
  font-family: "museo-sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #000;
  border: medium none;
  border-radius: 33px;
  left: 15px;
  position: relative;
  float: right;
  width: auto;
}
.form-hidden--close-button:before {
  content: "x";
  font-size: 22px;
}
.form-hidden.form-pricing-hidden .form-quote {
  margin: 20px 0;
}
.form-hidden.form-pricing-hidden .form-quote .form-quote-block {
  position: relative;
  border: 1px solid #707070;
  margin: 0;
  min-height: 250px;
}
.form-hidden.form-pricing-hidden .form-quote .form-quote-block .form-quote-text {
  width: 75%;
  text-align: center;
  overflow: auto;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
.form-hidden.form-pricing-hidden .form-quote .form-quote-block h3, .form-hidden.form-pricing-hidden .form-quote .form-quote-block .h3 {
  font: italic 14px/22px Georgia, serif;
  color: #707070;
  margin-top: 0;
  text-transform: none;
}
.form-hidden.form-pricing-hidden .form-quote .form-quote-block p {
  font-size: 12px;
  line-height: 22px;
  color: #707070;
  margin: 0 40px;
}

/**
 * Gravity Forms Bootstrap styling
 * https://github.com/MoshCat/bootstrap-gravityforms
 *
 * Gravity Forms SASS styles for use in your Bootstrap enabled WordPress theme.
 * Please use these styles together with bootstrap-gravityforms-hooks for full functionality:
 * https://github.com/MoshCat/bootstrap-gravityforms-hooks
 *
 */
.gform_wrapper {
  margin-bottom: 1rem;
  text-align: left;
  /* Layout
     -------------------------------------------------------------- */
  /* Heading
     -------------------------------------------------------------- */
}
.gform_wrapper .select2-content-dropdown .select2-results__option:first-child {
  display: none;
}
.gform_wrapper .gform_fields {
  margin: 0;
}
.gform_wrapper .gform_fields .form-label {
  display: none;
}
.gform_wrapper .gform_fields .gf_clear {
  display: none;
}
.gform_wrapper .gform_fields .gfield_html_formatted {
  font-size: 14px;
  line-height: 18px;
}
.gform_wrapper .gform_fields .gsection_title {
  color: #424242;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gform_wrapper .gform_fields .ginput_container_date {
  position: relative;
}
.gform_wrapper .gform_fields .ginput_container_date img {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gform_wrapper .gform_fields .ginput_container_date .form-control {
  padding: 9px 35px 9px 12.5px;
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_fields .ginput_container_date .form-control {
    padding: 6px 35px 7px 12.5px;
  }
}
.gform_wrapper .gform_fields .gfield {
  -ms-flex-negative: 0;
      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);
  margin-bottom: 0 !important;
  margin-top: 16px !important;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_fields .gfield {
    margin-top: 13px !important;
  }
}
.gform_wrapper .gform_fields .gfield:first-child {
  margin-top: 0 !important;
}
.gform_wrapper .gform_fields .gfield label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .gfield_radio .gchoice {
  padding-left: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
}
.gform_wrapper .gform_fields .gfield .ginput_complex {
  margin-top: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_complex > span {
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_fields .gfield .ginput_complex > span {
    margin-top: 13px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_complex > span:first-child {
  margin-top: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_validation_message {
  color: #424242;
}
@media (min-width: 576px) {
  .gform_wrapper .gform_fields .gfield--width-quarter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-quarter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-five-twelfths {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-seven-twelfths {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-two-thirds {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-three-quarter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-five-sixths {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-eleven-twelfths {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body input[type=search],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=tel] {
  padding: 9px 12.5px 9px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #e0e0e0;
  color: #424242;
  border-radius: 4px;
  font-weight: 400;
  background-color: #ffffff;
  min-height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body input[type=search],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=tel] {
    padding: 8px 11.5px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body input[type=search],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=tel] {
    padding: 7px 12.5px 10px;
  }
}
.gform_wrapper .gform_body textarea::-webkit-input-placeholder, .gform_wrapper .gform_body select::-webkit-input-placeholder, .gform_wrapper .gform_body input[type=text]::-webkit-input-placeholder, .gform_wrapper .gform_body input[type=email]::-webkit-input-placeholder, .gform_wrapper .gform_body input[type=url]::-webkit-input-placeholder, .gform_wrapper .gform_body input[type=search]::-webkit-input-placeholder, .gform_wrapper .gform_body input[type=number]::-webkit-input-placeholder, .gform_wrapper .gform_body input[type=tel]::-webkit-input-placeholder {
  color: #a9a9a9;
  font-style: normal !important;
}
.gform_wrapper .gform_body textarea::-moz-placeholder, .gform_wrapper .gform_body select::-moz-placeholder, .gform_wrapper .gform_body input[type=text]::-moz-placeholder, .gform_wrapper .gform_body input[type=email]::-moz-placeholder, .gform_wrapper .gform_body input[type=url]::-moz-placeholder, .gform_wrapper .gform_body input[type=search]::-moz-placeholder, .gform_wrapper .gform_body input[type=number]::-moz-placeholder, .gform_wrapper .gform_body input[type=tel]::-moz-placeholder {
  color: #a9a9a9;
  font-style: normal !important;
}
.gform_wrapper .gform_body textarea:-ms-input-placeholder, .gform_wrapper .gform_body select:-ms-input-placeholder, .gform_wrapper .gform_body input[type=text]:-ms-input-placeholder, .gform_wrapper .gform_body input[type=email]:-ms-input-placeholder, .gform_wrapper .gform_body input[type=url]:-ms-input-placeholder, .gform_wrapper .gform_body input[type=search]:-ms-input-placeholder, .gform_wrapper .gform_body input[type=number]:-ms-input-placeholder, .gform_wrapper .gform_body input[type=tel]:-ms-input-placeholder {
  color: #a9a9a9;
  font-style: normal !important;
}
.gform_wrapper .gform_body textarea::-ms-input-placeholder, .gform_wrapper .gform_body select::-ms-input-placeholder, .gform_wrapper .gform_body input[type=text]::-ms-input-placeholder, .gform_wrapper .gform_body input[type=email]::-ms-input-placeholder, .gform_wrapper .gform_body input[type=url]::-ms-input-placeholder, .gform_wrapper .gform_body input[type=search]::-ms-input-placeholder, .gform_wrapper .gform_body input[type=number]::-ms-input-placeholder, .gform_wrapper .gform_body input[type=tel]::-ms-input-placeholder {
  color: #a9a9a9;
  font-style: normal !important;
}
.gform_wrapper .gform_body textarea::placeholder,
.gform_wrapper .gform_body select::placeholder,
.gform_wrapper .gform_body input[type=text]::placeholder,
.gform_wrapper .gform_body input[type=email]::placeholder,
.gform_wrapper .gform_body input[type=url]::placeholder,
.gform_wrapper .gform_body input[type=search]::placeholder,
.gform_wrapper .gform_body input[type=number]::placeholder,
.gform_wrapper .gform_body input[type=tel]::placeholder {
  color: #a9a9a9;
  font-style: normal !important;
}
.gform_wrapper .gform_body textarea:focus,
.gform_wrapper .gform_body select:focus,
.gform_wrapper .gform_body input[type=text]:focus,
.gform_wrapper .gform_body input[type=email]:focus,
.gform_wrapper .gform_body input[type=url]:focus,
.gform_wrapper .gform_body input[type=search]:focus,
.gform_wrapper .gform_body input[type=number]:focus,
.gform_wrapper .gform_body input[type=tel]:focus {
  border-color: #80bbc0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .gform_body select {
  padding: 9px 12.5px 9px !important;
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_body select {
    padding: 9px 12.5px 8px !important;
  }
}
@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.gform_wrapper .gform_ajax_spinner {
  color: #007681;
  margin-left: 1rem;
}
.gform_wrapper .gfield_required {
  color: #dc3545;
}
.gform_wrapper .gform_validation_errors {
  font-size: 1.125rem;
  color: #424242;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1.125rem;
}
.gform_wrapper .gform_validation_errors ol {
  margin: 0;
}
.gform_wrapper .gform_validation_errors .gform_validation_error_link {
  font-weight: normal;
}
.gform_wrapper select[aria-invalid=true],
.gform_wrapper textarea[aria-invalid=true],
.gform_wrapper input[aria-invalid=true] {
  border-color: rgba(225, 82, 61, 0.5);
}
.gform_wrapper .select2 {
  width: 100% !important;
  font-size: 16px;
  line-height: 22px;
  background-color: #ffffff;
}
.gform_wrapper .select2 .select2-selection__placeholder {
  color: #424242;
}
.gform_wrapper .select2.select2-container--focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .select2.select2-container--focus .select2-selection {
  border-color: #80bbc0;
}
.gform_wrapper .select2 .select2-selection {
  border: 1px solid #e0e0e0;
  border-radius: 3px !important;
  background-color: transparent;
  height: 39px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .select2 .select2-selection {
    height: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .select2 .select2-selection {
    height: 41px;
  }
}
.gform_wrapper .select2 .select2-selection__rendered {
  line-height: inherit !important;
  color: #424242;
  padding: 7px 30px 9px 12.5px !important;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .select2 .select2-selection__rendered {
    padding: 7px 30px 8px 12.5px !important;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .select2 .select2-selection__rendered {
    padding: 9px 30px 8px 12.5px !important;
  }
}
.gform_wrapper .select2 .select2-selection__clear {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 0 !important;
  background-image: url(../../images/close-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 14px;
  width: 15px;
  height: 14px !important;
  background-color: #ffffff !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .select2 .select2-selection__clear {
    right: 8px !important;
  }
}
.gform_wrapper .select2 .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px !important;
  background-image: url(../../images/chevron-down-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 11px;
  width: 10px !important;
  height: 11px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .select2 .select2-selection__arrow {
    right: 9px !important;
  }
}
.gform_wrapper .select2 .select2-selection__arrow b {
  display: none;
}
.gform_wrapper .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.gform_wrapper .select2-content-dropdown {
  z-index: 2;
  border: none !important;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 26px;
  padding: 16px 7px 16px 12px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .select2-content-dropdown {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper .select2-content-dropdown {
    position: absolute;
    top: 8px;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.gform_wrapper .select2-content-dropdown .select2-results__options {
  padding-right: 9px;
  max-height: 275px !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .select2-content-dropdown .select2-results__options {
    max-height: 210px !important;
  }
}
.gform_wrapper .select2-content-dropdown .select2-results__options::-webkit-scrollbar {
  width: 16px;
}
.gform_wrapper .select2-content-dropdown .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ffffff;
          box-shadow: inset 0 0 6px #ffffff;
}
.gform_wrapper .select2-content-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 8px;
}
.gform_wrapper .select2-content-dropdown .select2-results__option {
  padding: 8px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gform_wrapper .select2-content-dropdown .select2-results__option.select2-results__option--disabled {
  padding: 16px 0 8px !important;
  color: #a9a9a9;
  border-top: 1px solid #e3e3e3;
  margin-top: 8px;
}
.gform_wrapper .select2-content-dropdown .select2-results__option.select2-results__option--disabled:first-of-type {
  border-top: none;
  padding: 8px 0 !important;
  margin-top: 0;
}
.gform_wrapper .select2-content-dropdown .select2-results__option.select2-results__option--selected {
  background-color: transparent;
}
.gform_wrapper .select2-content-dropdown .select2-results__option.select2-results__option--highlighted {
  color: #007681;
  background-color: transparent;
}
.gform_wrapper .select2-content-dropdown .select2-results__option .collections-seats {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 3px;
}
.gform_wrapper .select2-content-dropdown .select2-results__option .collection-switch {
  border-top: 1px solid #e3e3e3;
  padding-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  #gform_19 .select2-content-dropdown {
    pointer-events: none;
  }
  #gform_19 .select2-content-dropdown.active {
    pointer-events: unset;
  }
}

/* Footer */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gform_footer {
  margin-top: 23px !important;
  text-align: left !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.gform_footer input[type=submit] {
  margin: 0 !important;
}
.gform_footer .btn-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gform_footer .btn-loader span {
  -webkit-animation: blink 1400ms infinite;
          animation: blink 1400ms infinite;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  background: white;
  font-size: 18px;
  margin: 0 1px;
  height: 6px;
  width: 6px;
}
.gform_footer .btn-loader span:nth-child(2) {
  -webkit-animation-delay: 333ms;
          animation-delay: 333ms;
}
.gform_footer .btn-loader span:nth-child(3) {
  -webkit-animation-delay: 666ms;
          animation-delay: 666ms;
}
.gform_footer .btn-loader ~ input[type=submit] {
  color: transparent;
}

/* Widget
 -------------------------------------------------------------- */
/* Reset :disabled when viewing the form with shortcode preview
 -------------------------------------------------------------- */
.mce-content-body .form-control:disabled,
.mce-content-body .form-select:disabled {
  background-color: #fff;
}

/* Confirmation
 -------------------------------------------------------------- */
/**
 * Gravity Forms Bootstrap styling
 * https://github.com/MoshCat/bootstrap-gravityforms
 *
 * Gravity Forms SASS styles for use in your Bootstrap enabled WordPress theme.
 * Please use these styles together with bootstrap-gravityforms-hooks for full functionality:
 * https://github.com/MoshCat/bootstrap-gravityforms-hooks
 *
 */
.custom_address_fields.gfield--type-address .custom-address-error > span {
  display: none;
}
.custom_address_fields.gfield--type-address .alert-warning, .custom_address_fields.gfield--type-address .gform_wrapper .gform_validation_errors, .gform_wrapper .custom_address_fields.gfield--type-address .gform_validation_errors {
  display: none;
}
.custom_address_fields.gfield--type-address span.ginput_address_country {
  display: none !important;
}

.custom_address_fields .ginput_container_address .address_line_1 .alert-warning:has(.custom-address-error > .address_line_1), .custom_address_fields .ginput_container_address .address_line_1 .gform_wrapper .gform_validation_errors:has(.custom-address-error > .address_line_1), .gform_wrapper .custom_address_fields .ginput_container_address .address_line_1 .gform_validation_errors:has(.custom-address-error > .address_line_1) {
  display: block;
}
.custom_address_fields .ginput_container_address .address_line_1 .custom-address-error > .address_line_1 {
  display: block;
}
.custom_address_fields .ginput_container_address .address_city .alert-warning:has(.custom-address-error > .address_city), .custom_address_fields .ginput_container_address .address_city .gform_wrapper .gform_validation_errors:has(.custom-address-error > .address_city), .gform_wrapper .custom_address_fields .ginput_container_address .address_city .gform_validation_errors:has(.custom-address-error > .address_city) {
  display: block;
}
.custom_address_fields .ginput_container_address .address_city .custom-address-error > .address_city {
  display: block;
}
.custom_address_fields .ginput_container_address .address_state .alert-warning:has(.custom-address-error > .address_state), .custom_address_fields .ginput_container_address .address_state .gform_wrapper .gform_validation_errors:has(.custom-address-error > .address_state), .gform_wrapper .custom_address_fields .ginput_container_address .address_state .gform_validation_errors:has(.custom-address-error > .address_state) {
  display: block;
}
.custom_address_fields .ginput_container_address .address_state .custom-address-error > .address_state {
  display: block;
}
.custom_address_fields .ginput_container_address .address_zip .alert-warning:has(.custom-address-error > .address_zip), .custom_address_fields .ginput_container_address .address_zip .gform_wrapper .gform_validation_errors:has(.custom-address-error > .address_zip), .gform_wrapper .custom_address_fields .ginput_container_address .address_zip .gform_validation_errors:has(.custom-address-error > .address_zip) {
  display: block;
}
.custom_address_fields .ginput_container_address .address_zip .custom-address-error > .address_zip {
  display: block;
}
.custom_address_fields .ginput_container_address .address_country .alert-warning:has(.custom-address-error > .address_country), .custom_address_fields .ginput_container_address .address_country .gform_wrapper .gform_validation_errors:has(.custom-address-error > .address_country), .gform_wrapper .custom_address_fields .ginput_container_address .address_country .gform_validation_errors:has(.custom-address-error > .address_country) {
  display: block;
}
.custom_address_fields .ginput_container_address .address_country .custom-address-error > .address_country {
  display: block;
}
.custom_address_fields .ginput_container_address .gform-grid-col.ginput_address_city, .custom_address_fields .ginput_container_address .gform-grid-col.ginput_address_state {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .custom_address_fields .ginput_container_address .gform-grid-col.ginput_address_city, .custom_address_fields .ginput_container_address .gform-grid-col.ginput_address_state, .custom_address_fields .ginput_container_address .gform-grid-col.ginput_address_zip {
    width: 33.333%;
  }
}

.custom_address_fields.gfield--type-address .ginput_container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  background: #ffffff;
  border: 1px solid #D0D1D3;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
  color: #607382;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 18px 15px;
  width: auto;
}
@media (max-width: 575px) {
  .gform-theme-datepicker:not(.gform-legacy-datepicker) {
    position: fixed !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    top: auto !important;
    padding: 18px 0;
  }
}

@media (max-width: 575px) {
  .gform-theme-datepicker:not(.gform-legacy-datepicker) table {
    width: 100%;
  }
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  background: none;
  border: 0;
  margin: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 5px;
  text-shadow: none;
  text-transform: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  color: #607382;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "gform-icons-theme" !important;
  font-size: 24px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  speak: never;
  top: -4px;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -webkit-transition: var(--tr-hover-slow);
  transition: var(--tr-hover-slow);
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover {
  color: #2F4054;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before {
  border: 0;
  height: auto;
  position: static;
  -webkit-transform: none;
          transform: none;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 10px;
  content: "";
  width: 11px;
  height: 10px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
  background-image: url(../../images/chevron-left-laggon.svg);
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before {
  background-image: url(../../images/chevron-right-laggon.svg);
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  background-color: transparent;
  background-image: url(../../images/chevron-down-v6.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 11px 10px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #585E6A;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: 0;
  padding: 0 22px 0 0;
  -webkit-appearance: none;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 20px;
  -moz-text-align-last: right;
  text-align-last: right;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a {
  font-weight: 400;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2F4054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  font-size: 13px;
  height: 50px;
  width: 50px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2F4054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  text-decoration: none;
  width: 40px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus {
  background: none;
  border-color: #607382;
  outline: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
  background: #F2F3F5;
  border-color: #607382;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #607382;
  border-color: #607382;
  -webkit-box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
          box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
  color: #FFFFFF;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus {
  border-color: #607382;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
  background: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F3F5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
          box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
  color: #686E77;
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 40px;
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  right: auto !important;
}

.success-page {
  max-width: 1079px;
  margin: 54px auto 65px;
  border: 1px solid #bdbdbd;
}
@media screen and (min-width: 0) {
  .success-page {
    margin: 24px 12px 48px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .success-page {
    margin: 46px 51px 35px 47px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .success-page {
    margin: 54px auto 65px;
  }
}

@media screen and (min-width: 0) {
  .success-page p {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 768px) {
  .success-page p {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 0) {
  .success-page p span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .success-page p span {
    display: inline;
  }
}

.energy-calculator h2, .energy-calculator .h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10%;
  text-align: center;
}
.energy-calculator .bootstrap-select .dropdown-toggle:after {
  border-bottom-color: #e1523d;
  border-top-color: #e1523d;
}
.energy-calculator .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #e1523d;
}
.energy-calculator .bootstrap-select .dropdown-toggle .dropdown-menu .dropdown-menu .dropdown-item.selected, .energy-calculator .bootstrap-select .dropdown-toggle .dropdown-menu .dropdown-menu .dropdown-item:hover, .energy-calculator .bootstrap-select .dropdown-toggle .dropdown-menu .dropdown-menu .dropdown-item.active {
  background: #e1523d;
}
.energy-calculator .disclaimer {
  color: white;
  text-align: center;
  margin-top: 8px;
  margin-bottom: -30px;
}
.energy-calculator .energy-calculator-result {
  display: none;
  border: 1px solid #ffffff;
  padding: 5%;
  text-align: center;
}
.energy-calculator .energy-calculator-result span {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .energy-calculator .energy-calculator-result span {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .energy-calculator .energy-calculator-result span {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 992px) {
  .energy-calculator .energy-calculator-result span {
    font-size: 64px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .energy-calculator .energy-calculator-result span {
    font-size: 72px;
    line-height: 72px;
  }
}
.energy-calculator .energy-calculator-result h3, .energy-calculator .energy-calculator-result .h3 {
  color: #ffffff;
  margin-top: 0;
}
.energy-calculator button {
  display: block;
  margin: auto;
  color: #e1523d;
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  font-style: italic;
  padding: 0 15px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.energy-calculator button:hover, .energy-calculator button:focus {
  background-color: #bfbfbf;
}
.energy-calculator button .btn--calc-cost:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGM0REQTlFQTkyN0YxMUUzQkVBRjgzODk0MkU4QjQ4RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGM0REQTlFOTkyN0YxMUUzQkVBRjgzODk0MkU4QjQ4RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTI3MTZjNi1kOWM1LTQ1ODgtOTY1My1mMzk5MGViY2FhYTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgwODNFQjgzQzYyQkQ3QzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50buvkAAABYElEQVR42mJ8GGTLgAZYgNgeiM2AWBCI3wPxCSA+DMR/0BUig3Ag7gJiOQZM8BCIS4B4DUyACUmyD4hX4NAIAvJAvBqIO9A1ZwJxIdw5ohIMjBycOMxgKAfiNJhmASBuRZaVmrGKkV1dB58BnSB9IM0h0IBBAWJ1vYy83qEMrDLyDIysrAwMjMg+BFsYCgowR1zGC0SlMHIamf//efU8w+8njxi+HtqFLG0BMk6aAQ9g19Bl5AuOY+Q0tUaXkgDZ/Amf5u+nDv//cekMw5+Xz9GlPoM0nwNiX2wa383s+f/j3EmGP+9eMzD8/48ufYkJGukYMi/K0v5/3b+d4c+blwwM//6hawZx1oI0XwHiVcgyz9JD//9++pDh/+/fuHyzFIhvIieSyzAZkG3/f3zHpfESEOcgp7D30MywiQE/2AjEdkD8ET1jgAzwh8Z7IjRXiYG8D8THgHghNGfBAUCAAQBWy2JsSi2nEwAAAABJRU5ErkJggg==");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.elementor-widget-gallery-carousel .slick-slide figcaption {
  display: none;
}
.elementor-widget-gallery-carousel .gallery-carousel .slick-slider {
  overflow: hidden;
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-slide.slick-active img {
  border: none !important;
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-slide.slick-current span {
  border-top: 16px solid #fff !important;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  top: 0 !important;
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-slide {
  padding: 5px 4px 4px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  border: none;
  background: #fff;
  cursor: pointer;
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-arrow {
  background-position: 0;
  width: 33px;
  height: 60px;
  background-image: url("../img/carousel-arrow.svg");
  background-size: contain;
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  left: 2%;
}
.elementor-widget-gallery-carousel .gallery-carousel .slider-nav .slick-arrow.slick-next {
  right: 2%;
}

#gform_wrapper_28 ul.gfield_radio {
  margin-left: 1.5em;
}
#gform_wrapper_28 .gf_page_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #gform_wrapper_28 .gf_page_steps {
    margin-bottom: 46px;
  }
}
#gform_wrapper_28 .gf_page_steps .gf_step {
  position: relative;
  margin-right: 32px;
  line-height: 0;
}
#gform_wrapper_28 .gf_page_steps .gf_step .gf_step_number {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 0 !important;
  margin: 0;
  background-color: #e7e7e7;
  border-radius: 50%;
}
#gform_wrapper_28 .gf_page_steps .gf_step .gf_step_number.gf_step_active {
  background-color: #e7e7e7;
}
#gform_wrapper_28 .gf_page_steps .gf_step::after {
  content: " ";
  display: inline-block;
  width: 50px;
  background-color: #e7e7e7;
  width: 24px;
  height: 1px;
  font-size: 0;
  margin: 5px;
  position: absolute;
  top: 7px;
}
#gform_wrapper_28 .gf_page_steps .gf_step:last-child {
  margin-right: 0;
}
#gform_wrapper_28 .gf_page_steps .gf_step:last-child:after {
  content: "";
  width: 0;
}
#gform_wrapper_28 .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 0 !important;
  margin: 0;
  background-color: #007681;
  border-radius: 50%;
}
#gform_wrapper_28 .gf_page_steps .gf_step.gf_step_completed::after {
  content: " ";
  display: inline-block;
  width: 50px;
  background-color: #007681;
  width: 24px;
  height: 1px;
  font-size: 0;
  margin: 5px;
  position: absolute;
  top: 7px;
}
#gform_wrapper_28 .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #007681;
}
#gform_wrapper_28 .gfield--type-html {
  margin-bottom: 8px !important;
}
#gform_wrapper_28 .gfield--type-html h4, #gform_wrapper_28 .gfield--type-html .h4,
#gform_wrapper_28 .gfield--type-html h6,
#gform_wrapper_28 .gfield--type-html .h6 {
  text-align: center;
}
#gform_wrapper_28 .gfield_label {
  display: none !important;
}
#gform_wrapper_28 .gfield--type-choice {
  width: 280px !important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #gform_wrapper_28 .gfield--type-choice {
    width: 380px !important;
    padding-left: 32px;
  }
}
#gform_wrapper_28 .gf_page_steps_info {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
#gform_wrapper_28 li.form-check.gchoice {
  margin-bottom: 22px;
}
#gform_wrapper_28 .gform_wrapper .gform_fields .gfield {
  margin-bottom: 40px;
}
#gform_wrapper_28 .form-label {
  display: none;
}
#gform_wrapper_28 .gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 295px;
  margin: 0 auto;
  padding-left: 9px;
}
@media screen and (min-width: 768px) {
  #gform_wrapper_28 .gform_page_footer {
    width: 380px;
    margin: 0;
    margin-left: 183px;
  }
}
@media screen and (min-width: 992px) {
  #gform_wrapper_28 .gform_page_footer {
    margin-left: 206px;
  }
}
#gform_wrapper_28 .gform_page_footer.formNext1 {
  padding-left: 0;
}
#gform_wrapper_28 .gform_page_footer .button {
  margin: 14px;
}
#gform_wrapper_28 .hide-it {
  width: 0;
  height: 0;
  overflow: hidden;
}
#gform_wrapper_28 .formNext1 .formPrev {
  display: none;
}
#gform_wrapper_28 .formNext1 .formNext {
  margin-left: 6px !important;
}
@media screen and (min-width: 768px) {
  #gform_wrapper_28 .formNext1 .formNext {
    margin-left: 4px !important;
  }
}
#gform_wrapper_28 .formNext6 .formNext i.fa-solid.fa-chevron-right {
  display: none;
}
#gform_wrapper_28 input[type=radio] {
  accent-color: #007681;
}
#gform_wrapper_28 .gform_page_fields {
  margin-bottom: 4px;
}
#gform_wrapper_28 .gform_page_footer .formPrev,
#gform_wrapper_28 .gform_page_footer .formNext {
  margin: 10px;
  color: #fff;
  background-color: #007681;
  border-color: #007681;
  border: none;
  font-weight: 600;
}
#gform_wrapper_28 .gform_page_footer .formPrev:hover,
#gform_wrapper_28 .gform_page_footer .formNext:hover {
  color: #fff;
  background-color: #199eb2;
  border-color: #199eb2;
}
#gform_wrapper_28 .gform_page_footer .formNext {
  margin-left: 0;
  margin-right: 0;
}
#gform_wrapper_28 .gform_page_footer .formPrev {
  color: #007681;
  background-color: transparent;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
}
#gform_wrapper_28 .gform_page_footer .formPrev:hover {
  color: #199eb2;
  background-color: transparent;
}
#gform_wrapper_28 .gform_page_footer button:disabled,
#gform_wrapper_28 .gform_page_footer button[disabled] {
  background-color: #e7e7e7;
  color: #a9a9a9;
}
#gform_wrapper_28 .gform_page_footer button:disabled:hover,
#gform_wrapper_28 .gform_page_footer button[disabled]:hover {
  background-color: #e7e7e7;
  color: #a9a9a9;
  border-color: #e7e7e7;
}

.elementor-widget-section-hmc-model-cards .result-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.elementor-widget-section-hmc-model-cards .result-items .result-item a {
  font-weight: 600;
}
.elementor-widget-section-hmc-model-cards .result-items .result-item .result-item-start-over:before {
  font-family: "Font Awesome 6 Pro";
  content: " \f021";
  margin-right: 8px;
}
.elementor-widget-section-hmc-model-cards .result-items .result-item:after {
  content: "|";
  margin: 16px;
}
.elementor-widget-section-hmc-model-cards .result-items .result-item:last-child:after {
  content: "";
  margin: 10px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .elementor-widget-section-hmc-model-cards .result-items {
    margin-bottom: 16px;
  }
  .elementor-widget-section-hmc-model-cards .result-items .result-item:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .elementor-widget-section-hmc-model-cards .result-items .result-item:first-child:after {
    content: "";
    margin: 0;
  }
  .elementor-widget-section-hmc-model-cards .result-items .result-item:last-child:after {
    content: "";
    margin: 0;
    margin-right: 0;
  }
}
/* Sections */
.elementor-section .swiper-button-next.swiper-button-lock,
.elementor-section .swiper-button-prev.swiper-button-lock {
  display: none !important;
}
.elementor-section .swiper-pagination.swiper-pagination-lock {
  display: none !important;
}
.elementor-section .swiper-button-prev {
  width: 13px;
  height: 21px;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #007681;
  transform: translateY(-50%);
  left: 12px;
}
@media screen and (min-width: 768px) {
  .elementor-section .swiper-button-prev {
    width: 20px;
    height: 32px;
  }
}
.elementor-section .swiper-button-prev i {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .elementor-section .swiper-button-prev i {
    font-size: 32px;
  }
}
.elementor-section .swiper-button-prev .eicon-chevron-left {
  display: none;
}
@media screen and (min-width: 768px) {
  .elementor-section .swiper-button-prev {
    left: 3.125%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-section .swiper-button-prev {
    left: 50px;
  }
}
.elementor-section .swiper-button-next {
  width: 13px;
  height: 21px;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #007681;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .elementor-section .swiper-button-next {
    width: 20px;
    height: 32px;
  }
}
.elementor-section .swiper-button-next i {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .elementor-section .swiper-button-next i {
    font-size: 32px;
  }
}
.elementor-section .swiper-button-next .eicon-chevron-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .elementor-section .swiper-button-next {
    right: 3.125%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-section .swiper-button-next {
    right: 50px;
  }
}
.elementor-section .swiper-button-disabled {
  opacity: 1 !important;
  color: #a9a9a9;
}

.hero__label span {
  padding: 2px 8px;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (min-width: 0) {
  .hero__label span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .hero__label span {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero__label span {
    display: inline-block;
  }
}
@media screen and (min-width: 0) {
  .hero__label {
    margin-bottom: 18px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .hero__label {
    margin-bottom: 17px;
    text-align: center;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__label {
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0;
  }
}
.hero .btn.btn-secondary, .hero .elementor-widget-section-carousel-slide .btn-secondary.swiper-slide__info__button, .elementor-widget-section-carousel-slide .hero .btn-secondary.swiper-slide__info__button, .hero .wp-block-button .btn-secondary.wp-block-button__link, .wp-block-button .hero .btn-secondary.wp-block-button__link, .hero .gform_footer input.btn-secondary[type=submit], .gform_footer .hero input.btn-secondary[type=submit] {
  border-width: 2px;
  padding: 8px 13px;
  margin-left: 9px;
}
.hero__title {
  margin-bottom: 17px;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .hero__title {
    margin-bottom: 24px;
    padding: 0 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    margin-bottom: 23px;
    text-align: left;
    padding: 6px 0 0 0;
  }
}
@media screen and (min-width: 0) {
  .hero__title span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hero__title span {
    display: initial;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title span {
    display: block;
  }
}
.hero__link {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .hero__link {
    margin-top: 32px;
  }
}
.hero__description {
  padding: 0;
  text-align: left;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .hero__description {
    padding: 0 24px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__description {
    text-align: left;
    padding: 0;
  }
}
.hero__btn {
  margin-top: 23px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .hero__btn {
    margin-top: 22px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero__btn {
    margin-top: 32px;
    text-align: left;
  }
}
.hero__reviews {
  margin-top: 9px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .hero__reviews {
    margin-top: 5px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__reviews {
    margin-top: 14px;
    padding: 0;
  }
}
.hero__reviews > a {
  margin-left: 2px;
}
@media screen and (min-width: 1200px) {
  .hero__full-size .hero__img img {
    padding-left: 12px;
  }
}
.hero__full-size .hero__description {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero__full-size .hero__description {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__full-size .hero__description {
    padding: 0;
  }
}
.hero__full-size .hero__title {
  padding: 0;
  margin-top: 2.5%;
}
@media screen and (min-width: 768px) {
  .hero__full-size .hero__title {
    padding: 0 12px;
    margin-bottom: 24px;
    margin-top: 1.5%;
  }
}
@media screen and (min-width: 1200px) {
  .hero__full-size .hero__title {
    padding: 6px 0 0 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
}
.hero-right-col {
  padding-left: 12px;
}
.hero .elementor-icon {
  position: absolute;
}

@media screen and (min-width: 0) {
  .elementor-widget-hero-default-with-reviews .hero__title, .elementor-widget-hero-default-with-reviews .hero__description, .elementor-widget-hero-default-with-reviews .hero__reviews {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-hero-default-with-reviews .hero__title, .elementor-widget-hero-default-with-reviews .hero__description, .elementor-widget-hero-default-with-reviews .hero__reviews {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-hero-default-with-reviews .hero__title, .elementor-widget-hero-default-with-reviews .hero__description, .elementor-widget-hero-default-with-reviews .hero__reviews {
    text-align: left;
  }
}

.elementor-widget-section-model-cards .results {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-cards .results {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-cards .results {
    margin-bottom: 22px;
  }
}
.elementor-widget-section-model-cards .swiper-container-mobile {
  margin-bottom: 16px;
}
.elementor-widget-section-model-cards .swiper-container-mobile .form-select {
  width: auto;
  display: inline-block;
  font-size: 18px;
}

.elementor-widget-section-shop-by-model .title {
  text-align: center;
}
.elementor-widget-section-shop-by-model .title h2, .elementor-widget-section-shop-by-model .title .h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-shop-by-model .title h2, .elementor-widget-section-shop-by-model .title .h2 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-widget-section-shop-by-model .swiper-object {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-section-shop-by-model .swiper-object {
    padding: 0;
  }
}
.elementor-widget-section-shop-by-model .swiper-container {
  margin: 0 -12px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-shop-by-model .swiper-container {
    margin: 0 12px;
  }
}
.elementor-widget-section-shop-by-model .swiper-container .swiper-slide {
  padding: 0 12px;
}
.elementor-widget-section-shop-by-model .results {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-shop-by-model .results {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-shop-by-model .results {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 576px) {
  .elementor-widget-section-shop-by-model .swiper-slide > a {
    margin: 0 30px;
  }
}
.elementor-widget-section-shop-by-model .swiper-container-mobile {
  margin-bottom: 16px;
}
.elementor-widget-section-shop-by-model .swiper-container-mobile .form-select {
  width: auto;
  display: inline-block;
  font-size: 18px;
}
.elementor-widget-section-shop-by-model .swiper-button-next {
  padding: 15px 13px 35px 22px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-shop-by-model .swiper-button-next {
    right: 40px;
    padding: 15px 35px 48px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-shop-by-model .swiper-button-next {
    right: 55px;
    padding: 0;
  }
}
.elementor-widget-section-shop-by-model .swiper-button-prev {
  padding: 15px 35px 35px 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-shop-by-model .swiper-button-prev {
    left: 40px;
    padding: 15px 40px 48px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-shop-by-model .swiper-button-prev {
    left: 55px;
    padding: 0;
  }
}
.elementor-widget-section-shop-by-model .swiper-button-next,
.elementor-widget-section-shop-by-model .swiper-button-prev {
  top: 48%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-shop-by-model .swiper-button-next,
.elementor-widget-section-shop-by-model .swiper-button-prev {
    top: 47%;
  }
}

.tabs-parent {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .tabs-parent {
    margin-bottom: 22px;
  }
}
.tabs-parent .filter-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-parent .filter-wrapper > .filter-slide {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
}
.tabs-parent .filter-wrapper > .filter-slide:first-child {
  margin-left: 0;
}
.tabs-parent .filter-wrapper > .filter-slide:last-child {
  margin-right: 0;
}
.tabs-parent .filter-wrapper > .filter-slide > a {
  padding-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #007681;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.tabs-parent .filter-wrapper > .filter-slide > a:hover {
  color: #199eb2;
}
.tabs-parent .filter-wrapper > .filter-slide.current > a {
  color: #007681;
  border-color: #007681;
}

.elementor-widget-section-carousel-slide {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-carousel-slide {
    padding-top: 0;
  }
}
.elementor-widget-section-carousel-slide .swiper-slide {
  height: 100% !important;
}
.elementor-widget-section-carousel-slide .swiper-container {
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide .swiper-container {
    padding-bottom: 36px;
  }
}
.elementor-widget-section-carousel-slide .swiper-button-next,
.elementor-widget-section-carousel-slide .swiper-button-prev {
  top: 49%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide .swiper-button-next,
.elementor-widget-section-carousel-slide .swiper-button-prev {
    top: 47%;
  }
}
.elementor-widget-section-carousel-slide .swiper-slide .row, .elementor-widget-section-carousel-slide .swiper-slide .gform_wrapper .gform_fields, .gform_wrapper .elementor-widget-section-carousel-slide .swiper-slide .gform_fields {
  position: relative;
}
.elementor-widget-section-carousel-slide .swiper-slide__info__heading {
  margin-bottom: 16px;
}
.elementor-widget-section-carousel-slide .swiper-slide__info__description {
  margin-bottom: 24px;
  line-height: 22px;
}
@media screen and (min-width: 0) {
  .elementor-widget-section-carousel-slide .swiper-slide__info {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide .swiper-slide__info {
    z-index: 1;
    position: absolute;
  }
  .elementor-widget-section-carousel-slide .swiper-slide__info__description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-carousel-slide .swiper-slide__info {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .elementor-widget-section-carousel-slide .swiper-slide__info__heading {
    margin-bottom: 24px;
  }
  .elementor-widget-section-carousel-slide .swiper-slide__info__description {
    margin-bottom: 32px;
  }
}
.elementor-widget-section-carousel-slide .swiper-slide__info .btn, .elementor-widget-section-carousel-slide .swiper-slide__info .swiper-slide__info__button, .elementor-widget-section-carousel-slide .swiper-slide__info .wp-block-button .wp-block-button__link, .wp-block-button .elementor-widget-section-carousel-slide .swiper-slide__info .wp-block-button__link, .elementor-widget-section-carousel-slide .swiper-slide__info .gform_footer input[type=submit], .gform_footer .elementor-widget-section-carousel-slide .swiper-slide__info input[type=submit] {
  display: inline-block;
}
.elementor-widget-section-carousel-slide .swiper-slide__image {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 0) {
  .elementor-widget-section-carousel-slide .swiper-slide__image.image_sm {
    margin: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    margin-top: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-carousel-slide .swiper-slide__image {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
.elementor-widget-section-carousel-slide .swiper-slide__label {
  -webkit-box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  padding: 0;
}
.elementor-widget-section-carousel-slide .swiper-slide .image_sm {
  display: none;
}
@media screen and (min-width: 0) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_sm {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_sm {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_sm {
    display: none;
  }
}
.elementor-widget-section-carousel-slide .swiper-slide .image_md {
  display: none;
}
@media screen and (min-width: 0) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_md {
    display: block;
    margin-top: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_md {
    display: none;
  }
}
@media screen and (min-width: 0) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_xl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_xl {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-carousel-slide .swiper-slide .image_xl {
    display: block;
  }
}

.elementor-widget-sections-reviews h2, .elementor-widget-sections-reviews .h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-sections-reviews h2, .elementor-widget-sections-reviews .h2 {
    margin-top: 4px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-sections-reviews h2, .elementor-widget-sections-reviews .h2 {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 22px;
  }
}
.elementor-widget-sections-reviews .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-sections-reviews .link-btn a:first-child {
  margin-right: 16px;
}
.elementor-widget-sections-reviews .link-btn a:last-of-type {
  margin-right: 0;
}
.elementor-widget-sections-reviews .btn, .elementor-widget-sections-reviews .wp-block-button .wp-block-button__link, .wp-block-button .elementor-widget-sections-reviews .wp-block-button__link, .elementor-widget-sections-reviews .gform_footer input[type=submit], .gform_footer .elementor-widget-sections-reviews input[type=submit], .elementor-widget-sections-reviews .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .elementor-widget-sections-reviews .swiper-slide__info__button {
  margin-top: 24px;
  padding: 7px 15px 9px;
}
.elementor-widget-sections-reviews .btn.btn-outline-primary, .elementor-widget-sections-reviews .wp-block-button .btn-outline-primary.wp-block-button__link, .wp-block-button .elementor-widget-sections-reviews .btn-outline-primary.wp-block-button__link, .elementor-widget-sections-reviews .gform_footer input.btn-outline-primary[type=submit], .gform_footer .elementor-widget-sections-reviews input.btn-outline-primary[type=submit], .elementor-widget-sections-reviews .elementor-widget-section-carousel-slide .btn-outline-primary.swiper-slide__info__button, .elementor-widget-section-carousel-slide .elementor-widget-sections-reviews .btn-outline-primary.swiper-slide__info__button, .elementor-widget-sections-reviews .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .elementor-widget-sections-reviews .wp-block-button__link {
  padding: 7px 11px 9px;
}
.elementor-widget-sections-reviews .title-description {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-sections-reviews .title-description {
    font-size: 18px;
    line-height: 26px;
  }
}
.elementor-widget-sections-reviews .review {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-sections-reviews .review {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-sections-reviews .review {
    margin-top: 2px;
  }
}
.elementor-widget-sections-reviews .review__stars {
  margin-bottom: 22px;
  color: #ffc107;
}
@media screen and (min-width: 768px) {
  .elementor-widget-sections-reviews .review__stars {
    margin-bottom: 19px;
  }
}
.elementor-widget-sections-reviews .review__stars .bv-star-rating {
  font-size: 28px;
}
.elementor-widget-sections-reviews .review__stars .bv-star-rating .fa-star-o,
.elementor-widget-sections-reviews .review__stars .bv-star-rating .fa-star {
  max-width: 29px;
  font-size: 28px;
  margin-right: 3px;
}
.elementor-widget-sections-reviews .review__text {
  font-weight: bold;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-sections-reviews .review__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.elementor-widget-sections-reviews .review__author {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.elementor-widget-sections-reviews .col-xl-4.col-sm-12 {
  margin-top: -5px;
}

.BVRRQuickTakeSummary .BVRRRatingSummaryLinks, .BVRRQuickTakeSummary .BVRRSecondaryRatingSummary .BVRRRatingSummaryLinks {
  display: none !important;
}

.elementor-widget-section_content .section-content__title {
  margin-top: 26px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_content .section-content__title {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_content .section-content__title {
    margin-top: 0;
  }
}
.elementor-widget-section_content .section-content__link {
  font-weight: 600;
  margin-top: 16px;
  line-height: initial;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_content .section-content__link {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_content .section-content__link {
    margin-top: 21px;
  }
}
.elementor-widget-section_content .section-content__description {
  margin-top: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_content .section-content__description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_content .section-content__description {
    margin-top: 24px;
  }
}
.elementor-widget-section_content .section-content__subdescription {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_content .section-content__subdescription {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_content .section-content__subdescription {
    margin-top: 24px;
  }
}
.elementor-widget-section_content .section-content__subdescription a {
  font-weight: 600;
}
.elementor-widget-section_content ins.play-gif {
  font-size: 100px;
  background: none;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: inherit;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  font-family: eicons;
  opacity: 1;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.elementor-widget-section_content ins.play-gif:hover {
  opacity: 1;
}
.elementor-widget-section_content ins.play-gif:before {
  content: "\e89d";
}
.elementor-widget-section_content .gifplayer-wrapper {
  -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100% !important;
  height: auto !important;
}
.elementor-widget-section_content .gifplayer-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.15);
}
.elementor-widget-section_content .gifplayer-wrapper:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-widget-section_content .gifplayer-wrapper:hover ins.play-gif {
  color: #009ca6;
}
.elementor-widget-section_content img.gp-gif-element {
  position: relative !important;
}
.elementor-widget-section_content p {
  line-height: inherit;
}

.elementor-widget-section-video .elementor-custom-embed-image-overlay {
  -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
}
.elementor-widget-section-video .elementor-custom-embed-image-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.elementor-widget-section-video .elementor-custom-embed-image-overlay:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-widget-section-video .elementor-custom-embed-image-overlay:hover .eicon-play {
  color: #009ca6;
}
.elementor-widget-section-video .section-video__title {
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-video .section-video__title {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-video .section-video__title {
    margin-top: 0;
  }
}
.elementor-widget-section-video .section-video__description {
  line-height: 22px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-video .section-video__description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-video .section-video__description {
    margin-top: 23px;
  }
}

.elementor-custom-embed-image-overlay {
  background-color: #ffffff;
}
.elementor-custom-embed-image-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-custom-embed-image-overlay .eicon-play {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-custom-embed-image-overlay:hover::before {
  background: rgba(0, 0, 0, 0);
}
.elementor-custom-embed-image-overlay:hover .eicon-play {
  color: #009ca6;
}

@media screen and (min-width: 1200px) {
  .elementor-widget-resources .row .model-card-slide, .elementor-widget-resources .gform_wrapper .gform_fields .model-card-slide, .gform_wrapper .elementor-widget-resources .gform_fields .model-card-slide {
    padding-top: 12px;
  }
}
@media screen and (min-width: 576px) {
  .elementor-widget-resources .row .model-card-slide:not(:last-child), .elementor-widget-resources .gform_wrapper .gform_fields .model-card-slide:not(:last-child), .gform_wrapper .elementor-widget-resources .gform_fields .model-card-slide:not(:last-child) {
    margin-bottom: 0;
  }
}
.elementor-widget-resources .row .model-card-slide .vertical.large.three-col .card-text, .elementor-widget-resources .gform_wrapper .gform_fields .model-card-slide .vertical.large.three-col .card-text, .gform_wrapper .elementor-widget-resources .gform_fields .model-card-slide .vertical.large.three-col .card-text {
  margin-bottom: 8px !important;
}
.elementor-widget-resources .row .card, .elementor-widget-resources .gform_wrapper .gform_fields .card, .gform_wrapper .elementor-widget-resources .gform_fields .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-widget-resources .row .card-body, .elementor-widget-resources .gform_wrapper .gform_fields .card-body, .gform_wrapper .elementor-widget-resources .gform_fields .card-body {
  text-align: center;
  margin-top: 15px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-resources .row .card-body, .elementor-widget-resources .gform_wrapper .gform_fields .card-body, .gform_wrapper .elementor-widget-resources .gform_fields .card-body {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-resources .row .card-body, .elementor-widget-resources .gform_wrapper .gform_fields .card-body, .gform_wrapper .elementor-widget-resources .gform_fields .card-body {
    margin-top: 26px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.elementor-widget-resources .row .card-text, .elementor-widget-resources .gform_wrapper .gform_fields .card-text, .gform_wrapper .elementor-widget-resources .gform_fields .card-text {
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-resources .row .card-text, .elementor-widget-resources .gform_wrapper .gform_fields .card-text, .gform_wrapper .elementor-widget-resources .gform_fields .card-text {
    margin-bottom: 6px;
  }
}

.elementor-widget-cards-collection .collection-card-slide.swiper-slide,
.elementor-widget-cards .collection-card-slide.swiper-slide {
  overflow: inherit;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .swiper-pagination,
.elementor-widget-cards .swiper-pagination {
    display: none !important;
  }
}
.elementor-widget-cards-collection .card,
.elementor-widget-cards .card {
  position: relative;
}
.elementor-widget-cards-collection .swiper_mobile .model-card-slide:not(:last-child),
.elementor-widget-cards .swiper_mobile .model-card-slide:not(:last-child) {
  margin-bottom: 0;
}
.elementor-widget-cards-collection .swiper_mobile .collection-card-slide:not(:last-child),
.elementor-widget-cards .swiper_mobile .collection-card-slide:not(:last-child) {
  margin-bottom: 0;
}
.elementor-widget-cards-collection .collection-card-slide:not(:last-child),
.elementor-widget-cards-collection .model-card-slide:not(:last-child),
.elementor-widget-cards .collection-card-slide:not(:last-child),
.elementor-widget-cards .model-card-slide:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .collection-card-slide:not(:last-child),
.elementor-widget-cards-collection .model-card-slide:not(:last-child),
.elementor-widget-cards .collection-card-slide:not(:last-child),
.elementor-widget-cards .model-card-slide:not(:last-child) {
    margin-bottom: 0;
  }
}
.elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .row, .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields, .gform_wrapper .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .gform_fields,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .row,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields,
.gform_wrapper .elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .gform_fields,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .row,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields,
.gform_wrapper .elementor-widget-cards .collection-card-slide .horizontal.large.two-col .gform_fields,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .row,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields,
.gform_wrapper .elementor-widget-cards .model-card-slide .horizontal.large.two-col .gform_fields {
  height: auto;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .row, .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields, .gform_wrapper .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .gform_fields,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .row,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields,
.gform_wrapper .elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .gform_fields,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .row,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields,
.gform_wrapper .elementor-widget-cards .collection-card-slide .horizontal.large.two-col .gform_fields,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .row,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .gform_wrapper .gform_fields,
.gform_wrapper .elementor-widget-cards .model-card-slide .horizontal.large.two-col .gform_fields {
    height: 100%;
  }
}
.elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-link-content,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-link-content,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-link-content,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-link-content {
  height: 100%;
}
@media screen and (min-width: 1366px) {
  .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-link-content,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-link-content,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-link-content,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-link-content {
    padding-right: 19px;
  }
}
.elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-body {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-body {
    padding: 23px 16px 32px;
  }
}
@media screen and (min-width: 1366px) {
  .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-body,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-body {
    padding: 24px 24px 32px 5px;
  }
}
.elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-text {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-text {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .elementor-widget-cards-collection .collection-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards-collection .model-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards .collection-card-slide .horizontal.large.two-col .card-text,
.elementor-widget-cards .model-card-slide .horizontal.large.two-col .card-text {
    margin-bottom: 6px;
  }
}
.elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards .model-card-slide .vertical.xlarge.two-col .card-body {
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards .model-card-slide .vertical.xlarge.two-col .card-body {
    padding: 23px 16px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.two-col .card-body,
.elementor-widget-cards .model-card-slide .vertical.xlarge.two-col .card-body {
    padding: 30px 23px 30px;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.two-col .card-title,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.two-col .card-title,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.two-col .card-title,
.elementor-widget-cards .model-card-slide .vertical.xlarge.two-col .card-title {
    margin-bottom: 6px;
  }
}
.elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.three-col > .card-link,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.three-col > .card-link,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.three-col > .card-link,
.elementor-widget-cards .model-card-slide .vertical.xlarge.three-col > .card-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(transparent));
  background: linear-gradient(180deg, #eee, transparent);
}
.elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.three-col .card-body,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.three-col .card-body,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.three-col .card-body,
.elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-body {
  padding: 24px 32px 32px 32px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.three-col .card-body,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.three-col .card-body,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.three-col .card-body,
.elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-body {
    padding: 31px 24px 30px;
  }
}
.elementor-widget-cards-collection .collection-card-slide .vertical.xlarge.three-col .card-text,
.elementor-widget-cards-collection .model-card-slide .vertical.xlarge.three-col .card-text,
.elementor-widget-cards .collection-card-slide .vertical.xlarge.three-col .card-text,
.elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
  margin-bottom: 14px;
}
.elementor-widget-cards-collection .collection-card-slide .vertical.large.three-col .card-text,
.elementor-widget-cards-collection .model-card-slide .vertical.large.three-col .card-text,
.elementor-widget-cards .collection-card-slide .vertical.large.three-col .card-text,
.elementor-widget-cards .model-card-slide .vertical.large.three-col .card-text {
  margin-bottom: 16px !important;
}
.elementor-widget-cards-collection .swiper_mobile .swiper-container,
.elementor-widget-cards .swiper_mobile .swiper-container {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .swiper_mobile .swiper-container,
.elementor-widget-cards .swiper_mobile .swiper-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
  }
}
.elementor-widget-cards-collection .swiper_mobile .swiper-container .swiper-slide,
.elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide {
  margin-bottom: 0 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .swiper_mobile .swiper-container .swiper-slide,
.elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide {
    -webkit-transition: unset;
    transition: unset;
  }
}
.elementor-widget-cards-collection .swiper_mobile .swiper-container .swiper-slide:not(.swiper-slide-active),
.elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-collection .swiper_mobile .swiper-container .swiper-slide:not(.swiper-slide-active),
.elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
}
.elementor-widget-cards-collection .swiper_mobile .swiper-container-horizontal > .swiper-pagination-bullets,
.elementor-widget-cards .swiper_mobile .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .elementor-widget-cards-collection .swiper_mobile .swiper-button-prev,
.elementor-widget-cards-collection .swiper_mobile .swiper-button-next,
.elementor-widget-cards .swiper_mobile .swiper-button-prev,
.elementor-widget-cards .swiper_mobile .swiper-button-next {
    top: 41%;
  }
}

.card-label .elementor-icon-wrapper {
  position: absolute;
}

.elementor-widget-section-full-width-gallery .title {
  display: none;
}
.elementor-widget-section-full-width-gallery .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
}
.elementor-widget-section-full-width-gallery .swiper-slide .swiper-slide-desc {
  padding: 9px 12px 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #424242;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-full-width-gallery .swiper-slide .swiper-slide-desc {
    padding: 10px 24px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-full-width-gallery .swiper-slide .swiper-slide-desc {
    padding: 18px 24px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.elementor-widget-section-full-width-gallery .swiper {
  position: relative;
}
.elementor-widget-section-full-width-gallery .mySwiper2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.elementor-widget-section-full-width-gallery .mySwiper2 .swiper-slide .swiper-slide-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.elementor-widget-section-full-width-gallery .mySwiper {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.elementor-widget-section-full-width-gallery .mySwiper .swiper-slide {
  cursor: pointer;
  position: relative;
}
.elementor-widget-section-full-width-gallery .mySwiper .swiper-slide img {
  height: auto;
}
.elementor-widget-section-full-width-gallery .mySwiper .swiper-slide i {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.26);
}
.elementor-widget-section-full-width-gallery .swiper-slide {
  overflow: visible;
}
.elementor-widget-section-full-width-gallery .swiper.swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  margin-right: 1px !important;
}
.elementor-widget-section-full-width-gallery .swiper-button-prev {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  padding: 8.3% 5.5% 8.3% 5.5%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-full-width-gallery .swiper-button-prev {
    padding: 5% 4.5% 5% 4.5%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-full-width-gallery .swiper-button-prev {
    padding: 5% 2.5% 5% 2.5%;
  }
}
.elementor-widget-section-full-width-gallery .swiper-button-next {
  -webkit-transform: none;
          transform: none;
  right: 0;
  padding: 8.3% 5.5% 8.3% 5.5%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-full-width-gallery .swiper-button-next {
    padding: 5% 4.5% 5% 4.5%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-full-width-gallery .swiper-button-next {
    padding: 5% 2.5% 5% 2.5%;
  }
}
.elementor-widget-section-full-width-gallery .swiper-button-prev, .elementor-widget-section-full-width-gallery .swiper-button-next {
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elementor-widget-section-media-carousel .tabs-parent {
  margin: 0;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header {
  margin-bottom: 0;
  border-bottom: 1px solid #a9a9a9;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header {
    margin-bottom: 40px;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header {
    margin-bottom: 48px;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab {
  border-top: 1px solid #a9a9a9;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab {
    border: 0;
    padding: 0;
    margin: 0 16px;
  }
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab:first-child {
    margin-left: 0;
  }
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab .swiper-button-prev {
    top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab .swiper-button-next {
    top: 25%;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link {
  display: block;
  padding: 16px 0 15px;
  font-weight: 600;
  text-decoration: none;
  color: #007681;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link {
    padding: 0;
    padding-bottom: 7px;
    border-top: 0;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link {
    padding-bottom: 6px;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  background: url(../../images/chevron-down.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 10px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link:after {
    content: none;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link.active {
  border-color: #007681;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link.active:after {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__header .media-tabs__tab > .media-tabs__link:hover:not(.active) {
  color: #199eb2;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content {
  position: relative;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__heading {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__heading {
    margin-bottom: 23px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__heading {
    margin-bottom: 24px;
    font-size: 22px;
    margin-top: 3px;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-pagination-bullets.swiper-pagination-lock {
  display: none !important;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev.swiper-button-lock {
  display: none !important;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next.swiper-button-lock {
  display: none !important;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content ul li::before {
  content: "•";
  margin-right: 5px;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description {
    margin: 0;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description small, .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description .small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description small, .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description .small {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description small a, .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__description .small a {
  font-weight: 600;
  line-height: inherit;
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev,
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next {
  top: 37%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev,
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next {
    top: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev,
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next {
    top: 43%;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev {
    left: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-prev {
    left: 1px;
    top: 43%;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next {
    right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-button-next {
    right: 1px;
    top: 43%;
  }
}
.elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__content-tabs-slide {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__content-tabs-slide {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .media-tabs .media-tabs__content .swiper-slide__content-tabs-slide {
    margin-top: 0;
  }
}
.elementor-widget-section-media-carousel .media-tabs .swiper-slide__label {
  top: 8%;
  position: absolute;
  left: 7%;
  width: 65px;
}
.elementor-widget-section-media-carousel .title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .title {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .title {
    margin-bottom: 48px;
  }
}
.elementor-widget-section-media-carousel .filter-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .filter-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .filter-wrapper {
    margin-bottom: 48px;
  }
}
.elementor-widget-section-media-carousel .swiper-container {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-media-carousel .swiper-container {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .swiper-container {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .elementor-custom-embed-image-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-media-carousel .elementor-custom-embed-image-overlay:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.elementor-widget-section-media-carousel .elementor-custom-embed-image-overlay:hover .eicon-play {
  color: #009ca6;
}
.elementor-widget-section-media-carousel ins.play-gif {
  font-size: 100px;
  background: none;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: inherit;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  font-family: eicons;
  opacity: 1;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.elementor-widget-section-media-carousel ins.play-gif:hover {
  opacity: 1;
}
.elementor-widget-section-media-carousel ins.play-gif:before {
  content: "\e89d";
}
.elementor-widget-section-media-carousel .gifplayer-wrapper {
  -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100% !important;
  height: auto !important;
}
.elementor-widget-section-media-carousel .gifplayer-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.15);
}
.elementor-widget-section-media-carousel .gifplayer-wrapper:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-widget-section-media-carousel .gifplayer-wrapper:hover ins.play-gif {
  color: #009ca6;
}
.elementor-widget-section-media-carousel img.gp-gif-element {
  position: relative !important;
}

.elementor-widget-section-model-cards .container.swiper-wrap {
  position: relative;
  width: 100%;
  max-width: 336px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-cards .container.swiper-wrap {
    max-width: 588px;
  }
}
@media screen and (min-width: 992px) {
  .elementor-widget-section-model-cards .container.swiper-wrap {
    max-width: 880px;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-cards .container.swiper-wrap .model-card {
    margin-bottom: 16px;
  }
}
.elementor-widget-section-model-cards .container.swiper-wrap .swiper-button-prev {
  left: 0;
  padding: 15px 25px 35px 0;
}
.elementor-widget-section-model-cards .container.swiper-wrap .swiper-button-next {
  right: 0;
  padding: 15px 13px 35px 15px;
}
.elementor-widget-section-model-cards .container.swiper-wrap .swiper-button-prev,
.elementor-widget-section-model-cards .container.swiper-wrap .swiper-button-next {
  top: 149px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-cards .container.swiper-wrap .swiper-button-prev,
.elementor-widget-section-model-cards .container.swiper-wrap .swiper-button-next {
    top: 145px;
  }
}

.elementor-widget-cards-carousel .container-fluid, .elementor-widget-cards-carousel .container-sm, .elementor-widget-cards-carousel .container-md, .elementor-widget-cards-carousel .container-lg, .elementor-widget-cards-carousel .container-xl, .elementor-widget-cards-carousel .container-xxl {
  max-width: 1140px;
  position: relative;
}
.elementor-widget-cards-carousel .swiper-container {
  padding-bottom: 44px;
}
.elementor-widget-cards-carousel .swiper-container.swiper-product {
  margin: 0 -12px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-carousel .swiper-container.swiper-product {
    overflow: unset;
    -webkit-clip-path: polygon(-2% -5%, 102% -5%, 102% 110%, -2% 105%);
            clip-path: polygon(-2% -5%, 102% -5%, 102% 110%, -2% 105%);
    margin: auto;
  }
}
.elementor-widget-cards-carousel .swiper-container.swiper-product .swiper-slide {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-carousel .swiper-container.swiper-product .swiper-slide {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-carousel .swiper-container {
    padding-bottom: 60px;
  }
}
.elementor-widget-cards-carousel .swiper-object .swiper-button-prev, .elementor-widget-cards-carousel .swiper-object .swiper-button-next {
  top: 45%;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-prev, .elementor-widget-cards-carousel .swiper-object .swiper-button-next {
    top: 49.5%;
  }
}
.elementor-widget-cards-carousel .swiper-object .swiper-button-prev {
  left: -18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-prev {
    left: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-prev {
    left: -1.125%;
  }
}
@media screen and (min-width: 1250px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-prev {
    left: -57px;
  }
}
.elementor-widget-cards-carousel .swiper-object .swiper-button-next {
  right: -18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-next {
    right: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-next {
    right: -1.125%;
  }
}
@media screen and (min-width: 1250px) {
  .elementor-widget-cards-carousel .swiper-object .swiper-button-next {
    right: -57px;
  }
}
.elementor-widget-cards-carousel .swiper-slide {
  overflow: visible !important;
}
.elementor-widget-cards-carousel .swiper-slide .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-widget-cards-carousel .swiper-slide.swiper-slide-active .card,
.elementor-widget-cards-carousel .swiper-slide-active + .swiper-slide .card,
.elementor-widget-cards-carousel .swiper-slide-active + .swiper-slide + .swiper-slide .card {
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .elementor-widget-cards-carousel .swiper-slide.swiper-slide-active .card,
.elementor-widget-cards-carousel .swiper-slide-active + .swiper-slide .card,
.elementor-widget-cards-carousel .swiper-slide-active + .swiper-slide + .swiper-slide .card {
    -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  }
}

.cta-text {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .cta-text {
    line-height: 26px;
  }
}

.hero-model {
  font-family: "Noto Sans", sans-serif;
  position: relative;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
.hero-model-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .hero-model {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(238, 238, 238, 0.9)), color-stop(50%, #ffffff));
    background: linear-gradient(0deg, rgba(238, 238, 238, 0.9) 6%, #ffffff 50%);
    padding-bottom: 18px;
  }
}
.hero-model .container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .hero-model .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 992px) {
  .hero-model .container {
    padding: 0 20px 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .col-xl-4 {
    padding: 0 13px 0 11px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .col-xl-6 {
    padding: 0 6px 0 13px;
  }
}
.hero-model .hero-model__content {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .hero-model .hero-model__content {
    padding-top: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .hero-model__content {
    padding-top: 0;
  }
}
.hero-model .hero-model__content-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.72px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero-model .hero-model__content-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 0.72px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .hero-model__content-title {
    font-size: 42px;
    line-height: 56px;
    font-weight: 300;
    letter-spacing: 0.84px;
    margin-bottom: 22px;
  }
}
.hero-model .hero-model__content-title sup {
  top: -0.5em;
  font-size: 0.6em;
}
.hero-model .hero-model__content-reviews {
  color: #007681;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-model .hero-model__content-reviews-wrapper {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .hero-model .hero-model__content-reviews {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .hero-model__content-reviews {
    margin-bottom: 14px;
  }
}
.hero-model .hero-model__content-reviews .bv-star-rating :not(:first-child).fa-star-o,
.hero-model .hero-model__content-reviews .bv-star-rating :not(:first-child).fa-star {
  margin-right: 2px;
}
.hero-model .hero-model__content-reviews .hero-model__reviews-count {
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .hero-model .hero-model__content-reviews .hero-model__reviews-count {
    margin-left: 6px;
  }
}
.hero-model .hero-model__content-reviews .delimeter {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-left: 3px;
  color: #424242;
  margin-top: -3px;
}
.hero-model .hero-model__content-reviews .cost-widget {
  margin-left: 3px;
}
.hero-model .hero-model__content-description {
  line-height: 22px;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .hero-model .hero-model__content-description {
    line-height: 26px;
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .hero-model__content-description {
    margin-bottom: 34px;
    max-width: 96%;
  }
}
.hero-model .container-btn {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .hero-model .container-btn {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .container-btn {
    margin-bottom: 32px;
  }
}
.hero-model .container-btn .btn, .hero-model .container-btn .wp-block-button .wp-block-button__link, .wp-block-button .hero-model .container-btn .wp-block-button__link, .hero-model .container-btn .gform_footer input[type=submit], .gform_footer .hero-model .container-btn input[type=submit], .hero-model .container-btn .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .hero-model .container-btn .swiper-slide__info__button {
  padding: 8px 15px 10px;
  margin-right: 16px;
}
.hero-model .container-btn .btn:last-of-type, .hero-model .container-btn .wp-block-button .wp-block-button__link:last-of-type, .wp-block-button .hero-model .container-btn .wp-block-button__link:last-of-type, .hero-model .container-btn .gform_footer input[type=submit]:last-of-type, .gform_footer .hero-model .container-btn input[type=submit]:last-of-type, .hero-model .container-btn .elementor-widget-section-carousel-slide .swiper-slide__info__button:last-of-type, .elementor-widget-section-carousel-slide .hero-model .container-btn .swiper-slide__info__button:last-of-type {
  margin-right: 0;
}
.hero-model .container-btn .btn.btn-outline-primary, .hero-model .container-btn .wp-block-button .btn-outline-primary.wp-block-button__link, .wp-block-button .hero-model .container-btn .btn-outline-primary.wp-block-button__link, .hero-model .container-btn .gform_footer input.btn-outline-primary[type=submit], .gform_footer .hero-model .container-btn input.btn-outline-primary[type=submit], .hero-model .container-btn .elementor-widget-section-carousel-slide .btn-outline-primary.swiper-slide__info__button, .elementor-widget-section-carousel-slide .hero-model .container-btn .btn-outline-primary.swiper-slide__info__button, .hero-model .container-btn .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .hero-model .container-btn .wp-block-button__link {
  padding: 7px 13px 9px;
}
.hero-model .specifications {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.hero-model .specifications .specifications__container {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .hero-model .specifications .specifications__container {
    margin-bottom: 16px;
  }
}
.hero-model .specifications .specifications__container:last-of-type {
  margin-bottom: 0;
}
.hero-model .specifications .specifications__container .specifications-row {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .hero-model .specifications .specifications__container .specifications-row {
    margin-bottom: 16px;
  }
}
.hero-model .specifications .specifications__container .specifications-row:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-model .specifications .specifications__container .specifications-row:last-of-type {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .specifications .specifications__container .specifications-row:last-of-type {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-model .specifications .specifications__container .specifications-row {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .specifications .specifications__container .specifications-row {
    margin-bottom: 16px;
  }
}
.hero-model .specifications .specifications__container-top .specifications-col {
  width: auto;
}
.hero-model .specifications .specifications__title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .hero-model .specifications .specifications__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.hero-model .specifications .specifications__value {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .hero-model .specifications .specifications__value {
    font-size: 18px;
    line-height: 26px;
  }
}
.hero-model .swiper-slide-info {
  position: absolute;
  right: 8px;
  bottom: 16px;
  max-width: 560px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-slide-info {
    right: 17px;
    bottom: 19px;
  }
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-slide-info {
    bottom: 16px;
  }
}
.hero-model .swiper-slide-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.hero-model .swiper-slide-info__text-container {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 280px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-slide-info__text-container {
    right: 41px;
    max-width: 500px;
  }
}
.hero-model .swiper-slide-info__text {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.98);
  display: block;
  color: #424242;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.26);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-slide-info__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.hero-model .swiper-slide-info__text::after {
  display: block;
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../images/right-i.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 8px;
  height: 16px;
}
.hero-model .swiper-slide-info__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.hero-model .swiper-slide-info__icon i {
  font-size: 9px;
  margin-top: -1px;
  color: #424242;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-slide-info__icon i {
    font-size: 14px;
    margin-left: 1px;
    margin-top: -1px;
  }
}
.hero-model .swiper-slide-info__icon-container {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-slide-info__icon-container {
    width: 28px;
    height: 28px;
  }
}
.hero-model .swiper-slide-info__icon:focus-within + .swiper-slide-info__text-container,
.hero-model .swiper-slide-info__icon:hover + .swiper-slide-info__text-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.hero-model .swiper-hero-model {
  background-color: #ffffff;
  z-index: 5;
}
.hero-model .swiper-hero-model .swiper-slide {
  height: auto;
}
.hero-model .swiper-container-horizontal .fa-square-question {
  position: absolute;
  right: 10px;
  font-size: 24px;
  bottom: 10px;
}
.hero-model .swiper-container-thumb {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-container-thumb {
    margin-bottom: 18px;
  }
}
.hero-model .swiper-container-thumb .swiper-button-next,
.hero-model .swiper-container-thumb .swiper-button-prev {
  top: auto;
  bottom: -4.3%;
  padding: 12.8% 19px 12.8% 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-container-thumb .swiper-button-next,
.hero-model .swiper-container-thumb .swiper-button-prev {
    bottom: -3.3%;
    padding: 7.7% 34px 7.7% 33px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .swiper-container-thumb .swiper-button-next,
.hero-model .swiper-container-thumb .swiper-button-prev {
    bottom: -2.4%;
    padding: 7.7% 26px 7.7% 27px;
  }
}
.hero-model .swiper-container-thumb .swiper-button-next {
  right: 0;
}
.hero-model .swiper-container-thumb .swiper-button-prev {
  left: 0;
}
.hero-model .swiper-container-thumbs {
  background-color: #ffffff;
  z-index: 0;
}
.hero-model .swiper-container-thumbs .swiper-wrapper {
  margin-bottom: 16px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-container-thumbs .swiper-wrapper {
    margin-bottom: 11px;
    padding-bottom: 2px;
  }
}
.hero-model .swiper-container-thumbs .swiper-slide {
  height: auto;
  margin-right: 2px !important;
}
.hero-model .swiper-container-thumbs .swiper-slide::after {
  display: none !important;
}
.hero-model .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.hero-model .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  display: block !important;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #007681;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active::after {
    top: calc(100% + 14px);
  }
}
.hero-model .swiper-container {
  padding-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .hero-model .swiper-container {
    padding-bottom: 35px;
  }
}
.hero-model .hero-slider-model {
  position: relative;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(15%, rgba(238, 238, 238, 0.9)), to(rgba(238, 238, 238, 0.9)));
  background: linear-gradient(0deg, white 0%, rgba(238, 238, 238, 0.9) 15%, rgba(238, 238, 238, 0.9) 100%);
}
@media screen and (min-width: 1200px) {
  .hero-model .hero-slider-model {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background: none;
  }
}
.hero-model .hero-slider-model .swiper-slide {
  overflow: visible !important;
  cursor: pointer;
}
.hero-model .hero-slider-model .mySwiper {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.hero-model .hero-slider-model .mySwiper .swiper-slide {
  position: relative;
}
.hero-model .hero-slider-model .mySwiper .swiper-slide i {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.26);
}
.hero-model .specifications-mobile {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .hero-model .specifications-mobile {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-model .specifications-mobile {
    padding: 0;
  }
}

.hero-model .hero-slider-model .mySwiper .swiper-slide {
  position: relative;
  min-height: 100px;
}

.elementor-widget-section-color-single-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-single-visualizer .color-selector-spa,
.elementor-widget-section-color-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-visualizer .color-selector-spa {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-single-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-single-visualizer .color-selector-spa,
.elementor-widget-section-color-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-visualizer .color-selector-spa {
    margin-bottom: 32px;
  }
}
.elementor-widget-section-color-single-visualizer .color-selector-spa-v2 .shells img,
.elementor-widget-section-color-single-visualizer .color-selector-spa .shells img,
.elementor-widget-section-color-visualizer .color-selector-spa-v2 .shells img,
.elementor-widget-section-color-visualizer .color-selector-spa .shells img {
  position: relative;
  width: 100%;
}
.elementor-widget-section-color-single-visualizer .color-selector-spa-v2.limelight,
.elementor-widget-section-color-single-visualizer .color-selector-spa.limelight,
.elementor-widget-section-color-visualizer .color-selector-spa-v2.limelight,
.elementor-widget-section-color-visualizer .color-selector-spa.limelight {
  padding-bottom: 10.2%;
  padding-top: 6.4%;
}
.elementor-widget-section-color-single-visualizer .color-selector-spa-v2.hot-spot,
.elementor-widget-section-color-single-visualizer .color-selector-spa.hot-spot,
.elementor-widget-section-color-visualizer .color-selector-spa-v2.hot-spot,
.elementor-widget-section-color-visualizer .color-selector-spa.hot-spot {
  padding-bottom: 6.3%;
  padding-top: 9%;
}
.elementor-widget-section-color-single-visualizer .color-selector-picker,
.elementor-widget-section-color-visualizer .color-selector-picker {
  margin-bottom: 48px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .color-selector-picker,
.elementor-widget-section-color-visualizer .color-selector-picker {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-single-visualizer .color-selector-picker,
.elementor-widget-section-color-visualizer .color-selector-picker {
    margin-bottom: 0;
  }
}
.elementor-widget-section-color-single-visualizer .color-selector-picker h3, .elementor-widget-section-color-single-visualizer .color-selector-picker .h3,
.elementor-widget-section-color-visualizer .color-selector-picker h3,
.elementor-widget-section-color-visualizer .color-selector-picker .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .color-selector-picker h3, .elementor-widget-section-color-single-visualizer .color-selector-picker .h3,
.elementor-widget-section-color-visualizer .color-selector-picker h3,
.elementor-widget-section-color-visualizer .color-selector-picker .h3 {
    margin-bottom: 20px;
  }
}
.elementor-widget-section-color-single-visualizer .color-selector-picker .selected .rounded-square,
.elementor-widget-section-color-visualizer .color-selector-picker .selected .rounded-square {
  padding: 1px;
}
.elementor-widget-section-color-single-visualizer .color-selector-picker .swatch img,
.elementor-widget-section-color-visualizer .color-selector-picker .swatch img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.elementor-widget-section-color-single-visualizer .color-selector-picker .swatch img:hover,
.elementor-widget-section-color-visualizer .color-selector-picker .swatch img:hover {
  padding: 1px !important;
  border: 2px solid #189eb2;
  cursor: pointer;
}
.elementor-widget-section-color-single-visualizer .color-selector-picker .list-inline-item,
.elementor-widget-section-color-visualizer .color-selector-picker .list-inline-item {
  margin-right: 1px;
  display: block;
}
.elementor-widget-section-color-single-visualizer .color-selector-picker .gx-md-6,
.elementor-widget-section-color-visualizer .color-selector-picker .gx-md-6 {
  padding: 0 11px;
}
.elementor-widget-section-color-single-visualizer .color-selector-picker .rounded-square,
.elementor-widget-section-color-visualizer .color-selector-picker .rounded-square {
  margin-right: 12px;
  padding: 2;
  height: 40px;
  border-width: 2px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .color-selector-picker .rounded-square,
.elementor-widget-section-color-visualizer .color-selector-picker .rounded-square {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-width: 2px;
    border-radius: 7px;
  }
}
.elementor-widget-section-color-single-visualizer .list-inline,
.elementor-widget-section-color-visualizer .list-inline {
  font-size: 14px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .list-inline,
.elementor-widget-section-color-visualizer .list-inline {
    margin-bottom: 24px;
  }
}
.elementor-widget-section-color-single-visualizer .small-desc,
.elementor-widget-section-color-visualizer .small-desc {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .small-desc,
.elementor-widget-section-color-visualizer .small-desc {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-single-visualizer .small-desc,
.elementor-widget-section-color-visualizer .small-desc {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .first-block,
.elementor-widget-section-color-visualizer .first-block {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-single-visualizer .first-block,
.elementor-widget-section-color-visualizer .first-block {
    margin-bottom: 0;
  }
}
.elementor-widget-section-color-single-visualizer .grey,
.elementor-widget-section-color-visualizer .grey {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(238, 238, 238), rgba(255, 255, 255, 0));
  padding: 48px 30px 56px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .grey,
.elementor-widget-section-color-visualizer .grey {
    padding: 56px 62px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-single-visualizer .grey,
.elementor-widget-section-color-visualizer .grey {
    padding: 56px 40px 64px;
  }
}
.elementor-widget-section-color-single-visualizer .grey .block-title,
.elementor-widget-section-color-visualizer .grey .block-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .grey .block-title,
.elementor-widget-section-color-visualizer .grey .block-title {
    margin-bottom: 24px;
  }
}
.elementor-widget-section-color-single-visualizer .grey .block-desc,
.elementor-widget-section-color-visualizer .grey .block-desc {
  margin-bottom: 24px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .grey .block-desc,
.elementor-widget-section-color-visualizer .grey .block-desc {
    line-height: 26px;
  }
}
.elementor-widget-section-color-single-visualizer .grey .first-block-img .link-app img,
.elementor-widget-section-color-visualizer .grey .first-block-img .link-app img {
  max-height: 40px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-single-visualizer .grey .first-block-img .link-app img,
.elementor-widget-section-color-visualizer .grey .first-block-img .link-app img {
    max-height: 42px;
  }
}
.elementor-widget-section-color-single-visualizer .grey .first-block-img .ios-btn,
.elementor-widget-section-color-visualizer .grey .first-block-img .ios-btn {
  margin-right: 16px;
}

.elementor-widget-section-hotspot-model .title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .title {
    margin-bottom: 56px;
  }
}
.elementor-widget-section-hotspot-model .description {
  margin-bottom: 56px;
}
.elementor-widget-section-hotspot-model .swiper-container {
  overflow: visible;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .swiper-container {
    padding-bottom: 52px;
  }
}
.elementor-widget-section-hotspot-model .swiper-container .swiper-slide {
  overflow: visible;
}
.elementor-widget-section-hotspot-model .swiper-slide__polygon-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.elementor-widget-section-hotspot-model .swiper-slide__polygon-image.active, .elementor-widget-section-hotspot-model .swiper-slide__polygon-image.slide-active {
  opacity: 1;
}
.elementor-widget-section-hotspot-model .swiper-slide__polygon-image svg {
  width: 100%;
  height: 100%;
}
.elementor-widget-section-hotspot-model .swiper-slide__polygon-image svg path {
  fill: #199eb2;
  opacity: 0.4;
}
.elementor-widget-section-hotspot-model .swiper-slide__polygon-image.slide-active svg path {
  fill: #007681;
  opacity: 0.8;
}
.elementor-widget-section-hotspot-model .point-plus {
  position: absolute;
  min-width: 32px;
  min-height: 32px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .point-plus {
    min-width: 48px;
    min-height: 48px;
  }
}
.elementor-widget-section-hotspot-model .point-plus.slide-active {
  display: none;
}
.elementor-widget-section-hotspot-model .point-plus.hidden {
  opacity: 0;
}
.elementor-widget-section-hotspot-model .point-plus > svg {
  pointer-events: none;
  position: absolute;
}
.elementor-widget-section-hotspot-model .swiper-slide-info {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -35px;
  left: 12px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .swiper-slide-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.elementor-widget-section-hotspot-model .swiper-slide-info i {
  margin-right: 8px;
}
.elementor-widget-section-hotspot-model .swiper-slide-info__text {
  font-size: 14px;
  font-weight: 500;
}
.elementor-widget-section-hotspot-model .jet-select__wrapper {
  position: relative;
  display: block;
  margin-top: 34px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .jet-select__wrapper {
    display: none;
  }
}
.elementor-widget-section-hotspot-model .jet-select__wrapper i {
  position: absolute;
  top: 16px;
  right: 8px;
  font-size: 12px;
  color: #007681;
}
.elementor-widget-section-hotspot-model .jet-select__select {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  padding: 7px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #424242;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .slide-content {
    margin-bottom: auto;
    padding-left: 32px;
  }
}
.elementor-widget-section-hotspot-model .slide-description {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .slide-description {
    margin-bottom: 24px;
  }
}
.elementor-widget-section-hotspot-model .slide-heading {
  display: none;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .slide-heading {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .slide-heading {
    margin-top: 0;
  }
}
.elementor-widget-section-hotspot-model .massage-image {
  text-align: center;
}
.elementor-widget-section-hotspot-model .massage-image img {
  max-width: 90%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .massage-image img {
    max-width: 204px;
    max-height: 510px;
  }
}
.elementor-widget-section-hotspot-model .tab-container {
  position: relative;
}
.elementor-widget-section-hotspot-model .tab-container::after {
  content: "";
  position: absolute;
  height: 0.5px;
  width: 100%;
  background-color: #a9a9a9;
  bottom: 0;
  left: 0;
}
.elementor-widget-section-hotspot-model .tab-container :first-child.tab-item .tab-prev {
  display: none;
}
.elementor-widget-section-hotspot-model .tab-container :last-child.tab-item .tab-next {
  display: none;
}
.elementor-widget-section-hotspot-model .tab-item {
  padding: 16px 0;
  position: relative;
}
.elementor-widget-section-hotspot-model .tab-item.active .tab-head .fa-chevron-down {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.elementor-widget-section-hotspot-model .tab-item::before {
  content: "";
  position: absolute;
  height: 0.5px;
  width: 100%;
  background-color: #a9a9a9;
  top: 0;
  left: 0;
}
.elementor-widget-section-hotspot-model .tab-item .tab-head {
  font-weight: 600;
  cursor: pointer;
}
.elementor-widget-section-hotspot-model .tab-item .tab-head .fa-chevron-down {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 11px;
  color: #007681;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .tab-item .tab-head .fa-chevron-down {
    top: 20px;
    font-size: 20px;
  }
}
.elementor-widget-section-hotspot-model .tab-item .tab-head > img {
  margin-right: 23px;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content {
  margin-top: 16px;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-description {
  margin-bottom: 24px;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-description p:last-of-type {
  margin-bottom: 0;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer {
  margin-top: 24px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer {
    margin-bottom: 8px;
  }
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer .tab-btn-nav {
  position: relative;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer .tab-btn-nav i {
  font-size: 11px;
  position: absolute;
  top: 28%;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer .tab-btn-nav.tab-prev {
  margin-right: 24px;
  padding-left: 15px;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer .tab-btn-nav.tab-prev i {
  left: 0;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer .tab-btn-nav.tab-next {
  padding-right: 15px;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-footer .tab-btn-nav.tab-next i {
  right: 0;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-video-player {
  width: 273px;
  height: 154px;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-video-player .elementor-custom-embed-image-overlay {
  background-color: #ffffff;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-video-player .elementor-custom-embed-image-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-video-player .elementor-custom-embed-image-overlay .eicon-play {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-video-player .elementor-custom-embed-image-overlay:hover::before {
  background: rgba(0, 0, 0, 0);
}
.elementor-widget-section-hotspot-model .tab-item .tab-content .tab-video-player .elementor-custom-embed-image-overlay:hover .eicon-play {
  color: #009ca6;
}
.elementor-widget-section-hotspot-model .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .swiper-button-next {
    right: -35px;
  }
}
@media screen and (min-width: 1350px) {
  .elementor-widget-section-hotspot-model .swiper-button-next {
    right: -93px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .elementor-widget-section-hotspot-model .swiper-button-next {
    right: -47px;
  }
}
.elementor-widget-section-hotspot-model .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-hotspot-model .swiper-button-prev {
    left: -35px;
  }
}
@media screen and (min-width: 1350px) {
  .elementor-widget-section-hotspot-model .swiper-button-prev {
    left: -93px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .elementor-widget-section-hotspot-model .swiper-button-prev {
    left: -47px;
  }
}
.elementor-widget-section-hotspot-model .swiper-button-next,
.elementor-widget-section-hotspot-model .swiper-button-prev {
  display: none;
  top: 45%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hotspot-model .swiper-button-next,
.elementor-widget-section-hotspot-model .swiper-button-prev {
    display: block;
  }
}

.elementor-widget-section_find_a_dealer .find-a-dealer-block {
  background-color: #ffffff;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block {
    padding: 48px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block {
    padding: 48px 114px;
  }
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block form {
    margin-bottom: 23px;
  }
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form .zip-code__form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block form .zip-code__form-item {
    max-width: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block form .zip-code__form-item {
    max-width: 57%;
  }
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form .zip-code__form-item.error input {
  border-color: #E1523D;
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form .zip-code__form-item.error .zip-code__form-error {
  display: block;
  color: #E1523D;
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form .zip-code__form-error {
  display: none;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form input {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 15px;
  -moz-appearance: textfield;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block form input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block form input {
    font-size: 16px;
  }
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block form input::-webkit-outer-spin-button, .elementor-widget-section_find_a_dealer .find-a-dealer-block form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block p {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer .find-a-dealer-block p {
    margin-bottom: 14px;
  }
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block p > a {
  letter-spacing: 0.2px;
  font-weight: 600;
}
.elementor-widget-section_find_a_dealer .find-a-dealer-block p:last-of-type {
  margin-bottom: 0;
}
.elementor-widget-section_find_a_dealer p.section-find-a-dealer__description {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer p.section-find-a-dealer__description {
    margin-bottom: 22px;
  }
}
.elementor-widget-section_find_a_dealer .section-find-a-dealer__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_find_a_dealer .section-find-a-dealer__title {
    margin-bottom: 23px;
  }
}

.elementor-widget-section_model_specs .accordion {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion {
    margin-bottom: 64px;
  }
}
.elementor-widget-section_model_specs .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .title {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_model_specs .title {
    margin-bottom: 40px;
  }
}
.elementor-widget-section_model_specs .btns-top {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .btns-top {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_model_specs .btns-top {
    margin-bottom: 50px;
  }
}
.elementor-widget-section_model_specs .btns-top .btn, .elementor-widget-section_model_specs .btns-top .wp-block-button .wp-block-button__link, .wp-block-button .elementor-widget-section_model_specs .btns-top .wp-block-button__link, .elementor-widget-section_model_specs .btns-top .gform_footer input[type=submit], .gform_footer .elementor-widget-section_model_specs .btns-top input[type=submit], .elementor-widget-section_model_specs .btns-top .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .btns-top .swiper-slide__info__button {
  margin: 0 8px;
}
.elementor-widget-section_model_specs .btns-top .btn.collapsed .expand-all, .elementor-widget-section_model_specs .btns-top .wp-block-button .collapsed.wp-block-button__link .expand-all, .wp-block-button .elementor-widget-section_model_specs .btns-top .collapsed.wp-block-button__link .expand-all, .elementor-widget-section_model_specs .btns-top .gform_footer input.collapsed[type=submit] .expand-all, .gform_footer .elementor-widget-section_model_specs .btns-top input.collapsed[type=submit] .expand-all, .elementor-widget-section_model_specs .btns-top .elementor-widget-section-carousel-slide .collapsed.swiper-slide__info__button .expand-all, .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .btns-top .collapsed.swiper-slide__info__button .expand-all {
  display: none;
}
.elementor-widget-section_model_specs .btns-top .btn.collapsed .collapse-all, .elementor-widget-section_model_specs .btns-top .wp-block-button .collapsed.wp-block-button__link .collapse-all, .wp-block-button .elementor-widget-section_model_specs .btns-top .collapsed.wp-block-button__link .collapse-all, .elementor-widget-section_model_specs .btns-top .gform_footer input.collapsed[type=submit] .collapse-all, .gform_footer .elementor-widget-section_model_specs .btns-top input.collapsed[type=submit] .collapse-all, .elementor-widget-section_model_specs .btns-top .elementor-widget-section-carousel-slide .collapsed.swiper-slide__info__button .collapse-all, .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .btns-top .collapsed.swiper-slide__info__button .collapse-all {
  display: block;
}
.elementor-widget-section_model_specs .btns-top .btn .expand-all, .elementor-widget-section_model_specs .btns-top .wp-block-button .wp-block-button__link .expand-all, .wp-block-button .elementor-widget-section_model_specs .btns-top .wp-block-button__link .expand-all, .elementor-widget-section_model_specs .btns-top .gform_footer input[type=submit] .expand-all, .gform_footer .elementor-widget-section_model_specs .btns-top input[type=submit] .expand-all, .elementor-widget-section_model_specs .btns-top .elementor-widget-section-carousel-slide .swiper-slide__info__button .expand-all, .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .btns-top .swiper-slide__info__button .expand-all {
  display: block;
}
.elementor-widget-section_model_specs .btns-top .btn .collapse-all, .elementor-widget-section_model_specs .btns-top .wp-block-button .wp-block-button__link .collapse-all, .wp-block-button .elementor-widget-section_model_specs .btns-top .wp-block-button__link .collapse-all, .elementor-widget-section_model_specs .btns-top .gform_footer input[type=submit] .collapse-all, .gform_footer .elementor-widget-section_model_specs .btns-top input[type=submit] .collapse-all, .elementor-widget-section_model_specs .btns-top .elementor-widget-section-carousel-slide .swiper-slide__info__button .collapse-all, .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .btns-top .swiper-slide__info__button .collapse-all {
  display: none;
}
.elementor-widget-section_model_specs .accordion-button {
  font-size: inherit;
  line-height: 26px;
  text-transform: uppercase;
  padding: 15px 0;
  letter-spacing: 0.11rem;
  color: #007681;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion-button {
    padding: 34px 0;
  }
}
.elementor-widget-section_model_specs .accordion-button i {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion-button i {
    font-size: 20px;
  }
}
.elementor-widget-section_model_specs .accordion-button.collapsed i {
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.elementor-widget-section_model_specs .accordion-button::after {
  content: none;
}
.elementor-widget-section_model_specs .accordion-button:not(.collapsed) {
  background: transparent;
}
.elementor-widget-section_model_specs .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-widget-section_model_specs .accordion-body {
  padding: 32px 30px 72px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(40%, #ffffff), to(rgba(238, 238, 238, 0.9)));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 40%, rgba(238, 238, 238, 0.9) 100%);
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion-body {
    padding: 40px 62px 72px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_model_specs .accordion-body {
    padding: 40px 96px 72px;
  }
}
.elementor-widget-section_model_specs .accordion-body > .row .row, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields {
  padding: 16px 0;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion-body > .row .row, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields {
    padding: 23px 0;
    font-size: 18px;
    line-height: 26px;
  }
}
.elementor-widget-section_model_specs .accordion-body > .row .row::before, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row::before, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row::before, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields::before, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields::before, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields::before, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #a9a9a9;
  top: 0;
  left: 0;
}
.elementor-widget-section_model_specs .accordion-body > .row .row div:first-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row div:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row div:first-child, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields div:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields div:first-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields div:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields div:first-child {
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion-body > .row .row div:first-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row div:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row div:first-child, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields div:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields div:first-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields div:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields div:first-child {
    margin-bottom: 0;
  }
}
.elementor-widget-section_model_specs .accordion-body > .row .row div:last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row div:last-child, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields div:last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields div:last-child {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .accordion-body > .row .row div:last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row div:last-child, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields div:last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields div:last-child {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_model_specs .accordion-body > .row .row div:last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .row div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .row div:last-child, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields div:last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields div:last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields div:last-child {
    padding-left: 34px;
  }
}
.elementor-widget-section_model_specs .accordion-body > .row :first-child.row, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields :first-child.row, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields :first-child.row, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields:first-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields:first-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields:first-child {
  padding-top: 0;
}
.elementor-widget-section_model_specs .accordion-body > .row :first-child.row::before, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields :first-child.row::before, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields :first-child.row::before, .elementor-widget-section_model_specs .accordion-body > .row .gform_wrapper .gform_fields:first-child::before, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .row .gform_fields:first-child::before, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields .gform_fields:first-child::before, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields .gform_fields:first-child::before {
  content: none;
}
.elementor-widget-section_model_specs .accordion-body > .row :last-child, .elementor-widget-section_model_specs .gform_wrapper .accordion-body > .gform_fields :last-child, .gform_wrapper .elementor-widget-section_model_specs .accordion-body > .gform_fields :last-child {
  padding-bottom: 0;
}
.elementor-widget-section_model_specs .accordion-body .no,
.elementor-widget-section_model_specs .accordion-body .yes {
  font-size: 24px;
}
.elementor-widget-section_model_specs .model-size {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_model_specs .model-size {
    text-align: right;
  }
}
.elementor-widget-section_model_specs .model-size > img {
  max-width: 264px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .model-size > img {
    max-width: 354px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section_model_specs .model-size > img {
    margin-top: 0;
  }
}
.elementor-widget-section_model_specs .small-desc {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .small-desc {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
  }
}
.elementor-widget-section_model_specs .view-specs-btns .btn, .elementor-widget-section_model_specs .view-specs-btns .wp-block-button .wp-block-button__link, .wp-block-button .elementor-widget-section_model_specs .view-specs-btns .wp-block-button__link, .elementor-widget-section_model_specs .view-specs-btns .gform_footer input[type=submit], .gform_footer .elementor-widget-section_model_specs .view-specs-btns input[type=submit], .elementor-widget-section_model_specs .view-specs-btns .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .view-specs-btns .swiper-slide__info__button {
  margin: 0 8px;
}
.elementor-widget-section_model_specs .view-specs-btns .btn:not(:last-child), .elementor-widget-section_model_specs .view-specs-btns .wp-block-button .wp-block-button__link:not(:last-child), .wp-block-button .elementor-widget-section_model_specs .view-specs-btns .wp-block-button__link:not(:last-child), .elementor-widget-section_model_specs .view-specs-btns .gform_footer input[type=submit]:not(:last-child), .gform_footer .elementor-widget-section_model_specs .view-specs-btns input[type=submit]:not(:last-child), .elementor-widget-section_model_specs .view-specs-btns .elementor-widget-section-carousel-slide .swiper-slide__info__button:not(:last-child), .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .view-specs-btns .swiper-slide__info__button:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section_model_specs .view-specs-btns .btn:not(:last-child), .elementor-widget-section_model_specs .view-specs-btns .wp-block-button .wp-block-button__link:not(:last-child), .wp-block-button .elementor-widget-section_model_specs .view-specs-btns .wp-block-button__link:not(:last-child), .elementor-widget-section_model_specs .view-specs-btns .gform_footer input[type=submit]:not(:last-child), .gform_footer .elementor-widget-section_model_specs .view-specs-btns input[type=submit]:not(:last-child), .elementor-widget-section_model_specs .view-specs-btns .elementor-widget-section-carousel-slide .swiper-slide__info__button:not(:last-child), .elementor-widget-section-carousel-slide .elementor-widget-section_model_specs .view-specs-btns .swiper-slide__info__button:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .shop-collection .elementor-widget-cards .swiper_mobile .swiper-container {
    padding-bottom: 44px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .shop-collection .elementor-widget-cards .swiper_mobile .swiper-container .swiper-wrapper {
    height: 100% !important;
  }
}
.shop-collection .elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide {
  overflow: visible;
}
@media (max-width: 575px) {
  .shop-collection .elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 12px;
    height: auto;
  }
}
.shop-collection .elementor-widget-cards .swiper_mobile .swiper-button-prev,
.shop-collection .elementor-widget-cards .swiper_mobile .swiper-button-next {
  top: 43%;
}
.shop-collection .elementor-widget-cards .elementor-label-wrapper .elementor-icon {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col > .card-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(transparent));
  background: linear-gradient(180deg, #e9e9e9, transparent);
}
.shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
    margin-bottom: 6px;
  }
}
.shop-collection .card {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.elementor-widget-section-model-specs-cards .title {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-specs-cards .title {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-specs-cards .title {
    margin-bottom: 28px;
  }
}
.elementor-widget-section-model-specs-cards .swiper-button-next {
  right: -18px;
  padding: 15px 14px 35px 21px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-specs-cards .swiper-button-next {
    right: -32px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-specs-cards .swiper-button-next {
    right: -41px;
  }
}
.elementor-widget-section-model-specs-cards .swiper-button-prev {
  left: -18px;
  padding: 15px 35px 35px 0px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-specs-cards .swiper-button-prev {
    left: -32px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-specs-cards .swiper-button-prev {
    left: -41px;
  }
}
.elementor-widget-section-model-specs-cards .swiper-button-next,
.elementor-widget-section-model-specs-cards .swiper-button-prev {
  top: 36.5%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-specs-cards .swiper-button-next,
.elementor-widget-section-model-specs-cards .swiper-button-prev {
    top: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-specs-cards .swiper-button-next,
.elementor-widget-section-model-specs-cards .swiper-button-prev {
    top: 34%;
  }
}
.elementor-widget-section-model-specs-cards .swiper-slide {
  padding: 0 12px;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-specs-cards .swiper-slide {
    padding: 0 12px;
  }
}
.elementor-widget-section-model-specs-cards .swiper-object-hot-tubs {
  padding: 0;
  position: relative;
  margin: 0 -12px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-specs-cards .swiper-object-hot-tubs {
    margin: 0 -16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-specs-cards .swiper-object-hot-tubs {
    padding: 0 22px;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .shop-collection .elementor-widget-cards .swiper_mobile .swiper-container {
    padding-bottom: 44px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .shop-collection .elementor-widget-cards .swiper_mobile .swiper-container .swiper-wrapper {
    height: 100% !important;
  }
}
.shop-collection .elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide {
  overflow: visible;
}
@media (max-width: 575px) {
  .shop-collection .elementor-widget-cards .swiper_mobile .swiper-container .swiper-slide {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 12px;
    height: auto;
  }
}
.shop-collection .elementor-widget-cards .swiper_mobile .swiper-button-prev,
.shop-collection .elementor-widget-cards .swiper_mobile .swiper-button-next {
  top: 43%;
}
.shop-collection .elementor-widget-cards .elementor-label-wrapper .elementor-icon {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col > .card-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(transparent));
  background: linear-gradient(180deg, #e9e9e9, transparent);
}
.shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-collection .elementor-widget-cards .model-card-slide .vertical.xlarge.three-col .card-text {
    margin-bottom: 6px;
  }
}
.shop-collection .card {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.elementor-widget-section-model-filter .section-model-filter {
  display: none;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-filter .section-model-filter {
    display: block;
  }
}
.elementor-widget-section-model-filter .section-model-filter .filter-count-resalts {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 40px;
}
.elementor-widget-section-model-filter .section-model-filter .product-list {
  margin-left: -12px;
  margin-right: -12px;
}
.elementor-widget-section-model-filter .section-model-filter .product-list .model-card {
  padding-left: 12px;
  padding-right: 12px;
}
.elementor-widget-section-model-filter .section-model-filter .product-list .card-body {
  padding: 12px 16px 39px;
}
.elementor-widget-section-model-filter .section-model-filter .product-list .card-title {
  margin-bottom: 3px;
}
.elementor-widget-section-model-filter .section-model-filter .product-list .card-series {
  margin-bottom: 1px;
}
.elementor-widget-section-model-filter .section-model-filter .product-content-wrap {
  padding-left: 35px;
  padding-right: 35px;
}
.elementor-widget-section-model-filter .section-model-filter .load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-section-model-filter .col-filters {
  border-right: 1px solid #a9a9a9;
}
.elementor-widget-section-model-filter .filters {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filters {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
}
.elementor-widget-section-model-filter .filters #output {
  display: none;
}
.elementor-widget-section-model-filter .filters__title {
  font-weight: 600;
}
.elementor-widget-section-model-filter .filters__header {
  margin-bottom: 6px;
}
.elementor-widget-section-model-filter .filters__content .filters__item {
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filters__content .filters__item {
    margin-bottom: 10px;
  }
}
.elementor-widget-section-model-filter .filters__content .filters__item:last-of-type {
  margin-bottom: 0;
}
.elementor-widget-section-model-filter .filters__groups {
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #a9a9a9;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filters__groups {
    padding-top: 15px;
  }
}
.elementor-widget-section-model-filter .filters__groups:first-of-type {
  padding-top: 0;
  margin-top: -1px;
}
.elementor-widget-section-model-filter .filters__other {
  padding-top: 15px;
}
.elementor-widget-section-model-filter .filters__other .filters__group--salt-water .filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-section-model-filter .filters__other .filters__group--salt-water .filters__item .price-info {
  margin-left: 4px;
}
.elementor-widget-section-model-filter .filters__other .filters__group--salt-water .filters__item .price-info i {
  font-size: 16px;
}
.elementor-widget-section-model-filter .filters__other .filters__content {
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filters__other .filters__content {
    margin-bottom: 10px;
  }
}
.elementor-widget-section-model-filter .filters__other .filters__content:last-of-type {
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #a9a9a9;
}
.elementor-widget-section-model-filter .filters__other .clear-filter {
  margin-top: 15px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  color: #007681;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.elementor-widget-section-model-filter .filters__other .clear-filter:hover {
  color: #199eb2;
}
.elementor-widget-section-model-filter .section-model-filter-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .swiper-container .swiper-object > .swiper-container {
    margin: 0 48px;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .swiper-container .swiper-slide {
  padding: 0 12px;
}
.elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-next {
  padding: 15px 14px 35px 21px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-next {
    padding: 0;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-prev {
  padding: 15px 35px 35px 0px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-prev {
    padding: 0;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-next,
.elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-prev {
  top: 34%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-next,
.elementor-widget-section-model-filter .section-model-filter-mobile .swiper-button-prev {
    top: 36%;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .model-card .card-body {
  padding: 15px 16px 29px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .model-card .card-body {
    padding: 12px 16px 24px;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .model-card .card-title {
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .model-card .card-title {
    margin-bottom: 3px;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .model-card .card-series {
  margin-bottom: 1px;
}
.elementor-widget-section-model-filter .section-model-filter-mobile .filters__header {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .section-model-filter-mobile .filters__header {
    margin-bottom: 9px;
  }
}
.elementor-widget-section-model-filter .section-model-filter-mobile .filters__other {
  padding-top: 16px;
}
.elementor-widget-section-model-filter .section-model-filter-mobile .filters__other .filters__content:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.elementor-widget-section-model-filter .section-model-filter-mobile .filters__other .clear-filter {
  display: none;
}
.elementor-widget-section-model-filter .filter-mobile__results-number {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filter-mobile__results-number {
    margin-bottom: 22px;
  }
}
.elementor-widget-section-model-filter .filter-mobile__results-btn {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filter-mobile__results-btn {
    margin-bottom: 32px;
  }
}
.elementor-widget-section-model-filter .title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .elementor-widget-section-model-filter .title {
    margin-bottom: 31px;
  }
}
.elementor-widget-section-model-filter input[type=checkbox] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.elementor-widget-section-model-filter input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.elementor-widget-section-model-filter input[type=checkbox] + label::before {
  margin-top: 5px;
  margin-right: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-size: 8px 7px;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter input[type=checkbox] + label::before {
    margin-top: 7px;
  }
}
.elementor-widget-section-model-filter input[type=checkbox]:checked + label::before {
  background-color: #007681;
  border: 1px solid #007681;
  background-image: url(../../images/check.svg);
}
.elementor-widget-section-model-filter .filter-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
}
.elementor-widget-section-model-filter .filter-modal__back {
  padding: 12px 12px 13px;
  background-color: #007681;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filter-modal__back {
    padding: 22px 24px 23px;
  }
}
.elementor-widget-section-model-filter .filter-modal__back-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filter-modal__back-btn {
    font-size: 18px;
    line-height: 26px;
  }
}
.elementor-widget-section-model-filter .filter-modal__back-btn i {
  font-size: 11px;
  margin-right: 8px;
  margin-top: 2px;
}
.elementor-widget-section-model-filter .filter-modal__groups {
  height: calc(100% - 90px);
  padding: 25px 12px 90px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filter-modal__groups {
    padding: 25px 24px 90px;
  }
}
.elementor-widget-section-model-filter .filter-modal__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-model-filter .filter-modal__btn {
    padding: 16px 24px;
  }
}
.elementor-widget-section-model-filter .filter-modal__btn .show-results {
  margin-right: 16px;
}

body.admin-bar .widget-compare-head.sticky .compare-models-head__hero {
  top: 92px;
}
@media screen and (min-width: 768px) {
  body.admin-bar .widget-compare-head.sticky .compare-models-head__hero {
    top: 128px;
  }
}

.elementor-widget-compare_models_head .collections {
  width: 100%;
  padding: 11px 24px 11px 12px;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .collections {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select {
    position: relative;
  }
}
.elementor-widget-compare_models_head .compare-model-select-row {
  position: relative;
}
.elementor-widget-compare_models_head .compare-model-select .select2 {
  width: 100% !important;
  font-size: 13px;
  line-height: 18px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__placeholder {
  color: #424242;
}
.elementor-widget-compare_models_head .compare-model-select .select2.select2-container--focus {
  outline: #a6cbf3 solid 2px;
  border-radius: 3px;
}
.elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection {
  border: 1px solid #ced4da;
  border-radius: 3px !important;
  background-color: transparent;
  height: 36px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection {
    height: 48px;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__rendered {
  line-height: inherit !important;
  color: #424242;
  padding: 8px 14px 8px 4px !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__rendered {
    padding: 12px 30px 12px 11px !important;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__clear {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 0 !important;
  background-image: url(../../images/close-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 14px;
  width: 15px;
  height: 14px !important;
  background-color: #ffffff !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__clear {
    right: 8px !important;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px !important;
  background-image: url(../../images/chevron-down-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 11px;
  width: 10px !important;
  height: 11px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__arrow {
    right: 9px !important;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2 .select2-selection__arrow b {
  display: none;
}
@media (max-width: 767px) {
  .elementor-widget-compare_models_head .compare-model-select .select2.select2-container + .select2-container {
    width: calc(100% - 30px);
    top: 46px !important;
    left: 5px !important;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown {
  z-index: 2;
  border: none !important;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 26px;
  padding: 16px 7px 24px 12px;
}
@media (max-width: 767px) {
  .elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown {
    position: absolute;
    top: 8px;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__options {
  padding-right: 9px;
  max-height: 350px !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__options {
    max-height: 400px !important;
  }
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__options::-webkit-scrollbar {
  width: 16px;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ffffff;
          box-shadow: inset 0 0 6px #ffffff;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 8px;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option {
  padding: 8px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option:hover {
  color: #007681 !important;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option.select2-results__option--disabled {
  padding: 16px 0 8px !important;
  color: #a9a9a9;
  border-top: 1px solid #e3e3e3;
  margin-top: 8px;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option.select2-results__option--disabled:hover {
  color: #a9a9a9 !important;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option.select2-results__option--disabled:first-of-type {
  border-top: none;
  padding: 8px 0 !important;
  margin-top: 0;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option.select2-results__option--selected {
  background-color: transparent;
  color: #007681;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
  color: #007681;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option.select2-results__option--highlighted {
  color: #424242;
  background-color: transparent;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option .collections-seats {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 3px;
}
.elementor-widget-compare_models_head .compare-model-select .select2-content-dropdown .select2-results__option .collection-switch {
  border-top: 1px solid #e3e3e3;
  padding-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-compare-head.sticky {
  padding-top: 280px;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky {
    padding-top: 322px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky {
    padding-top: 252px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-model__title-container {
    padding-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-model__link {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-model__link {
    margin-bottom: 0;
  }
}
.widget-compare-head.sticky .compare-models-head__hero {
  padding-bottom: 20px;
  padding-top: 23px;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-models-head__hero {
    padding-bottom: 23px;
    padding-top: 25px;
    top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-models-head__hero {
    padding-bottom: 31px;
    padding-top: 32px;
  }
}
.widget-compare-head.sticky .compare-models-head__hero .compare-model__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2.6px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-models-head__hero .compare-model__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-models-head__hero .compare-model__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.widget-compare-head.sticky .compare-models-head__hero .compare-model-card > .permalink {
  display: none;
}
.widget-compare-head.sticky .compare-models-head__hero .compare-model-card > .permalink .thumbnail_url {
  display: none;
}
.widget-compare-head.sticky .compare-models-head__hero .compare-model-card__description {
  display: none;
}
.widget-compare-head.sticky .compare-models-head__hero .compare-model-card__body {
  padding-top: 0;
}
.widget-compare-head.sticky .compare-models-head__hero .compare-model-select {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-models-head__hero .compare-model-select {
    margin-bottom: 15px;
  }
}
.widget-compare-head.sticky .no-spa-selected-block {
  display: none !important;
}

.preloader-compare {
  display: none;
  text-align: center;
  margin-top: 35%;
}
.preloader-compare .spinner-border, .preloader-compare .gform_wrapper .gform_ajax_spinner, .gform_wrapper .preloader-compare .gform_ajax_spinner {
  border-color: #007681;
  border-right-color: transparent;
}

.compare-models-head__hero {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 32px;
  padding-bottom: 28px;
  padding-top: 51px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
}
@media screen and (min-width: 768px) {
  .compare-models-head__hero {
    padding-bottom: 39px;
    padding-top: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-models-head__hero {
    padding-bottom: 47px;
    padding-top: 57px;
  }
}
.compare-models-head__hero .row, .compare-models-head__hero .gform_wrapper .gform_fields, .gform_wrapper .compare-models-head__hero .gform_fields {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .compare-models-head__hero .row, .compare-models-head__hero .gform_wrapper .gform_fields, .gform_wrapper .compare-models-head__hero .gform_fields {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.compare-models-head__hero .row > div, .compare-models-head__hero .gform_wrapper .gform_fields > div, .gform_wrapper .compare-models-head__hero .gform_fields > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .compare-models-head__hero .row > div, .compare-models-head__hero .gform_wrapper .gform_fields > div, .gform_wrapper .compare-models-head__hero .gform_fields > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.compare-models-head__show {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .compare-models-head__show {
    margin-bottom: 34px;
  }
}
.compare-models-head__show .btn, .compare-models-head__show .wp-block-button .wp-block-button__link, .wp-block-button .compare-models-head__show .wp-block-button__link, .compare-models-head__show .gform_footer input[type=submit], .gform_footer .compare-models-head__show input[type=submit], .compare-models-head__show .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .compare-models-head__show .swiper-slide__info__button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .compare-models-head__show .btn, .compare-models-head__show .wp-block-button .wp-block-button__link, .wp-block-button .compare-models-head__show .wp-block-button__link, .compare-models-head__show .gform_footer input[type=submit], .gform_footer .compare-models-head__show input[type=submit], .compare-models-head__show .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .compare-models-head__show .swiper-slide__info__button {
    margin-right: 0;
  }
}
.compare-models-head__show .btn.collapsed .expand-all, .compare-models-head__show .wp-block-button .collapsed.wp-block-button__link .expand-all, .wp-block-button .compare-models-head__show .collapsed.wp-block-button__link .expand-all, .compare-models-head__show .gform_footer input.collapsed[type=submit] .expand-all, .gform_footer .compare-models-head__show input.collapsed[type=submit] .expand-all, .compare-models-head__show .elementor-widget-section-carousel-slide .collapsed.swiper-slide__info__button .expand-all, .elementor-widget-section-carousel-slide .compare-models-head__show .collapsed.swiper-slide__info__button .expand-all {
  display: block;
}
.compare-models-head__show .btn.collapsed .collapse-all, .compare-models-head__show .wp-block-button .collapsed.wp-block-button__link .collapse-all, .wp-block-button .compare-models-head__show .collapsed.wp-block-button__link .collapse-all, .compare-models-head__show .gform_footer input.collapsed[type=submit] .collapse-all, .gform_footer .compare-models-head__show input.collapsed[type=submit] .collapse-all, .compare-models-head__show .elementor-widget-section-carousel-slide .collapsed.swiper-slide__info__button .collapse-all, .elementor-widget-section-carousel-slide .compare-models-head__show .collapsed.swiper-slide__info__button .collapse-all {
  display: none;
}
.compare-models-head__show .btn .expand-all, .compare-models-head__show .wp-block-button .wp-block-button__link .expand-all, .wp-block-button .compare-models-head__show .wp-block-button__link .expand-all, .compare-models-head__show .gform_footer input[type=submit] .expand-all, .gform_footer .compare-models-head__show input[type=submit] .expand-all, .compare-models-head__show .elementor-widget-section-carousel-slide .swiper-slide__info__button .expand-all, .elementor-widget-section-carousel-slide .compare-models-head__show .swiper-slide__info__button .expand-all {
  display: none;
}
.compare-models-head__show .btn .collapse-all, .compare-models-head__show .wp-block-button .wp-block-button__link .collapse-all, .wp-block-button .compare-models-head__show .wp-block-button__link .collapse-all, .compare-models-head__show .gform_footer input[type=submit] .collapse-all, .gform_footer .compare-models-head__show input[type=submit] .collapse-all, .compare-models-head__show .elementor-widget-section-carousel-slide .swiper-slide__info__button .collapse-all, .elementor-widget-section-carousel-slide .compare-models-head__show .swiper-slide__info__button .collapse-all {
  display: block;
}
.compare-models-head__hero-container {
  padding: 0 12px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .compare-models-head__hero-container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-models-head__hero-container {
    padding: 0 11px;
    margin: 0 auto;
  }
}
.compare-models-head__show-container {
  padding: 0 12px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .compare-models-head__show-container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-models-head__show-container {
    padding: 0 17px;
    margin: 0 auto;
  }
}
.compare-models-head__content-container {
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .compare-models-head__content-container {
    padding: 0 17px;
    margin: 0 auto;
  }
}

.compare-models-head__show.compare-models-head__show-none {
  display: none;
}

.accordion-compare.accordion-none {
  display: none;
}
.accordion-compare .accordion-item {
  border: none;
}
.accordion-compare .accordion-item:last-of-type .accordion-body {
  padding: 24px 12px 0;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-item:last-of-type .accordion-body {
    padding: 37px 36px 0;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-item:last-of-type .accordion-body {
    padding: 39px 24px 0;
  }
}
.accordion-compare .accordion-item:first-of-type .accordion-body {
  padding: 24px 12px 25px;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-item:first-of-type .accordion-body {
    padding: 38px 36px 72px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-item:first-of-type .accordion-body {
    padding: 40px 24px 70px;
  }
}
.accordion-compare .accordion-header {
  letter-spacing: 2.2px;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-header {
    letter-spacing: 2.2px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-header {
    letter-spacing: 2.2px;
  }
}
.accordion-compare .accordion-button {
  font-size: inherit;
  line-height: 26px;
  text-transform: uppercase;
  padding: 15px 24px 13px 12px;
  letter-spacing: inherit;
  color: #007681;
  border-bottom: 1px solid #a9a9a9 !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-button {
    padding: 25px 72px 34px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-button {
    padding: 28px 48px 31px 24px;
  }
}
.accordion-compare .accordion-button i {
  position: absolute;
  right: 12px;
  top: 44%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-button i {
    right: 38px;
    top: 36%;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-button i {
    right: 24px;
    top: 45%;
  }
}
.accordion-compare .accordion-button.collapsed i {
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.accordion-compare .accordion-button::after {
  content: none;
}
.accordion-compare .accordion-button:not(.collapsed) {
  background: transparent;
}
.accordion-compare .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-compare .accordion-body {
  padding: 24px 12px 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(40%, #ffffff), to(rgba(238, 238, 238, 0.9)));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 40%, rgba(238, 238, 238, 0.9) 100%);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-body {
    padding: 37px 36px 72px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-body {
    padding: 39px 24px 51px;
  }
}
.accordion-compare .accordion-body .row, .accordion-compare .accordion-body .gform_wrapper .gform_fields, .gform_wrapper .accordion-compare .accordion-body .gform_fields {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-body .row, .accordion-compare .accordion-body .gform_wrapper .gform_fields, .gform_wrapper .accordion-compare .accordion-body .gform_fields {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.accordion-compare .accordion-body .row .col-title, .accordion-compare .accordion-body .gform_wrapper .gform_fields .col-title, .gform_wrapper .accordion-compare .accordion-body .gform_fields .col-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-body .row .col-title, .accordion-compare .accordion-body .gform_wrapper .gform_fields .col-title, .gform_wrapper .accordion-compare .accordion-body .gform_fields .col-title {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-body .row .col-title, .accordion-compare .accordion-body .gform_wrapper .gform_fields .col-title, .gform_wrapper .accordion-compare .accordion-body .gform_fields .col-title {
    text-align: left;
    margin-bottom: 0;
  }
}
.accordion-compare .accordion-body .row > div, .accordion-compare .accordion-body .gform_wrapper .gform_fields > div, .gform_wrapper .accordion-compare .accordion-body .gform_fields > div {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-body .row > div, .accordion-compare .accordion-body .gform_wrapper .gform_fields > div, .gform_wrapper .accordion-compare .accordion-body .gform_fields > div {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.accordion-compare .accordion-body-item {
  border-top: 1px solid #a9a9a9;
  padding-top: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-body-item {
    padding-top: 23px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-body-item {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
.accordion-compare .accordion-body-item:first-of-type {
  padding-top: 0;
  padding-bottom: 24px;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .accordion-compare .accordion-body-item:first-of-type {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .accordion-body-item:first-of-type {
    padding-top: 0;
    padding-bottom: 22px;
  }
}
.accordion-compare .accordion-body-item .no,
.accordion-compare .accordion-body-item .yes {
  font-size: 24px;
  display: block;
}
.accordion-compare .accordion-body-item .lounge_seat {
  display: block;
  line-height: 26px;
}
.accordion-compare .accordion-body-item .dimensions br,
.accordion-compare .accordion-body-item .jet_types br,
.accordion-compare .accordion-body-item .jet_pump_1 br,
.accordion-compare .accordion-body-item .jet_pump_2 br,
.accordion-compare .accordion-body-item .jet_pump_3 br,
.accordion-compare .accordion-body-item .control_system br,
.accordion-compare .accordion-body-item .cabinet_colors br,
.accordion-compare .accordion-body-item .shell_colors br,
.accordion-compare .accordion-body-item .cover_colors br,
.accordion-compare .accordion-body-item .cover_lifters br {
  display: block;
  content: "";
  padding-bottom: 6px;
}
.accordion-compare .small-desc {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .accordion-compare .small-desc {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare .small-desc {
    text-align: left;
    margin-top: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-model__title-container {
    padding-left: 17px;
    padding-top: 1px;
  }
}
.compare-model__title {
  letter-spacing: 0.64px;
  color: #424242;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .compare-model__title {
    letter-spacing: 0.84px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-model__title {
    margin-bottom: 23px;
  }
}
.compare-model__link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #007681;
  margin-bottom: 13px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .compare-model__link {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-model__link {
    margin-bottom: 0;
  }
}
.compare-model__link i {
  font-size: 16px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .compare-model__link i {
    font-size: 18px;
  }
}
.compare-model-card {
  display: none;
}
.compare-model-card a img {
  display: block;
  margin: 0 auto;
  max-width: 75%;
}
.compare-model-card img {
  opacity: 1;
  -webkit-transition: visibility 333ms linear, opacity 333ms linear;
  transition: visibility 333ms linear, opacity 333ms linear;
}
.compare-model-card img.hover {
  visibility: hidden;
  opacity: 0;
  margin-top: -75%;
}
@media screen and (min-width: 1200px) {
  .compare-model-card > a:hover img.hoverable {
    visibility: hidden;
    opacity: 0;
  }
  .compare-model-card > a:hover img.hover {
    visibility: visible;
    opacity: 1;
  }
}
.compare-model-card__body {
  padding-top: 8px;
  color: #424242;
}
@media screen and (min-width: 768px) {
  .compare-model-card__body {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-model-card__body {
    padding-top: 16px;
  }
}
.compare-model-card__title {
  margin-bottom: 9px;
  text-transform: none;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 768px) {
  .compare-model-card__title {
    margin-bottom: 6px;
  }
}
.compare-model-card__title a {
  color: #424242;
}
.compare-model-card__description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .compare-model-card__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}
.compare-model-card__description p {
  margin-bottom: 0;
  line-height: inherit;
}
.compare-model-card__link {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #007681;
}
@media screen and (min-width: 768px) {
  .compare-model-card__link {
    font-size: 18px;
    line-height: 26px;
  }
}
.compare-model-select {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .compare-model-select {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-model-select {
    margin-bottom: 15px;
  }
}

.no-spa-selected-block {
  padding: 11% 0 11%;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  -o-border-image: url("../../images/dashed-mobile.svg") 1 round;
     border-image: url("../../images/dashed-mobile.svg") 1 round;
}
@media screen and (min-width: 576px) {
  .no-spa-selected-block {
    padding: 23% 24px 23%;
    -o-border-image: url("../../images/dashed-table.svg") 1 round;
       border-image: url("../../images/dashed-table.svg") 1 round;
  }
}
@media screen and (min-width: 768px) {
  .no-spa-selected-block {
    padding: 16% 24px 16%;
    -o-border-image: url("../../images/dashed-table.svg") 1 round;
       border-image: url("../../images/dashed-table.svg") 1 round;
  }
}
@media screen and (min-width: 1200px) {
  .no-spa-selected-block {
    padding: 22% 36px 24%;
    -o-border-image: url("../../images/dashed.svg") 1 round;
       border-image: url("../../images/dashed.svg") 1 round;
  }
}
.no-spa-selected-block img {
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .no-spa-selected-block img {
    width: 60px;
    height: 60px;
  }
}
.no-spa-selected-block .no-spa-selected {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .no-spa-selected-block .no-spa-selected {
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
  }
}
.no-spa-selected-block-content {
  text-align: center;
  padding: 0 13px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .no-spa-selected-block-content {
    padding: 0 36px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .no-spa-selected-block-content {
    margin-top: 72px;
    margin-bottom: 21px;
  }
}
.no-spa-selected-block-content img {
  width: 254px;
  height: 254px;
}
.no-spa-selected-block-content .no-spa-selected-content {
  margin-top: 33px;
}
.no-spa-selected-block-content .no-spa-selected-content__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .no-spa-selected-block-content .no-spa-selected-content__title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .no-spa-selected-block-content .no-spa-selected-content__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.no-spa-selected-block-content .no-spa-selected-content__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .no-spa-selected-block-content .no-spa-selected-content__description {
    font-size: 18px;
    line-height: 26px;
  }
}

body.admin-bar .widget-compare-head.sticky .compare-collections-head__hero {
  top: 92px;
}
@media screen and (min-width: 768px) {
  body.admin-bar .widget-compare-head.sticky .compare-collections-head__hero {
    top: 128px;
  }
}

@media screen and (min-width: 0) {
  body.page-collections .breadcrumb-item:not(:nth-last-child(3)) {
    display: none;
  }
  body.page-collections .breadcrumb-item:nth-last-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  body.page-collections .breadcrumb-item:not(:nth-last-child(3)) {
    display: none;
  }
  body.page-collections .breadcrumb-item:nth-last-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  body.page-collections .breadcrumb-item:not(:nth-last-child(3)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-collections__title-container {
    padding-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-collections__link {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-collections__link {
    margin-bottom: 0;
  }
}
.widget-compare-head.sticky .compare-collections-card-title {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-collections-card-title {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-collections-card-title {
    margin-bottom: 14px;
  }
}
.widget-compare-head.sticky .compare-collections-head__hero {
  padding-bottom: 21px;
  padding-top: 23px;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-collections-head__hero {
    padding-bottom: 23px;
    padding-top: 24px;
    top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-collections-head__hero {
    padding-bottom: 31px;
    padding-top: 65px;
  }
}
.widget-compare-head.sticky .compare-collections-head__hero .compare-collections__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2.2px;
  margin-bottom: 5px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .widget-compare-head.sticky .compare-collections-head__hero .compare-collections__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .widget-compare-head.sticky .compare-collections-head__hero .compare-collections__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
    width: 95%;
    margin-top: -32px;
  }
}
.widget-compare-head.sticky .compare-collections-head__hero .compare-collections-card > .permalink {
  display: none;
}
.widget-compare-head.sticky .compare-collections-head__hero .compare-collections-card > .permalink .thumbnail_url {
  display: none;
}
.widget-compare-head.sticky .compare-collections-head__hero .elementor-label-wrapper {
  display: none;
}
.widget-compare-head.sticky .compare-collections-head__hero .compare-collections-card__description {
  display: none;
}
.widget-compare-head.sticky .compare-collections-head__hero .compare-collections-card__body {
  padding-top: 0;
}

.compare-collections-head__hero {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 32px;
  padding-bottom: 28px;
  padding-top: 51px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__hero {
    padding-bottom: 39px;
    padding-top: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections-head__hero {
    padding-bottom: 47px;
    padding-top: 68px;
  }
}
.compare-collections-head__hero .row, .compare-collections-head__hero .gform_wrapper .gform_fields, .gform_wrapper .compare-collections-head__hero .gform_fields {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__hero .row, .compare-collections-head__hero .gform_wrapper .gform_fields, .gform_wrapper .compare-collections-head__hero .gform_fields {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.compare-collections-head__hero .row > div, .compare-collections-head__hero .gform_wrapper .gform_fields > div, .gform_wrapper .compare-collections-head__hero .gform_fields > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__hero .row > div, .compare-collections-head__hero .gform_wrapper .gform_fields > div, .gform_wrapper .compare-collections-head__hero .gform_fields > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.compare-collections-head__show {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__show {
    margin-bottom: 34px;
  }
}
.compare-collections-head__show .btn, .compare-collections-head__show .wp-block-button .wp-block-button__link, .wp-block-button .compare-collections-head__show .wp-block-button__link, .compare-collections-head__show .gform_footer input[type=submit], .gform_footer .compare-collections-head__show input[type=submit], .compare-collections-head__show .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .compare-collections-head__show .swiper-slide__info__button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__show .btn, .compare-collections-head__show .wp-block-button .wp-block-button__link, .wp-block-button .compare-collections-head__show .wp-block-button__link, .compare-collections-head__show .gform_footer input[type=submit], .gform_footer .compare-collections-head__show input[type=submit], .compare-collections-head__show .elementor-widget-section-carousel-slide .swiper-slide__info__button, .elementor-widget-section-carousel-slide .compare-collections-head__show .swiper-slide__info__button {
    margin-right: 0;
  }
}
.compare-collections-head__hero-container {
  padding: 0 12px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__hero-container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections-head__hero-container {
    padding: 0 11px;
    margin: 0 auto;
  }
}
.compare-collections-head__show-container {
  padding: 0 12px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .compare-collections-head__show-container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections-head__show-container {
    padding: 0 17px;
    margin: 0 auto;
  }
}
.compare-collections-head__content-container {
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .compare-collections-head__content-container {
    padding: 0 17px;
    margin: 0 auto;
  }
}

.compare-models-head__content .models-starting {
  margin-top: 1.5rem;
}
.compare-models-head__content .models-starting strong {
  font-weight: normal;
}

@media screen and (min-width: 1200px) {
  .compare-collections__title-container {
    padding-left: 17px;
    margin-top: -10px;
  }
}
.compare-collections__title {
  letter-spacing: 0.64px;
  color: #424242;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .compare-collections__title {
    letter-spacing: 0.84px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections__title {
    margin-bottom: 23px;
  }
}
.compare-collections__link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #007681;
  display: inline-block;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .compare-collections__link {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections__link {
    margin-bottom: 0;
  }
}
.compare-collections__link i {
  font-size: 16px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .compare-collections__link i {
    font-size: 18px;
  }
}
.compare-collections-card {
  position: relative;
}
.compare-collections-card .elementor-label-wrapper {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media screen and (min-width: 768px) {
  .compare-collections-card .elementor-label-wrapper {
    top: 8px;
    right: 8px;
  }
}
.compare-collections-card .elementor-label-wrapper svg {
  width: 40px !important;
  height: 40px !important;
}
@media screen and (min-width: 768px) {
  .compare-collections-card .elementor-label-wrapper svg {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections-card .elementor-label-wrapper svg {
    width: 60px !important;
    height: 60px !important;
  }
}
.compare-collections-card__img {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(transparent));
  background: linear-gradient(180deg, #e9e9e9, transparent);
}
.compare-collections-card__body {
  padding-top: 9px;
  color: #424242;
}
@media screen and (min-width: 768px) {
  .compare-collections-card__body {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections-card__body {
    padding-top: 15px;
  }
}
.compare-collections-card-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .compare-collections-card-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .compare-collections-card-title {
    margin-bottom: 27px;
  }
}
.compare-collections-card-title a {
  color: #424242;
}
.compare-collections-card__description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .compare-collections-card__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}
.compare-collections-card__description p {
  margin-bottom: 0;
  line-height: inherit;
}
.compare-collections-card__link {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #007681;
}
@media screen and (min-width: 768px) {
  .compare-collections-card__link {
    font-size: 18px;
    line-height: 26px;
  }
}

.accordion-compare.accordion-compare-collections .accordion-item:last-of-type .accordion-body {
  padding: 24px 12px 0;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-item:last-of-type .accordion-body {
    padding: 37px 36px 0;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-item:last-of-type .accordion-body {
    padding: 39px 24px 0;
  }
}
.accordion-compare.accordion-compare-collections .accordion-item:first-of-type .accordion-body {
  padding: 24px 12px 25px;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-item:first-of-type .accordion-body {
    padding: 37px 36px 49px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-item:first-of-type .accordion-body {
    padding: 38px 24px 51px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-item:first-of-type .accordion-button {
    padding: 28px 48px 32px 24px;
  }
}
.accordion-compare.accordion-compare-collections .accordion-body {
  padding: 25px 12px 25px;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-body {
    padding: 37px 36px 73px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-body {
    padding: 39px 24px 51px;
  }
}
.accordion-compare.accordion-compare-collections .accordion-header {
  letter-spacing: 1.7px;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-header {
    letter-spacing: 2.2px;
  }
}
.accordion-compare.accordion-compare-collections .accordion-button {
  padding: 15px 24px 13px 11px;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-button {
    padding: 27px 72px 33px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-button {
    padding: 28px 48px 32px 24px;
  }
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-button i {
    right: 36px;
    top: 37%;
  }
}
.accordion-compare.accordion-compare-collections .accordion-body-item {
  padding-top: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-body-item {
    padding-top: 22px;
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-body-item {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
.accordion-compare.accordion-compare-collections .accordion-body-item:first-of-type {
  padding-top: 0;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .accordion-compare.accordion-compare-collections .accordion-body-item:first-of-type {
    padding-top: 0;
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-compare.accordion-compare-collections .accordion-body-item:first-of-type {
    padding-top: 0;
    padding-bottom: 22px;
  }
}

.elementor-widget-section-energy-smart-system-feature .title {
  margin-bottom: 33px;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-smart-system-feature .title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-energy-smart-system-feature .title {
    margin-bottom: 55px;
  }
}

.media-table {
  width: 100%;
}
.media-table__head-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 768px) {
  .media-table__head-title {
    font-size: 18px;
    line-height: 26px;
	width:200px;
  }
}
.media-table__row-title {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .media-table__row-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.media-table thead tr {
  border-bottom: 1px solid #a9a9a9;
  vertical-align: top;
}
.media-table thead th {
  padding: 0 0 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .media-table thead th {
    padding: 0 0 23px;
  }
}
.media-table thead th:first-of-type {
  text-align: left;
}
.media-table tbody tr {
  border-bottom: 1px solid #a9a9a9;
  vertical-align: top;
}
.media-table tbody td {
  padding: 16px 0 16px;
  text-align: center;
  width: 24%;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .media-table tbody td {
    font-size: 18px;
    line-height: 26px;
    padding: 22px 0 23px;
  }
}
.media-table tbody td:first-of-type {
  text-align: left;
  width: 28.5%;
}
@media screen and (min-width: 768px) {
  .media-table tbody td:first-of-type {
    width: 28%;
  }
}
.media-table .yes,
.media-table .no {
  display: block;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .media-table .yes,
.media-table .no {
    line-height: 26px;
  }
}

.yes,
.no {
  font-size: 24px;
}

.elementor-widget-section-energy-cost .title {
  margin-bottom: 24px;
  padding: 0 12px;
}
.elementor-widget-section-energy-cost .description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost .description {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-energy-cost .description {
    margin-bottom: 31px;
  }
}
.elementor-widget-section-energy-cost .monthly-cost {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost .monthly-cost {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2.2px;
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-energy-cost .monthly-cost {
    margin-bottom: 43px;
    letter-spacing: 2.2px;
  }
}
.elementor-widget-section-energy-cost table {
  width: 100%;
}
.elementor-widget-section-energy-cost table thead tr {
  border-bottom: 1px solid #a9a9a9;
}
.elementor-widget-section-energy-cost table thead th {
  padding: 0 0 16px;
  text-align: center;
  font-size: 12px;
  line-height: 15.5px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost table thead th {
    font-size: 18px;
    line-height: 25.5px;
    padding: 0 0 22px;
  }
}
.elementor-widget-section-energy-cost table thead th:first-of-type {
  text-align: left;
}
.elementor-widget-section-energy-cost table tbody tr {
  border-bottom: 1px solid #a9a9a9;
}
.elementor-widget-section-energy-cost table tbody td {
  padding: 16px 0 16px;
  vertical-align: top;
  text-align: center;
  width: 18%;
  font-size: 12px;
  line-height: 16px;
}
.elementor-widget-section-energy-cost table tbody td:first-of-type {
  text-align: left;
  width: 28.5%;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost table tbody td:first-of-type {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost table tbody td {
    font-size: 18px;
    line-height: 26px;
    padding: 22px 0 23px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-energy-cost table tbody td {
    padding: 23px 0 22px;
  }
}
.elementor-widget-section-energy-cost .table, .elementor-widget-section-energy-cost .wp-block-table table, .wp-block-table .elementor-widget-section-energy-cost table {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost .table, .elementor-widget-section-energy-cost .wp-block-table table, .wp-block-table .elementor-widget-section-energy-cost table {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-energy-cost .table, .elementor-widget-section-energy-cost .wp-block-table table, .wp-block-table .elementor-widget-section-energy-cost table {
    margin-bottom: 24px;
  }
}
.elementor-widget-section-energy-cost .desc-after-table {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost .desc-after-table {
    margin-bottom: 23px;
  }
}
.elementor-widget-section-energy-cost .desc-after-table__description {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost .desc-after-table__description {
    font-size: 14px;
    line-height: 18px;
  }
}
.elementor-widget-section-energy-cost .desc-after-table__description:last-child {
  margin-bottom: 0;
}
.elementor-widget-section-energy-cost .desc-after-table__description-bold {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-energy-cost .desc-after-table__description-bold {
    font-weight: 600;
  }
}

.hide-energy-cost-details .energy-cost-link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .hide-energy-cost-details .energy-cost-link {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.hide-energy-cost-details .energy-cost-link i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 11px;
  margin-left: 8px;
}
.hide-energy-cost-details .energy-cost-link.collapsed i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.hide-energy-cost-details .energy-cost-link.collapsed .hide-text {
  display: none;
}
.hide-energy-cost-details .energy-cost-link.collapsed .show-text {
  display: block;
}
.hide-energy-cost-details .energy-cost-link .hide-text {
  margin-right: 5px;
  display: block;
}
.hide-energy-cost-details .energy-cost-link .show-text {
  margin-right: 5px;
  display: none;
}
.hide-energy-cost-details .collapse,
.hide-energy-cost-details .collapsing {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hide-energy-cost-details .collapse,
.hide-energy-cost-details .collapsing {
    font-size: 14px;
    line-height: 18px;
  }
}
.hide-energy-cost-details .collapse .card-body-energy-cost p,
.hide-energy-cost-details .collapsing .card-body-energy-cost p {
  line-height: inherit;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .hide-energy-cost-details .collapse .card-body-energy-cost p,
.hide-energy-cost-details .collapsing .card-body-energy-cost p {
    margin-bottom: 18px;
  }
}
.hide-energy-cost-details .collapse .card-body-energy-cost p:last-child,
.hide-energy-cost-details .collapsing .card-body-energy-cost p:last-child {
  margin-bottom: 0;
}

.elementor-widget-section-hero-headline .hero-headline-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-hero-headline .hero-headline-subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 23px;
  }
}

.cta-desc {
  margin-top: 23px;
}
.cta-desc p {
  margin-bottom: 26px;
}

@media screen and (min-width: 0) {
  .cta-btns {
    margin-top: 24px;
  }
}
@media screen and (min-width: 576px) {
  .cta-btns {
    margin-top: 32px;
  }
}
.cta-btns .col-btn {
  width: auto;
  padding: 0 6px;
  text-align: center;
}
@media screen and (min-width: 0) {
  .cta-btns .col-btn {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 576px) {
  .cta-btns .col-btn {
    margin-bottom: 0;
  }
}

.elementor-widget-section-color-swatch-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-swatch-visualizer .color-selector-spa {
  margin-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-swatch-visualizer .color-selector-spa {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-swatch-visualizer .color-selector-spa-v2,
.elementor-widget-section-color-swatch-visualizer .color-selector-spa {
    margin-bottom: 102px;
  }
}
.elementor-widget-section-color-swatch-visualizer .color-selector-spa-v2 .shells img,
.elementor-widget-section-color-swatch-visualizer .color-selector-spa .shells img {
  position: relative;
  width: 100%;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-spa-v2.limelight,
.elementor-widget-section-color-swatch-visualizer .color-selector-spa.limelight {
  padding-bottom: 10.2%;
  padding-top: 6.4%;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-spa-v2.hot-spot,
.elementor-widget-section-color-swatch-visualizer .color-selector-spa.hot-spot {
  padding-bottom: 6.3%;
  padding-top: 9%;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker {
  margin-bottom: 48px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .color-selector-picker {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-swatch-visualizer .color-selector-picker {
    margin-bottom: 0;
  }
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker h3, .elementor-widget-section-color-swatch-visualizer .color-selector-picker .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .color-selector-picker h3, .elementor-widget-section-color-swatch-visualizer .color-selector-picker .h3 {
    margin-bottom: 20px;
  }
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker .selected .rounded-square {
  padding: 1px;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker .swatch img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker .swatch img:hover {
  padding: 1px !important;
  border: 2px solid #189eb2;
  cursor: pointer;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker .list-inline-item {
  margin-right: 1px;
  display: block;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker .gx-md-6 {
  padding: 0 11px;
}
.elementor-widget-section-color-swatch-visualizer .color-selector-picker .rounded-square {
  margin-right: 12px;
  padding: 2;
  height: 40px;
  border-width: 2px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .color-selector-picker .rounded-square {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-width: 2px;
    border-radius: 7px;
  }
}
.elementor-widget-section-color-swatch-visualizer .list-inline {
  font-size: 14px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .list-inline {
    margin-bottom: 24px;
  }
}
.elementor-widget-section-color-swatch-visualizer .small-desc {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .small-desc {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-swatch-visualizer .small-desc {
    text-align: left;
  }
}
.elementor-widget-section-color-swatch-visualizer .title > h2, .elementor-widget-section-color-swatch-visualizer .title > .h2 {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-color-swatch-visualizer .title > h2, .elementor-widget-section-color-swatch-visualizer .title > .h2 {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-color-swatch-visualizer .title > h2, .elementor-widget-section-color-swatch-visualizer .title > .h2 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 768px) {
  .elementor-widget-section-two-column-gray-boxes .first-block {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-two-column-gray-boxes .first-block {
    margin-bottom: 0;
  }
}
.elementor-widget-section-two-column-gray-boxes .grey {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(238, 238, 238), rgba(255, 255, 255, 0));
  padding: 48px 30px 56px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-two-column-gray-boxes .grey {
    padding: 56px 62px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-section-two-column-gray-boxes .grey {
    padding: 56px 40px 64px;
  }
}
.elementor-widget-section-two-column-gray-boxes .grey .block-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-two-column-gray-boxes .grey .block-title {
    margin-bottom: 24px;
  }
}
.elementor-widget-section-two-column-gray-boxes .grey .block-desc {
  margin-bottom: 24px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-two-column-gray-boxes .grey .block-desc {
    line-height: 26px;
  }
}
.elementor-widget-section-two-column-gray-boxes .grey .first-block-img .link-app img {
  max-height: 40px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-section-two-column-gray-boxes .grey .first-block-img .link-app img {
    max-height: 42px;
  }
}
.elementor-widget-section-two-column-gray-boxes .grey .first-block-img .ios-btn {
  margin-right: 16px;
}

.notification-bar .toast {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 1px;
}
.notification-bar .toast .toast-body {
  width: 100%;
  text-align: center;
  padding: 16px !important;
}
@media screen and (min-width: 1200px) {
  .notification-bar .toast .toast-body {
    padding: 12px;
  }
}
.notification-bar .toast .toast-body h5, .notification-bar .toast .toast-body .h5, .notification-bar .toast .toast-body .banner-covid {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 576px) {
  .notification-bar .toast .toast-body h5, .notification-bar .toast .toast-body .h5, .notification-bar .toast .toast-body .banner-covid {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.notification-bar .toast .toast-body a {
  color: #fff;
  font-weight: 800;
  display: block;
  display: inline;
  margin-left: 8px;
  margin-top: 0;
}
.notification-bar .toast a.toast-body {
  color: #fff !important;
}
@media screen and (max-width: 576px) {
  .notification-bar .toast #page-not-translated .toast-body h5, .notification-bar .toast #page-not-translated .toast-body .h5, .notification-bar .toast #page-not-translated .toast-body .banner-covid {
    width: 290px;
  }
  .notification-bar .toast .toast-body {
    padding: 16px;
  }
  .notification-bar .toast .toast-body a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .notification-bar .toast .toast-body {
    text-align: left;
  }
}
.notification-bar #q1-2023-msg {
  cursor: pointer;
}
.notification-bar #q1-2023-msg .toast-body {
  padding: 12px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .notification-bar #q1-2023-msg .toast-body {
    padding: 12px;
  }
}
.notification-bar #q1-2023-msg .toast-body a {
  display: block;
}
@media screen and (min-width: 576px) {
  .notification-bar #q1-2023-msg .toast-body a {
    display: inline;
  }
}
.notification-bar #q1-2023-msg .toast-body span {
  display: block;
  margin-top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 576px) {
  .notification-bar #q1-2023-msg .toast-body span {
    display: inline;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .notification-bar #q2-2023-msg .toast-body {
    text-align: center;
  }
}
.notification-bar .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3e%3cpath id='times-solid' d='M12.412,89l5.117-5.117a1.609,1.609,0,0,0,0-2.275l-1.137-1.137a1.609,1.609,0,0,0-2.275,0L9,85.588,3.883,80.471a1.609,1.609,0,0,0-2.275,0L.471,81.608a1.609,1.609,0,0,0,0,2.275L5.588,89,.471,94.117a1.609,1.609,0,0,0,0,2.275l1.137,1.137a1.609,1.609,0,0,0,2.275,0L9,92.412l5.117,5.117a1.609,1.609,0,0,0,2.275,0l1.137-1.137a1.609,1.609,0,0,0,0-2.275Z' transform='translate%280 -80%29' fill='%23000000'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
.notification-bar .btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.notification-bar .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 118, 129, 0.25);
  opacity: 1;
}
.notification-bar #q2-2023-msg strong {
  margin-left: 16px;
}

@media screen and (max-width: 774px) {
  .notification bar .toast-body {
    text-align: left;
    padding: 16px !important;
  }
  .notification bar .toast-body h5, .notification bar .toast-body .h5, .notification bar .toast-body .banner-covid {
    letter-spacing: 0.1px;
  }
  .notification bar .toast-body a {
    display: block;
    margin-left: 0 !important;
  }
}
/*# sourceMappingURL=main.css.map */
