@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.bs-container,
.bs-container-fluid,
.bs-container-xxl,
.bs-container-xl,
.bs-container-lg,
.bs-container-md,
.bs-container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bs-container-sm,
  .bs-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bs-container-xl,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bs-container-xxl,
  .bs-container-xl,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
body.single-product.admin-bar {
  margin: 0;
}
body.single-product .site-header {
  background-color: transparent;
  border-bottom: 1px solid var(--e-global-color-primary);
  transition: all 0.2s ease-in-out;
}
body.single-product .site-header.sticky {
  background-color: var(--e-global-color-primary);
}
body.single-elementor_library.woocommerce .site-header {
  background-color: transparent;
  border-bottom: 1px solid var(--e-global-color-primary);
}
body.single-elementor_library.woocommerce .site-header.sticky {
  background-color: var(--e-global-color-primary);
}

.product-text-image {
  margin-bottom: 200px;
}
.product-text-image.no-mb {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .product-text-image .product-image-overlap {
    position: absolute;
    bottom: -50%;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .product-text-image.no-mb .product-image-overlap {
    bottom: -30%;
  }
}
.product-text-image .elementor-widget-wrap > .elementor-element.elementor-absolute.product-image-overlap {
  position: static;
}
@media (min-width: 1200px) {
  .product-text-image .elementor-widget-wrap > .elementor-element.elementor-absolute.product-image-overlap {
    position: absolute;
  }
}

.product-section .tm-extra-product-options .tm-epo-element-label {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  margin-top: 25px;
  padding: 5px 20px;
  border-bottom: 1px solid var(--e-global-color-primary);
}
.product-section .tm-extra-product-options .tm-description {
  font-size: 16px;
  padding: 5px 20px;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio {
  display: flex;
  width: auto;
  padding: 0 5px;
  flex-wrap: wrap;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox:hover,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio:hover {
  background-color: #F9F7F4;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap {
  display: flex;
  width: auto;
  padding: 0 10px 0 0;
  margin: 5px;
  line-height: 15px;
  align-items: center;
  cursor: pointer;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap:hover,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap label.tm-epo-field-label,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap label.tm-epo-field-label {
  padding: 10px 0 10px 10px;
  cursor: pointer;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap label.tm-epo-field-label .tm-label,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap label.tm-epo-field-label .tm-label {
  padding: 0 !important;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap label.tm-epo-field-label .tm-label,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap label.tm-epo-field-label .tc-label-wrap,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap label.tm-epo-field-label .tm-label,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap label.tm-epo-field-label .tc-label-wrap {
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap .tc-tooltip,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap .tc-tooltip {
  font-size: 16px;
  color: var(--e-global-color-secondary);
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap.tc-active,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap.tc-active {
  background-color: var(--e-global-color-secondary);
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap.tc-active label.tm-epo-field-label .tm-label,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap.tc-active label.tm-epo-field-label .tc-label-wrap,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap.tc-active label.tm-epo-field-label .tm-label,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap.tc-active label.tm-epo-field-label .tc-label-wrap {
  font-weight: 300;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox li.tmcp-field-wrap.tc-active .tc-tooltip,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio li.tmcp-field-wrap.tc-active .tc-tooltip {
  color: #FFFFFF;
}
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox .tm-epo-field.tmcp-radio,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-checkbox .tm-epo-field.tmcp-checkbox,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio .tm-epo-field.tmcp-radio,
.product-section .tm-extra-product-options ul.tmcp-elements.tm-element-ul-radio .tm-epo-field.tmcp-checkbox {
  display: none;
}
.product-section .tm-extra-product-options .tmcp-textfield {
  height: 50px;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-secondary);
  border-radius: 0;
  outline: none;
}
.product-section .e-atc-qty-button-holder::before {
  content: "Qty";
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  padding: 5px 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-primary);
}
.product-section .e-atc-qty-button-holder .quantity {
  float: none !important;
  display: inline-block;
  width: auto;
  padding: 10px;
  margin-bottom: 20px;
}
.product-section .e-atc-qty-button-holder .single_adq_button {
  font-size: 24px;
  font-weight: 300;
  padding: 18px 32px;
  border-radius: 0;
  color: #FFFFFF !important;
  background-color: var(--e-global-color-primary) !important;
}
.product-section .e-atc-qty-button-holder .single_adq_button:hover {
  background-color: var(--e-global-color-secondary) !important;
}

body {
  overflow-x: hidden;
}

body.admin-bar {
  margin-top: 32px;
}
body.admin-bar.post-type-archive {
  margin-top: 0;
}
body.admin-bar.search-results {
  margin-top: 0;
}

.site-main {
  margin-top: 110px;
}
@media (min-width: 783px) {
  .site-main {
    margin-top: 130px;
  }
}

.mb-0 {
  margin-bottom: 0;
}
.mb-0 p {
  margin-bottom: 0;
}

/**
 * Basic responsive layout
 */
.site-header .header-inner,
.site-header:not(.dynamic-header),
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*=elementor-page-]) .site-main,
.page-header .entry-title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 575.98px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1140px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1600px;
    padding: 0 20px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1800px) {
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1740px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

body:not([class*=elementor-page-]) .single-post,
body:not([class*=elementor-page-]) .search-page {
  max-width: inherit;
  width: 100% !important;
  margin: 0;
  padding: 0;
}
@media (min-width: 783px) {
  body:not([class*=elementor-page-]) .single-post,
  body:not([class*=elementor-page-]) .search-page {
    margin: 0;
    padding: 0;
  }
}
body:not([class*=elementor-page-]) .single-post .hero-section__container,
body:not([class*=elementor-page-]) .search-page .hero-section__container {
  width: 60%;
}
@media (max-width: 992px) {
  body:not([class*=elementor-page-]) .single-post .hero-section__container,
  body:not([class*=elementor-page-]) .search-page .hero-section__container {
    width: 100%;
  }
}
body:not([class*=elementor-page-]) .single-post .site-main,
body:not([class*=elementor-page-]) .search-page .site-main {
  margin: 100px auto;
}
body:not([class*=elementor-page-]) .single-post .site-main .page-content,
body:not([class*=elementor-page-]) .search-page .site-main .page-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 576px) {
  body:not([class*=elementor-page-]) .single-post .site-main .page-content,
  body:not([class*=elementor-page-]) .search-page .site-main .page-content {
    padding: 0 40px;
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 130px;
  background-color: var(--e-global-color-primary);
}

body.admin-bar .site-header {
  top: 32px;
}

body.page-template-default .site-header {
  background-color: var(--e-global-color-primary);
}

body.page-template-elementor_header_footer.admin-bar,
body.single.admin-bar {
  margin-top: 0;
}
body.page-template-elementor_header_footer .site-header,
body.single .site-header {
  background-color: transparent;
}
body.page-template-elementor_header_footer .site-header.sticky,
body.single .site-header.sticky {
  background-color: var(--e-global-color-primary);
}

.site-header {
  background-color: transparent;
  border-bottom: 1px solid var(--e-global-color-primary);
  transition: all 0.2s ease-in-out;
}
.site-header.sticky {
  background-color: var(--e-global-color-primary);
}

.site-header .header-inner {
  max-width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .site-header .header-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1300px) {
  .site-header:not(.header-stacked) .header-inner .site-branding .site-logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .site-header:not(.header-stacked) .header-inner .site-branding .site-logo {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 75%;
  }
}
@media (min-width: 1800px) {
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 70%;
  }
}

.site-navigation > div {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.site-navigation ul.menu {
  align-items: center;
}
.site-navigation ul.menu li a {
  font-size: 18px;
  color: #FFFFFF;
  padding: 8px 8px;
}
@media (min-width: 1400px) {
  .site-navigation ul.menu li a {
    padding: 8px 15px;
  }
}
.site-navigation ul.menu li a:hover {
  color: var(--e-global-color-secondary);
}
.site-navigation ul.menu li ul {
  min-width: 250px;
  background-color: var(--e-global-color-primary);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.site-navigation ul.menu li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.site-navigation ul.menu li.menu-item-tel, .site-navigation ul.menu li.menu-item-search {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .site-navigation ul.menu li.menu-item-tel, .site-navigation ul.menu li.menu-item-search {
    margin-right: 20px;
  }
}
.site-navigation ul.menu li.menu-item-tel a, .site-navigation ul.menu li.menu-item-search a {
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.site-navigation ul.menu li.menu-item-tel a {
  background-image: url("../images/icon-tel.png");
}
.site-navigation ul.menu li.menu-item-search a {
  background-image: url("../images/icon-search.png");
}
.site-navigation ul.menu li.menu-item-contact a {
  min-width: 235px;
  height: 60px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-secondary);
  font-size: 26px;
  line-height: 42px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .site-navigation ul.menu li.menu-item-contact a {
    min-width: inherit;
    height: 40px;
    font-size: 18px;
    line-height: 22px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .site-navigation ul.menu li.menu-item-contact a {
    min-width: 150px;
    height: 50px;
    font-size: 22px;
    line-height: 34px;
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .site-navigation ul.menu li.menu-item-contact a {
    min-width: 235px;
    height: 60px;
    font-size: 26px;
    line-height: 42px;
    margin-left: 20px;
  }
}
.site-navigation ul.menu li.wpml-ls-menu-item ul.sub-menu {
  min-width: 150px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .site-header:not(.header-stacked) .header-inner .site-branding {
    width: 100px;
  }
  .site-navigation > div {
    justify-content: center;
  }
  .site-navigation ul.menu {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .nav-action-menu {
    display: none;
  }
  .site-navigation-toggle-holder .site-navigation-toggle {
    width: 27px;
    height: 22px;
    background-image: url("../images/hamburger.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
  }
  .site-navigation-toggle-holder .site-navigation-toggle .eicon-menu-bar {
    display: none;
  }
  .site-navigation-dropdown[aria-hidden=true] .sub-menu {
    display: none;
  }
  .site-navigation-dropdown ul.menu {
    overflow: scroll;
    max-height: 100vh;
  }
  .site-navigation-dropdown ul.menu > li li {
    transition: max-height 0.3s;
  }
  .site-navigation-dropdown .menu-item-has-children {
    position: relative;
  }
  .site-navigation-dropdown .menu-item-has-children > a {
    padding-right: 70px !important;
  }
  .site-navigation-dropdown .menu-item-has-children span.arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 70px;
    height: 70px;
  }
  .site-navigation-dropdown .menu-item-has-children span.arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 70px;
    height: 70px;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    transition: all 0.2s;
  }
  .site-navigation-dropdown .menu-item-has-children.elementor-active > span.arrow:after {
    transform: rotate(-180deg);
  }
  .site-navigation-dropdown .menu-item-has-children > ul.sub-menu li a {
    padding-left: 30px;
  }
  .site-navigation-dropdown .menu-item-has-children > ul.sub-menu li > ul.sub-menu li a {
    padding-left: 60px;
  }
  .site-navigation-dropdown .menu-item-has-children > ul.sub-menu li > ul.sub-menu li > ul.sub-menu li a {
    padding-left: 80px;
  }
}
.site-footer {
  padding: 42px 20px;
  background-color: #F2F2F2;
  font-size: 16px;
}
.site-footer .navigation-footer {
  margin-bottom: 30px;
}
.site-footer .navigation-footer h4 {
  font-size: 16px;
  color: #8E8E8E;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.site-footer .navigation-footer ul.menu li {
  width: 100%;
}
.site-footer .navigation-footer ul.menu li a {
  font-size: 16px;
  line-height: 28px;
  color: var(--e-global-color-primary);
  padding: 0;
}
.site-footer .navigation-footer ul.menu li a:hover {
  color: var(--e-global-color-secondary);
}
.site-footer .footer-copyright {
  width: 100%;
  align-items: center;
}
.site-footer .footer-copyright .row {
  align-items: center;
}
.site-footer .footer-copyright .iso img {
  width: 200px;
}
.site-footer .footer-copyright .socials .row {
  justify-content: end;
}
.site-footer .footer-copyright .socials .row div {
  padding: 0 5px;
}
.site-footer .footer-copyright .socials a {
  display: flex;
}
.site-footer .footer-copyright .socials img {
  width: 32px;
}

.site-navigation ul.menu {
  position: relative;
}
.site-navigation ul.menu li.mega-menu {
  position: relative;
}
.site-navigation ul.menu li.mega-menu:after {
  display: none;
}
.site-navigation ul.menu li.mega-menu > a {
  position: relative;
}
.site-navigation ul.menu li.mega-menu > a:after {
  display: block;
  content: "▾";
  font-size: 1.5em;
  align-items: center;
  color: #666666;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
.site-navigation ul.menu li.mega-menu:hover > ul.sub-menu {
  display: flex;
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  top: 100%;
  left: -150px;
  width: 900px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1200px) {
  .site-navigation ul.menu li.mega-menu > ul.sub-menu {
    left: -200px;
    width: 1000px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1400px) {
  .site-navigation ul.menu li.mega-menu > ul.sub-menu {
    left: -300px;
    width: 1200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li {
  flex-shrink: 0;
  flex-wrap: wrap;
  width: 25%;
  max-width: 100%;
  padding: 20px 25px;
  border: 0;
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li::after {
  display: none;
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li > a {
  position: relative;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1200px) {
  .site-navigation ul.menu li.mega-menu > ul.sub-menu > li > a {
    font-size: 18px;
    line-height: 26px;
  }
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #b8d800;
  transition: width 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li > a:hover::after {
  width: 100%;
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li ul.sub-menu {
  position: static;
  display: block;
  width: 100%;
  min-width: inherit;
  border: 0;
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li ul.sub-menu li {
  display: block;
  width: 100%;
  border: 0;
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li ul.sub-menu li a {
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .site-navigation ul.menu li.mega-menu > ul.sub-menu > li ul.sub-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li ul.sub-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #b8d800;
  transition: width 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
.site-navigation ul.menu li.mega-menu > ul.sub-menu > li ul.sub-menu li a:hover::after {
  width: 100%;
}

@media (max-width: 991.98px) {
  .site-navigation-dropdown ul.menu li.current-menu-item a {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
  }
}
.overlap-circuit-right::after,
.overlap-circuit-right-bottom::after,
.overlap-circuit-white-right::after {
  content: "";
  position: absolute;
  top: -25%;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 675px;
  background-image: url("../images/circuit-half-right.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
}
.overlap-circuit-right .elementor-container,
.overlap-circuit-right-bottom .elementor-container,
.overlap-circuit-white-right .elementor-container {
  z-index: 5;
}

.overlap-circuit-right-bottom::after {
  top: inherit;
  bottom: -25%;
}

.overlap-circuit-white-right::after {
  background-image: url("../images/circuit-half-white-right.png");
}

.overlap-circuit-left::after,
.overlap-circuit-left-bottom::after,
.overlap-circuit-white-left::after {
  content: "";
  position: absolute;
  top: -25%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 675px;
  background-image: url("../images/circuit-half-left.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 100%;
}
.overlap-circuit-left .elementor-container,
.overlap-circuit-left-bottom .elementor-container,
.overlap-circuit-white-left .elementor-container {
  z-index: 5;
}

.overlap-circuit-left-bottom::after {
  top: inherit;
  bottom: -25%;
}

.overlap-circuit-white-left::after {
  background-image: url("../images/circuit-half-white-left.png");
}

.column-line-up-left {
  margin-right: 7px;
}
.column-line-up-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100%;
  width: 2px;
  background-color: var(--e-global-color-primary);
  height: 100%;
}

.elementor-widget-testimonial {
  margin-top: 60px;
}
.elementor-widget-testimonial .elementor-testimonial-content {
  padding: 35px 32px;
  border: 3px solid #FFFFFF;
  margin-bottom: 0;
}
.elementor-widget-testimonial .elementor-testimonial-content::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 15px;
  width: 60px;
  height: 51px;
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.elementor-widget-testimonial .elementor-testimonial-details {
  padding: 32px;
}
.elementor-widget-testimonial .elementor-testimonial-details .elementor-testimonial-name {
  font-size: 18px;
  font-weight: 500;
}
.elementor-widget-testimonial .elementor-testimonial-details .elementor-testimonial-job {
  font-size: 18px;
}

@media (max-width: 1600px) {
  .elementor-column.two-buttons .elementor-widget-container {
    margin: 0 !important;
  }
  .elementor-column.two-buttons .elementor-widget-container .elementor-button-link {
    font-size: 22px;
    padding: 15px;
    margin: 5px;
  }
}
@media (max-width: 1300px) {
  .elementor-column.two-buttons .elementor-element {
    width: 100%;
  }
  .elementor-column.two-buttons .elementor-element .elementor-button-link {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-column.two-buttons .elementor-element {
    width: auto;
  }
  .elementor-column.two-buttons .elementor-element .elementor-button-link {
    width: auto;
  }
}

.request-quote-section {
  z-index: 15 !important;
  background-color: var(--e-global-color-primary);
  padding-bottom: 50px !important;
}
.request-quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: var(--e-global-color-primary);
}
.request-quote-section .elementor-element-populated {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .request-quote-section {
    background-color: transparent;
    padding: 0 !important;
  }
}

.check-list ul {
  list-style: none;
  padding: 0;
}
.check-list ul li {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-bottom: 15px;
}
.check-list ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../images/check-list.svg");
  background-size: 100%;
  margin-right: 15px;
}
.check-list ul li ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  padding-left: 10px;
}

.elementor-widget-blockquote .elementor-blockquote,
.elementor-widget-nt-blockquote .elementor-blockquote {
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 40px 20px;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1400px) {
  .elementor-widget-blockquote .elementor-blockquote,
  .elementor-widget-nt-blockquote .elementor-blockquote {
    max-width: 1200px;
  }
}
.elementor-widget-blockquote .elementor-blockquote__content,
.elementor-widget-nt-blockquote .elementor-blockquote__content {
  position: relative;
  z-index: 10;
}
@media (min-width: 576px) {
  .elementor-widget-blockquote .elementor-blockquote__content,
  .elementor-widget-nt-blockquote .elementor-blockquote__content {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  .elementor-widget-blockquote .elementor-blockquote__content,
  .elementor-widget-nt-blockquote .elementor-blockquote__content {
    font-size: 40px;
    line-height: 50px;
  }
}
.elementor-widget-blockquote .elementor-blockquote__content-description,
.elementor-widget-nt-blockquote .elementor-blockquote__content-description {
  position: relative;
  z-index: 10;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}
.elementor-widget-blockquote .elementor-blockquote::before, .elementor-widget-blockquote .elementor-blockquote::after,
.elementor-widget-nt-blockquote .elementor-blockquote::before,
.elementor-widget-nt-blockquote .elementor-blockquote::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 90px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1400px) {
  .elementor-widget-blockquote .elementor-blockquote::before, .elementor-widget-blockquote .elementor-blockquote::after,
  .elementor-widget-nt-blockquote .elementor-blockquote::before,
  .elementor-widget-nt-blockquote .elementor-blockquote::after {
    width: 140px;
    height: 120px;
  }
}
.elementor-widget-blockquote .elementor-blockquote::before,
.elementor-widget-nt-blockquote .elementor-blockquote::before {
  top: -25px;
  left: 0;
  background-image: url("../images/quote-open.svg");
}
.elementor-widget-blockquote .elementor-blockquote::after,
.elementor-widget-nt-blockquote .elementor-blockquote::after {
  bottom: -25px;
  right: 0;
  background-image: url("../images/quote-close.svg");
}

.elementor-widget-posts .elementor-posts .elementor-post__card {
  box-shadow: none;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__badge {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
}
.elementor-widget-posts .elementor-posts .elementor-post__text {
  padding: 0;
}
.elementor-widget-posts .elementor-posts .elementor-post__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.elementor-widget-posts .elementor-posts .elementor-post__title a {
  color: var(--e-global-color-primary);
  font-weight: 500;
}
.elementor-widget-posts .elementor-posts .elementor-post__excerpt {
  font-size: 15px;
  color: var(--e-global-color-primary);
  line-height: 22px;
}
.elementor-widget-posts .elementor-posts .elementor-post__read-more {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: none;
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-secondary);
  padding: 8px 18px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .related-products-section.elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 767.98px) {
  .woocommerce.columns-3 ul.products,
  .related.products ul.products {
    width: 90%;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce.columns-3 ul.products li.product,
.related.products ul.products li.product {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 2px;
}
.woocommerce.columns-3 .woocommerce-loop-product__link img,
.related.products .woocommerce-loop-product__link img {
  margin-bottom: 0 !important;
}
.woocommerce.columns-3 .woocommerce-loop-product__overlap,
.related.products .woocommerce-loop-product__overlap {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 2px;
}
@media (min-width: 1200px) {
  .woocommerce.columns-3 .woocommerce-loop-product__overlap,
  .related.products .woocommerce-loop-product__overlap {
    position: absolute;
  }
}
.woocommerce.columns-3 .woocommerce-loop-product__overlap .button,
.related.products .woocommerce-loop-product__overlap .button {
  margin-left: -5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
}
.woocommerce.columns-3 .woocommerce-loop-product__title,
.related.products .woocommerce-loop-product__title {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 991.98px) {
  .woocommerce.columns-3 .woocommerce-loop-product__title,
  .related.products .woocommerce-loop-product__title {
    font-size: 24px !important;
  }
}
.woocommerce.columns-3 .woocommerce-loop-product__excerpt,
.related.products .woocommerce-loop-product__excerpt {
  height: 90px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  overflow: hidden;
}

.woocommerce.columns-3 {
  max-width: 1340px;
  margin: auto;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .woocommerce.columns-3 {
    padding: 0;
  }
}

.heading-line .elementor-heading-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.heading-line .elementor-heading-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 60%;
  height: 8px;
  background-color: var(--e-global-color-secondary);
}

.elementor-image-gallery .gallery-icon {
  aspect-ratio: 1/1;
}
.elementor-image-gallery .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}

.elementor-accordion {
  border-left: 8px solid var(--e-global-color-secondary);
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  position: relative;
  width: 28px !important;
  height: 22px;
  background-image: url("../images/arrow-down.svg");
  background-size: 100%;
  margin: 10px 10px 10px 0;
  transition: all 0.4s;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon span {
  display: none !important;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .nt-image-absolute {
    top: 50%;
    transform: translateY(-50%);
  }
  .nt--height-100 .elementor-widget-wrap,
  .nt--height-100 .elementor-widget-wrap .elementor-widget-image,
  .nt--height-100 .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
    height: 100%;
  }
  .nt--height-100 .elementor-widget-wrap .elementor-widget-image .elementor-widget-container img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .tablet-relative {
    position: relative !important;
  }
  .tablet-order-0 {
    order: 0;
  }
  .tablet-order-1 {
    order: 1;
  }
  .tablet-order-2 {
    order: 2;
  }
}
.content-with-image-sliders {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .content-with-image-sliders {
    padding-bottom: 100px;
  }
}
.content-with-image-sliders__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.content-with-image-sliders__inner > * {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.content-with-image-sliders__image {
  max-height: 275px;
}
@media (min-width: 992px) {
  .content-with-image-sliders__image {
    max-height: 375px;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .content-with-image-sliders__image {
    max-height: 475px;
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .content-with-image-sliders__image {
    max-height: 575px;
    width: 50%;
  }
}
.content-with-image-sliders__image img {
  margin: auto;
  width: unset;
  height: unset;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.content-with-image-sliders__content-box {
  align-self: center;
}
@media (min-width: 992px) {
  .content-with-image-sliders__content-box {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .content-with-image-sliders__content-box {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .content-with-image-sliders__content-box {
    width: 50%;
  }
}
.content-with-image-sliders__title {
  position: relative;
  font-size: 36px;
  color: var(--e-global-color-secondary);
}
@media (min-width: 992px) {
  .content-with-image-sliders__title {
    font-size: 50px;
  }
}
.content-with-image-sliders__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--e-global-color-secondary);
}
@media (min-width: 992px) {
  .content-with-image-sliders__title::after {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .content-with-image-sliders__title::after {
    width: 18px;
  }
}
.content-with-image-sliders__title, .content-with-image-sliders__content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-with-image-sliders__title, .content-with-image-sliders__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .content-with-image-sliders__title, .content-with-image-sliders__content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.content-with-image-sliders__link.elementor-button {
  display: block;
  width: 200px;
  height: 45px;
  font-size: 18px;
  border: 1px solid var(--e-global-color-secondary);
  margin-top: 40px;
  margin-left: 15px;
  padding: 5px 15px;
}
@media (min-width: 992px) {
  .content-with-image-sliders__link.elementor-button {
    height: 65px;
    font-size: 24px;
    padding: 15px 30px;
    margin-top: 80px;
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .content-with-image-sliders__link.elementor-button {
    margin-top: 100px;
    margin-left: 45px;
  }
}
.content-with-image-sliders.content-white .content-with-image-sliders__content-box, .content-with-image-sliders.content-white .content-with-image-sliders__link.elementor-button {
  color: #FFFFFF;
}
.content-with-image-sliders .slick-prev,
.content-with-image-sliders .slick-next {
  z-index: 22;
  top: inherit;
  bottom: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  text-align: center;
}
.content-with-image-sliders .slick-prev::before,
.content-with-image-sliders .slick-next::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-arrow-white.svg");
  background-size: 100%;
  background-position: 50% 50%;
}
.content-with-image-sliders .slick-next {
  right: 0;
}
.content-with-image-sliders .slick-prev {
  left: inherit;
  right: 50px;
}
.content-with-image-sliders .slick-prev::before {
  transform: rotate(180deg);
}
.content-with-image-sliders .slick-dots {
  z-index: 22;
  width: auto;
  bottom: 12px;
  right: 130px;
}
.content-with-image-sliders .slick-dots li {
  margin: 0;
}
.content-with-image-sliders .slick-dots li button {
  padding: 0;
}
.content-with-image-sliders .slick-dots li button:hover, .content-with-image-sliders .slick-dots li button:focus {
  background-color: inherit;
}
.content-with-image-sliders .slick-dots li button:before {
  color: #FFFFFF;
  opacity: 1;
}
.content-with-image-sliders .slick-dots li.slick-active button:before {
  color: var(--e-global-color-secondary);
}

.content-fall {
  display: flex;
  flex-wrap: wrap;
}
.content-fall__items {
  width: 100%;
}
@media (min-width: 768px) {
  .content-fall__items {
    width: 50%;
  }
}
.content-fall__items.left .content-fall__item:first-child {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .content-fall__items.left .content-fall__item:first-child {
    padding-top: 250px;
  }
}
.content-fall__items.right .content-fall__item:first-child {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .content-fall__items.right .content-fall__item:first-child {
    padding-top: 350px;
  }
}
.content-fall__item {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  border-left: 2px solid var(--e-global-color-primary);
}
.content-fall__inner {
  width: 100%;
  padding: 25px;
  background-color: var(--e-global-color-primary);
}
@media (min-width: 768px) {
  .content-fall__inner {
    width: 95%;
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  .content-fall__inner {
    width: 95%;
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .content-fall__inner {
    width: 300px;
    padding: 25px;
  }
}
.content-fall__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  margin-top: 0;
  hyphens: auto;
}
@media (min-width: 1025px) {
  .content-fall__title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .content-fall__title {
    font-size: 20px;
  }
}
.content-fall__content {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
}
@media (min-width: 1025px) {
  .content-fall__content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .content-fall__content {
    font-size: 20px;
    line-height: 25px;
  }
}

.image-line__left {
  padding-top: 50px;
  border-left: 2px solid var(--e-global-color-secondary);
}
@media (min-width: 768px) {
  .image-line__left {
    padding-top: 200px;
  }
}

.cf7-contact-form {
  margin-top: 50px;
}
.cf7-contact-form .control-field {
  position: relative;
  margin-bottom: 30px;
}
.cf7-contact-form .control-field.active label {
  top: 5px;
  font-size: 14px;
}
.cf7-contact-form .wpcf7-form-control-wrap {
  display: block;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional {
  display: block;
  width: 100%;
}
.cf7-contact-form label {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 18px;
  font-weight: 300;
  color: var(--e-global-color-secondary);
  font-style: italic;
  transition: all 0.2s ease-in-out;
}
.cf7-contact-form input[type=text],
.cf7-contact-form input[type=email],
.cf7-contact-form textarea {
  width: 100%;
  height: 58px;
  font-size: 18px;
  font-weight: 300;
  color: var(--e-global-color-secondary);
  padding: 22px 22px 14px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
.cf7-contact-form input[type=text].wpcf7-not-valid,
.cf7-contact-form input[type=email].wpcf7-not-valid,
.cf7-contact-form textarea.wpcf7-not-valid {
  border: 1px solid #f00;
}
.cf7-contact-form textarea {
  height: 120px;
}
.cf7-contact-form input[type=submit] {
  min-width: 150px;
  height: 52px;
  font-size: 18px;
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
  border-radius: 0;
  padding: 10px;
}
.cf7-contact-form input[type=submit]:hover {
  background-color: #FFFFFF;
}
.cf7-contact-form .wpcf7-not-valid-tip {
  font-size: 18px;
  font-weight: 300;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional {
  display: block;
  width: 100%;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional label {
  position: static;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional label a {
  color: #FFFFFF;
  text-decoration: underline;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=radio] {
  position: absolute;
  left: -9999px;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--e-global-color-secondary);
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=radio] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--e-global-color-secondary);
  transition: all 0.2s;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--e-global-color-secondary);
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--e-global-color-secondary);
  transition: all 0.2s;
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.cf7-contact-form span.wpcf7-form-control.wpcf7-acceptance.optional [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffb900; /* Yellow */
}

.kontakt .elementor-field-option label a {
  color: #fff;
  text-decoration: underline;
}
.kontakt.elementor-widget-form .elementor-field-group .elementor-message {
  position: absolute;
  bottom: 0;
  left: 8px;
  font-size: 14px;
  width: 100%;
  height: 20px;
  margin: 0;
}
.kontakt.elementor-widget-form .elementor-field-group {
  position: relative;
  padding-bottom: 20px;
}
.kontakt.elementor-widget-form .elementor-field-group.elementor-field-type-acceptance {
  padding-bottom: 15px;
}
.kontakt.elementor-widget-form .elementor-field-group.active label.elementor-field-label {
  top: 0;
  font-size: 14px;
}
.kontakt.elementor-widget-form .elementor-field-group label.elementor-field-label {
  position: absolute;
  top: 10px;
  left: 22px;
  font-size: 18px;
  font-weight: 300;
  color: var(--e-global-color-secondary);
  font-style: italic;
  transition: all 0.2s ease-in-out;
}
.kontakt.elementor-widget-form .elementor-field-group input[type=text],
.kontakt.elementor-widget-form .elementor-field-group input[type=email] {
  height: 52px;
}
.kontakt.elementor-widget-form .elementor-field-group input[type=text],
.kontakt.elementor-widget-form .elementor-field-group input[type=email],
.kontakt.elementor-widget-form .elementor-field-group textarea {
  padding: 22px 22px 14px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  font-size: 20px;
  border-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 90px;
}
.woocommerce .woocommerce-message {
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
}
.woocommerce .woocommerce-message::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../images/check-list.svg");
  background-size: 100%;
  top: calc(50% - 14px);
  left: 40px;
}
.woocommerce .woocommerce-info {
  background-color: #279CFC;
}
.woocommerce .woocommerce-error {
  color: #FFFFFF;
  background-color: #b81c23;
}
.woocommerce a.button {
  font-weight: 300;
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
  padding: 15px 20px;
  border-radius: 0;
  transition: all 0.2s;
}
.woocommerce a.button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
}
.woocommerce .heading-line {
  margin-bottom: 50px;
}
.woocommerce .heading-line.text-center {
  text-align: center;
}
.woocommerce .elementor-heading-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form {
  padding: 50px;
  margin-bottom: 100px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.0784313725);
}
.woocommerce .woocommerce-cart-form table.cart {
  border: 0;
}
.woocommerce .woocommerce-cart-form table.cart th, .woocommerce .woocommerce-cart-form table.cart td {
  border: 0;
  background-color: transparent;
}
.woocommerce .woocommerce-cart-form table.cart th {
  font-size: 20px;
  border-bottom: 1px solid var(--e-global-color-primary);
}
.woocommerce .woocommerce-cart-form table.cart th.product-thumbnail {
  border-bottom: 0;
}
.woocommerce .woocommerce-cart-form table.cart a.remove {
  line-height: 0.9em;
}
.woocommerce .woocommerce-cart-form table.cart .product-thumbnail {
  width: 230px;
  padding: 0;
}
.woocommerce .woocommerce-cart-form table.cart .product-thumbnail a {
  display: inline-block;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.cart .product-thumbnail img {
  max-width: 100%;
  width: 220px;
  height: auto;
}
.woocommerce .woocommerce-cart-form table.cart .product-name a {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-cart-form table.cart .product-name dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-cart-form table.cart .product-name dl dt {
  padding-right: 10px;
  margin: 0;
  text-transform: capitalize;
}
.woocommerce .woocommerce-cart-form table.cart .product-name dl dd {
  margin: 0;
  text-transform: capitalize;
}
.woocommerce .woocommerce-cart-form .button {
  display: inline-block;
  min-width: 150px;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
  border-radius: 0;
  padding: 10px 15px !important;
  margin: 0 !important;
  vertical-align: top;
  text-align: center;
}
.woocommerce .woocommerce-cart-form .button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
}
.woocommerce .woocommerce-cart-form input[type=submit] {
  display: inline-block;
}
.woocommerce .checkout {
  margin-bottom: 100px;
}
.woocommerce .checkout .form-row .input-text,
.woocommerce .checkout .form-row select {
  height: 50px;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-secondary);
  border-radius: 0;
  outline: none;
}
.woocommerce .checkout .form-row textarea {
  min-height: 80px;
}
.woocommerce .checkout .form-row select {
  border: 1px solid var(--e-global-color-secondary);
}
.woocommerce .checkout .form-row.terms {
  position: relative;
  margin-bottom: 40px;
}
.woocommerce .checkout input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.woocommerce .checkout input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}
.woocommerce .checkout input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--e-global-color-secondary);
}
.woocommerce .checkout input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--e-global-color-secondary);
  transition: all 0.2s;
}
.woocommerce .checkout input[type=checkbox] + label a {
  text-decoration: underline;
}
.woocommerce .checkout input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0.01);
}
.woocommerce .checkout input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.woocommerce .checkout .col2-set {
  margin-bottom: 30px;
}
.woocommerce .checkout input[type=submit],
.woocommerce .checkout .button {
  min-width: 150px;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
  border-radius: 0;
  padding: 15px 20px;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
}
.woocommerce .checkout input[type=submit]:hover,
.woocommerce .checkout .button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
}
.woocommerce .checkout .wc-backward {
  display: none;
}

.lightbox {
  z-index: 9999 !important;
}
.lightbox .woocommerce .woocommerce-cart-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.lightbox .woocommerce .woocommerce-cart-form img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .single-portfolio__sidebar {
    margin-top: 50px;
  }
}
.single-portfolio__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
.single-portfolio__list li {
  margin-bottom: 5px;
}
.single-portfolio__list a {
  font-size: 16px;
}
.single-portfolio__list-item-label {
  color: #999;
}

.portfolio-item-details-label {
  color: #999;
}

.portfolio-item-livelink {
  display: inline-block;
  font-size: 26px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-secondary);
  line-height: 42px;
  padding: 8px 12px;
  margin: 30px 0;
  text-decoration: none !important;
}
.portfolio-item-livelink:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
