.row {
  --bs-gutter-x: 30px;
  --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);
}
.row--20p {
  --bs-gutter-x: 30px;
  --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--20p > * {
  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);
}
.row--20p .col {
  flex: 1 0 0%;
}
.row--20p .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row--20p .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row--20p .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row--20p .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row--20p .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row--20p .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row--20p .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.row--20p .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.row--20p .col-1 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 20%;
}
.row--20p .col-2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 40%;
}
.row--20p .col-3 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 60%;
}
.row--20p .col-4 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 80%;
}
.row--20p .col-5 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
}
.row--20p .offset-1 {
  margin-left: 20%;
}
.row--20p .offset-2 {
  margin-left: 40%;
}
.row--20p .offset-3 {
  margin-left: 60%;
}
.row--20p .offset-4 {
  margin-left: 80%;
}
.row--20p .g-0,
.row--20p .gx-0 {
  --bs-gutter-x: 0;
}
.row--20p .g-0,
.row--20p .gy-0 {
  --bs-gutter-y: 0;
}
.row--20p .g-1,
.row--20p .gx-1 {
  --bs-gutter-x: 7.5px;
}
.row--20p .g-1,
.row--20p .gy-1 {
  --bs-gutter-y: 7.5px;
}
.row--20p .g-2,
.row--20p .gx-2 {
  --bs-gutter-x: 15px;
}
.row--20p .g-2,
.row--20p .gy-2 {
  --bs-gutter-y: 15px;
}
.row--20p .g-3,
.row--20p .gx-3 {
  --bs-gutter-x: 30px;
}
.row--20p .g-3,
.row--20p .gy-3 {
  --bs-gutter-y: 30px;
}
.row--20p .g,
.row--20p .gx {
  --bs-gutter-x: 30px;
}
.row--20p .g,
.row--20p .gy {
  --bs-gutter-y: 30px;
}
.row--20p .g-4,
.row--20p .gx-4 {
  --bs-gutter-x: 45px;
}
.row--20p .g-4,
.row--20p .gy-4 {
  --bs-gutter-y: 45px;
}
.row--20p .g-5,
.row--20p .gx-5 {
  --bs-gutter-x: 90px;
}
.row--20p .g-5,
.row--20p .gy-5 {
  --bs-gutter-y: 90px;
}
.row--20p .g-n1,
.row--20p .gx-n1 {
  --bs-gutter-x: -7.5px;
}
.row--20p .g-n1,
.row--20p .gy-n1 {
  --bs-gutter-y: -7.5px;
}
.row--20p .g-n2,
.row--20p .gx-n2 {
  --bs-gutter-x: -15px;
}
.row--20p .g-n2,
.row--20p .gy-n2 {
  --bs-gutter-y: -15px;
}
.row--20p .g-n,
.row--20p .gx-n {
  --bs-gutter-x: -30px;
}
.row--20p .g-n,
.row--20p .gy-n {
  --bs-gutter-y: -30px;
}
.row--20p .g-n3,
.row--20p .gx-n3 {
  --bs-gutter-x: -30px;
}
.row--20p .g-n3,
.row--20p .gy-n3 {
  --bs-gutter-y: -30px;
}
.row--20p .g-n4,
.row--20p .gx-n4 {
  --bs-gutter-x: -45px;
}
.row--20p .g-n4,
.row--20p .gy-n4 {
  --bs-gutter-y: -45px;
}
.row--20p .g-n5,
.row--20p .gx-n5 {
  --bs-gutter-x: -90px;
}
.row--20p .g-n5,
.row--20p .gy-n5 {
  --bs-gutter-y: -90px;
}
.row--20p .g-100,
.row--20p .gx-100 {
  --bs-gutter-x: 100%;
}
.row--20p .g-100,
.row--20p .gy-100 {
  --bs-gutter-y: 100%;
}
@media (min-width: 576px) {
  .row--20p .col-sm {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-sm-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-sm-0 {
    margin-left: 0;
  }
  .row--20p .offset-sm-1 {
    margin-left: 20%;
  }
  .row--20p .offset-sm-2 {
    margin-left: 40%;
  }
  .row--20p .offset-sm-3 {
    margin-left: 60%;
  }
  .row--20p .offset-sm-4 {
    margin-left: 80%;
  }
  .row--20p .g-sm-0,
.row--20p .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-sm-0,
.row--20p .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-sm-1,
.row--20p .gx-sm-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-sm-1,
.row--20p .gy-sm-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-sm-2,
.row--20p .gx-sm-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-sm-2,
.row--20p .gy-sm-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-sm-3,
.row--20p .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-sm-3,
.row--20p .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-sm,
.row--20p .gx-sm {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-sm,
.row--20p .gy-sm {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-sm-4,
.row--20p .gx-sm-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-sm-4,
.row--20p .gy-sm-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-sm-5,
.row--20p .gx-sm-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-sm-5,
.row--20p .gy-sm-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-sm-n1,
.row--20p .gx-sm-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-sm-n1,
.row--20p .gy-sm-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-sm-n2,
.row--20p .gx-sm-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-sm-n2,
.row--20p .gy-sm-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-sm-n,
.row--20p .gx-sm-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-sm-n,
.row--20p .gy-sm-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-sm-n3,
.row--20p .gx-sm-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-sm-n3,
.row--20p .gy-sm-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-sm-n4,
.row--20p .gx-sm-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-sm-n4,
.row--20p .gy-sm-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-sm-n5,
.row--20p .gx-sm-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-sm-n5,
.row--20p .gy-sm-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-sm-100,
.row--20p .gx-sm-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-sm-100,
.row--20p .gy-sm-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 768px) {
  .row--20p .col-md {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-md-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-md-0 {
    margin-left: 0;
  }
  .row--20p .offset-md-1 {
    margin-left: 20%;
  }
  .row--20p .offset-md-2 {
    margin-left: 40%;
  }
  .row--20p .offset-md-3 {
    margin-left: 60%;
  }
  .row--20p .offset-md-4 {
    margin-left: 80%;
  }
  .row--20p .g-md-0,
.row--20p .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-md-0,
.row--20p .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-md-1,
.row--20p .gx-md-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-md-1,
.row--20p .gy-md-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-md-2,
.row--20p .gx-md-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-md-2,
.row--20p .gy-md-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-md-3,
.row--20p .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-md-3,
.row--20p .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-md,
.row--20p .gx-md {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-md,
.row--20p .gy-md {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-md-4,
.row--20p .gx-md-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-md-4,
.row--20p .gy-md-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-md-5,
.row--20p .gx-md-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-md-5,
.row--20p .gy-md-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-md-n1,
.row--20p .gx-md-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-md-n1,
.row--20p .gy-md-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-md-n2,
.row--20p .gx-md-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-md-n2,
.row--20p .gy-md-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-md-n,
.row--20p .gx-md-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-md-n,
.row--20p .gy-md-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-md-n3,
.row--20p .gx-md-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-md-n3,
.row--20p .gy-md-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-md-n4,
.row--20p .gx-md-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-md-n4,
.row--20p .gy-md-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-md-n5,
.row--20p .gx-md-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-md-n5,
.row--20p .gy-md-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-md-100,
.row--20p .gx-md-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-md-100,
.row--20p .gy-md-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1024px) {
  .row--20p .col-ml {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-ml-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-ml-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-ml-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-ml-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-ml-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-ml-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-ml-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-ml-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-ml-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-ml-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-ml-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-ml-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-ml-0 {
    margin-left: 0;
  }
  .row--20p .offset-ml-1 {
    margin-left: 20%;
  }
  .row--20p .offset-ml-2 {
    margin-left: 40%;
  }
  .row--20p .offset-ml-3 {
    margin-left: 60%;
  }
  .row--20p .offset-ml-4 {
    margin-left: 80%;
  }
  .row--20p .g-ml-0,
.row--20p .gx-ml-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-ml-0,
.row--20p .gy-ml-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-ml-1,
.row--20p .gx-ml-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-ml-1,
.row--20p .gy-ml-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-ml-2,
.row--20p .gx-ml-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-ml-2,
.row--20p .gy-ml-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-ml-3,
.row--20p .gx-ml-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-ml-3,
.row--20p .gy-ml-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-ml,
.row--20p .gx-ml {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-ml,
.row--20p .gy-ml {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-ml-4,
.row--20p .gx-ml-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-ml-4,
.row--20p .gy-ml-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-ml-5,
.row--20p .gx-ml-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-ml-5,
.row--20p .gy-ml-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-ml-n1,
.row--20p .gx-ml-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-ml-n1,
.row--20p .gy-ml-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-ml-n2,
.row--20p .gx-ml-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-ml-n2,
.row--20p .gy-ml-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-ml-n,
.row--20p .gx-ml-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-ml-n,
.row--20p .gy-ml-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-ml-n3,
.row--20p .gx-ml-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-ml-n3,
.row--20p .gy-ml-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-ml-n4,
.row--20p .gx-ml-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-ml-n4,
.row--20p .gy-ml-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-ml-n5,
.row--20p .gx-ml-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-ml-n5,
.row--20p .gy-ml-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-ml-100,
.row--20p .gx-ml-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-ml-100,
.row--20p .gy-ml-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) {
  .row--20p .col-lg {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-lg-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-lg-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-lg-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-lg-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-lg-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-lg-0 {
    margin-left: 0;
  }
  .row--20p .offset-lg-1 {
    margin-left: 20%;
  }
  .row--20p .offset-lg-2 {
    margin-left: 40%;
  }
  .row--20p .offset-lg-3 {
    margin-left: 60%;
  }
  .row--20p .offset-lg-4 {
    margin-left: 80%;
  }
  .row--20p .g-lg-0,
.row--20p .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-lg-0,
.row--20p .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-lg-1,
.row--20p .gx-lg-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-lg-1,
.row--20p .gy-lg-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-lg-2,
.row--20p .gx-lg-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-lg-2,
.row--20p .gy-lg-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-lg-3,
.row--20p .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-lg-3,
.row--20p .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-lg,
.row--20p .gx-lg {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-lg,
.row--20p .gy-lg {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-lg-4,
.row--20p .gx-lg-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-lg-4,
.row--20p .gy-lg-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-lg-5,
.row--20p .gx-lg-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-lg-5,
.row--20p .gy-lg-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-lg-n1,
.row--20p .gx-lg-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-lg-n1,
.row--20p .gy-lg-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-lg-n2,
.row--20p .gx-lg-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-lg-n2,
.row--20p .gy-lg-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-lg-n,
.row--20p .gx-lg-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-lg-n,
.row--20p .gy-lg-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-lg-n3,
.row--20p .gx-lg-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-lg-n3,
.row--20p .gy-lg-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-lg-n4,
.row--20p .gx-lg-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-lg-n4,
.row--20p .gy-lg-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-lg-n5,
.row--20p .gx-lg-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-lg-n5,
.row--20p .gy-lg-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-lg-100,
.row--20p .gx-lg-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-lg-100,
.row--20p .gy-lg-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1440px) {
  .row--20p .col-xl {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-xl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-xl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-xl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-xl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-xl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-xl-0 {
    margin-left: 0;
  }
  .row--20p .offset-xl-1 {
    margin-left: 20%;
  }
  .row--20p .offset-xl-2 {
    margin-left: 40%;
  }
  .row--20p .offset-xl-3 {
    margin-left: 60%;
  }
  .row--20p .offset-xl-4 {
    margin-left: 80%;
  }
  .row--20p .g-xl-0,
.row--20p .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-xl-0,
.row--20p .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-xl-1,
.row--20p .gx-xl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-xl-1,
.row--20p .gy-xl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-xl-2,
.row--20p .gx-xl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-xl-2,
.row--20p .gy-xl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-xl-3,
.row--20p .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xl-3,
.row--20p .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xl,
.row--20p .gx-xl {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xl,
.row--20p .gy-xl {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xl-4,
.row--20p .gx-xl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-xl-4,
.row--20p .gy-xl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-xl-5,
.row--20p .gx-xl-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-xl-5,
.row--20p .gy-xl-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-xl-n1,
.row--20p .gx-xl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-xl-n1,
.row--20p .gy-xl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-xl-n2,
.row--20p .gx-xl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-xl-n2,
.row--20p .gy-xl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-xl-n,
.row--20p .gx-xl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xl-n,
.row--20p .gy-xl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xl-n3,
.row--20p .gx-xl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xl-n3,
.row--20p .gy-xl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xl-n4,
.row--20p .gx-xl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-xl-n4,
.row--20p .gy-xl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-xl-n5,
.row--20p .gx-xl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-xl-n5,
.row--20p .gy-xl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-xl-100,
.row--20p .gx-xl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-xl-100,
.row--20p .gy-xl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1920px) {
  .row--20p .col-xxl {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-xxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-xxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-xxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-xxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-xxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-xxl-0 {
    margin-left: 0;
  }
  .row--20p .offset-xxl-1 {
    margin-left: 20%;
  }
  .row--20p .offset-xxl-2 {
    margin-left: 40%;
  }
  .row--20p .offset-xxl-3 {
    margin-left: 60%;
  }
  .row--20p .offset-xxl-4 {
    margin-left: 80%;
  }
  .row--20p .g-xxl-0,
.row--20p .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-xxl-0,
.row--20p .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-xxl-1,
.row--20p .gx-xxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-xxl-1,
.row--20p .gy-xxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-xxl-2,
.row--20p .gx-xxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-xxl-2,
.row--20p .gy-xxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-xxl-3,
.row--20p .gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxl-3,
.row--20p .gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxl,
.row--20p .gx-xxl {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxl,
.row--20p .gy-xxl {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxl-4,
.row--20p .gx-xxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-xxl-4,
.row--20p .gy-xxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-xxl-5,
.row--20p .gx-xxl-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-xxl-5,
.row--20p .gy-xxl-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-xxl-n1,
.row--20p .gx-xxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-xxl-n1,
.row--20p .gy-xxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-xxl-n2,
.row--20p .gx-xxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-xxl-n2,
.row--20p .gy-xxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-xxl-n,
.row--20p .gx-xxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxl-n,
.row--20p .gy-xxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxl-n3,
.row--20p .gx-xxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxl-n3,
.row--20p .gy-xxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxl-n4,
.row--20p .gx-xxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-xxl-n4,
.row--20p .gy-xxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-xxl-n5,
.row--20p .gx-xxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-xxl-n5,
.row--20p .gy-xxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-xxl-100,
.row--20p .gx-xxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-xxl-100,
.row--20p .gy-xxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 2560px) {
  .row--20p .col-xxxl {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-xxxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-xxxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-xxxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-xxxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-xxxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-xxxl-0 {
    margin-left: 0;
  }
  .row--20p .offset-xxxl-1 {
    margin-left: 20%;
  }
  .row--20p .offset-xxxl-2 {
    margin-left: 40%;
  }
  .row--20p .offset-xxxl-3 {
    margin-left: 60%;
  }
  .row--20p .offset-xxxl-4 {
    margin-left: 80%;
  }
  .row--20p .g-xxxl-0,
.row--20p .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-xxxl-0,
.row--20p .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-xxxl-1,
.row--20p .gx-xxxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-xxxl-1,
.row--20p .gy-xxxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-xxxl-2,
.row--20p .gx-xxxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-xxxl-2,
.row--20p .gy-xxxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-xxxl-3,
.row--20p .gx-xxxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxxl-3,
.row--20p .gy-xxxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxxl,
.row--20p .gx-xxxl {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxxl,
.row--20p .gy-xxxl {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxxl-4,
.row--20p .gx-xxxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-xxxl-4,
.row--20p .gy-xxxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-xxxl-5,
.row--20p .gx-xxxl-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p .g-xxxl-5,
.row--20p .gy-xxxl-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p .g-xxxl-n1,
.row--20p .gx-xxxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-xxxl-n1,
.row--20p .gy-xxxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-xxxl-n2,
.row--20p .gx-xxxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-xxxl-n2,
.row--20p .gy-xxxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-xxxl-n,
.row--20p .gx-xxxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxxl-n,
.row--20p .gy-xxxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxxl-n3,
.row--20p .gx-xxxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxxl-n3,
.row--20p .gy-xxxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxxl-n4,
.row--20p .gx-xxxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-xxxl-n4,
.row--20p .gy-xxxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-xxxl-n5,
.row--20p .gx-xxxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-xxxl-n5,
.row--20p .gy-xxxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-xxxl-100,
.row--20p .gx-xxxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-xxxl-100,
.row--20p .gy-xxxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) {
  .row--20p--desktop > * {
    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);
  }
  .row--20p--desktop .col {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-0,
.row--20p--desktop .gx-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-0,
.row--20p--desktop .gy-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-1,
.row--20p--desktop .gx-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-1,
.row--20p--desktop .gy-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-2,
.row--20p--desktop .gx-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-2,
.row--20p--desktop .gy-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-3,
.row--20p--desktop .gx-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-3,
.row--20p--desktop .gy-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g,
.row--20p--desktop .gx {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g,
.row--20p--desktop .gy {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-4,
.row--20p--desktop .gx-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-4,
.row--20p--desktop .gy-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-5,
.row--20p--desktop .gx-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-5,
.row--20p--desktop .gy-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-n1,
.row--20p--desktop .gx-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-n1,
.row--20p--desktop .gy-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-n2,
.row--20p--desktop .gx-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-n2,
.row--20p--desktop .gy-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-n,
.row--20p--desktop .gx-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-n,
.row--20p--desktop .gy-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-n3,
.row--20p--desktop .gx-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-n3,
.row--20p--desktop .gy-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-n4,
.row--20p--desktop .gx-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-n4,
.row--20p--desktop .gy-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-n5,
.row--20p--desktop .gx-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-n5,
.row--20p--desktop .gy-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-100,
.row--20p--desktop .gx-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-100,
.row--20p--desktop .gy-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 576px) {
  .row--20p--desktop .col-sm {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-sm-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-sm-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-sm-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-sm-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-sm-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-sm-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-sm-0,
.row--20p--desktop .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-sm-0,
.row--20p--desktop .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-sm-1,
.row--20p--desktop .gx-sm-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-sm-1,
.row--20p--desktop .gy-sm-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-sm-2,
.row--20p--desktop .gx-sm-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-sm-2,
.row--20p--desktop .gy-sm-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-sm-3,
.row--20p--desktop .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-sm-3,
.row--20p--desktop .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-sm,
.row--20p--desktop .gx-sm {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-sm,
.row--20p--desktop .gy-sm {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-sm-4,
.row--20p--desktop .gx-sm-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-sm-4,
.row--20p--desktop .gy-sm-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-sm-5,
.row--20p--desktop .gx-sm-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-sm-5,
.row--20p--desktop .gy-sm-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-sm-n1,
.row--20p--desktop .gx-sm-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-sm-n1,
.row--20p--desktop .gy-sm-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-sm-n2,
.row--20p--desktop .gx-sm-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-sm-n2,
.row--20p--desktop .gy-sm-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-sm-n,
.row--20p--desktop .gx-sm-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-sm-n,
.row--20p--desktop .gy-sm-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-sm-n3,
.row--20p--desktop .gx-sm-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-sm-n3,
.row--20p--desktop .gy-sm-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-sm-n4,
.row--20p--desktop .gx-sm-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-sm-n4,
.row--20p--desktop .gy-sm-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-sm-n5,
.row--20p--desktop .gx-sm-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-sm-n5,
.row--20p--desktop .gy-sm-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-sm-100,
.row--20p--desktop .gx-sm-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-sm-100,
.row--20p--desktop .gy-sm-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .row--20p--desktop .col-md {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-md-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-md-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-md-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-md-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-md-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-md-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-md-0,
.row--20p--desktop .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-md-0,
.row--20p--desktop .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-md-1,
.row--20p--desktop .gx-md-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-md-1,
.row--20p--desktop .gy-md-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-md-2,
.row--20p--desktop .gx-md-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-md-2,
.row--20p--desktop .gy-md-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-md-3,
.row--20p--desktop .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-md-3,
.row--20p--desktop .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-md,
.row--20p--desktop .gx-md {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-md,
.row--20p--desktop .gy-md {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-md-4,
.row--20p--desktop .gx-md-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-md-4,
.row--20p--desktop .gy-md-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-md-5,
.row--20p--desktop .gx-md-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-md-5,
.row--20p--desktop .gy-md-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-md-n1,
.row--20p--desktop .gx-md-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-md-n1,
.row--20p--desktop .gy-md-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-md-n2,
.row--20p--desktop .gx-md-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-md-n2,
.row--20p--desktop .gy-md-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-md-n,
.row--20p--desktop .gx-md-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-md-n,
.row--20p--desktop .gy-md-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-md-n3,
.row--20p--desktop .gx-md-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-md-n3,
.row--20p--desktop .gy-md-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-md-n4,
.row--20p--desktop .gx-md-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-md-n4,
.row--20p--desktop .gy-md-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-md-n5,
.row--20p--desktop .gx-md-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-md-n5,
.row--20p--desktop .gy-md-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-md-100,
.row--20p--desktop .gx-md-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-md-100,
.row--20p--desktop .gy-md-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .row--20p--desktop .col-ml {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-ml-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-ml-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-ml-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-ml-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-ml-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-ml-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-ml-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-ml-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-ml-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-ml-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-ml-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-ml-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-ml-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-ml-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-ml-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-ml-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-ml-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-ml-0,
.row--20p--desktop .gx-ml-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-ml-0,
.row--20p--desktop .gy-ml-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-ml-1,
.row--20p--desktop .gx-ml-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-ml-1,
.row--20p--desktop .gy-ml-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-ml-2,
.row--20p--desktop .gx-ml-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-ml-2,
.row--20p--desktop .gy-ml-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-ml-3,
.row--20p--desktop .gx-ml-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-ml-3,
.row--20p--desktop .gy-ml-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-ml,
.row--20p--desktop .gx-ml {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-ml,
.row--20p--desktop .gy-ml {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-ml-4,
.row--20p--desktop .gx-ml-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-ml-4,
.row--20p--desktop .gy-ml-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-ml-5,
.row--20p--desktop .gx-ml-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-ml-5,
.row--20p--desktop .gy-ml-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-ml-n1,
.row--20p--desktop .gx-ml-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-ml-n1,
.row--20p--desktop .gy-ml-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-ml-n2,
.row--20p--desktop .gx-ml-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-ml-n2,
.row--20p--desktop .gy-ml-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-ml-n,
.row--20p--desktop .gx-ml-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-ml-n,
.row--20p--desktop .gy-ml-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-ml-n3,
.row--20p--desktop .gx-ml-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-ml-n3,
.row--20p--desktop .gy-ml-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-ml-n4,
.row--20p--desktop .gx-ml-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-ml-n4,
.row--20p--desktop .gy-ml-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-ml-n5,
.row--20p--desktop .gx-ml-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-ml-n5,
.row--20p--desktop .gy-ml-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-ml-100,
.row--20p--desktop .gx-ml-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-ml-100,
.row--20p--desktop .gy-ml-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .row--20p--desktop .col-lg {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-lg-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-lg-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-lg-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-lg-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-lg-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-lg-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-lg-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-lg-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-lg-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-lg-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-lg-0,
.row--20p--desktop .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-lg-0,
.row--20p--desktop .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-lg-1,
.row--20p--desktop .gx-lg-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-lg-1,
.row--20p--desktop .gy-lg-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-lg-2,
.row--20p--desktop .gx-lg-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-lg-2,
.row--20p--desktop .gy-lg-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-lg-3,
.row--20p--desktop .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-lg-3,
.row--20p--desktop .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-lg,
.row--20p--desktop .gx-lg {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-lg,
.row--20p--desktop .gy-lg {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-lg-4,
.row--20p--desktop .gx-lg-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-lg-4,
.row--20p--desktop .gy-lg-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-lg-5,
.row--20p--desktop .gx-lg-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-lg-5,
.row--20p--desktop .gy-lg-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-lg-n1,
.row--20p--desktop .gx-lg-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-lg-n1,
.row--20p--desktop .gy-lg-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-lg-n2,
.row--20p--desktop .gx-lg-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-lg-n2,
.row--20p--desktop .gy-lg-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-lg-n,
.row--20p--desktop .gx-lg-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-lg-n,
.row--20p--desktop .gy-lg-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-lg-n3,
.row--20p--desktop .gx-lg-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-lg-n3,
.row--20p--desktop .gy-lg-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-lg-n4,
.row--20p--desktop .gx-lg-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-lg-n4,
.row--20p--desktop .gy-lg-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-lg-n5,
.row--20p--desktop .gx-lg-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-lg-n5,
.row--20p--desktop .gy-lg-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-lg-100,
.row--20p--desktop .gx-lg-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-lg-100,
.row--20p--desktop .gy-lg-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1440px) {
  .row--20p--desktop .col-xl {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-xl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-xl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-xl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-xl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-xl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-xl-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-xl-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-xl-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-xl-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-xl-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-xl-0,
.row--20p--desktop .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-xl-0,
.row--20p--desktop .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-xl-1,
.row--20p--desktop .gx-xl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-xl-1,
.row--20p--desktop .gy-xl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-xl-2,
.row--20p--desktop .gx-xl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-xl-2,
.row--20p--desktop .gy-xl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-xl-3,
.row--20p--desktop .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xl-3,
.row--20p--desktop .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xl,
.row--20p--desktop .gx-xl {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xl,
.row--20p--desktop .gy-xl {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xl-4,
.row--20p--desktop .gx-xl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-xl-4,
.row--20p--desktop .gy-xl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-xl-5,
.row--20p--desktop .gx-xl-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-xl-5,
.row--20p--desktop .gy-xl-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-xl-n1,
.row--20p--desktop .gx-xl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-xl-n1,
.row--20p--desktop .gy-xl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-xl-n2,
.row--20p--desktop .gx-xl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-xl-n2,
.row--20p--desktop .gy-xl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-xl-n,
.row--20p--desktop .gx-xl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xl-n,
.row--20p--desktop .gy-xl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xl-n3,
.row--20p--desktop .gx-xl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xl-n3,
.row--20p--desktop .gy-xl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xl-n4,
.row--20p--desktop .gx-xl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-xl-n4,
.row--20p--desktop .gy-xl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-xl-n5,
.row--20p--desktop .gx-xl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-xl-n5,
.row--20p--desktop .gy-xl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-xl-100,
.row--20p--desktop .gx-xl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-xl-100,
.row--20p--desktop .gy-xl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  .row--20p--desktop .col-xxl {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-xxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-xxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-xxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-xxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-xxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-xxl-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-xxl-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-xxl-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-xxl-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-xxl-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-xxl-0,
.row--20p--desktop .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-xxl-0,
.row--20p--desktop .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-xxl-1,
.row--20p--desktop .gx-xxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-xxl-1,
.row--20p--desktop .gy-xxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-xxl-2,
.row--20p--desktop .gx-xxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-xxl-2,
.row--20p--desktop .gy-xxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-xxl-3,
.row--20p--desktop .gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxl-3,
.row--20p--desktop .gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxl,
.row--20p--desktop .gx-xxl {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxl,
.row--20p--desktop .gy-xxl {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxl-4,
.row--20p--desktop .gx-xxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-xxl-4,
.row--20p--desktop .gy-xxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-xxl-5,
.row--20p--desktop .gx-xxl-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-xxl-5,
.row--20p--desktop .gy-xxl-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-xxl-n1,
.row--20p--desktop .gx-xxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-xxl-n1,
.row--20p--desktop .gy-xxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-xxl-n2,
.row--20p--desktop .gx-xxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-xxl-n2,
.row--20p--desktop .gy-xxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-xxl-n,
.row--20p--desktop .gx-xxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxl-n,
.row--20p--desktop .gy-xxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxl-n3,
.row--20p--desktop .gx-xxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxl-n3,
.row--20p--desktop .gy-xxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxl-n4,
.row--20p--desktop .gx-xxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-xxl-n4,
.row--20p--desktop .gy-xxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-xxl-n5,
.row--20p--desktop .gx-xxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-xxl-n5,
.row--20p--desktop .gy-xxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-xxl-100,
.row--20p--desktop .gx-xxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-xxl-100,
.row--20p--desktop .gy-xxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 2560px) {
  .row--20p--desktop .col-xxxl {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-xxxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-xxxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-xxxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-xxxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-xxxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-xxxl-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-xxxl-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-xxxl-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-xxxl-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-xxxl-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-xxxl-0,
.row--20p--desktop .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-xxxl-0,
.row--20p--desktop .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-xxxl-1,
.row--20p--desktop .gx-xxxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-xxxl-1,
.row--20p--desktop .gy-xxxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-xxxl-2,
.row--20p--desktop .gx-xxxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-xxxl-2,
.row--20p--desktop .gy-xxxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-xxxl-3,
.row--20p--desktop .gx-xxxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxxl-3,
.row--20p--desktop .gy-xxxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxxl,
.row--20p--desktop .gx-xxxl {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxxl,
.row--20p--desktop .gy-xxxl {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxxl-4,
.row--20p--desktop .gx-xxxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-xxxl-4,
.row--20p--desktop .gy-xxxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-xxxl-5,
.row--20p--desktop .gx-xxxl-5 {
    --bs-gutter-x: 90px;
  }
  .row--20p--desktop .g-xxxl-5,
.row--20p--desktop .gy-xxxl-5 {
    --bs-gutter-y: 90px;
  }
  .row--20p--desktop .g-xxxl-n1,
.row--20p--desktop .gx-xxxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-xxxl-n1,
.row--20p--desktop .gy-xxxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-xxxl-n2,
.row--20p--desktop .gx-xxxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-xxxl-n2,
.row--20p--desktop .gy-xxxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-xxxl-n,
.row--20p--desktop .gx-xxxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxxl-n,
.row--20p--desktop .gy-xxxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxxl-n3,
.row--20p--desktop .gx-xxxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxxl-n3,
.row--20p--desktop .gy-xxxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxxl-n4,
.row--20p--desktop .gx-xxxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-xxxl-n4,
.row--20p--desktop .gy-xxxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-xxxl-n5,
.row--20p--desktop .gx-xxxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-xxxl-n5,
.row--20p--desktop .gy-xxxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-xxxl-100,
.row--20p--desktop .gx-xxxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-xxxl-100,
.row--20p--desktop .gy-xxxl-100 {
    --bs-gutter-y: 100%;
  }
}

.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 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  display: flex;
  flex-direction: column;
  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: 7.5px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 7.5px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 15px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 15px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 30px;
}

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: 45px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 45px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 90px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 90px;
}

.g-n1,
.gx-n1 {
  --bs-gutter-x: -7.5px;
}

.g-n1,
.gy-n1 {
  --bs-gutter-y: -7.5px;
}

.g-n2,
.gx-n2 {
  --bs-gutter-x: -15px;
}

.g-n2,
.gy-n2 {
  --bs-gutter-y: -15px;
}

.g-n,
.gx-n {
  --bs-gutter-x: -30px;
}

.g-n,
.gy-n {
  --bs-gutter-y: -30px;
}

.g-n3,
.gx-n3 {
  --bs-gutter-x: -30px;
}

.g-n3,
.gy-n3 {
  --bs-gutter-y: -30px;
}

.g-n4,
.gx-n4 {
  --bs-gutter-x: -45px;
}

.g-n4,
.gy-n4 {
  --bs-gutter-y: -45px;
}

.g-n5,
.gx-n5 {
  --bs-gutter-x: -90px;
}

.g-n5,
.gy-n5 {
  --bs-gutter-y: -90px;
}

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

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

@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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    display: flex;
    flex-direction: column;
    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: 7.5px;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 15px;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 15px;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .g-sm,
.gx-sm {
    --bs-gutter-x: 30px;
  }
  .g-sm,
.gy-sm {
    --bs-gutter-y: 30px;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 45px;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 45px;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 90px;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 90px;
  }
  .g-sm-n1,
.gx-sm-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-sm-n1,
.gy-sm-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-sm-n2,
.gx-sm-n2 {
    --bs-gutter-x: -15px;
  }
  .g-sm-n2,
.gy-sm-n2 {
    --bs-gutter-y: -15px;
  }
  .g-sm-n,
.gx-sm-n {
    --bs-gutter-x: -30px;
  }
  .g-sm-n,
.gy-sm-n {
    --bs-gutter-y: -30px;
  }
  .g-sm-n3,
.gx-sm-n3 {
    --bs-gutter-x: -30px;
  }
  .g-sm-n3,
.gy-sm-n3 {
    --bs-gutter-y: -30px;
  }
  .g-sm-n4,
.gx-sm-n4 {
    --bs-gutter-x: -45px;
  }
  .g-sm-n4,
.gy-sm-n4 {
    --bs-gutter-y: -45px;
  }
  .g-sm-n5,
.gx-sm-n5 {
    --bs-gutter-x: -90px;
  }
  .g-sm-n5,
.gy-sm-n5 {
    --bs-gutter-y: -90px;
  }
  .g-sm-100,
.gx-sm-100 {
    --bs-gutter-x: 100%;
  }
  .g-sm-100,
.gy-sm-100 {
    --bs-gutter-y: 100%;
  }
}
@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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    display: flex;
    flex-direction: column;
    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: 7.5px;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 15px;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 15px;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .g-md,
.gx-md {
    --bs-gutter-x: 30px;
  }
  .g-md,
.gy-md {
    --bs-gutter-y: 30px;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 45px;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 45px;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 90px;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 90px;
  }
  .g-md-n1,
.gx-md-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-md-n1,
.gy-md-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-md-n2,
.gx-md-n2 {
    --bs-gutter-x: -15px;
  }
  .g-md-n2,
.gy-md-n2 {
    --bs-gutter-y: -15px;
  }
  .g-md-n,
.gx-md-n {
    --bs-gutter-x: -30px;
  }
  .g-md-n,
.gy-md-n {
    --bs-gutter-y: -30px;
  }
  .g-md-n3,
.gx-md-n3 {
    --bs-gutter-x: -30px;
  }
  .g-md-n3,
.gy-md-n3 {
    --bs-gutter-y: -30px;
  }
  .g-md-n4,
.gx-md-n4 {
    --bs-gutter-x: -45px;
  }
  .g-md-n4,
.gy-md-n4 {
    --bs-gutter-y: -45px;
  }
  .g-md-n5,
.gx-md-n5 {
    --bs-gutter-x: -90px;
  }
  .g-md-n5,
.gy-md-n5 {
    --bs-gutter-y: -90px;
  }
  .g-md-100,
.gx-md-100 {
    --bs-gutter-x: 100%;
  }
  .g-md-100,
.gy-md-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1024px) {
  .col-ml {
    flex: 1 0 0%;
  }
  .row-cols-ml-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ml-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ml-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ml-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-ml-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-ml-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-ml-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-ml-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ml-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ml-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-ml-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ml-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ml-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-ml-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ml-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ml-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-ml-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ml-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ml-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-ml-0 {
    margin-left: 0;
  }
  .offset-ml-1 {
    margin-left: 8.33333333%;
  }
  .offset-ml-2 {
    margin-left: 16.66666667%;
  }
  .offset-ml-3 {
    margin-left: 25%;
  }
  .offset-ml-4 {
    margin-left: 33.33333333%;
  }
  .offset-ml-5 {
    margin-left: 41.66666667%;
  }
  .offset-ml-6 {
    margin-left: 50%;
  }
  .offset-ml-7 {
    margin-left: 58.33333333%;
  }
  .offset-ml-8 {
    margin-left: 66.66666667%;
  }
  .offset-ml-9 {
    margin-left: 75%;
  }
  .offset-ml-10 {
    margin-left: 83.33333333%;
  }
  .offset-ml-11 {
    margin-left: 91.66666667%;
  }
  .g-ml-0,
.gx-ml-0 {
    --bs-gutter-x: 0;
  }
  .g-ml-0,
.gy-ml-0 {
    --bs-gutter-y: 0;
  }
  .g-ml-1,
.gx-ml-1 {
    --bs-gutter-x: 7.5px;
  }
  .g-ml-1,
.gy-ml-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-ml-2,
.gx-ml-2 {
    --bs-gutter-x: 15px;
  }
  .g-ml-2,
.gy-ml-2 {
    --bs-gutter-y: 15px;
  }
  .g-ml-3,
.gx-ml-3 {
    --bs-gutter-x: 30px;
  }
  .g-ml-3,
.gy-ml-3 {
    --bs-gutter-y: 30px;
  }
  .g-ml,
.gx-ml {
    --bs-gutter-x: 30px;
  }
  .g-ml,
.gy-ml {
    --bs-gutter-y: 30px;
  }
  .g-ml-4,
.gx-ml-4 {
    --bs-gutter-x: 45px;
  }
  .g-ml-4,
.gy-ml-4 {
    --bs-gutter-y: 45px;
  }
  .g-ml-5,
.gx-ml-5 {
    --bs-gutter-x: 90px;
  }
  .g-ml-5,
.gy-ml-5 {
    --bs-gutter-y: 90px;
  }
  .g-ml-n1,
.gx-ml-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-ml-n1,
.gy-ml-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-ml-n2,
.gx-ml-n2 {
    --bs-gutter-x: -15px;
  }
  .g-ml-n2,
.gy-ml-n2 {
    --bs-gutter-y: -15px;
  }
  .g-ml-n,
.gx-ml-n {
    --bs-gutter-x: -30px;
  }
  .g-ml-n,
.gy-ml-n {
    --bs-gutter-y: -30px;
  }
  .g-ml-n3,
.gx-ml-n3 {
    --bs-gutter-x: -30px;
  }
  .g-ml-n3,
.gy-ml-n3 {
    --bs-gutter-y: -30px;
  }
  .g-ml-n4,
.gx-ml-n4 {
    --bs-gutter-x: -45px;
  }
  .g-ml-n4,
.gy-ml-n4 {
    --bs-gutter-y: -45px;
  }
  .g-ml-n5,
.gx-ml-n5 {
    --bs-gutter-x: -90px;
  }
  .g-ml-n5,
.gy-ml-n5 {
    --bs-gutter-y: -90px;
  }
  .g-ml-100,
.gx-ml-100 {
    --bs-gutter-x: 100%;
  }
  .g-ml-100,
.gy-ml-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) {
  .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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    display: flex;
    flex-direction: column;
    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: 7.5px;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 15px;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 15px;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .g-lg,
.gx-lg {
    --bs-gutter-x: 30px;
  }
  .g-lg,
.gy-lg {
    --bs-gutter-y: 30px;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 45px;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 45px;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 90px;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 90px;
  }
  .g-lg-n1,
.gx-lg-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-lg-n1,
.gy-lg-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-lg-n2,
.gx-lg-n2 {
    --bs-gutter-x: -15px;
  }
  .g-lg-n2,
.gy-lg-n2 {
    --bs-gutter-y: -15px;
  }
  .g-lg-n,
.gx-lg-n {
    --bs-gutter-x: -30px;
  }
  .g-lg-n,
.gy-lg-n {
    --bs-gutter-y: -30px;
  }
  .g-lg-n3,
.gx-lg-n3 {
    --bs-gutter-x: -30px;
  }
  .g-lg-n3,
.gy-lg-n3 {
    --bs-gutter-y: -30px;
  }
  .g-lg-n4,
.gx-lg-n4 {
    --bs-gutter-x: -45px;
  }
  .g-lg-n4,
.gy-lg-n4 {
    --bs-gutter-y: -45px;
  }
  .g-lg-n5,
.gx-lg-n5 {
    --bs-gutter-x: -90px;
  }
  .g-lg-n5,
.gy-lg-n5 {
    --bs-gutter-y: -90px;
  }
  .g-lg-100,
.gx-lg-100 {
    --bs-gutter-x: 100%;
  }
  .g-lg-100,
.gy-lg-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1440px) {
  .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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    display: flex;
    flex-direction: column;
    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: 7.5px;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 15px;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 15px;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xl,
.gx-xl {
    --bs-gutter-x: 30px;
  }
  .g-xl,
.gy-xl {
    --bs-gutter-y: 30px;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 45px;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 45px;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 90px;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 90px;
  }
  .g-xl-n1,
.gx-xl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-xl-n1,
.gy-xl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-xl-n2,
.gx-xl-n2 {
    --bs-gutter-x: -15px;
  }
  .g-xl-n2,
.gy-xl-n2 {
    --bs-gutter-y: -15px;
  }
  .g-xl-n,
.gx-xl-n {
    --bs-gutter-x: -30px;
  }
  .g-xl-n,
.gy-xl-n {
    --bs-gutter-y: -30px;
  }
  .g-xl-n3,
.gx-xl-n3 {
    --bs-gutter-x: -30px;
  }
  .g-xl-n3,
.gy-xl-n3 {
    --bs-gutter-y: -30px;
  }
  .g-xl-n4,
.gx-xl-n4 {
    --bs-gutter-x: -45px;
  }
  .g-xl-n4,
.gy-xl-n4 {
    --bs-gutter-y: -45px;
  }
  .g-xl-n5,
.gx-xl-n5 {
    --bs-gutter-x: -90px;
  }
  .g-xl-n5,
.gy-xl-n5 {
    --bs-gutter-y: -90px;
  }
  .g-xl-100,
.gx-xl-100 {
    --bs-gutter-x: 100%;
  }
  .g-xl-100,
.gy-xl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1920px) {
  .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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    display: flex;
    flex-direction: column;
    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: 7.5px;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xxl,
.gx-xxl {
    --bs-gutter-x: 30px;
  }
  .g-xxl,
.gy-xxl {
    --bs-gutter-y: 30px;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 45px;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 45px;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 90px;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 90px;
  }
  .g-xxl-n1,
.gx-xxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-xxl-n1,
.gy-xxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-xxl-n2,
.gx-xxl-n2 {
    --bs-gutter-x: -15px;
  }
  .g-xxl-n2,
.gy-xxl-n2 {
    --bs-gutter-y: -15px;
  }
  .g-xxl-n,
.gx-xxl-n {
    --bs-gutter-x: -30px;
  }
  .g-xxl-n,
.gy-xxl-n {
    --bs-gutter-y: -30px;
  }
  .g-xxl-n3,
.gx-xxl-n3 {
    --bs-gutter-x: -30px;
  }
  .g-xxl-n3,
.gy-xxl-n3 {
    --bs-gutter-y: -30px;
  }
  .g-xxl-n4,
.gx-xxl-n4 {
    --bs-gutter-x: -45px;
  }
  .g-xxl-n4,
.gy-xxl-n4 {
    --bs-gutter-y: -45px;
  }
  .g-xxl-n5,
.gx-xxl-n5 {
    --bs-gutter-x: -90px;
  }
  .g-xxl-n5,
.gy-xxl-n5 {
    --bs-gutter-y: -90px;
  }
  .g-xxl-100,
.gx-xxl-100 {
    --bs-gutter-x: 100%;
  }
  .g-xxl-100,
.gy-xxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 2560px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 15px;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 15px;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xxxl,
.gx-xxxl {
    --bs-gutter-x: 30px;
  }
  .g-xxxl,
.gy-xxxl {
    --bs-gutter-y: 30px;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 45px;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 45px;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 90px;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 90px;
  }
  .g-xxxl-n1,
.gx-xxxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-xxxl-n1,
.gy-xxxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-xxxl-n2,
.gx-xxxl-n2 {
    --bs-gutter-x: -15px;
  }
  .g-xxxl-n2,
.gy-xxxl-n2 {
    --bs-gutter-y: -15px;
  }
  .g-xxxl-n,
.gx-xxxl-n {
    --bs-gutter-x: -30px;
  }
  .g-xxxl-n,
.gy-xxxl-n {
    --bs-gutter-y: -30px;
  }
  .g-xxxl-n3,
.gx-xxxl-n3 {
    --bs-gutter-x: -30px;
  }
  .g-xxxl-n3,
.gy-xxxl-n3 {
    --bs-gutter-y: -30px;
  }
  .g-xxxl-n4,
.gx-xxxl-n4 {
    --bs-gutter-x: -45px;
  }
  .g-xxxl-n4,
.gy-xxxl-n4 {
    --bs-gutter-y: -45px;
  }
  .g-xxxl-n5,
.gx-xxxl-n5 {
    --bs-gutter-x: -90px;
  }
  .g-xxxl-n5,
.gy-xxxl-n5 {
    --bs-gutter-y: -90px;
  }
  .g-xxxl-100,
.gx-xxxl-100 {
    --bs-gutter-x: 100%;
  }
  .g-xxxl-100,
.gy-xxxl-100 {
    --bs-gutter-y: 100%;
  }
}
.valign-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

.valign-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: flex !important;
}

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

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

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

.shadow {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.shadow-1 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-2 {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.shadow-3 {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-lg {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-4 {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-xl {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-inset {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !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 {
  transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary-lighter {
  border-color: #96826a !important;
}

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

.border-secondary-darker {
  border-color: #695b4a !important;
}

.border-tertiary-lighter {
  border-color: #04fd68 !important;
}

.border-tertiary-darker {
  border-color: #02993e !important;
}

.border-tertiary {
  border-color: #02cc53 !important;
}

.border-quaternary-lighter {
  border-color: #fabe69 !important;
}

.border-quaternary-darker {
  border-color: #f49209 !important;
}

.border-quaternary {
  border-color: #f8a838 !important;
}

.border-quinary-lighter {
  border-color: #b98aff !important;
}

.border-quinary-darker {
  border-color: #7d24ff !important;
}

.border-quinary {
  border-color: #9b57ff !important;
}

.border-ok {
  border-color: #02cc53 !important;
}

.border-ok-darker {
  border-color: #02993e !important;
}

.border-ok-lighter {
  border-color: #04fd68 !important;
}

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

.border-success-darker {
  border-color: #02993e !important;
}

.border-success-lighter {
  border-color: #04fd68 !important;
}

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

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

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

.border-error {
  border-color: #ff0000 !important;
}

.border-error-darker {
  border-color: #cc0000 !important;
}

.border-error-lighter {
  border-color: #ff3333 !important;
}

.border-grey-lighter {
  border-color: #EEEEEE !important;
}

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

.border-grey {
  border-color: #7D7D7D !important;
}

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

.border-grey-darker {
  border-color: #4f4f4f !important;
}

.border-black {
  border-color: #000000 !important;
}

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

.border-main {
  border-color: #4f4f4f !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-a {
  height: auto !important;
}

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

.mh-0 {
  max-height: none !important;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 7.5px !important;
}

.gap-2 {
  gap: 15px !important;
}

.gap-3 {
  gap: 30px !important;
}

.gap-4 {
  gap: 45px !important;
}

.gap-5 {
  gap: 90px !important;
}

.gap-n1 {
  gap: -7.5px !important;
}

.gap-n2 {
  gap: -15px !important;
}

.gap-n {
  gap: -30px !important;
}

.gap-n3 {
  gap: -30px !important;
}

.gap-n4 {
  gap: -45px !important;
}

.gap-n5 {
  gap: -90px !important;
}

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

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

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

.m-1 {
  margin: 7.5px !important;
}

.m-2 {
  margin: 15px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 45px !important;
}

.m-5 {
  margin: 90px !important;
}

.m-n1 {
  margin: -7.5px !important;
}

.m-n2 {
  margin: -15px !important;
}

.m-n {
  margin: -30px !important;
}

.m-n3 {
  margin: -30px !important;
}

.m-n4 {
  margin: -45px !important;
}

.m-n5 {
  margin: -90px !important;
}

.m-100 {
  margin: 100% !important;
}

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

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

.mx-1 {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important;
}

.mx-2 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-4 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-5 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-n1 {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}

.mx-n2 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mx-n {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n3 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n4 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.mx-n5 {
  margin-right: -90px !important;
  margin-left: -90px !important;
}

.mx-100 {
  margin-right: 100% !important;
  margin-left: 100% !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: 7.5px !important;
  margin-bottom: 7.5px !important;
}

.my-2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-5 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-n1 {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}

.my-n2 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.my-n {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n4 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.my-n5 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

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

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

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

.mt-1 {
  margin-top: 7.5px !important;
}

.mt-2 {
  margin-top: 15px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 45px !important;
}

.mt-5 {
  margin-top: 90px !important;
}

.mt-n1 {
  margin-top: -7.5px !important;
}

.mt-n2 {
  margin-top: -15px !important;
}

.mt-n {
  margin-top: -30px !important;
}

.mt-n3 {
  margin-top: -30px !important;
}

.mt-n4 {
  margin-top: -45px !important;
}

.mt-n5 {
  margin-top: -90px !important;
}

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

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

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

.me-1 {
  margin-right: 7.5px !important;
}

.me-2 {
  margin-right: 15px !important;
}

.me-3 {
  margin-right: 30px !important;
}

.me-4 {
  margin-right: 45px !important;
}

.me-5 {
  margin-right: 90px !important;
}

.me-n1 {
  margin-right: -7.5px !important;
}

.me-n2 {
  margin-right: -15px !important;
}

.me-n {
  margin-right: -30px !important;
}

.me-n3 {
  margin-right: -30px !important;
}

.me-n4 {
  margin-right: -45px !important;
}

.me-n5 {
  margin-right: -90px !important;
}

.me-100 {
  margin-right: 100% !important;
}

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

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

.mb-1 {
  margin-bottom: 7.5px !important;
}

.mb-2 {
  margin-bottom: 15px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 45px !important;
}

.mb-5 {
  margin-bottom: 90px !important;
}

.mb-n1 {
  margin-bottom: -7.5px !important;
}

.mb-n2 {
  margin-bottom: -15px !important;
}

.mb-n {
  margin-bottom: -30px !important;
}

.mb-n3 {
  margin-bottom: -30px !important;
}

.mb-n4 {
  margin-bottom: -45px !important;
}

.mb-n5 {
  margin-bottom: -90px !important;
}

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

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

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

.ms-1 {
  margin-left: 7.5px !important;
}

.ms-2 {
  margin-left: 15px !important;
}

.ms-3 {
  margin-left: 30px !important;
}

.ms-4 {
  margin-left: 45px !important;
}

.ms-5 {
  margin-left: 90px !important;
}

.ms-n1 {
  margin-left: -7.5px !important;
}

.ms-n2 {
  margin-left: -15px !important;
}

.ms-n {
  margin-left: -30px !important;
}

.ms-n3 {
  margin-left: -30px !important;
}

.ms-n4 {
  margin-left: -45px !important;
}

.ms-n5 {
  margin-left: -90px !important;
}

.ms-100 {
  margin-left: 100% !important;
}

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

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

.p-1 {
  padding: 7.5px !important;
}

.p-2 {
  padding: 15px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 45px !important;
}

.p-5 {
  padding: 90px !important;
}

.p-n1 {
  padding: -7.5px !important;
}

.p-n2 {
  padding: -15px !important;
}

.p-n {
  padding: -30px !important;
}

.p-n3 {
  padding: -30px !important;
}

.p-n4 {
  padding: -45px !important;
}

.p-n5 {
  padding: -90px !important;
}

.p-100 {
  padding: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}

.py-2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-4 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-5 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-n1 {
  padding-top: -7.5px !important;
  padding-bottom: -7.5px !important;
}

.py-n2 {
  padding-top: -15px !important;
  padding-bottom: -15px !important;
}

.py-n {
  padding-top: -30px !important;
  padding-bottom: -30px !important;
}

.py-n3 {
  padding-top: -30px !important;
  padding-bottom: -30px !important;
}

.py-n4 {
  padding-top: -45px !important;
  padding-bottom: -45px !important;
}

.py-n5 {
  padding-top: -90px !important;
  padding-bottom: -90px !important;
}

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

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

.pt-1 {
  padding-top: 7.5px !important;
}

.pt-2 {
  padding-top: 15px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 45px !important;
}

.pt-5 {
  padding-top: 90px !important;
}

.pt-n1 {
  padding-top: -7.5px !important;
}

.pt-n2 {
  padding-top: -15px !important;
}

.pt-n {
  padding-top: -30px !important;
}

.pt-n3 {
  padding-top: -30px !important;
}

.pt-n4 {
  padding-top: -45px !important;
}

.pt-n5 {
  padding-top: -90px !important;
}

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

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

.pe-1 {
  padding-right: 7.5px !important;
}

.pe-2 {
  padding-right: 15px !important;
}

.pe-3 {
  padding-right: 30px !important;
}

.pe-4 {
  padding-right: 45px !important;
}

.pe-5 {
  padding-right: 90px !important;
}

.pe-n1 {
  padding-right: -7.5px !important;
}

.pe-n2 {
  padding-right: -15px !important;
}

.pe-n {
  padding-right: -30px !important;
}

.pe-n3 {
  padding-right: -30px !important;
}

.pe-n4 {
  padding-right: -45px !important;
}

.pe-n5 {
  padding-right: -90px !important;
}

.pe-100 {
  padding-right: 100% !important;
}

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

.pb-1 {
  padding-bottom: 7.5px !important;
}

.pb-2 {
  padding-bottom: 15px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 45px !important;
}

.pb-5 {
  padding-bottom: 90px !important;
}

.pb-n1 {
  padding-bottom: -7.5px !important;
}

.pb-n2 {
  padding-bottom: -15px !important;
}

.pb-n {
  padding-bottom: -30px !important;
}

.pb-n3 {
  padding-bottom: -30px !important;
}

.pb-n4 {
  padding-bottom: -45px !important;
}

.pb-n5 {
  padding-bottom: -90px !important;
}

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

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

.ps-1 {
  padding-left: 7.5px !important;
}

.ps-2 {
  padding-left: 15px !important;
}

.ps-3 {
  padding-left: 30px !important;
}

.ps-4 {
  padding-left: 45px !important;
}

.ps-5 {
  padding-left: 90px !important;
}

.ps-n1 {
  padding-left: -7.5px !important;
}

.ps-n2 {
  padding-left: -15px !important;
}

.ps-n {
  padding-left: -30px !important;
}

.ps-n3 {
  padding-left: -30px !important;
}

.ps-n4 {
  padding-left: -45px !important;
}

.ps-n5 {
  padding-left: -90px !important;
}

.ps-100 {
  padding-left: 100% !important;
}

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

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

.fs-6 {
  font-size: 1rem !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-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

.lh-lg {
  line-height: 2 !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 */
.color-primary {
  --bs-text-opacity: 1;
  color: #ff6702 !important;
}

.color-primary-lighter {
  --bs-text-opacity: 1;
  color: #FFAB2C !important;
}

.color-primary-darker {
  --bs-text-opacity: 1;
  color: #ce5200 !important;
}

.color-secondary-lighter {
  --bs-text-opacity: 1;
  color: #96826a !important;
}

.color-secondary {
  --bs-text-opacity: 1;
  color: #786855 !important;
}

.color-secondary-darker {
  --bs-text-opacity: 1;
  color: #695b4a !important;
}

.color-tertiary-lighter {
  --bs-text-opacity: 1;
  color: #04fd68 !important;
}

.color-tertiary-darker {
  --bs-text-opacity: 1;
  color: #02993e !important;
}

.color-tertiary {
  --bs-text-opacity: 1;
  color: #02cc53 !important;
}

.color-quaternary-lighter {
  --bs-text-opacity: 1;
  color: #fabe69 !important;
}

.color-quaternary-darker {
  --bs-text-opacity: 1;
  color: #f49209 !important;
}

.color-quaternary {
  --bs-text-opacity: 1;
  color: #f8a838 !important;
}

.color-quinary-lighter {
  --bs-text-opacity: 1;
  color: #b98aff !important;
}

.color-quinary-darker {
  --bs-text-opacity: 1;
  color: #7d24ff !important;
}

.color-quinary {
  --bs-text-opacity: 1;
  color: #9b57ff !important;
}

.color-ok {
  --bs-text-opacity: 1;
  color: #02cc53 !important;
}

.color-ok-darker {
  --bs-text-opacity: 1;
  color: #02993e !important;
}

.color-ok-lighter {
  --bs-text-opacity: 1;
  color: #04fd68 !important;
}

.color-success {
  --bs-text-opacity: 1;
  color: #02cc53 !important;
}

.color-success-darker {
  --bs-text-opacity: 1;
  color: #02993e !important;
}

.color-success-lighter {
  --bs-text-opacity: 1;
  color: #04fd68 !important;
}

.color-warning {
  --bs-text-opacity: 1;
  color: #f8a838 !important;
}

.color-warning-darker {
  --bs-text-opacity: 1;
  color: #f49209 !important;
}

.color-warning-lighter {
  --bs-text-opacity: 1;
  color: #fabe69 !important;
}

.color-error {
  --bs-text-opacity: 1;
  color: #ff0000 !important;
}

.color-error-darker {
  --bs-text-opacity: 1;
  color: #cc0000 !important;
}

.color-error-lighter {
  --bs-text-opacity: 1;
  color: #ff3333 !important;
}

.color-grey-lighter {
  --bs-text-opacity: 1;
  color: #EEEEEE !important;
}

.color-grey-light {
  --bs-text-opacity: 1;
  color: #DEDEDE !important;
}

.color-grey {
  --bs-text-opacity: 1;
  color: #7D7D7D !important;
}

.color-grey-dark {
  --bs-text-opacity: 1;
  color: #828282 !important;
}

.color-grey-darker {
  --bs-text-opacity: 1;
  color: #4f4f4f !important;
}

.color-black {
  --bs-text-opacity: 1;
  color: #000000 !important;
}

.color-white {
  --bs-text-opacity: 1;
  color: #ffffff !important;
}

.color-main {
  --bs-text-opacity: 1;
  color: #4f4f4f !important;
}

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

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

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

.color-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 {
  --bs-bg-opacity: 1;
  background-color: #ff6702 !important;
}

.bg-primary-lighter {
  --bs-bg-opacity: 1;
  background-color: #FFAB2C !important;
}

.bg-primary-darker {
  --bs-bg-opacity: 1;
  background-color: #ce5200 !important;
}

.bg-secondary-lighter {
  --bs-bg-opacity: 1;
  background-color: #96826a !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #786855 !important;
}

.bg-secondary-darker {
  --bs-bg-opacity: 1;
  background-color: #695b4a !important;
}

.bg-tertiary-lighter {
  --bs-bg-opacity: 1;
  background-color: #04fd68 !important;
}

.bg-tertiary-darker {
  --bs-bg-opacity: 1;
  background-color: #02993e !important;
}

.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: #02cc53 !important;
}

.bg-quaternary-lighter {
  --bs-bg-opacity: 1;
  background-color: #fabe69 !important;
}

.bg-quaternary-darker {
  --bs-bg-opacity: 1;
  background-color: #f49209 !important;
}

.bg-quaternary {
  --bs-bg-opacity: 1;
  background-color: #f8a838 !important;
}

.bg-quinary-lighter {
  --bs-bg-opacity: 1;
  background-color: #b98aff !important;
}

.bg-quinary-darker {
  --bs-bg-opacity: 1;
  background-color: #7d24ff !important;
}

.bg-quinary {
  --bs-bg-opacity: 1;
  background-color: #9b57ff !important;
}

.bg-ok {
  --bs-bg-opacity: 1;
  background-color: #02cc53 !important;
}

.bg-ok-darker {
  --bs-bg-opacity: 1;
  background-color: #02993e !important;
}

.bg-ok-lighter {
  --bs-bg-opacity: 1;
  background-color: #04fd68 !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: #02cc53 !important;
}

.bg-success-darker {
  --bs-bg-opacity: 1;
  background-color: #02993e !important;
}

.bg-success-lighter {
  --bs-bg-opacity: 1;
  background-color: #04fd68 !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: #f8a838 !important;
}

.bg-warning-darker {
  --bs-bg-opacity: 1;
  background-color: #f49209 !important;
}

.bg-warning-lighter {
  --bs-bg-opacity: 1;
  background-color: #fabe69 !important;
}

.bg-error {
  --bs-bg-opacity: 1;
  background-color: #ff0000 !important;
}

.bg-error-darker {
  --bs-bg-opacity: 1;
  background-color: #cc0000 !important;
}

.bg-error-lighter {
  --bs-bg-opacity: 1;
  background-color: #ff3333 !important;
}

.bg-grey-lighter {
  --bs-bg-opacity: 1;
  background-color: #EEEEEE !important;
}

.bg-grey-light {
  --bs-bg-opacity: 1;
  background-color: #DEDEDE !important;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: #7D7D7D !important;
}

.bg-grey-dark {
  --bs-bg-opacity: 1;
  background-color: #828282 !important;
}

.bg-grey-darker {
  --bs-bg-opacity: 1;
  background-color: #4f4f4f !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: #000000 !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: #ffffff !important;
}

.bg-main {
  --bs-bg-opacity: 1;
  background-color: #4f4f4f !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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: 4px !important;
}

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

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 4px !important;
}

.rounded-3 {
  border-radius: 10px !important;
}

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

.rounded-pill {
  border-radius: 30px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .mh-sm-0 {
    max-height: none !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 7.5px !important;
  }
  .gap-sm-2 {
    gap: 15px !important;
  }
  .gap-sm-3 {
    gap: 30px !important;
  }
  .gap-sm-4 {
    gap: 45px !important;
  }
  .gap-sm-5 {
    gap: 90px !important;
  }
  .gap-sm-n1 {
    gap: -7.5px !important;
  }
  .gap-sm-n2 {
    gap: -15px !important;
  }
  .gap-sm-n {
    gap: -30px !important;
  }
  .gap-sm-n3 {
    gap: -30px !important;
  }
  .gap-sm-n4 {
    gap: -45px !important;
  }
  .gap-sm-n5 {
    gap: -90px !important;
  }
  .gap-sm-100 {
    gap: 100% !important;
  }
  .justify-sm-start {
    justify-content: flex-start !important;
  }
  .justify-sm-end {
    justify-content: flex-end !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-between {
    justify-content: space-between !important;
  }
  .justify-sm-around {
    justify-content: space-around !important;
  }
  .justify-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-sm-start {
    align-items: flex-start !important;
  }
  .align-sm-end {
    align-items: flex-end !important;
  }
  .align-sm-center {
    align-items: center !important;
  }
  .align-sm-baseline {
    align-items: baseline !important;
  }
  .align-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 7.5px !important;
  }
  .m-sm-2 {
    margin: 15px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .m-sm-4 {
    margin: 45px !important;
  }
  .m-sm-5 {
    margin: 90px !important;
  }
  .m-sm-n1 {
    margin: -7.5px !important;
  }
  .m-sm-n2 {
    margin: -15px !important;
  }
  .m-sm-n {
    margin: -30px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .m-sm-n4 {
    margin: -45px !important;
  }
  .m-sm-n5 {
    margin: -90px !important;
  }
  .m-sm-100 {
    margin: 100% !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-sm-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-sm-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-sm-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-sm-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-sm-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-sm-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-sm-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-sm-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 7.5px !important;
  }
  .mt-sm-2 {
    margin-top: 15px !important;
  }
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  .mt-sm-4 {
    margin-top: 45px !important;
  }
  .mt-sm-5 {
    margin-top: 90px !important;
  }
  .mt-sm-n1 {
    margin-top: -7.5px !important;
  }
  .mt-sm-n2 {
    margin-top: -15px !important;
  }
  .mt-sm-n {
    margin-top: -30px !important;
  }
  .mt-sm-n3 {
    margin-top: -30px !important;
  }
  .mt-sm-n4 {
    margin-top: -45px !important;
  }
  .mt-sm-n5 {
    margin-top: -90px !important;
  }
  .mt-sm-100 {
    margin-top: 100% !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 7.5px !important;
  }
  .me-sm-2 {
    margin-right: 15px !important;
  }
  .me-sm-3 {
    margin-right: 30px !important;
  }
  .me-sm-4 {
    margin-right: 45px !important;
  }
  .me-sm-5 {
    margin-right: 90px !important;
  }
  .me-sm-n1 {
    margin-right: -7.5px !important;
  }
  .me-sm-n2 {
    margin-right: -15px !important;
  }
  .me-sm-n {
    margin-right: -30px !important;
  }
  .me-sm-n3 {
    margin-right: -30px !important;
  }
  .me-sm-n4 {
    margin-right: -45px !important;
  }
  .me-sm-n5 {
    margin-right: -90px !important;
  }
  .me-sm-100 {
    margin-right: 100% !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-sm-2 {
    margin-bottom: 15px !important;
  }
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  .mb-sm-4 {
    margin-bottom: 45px !important;
  }
  .mb-sm-5 {
    margin-bottom: 90px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n {
    margin-bottom: -30px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -45px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100% !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 7.5px !important;
  }
  .ms-sm-2 {
    margin-left: 15px !important;
  }
  .ms-sm-3 {
    margin-left: 30px !important;
  }
  .ms-sm-4 {
    margin-left: 45px !important;
  }
  .ms-sm-5 {
    margin-left: 90px !important;
  }
  .ms-sm-n1 {
    margin-left: -7.5px !important;
  }
  .ms-sm-n2 {
    margin-left: -15px !important;
  }
  .ms-sm-n {
    margin-left: -30px !important;
  }
  .ms-sm-n3 {
    margin-left: -30px !important;
  }
  .ms-sm-n4 {
    margin-left: -45px !important;
  }
  .ms-sm-n5 {
    margin-left: -90px !important;
  }
  .ms-sm-100 {
    margin-left: 100% !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 7.5px !important;
  }
  .p-sm-2 {
    padding: 15px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .p-sm-4 {
    padding: 45px !important;
  }
  .p-sm-5 {
    padding: 90px !important;
  }
  .p-sm-n1 {
    padding: -7.5px !important;
  }
  .p-sm-n2 {
    padding: -15px !important;
  }
  .p-sm-n {
    padding: -30px !important;
  }
  .p-sm-n3 {
    padding: -30px !important;
  }
  .p-sm-n4 {
    padding: -45px !important;
  }
  .p-sm-n5 {
    padding: -90px !important;
  }
  .p-sm-100 {
    padding: 100% !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-sm-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-sm-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-sm-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-sm-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-sm-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-sm-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-sm-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-sm-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-sm-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-sm-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-sm-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-sm-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-sm-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-sm-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-sm-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-sm-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-sm-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 7.5px !important;
  }
  .pt-sm-2 {
    padding-top: 15px !important;
  }
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  .pt-sm-4 {
    padding-top: 45px !important;
  }
  .pt-sm-5 {
    padding-top: 90px !important;
  }
  .pt-sm-n1 {
    padding-top: -7.5px !important;
  }
  .pt-sm-n2 {
    padding-top: -15px !important;
  }
  .pt-sm-n {
    padding-top: -30px !important;
  }
  .pt-sm-n3 {
    padding-top: -30px !important;
  }
  .pt-sm-n4 {
    padding-top: -45px !important;
  }
  .pt-sm-n5 {
    padding-top: -90px !important;
  }
  .pt-sm-100 {
    padding-top: 100% !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 7.5px !important;
  }
  .pe-sm-2 {
    padding-right: 15px !important;
  }
  .pe-sm-3 {
    padding-right: 30px !important;
  }
  .pe-sm-4 {
    padding-right: 45px !important;
  }
  .pe-sm-5 {
    padding-right: 90px !important;
  }
  .pe-sm-n1 {
    padding-right: -7.5px !important;
  }
  .pe-sm-n2 {
    padding-right: -15px !important;
  }
  .pe-sm-n {
    padding-right: -30px !important;
  }
  .pe-sm-n3 {
    padding-right: -30px !important;
  }
  .pe-sm-n4 {
    padding-right: -45px !important;
  }
  .pe-sm-n5 {
    padding-right: -90px !important;
  }
  .pe-sm-100 {
    padding-right: 100% !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-sm-2 {
    padding-bottom: 15px !important;
  }
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  .pb-sm-4 {
    padding-bottom: 45px !important;
  }
  .pb-sm-5 {
    padding-bottom: 90px !important;
  }
  .pb-sm-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-sm-n2 {
    padding-bottom: -15px !important;
  }
  .pb-sm-n {
    padding-bottom: -30px !important;
  }
  .pb-sm-n3 {
    padding-bottom: -30px !important;
  }
  .pb-sm-n4 {
    padding-bottom: -45px !important;
  }
  .pb-sm-n5 {
    padding-bottom: -90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100% !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 7.5px !important;
  }
  .ps-sm-2 {
    padding-left: 15px !important;
  }
  .ps-sm-3 {
    padding-left: 30px !important;
  }
  .ps-sm-4 {
    padding-left: 45px !important;
  }
  .ps-sm-5 {
    padding-left: 90px !important;
  }
  .ps-sm-n1 {
    padding-left: -7.5px !important;
  }
  .ps-sm-n2 {
    padding-left: -15px !important;
  }
  .ps-sm-n {
    padding-left: -30px !important;
  }
  .ps-sm-n3 {
    padding-left: -30px !important;
  }
  .ps-sm-n4 {
    padding-left: -45px !important;
  }
  .ps-sm-n5 {
    padding-left: -90px !important;
  }
  .ps-sm-100 {
    padding-left: 100% !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .mh-md-0 {
    max-height: none !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 7.5px !important;
  }
  .gap-md-2 {
    gap: 15px !important;
  }
  .gap-md-3 {
    gap: 30px !important;
  }
  .gap-md-4 {
    gap: 45px !important;
  }
  .gap-md-5 {
    gap: 90px !important;
  }
  .gap-md-n1 {
    gap: -7.5px !important;
  }
  .gap-md-n2 {
    gap: -15px !important;
  }
  .gap-md-n {
    gap: -30px !important;
  }
  .gap-md-n3 {
    gap: -30px !important;
  }
  .gap-md-n4 {
    gap: -45px !important;
  }
  .gap-md-n5 {
    gap: -90px !important;
  }
  .gap-md-100 {
    gap: 100% !important;
  }
  .justify-md-start {
    justify-content: flex-start !important;
  }
  .justify-md-end {
    justify-content: flex-end !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-between {
    justify-content: space-between !important;
  }
  .justify-md-around {
    justify-content: space-around !important;
  }
  .justify-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-md-start {
    align-items: flex-start !important;
  }
  .align-md-end {
    align-items: flex-end !important;
  }
  .align-md-center {
    align-items: center !important;
  }
  .align-md-baseline {
    align-items: baseline !important;
  }
  .align-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 7.5px !important;
  }
  .m-md-2 {
    margin: 15px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .m-md-4 {
    margin: 45px !important;
  }
  .m-md-5 {
    margin: 90px !important;
  }
  .m-md-n1 {
    margin: -7.5px !important;
  }
  .m-md-n2 {
    margin: -15px !important;
  }
  .m-md-n {
    margin: -30px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .m-md-n4 {
    margin: -45px !important;
  }
  .m-md-n5 {
    margin: -90px !important;
  }
  .m-md-100 {
    margin: 100% !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-md-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-md-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-md-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-md-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-md-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-md-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-md-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-md-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 7.5px !important;
  }
  .mt-md-2 {
    margin-top: 15px !important;
  }
  .mt-md-3 {
    margin-top: 30px !important;
  }
  .mt-md-4 {
    margin-top: 45px !important;
  }
  .mt-md-5 {
    margin-top: 90px !important;
  }
  .mt-md-n1 {
    margin-top: -7.5px !important;
  }
  .mt-md-n2 {
    margin-top: -15px !important;
  }
  .mt-md-n {
    margin-top: -30px !important;
  }
  .mt-md-n3 {
    margin-top: -30px !important;
  }
  .mt-md-n4 {
    margin-top: -45px !important;
  }
  .mt-md-n5 {
    margin-top: -90px !important;
  }
  .mt-md-100 {
    margin-top: 100% !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 7.5px !important;
  }
  .me-md-2 {
    margin-right: 15px !important;
  }
  .me-md-3 {
    margin-right: 30px !important;
  }
  .me-md-4 {
    margin-right: 45px !important;
  }
  .me-md-5 {
    margin-right: 90px !important;
  }
  .me-md-n1 {
    margin-right: -7.5px !important;
  }
  .me-md-n2 {
    margin-right: -15px !important;
  }
  .me-md-n {
    margin-right: -30px !important;
  }
  .me-md-n3 {
    margin-right: -30px !important;
  }
  .me-md-n4 {
    margin-right: -45px !important;
  }
  .me-md-n5 {
    margin-right: -90px !important;
  }
  .me-md-100 {
    margin-right: 100% !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-md-2 {
    margin-bottom: 15px !important;
  }
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .mb-md-4 {
    margin-bottom: 45px !important;
  }
  .mb-md-5 {
    margin-bottom: 90px !important;
  }
  .mb-md-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-md-n2 {
    margin-bottom: -15px !important;
  }
  .mb-md-n {
    margin-bottom: -30px !important;
  }
  .mb-md-n3 {
    margin-bottom: -30px !important;
  }
  .mb-md-n4 {
    margin-bottom: -45px !important;
  }
  .mb-md-n5 {
    margin-bottom: -90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100% !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 7.5px !important;
  }
  .ms-md-2 {
    margin-left: 15px !important;
  }
  .ms-md-3 {
    margin-left: 30px !important;
  }
  .ms-md-4 {
    margin-left: 45px !important;
  }
  .ms-md-5 {
    margin-left: 90px !important;
  }
  .ms-md-n1 {
    margin-left: -7.5px !important;
  }
  .ms-md-n2 {
    margin-left: -15px !important;
  }
  .ms-md-n {
    margin-left: -30px !important;
  }
  .ms-md-n3 {
    margin-left: -30px !important;
  }
  .ms-md-n4 {
    margin-left: -45px !important;
  }
  .ms-md-n5 {
    margin-left: -90px !important;
  }
  .ms-md-100 {
    margin-left: 100% !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 7.5px !important;
  }
  .p-md-2 {
    padding: 15px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .p-md-4 {
    padding: 45px !important;
  }
  .p-md-5 {
    padding: 90px !important;
  }
  .p-md-n1 {
    padding: -7.5px !important;
  }
  .p-md-n2 {
    padding: -15px !important;
  }
  .p-md-n {
    padding: -30px !important;
  }
  .p-md-n3 {
    padding: -30px !important;
  }
  .p-md-n4 {
    padding: -45px !important;
  }
  .p-md-n5 {
    padding: -90px !important;
  }
  .p-md-100 {
    padding: 100% !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-md-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-md-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-md-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-md-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-md-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-md-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-md-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-md-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-md-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-md-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-md-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-md-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-md-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-md-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-md-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-md-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-md-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 7.5px !important;
  }
  .pt-md-2 {
    padding-top: 15px !important;
  }
  .pt-md-3 {
    padding-top: 30px !important;
  }
  .pt-md-4 {
    padding-top: 45px !important;
  }
  .pt-md-5 {
    padding-top: 90px !important;
  }
  .pt-md-n1 {
    padding-top: -7.5px !important;
  }
  .pt-md-n2 {
    padding-top: -15px !important;
  }
  .pt-md-n {
    padding-top: -30px !important;
  }
  .pt-md-n3 {
    padding-top: -30px !important;
  }
  .pt-md-n4 {
    padding-top: -45px !important;
  }
  .pt-md-n5 {
    padding-top: -90px !important;
  }
  .pt-md-100 {
    padding-top: 100% !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 7.5px !important;
  }
  .pe-md-2 {
    padding-right: 15px !important;
  }
  .pe-md-3 {
    padding-right: 30px !important;
  }
  .pe-md-4 {
    padding-right: 45px !important;
  }
  .pe-md-5 {
    padding-right: 90px !important;
  }
  .pe-md-n1 {
    padding-right: -7.5px !important;
  }
  .pe-md-n2 {
    padding-right: -15px !important;
  }
  .pe-md-n {
    padding-right: -30px !important;
  }
  .pe-md-n3 {
    padding-right: -30px !important;
  }
  .pe-md-n4 {
    padding-right: -45px !important;
  }
  .pe-md-n5 {
    padding-right: -90px !important;
  }
  .pe-md-100 {
    padding-right: 100% !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-md-2 {
    padding-bottom: 15px !important;
  }
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  .pb-md-4 {
    padding-bottom: 45px !important;
  }
  .pb-md-5 {
    padding-bottom: 90px !important;
  }
  .pb-md-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-md-n2 {
    padding-bottom: -15px !important;
  }
  .pb-md-n {
    padding-bottom: -30px !important;
  }
  .pb-md-n3 {
    padding-bottom: -30px !important;
  }
  .pb-md-n4 {
    padding-bottom: -45px !important;
  }
  .pb-md-n5 {
    padding-bottom: -90px !important;
  }
  .pb-md-100 {
    padding-bottom: 100% !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 7.5px !important;
  }
  .ps-md-2 {
    padding-left: 15px !important;
  }
  .ps-md-3 {
    padding-left: 30px !important;
  }
  .ps-md-4 {
    padding-left: 45px !important;
  }
  .ps-md-5 {
    padding-left: 90px !important;
  }
  .ps-md-n1 {
    padding-left: -7.5px !important;
  }
  .ps-md-n2 {
    padding-left: -15px !important;
  }
  .ps-md-n {
    padding-left: -30px !important;
  }
  .ps-md-n3 {
    padding-left: -30px !important;
  }
  .ps-md-n4 {
    padding-left: -45px !important;
  }
  .ps-md-n5 {
    padding-left: -90px !important;
  }
  .ps-md-100 {
    padding-left: 100% !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: 1024px) {
  .float-ml-start {
    float: left !important;
  }
  .float-ml-end {
    float: right !important;
  }
  .float-ml-none {
    float: none !important;
  }
  .d-ml-inline {
    display: inline !important;
  }
  .d-ml-inline-block {
    display: inline-block !important;
  }
  .d-ml-block {
    display: block !important;
  }
  .d-ml-grid {
    display: grid !important;
  }
  .d-ml-table {
    display: table !important;
  }
  .d-ml-table-row {
    display: table-row !important;
  }
  .d-ml-table-cell {
    display: table-cell !important;
  }
  .d-ml-flex {
    display: flex !important;
  }
  .d-ml-inline-flex {
    display: inline-flex !important;
  }
  .d-ml-none {
    display: none !important;
  }
  .mh-ml-0 {
    max-height: none !important;
  }
  .mh-ml-100 {
    max-height: 100% !important;
  }
  .flex-ml-fill {
    flex: 1 1 auto !important;
  }
  .flex-ml-row {
    flex-direction: row !important;
  }
  .flex-ml-column {
    flex-direction: column !important;
  }
  .flex-ml-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ml-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ml-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ml-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ml-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ml-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-ml-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ml-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ml-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-ml-0 {
    gap: 0 !important;
  }
  .gap-ml-1 {
    gap: 7.5px !important;
  }
  .gap-ml-2 {
    gap: 15px !important;
  }
  .gap-ml-3 {
    gap: 30px !important;
  }
  .gap-ml-4 {
    gap: 45px !important;
  }
  .gap-ml-5 {
    gap: 90px !important;
  }
  .gap-ml-n1 {
    gap: -7.5px !important;
  }
  .gap-ml-n2 {
    gap: -15px !important;
  }
  .gap-ml-n {
    gap: -30px !important;
  }
  .gap-ml-n3 {
    gap: -30px !important;
  }
  .gap-ml-n4 {
    gap: -45px !important;
  }
  .gap-ml-n5 {
    gap: -90px !important;
  }
  .gap-ml-100 {
    gap: 100% !important;
  }
  .justify-ml-start {
    justify-content: flex-start !important;
  }
  .justify-ml-end {
    justify-content: flex-end !important;
  }
  .justify-ml-center {
    justify-content: center !important;
  }
  .justify-ml-between {
    justify-content: space-between !important;
  }
  .justify-ml-around {
    justify-content: space-around !important;
  }
  .justify-ml-evenly {
    justify-content: space-evenly !important;
  }
  .align-ml-start {
    align-items: flex-start !important;
  }
  .align-ml-end {
    align-items: flex-end !important;
  }
  .align-ml-center {
    align-items: center !important;
  }
  .align-ml-baseline {
    align-items: baseline !important;
  }
  .align-ml-stretch {
    align-items: stretch !important;
  }
  .align-content-ml-start {
    align-content: flex-start !important;
  }
  .align-content-ml-end {
    align-content: flex-end !important;
  }
  .align-content-ml-center {
    align-content: center !important;
  }
  .align-content-ml-between {
    align-content: space-between !important;
  }
  .align-content-ml-around {
    align-content: space-around !important;
  }
  .align-content-ml-stretch {
    align-content: stretch !important;
  }
  .align-self-ml-auto {
    align-self: auto !important;
  }
  .align-self-ml-start {
    align-self: flex-start !important;
  }
  .align-self-ml-end {
    align-self: flex-end !important;
  }
  .align-self-ml-center {
    align-self: center !important;
  }
  .align-self-ml-baseline {
    align-self: baseline !important;
  }
  .align-self-ml-stretch {
    align-self: stretch !important;
  }
  .m-ml-0 {
    margin: 0 !important;
  }
  .m-ml-1 {
    margin: 7.5px !important;
  }
  .m-ml-2 {
    margin: 15px !important;
  }
  .m-ml-3 {
    margin: 30px !important;
  }
  .m-ml-4 {
    margin: 45px !important;
  }
  .m-ml-5 {
    margin: 90px !important;
  }
  .m-ml-n1 {
    margin: -7.5px !important;
  }
  .m-ml-n2 {
    margin: -15px !important;
  }
  .m-ml-n {
    margin: -30px !important;
  }
  .m-ml-n3 {
    margin: -30px !important;
  }
  .m-ml-n4 {
    margin: -45px !important;
  }
  .m-ml-n5 {
    margin: -90px !important;
  }
  .m-ml-100 {
    margin: 100% !important;
  }
  .m-ml-auto {
    margin: auto !important;
  }
  .mx-ml-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ml-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-ml-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-ml-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-ml-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-ml-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-ml-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-ml-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-ml-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-ml-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-ml-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-ml-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-ml-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-ml-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ml-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ml-1 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-ml-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-ml-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-ml-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-ml-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-ml-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-ml-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-ml-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-ml-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-ml-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-ml-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-ml-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-ml-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ml-0 {
    margin-top: 0 !important;
  }
  .mt-ml-1 {
    margin-top: 7.5px !important;
  }
  .mt-ml-2 {
    margin-top: 15px !important;
  }
  .mt-ml-3 {
    margin-top: 30px !important;
  }
  .mt-ml-4 {
    margin-top: 45px !important;
  }
  .mt-ml-5 {
    margin-top: 90px !important;
  }
  .mt-ml-n1 {
    margin-top: -7.5px !important;
  }
  .mt-ml-n2 {
    margin-top: -15px !important;
  }
  .mt-ml-n {
    margin-top: -30px !important;
  }
  .mt-ml-n3 {
    margin-top: -30px !important;
  }
  .mt-ml-n4 {
    margin-top: -45px !important;
  }
  .mt-ml-n5 {
    margin-top: -90px !important;
  }
  .mt-ml-100 {
    margin-top: 100% !important;
  }
  .mt-ml-auto {
    margin-top: auto !important;
  }
  .me-ml-0 {
    margin-right: 0 !important;
  }
  .me-ml-1 {
    margin-right: 7.5px !important;
  }
  .me-ml-2 {
    margin-right: 15px !important;
  }
  .me-ml-3 {
    margin-right: 30px !important;
  }
  .me-ml-4 {
    margin-right: 45px !important;
  }
  .me-ml-5 {
    margin-right: 90px !important;
  }
  .me-ml-n1 {
    margin-right: -7.5px !important;
  }
  .me-ml-n2 {
    margin-right: -15px !important;
  }
  .me-ml-n {
    margin-right: -30px !important;
  }
  .me-ml-n3 {
    margin-right: -30px !important;
  }
  .me-ml-n4 {
    margin-right: -45px !important;
  }
  .me-ml-n5 {
    margin-right: -90px !important;
  }
  .me-ml-100 {
    margin-right: 100% !important;
  }
  .me-ml-auto {
    margin-right: auto !important;
  }
  .mb-ml-0 {
    margin-bottom: 0 !important;
  }
  .mb-ml-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-ml-2 {
    margin-bottom: 15px !important;
  }
  .mb-ml-3 {
    margin-bottom: 30px !important;
  }
  .mb-ml-4 {
    margin-bottom: 45px !important;
  }
  .mb-ml-5 {
    margin-bottom: 90px !important;
  }
  .mb-ml-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-ml-n2 {
    margin-bottom: -15px !important;
  }
  .mb-ml-n {
    margin-bottom: -30px !important;
  }
  .mb-ml-n3 {
    margin-bottom: -30px !important;
  }
  .mb-ml-n4 {
    margin-bottom: -45px !important;
  }
  .mb-ml-n5 {
    margin-bottom: -90px !important;
  }
  .mb-ml-100 {
    margin-bottom: 100% !important;
  }
  .mb-ml-auto {
    margin-bottom: auto !important;
  }
  .ms-ml-0 {
    margin-left: 0 !important;
  }
  .ms-ml-1 {
    margin-left: 7.5px !important;
  }
  .ms-ml-2 {
    margin-left: 15px !important;
  }
  .ms-ml-3 {
    margin-left: 30px !important;
  }
  .ms-ml-4 {
    margin-left: 45px !important;
  }
  .ms-ml-5 {
    margin-left: 90px !important;
  }
  .ms-ml-n1 {
    margin-left: -7.5px !important;
  }
  .ms-ml-n2 {
    margin-left: -15px !important;
  }
  .ms-ml-n {
    margin-left: -30px !important;
  }
  .ms-ml-n3 {
    margin-left: -30px !important;
  }
  .ms-ml-n4 {
    margin-left: -45px !important;
  }
  .ms-ml-n5 {
    margin-left: -90px !important;
  }
  .ms-ml-100 {
    margin-left: 100% !important;
  }
  .ms-ml-auto {
    margin-left: auto !important;
  }
  .p-ml-0 {
    padding: 0 !important;
  }
  .p-ml-1 {
    padding: 7.5px !important;
  }
  .p-ml-2 {
    padding: 15px !important;
  }
  .p-ml-3 {
    padding: 30px !important;
  }
  .p-ml-4 {
    padding: 45px !important;
  }
  .p-ml-5 {
    padding: 90px !important;
  }
  .p-ml-n1 {
    padding: -7.5px !important;
  }
  .p-ml-n2 {
    padding: -15px !important;
  }
  .p-ml-n {
    padding: -30px !important;
  }
  .p-ml-n3 {
    padding: -30px !important;
  }
  .p-ml-n4 {
    padding: -45px !important;
  }
  .p-ml-n5 {
    padding: -90px !important;
  }
  .p-ml-100 {
    padding: 100% !important;
  }
  .px-ml-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ml-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-ml-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-ml-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-ml-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-ml-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-ml-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-ml-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-ml-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-ml-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-ml-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-ml-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-ml-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-ml-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ml-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-ml-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-ml-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-ml-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-ml-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-ml-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-ml-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-ml-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-ml-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-ml-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-ml-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-ml-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-ml-0 {
    padding-top: 0 !important;
  }
  .pt-ml-1 {
    padding-top: 7.5px !important;
  }
  .pt-ml-2 {
    padding-top: 15px !important;
  }
  .pt-ml-3 {
    padding-top: 30px !important;
  }
  .pt-ml-4 {
    padding-top: 45px !important;
  }
  .pt-ml-5 {
    padding-top: 90px !important;
  }
  .pt-ml-n1 {
    padding-top: -7.5px !important;
  }
  .pt-ml-n2 {
    padding-top: -15px !important;
  }
  .pt-ml-n {
    padding-top: -30px !important;
  }
  .pt-ml-n3 {
    padding-top: -30px !important;
  }
  .pt-ml-n4 {
    padding-top: -45px !important;
  }
  .pt-ml-n5 {
    padding-top: -90px !important;
  }
  .pt-ml-100 {
    padding-top: 100% !important;
  }
  .pe-ml-0 {
    padding-right: 0 !important;
  }
  .pe-ml-1 {
    padding-right: 7.5px !important;
  }
  .pe-ml-2 {
    padding-right: 15px !important;
  }
  .pe-ml-3 {
    padding-right: 30px !important;
  }
  .pe-ml-4 {
    padding-right: 45px !important;
  }
  .pe-ml-5 {
    padding-right: 90px !important;
  }
  .pe-ml-n1 {
    padding-right: -7.5px !important;
  }
  .pe-ml-n2 {
    padding-right: -15px !important;
  }
  .pe-ml-n {
    padding-right: -30px !important;
  }
  .pe-ml-n3 {
    padding-right: -30px !important;
  }
  .pe-ml-n4 {
    padding-right: -45px !important;
  }
  .pe-ml-n5 {
    padding-right: -90px !important;
  }
  .pe-ml-100 {
    padding-right: 100% !important;
  }
  .pb-ml-0 {
    padding-bottom: 0 !important;
  }
  .pb-ml-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-ml-2 {
    padding-bottom: 15px !important;
  }
  .pb-ml-3 {
    padding-bottom: 30px !important;
  }
  .pb-ml-4 {
    padding-bottom: 45px !important;
  }
  .pb-ml-5 {
    padding-bottom: 90px !important;
  }
  .pb-ml-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-ml-n2 {
    padding-bottom: -15px !important;
  }
  .pb-ml-n {
    padding-bottom: -30px !important;
  }
  .pb-ml-n3 {
    padding-bottom: -30px !important;
  }
  .pb-ml-n4 {
    padding-bottom: -45px !important;
  }
  .pb-ml-n5 {
    padding-bottom: -90px !important;
  }
  .pb-ml-100 {
    padding-bottom: 100% !important;
  }
  .ps-ml-0 {
    padding-left: 0 !important;
  }
  .ps-ml-1 {
    padding-left: 7.5px !important;
  }
  .ps-ml-2 {
    padding-left: 15px !important;
  }
  .ps-ml-3 {
    padding-left: 30px !important;
  }
  .ps-ml-4 {
    padding-left: 45px !important;
  }
  .ps-ml-5 {
    padding-left: 90px !important;
  }
  .ps-ml-n1 {
    padding-left: -7.5px !important;
  }
  .ps-ml-n2 {
    padding-left: -15px !important;
  }
  .ps-ml-n {
    padding-left: -30px !important;
  }
  .ps-ml-n3 {
    padding-left: -30px !important;
  }
  .ps-ml-n4 {
    padding-left: -45px !important;
  }
  .ps-ml-n5 {
    padding-left: -90px !important;
  }
  .ps-ml-100 {
    padding-left: 100% !important;
  }
  .text-ml-start {
    text-align: left !important;
  }
  .text-ml-end {
    text-align: right !important;
  }
  .text-ml-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .mh-lg-0 {
    max-height: none !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 7.5px !important;
  }
  .gap-lg-2 {
    gap: 15px !important;
  }
  .gap-lg-3 {
    gap: 30px !important;
  }
  .gap-lg-4 {
    gap: 45px !important;
  }
  .gap-lg-5 {
    gap: 90px !important;
  }
  .gap-lg-n1 {
    gap: -7.5px !important;
  }
  .gap-lg-n2 {
    gap: -15px !important;
  }
  .gap-lg-n {
    gap: -30px !important;
  }
  .gap-lg-n3 {
    gap: -30px !important;
  }
  .gap-lg-n4 {
    gap: -45px !important;
  }
  .gap-lg-n5 {
    gap: -90px !important;
  }
  .gap-lg-100 {
    gap: 100% !important;
  }
  .justify-lg-start {
    justify-content: flex-start !important;
  }
  .justify-lg-end {
    justify-content: flex-end !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-between {
    justify-content: space-between !important;
  }
  .justify-lg-around {
    justify-content: space-around !important;
  }
  .justify-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-lg-start {
    align-items: flex-start !important;
  }
  .align-lg-end {
    align-items: flex-end !important;
  }
  .align-lg-center {
    align-items: center !important;
  }
  .align-lg-baseline {
    align-items: baseline !important;
  }
  .align-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 7.5px !important;
  }
  .m-lg-2 {
    margin: 15px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .m-lg-4 {
    margin: 45px !important;
  }
  .m-lg-5 {
    margin: 90px !important;
  }
  .m-lg-n1 {
    margin: -7.5px !important;
  }
  .m-lg-n2 {
    margin: -15px !important;
  }
  .m-lg-n {
    margin: -30px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .m-lg-n4 {
    margin: -45px !important;
  }
  .m-lg-n5 {
    margin: -90px !important;
  }
  .m-lg-100 {
    margin: 100% !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-lg-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-lg-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-lg-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-lg-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-lg-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-lg-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-lg-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-lg-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 7.5px !important;
  }
  .mt-lg-2 {
    margin-top: 15px !important;
  }
  .mt-lg-3 {
    margin-top: 30px !important;
  }
  .mt-lg-4 {
    margin-top: 45px !important;
  }
  .mt-lg-5 {
    margin-top: 90px !important;
  }
  .mt-lg-n1 {
    margin-top: -7.5px !important;
  }
  .mt-lg-n2 {
    margin-top: -15px !important;
  }
  .mt-lg-n {
    margin-top: -30px !important;
  }
  .mt-lg-n3 {
    margin-top: -30px !important;
  }
  .mt-lg-n4 {
    margin-top: -45px !important;
  }
  .mt-lg-n5 {
    margin-top: -90px !important;
  }
  .mt-lg-100 {
    margin-top: 100% !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 7.5px !important;
  }
  .me-lg-2 {
    margin-right: 15px !important;
  }
  .me-lg-3 {
    margin-right: 30px !important;
  }
  .me-lg-4 {
    margin-right: 45px !important;
  }
  .me-lg-5 {
    margin-right: 90px !important;
  }
  .me-lg-n1 {
    margin-right: -7.5px !important;
  }
  .me-lg-n2 {
    margin-right: -15px !important;
  }
  .me-lg-n {
    margin-right: -30px !important;
  }
  .me-lg-n3 {
    margin-right: -30px !important;
  }
  .me-lg-n4 {
    margin-right: -45px !important;
  }
  .me-lg-n5 {
    margin-right: -90px !important;
  }
  .me-lg-100 {
    margin-right: 100% !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 15px !important;
  }
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  .mb-lg-4 {
    margin-bottom: 45px !important;
  }
  .mb-lg-5 {
    margin-bottom: 90px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n {
    margin-bottom: -30px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -45px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100% !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 7.5px !important;
  }
  .ms-lg-2 {
    margin-left: 15px !important;
  }
  .ms-lg-3 {
    margin-left: 30px !important;
  }
  .ms-lg-4 {
    margin-left: 45px !important;
  }
  .ms-lg-5 {
    margin-left: 90px !important;
  }
  .ms-lg-n1 {
    margin-left: -7.5px !important;
  }
  .ms-lg-n2 {
    margin-left: -15px !important;
  }
  .ms-lg-n {
    margin-left: -30px !important;
  }
  .ms-lg-n3 {
    margin-left: -30px !important;
  }
  .ms-lg-n4 {
    margin-left: -45px !important;
  }
  .ms-lg-n5 {
    margin-left: -90px !important;
  }
  .ms-lg-100 {
    margin-left: 100% !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 7.5px !important;
  }
  .p-lg-2 {
    padding: 15px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .p-lg-4 {
    padding: 45px !important;
  }
  .p-lg-5 {
    padding: 90px !important;
  }
  .p-lg-n1 {
    padding: -7.5px !important;
  }
  .p-lg-n2 {
    padding: -15px !important;
  }
  .p-lg-n {
    padding: -30px !important;
  }
  .p-lg-n3 {
    padding: -30px !important;
  }
  .p-lg-n4 {
    padding: -45px !important;
  }
  .p-lg-n5 {
    padding: -90px !important;
  }
  .p-lg-100 {
    padding: 100% !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-lg-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-lg-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-lg-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-lg-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-lg-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-lg-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-lg-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-lg-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-lg-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-lg-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-lg-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-lg-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-lg-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-lg-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-lg-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-lg-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-lg-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 7.5px !important;
  }
  .pt-lg-2 {
    padding-top: 15px !important;
  }
  .pt-lg-3 {
    padding-top: 30px !important;
  }
  .pt-lg-4 {
    padding-top: 45px !important;
  }
  .pt-lg-5 {
    padding-top: 90px !important;
  }
  .pt-lg-n1 {
    padding-top: -7.5px !important;
  }
  .pt-lg-n2 {
    padding-top: -15px !important;
  }
  .pt-lg-n {
    padding-top: -30px !important;
  }
  .pt-lg-n3 {
    padding-top: -30px !important;
  }
  .pt-lg-n4 {
    padding-top: -45px !important;
  }
  .pt-lg-n5 {
    padding-top: -90px !important;
  }
  .pt-lg-100 {
    padding-top: 100% !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 7.5px !important;
  }
  .pe-lg-2 {
    padding-right: 15px !important;
  }
  .pe-lg-3 {
    padding-right: 30px !important;
  }
  .pe-lg-4 {
    padding-right: 45px !important;
  }
  .pe-lg-5 {
    padding-right: 90px !important;
  }
  .pe-lg-n1 {
    padding-right: -7.5px !important;
  }
  .pe-lg-n2 {
    padding-right: -15px !important;
  }
  .pe-lg-n {
    padding-right: -30px !important;
  }
  .pe-lg-n3 {
    padding-right: -30px !important;
  }
  .pe-lg-n4 {
    padding-right: -45px !important;
  }
  .pe-lg-n5 {
    padding-right: -90px !important;
  }
  .pe-lg-100 {
    padding-right: 100% !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-lg-2 {
    padding-bottom: 15px !important;
  }
  .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  .pb-lg-4 {
    padding-bottom: 45px !important;
  }
  .pb-lg-5 {
    padding-bottom: 90px !important;
  }
  .pb-lg-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-lg-n2 {
    padding-bottom: -15px !important;
  }
  .pb-lg-n {
    padding-bottom: -30px !important;
  }
  .pb-lg-n3 {
    padding-bottom: -30px !important;
  }
  .pb-lg-n4 {
    padding-bottom: -45px !important;
  }
  .pb-lg-n5 {
    padding-bottom: -90px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100% !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 7.5px !important;
  }
  .ps-lg-2 {
    padding-left: 15px !important;
  }
  .ps-lg-3 {
    padding-left: 30px !important;
  }
  .ps-lg-4 {
    padding-left: 45px !important;
  }
  .ps-lg-5 {
    padding-left: 90px !important;
  }
  .ps-lg-n1 {
    padding-left: -7.5px !important;
  }
  .ps-lg-n2 {
    padding-left: -15px !important;
  }
  .ps-lg-n {
    padding-left: -30px !important;
  }
  .ps-lg-n3 {
    padding-left: -30px !important;
  }
  .ps-lg-n4 {
    padding-left: -45px !important;
  }
  .ps-lg-n5 {
    padding-left: -90px !important;
  }
  .ps-lg-100 {
    padding-left: 100% !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: 1440px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .mh-xl-0 {
    max-height: none !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 7.5px !important;
  }
  .gap-xl-2 {
    gap: 15px !important;
  }
  .gap-xl-3 {
    gap: 30px !important;
  }
  .gap-xl-4 {
    gap: 45px !important;
  }
  .gap-xl-5 {
    gap: 90px !important;
  }
  .gap-xl-n1 {
    gap: -7.5px !important;
  }
  .gap-xl-n2 {
    gap: -15px !important;
  }
  .gap-xl-n {
    gap: -30px !important;
  }
  .gap-xl-n3 {
    gap: -30px !important;
  }
  .gap-xl-n4 {
    gap: -45px !important;
  }
  .gap-xl-n5 {
    gap: -90px !important;
  }
  .gap-xl-100 {
    gap: 100% !important;
  }
  .justify-xl-start {
    justify-content: flex-start !important;
  }
  .justify-xl-end {
    justify-content: flex-end !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-between {
    justify-content: space-between !important;
  }
  .justify-xl-around {
    justify-content: space-around !important;
  }
  .justify-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-xl-start {
    align-items: flex-start !important;
  }
  .align-xl-end {
    align-items: flex-end !important;
  }
  .align-xl-center {
    align-items: center !important;
  }
  .align-xl-baseline {
    align-items: baseline !important;
  }
  .align-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 7.5px !important;
  }
  .m-xl-2 {
    margin: 15px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .m-xl-4 {
    margin: 45px !important;
  }
  .m-xl-5 {
    margin: 90px !important;
  }
  .m-xl-n1 {
    margin: -7.5px !important;
  }
  .m-xl-n2 {
    margin: -15px !important;
  }
  .m-xl-n {
    margin: -30px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .m-xl-n4 {
    margin: -45px !important;
  }
  .m-xl-n5 {
    margin: -90px !important;
  }
  .m-xl-100 {
    margin: 100% !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xl-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xl-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xl-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xl-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xl-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xl-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xl-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xl-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 7.5px !important;
  }
  .mt-xl-2 {
    margin-top: 15px !important;
  }
  .mt-xl-3 {
    margin-top: 30px !important;
  }
  .mt-xl-4 {
    margin-top: 45px !important;
  }
  .mt-xl-5 {
    margin-top: 90px !important;
  }
  .mt-xl-n1 {
    margin-top: -7.5px !important;
  }
  .mt-xl-n2 {
    margin-top: -15px !important;
  }
  .mt-xl-n {
    margin-top: -30px !important;
  }
  .mt-xl-n3 {
    margin-top: -30px !important;
  }
  .mt-xl-n4 {
    margin-top: -45px !important;
  }
  .mt-xl-n5 {
    margin-top: -90px !important;
  }
  .mt-xl-100 {
    margin-top: 100% !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 7.5px !important;
  }
  .me-xl-2 {
    margin-right: 15px !important;
  }
  .me-xl-3 {
    margin-right: 30px !important;
  }
  .me-xl-4 {
    margin-right: 45px !important;
  }
  .me-xl-5 {
    margin-right: 90px !important;
  }
  .me-xl-n1 {
    margin-right: -7.5px !important;
  }
  .me-xl-n2 {
    margin-right: -15px !important;
  }
  .me-xl-n {
    margin-right: -30px !important;
  }
  .me-xl-n3 {
    margin-right: -30px !important;
  }
  .me-xl-n4 {
    margin-right: -45px !important;
  }
  .me-xl-n5 {
    margin-right: -90px !important;
  }
  .me-xl-100 {
    margin-right: 100% !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-xl-2 {
    margin-bottom: 15px !important;
  }
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xl-4 {
    margin-bottom: 45px !important;
  }
  .mb-xl-5 {
    margin-bottom: 90px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n {
    margin-bottom: -30px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -45px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 7.5px !important;
  }
  .ms-xl-2 {
    margin-left: 15px !important;
  }
  .ms-xl-3 {
    margin-left: 30px !important;
  }
  .ms-xl-4 {
    margin-left: 45px !important;
  }
  .ms-xl-5 {
    margin-left: 90px !important;
  }
  .ms-xl-n1 {
    margin-left: -7.5px !important;
  }
  .ms-xl-n2 {
    margin-left: -15px !important;
  }
  .ms-xl-n {
    margin-left: -30px !important;
  }
  .ms-xl-n3 {
    margin-left: -30px !important;
  }
  .ms-xl-n4 {
    margin-left: -45px !important;
  }
  .ms-xl-n5 {
    margin-left: -90px !important;
  }
  .ms-xl-100 {
    margin-left: 100% !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 7.5px !important;
  }
  .p-xl-2 {
    padding: 15px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .p-xl-4 {
    padding: 45px !important;
  }
  .p-xl-5 {
    padding: 90px !important;
  }
  .p-xl-n1 {
    padding: -7.5px !important;
  }
  .p-xl-n2 {
    padding: -15px !important;
  }
  .p-xl-n {
    padding: -30px !important;
  }
  .p-xl-n3 {
    padding: -30px !important;
  }
  .p-xl-n4 {
    padding: -45px !important;
  }
  .p-xl-n5 {
    padding: -90px !important;
  }
  .p-xl-100 {
    padding: 100% !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xl-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xl-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xl-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-xl-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xl-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xl-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xl-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-xl-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xl-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xl-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-xl-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xl-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xl-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xl-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-xl-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 7.5px !important;
  }
  .pt-xl-2 {
    padding-top: 15px !important;
  }
  .pt-xl-3 {
    padding-top: 30px !important;
  }
  .pt-xl-4 {
    padding-top: 45px !important;
  }
  .pt-xl-5 {
    padding-top: 90px !important;
  }
  .pt-xl-n1 {
    padding-top: -7.5px !important;
  }
  .pt-xl-n2 {
    padding-top: -15px !important;
  }
  .pt-xl-n {
    padding-top: -30px !important;
  }
  .pt-xl-n3 {
    padding-top: -30px !important;
  }
  .pt-xl-n4 {
    padding-top: -45px !important;
  }
  .pt-xl-n5 {
    padding-top: -90px !important;
  }
  .pt-xl-100 {
    padding-top: 100% !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 7.5px !important;
  }
  .pe-xl-2 {
    padding-right: 15px !important;
  }
  .pe-xl-3 {
    padding-right: 30px !important;
  }
  .pe-xl-4 {
    padding-right: 45px !important;
  }
  .pe-xl-5 {
    padding-right: 90px !important;
  }
  .pe-xl-n1 {
    padding-right: -7.5px !important;
  }
  .pe-xl-n2 {
    padding-right: -15px !important;
  }
  .pe-xl-n {
    padding-right: -30px !important;
  }
  .pe-xl-n3 {
    padding-right: -30px !important;
  }
  .pe-xl-n4 {
    padding-right: -45px !important;
  }
  .pe-xl-n5 {
    padding-right: -90px !important;
  }
  .pe-xl-100 {
    padding-right: 100% !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-xl-2 {
    padding-bottom: 15px !important;
  }
  .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xl-4 {
    padding-bottom: 45px !important;
  }
  .pb-xl-5 {
    padding-bottom: 90px !important;
  }
  .pb-xl-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-xl-n2 {
    padding-bottom: -15px !important;
  }
  .pb-xl-n {
    padding-bottom: -30px !important;
  }
  .pb-xl-n3 {
    padding-bottom: -30px !important;
  }
  .pb-xl-n4 {
    padding-bottom: -45px !important;
  }
  .pb-xl-n5 {
    padding-bottom: -90px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100% !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 7.5px !important;
  }
  .ps-xl-2 {
    padding-left: 15px !important;
  }
  .ps-xl-3 {
    padding-left: 30px !important;
  }
  .ps-xl-4 {
    padding-left: 45px !important;
  }
  .ps-xl-5 {
    padding-left: 90px !important;
  }
  .ps-xl-n1 {
    padding-left: -7.5px !important;
  }
  .ps-xl-n2 {
    padding-left: -15px !important;
  }
  .ps-xl-n {
    padding-left: -30px !important;
  }
  .ps-xl-n3 {
    padding-left: -30px !important;
  }
  .ps-xl-n4 {
    padding-left: -45px !important;
  }
  .ps-xl-n5 {
    padding-left: -90px !important;
  }
  .ps-xl-100 {
    padding-left: 100% !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: 1920px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .mh-xxl-0 {
    max-height: none !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 7.5px !important;
  }
  .gap-xxl-2 {
    gap: 15px !important;
  }
  .gap-xxl-3 {
    gap: 30px !important;
  }
  .gap-xxl-4 {
    gap: 45px !important;
  }
  .gap-xxl-5 {
    gap: 90px !important;
  }
  .gap-xxl-n1 {
    gap: -7.5px !important;
  }
  .gap-xxl-n2 {
    gap: -15px !important;
  }
  .gap-xxl-n {
    gap: -30px !important;
  }
  .gap-xxl-n3 {
    gap: -30px !important;
  }
  .gap-xxl-n4 {
    gap: -45px !important;
  }
  .gap-xxl-n5 {
    gap: -90px !important;
  }
  .gap-xxl-100 {
    gap: 100% !important;
  }
  .justify-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxl-center {
    justify-content: center !important;
  }
  .justify-xxl-between {
    justify-content: space-between !important;
  }
  .justify-xxl-around {
    justify-content: space-around !important;
  }
  .justify-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-xxl-start {
    align-items: flex-start !important;
  }
  .align-xxl-end {
    align-items: flex-end !important;
  }
  .align-xxl-center {
    align-items: center !important;
  }
  .align-xxl-baseline {
    align-items: baseline !important;
  }
  .align-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 7.5px !important;
  }
  .m-xxl-2 {
    margin: 15px !important;
  }
  .m-xxl-3 {
    margin: 30px !important;
  }
  .m-xxl-4 {
    margin: 45px !important;
  }
  .m-xxl-5 {
    margin: 90px !important;
  }
  .m-xxl-n1 {
    margin: -7.5px !important;
  }
  .m-xxl-n2 {
    margin: -15px !important;
  }
  .m-xxl-n {
    margin: -30px !important;
  }
  .m-xxl-n3 {
    margin: -30px !important;
  }
  .m-xxl-n4 {
    margin: -45px !important;
  }
  .m-xxl-n5 {
    margin: -90px !important;
  }
  .m-xxl-100 {
    margin: 100% !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xxl-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxl-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xxl-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xxl-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxl-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xxl-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xxl-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxl-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xxl-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xxl-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxl-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xxl-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 7.5px !important;
  }
  .mt-xxl-2 {
    margin-top: 15px !important;
  }
  .mt-xxl-3 {
    margin-top: 30px !important;
  }
  .mt-xxl-4 {
    margin-top: 45px !important;
  }
  .mt-xxl-5 {
    margin-top: 90px !important;
  }
  .mt-xxl-n1 {
    margin-top: -7.5px !important;
  }
  .mt-xxl-n2 {
    margin-top: -15px !important;
  }
  .mt-xxl-n {
    margin-top: -30px !important;
  }
  .mt-xxl-n3 {
    margin-top: -30px !important;
  }
  .mt-xxl-n4 {
    margin-top: -45px !important;
  }
  .mt-xxl-n5 {
    margin-top: -90px !important;
  }
  .mt-xxl-100 {
    margin-top: 100% !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 7.5px !important;
  }
  .me-xxl-2 {
    margin-right: 15px !important;
  }
  .me-xxl-3 {
    margin-right: 30px !important;
  }
  .me-xxl-4 {
    margin-right: 45px !important;
  }
  .me-xxl-5 {
    margin-right: 90px !important;
  }
  .me-xxl-n1 {
    margin-right: -7.5px !important;
  }
  .me-xxl-n2 {
    margin-right: -15px !important;
  }
  .me-xxl-n {
    margin-right: -30px !important;
  }
  .me-xxl-n3 {
    margin-right: -30px !important;
  }
  .me-xxl-n4 {
    margin-right: -45px !important;
  }
  .me-xxl-n5 {
    margin-right: -90px !important;
  }
  .me-xxl-100 {
    margin-right: 100% !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -15px !important;
  }
  .mb-xxl-n {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -45px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 7.5px !important;
  }
  .ms-xxl-2 {
    margin-left: 15px !important;
  }
  .ms-xxl-3 {
    margin-left: 30px !important;
  }
  .ms-xxl-4 {
    margin-left: 45px !important;
  }
  .ms-xxl-5 {
    margin-left: 90px !important;
  }
  .ms-xxl-n1 {
    margin-left: -7.5px !important;
  }
  .ms-xxl-n2 {
    margin-left: -15px !important;
  }
  .ms-xxl-n {
    margin-left: -30px !important;
  }
  .ms-xxl-n3 {
    margin-left: -30px !important;
  }
  .ms-xxl-n4 {
    margin-left: -45px !important;
  }
  .ms-xxl-n5 {
    margin-left: -90px !important;
  }
  .ms-xxl-100 {
    margin-left: 100% !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 7.5px !important;
  }
  .p-xxl-2 {
    padding: 15px !important;
  }
  .p-xxl-3 {
    padding: 30px !important;
  }
  .p-xxl-4 {
    padding: 45px !important;
  }
  .p-xxl-5 {
    padding: 90px !important;
  }
  .p-xxl-n1 {
    padding: -7.5px !important;
  }
  .p-xxl-n2 {
    padding: -15px !important;
  }
  .p-xxl-n {
    padding: -30px !important;
  }
  .p-xxl-n3 {
    padding: -30px !important;
  }
  .p-xxl-n4 {
    padding: -45px !important;
  }
  .p-xxl-n5 {
    padding: -90px !important;
  }
  .p-xxl-100 {
    padding: 100% !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xxl-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xxl-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xxl-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-xxl-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xxl-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxl-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxl-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-xxl-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xxl-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xxl-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xxl-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-xxl-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xxl-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxl-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxl-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-xxl-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 7.5px !important;
  }
  .pt-xxl-2 {
    padding-top: 15px !important;
  }
  .pt-xxl-3 {
    padding-top: 30px !important;
  }
  .pt-xxl-4 {
    padding-top: 45px !important;
  }
  .pt-xxl-5 {
    padding-top: 90px !important;
  }
  .pt-xxl-n1 {
    padding-top: -7.5px !important;
  }
  .pt-xxl-n2 {
    padding-top: -15px !important;
  }
  .pt-xxl-n {
    padding-top: -30px !important;
  }
  .pt-xxl-n3 {
    padding-top: -30px !important;
  }
  .pt-xxl-n4 {
    padding-top: -45px !important;
  }
  .pt-xxl-n5 {
    padding-top: -90px !important;
  }
  .pt-xxl-100 {
    padding-top: 100% !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 7.5px !important;
  }
  .pe-xxl-2 {
    padding-right: 15px !important;
  }
  .pe-xxl-3 {
    padding-right: 30px !important;
  }
  .pe-xxl-4 {
    padding-right: 45px !important;
  }
  .pe-xxl-5 {
    padding-right: 90px !important;
  }
  .pe-xxl-n1 {
    padding-right: -7.5px !important;
  }
  .pe-xxl-n2 {
    padding-right: -15px !important;
  }
  .pe-xxl-n {
    padding-right: -30px !important;
  }
  .pe-xxl-n3 {
    padding-right: -30px !important;
  }
  .pe-xxl-n4 {
    padding-right: -45px !important;
  }
  .pe-xxl-n5 {
    padding-right: -90px !important;
  }
  .pe-xxl-100 {
    padding-right: 100% !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 45px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 90px !important;
  }
  .pb-xxl-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-xxl-n2 {
    padding-bottom: -15px !important;
  }
  .pb-xxl-n {
    padding-bottom: -30px !important;
  }
  .pb-xxl-n3 {
    padding-bottom: -30px !important;
  }
  .pb-xxl-n4 {
    padding-bottom: -45px !important;
  }
  .pb-xxl-n5 {
    padding-bottom: -90px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100% !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 7.5px !important;
  }
  .ps-xxl-2 {
    padding-left: 15px !important;
  }
  .ps-xxl-3 {
    padding-left: 30px !important;
  }
  .ps-xxl-4 {
    padding-left: 45px !important;
  }
  .ps-xxl-5 {
    padding-left: 90px !important;
  }
  .ps-xxl-n1 {
    padding-left: -7.5px !important;
  }
  .ps-xxl-n2 {
    padding-left: -15px !important;
  }
  .ps-xxl-n {
    padding-left: -30px !important;
  }
  .ps-xxl-n3 {
    padding-left: -30px !important;
  }
  .ps-xxl-n4 {
    padding-left: -45px !important;
  }
  .ps-xxl-n5 {
    padding-left: -90px !important;
  }
  .ps-xxl-100 {
    padding-left: 100% !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2560px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .mh-xxxl-0 {
    max-height: none !important;
  }
  .mh-xxxl-100 {
    max-height: 100% !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 7.5px !important;
  }
  .gap-xxxl-2 {
    gap: 15px !important;
  }
  .gap-xxxl-3 {
    gap: 30px !important;
  }
  .gap-xxxl-4 {
    gap: 45px !important;
  }
  .gap-xxxl-5 {
    gap: 90px !important;
  }
  .gap-xxxl-n1 {
    gap: -7.5px !important;
  }
  .gap-xxxl-n2 {
    gap: -15px !important;
  }
  .gap-xxxl-n {
    gap: -30px !important;
  }
  .gap-xxxl-n3 {
    gap: -30px !important;
  }
  .gap-xxxl-n4 {
    gap: -45px !important;
  }
  .gap-xxxl-n5 {
    gap: -90px !important;
  }
  .gap-xxxl-100 {
    gap: 100% !important;
  }
  .justify-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxxl-center {
    justify-content: center !important;
  }
  .justify-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-xxxl-start {
    align-items: flex-start !important;
  }
  .align-xxxl-end {
    align-items: flex-end !important;
  }
  .align-xxxl-center {
    align-items: center !important;
  }
  .align-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 7.5px !important;
  }
  .m-xxxl-2 {
    margin: 15px !important;
  }
  .m-xxxl-3 {
    margin: 30px !important;
  }
  .m-xxxl-4 {
    margin: 45px !important;
  }
  .m-xxxl-5 {
    margin: 90px !important;
  }
  .m-xxxl-n1 {
    margin: -7.5px !important;
  }
  .m-xxxl-n2 {
    margin: -15px !important;
  }
  .m-xxxl-n {
    margin: -30px !important;
  }
  .m-xxxl-n3 {
    margin: -30px !important;
  }
  .m-xxxl-n4 {
    margin: -45px !important;
  }
  .m-xxxl-n5 {
    margin: -90px !important;
  }
  .m-xxxl-100 {
    margin: 100% !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xxxl-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxxl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxxl-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxxl-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xxxl-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xxxl-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxxl-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxxl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxxl-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xxxl-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xxxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xxxl-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxxl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxxl-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxxl-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xxxl-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xxxl-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxxl-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxxl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxxl-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xxxl-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xxxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 7.5px !important;
  }
  .mt-xxxl-2 {
    margin-top: 15px !important;
  }
  .mt-xxxl-3 {
    margin-top: 30px !important;
  }
  .mt-xxxl-4 {
    margin-top: 45px !important;
  }
  .mt-xxxl-5 {
    margin-top: 90px !important;
  }
  .mt-xxxl-n1 {
    margin-top: -7.5px !important;
  }
  .mt-xxxl-n2 {
    margin-top: -15px !important;
  }
  .mt-xxxl-n {
    margin-top: -30px !important;
  }
  .mt-xxxl-n3 {
    margin-top: -30px !important;
  }
  .mt-xxxl-n4 {
    margin-top: -45px !important;
  }
  .mt-xxxl-n5 {
    margin-top: -90px !important;
  }
  .mt-xxxl-100 {
    margin-top: 100% !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 7.5px !important;
  }
  .me-xxxl-2 {
    margin-right: 15px !important;
  }
  .me-xxxl-3 {
    margin-right: 30px !important;
  }
  .me-xxxl-4 {
    margin-right: 45px !important;
  }
  .me-xxxl-5 {
    margin-right: 90px !important;
  }
  .me-xxxl-n1 {
    margin-right: -7.5px !important;
  }
  .me-xxxl-n2 {
    margin-right: -15px !important;
  }
  .me-xxxl-n {
    margin-right: -30px !important;
  }
  .me-xxxl-n3 {
    margin-right: -30px !important;
  }
  .me-xxxl-n4 {
    margin-right: -45px !important;
  }
  .me-xxxl-n5 {
    margin-right: -90px !important;
  }
  .me-xxxl-100 {
    margin-right: 100% !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 15px !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 45px !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 90px !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -15px !important;
  }
  .mb-xxxl-n {
    margin-bottom: -30px !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -45px !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -90px !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 7.5px !important;
  }
  .ms-xxxl-2 {
    margin-left: 15px !important;
  }
  .ms-xxxl-3 {
    margin-left: 30px !important;
  }
  .ms-xxxl-4 {
    margin-left: 45px !important;
  }
  .ms-xxxl-5 {
    margin-left: 90px !important;
  }
  .ms-xxxl-n1 {
    margin-left: -7.5px !important;
  }
  .ms-xxxl-n2 {
    margin-left: -15px !important;
  }
  .ms-xxxl-n {
    margin-left: -30px !important;
  }
  .ms-xxxl-n3 {
    margin-left: -30px !important;
  }
  .ms-xxxl-n4 {
    margin-left: -45px !important;
  }
  .ms-xxxl-n5 {
    margin-left: -90px !important;
  }
  .ms-xxxl-100 {
    margin-left: 100% !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 7.5px !important;
  }
  .p-xxxl-2 {
    padding: 15px !important;
  }
  .p-xxxl-3 {
    padding: 30px !important;
  }
  .p-xxxl-4 {
    padding: 45px !important;
  }
  .p-xxxl-5 {
    padding: 90px !important;
  }
  .p-xxxl-n1 {
    padding: -7.5px !important;
  }
  .p-xxxl-n2 {
    padding: -15px !important;
  }
  .p-xxxl-n {
    padding: -30px !important;
  }
  .p-xxxl-n3 {
    padding: -30px !important;
  }
  .p-xxxl-n4 {
    padding: -45px !important;
  }
  .p-xxxl-n5 {
    padding: -90px !important;
  }
  .p-xxxl-100 {
    padding: 100% !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xxxl-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxxl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxxl-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xxxl-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xxxl-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-xxxl-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xxxl-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxxl-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxxl-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-xxxl-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xxxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xxxl-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxxl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxxl-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xxxl-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xxxl-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-xxxl-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xxxl-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxxl-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxxl-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-xxxl-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xxxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 7.5px !important;
  }
  .pt-xxxl-2 {
    padding-top: 15px !important;
  }
  .pt-xxxl-3 {
    padding-top: 30px !important;
  }
  .pt-xxxl-4 {
    padding-top: 45px !important;
  }
  .pt-xxxl-5 {
    padding-top: 90px !important;
  }
  .pt-xxxl-n1 {
    padding-top: -7.5px !important;
  }
  .pt-xxxl-n2 {
    padding-top: -15px !important;
  }
  .pt-xxxl-n {
    padding-top: -30px !important;
  }
  .pt-xxxl-n3 {
    padding-top: -30px !important;
  }
  .pt-xxxl-n4 {
    padding-top: -45px !important;
  }
  .pt-xxxl-n5 {
    padding-top: -90px !important;
  }
  .pt-xxxl-100 {
    padding-top: 100% !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 7.5px !important;
  }
  .pe-xxxl-2 {
    padding-right: 15px !important;
  }
  .pe-xxxl-3 {
    padding-right: 30px !important;
  }
  .pe-xxxl-4 {
    padding-right: 45px !important;
  }
  .pe-xxxl-5 {
    padding-right: 90px !important;
  }
  .pe-xxxl-n1 {
    padding-right: -7.5px !important;
  }
  .pe-xxxl-n2 {
    padding-right: -15px !important;
  }
  .pe-xxxl-n {
    padding-right: -30px !important;
  }
  .pe-xxxl-n3 {
    padding-right: -30px !important;
  }
  .pe-xxxl-n4 {
    padding-right: -45px !important;
  }
  .pe-xxxl-n5 {
    padding-right: -90px !important;
  }
  .pe-xxxl-100 {
    padding-right: 100% !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 15px !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 45px !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 90px !important;
  }
  .pb-xxxl-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-xxxl-n2 {
    padding-bottom: -15px !important;
  }
  .pb-xxxl-n {
    padding-bottom: -30px !important;
  }
  .pb-xxxl-n3 {
    padding-bottom: -30px !important;
  }
  .pb-xxxl-n4 {
    padding-bottom: -45px !important;
  }
  .pb-xxxl-n5 {
    padding-bottom: -90px !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 100% !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 7.5px !important;
  }
  .ps-xxxl-2 {
    padding-left: 15px !important;
  }
  .ps-xxxl-3 {
    padding-left: 30px !important;
  }
  .ps-xxxl-4 {
    padding-left: 45px !important;
  }
  .ps-xxxl-5 {
    padding-left: 90px !important;
  }
  .ps-xxxl-n1 {
    padding-left: -7.5px !important;
  }
  .ps-xxxl-n2 {
    padding-left: -15px !important;
  }
  .ps-xxxl-n {
    padding-left: -30px !important;
  }
  .ps-xxxl-n3 {
    padding-left: -30px !important;
  }
  .ps-xxxl-n4 {
    padding-left: -45px !important;
  }
  .ps-xxxl-n5 {
    padding-left: -90px !important;
  }
  .ps-xxxl-100 {
    padding-left: 100% !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.border-top {
  border-top: 1px solid #DEDEDE !important;
}

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

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

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

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

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

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

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

.border-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-sm-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-sm-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-md-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-md-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .border-ml-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-ml-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-ml-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-ml-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-ml-top-0 {
    border-top: 0 !important;
  }
  .border-ml-end-0 {
    border-right: 0 !important;
  }
  .border-ml-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-ml-start-0 {
    border-left: 0 !important;
  }
  .border-ml-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .border-lg-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-lg-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-lg-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .border-xl-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-xl-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-xl-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1920px) {
  .border-xxl-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-xxl-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-xxl-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-start-0 {
    border-left: 0 !important;
  }
  .border-xxl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 2560px) {
  .border-xxxl-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-xxxl-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-xxxl-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-xxxl-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-xxxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxxl-start-0 {
    border-left: 0 !important;
  }
  .border-xxxl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[type=submit] {
  border: none;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/***********  CUSTOM  ************/
.irs-box {
  margin-bottom: 15px;
}
.irs-box input {
  display: none;
}
.irs-label {
  display: flex;
  width: 100%;
  padding: 8px 15px;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 12px;
  font-family: "Arial";
}
.irs-grid {
  bottom: 23px;
}
.irs-grid-pol.small {
  display: none;
}
.irs--flat .irs-handle {
  width: 0;
  cursor: col-resize;
}
.irs--flat .irs-handle > i:first-child {
  bottom: 3px;
  height: 24px;
  top: auto;
  width: 15px;
  background: none !important;
  margin-left: -5px;
}
.irs--flat .irs-handle > i:first-child::before {
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 5px;
  position: absolute;
  background: #4f4f4f;
}
.irs--flat .irs-bar {
  top: 19px;
  height: 18px;
  background: #EEEEEE;
  border-radius: 0;
  width: 5px;
  cursor: pointer;
}
.irs--flat .irs-line {
  background: none;
  border-bottom: 1px solid;
  border-radius: 0;
  height: 18px;
  top: 20px;
  cursor: pointer;
}
.irs--flat .irs-grid {
  pointer-events: none;
}
.irs--flat .irs-grid-pol {
  background: #4f4f4f;
  z-index: 15;
  height: 18px;
  top: 2px;
}
.irs--flat .irs-grid-pol:nth-last-child(2) {
  display: none;
}
.irs--flat .irs-grid-text {
  color: #4f4f4f;
  font-family: "Arial";
  font-size: 14px;
  line-height: 14px;
  bottom: -28px;
}

/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html body.chr--custom.chr .page-wrapper {
  line-height: 1.4;
  color: #4f4f4f !important;
  background: #ffffff;
  font-family: "Lato";
  font-size: 14px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper {
    height: auto;
  }
}
html body.chr--custom.chr .page-wrapper.nav-open, html body.chr--custom.chr .page-wrapper.sidebar-open, html body.chr--custom.chr .page-wrapper.popup-open {
  overflow: hidden;
}
html body.chr--custom.chr .page-wrapper {
  scrollbar-gutter: stable both-edges;
}
html body.chr--custom.chr .page-wrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 10px;
}
html body.chr--custom.chr .page-wrapper ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
html body.chr--custom.chr .page-wrapper ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}
html body.chr--custom.chr .page-wrapper ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}
html body.chr--custom.chr .page-wrapper ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}

html body.chr--custom.chr .page-wrapper * {
  box-sizing: border-box;
  outline: none !important;
  font-family: "Lato";
}

/*********** ELEMENTS GENERAL STYLES ************/
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  text-decoration: none;
  border: 0;
}
a:active {
  transition: 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

p {
  color: inherit;
}

.stroke {
  text-decoration: line-through;
}

.strong {
  font-weight: 600;
}

.small {
  font-size: 0.8571428571em;
}

.full {
  width: 100% !important;
}

.center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.center--vertical {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .center--absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-cover--abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price, .price-including-tax, .price-excluding-tax {
  font-size: inherit !important;
}

[class*=border-] {
  border-style: solid;
}

@media (min-width: 0) and (max-width: 1023px) {
  .hidden--mobile {
    display: none !important;
  }
}

.minh-0 {
  min-height: 0 !important;
}

.ispro--show {
  display: none;
}
.ispro--hide {
  display: block;
}
.customer-pro .ispro--show {
  display: block;
}
.customer-pro .ispro--hide {
  display: none;
}

/****************** LINKS *******************/
html body.chr--custom.chr .page-wrapper .link,
html body.chr--custom.chr .link {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
}
@media (min-width: 0) {
  html body.chr--custom.chr .page-wrapper .links,
html body.chr--custom.chr .links {
    margin: 0;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .links,
html body.chr--custom.chr .links {
    margin: 20px auto;
  }
}
html body.chr--custom.chr .page-wrapper .link:active, html body.chr--custom.chr .page-wrapper .link:hover,
html body.chr--custom.chr .link:active,
html body.chr--custom.chr .link:hover {
  color: #FFAB2C;
  text-decoration: none;
  transition: 0s;
}
html body.chr--custom.chr .page-wrapper .link--hover,
html body.chr--custom.chr .link--hover {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  position: relative;
}
html body.chr--custom.chr .page-wrapper .link--hover::before,
html body.chr--custom.chr .link--hover::before {
  content: "";
  width: 0;
  background: currentColor;
  height: 1px;
  left: 0;
  bottom: -1px;
  position: absolute;
  transition: 0.3s;
}
html body.chr--custom.chr .page-wrapper .link--hover:hover::before,
html body.chr--custom.chr .link--hover:hover::before {
  width: 100%;
}
html body.chr--custom.chr .page-wrapper .link-wrapper,
html body.chr--custom.chr .link-wrapper {
  cursor: pointer;
}
html body.chr--custom.chr .page-wrapper .link-wrapper > *,
html body.chr--custom.chr .link-wrapper > * {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
}
html body.chr--custom.chr .page-wrapper .link-wrapper > *::before, html body.chr--custom.chr .page-wrapper .link-wrapper > *::after,
html body.chr--custom.chr .link-wrapper > *::before,
html body.chr--custom.chr .link-wrapper > *::after {
  font-size: 1.8em;
}
html body.chr--custom.chr .page-wrapper .link-wrapper > *::before,
html body.chr--custom.chr .link-wrapper > *::before {
  margin-right: 4px;
}
html body.chr--custom.chr .page-wrapper .link-wrapper > *::after,
html body.chr--custom.chr .link-wrapper > *::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .link-wrapper:not(:only-child):not(:last-child),
html body.chr--custom.chr .link-wrapper:not(:only-child):not(:last-child) {
  margin-right: 23px;
}
html body.chr--custom.chr .page-wrapper .link--underline,
html body.chr--custom.chr .link--underline {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  border-bottom: 1px solid;
}
html body.chr--custom.chr .page-wrapper .link--important,
html body.chr--custom.chr .link--important {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  border-bottom: 1px solid;
  font-weight: 700;
}
html body.chr--custom.chr .page-wrapper .link--revert,
html body.chr--custom.chr .link--revert {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: #ff6702;
  display: inline-block;
}
html body.chr--custom.chr .page-wrapper .link--revert:hover, html body.chr--custom.chr .page-wrapper .link--revert:active,
html body.chr--custom.chr .link--revert:hover,
html body.chr--custom.chr .link--revert:active {
  color: #FFAB2C;
}
html body.chr--custom.chr .page-wrapper .link--normalize,
html body.chr--custom.chr .link--normalize {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  font-size: 14px;
}
html body.chr--custom.chr .page-wrapper .link--active,
html body.chr--custom.chr .link--active {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: #ff6702 !important;
}
html body.chr--custom.chr .page-wrapper .link--alt,
html body.chr--custom.chr .link--alt {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: #DEDEDE;
  font-weight: bold;
}
html body.chr--custom.chr .page-wrapper .link--small,
html body.chr--custom.chr .link--small {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  font-size: 0.85em;
}

/****************** TITLES AND DESCRIPTION *******************/
html body.chr--custom.chr .page-wrapper .page-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #ffffff;
  border-color: #DEDEDE;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .page-header {
    margin-bottom: 0;
    border: 0;
  }
}
.checkout-index-index .page-header {
  position: initial !important;
  z-index: initial !important;
}
.page-title--first {
  margin-top: 0 !important;
}
.page-title--last {
  margin-bottom: 0 !important;
}
.page-title--alone {
  margin-top: 0;
  margin-bottom: 0;
}
html body.chr--custom.chr .page-title--primary {
  padding: 0;
  border-color: currentColor !important;
  position: relative;
  font-family: "Lato";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1875;
  color: #ff6702;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-title--primary {
    font-size: 32px;
  }
}
html body.chr--custom.chr .page-title--primary:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .page-title--primary::before {
  margin-right: 8px;
}
html body.chr--custom.chr .page-title--primary::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .page-title--primary + .page-title {
  margin-top: -24px;
}
html body.chr--custom.chr .page-wrapper .page-title--primary.page-title--gap {
  margin-top: 30px;
}
html body.chr--custom.chr .page-title--secondary {
  padding: 0;
  border-color: currentColor !important;
  font-size: 22px;
  line-height: 1.1875;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-title--secondary {
    font-size: 32px;
  }
}
html body.chr--custom.chr .page-title--secondary:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .page-title--secondary::before {
  margin-right: 8px;
}
html body.chr--custom.chr .page-title--secondary::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .page-title--secondary + .page-title {
  margin-top: -24px;
}
html body.chr--custom.chr .page-wrapper .page-title--secondary.page-title--gap {
  margin-top: 30px;
}
html body.chr--custom.chr .page-title--tertiary {
  padding: 0;
  border-color: currentColor !important;
  position: relative;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-title--tertiary {
    font-size: 28px;
  }
}
html body.chr--custom.chr .page-title--tertiary:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .page-title--tertiary::before {
  margin-right: 8px;
}
html body.chr--custom.chr .page-title--tertiary::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .page-title--tertiary + .page-title {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .page-title--tertiary.page-title--gap {
  margin-top: 20px;
}
html body.chr--custom.chr .page-title--quaternary {
  padding: 0;
  border-color: currentColor !important;
  font-size: 16px;
  font-weight: 700;
  color: #ff6702;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-title--quaternary {
    font-size: 18px;
  }
}
html body.chr--custom.chr .page-title--quaternary:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .page-title--quaternary::before {
  margin-right: 8px;
}
html body.chr--custom.chr .page-title--quaternary::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .page-title--quaternary + .page-title {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .page-title--quaternary.page-title--gap {
  margin-top: 20px;
}
html body.chr--custom.chr .page-title--quinary {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body.chr--custom.chr .page-title--quinary:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .page-title--quinary::before {
  margin-right: 8px;
}
html body.chr--custom.chr .page-title--quinary::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .page-title--quinary + .page-title {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .page-title--quinary.page-title--gap {
  margin-top: 10px;
}
.page-description {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.page-description--first {
  margin-top: 0 !important;
}
.page-description--last {
  margin-bottom: 0 !important;
}
.page-description--alone {
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer {
  background: transparent;
  padding: 0;
  margin: 0;
}

/****************** JS HELPERS *******************/
[data-toggle] {
  cursor: pointer;
}

[data-atc] {
  cursor: pointer;
}

[data-link] {
  cursor: pointer;
}

[data-lazy] {
  opacity: 0;
  height: 0;
}

/****************** PAGE LAYOUT *******************/
.flex-initial {
  flex: initial !important;
}

.full {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .full--mobile {
    width: 100% !important;
  }
  .full--mobile.row {
    width: calc(100% + 30px) !important;
  }
}

.col-main {
  margin-top: 0;
  position: relative;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--nogap {
  padding: 0 !important;
}
.container::before {
  display: none;
}
.container .container {
  width: auto !important;
  padding: 0;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
  }
}
.container + .container {
  margin-top: 30px;
}
.container--verysmall {
  max-width: 768px;
}
.container--small {
  max-width: 1024px;
}
.container--medium {
  max-width: 1280px;
}
.container--big {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto !important;
}
@media (min-width: 1024px) {
  .container--big {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .container--nomobile {
    padding: 0;
  }
}

.ipoints {
  width: 100%;
}
.ipoint {
  align-items: stretch;
  text-align: right;
}
.ipoint > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ipoint:nth-child(even) {
  flex-direction: row-reverse;
  text-align: left;
}
@media (min-width: 768px) {
  .ipoint + .ipoint {
    margin-top: 30px;
  }
}

.text--primary {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 25px;
}
@media (min-width: 768px) {
  .text--primary {
    font-size: 25px;
  }
}
.text--secondary {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 20px;
}
.text--tertiary {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .text--tertiary {
    line-height: 1.7;
  }
}
.text--quaternary {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 14px;
}
.text--quinary {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 10px;
}
@media (min-width: 768px) {
  .text--quinary {
    font-size: 11px;
  }
}
.text-justify {
  text-align: justify;
}
.text--medium {
  font-weight: 500;
}

/****************** BREADCRUMBS *******************/
.breadcrumbs {
  padding: 0;
  margin: 0;
  color: #828282;
  display: block;
}
.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.breadcrumbs-items {
  width: 100%;
  font-size: 12px;
  padding: 0 0 15px;
}
@media (min-width: 576px) {
  .breadcrumbs-items {
    padding: 5px 0 10px;
  }
}
.breadcrumbs-item a {
  transition: 0.3s;
}
.breadcrumbs-item a, .breadcrumbs-item a:hover, .breadcrumbs-item a:visited {
  color: #ff6702;
}
.breadcrumbs-item:not(:last-child) {
  padding-right: 20px;
}
.breadcrumbs-item:not(:last-child)::after {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 10px;
  font-family: "theme";
  content: "\e90d";
}
.breadcrumbs-link {
  display: flex;
  align-items: center;
}
.breadcrumbs-link::after {
  content: " ›";
  color: #786855;
  padding: 0 8px;
}

/****************** ARRANGE ORDER OF ELEMENTS *******************/
.order-begin {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-end {
  order: 99999;
}
@media (min-width: 0) and (max-width: 767px) {
  .order-mobile-begin {
    order: -1;
  }
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .order-mobile-3 {
    order: 3;
  }
  .order-mobile-4 {
    order: 4;
  }
  .order-mobile-5 {
    order: 5;
  }
  .order-mobile-6 {
    order: 6;
  }
  .order-mobile-end {
    order: 99999;
  }
}
@media (min-width: 768px) {
  .order-md-begin {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-end {
    order: 99999;
  }
}
@media (min-width: 1024px) {
  .order-ml-begin {
    order: -1;
  }
  .order-ml-1 {
    order: 1;
  }
  .order-ml-2 {
    order: 2;
  }
  .order-ml-3 {
    order: 3;
  }
  .order-ml-4 {
    order: 4;
  }
  .order-ml-5 {
    order: 5;
  }
  .order-ml-6 {
    order: 6;
  }
  .order-ml-end {
    order: 99999;
  }
}
@media (min-width: 1280px) {
  .order-lg-begin {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-end {
    order: 99999;
  }
}
@media (min-width: 1440px) {
  .order-xl-begin {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-end {
    order: 99999;
  }
}
@media (min-width: 1920px) {
  .order-xxl-begin {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-end {
    order: 99999;
  }
}

.ok {
  color: #ff6702;
}

.ko {
  color: #ff0000;
}

/****************** LOADER *******************/
@keyframes rotating {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotatingY {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotateY(90deg);
  }
  25.0001% {
    transform: translate(-50%, -50%) rotateY(90deg);
  }
  74.9999% {
    transform: translate(-50%, -50%) rotateY(270deg);
  }
  75% {
    transform: translate(-50%, -50%) rotateY(270deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}
.loader {
  /*

  & img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	display: none !important;
  }

  & p,
  &-logo {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	color: $color-main;
  	font-size: 0;
  	pointer-events:none;

  	&::before,
  	&::after {
  		font-family: $icon;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
  	}


  	&::before {
  		animation : rotatingY 3.5s linear infinite;
  		content: '\e912';
  		font-size: 50px;
  	}
  }
     */
}
.loader--full {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}
.loader::before {
  content: "";
  background: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
}
.loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px dashed #ff6702;
  transition: 0.5s;
  animation: rotating 4s linear infinite;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}
.loader.loading::before {
  opacity: 0.7;
  pointer-events: all;
}
.loader.loading::after {
  opacity: 1;
  pointer-events: all;
}

/****************** STATUS *******************/
.status {
  font-weight: bold;
}
.status::before {
  content: "•";
  display: inline-block;
  margin-right: 3px;
}
.status--ok {
  color: #02cc53;
}
.status--warning {
  color: #f8a838;
}
.status--error {
  color: #ff0000;
}

.bar {
  background: #ff6702;
  color: #ffffff;
  font-size: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .bar {
    font-size: 11px;
  }
}

/****************** MAGENTO PRICES *******************/
/****************** MAGENTO PAGE BUILDER *******************/
.pagebuilder-column {
  padding: 0 15px;
}
.pagebuilder-column-group {
  margin-left: -15px;
  margin-right: -15px;
}

/****************** MAGENTO MODALS *******************/
html body.chr--custom.chr .modals-wrapper .modal-popup {
  padding: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  left: 0;
}
html body.chr--custom.chr .modals-wrapper .modal-header {
  font-family: "Lato";
  background: #ff6702;
  color: #ffffff;
  padding: 20px;
  min-height: 65px;
  position: relative;
}
html body.chr--custom.chr .modals-wrapper .modal-inner-wrap {
  max-height: calc(100% - 165px);
  border-radius: 8px;
  overflow: hidden;
  min-height: 200px;
  box-shadow: 0 2px 4px 0 rgba(50, 51, 53, 0.2);
  background: none;
}
html body.chr--custom.chr .modals-wrapper .modal-content {
  padding: 30px;
  font-family: "Lato";
  background: #ffffff;
}
html body.chr--custom.chr .modals-wrapper .modal-footer {
  padding: 20px;
  background: #EEEEEE;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
}
html body.chr--custom.chr .modals-wrapper .modal-popup {
  z-index: 99999;
  overflow: hidden;
}
html body.chr--custom.chr .modals-wrapper .modal-popup .action-close {
  margin: 0;
  padding: 26px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .modals-wrapper .modal-popup .action-close {
    padding: 26px;
  }
}
html body.chr--custom.chr .modals-wrapper .modal-popup .action-close::before {
  color: #ffffff !important;
  font-weight: bold;
}
html body.chr--custom.chr .modals-wrapper .modal-title {
  padding-bottom: 0;
  color: inherit;
  font-weight: 500;
  font-style: 18px;
  border: 0;
  padding-right: 70px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato-light-webfont.woff") format("woff"), url("fonts/lato-light-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/lato-semibold-webfont.woff") format("woff"), url("fonts/lato-semibold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/lato-black-webfont.woff") format("woff"), url("fonts/lato-black-webfont.woff2") format("woff2");
}
/* FONTICON ICOMOON, USE IF NEEDED */
@font-face {
  font-family: "theme";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/chr.woff") format("woff"), url("fonts/chr.woff2") format("woff2");
}
[class^=icon-]::before, [class^=icon-][class$=-after]::after, [class^=icon-][class*="-after "]::after, [class*=" icon-"]::before, [class*=" icon-"][class$=-after]::after, [class*=" icon-"][class*="-after "]::after {
  font-family: "theme" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-indeed::before, .icon-indeed-after::after {
  line-height: 1;
  content: "\e92d" !important;
}
.icon-linkedin::before, .icon-linkedin-after::after {
  line-height: 1;
  content: "\e91a" !important;
}
.icon-instagram::before, .icon-instagram-after::after {
  line-height: 1;
  content: "\e91b" !important;
}
.icon-youtube::before, .icon-youtube-after::after {
  line-height: 1;
  content: "\e91d" !important;
}
.icon-pinterest::before, .icon-pinterest-after::after {
    line-height: 1;
    content: "\e9d5" !important;
}
.icon-facebook::before, .icon-facebook-after::after {
  line-height: 1;
  content: "\e91c" !important;
}
.icon-chevron-up::before, .icon-chevron-up-after::after {
  line-height: 1;
  content: "\e908" !important;
}
.icon-chevron-down::before, .icon-chevron-down-after::after {
  line-height: 1;
  content: "\e909" !important;
}
.icon-chevron-right::before, .icon-chevron-right-after::after {
  line-height: 1;
  content: "\e902" !important;
}
.icon-chevron-left::before, .icon-chevron-left-after::after {
  line-height: 1;
  content: "\e907" !important;
}
.icon-chevron2-up::before, .icon-chevron2-up-after::after {
  line-height: 1;
  content: "\e90a" !important;
}
.icon-chevron2-down::before, .icon-chevron2-down-after::after {
  line-height: 1;
  content: "\e90b" !important;
}
.icon-chevron2-right::before, .icon-chevron2-right-after::after {
  line-height: 1;
  content: "\e90d" !important;
}
.icon-chevron2-left::before, .icon-chevron2-left-after::after {
  line-height: 1;
  content: "\e90c" !important;
}
.icon-dropdown::before, .icon-dropdown-after::after {
  line-height: 1;
  content: "\e90f" !important;
}
.icon-cross::before, .icon-cross-after::after {
  line-height: 1;
  content: "\e903" !important;
}
.icon-cancel::before, .icon-cancel-after::after {
  line-height: 1;
  content: "\e903" !important;
}
.icon-edit::before, .icon-edit-after::after {
  line-height: 1;
  content: "\e904" !important;
}
.icon-trash::before, .icon-trash-after::after {
  line-height: 1;
  content: "\e905" !important;
}
.icon-download::before, .icon-download-after::after {
  line-height: 1;
  content: "\e906" !important;
}
.icon-star::before, .icon-star-after::after {
  line-height: 1;
  content: "\e912" !important;
}
.icon-fav::before, .icon-fav-after::after {
  line-height: 1;
  content: "\e914" !important;
}
.icon-euro::before, .icon-euro-after::after {
  line-height: 1;
  content: "\e915" !important;
}
.icon-check::before, .icon-check-after::after {
  line-height: 1;
  content: "\e916" !important;
}
.icon-cc::before, .icon-cc-after::after {
  line-height: 1;
  content: "\e917" !important;
}
.icon-valid2::before, .icon-valid2-after::after {
  line-height: 1;
  content: "\e918" !important;
}
.icon-chat::before, .icon-chat-after::after {
  line-height: 1;
  content: "\e919" !important;
}
.icon-mail::before, .icon-mail-after::after {
  line-height: 1;
  content: "\e91e" !important;
}
.icon-blog::before, .icon-blog-after::after {
  line-height: 1;
  content: "\e91f" !important;
}
.icon-phone::before, .icon-phone-after::after {
  line-height: 1;
  content: "\e920" !important;
}
.icon-user::before, .icon-user-after::after {
  line-height: 1;
  content: "\e921" !important;
}
.icon-search::before, .icon-search-after::after {
  line-height: 1;
  content: "\e922" !important;
}
.icon-cart::before, .icon-cart-after::after {
  line-height: 1;
  content: "\e923" !important;
}
.icon-box::before, .icon-box-after::after {
  line-height: 1;
  content: "\e924" !important;
}
.icon-reload::before, .icon-reload-after::after {
  line-height: 1;
  content: "\e926" !important;
}
.icon-info::before, .icon-info-after::after {
  line-height: 1;
  content: "\e92e" !important;
}
.icon-pin::before, .icon-pin-after::after {
  line-height: 1;
  content: "\e9ba" !important;
}
.icon-oven::before, .icon-oven-after::after {
  line-height: 1;
  content: "\e925" !important;
}
.icon-table::before, .icon-table-after::after {
  line-height: 1;
  content: "\e918" !important;
}
.icon-washer::before, .icon-washer-after::after {
  line-height: 1;
  content: "\e913" !important;
}
.icon-cold::before, .icon-cold-after::after {
  line-height: 1;
  content: "\e911" !important;
}
.icon-pizza::before, .icon-pizza-after::after {
  line-height: 1;
  content: "\e910" !important;
}
.icon-bar::before, .icon-bar-after::after {
  line-height: 1;
  content: "\e90f" !important;
}
.icon-bakery::before, .icon-bakery-after::after {
  line-height: 1;
  content: "\e90e" !important;
}
.icon-food::before, .icon-food-after::after {
  line-height: 1;
  content: "\e92a" !important;
}
.icon-hightech::before, .icon-hightech-after::after {
  line-height: 1;
  content: "\e92b" !important;
}
.icon-clothes::before, .icon-clothes-after::after {
  line-height: 1;
  content: "\e92c" !important;
}
.icon-inox::before, .icon-inox-after::after {
  line-height: 1;
  content: "\e929" !important;
}
.icon-ustensils::before, .icon-ustensils-after::after {
  line-height: 1;
  content: "\e927" !important;
}
.icon-table-art::before, .icon-table-art-after::after {
  line-height: 1;
  content: "\e928" !important;
}
.icon-presentationbuffet::before, .icon-presentationbuffet-after::after {
  line-height: 1;
  content: "\e9bb" !important;
}
.icon-buffetrefrigere::before, .icon-buffetrefrigere-after::after {
  line-height: 1;
  content: "\e9b9" !important;
}
.icon-accessoiresfroid::before, .icon-accessoiresfroid-after::after {
  line-height: 1;
  content: "\e9b5" !important;
}
.icon-selfservice::before, .icon-selfservice-after::after {
  line-height: 1;
  content: "\e9b6" !important;
}
.icon-vrac::before, .icon-vrac-after::after {
  line-height: 1;
  content: "\e9b7" !important;
}
.icon-rechaud::before, .icon-rechaud-after::after {
  line-height: 1;
  content: "\e9b8" !important;
}
.icon-assiette::before, .icon-assiette-after::after {
  line-height: 1;
  content: "\e930" !important;
}
.icon-collection::before, .icon-collection-after::after {
  line-height: 1;
  content: "\e931" !important;
}
.icon-couverts::before, .icon-couverts-after::after {
  line-height: 1;
  content: "\e932" !important;
}
.icon-plateau::before, .icon-plateau-after::after {
  line-height: 1;
  content: "\e933" !important;
}
.icon-presentation::before, .icon-presentation-after::after {
  line-height: 1;
  content: "\e934" !important;
}
.icon-vaissellebio::before, .icon-vaissellebio-after::after {
  line-height: 1;
  content: "\e935" !important;
}
.icon-vaissellebuffet::before, .icon-vaissellebuffet-after::after {
  line-height: 1;
  content: "\e936" !important;
}
.icon-vaissellejetable::before, .icon-vaissellejetable-after::after {
  line-height: 1;
  content: "\e937" !important;
}
.icon-vaissellerestaurant::before, .icon-vaissellerestaurant-after::after {
  line-height: 1;
  content: "\e938" !important;
}
.icon-verrerie::before, .icon-verrerie-after::after {
  line-height: 1;
  content: "\e939" !important;
}
.icon-cocktail::before, .icon-cocktail-after::after {
  line-height: 1;
  content: "\e93a" !important;
}
.icon-jus::before, .icon-jus-after::after {
  line-height: 1;
  content: "\e93b" !important;
}
.icon-boissonschaudes::before, .icon-boissonschaudes-after::after {
  line-height: 1;
  content: "\e93c" !important;
}
.icon-cafe::before, .icon-cafe-after::after {
  line-height: 1;
  content: "\e93d" !important;
}
.icon-bar::before, .icon-bar-after::after {
  line-height: 1;
  content: "\e93e" !important;
}
.icon-petitdejeuner::before, .icon-petitdejeuner-after::after {
  line-height: 1;
  content: "\e93f" !important;
}
.icon-table::before, .icon-table-after::after {
  line-height: 1;
  content: "\e940" !important;
}
.icon-chaise::before, .icon-chaise-after::after {
  line-height: 1;
  content: "\e941" !important;
}
.icon-hotel::before, .icon-hotel-after::after {
  line-height: 1;
  content: "\e942" !important;
}
.icon-poteau::before, .icon-poteau-after::after {
  line-height: 1;
  content: "\e943" !important;
}
.icon-exterieur::before, .icon-exterieur-after::after {
  line-height: 1;
  content: "\e944" !important;
}
.icon-balance::before, .icon-balance-after::after {
  line-height: 1;
  content: "\e945" !important;
}
.icon-emballage::before, .icon-emballage-after::after {
  line-height: 1;
  content: "\e946" !important;
}
.icon-legume::before, .icon-legume-after::after {
  line-height: 1;
  content: "\e947" !important;
}
.icon-pate::before, .icon-pate-after::after {
  line-height: 1;
  content: "\e948" !important;
}
.icon-trancheuse::before, .icon-trancheuse-after::after {
  line-height: 1;
  content: "\e949" !important;
}
.icon-stockagealimentaire::before, .icon-stockagealimentaire-after::after {
  line-height: 1;
  content: "\e94a" !important;
}
.icon-viande::before, .icon-viande-after::after {
  line-height: 1;
  content: "\e94b" !important;
}
.icon-sousvide::before, .icon-sousvide-after::after {
  line-height: 1;
  content: "\e94c" !important;
}
.icon-saladette::before, .icon-saladette-after::after {
  line-height: 1;
  content: "\e94d" !important;
}
.icon-pizzapresse::before, .icon-pizzapresse-after::after {
  line-height: 1;
  content: "\e94e" !important;
}
.icon-pizzaustensiles::before, .icon-pizzaustensiles-after::after {
  line-height: 1;
  content: "\e94f" !important;
}
.icon-pizzaaccessoires::before, .icon-pizzaaccessoires-after::after {
  line-height: 1;
  content: "\e950" !important;
}
.icon-bouleuse::before, .icon-bouleuse-after::after {
  line-height: 1;
  content: "\e951" !important;
}
.icon-pizzafour::before, .icon-pizzafour-after::after {
  line-height: 1;
  content: "\e952" !important;
}
.icon-laminoir::before, .icon-laminoir-after::after {
  line-height: 1;
  content: "\e953" !important;
}
.icon-pizzapetrin::before, .icon-pizzapetrin-after::after {
  line-height: 1;
  content: "\e954" !important;
}
.icon-patisserie::before, .icon-patisserie-after::after {
  line-height: 1;
  content: "\e955" !important;
}
.icon-ustensiles::before, .icon-ustensiles-after::after {
  line-height: 1;
  content: "\e956" !important;
}
.icon-moules::before, .icon-moules-after::after {
  line-height: 1;
  content: "\e957" !important;
}
.icon-couteaux::before, .icon-couteaux-after::after {
  line-height: 1;
  content: "\e958" !important;
}
.icon-batterie::before, .icon-batterie-after::after {
  line-height: 1;
  content: "\e959" !important;
}
.icon-accessoirescuisson::before, .icon-accessoirescuisson-after::after {
  line-height: 1;
  content: "\e9bd" !important;
}
.icon-maintien::before, .icon-maintien-after::after {
  line-height: 1;
  content: "\e95b" !important;
}
.icon-fourneau::before, .icon-fourneau-after::after {
  line-height: 1;
  content: "\e95c" !important;
}
.icon-equipementchaud::before, .icon-equipementchaud-after::after {
  line-height: 1;
  content: "\e95d" !important;
}
.icon-cuissonfestive::before, .icon-cuissonfestive-after::after {
  line-height: 1;
  content: "\e95e" !important;
}
.icon-friteuse::before, .icon-friteuse-after::after {
  line-height: 1;
  content: "\e95f" !important;
}
.icon-salamandre::before, .icon-salamandre-after::after {
  line-height: 1;
  content: "\e960" !important;
}
.icon-plancha::before, .icon-plancha-after::after {
  line-height: 1;
  content: "\e961" !important;
}
.icon-fourpro::before, .icon-fourpro-after::after {
  line-height: 1;
  content: "\e962" !important;
}
.icon-snacking::before, .icon-snacking-after::after {
  line-height: 1;
  content: "\e964" !important;
}
.icon-cuiseur::before, .icon-cuiseur-after::after {
  line-height: 1;
  content: "\e965" !important;
}
.icon-barbecue::before, .icon-barbecue-after::after {
  line-height: 1;
  content: "\e966" !important;
}
.icon-inoxbac::before, .icon-inoxbac-after::after {
  line-height: 1;
  content: "\e967" !important;
}
.icon-chariot::before, .icon-chariot-after::after {
  line-height: 1;
  content: "\e968" !important;
}
.icon-rayonnage::before, .icon-rayonnage-after::after {
  line-height: 1;
  content: "\e969" !important;
}
.icon-inoxplonge::before, .icon-inoxplonge-after::after {
  line-height: 1;
  content: "\e96a" !important;
}
.icon-inoxmeuble::before, .icon-inoxmeuble-after::after {
  line-height: 1;
  content: "\e96b" !important;
}
.icon-poissonerie::before, .icon-poissonerie-after::after {
  line-height: 1;
  content: "\e96c" !important;
}
.icon-ventilation::before, .icon-ventilation-after::after {
  line-height: 1;
  content: "\e96d" !important;
}
.icon-inoxtable::before, .icon-inoxtable-after::after {
  line-height: 1;
  content: "\e96e" !important;
}
.icon-collecte::before, .icon-collecte-after::after {
  line-height: 1;
  content: "\e96f" !important;
}
.icon-hygiene::before, .icon-hygiene-after::after {
  line-height: 1;
  content: "\e970" !important;
}
.icon-entretien::before, .icon-entretien-after::after {
  line-height: 1;
  content: "\e971" !important;
}
.icon-nettoyage::before, .icon-nettoyage-after::after {
  line-height: 1;
  content: "\e972" !important;
}
.icon-laverie::before, .icon-laverie-after::after {
  line-height: 1;
  content: "\e973" !important;
}
.icon-soin::before, .icon-soin-after::after {
  line-height: 1;
  content: "\e974" !important;
}
.icon-lavage::before, .icon-lavage-after::after {
  line-height: 1;
  content: "\e975" !important;
}
.icon-buanderie::before, .icon-buanderie-after::after {
  line-height: 1;
  content: "\e976" !important;
}
.icon-chambrefroide::before, .icon-chambrefroide-after::after {
  line-height: 1;
  content: "\e977" !important;
}
.icon-refrigerebuffet::before, .icon-refrigerebuffet-after::after {
  line-height: 1;
  content: "\e978" !important;
}
.icon-refrigerearmoire::before, .icon-refrigerearmoire-after::after {
  line-height: 1;
  content: "\e979" !important;
}
.icon-boissons::before, .icon-boissons-after::after {
  line-height: 1;
  content: "\e97a" !important;
}
.icon-cellule::before, .icon-cellule-after::after {
  line-height: 1;
  content: "\e97b" !important;
}
.icon-congelateur::before, .icon-congelateur-after::after {
  line-height: 1;
  content: "\e97c" !important;
}
.icon-equipementdropin::before, .icon-equipementdropin-after::after {
  line-height: 1;
  content: "\e97d" !important;
}
.icon-glace::before, .icon-glace-after::after {
  line-height: 1;
  content: "\e97e" !important;
}
.icon-glacons::before, .icon-glacons-after::after {
  line-height: 1;
  content: "\e97f" !important;
}
.icon-refrigeretable::before, .icon-refrigeretable-after::after {
  line-height: 1;
  content: "\e980" !important;
}
.icon-transportfroid::before, .icon-transportfroid-after::after {
  line-height: 1;
  content: "\e981" !important;
}
.icon-refrigerevitrine::before, .icon-refrigerevitrine-after::after {
  line-height: 1;
  content: "\e92f" !important;
}
.icon-tablecafe::before, .icon-tablecafe-after::after {
  line-height: 1;
  content: "\e982" !important;
}
.icon-epiceriefine::before, .icon-epiceriefine-after::after {
  line-height: 1;
  content: "\e986" !important;
}
.icon-epiceriesalee::before, .icon-epiceriesalee-after::after {
  line-height: 1;
  content: "\e987" !important;
}
.icon-epiceriasucree::before, .icon-epiceriasucree-after::after {
  line-height: 1;
  content: "\e988" !important;
}
.icon-traiteur::before, .icon-traiteur-after::after {
  line-height: 1;
  content: "\e989" !important;
}
.icon-fruits::before, .icon-fruits-after::after {
  line-height: 1;
  content: "\e98a" !important;
}
.icon-maree::before, .icon-maree-after::after {
  line-height: 1;
  content: "\e98b" !important;
}
.icon-brasserie::before, .icon-brasserie-after::after {
  line-height: 1;
  content: "\e98c" !important;
}
.icon-vin::before, .icon-vin-after::after {
  line-height: 1;
  content: "\e98d" !important;
}
.icon-spiritueux::before, .icon-spiritueux-after::after {
  line-height: 1;
  content: "\e98e" !important;
}
.icon-monde::before, .icon-monde-after::after {
  line-height: 1;
  content: "\e98f" !important;
}
.icon-boucherie::before, .icon-boucherie-after::after {
  line-height: 1;
  content: "\e990" !important;
}
.icon-legumes::before, .icon-legumes-after::after {
  line-height: 1;
  content: "\e991" !important;
}
.icon-cremerie::before, .icon-cremerie-after::after {
  line-height: 1;
  content: "\e992" !important;
}
.icon-surgeles::before, .icon-surgeles-after::after {
  line-height: 1;
  content: "\e993" !important;
}
.icon-epices::before, .icon-epices-after::after {
  line-height: 1;
  content: "\e994" !important;
}
.icon-tablette::before, .icon-tablette-after::after {
  line-height: 1;
  content: "\e995" !important;
}
.icon-cadenas::before, .icon-cadenas-after::after {
  line-height: 1;
  content: "\e996" !important;
}
.icon-accessoiresinformatiques::before, .icon-accessoiresinformatiques-after::after {
  line-height: 1;
  content: "\e997" !important;
}
.icon-ordinateurfixe::before, .icon-ordinateurfixe-after::after {
  line-height: 1;
  content: "\e998" !important;
}
.icon-lecteurcheque::before, .icon-lecteurcheque-after::after {
  line-height: 1;
  content: "\e999" !important;
}
.icon-detection::before, .icon-detection-after::after {
  line-height: 1;
  content: "\e99a" !important;
}
.icon-terminalpdv::before, .icon-terminalpdv-after::after {
  line-height: 1;
  content: "\e99b" !important;
}
.icon-caisse::before, .icon-caisse-after::after {
  line-height: 1;
  content: "\e99c" !important;
}
.icon-terminalpaiement::before, .icon-terminalpaiement-after::after {
  line-height: 1;
  content: "\e9a1" !important;
}
.icon-stockage::before, .icon-stockage-after::after {
  line-height: 1;
  content: "\e9a2" !important;
}
.icon-ordinateur::before, .icon-ordinateur-after::after {
  line-height: 1;
  content: "\e9a3" !important;
}
.icon-caisseenregistreuse::before, .icon-caisseenregistreuse-after::after {
  line-height: 1;
  content: "\e9a4" !important;
}
.icon-tv::before, .icon-tv-after::after {
  line-height: 1;
  content: "\e9a5" !important;
}
.icon-coffre::before, .icon-coffre-after::after {
  line-height: 1;
  content: "\e9a6" !important;
}
.icon-encre::before, .icon-encre-after::after {
  line-height: 1;
  content: "\e9a7" !important;
}
.icon-balance::before, .icon-balance-after::after {
  line-height: 1;
  content: "\e9a8" !important;
}
.icon-imprimante::before, .icon-imprimante-after::after {
  line-height: 1;
  content: "\e9a9" !important;
}
.icon-blouse::before, .icon-blouse-after::after {
  line-height: 1;
  content: "\e9aa" !important;
}
.icon-chaussures::before, .icon-chaussures-after::after {
  line-height: 1;
  content: "\e9ab" !important;
}
.icon-combinaison::before, .icon-combinaison-after::after {
  line-height: 1;
  content: "\e9ac" !important;
}
.icon-tablierservice::before, .icon-tablierservice-after::after {
  line-height: 1;
  content: "\e9ad" !important;
}
.icon-chemise::before, .icon-chemise-after::after {
  line-height: 1;
  content: "\e9ae" !important;
}
.icon-tee::before, .icon-tee-after::after {
  line-height: 1;
  content: "\e9af" !important;
}
.icon-jupe::before, .icon-jupe-after::after {
  line-height: 1;
  content: "\e9b0" !important;
}
.icon-veste::before, .icon-veste-after::after {
  line-height: 1;
  content: "\e9b1" !important;
}
.icon-tabliercuisine::before, .icon-tabliercuisine-after::after {
  line-height: 1;
  content: "\e9b2" !important;
}
.icon-pantalon::before, .icon-pantalon-after::after {
  line-height: 1;
  content: "\e9b3" !important;
}
.icon-toque::before, .icon-toque-after::after {
  line-height: 1;
  content: "\e9b4" !important;
}
.icon-grated::before, .icon-grated-after::after {
  line-height: 1;
  content: "\e9bc" !important;
}
.icon-vetementunique::before, .icon-vetementunique-after::after {
  line-height: 1;
  content: "\e9be" !important;
}
.icon-tireusebiere::before, .icon-tireusebiere-after::after {
  line-height: 1;
  content: "\e9bf" !important;
}
.icon-meubleboissons::before, .icon-meubleboissons-after::after {
  line-height: 1;
  content: "\e9c0" !important;
}
.icon-frigo::before, .icon-frigo-after::after {
  line-height: 1;
  content: "\e9c1" !important;
}
.icon-planchadomestique::before, .icon-planchadomestique-after::after {
  line-height: 1;
  content: "\e9c2" !important;
}
.icon-luminaire::before, .icon-luminaire-after::after {
  line-height: 1;
  content: "\e9c3" !important;
}
.icon-pergola::before, .icon-pergola-after::after {
  line-height: 1;
  content: "\e9c4" !important;
}
.icon-plantes::before, .icon-plantes-after::after {
  line-height: 1;
  content: "\e9c5" !important;
}
.icon-complements::before, .icon-complements-after::after {
  line-height: 1;
  content: "\e9c6" !important;
}
.icon-clim::before, .icon-clim-after::after {
  line-height: 1;
  content: "\e9c7" !important;
}
.icon-chauffage::before, .icon-chauffage-after::after {
  line-height: 1;
  content: "\e9c8" !important;
}
.icon-aspirateurpro::before, .icon-aspirateurpro-after::after {
  line-height: 1;
  content: "\e9c9" !important;
}
.icon-aspirateurrobot::before, .icon-aspirateurrobot-after::after {
  line-height: 1;
  content: "\e9ca" !important;
}
.icon-fromagerie::before, .icon-fromagerie-after::after {
  line-height: 1;
  content: "\e9cb" !important;
}
.icon-ameublement::before, .icon-ameublement-after::after {
  line-height: 1;
  content: "\e9cc" !important;
}
.icon-alarme::before, .icon-alarme-after::after {
  line-height: 1;
  content: "\e9cd" !important;
}
.icon-serviceensalle::before, .icon-serviceensalle-after::after {
    line-height: 1;
    content: "\e9ce" !important;
}
.icon-signaletique::before, .icon-signaletique-after::after {
    line-height: 1;
    content: "\e9d1" !important;
}
.icon-decoration::before, .icon-decoration-after::after {
    line-height: 1;
    content: "\e9d0" !important;
}
.icon-etaldemarche::before, .icon-etaldemarche-after::after {
    line-height: 1;
    content: "\e9d4" !important;
}
.icon-stationcocktail::before, .icon-stationcocktail-after::after {
    line-height: 1;
    content: "\e9d3" !important;
}

@keyframes slideIn {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.appear--scale, .appear--scale--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--scale--child, .appear--scale:not(.active) {
  opacity: 0;
  transform: scale(1.25);
}
.appear--bottom, .appear--bottom--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--bottom--child, .appear--bottom:not(.active) {
  opacity: 0;
  transform: translateY(50px);
}
.appear--top, .appear--top--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--top--child, .appear--top:not(.active) {
  opacity: 0;
  transform: translateY(-50px);
}
.appear--right, .appear--right--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--right--child, .appear--right:not(.active) {
  opacity: 0;
  transform: translateX(50px);
}
.appear--left, .appear--left--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--left--child, .appear--left:not(.active) {
  opacity: 0;
  transform: translateX(-50px);
}
.appear--rotate, .appear--rotate--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--rotate--child, .appear--rotate:not(.active) {
  opacity: 0 !important;
  transform: scale(0) rotate(100deg) !important;
}
.appear--shutter, .appear--shutter--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--shutter--child, .appear--shutter:not(.active) {
  opacity: 0 !important;
  transform: rotateX(90deg) !important;
}
.appear--fade, .appear--fade--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--fade--child, .appear--fade:not(.active) {
  opacity: 0;
}
.appear--shrink, .appear--shrink--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--shrink--child, .appear--shrink:not(.active) {
  opacity: 0;
  transform: scaleX(0.1) !important;
}
.appear--delay:nth-child(1) {
  transition-delay: 0s !important;
}
.appear--delay:nth-child(2) {
  transition-delay: 0.1s !important;
}
.appear--delay:nth-child(3) {
  transition-delay: 0.2s !important;
}
.appear--delay:nth-child(4) {
  transition-delay: 0.3s !important;
}
.appear--delay:nth-child(5) {
  transition-delay: 0.4s !important;
}
.appear--delay:nth-child(6) {
  transition-delay: 0.5s !important;
}
.appear--delay:nth-child(7) {
  transition-delay: 0.6s !important;
}
.appear--delay:nth-child(8) {
  transition-delay: 0.7s !important;
}
.appear--delay:nth-child(9) {
  transition-delay: 0.8s !important;
}
.appear--delay:nth-child(10) {
  transition-delay: 0.9s !important;
}
.appear--delay:nth-child(11) {
  transition-delay: 1s !important;
}
.appear--delay:nth-child(12) {
  transition-delay: 1.1s !important;
}
.appear--delay:nth-child(13) {
  transition-delay: 1.2s !important;
}
.appear--delay:nth-child(14) {
  transition-delay: 1.3s !important;
}
.appear--delay:nth-child(15) {
  transition-delay: 1.4s !important;
}
.appear--delay:nth-child(16) {
  transition-delay: 1.5s !important;
}
.appear--delay:nth-child(17) {
  transition-delay: 1.6s !important;
}
.appear--delay:nth-child(18) {
  transition-delay: 1.7s !important;
}
.appear--delay:nth-child(19) {
  transition-delay: 1.8s !important;
}
.appear--delay:nth-child(20) {
  transition-delay: 1.9s !important;
}

html body.chr--custom.chr .btn {
  /********************************************** BUTTONS LAYOUT **********************************************/
  /********************************************** / END BUTTONS LAYOUT **********************************************/
  /********************************************** BUTTON APPEARANCE **********************************************/
  /********************************************** / END BUTTON APPEARANCE **********************************************/
}
html body.chr--custom.chr .btns {
  margin-top: 25px;
  font-size: 0;
  width: 100%;
  display: flex;
  transition: opacity 0.5s;
}
html body.chr--custom.chr .btns.disabled--agreement {
  cursor: pointer;
}
html body.chr--custom.chr .btns.disabled--agreement * {
  pointer-events: none;
}
html body.chr--custom.chr .btns--end {
  justify-content: flex-end;
}
html body.chr--custom.chr .btns--line {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.chr--custom.chr .btns--full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
html body.chr--custom.chr .btns .btn:not([style*="display: none"]) + .btn {
  margin-left: 15px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .btns .btn:not([style*="display: none"]) + .btn {
    margin-left: 20px;
  }
}
html body.chr--custom.chr .btns--break {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body.chr--custom.chr .btns--break.full > .btn {
  width: 100%;
}
html body.chr--custom.chr .btns--break .btn + .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .btns--break--mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.chr--custom.chr .btns--break--mobile.full > .btn {
    width: 100%;
  }
  html body.chr--custom.chr .btns--break--mobile .btn + .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .btns--break--tablet {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.chr--custom.chr .btns--break--tablet.full > .btn {
    width: 100%;
  }
  html body.chr--custom.chr .btns--break--tablet .btn + .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.chr--custom.chr .btns--break--tabletlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.chr--custom.chr .btns--break--tabletlarge.full > .btn {
    width: 100%;
  }
  html body.chr--custom.chr .btns--break--tabletlarge .btn + .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .btns--gap .btn + .btn {
    margin-left: 60px;
  }
}
html body.chr--custom.chr .btns--wrap {
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .btns--wrap--nomobile {
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -10px;
  }
}
html body.chr--custom.chr .btns--wrap--nomobile .btn, html body.chr--custom.chr .btns--wrap .btn {
  margin-left: 0 !important;
  margin-right: 12px;
  margin-bottom: 10px;
}
html body.chr--custom.chr .btns--group {
  display: inline-flex;
  vertical-align: middle;
  width: fit-content;
}
html body.chr--custom.chr .btns--group > .btn:not([style*="display: none"]) + .btn {
  margin-left: 0;
}
html body.chr--custom.chr .btns--group > .btn:last-child, html body.chr--custom.chr .btns--group > .btn:not(:first-child):not(:last-child) {
  border-left: none;
}
html body.chr--custom.chr .btns--group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html body.chr--custom.chr .btns--group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html body.chr--custom.chr .btns--group > .btn.btn--icon {
  height: 100%;
  padding: 5px;
}
html body.chr--custom.chr .btn.disabled, html body.chr--custom.chr .btn[disabled], fieldset[disabled] html body.chr--custom.chr .btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
html body.chr--custom.chr .btn {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #ff6702;
  background: #ff6702;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn:focus {
  outline: 0;
}
html body.chr--custom.chr .btn > em, html body.chr--custom.chr .btn > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn > em::before, html body.chr--custom.chr .btn > em::after, html body.chr--custom.chr .btn > span::before, html body.chr--custom.chr .btn > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn > em::before, html body.chr--custom.chr .btn > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn > em::after, html body.chr--custom.chr .btn > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn:hover > em, html body.chr--custom.chr .btn:hover > span, html body.chr--custom.chr .btn:active > em, html body.chr--custom.chr .btn:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .btn::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #ff8635;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn:active::after, html body.chr--custom.chr .btn.active::after, a:active html body.chr--custom.chr .btn:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--primary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #ff6702;
  background: #ff6702;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn--primary:focus {
  outline: 0;
}
html body.chr--custom.chr .btn--primary > em, html body.chr--custom.chr .btn--primary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn--primary > em::before, html body.chr--custom.chr .btn--primary > em::after, html body.chr--custom.chr .btn--primary > span::before, html body.chr--custom.chr .btn--primary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn--primary > em::before, html body.chr--custom.chr .btn--primary > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn--primary > em::after, html body.chr--custom.chr .btn--primary > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn--primary:hover > em, html body.chr--custom.chr .btn--primary:hover > span, html body.chr--custom.chr .btn--primary:active > em, html body.chr--custom.chr .btn--primary:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .btn--primary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #FFAB2C;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--primary::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--primary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--primary:active::after, html body.chr--custom.chr .btn--primary.active::after, a:active html body.chr--custom.chr .btn--primary:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--secondary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #786855;
  background: #786855;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn--secondary:focus {
  outline: 0;
}
html body.chr--custom.chr .btn--secondary > em, html body.chr--custom.chr .btn--secondary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn--secondary > em::before, html body.chr--custom.chr .btn--secondary > em::after, html body.chr--custom.chr .btn--secondary > span::before, html body.chr--custom.chr .btn--secondary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn--secondary > em::before, html body.chr--custom.chr .btn--secondary > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn--secondary > em::after, html body.chr--custom.chr .btn--secondary > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn--secondary:hover > em, html body.chr--custom.chr .btn--secondary:hover > span, html body.chr--custom.chr .btn--secondary:active > em, html body.chr--custom.chr .btn--secondary:active > span {
  color: #4f4f4f;
}
html body.chr--custom.chr .btn--secondary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #96826a;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--secondary::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--secondary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--secondary:active::after, html body.chr--custom.chr .btn--secondary.active::after, a:active html body.chr--custom.chr .btn--secondary:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--tertiary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #02cc53;
  background: #02cc53;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn--tertiary:focus {
  outline: 0;
}
html body.chr--custom.chr .btn--tertiary > em, html body.chr--custom.chr .btn--tertiary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn--tertiary > em::before, html body.chr--custom.chr .btn--tertiary > em::after, html body.chr--custom.chr .btn--tertiary > span::before, html body.chr--custom.chr .btn--tertiary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn--tertiary > em::before, html body.chr--custom.chr .btn--tertiary > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn--tertiary > em::after, html body.chr--custom.chr .btn--tertiary > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn--tertiary:hover > em, html body.chr--custom.chr .btn--tertiary:hover > span, html body.chr--custom.chr .btn--tertiary:active > em, html body.chr--custom.chr .btn--tertiary:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .btn--tertiary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #04fd68;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--tertiary::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--tertiary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--tertiary:active::after, html body.chr--custom.chr .btn--tertiary.active::after, a:active html body.chr--custom.chr .btn--tertiary:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--quaternary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #f8a838;
  background: #f8a838;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn--quaternary:focus {
  outline: 0;
}
html body.chr--custom.chr .btn--quaternary > em, html body.chr--custom.chr .btn--quaternary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn--quaternary > em::before, html body.chr--custom.chr .btn--quaternary > em::after, html body.chr--custom.chr .btn--quaternary > span::before, html body.chr--custom.chr .btn--quaternary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn--quaternary > em::before, html body.chr--custom.chr .btn--quaternary > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn--quaternary > em::after, html body.chr--custom.chr .btn--quaternary > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn--quaternary:hover > em, html body.chr--custom.chr .btn--quaternary:hover > span, html body.chr--custom.chr .btn--quaternary:active > em, html body.chr--custom.chr .btn--quaternary:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .btn--quaternary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #fabe69;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--quaternary::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--quaternary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--quaternary:active::after, html body.chr--custom.chr .btn--quaternary.active::after, a:active html body.chr--custom.chr .btn--quaternary:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--quinary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #9b57ff;
  background: #9b57ff;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn--quinary:focus {
  outline: 0;
}
html body.chr--custom.chr .btn--quinary > em, html body.chr--custom.chr .btn--quinary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn--quinary > em::before, html body.chr--custom.chr .btn--quinary > em::after, html body.chr--custom.chr .btn--quinary > span::before, html body.chr--custom.chr .btn--quinary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn--quinary > em::before, html body.chr--custom.chr .btn--quinary > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn--quinary > em::after, html body.chr--custom.chr .btn--quinary > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn--quinary:hover > em, html body.chr--custom.chr .btn--quinary:hover > span, html body.chr--custom.chr .btn--quinary:active > em, html body.chr--custom.chr .btn--quinary:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .btn--quinary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #b98aff;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--quinary::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--quinary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--quinary:active::after, html body.chr--custom.chr .btn--quinary.active::after, a:active html body.chr--custom.chr .btn--quinary:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--white {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #EEEEEE;
  background: #EEEEEE;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
}
html body.chr--custom.chr .btn--white:focus {
  outline: 0;
}
html body.chr--custom.chr .btn--white > em, html body.chr--custom.chr .btn--white > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #4f4f4f;
  transition: color 0.5s;
}
html body.chr--custom.chr .btn--white > em::before, html body.chr--custom.chr .btn--white > em::after, html body.chr--custom.chr .btn--white > span::before, html body.chr--custom.chr .btn--white > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .btn--white > em::before, html body.chr--custom.chr .btn--white > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .btn--white > em::after, html body.chr--custom.chr .btn--white > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .btn--white:hover > em, html body.chr--custom.chr .btn--white:hover > span, html body.chr--custom.chr .btn--white:active > em, html body.chr--custom.chr .btn--white:active > span {
  color: #4f4f4f;
}
html body.chr--custom.chr .btn--white::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #EEEEEE;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--white::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--white:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--white:active::after, html body.chr--custom.chr .btn--white.active::after, a:active html body.chr--custom.chr .btn--white:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--alt {
  border: 2px solid currentColor;
  background: transparent;
}
html body.chr--custom.chr .btn--alt::after {
  background: currentColor;
}
html body.chr--custom.chr .btn--alt > em, html body.chr--custom.chr .btn--alt > span {
  color: currentColor;
}
html body.chr--custom.chr .btn--alt.active > em, html body.chr--custom.chr .btn--alt.active > span, html body.chr--custom.chr .btn--alt:hover > em, html body.chr--custom.chr .btn--alt:hover > span, html body.chr--custom.chr .btn--alt:active > em, html body.chr--custom.chr .btn--alt:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .btn--alt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: currentColor;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .btn--alt::after {
    transition: none;
  }
}
html body.chr--custom.chr .btn--alt:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .btn--alt:active::after, html body.chr--custom.chr .btn--alt.active::after, a:active html body.chr--custom.chr .btn--alt:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .btn--simple::after {
  display: none !important;
}
html body.chr--custom.chr .btn--small {
  font-size: 12px;
  height: 36px;
  line-height: initial;
  padding: 0 10px;
}
html body.chr--custom.chr .btn--big {
  font-size: 20px;
  padding: 0 25px;
  height: 60px;
  border-radius: 4px;
  line-height: 60px;
}
html body.chr--custom.chr .btn--icon {
  width: 40px;
  padding: 0 20px;
  height: 40px;
}
html body.chr--custom.chr .btn--icon em::before {
  font-size: 18px;
  margin-right: 0;
}
html body.chr--custom.chr .btn--tag {
  padding: 4px;
  font-size: 12px;
  border-radius: 0px;
  line-height: initial;
  font-weight: normal;
  height: auto;
}
html body.chr--custom.chr .btn--tag + .btn {
  margin-left: 10px !important;
}
html body.chr--custom.chr .btn--tag em::before {
  margin-right: 5px;
  font-size: 10px;
  line-height: 0;
}
html body.chr--custom.chr .btn--static {
  pointer-events: none;
}

:root {
  --table-border-color: #DEDEDE;
  --table-border: 0px;
  --table-head-bg: #ff6702;
  --table-head-color: #ffffff;
  --table-cell-bg: #ffffff;
  --table-cell-color: #4f4f4f;
  --table-cell-padding: 10px 10px;
  --table-cell-border: var(--table-border);
}

html body.chr--custom.chr .page-wrapper .tabler {
  color: #000000;
  width: 100%;
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler {
    border: var(--table-border) solid var(--table-border-color);
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler {
    display: block;
  }
}
html body.chr--custom.chr .page-wrapper .tabler .price {
  font-size: inherit;
}
html body.chr--custom.chr .page-wrapper .tabler-gap::before {
  display: block;
  content: "";
  height: 40px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .tabler-gap::before {
    height: 0;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .tabler-gap:not(:first-child)::before {
    height: 60px;
  }
}
html body.chr--custom.chr .page-wrapper .tabler-gap ~ tbody td:first-child {
  padding-left: 10px;
}
html body.chr--custom.chr .page-wrapper .tabler-gap ~ tbody tr {
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler thead {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler tbody tr {
    padding: 5px 0;
  }
  html body.chr--custom.chr .page-wrapper .tabler tbody + tbody {
    margin-top: 35px;
  }
  html body.chr--custom.chr .page-wrapper .tabler tbody td[data-th]::before {
    font-weight: 700;
    content: attr(data-th);
    margin-right: 15px;
    text-align: right;
  }
  html body.chr--custom.chr .page-wrapper .tabler tbody th {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler tbody, html body.chr--custom.chr .page-wrapper .tabler tfoot {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler tfoot tr {
    display: flex;
    margin-top: calc(var(--table-border) * -1) !important;
  }
  html body.chr--custom.chr .page-wrapper .tabler tfoot tr > * {
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler tfoot th {
    text-align: right;
    --table-head-bg: var(--table-border-color);
    --table-head-color: var(--table-cell-color);
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler tr {
    display: block;
    border: var(--table-border) solid var(--table-border-color);
  }
  html body.chr--custom.chr .page-wrapper .tabler tr + tr {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler tr:not(:last-child) {
    border-bottom: var(--table-border) solid var(--table-border-color);
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler tr[data-tr]::before {
    font-weight: 700;
    content: attr(data-tr);
    background: var(--table-head-bg);
    color: var(--table-head-color);
    padding: var(--table-cell-padding);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body.chr--custom.chr .page-wrapper .tabler td, html body.chr--custom.chr .page-wrapper .tabler th {
  padding: var(--table-cell-padding);
  text-align: center;
  vertical-align: middle;
  border-bottom: var(--table-cell-border) solid var(--table-border-color);
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler td, html body.chr--custom.chr .page-wrapper .tabler th {
    border: var(--table-cell-border) solid var(--table-border-color);
  }
}
html body.chr--custom.chr .page-wrapper .tabler td :last-child > td, html body.chr--custom.chr .page-wrapper .tabler th :last-child > td {
  border-bottom: 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler td, html body.chr--custom.chr .page-wrapper .tabler th {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
html body.chr--custom.chr .page-wrapper .tabler td {
  color: var(--table-cell-color);
  background: var(--table-cell-bg);
}
html body.chr--custom.chr .page-wrapper .tabler th {
  color: var(--table-head-color);
  background: var(--table-head-bg);
  font-weight: 500;
}
html body.chr--custom.chr .page-wrapper .tabler--border {
  --table-border: 1px;
  --table-cell-border: 0px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler--lined tr {
    --table-cell-border: 1px;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler--lined tr {
    --table-border: 1px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .tabler--lined--large tr {
    --table-border: 1px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .tabler--lined--large tr:not(:last-child) {
    border-bottom: 1px solid var(--table-border-color);
  }
  html body.chr--custom.chr .page-wrapper .tabler--lined--large tr + tr {
    margin-top: 15px;
  }
}
html body.chr--custom.chr .page-wrapper .tabler--bordered {
  --table-border: 1px;
  --table-cell-border: 1px;
}
html body.chr--custom.chr .page-wrapper .tabler--striped tbody tr:nth-child(even) {
  --table-cell-bg: var(--table-border-color);
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler--extrems tbody td:first-child, html body.chr--custom.chr .page-wrapper .tabler--extrems tbody th:first-child, html body.chr--custom.chr .page-wrapper .tabler--extrems thead td:first-child, html body.chr--custom.chr .page-wrapper .tabler--extrems thead th:first-child {
    text-align: left;
  }
  html body.chr--custom.chr .page-wrapper .tabler--extrems tbody td:last-child, html body.chr--custom.chr .page-wrapper .tabler--extrems tbody th:last-child, html body.chr--custom.chr .page-wrapper .tabler--extrems thead td:last-child, html body.chr--custom.chr .page-wrapper .tabler--extrems thead th:last-child {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .tabler--gap td:first-child, html body.chr--custom.chr .page-wrapper .tabler--gap th:first-child {
    padding-left: 170px;
  }
  html body.chr--custom.chr .page-wrapper .tabler--gap td:last-child, html body.chr--custom.chr .page-wrapper .tabler--gap th:last-child {
    padding-right: 170px;
  }
}
html body.chr--custom.chr .page-wrapper .tabler--big {
  --table-cell-padding: 20px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler--cased tbody {
    --table-cell-border: 1px;
  }
  html body.chr--custom.chr .page-wrapper .tabler--cased tbody td {
    display: flex;
    margin-top: calc(var(--table-border) * -1);
    text-align: center;
    padding: 0;
  }
  html body.chr--custom.chr .page-wrapper .tabler--cased tbody td > *, html body.chr--custom.chr .page-wrapper .tabler--cased tbody td::before {
    width: 50%;
    text-align: center;
    padding: var(--table-cell-padding);
  }
  html body.chr--custom.chr .page-wrapper .tabler--cased tbody td::before {
    background: var(--table-border-color);
    margin: 0;
  }
}
html body.chr--custom.chr .page-wrapper .tabler--recap {
  --table-cell-color: #7D7D7D;
  --table-cell-bg: transparent;
  --table-head-bg: transparent;
  --table-head-color: var(--table-cell-color);
  --table-border-color: transparent;
  --table-cell-padding: 0;
  --table-border-color: #DEDEDE;
  color: #7D7D7D;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody td::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody th {
  color: var(--table-cell-color);
  font-weight: normal;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 1px 0;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr + tr {
  margin-top: 0;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr:nth-last-child(2) {
  --table-border: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  --table-cell-padding: 0 0 10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr:nth-last-child(2) {
    --table-cell-padding: 0 0 15px;
  }
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr:first-child {
  --table-cell-color: #4f4f4f;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr:first-child * {
  font-weight: bold;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr:last-child {
  --table-cell-padding: 15px 0;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody tr:last-child * {
  --table-cell-color: #4f4f4f;
  font-size: 18px;
  font-weight: 500;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
html body.chr--custom.chr .page-wrapper .tabler--recap tbody span {
  padding-right: 4px;
}
html body.chr--custom.chr .page-wrapper .tabler--choice {
  --table-cell-padding: 5px 10px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .tabler--choice tr + tr {
    margin-top: 15px;
  }
  html body.chr--custom.chr .page-wrapper .tabler--choice td {
    font-size: 12px;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .tabler--choice td {
    text-align: left;
    width: 20%;
  }
  html body.chr--custom.chr .page-wrapper .tabler--choice td:last-child {
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .tabler--choice td:last-child {
    padding-right: 12%;
  }
}
html body.chr--custom.chr .page-wrapper .tabler .shop-title + tr .col {
  padding-top: 10px;
}

.grids {
  display: grid;
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 100px;
  grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
  grid-template-rows: 266px 380px 266px 266px 266px 380px 380px 129px;
}
@media (min-width: 768px) {
  .grids {
    grid-template-areas: "item1 item2" "item1 item2" "item1 item2" "item3 item4" "item3 item4" "item3 item4" "item5 item6" "item5 item6" "item5 item6" "item7 item8" "item7 item8" "item7 item8";
    grid-template-rows: repeat(12, 76px);
  }
}
@media (min-width: 1024px) {
  .grids {
    grid-template-areas: "item1 item2 item3" "item1 item2 item3" "item1 item2 item3" "item4 item2 item5" "item4 item7 item5" "item4 item7 item5" "item6 item7 item5" "item6 item8 item8" "item6 item8 item8" "item6 item8 item8";
    padding: 0 25px;
    margin-top: 40px;
    margin-bottom: 151px;
    grid-template-rows: repeat(10, 76px);
  }
}
.grids-item {
  position: relative;
  border-radius: 2px;
  opacity: 0;
  transform: translateX(-20%);
}
.grids-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  transition: 0.75s;
  border-radius: 3px;
}
.grids-item:hover::before {
  transform: perspective(1px) translateZ(0) translate(8px, 5px);
}
.grids-item-link {
  display: block;
  height: 100%;
  background: linear-gradient(45deg, #000000 0%, #EEEEEE 100%);
  transition: transform 0.5s;
  border-radius: 2px;
}
.grids-item-link:hover {
  transform: perspective(1px) translateZ(0) translate(0px, -4px) scale(1.01);
}
.grids-item-link::before, .grids-item-link::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.grids-item-link::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.grids-item-link::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.grids-item-link:hover::before, .grids-item-link:hover::after {
  opacity: 0.6;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.grids-item-link-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  position: relative;
  -webkit-filter: grayscale(25%);
  filter: grayscale(25%);
}
.grids-item-link:hover .grids-item-link-image {
  opacity: 0.6;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.grids-item-link-title {
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.33;
  color: #ffffff;
  position: absolute;
  margin: 0 auto;
  left: 19px;
  bottom: 18px;
  z-index: 1;
  transition: 0.5s;
}
.grids-item-link:hover .grids-item-link-title {
  left: 26px;
}
body.loaded .grids-item {
  transform: none;
  opacity: 1;
}
.grids-item--1 {
  grid-area: item1;
  transition: 0.75s 0.25s;
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--2 {
  grid-area: item2;
  transition: 0.75s 0.5s;
  transform: translateX(20%);
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--3 {
  grid-area: item3;
  transition: 0.75s 0.75s;
  transform: translateX(-20%);
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--4 {
  grid-area: item4;
  transition: 0.75s 1s;
  transform: translateX(20%);
  transform: translateX(20%);
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--5 {
  grid-area: item5;
  transition: 0.75s 1.25s;
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--6 {
  grid-area: item6;
  transition: 0.75s 1.5s;
  transform: translateX(20%);
  transform: translateX(-20%);
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--7 {
  grid-area: item7;
  transition: 0.75s 1.75s;
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids-item--8 {
  grid-area: item8;
  transition: 0.75s 2s;
  transform: translateX(20%);
  transform: translateX(20%);
  /*
  @if $i % 2 == 0 {
      transform: translateX(-20%);
     }

  @if $i % 3 == 0 {
      transform: translateY(20%);
     }

  @if $i % 4 == 0 {
      transform: translateY(20%);
     }
     */
}
.grids--5 {
  margin-bottom: 30px;
  grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  grid-template-rows: 266px 266px 0px 0px 0px;
}
@media (min-width: 768px) {
  .grids--5 {
    grid-template-areas: "item1 item2" "item1 item2" "item3 item4" "item3 item4" "item5 item5" "item5 item5";
    grid-template-rows: repeat(6, 76px);
  }
}
@media (min-width: 1024px) {
  .grids--5 {
    grid-template-areas: "item1 item2 item3" "item1 item2 item3" "item1 item2 item3" "item4 item2 item3" "item4 item5 item5" "item4 item5 item5";
    padding: 0 25px;
    margin-top: 32px;
    margin-bottom: 40px;
    grid-template-rows: repeat(6, 76px);
  }
}
.grids--5 .gridlayout-item--1 {
  grid-area: item1;
}
.grids--5 .gridlayout-item--2 {
  grid-area: item2;
}
.grids--5 .gridlayout-item--3 {
  grid-area: item3;
}
.grids--5 .gridlayout-item--4 {
  grid-area: item4;
}
.grids--5 .gridlayout-item--5 {
  grid-area: item5;
}
.grids--5 .gridlayout-item--3, .grids--5 .gridlayout-item--4, .grids--5 .gridlayout-item--5 {
  display: none;
}
@media (min-width: 768px) {
  .grids--5 .gridlayout-item--3, .grids--5 .gridlayout-item--4, .grids--5 .gridlayout-item--5 {
    display: initial;
  }
}
.grids--9 {
  grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8" "item9";
  grid-template-rows: 130px 495px 380px 266px 266px 266px 380px 155px 129px;
}
@media (min-width: 768px) {
  .grids--9 {
    grid-template-areas: "item1 item2" "item1 item2" "item1 item2" "item3 item4" "item3 item4" "item3 item4" "item5 item6" "item5 item6" "item5 item6" "item7 item8" "item7 item8" "item7 item8" "item9 item9" "item9 item9" "item9 item9";
    grid-template-rows: repeat(12, 76px);
  }
}
@media (min-width: 1024px) {
  .grids--9 {
    grid-template-areas: "item1 item1 item1" "item1 item1 item1" "item1 item1 item1" "item1 item1 item1" "item2 item3 item4" "item2 item3 item4" "item2 item3 item4" "item2 item3 item7" "item2 item6 item7" "item5 item6 item7" "item5 item6 item7" "item5 item8 item8" "item9 item8 item8" "item9 item8 item8";
    grid-template-rows: repeat(14, 76px);
  }
}
.grids--9 .gridlayout-item--1 {
  grid-area: item1;
}
.grids--9 .gridlayout-item--2 {
  grid-area: item2;
}
.grids--9 .gridlayout-item--3 {
  grid-area: item3;
}
.grids--9 .gridlayout-item--4 {
  grid-area: item4;
}
.grids--9 .gridlayout-item--5 {
  grid-area: item5;
}
.grids--9 .gridlayout-item--6 {
  grid-area: item6;
}
.grids--9 .gridlayout-item--7 {
  grid-area: item7;
}
.grids--9 .gridlayout-item--8 {
  grid-area: item8;
}
.grids--9 .gridlayout-item--9 {
  grid-area: item9;
}
.grids--10 {
  grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8" "item9" "item10";
  grid-template-rows: 266px 129px 266px 380px 155px 380px 266px 495px 129px 129px;
}
@media (min-width: 768px) {
  .grids--10 {
    grid-template-areas: "item1 item2" "item1 item2" "item1 item2" "item3 item4" "item3 item4" "item3 item4" "item5 item6" "item5 item6" "item5 item6" "item7 item8" "item7 item8" "item7 item8" "item9 item10" "item9 item10" "item9 item10";
    grid-template-rows: repeat(12, 76px);
  }
}
@media (min-width: 1024px) {
  .grids--10 {
    grid-template-areas: "item1 item2 item2" "item1 item2 item2" "item1 item2 item2" "item3 item4 item5" "item3 item4 item5" "item3 item4 item8" "item6 item4 item8" "item6 item7 item8" "item6 item7 item8" "item6 item7 item8" "item9 item9 item10" "item9 item9 item10" "item9 item9 item10";
    grid-template-rows: repeat(14, 76px);
  }
}
.grids--10 .gridlayout-item--1 {
  grid-area: item1;
}
.grids--10 .gridlayout-item--2 {
  grid-area: item2;
}
.grids--10 .gridlayout-item--3 {
  grid-area: item3;
}
.grids--10 .gridlayout-item--4 {
  grid-area: item4;
}
.grids--10 .gridlayout-item--5 {
  grid-area: item5;
}
.grids--10 .gridlayout-item--6 {
  grid-area: item6;
}
.grids--10 .gridlayout-item--7 {
  grid-area: item7;
}
.grids--10 .gridlayout-item--8 {
  grid-area: item8;
}
.grids--10 .gridlayout-item--9 {
  grid-area: item9;
}
.grids--10 .gridlayout-item--10 {
  grid-area: item10;
}
.grids--12 {
  grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8" "item9" "item10" "item11" "item12";
  grid-template-rows: 266px 129px 380px 266px 266px 380px 495px 380px 129px 380px 266px 129px;
}
@media (min-width: 768px) {
  .grids--12 {
    grid-template-areas: "item1 item2" "item1 item2" "item1 item2" "item3 item4" "item3 item4" "item3 item4" "item5 item6" "item5 item6" "item5 item6" "item7 item8" "item7 item8" "item7 item8" "item9 item10" "item9 item10" "item9 item10" "item11 item12" "item11 item12" "item11 item12";
    grid-template-rows: repeat(12, 76px);
  }
}
@media (min-width: 1024px) {
  .grids--12 {
    grid-template-areas: "item1 item2 item2" "item1 item2 item2" "item1 item2 item2" "item3 item4 item5" "item3 item4 item5" "item3 item4 item5" "item3 item7 item8" "item6 item7 item8" "item6 item7 item8" "item6 item7 item8" "item6 item7 item10" "item9 item9 item10" "item9 item9 item10" "item9 item9 item10" "item11 item12 item12" "item11 item12 item12" "item11 item12 item12";
    grid-template-rows: repeat(17, 76px);
  }
}
.grids--12 .gridlayout-item--1 {
  grid-area: item1;
}
.grids--12 .gridlayout-item--2 {
  grid-area: item2;
}
.grids--12 .gridlayout-item--3 {
  grid-area: item3;
}
.grids--12 .gridlayout-item--4 {
  grid-area: item4;
}
.grids--12 .gridlayout-item--5 {
  grid-area: item5;
}
.grids--12 .gridlayout-item--6 {
  grid-area: item6;
}
.grids--12 .gridlayout-item--7 {
  grid-area: item7;
}
.grids--12 .gridlayout-item--8 {
  grid-area: item8;
}
.grids--12 .gridlayout-item--9 {
  grid-area: item9;
}
.grids--12 .gridlayout-item--10 {
  grid-area: item10;
}
.grids--12 .gridlayout-item--11 {
  grid-area: item11;
}
.grids--12 .gridlayout-item--12 {
  grid-area: item12;
}

:root {
  --section-gap: 50px;
}
@media (min-width: 768px) {
  :root {
    --section-gap: 70px;
  }
}

[data-content-type=row] {
  position: relative;
  clear: both;
}
[data-content-type=row] + [data-content-type=row] {
  margin-top: var(--section-gap);
}

.section, .section [data-content-type=row] {
  position: relative;
  clear: both;
  margin: var(--section-gap) 0;
}
.section:first-child, .section [data-content-type=row]:first-child {
  margin-top: 0;
}
.section--first {
  margin-top: 0;
}
.section--last {
  margin-bottom: 0;
}
.section--fill {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--fill, .section--fill::before, .section--fill::after {
  background: #EEEEEE;
}
.section--white {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--white, .section--white::before, .section--white::after {
  background: #ffffff;
}
.section--primary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--primary, .section--primary::before, .section--primary::after {
  background: #ff6702;
}
.section--secondary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--secondary, .section--secondary::before, .section--secondary::after {
  background: #786855;
}
.section--tertiary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--tertiary, .section--tertiary::before, .section--tertiary::after {
  background: #02cc53;
}
.section--quaternary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--quaternary, .section--quaternary::before, .section--quaternary::after {
  background: #f8a838;
}
.section--quinary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--quinary, .section--quinary::before, .section--quinary::after {
  background: #9b57ff;
}
.sections > .section:nth-child(2n) {
  margin: 0;
  padding: var(--section-gap) 0;
  background: #EEEEEE;
}
.sections > .section:nth-child(2n), .sections > .section:nth-child(2n)::before, .sections > .section:nth-child(2n)::after {
  background: #EEEEEE;
}
.section--skew {
  --section-gap: 3%;
  padding-bottom: calc(var(--section-gap) * 0.9);
}
.section--skew > * {
  position: relative;
  z-index: 70;
}
.section--skew::before, .section--skew::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  padding-top: 6%;
}
.section--skew::before {
  transform-origin: top left;
  transform: skewY(-3deg);
  top: 0;
}
.section--skew::after {
  transform-origin: top left;
  transform: translateY(100%) skewY(-3deg);
  bottom: 0;
}
.section--skew--top {
  z-index: 90;
}
.section--skew--top::after {
  display: none;
}
.section--skew + .section--skew {
  margin-top: 5.9%;
}
.section--skew + .section:not(.section--skew) {
  margin-top: calc(var(--section-gap) * 2);
}

.box {
  width: 100%;
  --gap-box: var(--gap-mobile);
  --section-border:1px;
  --gap-mobile: 20px;
  --gap-tablet: 30px;
  --gap-desktop: 40px;
}
.box + .box {
  margin-top: 20px;
}
html body.chr--custom.chr .box {
  background: #ffffff;
  border-radius: 8px;
  padding: var(--gap-box);
}
html body.chr--custom.chr .box--border {
  border: 1px solid #DEDEDE;
}
html body.chr--custom.chr .box--border--top {
  border-top: 1px solid #DEDEDE;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .box--border--large {
    border: 1px solid #DEDEDE;
  }
}
html body.chr--custom.chr .box--shadow {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  html body.chr--custom.chr .box--shadow--desktop {
    box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
}
html body.chr--custom.chr .box--shadow--big {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13);
}
html body.chr--custom.chr .box--fill {
  background: #EEEEEE;
}
html body.chr--custom.chr .box--gradient {
  background: linear-gradient(180deg, rgba(255, 103, 2, 0.4) 0%, rgba(217, 217, 217, 0) 83.64%);
}
html body.chr--custom.chr .box--neutral {
  background: transparent;
}
html body.chr--custom.chr .box--sharp {
  border-radius: 0;
}
@media (min-width: 768px) {
  .box {
    --gap-box: var(--gap-tablet);
  }
}
@media (min-width: 1280px) {
  .box {
    --gap-box: var(--gap-desktop);
  }
}
.box-content + .box-content {
  margin-top: 45px;
}
.box--small {
  --gap-mobile: 15px;
  --gap-tablet: 20px;
  --gap-desktop: 20px;
}
.box--medium {
  --gap-mobile: 15px;
  --gap-tablet: 25px;
  --gap-desktop: 30px;
}
.box-section {
  margin-left: calc(var(--gap-box) * -1);
  margin-right: calc(var(--gap-box) * -1);
  padding: var(--gap-box) var(--gap-box);
  box-sizing: content-box !important;
}
.box-section + .box-section {
  border-top: var(--section-border) solid #DEDEDE;
  position: relative;
  top: -var(--section-border);
}
.box-section:first-child {
  margin-top: calc(var(--gap-box) * -1);
}
.box-section:first-child[style*="max-height: 0px"] + .box-section {
  border-top: 0;
}
.box-section:last-child {
  margin-bottom: calc(var(--gap-box) * -1 - var(--section-border));
}
.box-text {
  margin-bottom: 25px;
  font-weight: normal;
}
.box::before {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  display: none;
  margin: 0 auto 25px;
}
.box--clickable {
  transition: opacity 0.3s ease;
}
.box--clickable:hover {
  cursor: pointer;
  opacity: 0.7;
}
.box--clickable:hover .link {
  color: #ff6702 !important;
}
.box-col {
  padding: var(--gap-box);
}
.box-cols {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin-bottom: calc(var(--gap-box) * -1);
}
@media (min-width: 1024px) {
  .box-cols {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .box-cols--fill .box-col {
    flex: 1;
  }
}
.box-col + .box-col {
  border-top: 1px solid #DEDEDE;
}
@media (min-width: 1024px) {
  .box-col + .box-col {
    border-top: 0;
    border-left: 1px solid #DEDEDE;
  }
}

html body.chr--custom.chr .page-wrapper .vignette-box {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
  transition: opacity 0.6s, transform 0.6s, border-color 0.6s;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
html body.chr--custom.chr .page-wrapper .vignette-box:hover {
  border-color: #ff6702;
}
.slick-slide html body.chr--custom.chr .page-wrapper .vignette-box {
  width: 100%;
  padding-bottom: 0;
}
html body.chr--custom.chr .page-wrapper .vignette-box--slide {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette-box--slide {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette-box--grid {
    border-radius: 0;
  }
}
html body.chr--custom.chr .page-wrapper .vignette-col {
  position: relative;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette-col {
    margin-right: -1px;
    margin-bottom: -1px;
  }
  html body.chr--custom.chr .page-wrapper .vignette-col:hover {
    z-index: 10;
  }
}
html body.chr--custom.chr .page-wrapper .vignette {
  /*
  &:hover .vignette-img{

      &{
          // transform: translateX(-50%);
          opacity: 0;
      }

      &--alone{
          opacity: 1;
      }

      &--hover{
          opacity: 1;
          transform: translateX(-50%);
      }

  }
  */
}
html body.chr--custom.chr .page-wrapper .vignette {
  position: relative;
  cursor: pointer;
  transition: opacity 0.75s, transform 0.75s;
  transform: perspective(1200px);
  width: 100%;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 5px 5px 15px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  border: 0;
  border-radius: 5px;
  height: 100%;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette {
    min-height: min-content;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: initial;
  }
}
html body.chr--custom.chr .page-wrapper .vignette--loading {
  pointer-events: none;
}
html body.chr--custom.chr .page-wrapper .vignettes-list html body.chr--custom.chr .page-wrapper .vignette--loading {
  pointer-events: initial;
}
html body.chr--custom.chr .page-wrapper .vignette-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
}
html body.chr--custom.chr .page-wrapper .vignette-img {
  width: 100%;
  /*
  margin: 0 auto;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  object-fit: cover;
  transition: opacity 0.5s, transform 0.5s;

  @include bp(md){
      width: 140px;
      height: 140px;
  }
  // for custom second vignette image on hover
  &--hover{
      opacity: 0;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 45px;
      transform: translateX(-20%);

      @include bp(md){
          top: 20px;
      }
  }
  */
}
html body.chr--custom.chr .page-wrapper .vignette-img-container {
  position: relative;
}
html body.chr--custom.chr .page-wrapper .vignette-img *:not(style):not(script) {
  width: 100% !important;
  display: block;
}
html body.chr--custom.chr .page-wrapper .vignette-details {
  text-align: center;
}
html body.chr--custom.chr .page-wrapper .vignette-brand {
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  min-height: 22px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
html body.chr--custom.chr .page-wrapper .vignette-promo {
  min-width: 100%;
  flex-wrap: wrap;
}
html body.chr--custom.chr .page-wrapper .vignette-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  border: 0;
  box-shadow: none;
  position: relative;
}
html body.chr--custom.chr .page-wrapper .vignette-content-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
  padding: 0;
  width: 100%;
}
html body.chr--custom.chr .page-wrapper .vignette-content-details > :nth-child(2) {
  margin-top: auto !important;
}
html body.chr--custom.chr .page-wrapper .vignette-rating {
  display: flex;
  align-items: center;
  height: 22px;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
  margin-bottom: 25px;
}
html body.chr--custom.chr .page-wrapper .vignette-nostock {
  background: rgba(79, 79, 79, 0.5);
  z-index: 10;
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transform: none;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
  transform: translateX(-50%) !important;
  line-height: 1;
  max-width: 100%;
}
html body.chr--custom.chr .page-wrapper .vignette-nostock-content {
  background: rgba(79, 79, 79, 0.5);
  border: 2px solid #ffffff;
  font-weight: bold;
  font-family: "Arial";
  color: #ffffff;
  padding: 12px;
}
html body.chr--custom.chr .page-wrapper .vignette-price {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  margin: 5px 0 15px;
  font-weight: bold;
  padding: 0 10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette-price {
    padding: 0 15px;
  }
}
html body.chr--custom.chr .page-wrapper .vignette-price .price {
  font-weight: bold;
  line-height: 16.8px;
  font-size: 14px;
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-box {
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-label {
  display: none;
  font-weight: 400;
  color: #DEDEDE;
  margin-bottom: 2px;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-right: 2px;
  order: -1;
  margin-top: 0;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 5px;
  }
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label);
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-bottom: 4px;
  font-size: 10px !important;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]), html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice] {
  font-size: 10px !important;
  text-decoration: none;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice] {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice] *, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice] * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice]::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice] .price, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice] .price {
  text-decoration: line-through;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .vignette-price .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .vignette-price .price-excluding-tax[data-price-type=oldPrice]::after {
  text-decoration: line-through;
  content: " " attr(data-label);
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-old {
  font-size: 10px !important;
  text-decoration: line-through;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-old {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-old, html body.chr--custom.chr .page-wrapper .vignette-price .price-old * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-old::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .vignette-price .price-old::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .vignette-price .tax {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
html body.chr--custom.chr .page-wrapper .vignette-price > html body.chr--custom.chr .page-wrapper .vignette-price {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .vignette-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
html body.chr--custom.chr .page-wrapper .vignette-action:first-child {
  margin-top: 0;
}
html body.chr--custom.chr .page-wrapper .vignette-actions {
  position: relative !important;
  margin: 0 0 0 0 !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  clip: initial !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0 0 !important;
  background: transparent !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html body.chr--custom.chr .page-wrapper .vignette-actions::before {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .vignette-actions-content {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .vignette-icon {
  color: #828282;
  line-height: 17px !important;
  width: auto !important;
  padding-left: 5px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignette-icon {
    padding-left: 13px;
  }
}
html body.chr--custom.chr .page-wrapper .vignette-icon::before {
  font-family: "theme";
  width: auto;
  font-size: 19px;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .vignette .price-box {
  margin: 0;
}
.vignette-comment {
  padding: 6px 10px;
  line-height: 1.2;
}
html body.chr--custom.chr .page-wrapper .vignettes > * {
  margin-top: var(--bs-gutter-y);
}
html body.chr--custom.chr .page-wrapper .vignettes-slider {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1s, transform 1s;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignettes-slider {
    padding-bottom: 20px;
  }
}
html body.chr--custom.chr .page-wrapper .vignettes-slider.slick-initialized {
  opacity: 1;
  transform: none;
}
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-list {
    overflow: hidden;
  }
}
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-prev,
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-next {
  margin-top: -40px;
  background: #ffffff !important;
}
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-prev::before,
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-next::before {
  color: #ff6702 !important;
}
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-prev {
  left: 0;
}
@media (min-width: 1440px) {
  html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-prev {
    left: -70px;
  }
}
html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-next {
  right: 0;
}
@media (min-width: 1440px) {
  html body.chr--custom.chr .page-wrapper .vignettes-slider .slick-next {
    right: -70px;
  }
}

html body.chr--custom.chr .page-wrapper .rating-result {
  height: auto;
}
html body.chr--custom.chr .page-wrapper .rating-result > span::before, html body.chr--custom.chr .page-wrapper .rating-result::before {
  font-family: "theme";
  content: "\e912" "\e912" "\e912" "\e912" "\e912";
  color: #DEDEDE;
}
html body.chr--custom.chr .page-wrapper .rating-result > span::before {
  color: #f8a838;
}

/********** VARS **********/
:root {
  --input-height: 32px;
  --input-labelsize: 14px;
  --input-fontsize: 12px;
  --input-background: #ffffff;
  --input-border: 1px;
  --input-border-color: #DEDEDE;
  --input-size: 14px;
  --input-radius: 1px;
  --input-active-fill: #ff6702 ;
  --input-active-color: #ffffff ;
}

/********** MIXINS **********/
/********** INPUTS **********/
.input-label {
  color: #4f4f4f;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  padding-top: 7px;
  font-weight: 500;
  font-size: var(--input-labelsize);
  width: 100%;
}
.input-label small {
  text-transform: none;
}
.required > .input-label::after {
  content: " *";
  font-size: 100%;
  line-height: 0;
  position: relative;
  top: -0.2em;
  color: #ff0000;
}
.input-row {
  display: flex;
}
.input-box {
  position: relative;
  width: 100%;
  transition: color 0.3s;
}
.search .input-box {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 1279px) {
  .search .input-box::before {
    right: 30px;
  }
}
.input-box + .input-box {
  margin-top: 15px;
}
.input-box[class*=icon-] input {
  padding-right: 45px;
}
@media (min-width: 768px) {
  .input-box[class*=icon-] input {
    padding-right: 55px;
  }
}
.input-box::before {
  z-index: 3;
  display: block;
  position: absolute;
  right: 13px;
  bottom: calc(var(--input-height) / 2);
  transform: translate(0, 50%);
  font-size: calc(var(--input-fontsize) * 1.666);
  line-height: 1;
}
.input-box--small {
  --input-height: 18px;
}
.input-box--big {
  --input-height: 60px;
  --input-fontsize: 16px;
  --input-size: 30px;
}
.input-box--alt {
  --input-background: #EEEEEE;
  --input-border-color: transparent;
  --input-switch-color: #DEDEDE;
  --input-active-fill: #fabe69 ;
  --input-active-color: #7d24ff ;
}
.input-box--rounded {
  --input-radius: calc(var(--input-height) * 0.5);
}
html body.chr--custom.chr .input-text {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  padding: 0 9px;
  text-overflow: ellipsis;
}
html body.chr--custom.chr .input-text:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
html body.chr--custom.chr .input-text[readonly] {
  cursor: default;
}
html body.chr--custom.chr .input-text[disabled] {
  opacity: 0.4;
}
html body.chr--custom.chr .input-text:not([readonly]).validation-failed, html body.chr--custom.chr .input-text:not([readonly]).error, html body.chr--custom.chr .input-text:not([readonly]).mage-error {
  border-color: #ff0000;
}
html body.chr--custom.chr .input-text:not([readonly]).valid {
  border-color: #02cc53;
}
html body.chr--custom.chr .input-text[type=password]::-ms-reveal {
  display: none;
}
html body.chr--custom.chr .input-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.input-file {
  display: none;
}
.input-file-box {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.input-file-box:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
.input-file-box[readonly] {
  cursor: default;
}
.input-file-box[disabled] {
  opacity: 0.4;
}
.input-file-box:not([readonly]).validation-failed, .input-file-box:not([readonly]).error, .input-file-box:not([readonly]).mage-error {
  border-color: #ff0000;
}
.input-file-box:not([readonly]).valid {
  border-color: #02cc53;
}
.input-file-btn {
  height: var(--input-height);
  line-height: var(--input-height);
}
.input-mandatory {
  font-size: 12px;
  font-style: normal;
  color: #ff6702;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
.input-mandatory::before {
  content: "* ";
}
.input-mandatory.nobefore::before {
  display: none;
}
html body.chr--custom.chr .input-btn {
  margin-left: 0;
  border-radius: 0 var(--input-radius) var(--input-radius) 0;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: 12px;
  margin-left: calc(var(--input-radius) * -0.75);
  padding: 0 15px;
  flex-shrink: 0;
}
.input-date {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
}
.input-date:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
.input-date[readonly] {
  cursor: default;
}
.input-date[disabled] {
  opacity: 0.4;
}
.input-date:not([readonly]).validation-failed, .input-date:not([readonly]).error, .input-date:not([readonly]).mage-error {
  border-color: #ff0000;
}
.input-date:not([readonly]).valid {
  border-color: #02cc53;
}

/********** SELECTS **********/
.select, .select-box select {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  line-height: normal;
  padding: 7px 36px 7px 9px;
}
.select:not([disabled]):focus, .select-box select:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
.select[readonly], .select-box select[readonly] {
  cursor: default;
}
.select[disabled], .select-box select[disabled] {
  opacity: 0.4;
}
.select:not([readonly]).validation-failed, .select:not([readonly]).error, .select:not([readonly]).mage-error, .select-box select:not([readonly]).validation-failed, .select-box select:not([readonly]).error, .select-box select:not([readonly]).mage-error {
  border-color: #ff0000;
}
.select:not([readonly]).valid, .select-box select:not([readonly]).valid {
  border-color: #02cc53;
}
.select::-ms-expand, .select-box select::-ms-expand {
  display: none;
}
.select-label {
  color: #4f4f4f;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  padding-top: 7px;
  font-weight: 500;
  font-size: var(--input-labelsize);
  width: 100%;
}
.select-label small {
  text-transform: none;
}
.required > .select-label::after {
  content: " *";
  font-size: 100%;
  line-height: 0;
  position: relative;
  top: -0.2em;
  color: #ff0000;
}
.select-box {
  position: relative;
}
.select-box--small {
  --input-height: 18px;
}
.select-box--big {
  --input-height: 60px;
  --input-fontsize: 16px;
  --input-size: 30px;
}
.select-box--alt {
  --input-background: #EEEEEE;
  --input-border-color: transparent;
  --input-switch-color: #DEDEDE;
  --input-active-fill: #fabe69 ;
  --input-active-color: #7d24ff ;
}
.select-box--rounded {
  --input-radius: calc(var(--input-height) * 0.5);
}
.select-box::before {
  position: absolute;
  pointer-events: none;
  content: "\e90b";
  font-family: "theme";
  right: 14px;
  bottom: calc(var(--input-height) / 2);
  line-height: 1;
  --font-size: calc(var(--input-fontsize) * 0.8);
  font-size: var(--font-size);
  z-index: 5;
  color: #4f4f4f;
  transform: translate(0, 50%);
  transition: 0.5s;
}
.select--long {
  min-width: 165px;
}

/********** RADIOS & CHECKBOXES **********/
html body.chr--custom.chr .radio, html body.chr--custom.chr .checkbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.radio-box, .checkbox-box {
  text-align: left;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 0;
  position: relative;
  --input-radius: 2px;
  --input-fontsize: 14px;
  --input-width: var(--input-size);
  --input-border-color: #7D7D7D;
  --input-switch-size: calc(var(--input-size) * 1.3);
  --input-switch-width: calc(var(--input-switch-size) * 2);
  --input-switch-color: #EEEEEE;
  --input-lineheight: calc(var(--input-fontsize) * 16 / 14);
  --input-padding: calc((var(--input-height) - var(--input-lineheight)) * 0.5);
  --input-gap: 5px;
}
.radio-box::after, .checkbox-box::after {
  display: block;
  clear: both;
  content: "";
}
.input-label + .radio-box, .input-label + .checkbox-box {
  margin-top: 15px;
}
.radio-box--small, .checkbox-box--small {
  --input-height: 18px;
}
.radio-box--big, .checkbox-box--big {
  --input-height: 60px;
  --input-fontsize: 16px;
  --input-size: 30px;
}
.radio-box--alt, .checkbox-box--alt {
  --input-background: #EEEEEE;
  --input-border-color: transparent;
  --input-switch-color: #DEDEDE;
  --input-active-fill: #fabe69 ;
  --input-active-color: #7d24ff ;
}
.radio-box--rounded, .checkbox-box--rounded {
  --input-radius: calc(var(--input-height) * 0.5);
}
@media (min-width: 768px) {
  .radio-title + .radio-box, .radio-title + .checkbox-box, .checkbox-title + .radio-box, .checkbox-title + .checkbox-box {
    display: inline-block;
    vertical-align: top;
  }
}
.radio-label, .checkbox-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: default;
  user-select: none;
  font-size: var(--input-fontsize);
  line-height: var(--input-lineheight);
  min-height: var(--input-height);
  padding-left: calc(var(--input-width) + var(--input-gap)) !important;
  padding-top: var(--input-padding) !important;
  padding-bottom: var(--input-padding) !important;
  transition: color 0.3s;
  font-weight: 500;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .radio-label, .checkbox-label {
    margin-right: 40px;
  }
}
[disabled] + .radio-label, [disabled] + .checkbox-label {
  opacity: 0.4;
}
.radio-label::before, .radio-label::after, .checkbox-label::before, .checkbox-label::after {
  position: absolute;
  font-size: calc(var(--input-size) * 0.75);
  height: var(--input-size);
  width: var(--input-width);
  top: calc((var(--input-height) - var(--input-size)) / 2);
  left: 0;
}
.radio-label::before, .checkbox-label::before {
  content: "";
  border: var(--input-border) solid;
  background: var(--input-background);
  border-color: var(--input-border-color);
  border-radius: calc(var(--input-radius) * 0.5);
  transition: 0.3s;
  box-sizing: border-box;
}
.radio-label::after, .checkbox-label::after {
  content: "\e916";
  font-family: "theme";
  background: none;
  color: var(--input-active-color);
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.required > .radio-label span::after, .required > .checkbox-label span::after {
  content: " *";
  font-size: 100%;
  line-height: 0;
  position: relative;
  top: -0.2em;
  color: #ff0000;
}
.radio-label .price, .checkbox-label .price {
  font-weight: inherit;
}
.radio-label--switch, .checkbox-label--switch {
  position: relative;
  padding-left: calc(var(--input-switch-width) + var(--input-gap));
}
.radio-label--switch::before, .radio-label--switch::after, .checkbox-label--switch::before, .checkbox-label--switch::after {
  height: var(--input-switch-size);
  top: calc((var(--input-height) - var(--input-switch-size)) / 2);
}
.radio-label--switch em::before, .checkbox-label--switch em::before {
  content: attr(data-ko);
}
.radio-label--switch::before, .checkbox-label--switch::before {
  width: var(--input-switch-width);
  border-radius: calc(var(--input-switch-size) * 0.5);
  border: var(--input-border) solid var(--input-border-color);
  background: var(--input-background);
}
.radio-label--switch::after, .checkbox-label--switch::after {
  content: "";
  width: var(--input-switch-size);
  transform: scale(0.77) !important;
  background: var(--input-switch-color);
  left: 0;
  border-radius: 50%;
}
.radio-label-img, .checkbox-label-img {
  height: 26px;
  margin-left: 7px;
  margin-top: -6px;
  margin-bottom: -13px;
}
.radio-label .price-including-tax, .checkbox-label .price-including-tax {
  display: inline-block;
}
.radio-label .price-excluding-tax, .checkbox-label .price-excluding-tax {
  display: none;
}
.radio.mage-error:not(:checked) ~ .radio-label, .radio.error:not(:checked) ~ .radio-label, .radio.validation-failed:not(:checked) + .radio-label, .radio.mage-error:not(:checked) ~ .checkbox-label, .radio.error:not(:checked) ~ .checkbox-label, .radio.validation-failed:not(:checked) + .checkbox-label, .checkbox.mage-error:not(:checked) ~ .radio-label, .checkbox.error:not(:checked) ~ .radio-label, .checkbox.validation-failed:not(:checked) + .radio-label, .checkbox.mage-error:not(:checked) ~ .checkbox-label, .checkbox.error:not(:checked) ~ .checkbox-label, .checkbox.validation-failed:not(:checked) + .checkbox-label {
  color: #ff0000;
}
.radio.mage-error:not(:checked) ~ .radio-label::before, .radio.error:not(:checked) ~ .radio-label::before, .radio.validation-failed:not(:checked) + .radio-label::before, .radio.mage-error:not(:checked) ~ .checkbox-label::before, .radio.error:not(:checked) ~ .checkbox-label::before, .radio.validation-failed:not(:checked) + .checkbox-label::before, .checkbox.mage-error:not(:checked) ~ .radio-label::before, .checkbox.error:not(:checked) ~ .radio-label::before, .checkbox.validation-failed:not(:checked) + .radio-label::before, .checkbox.mage-error:not(:checked) ~ .checkbox-label::before, .checkbox.error:not(:checked) ~ .checkbox-label::before, .checkbox.validation-failed:not(:checked) + .checkbox-label::before {
  border-color: #ff0000;
}
.radio.valid + .radio-label::before, .radio.valid + .checkbox-label::before, .checkbox.valid + .radio-label::before, .checkbox.valid + .checkbox-label::before {
  border-color: #02cc53;
}
.radio ~ .radio-label, .radio ~ .checkbox-label, .checkbox ~ .radio-label, .checkbox ~ .checkbox-label {
  cursor: pointer;
}
.radio ~ .radio-label::after, .radio ~ .checkbox-label::after, .checkbox ~ .radio-label::after, .checkbox ~ .checkbox-label::after {
  transform: scale(0);
  transition: 0.3s;
}
.radio:checked + .radio-label::before, .radio:checked + .checkbox-label::before, .checkbox:checked + .radio-label::before, .checkbox:checked + .checkbox-label::before {
  border-color: var(--input-active-fill);
  background: var(--input-active-fill);
}
.radio:checked + .radio-label::after, .radio:checked + .checkbox-label::after, .checkbox:checked + .radio-label::after, .checkbox:checked + .checkbox-label::after {
  opacity: 1;
  transform: scale(0.65);
  transition: 0.3s;
  border-color: #4f4f4f;
}
.radio:checked + .radio-label--switch em::before, .radio:checked + .checkbox-label--switch em::before, .checkbox:checked + .radio-label--switch em::before, .checkbox:checked + .checkbox-label--switch em::before {
  content: attr(data-ok);
}
.radio:checked + .radio-label--switch::before, .radio:checked + .checkbox-label--switch::before, .checkbox:checked + .radio-label--switch::before, .checkbox:checked + .checkbox-label--switch::before {
  background: var(--input-active-fill);
}
.radio:checked + .radio-label--switch::after, .radio:checked + .checkbox-label--switch::after, .checkbox:checked + .radio-label--switch::after, .checkbox:checked + .checkbox-label--switch::after {
  left: calc(var(--input-switch-width) - var(--input-switch-size));
  background-color: var(--input-active-color);
}

.radio-label-title {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #4f4f4f;
  display: block;
}
.radio-label::before, .radio-label::after {
  border-radius: 100%;
  box-sizing: border-box;
}
.radio-label::before {
  font-size: 0;
  opacity: 1;
  background: var(--input-background) !important;
  border-color: var(--input-border-color);
}
.radio-label::after {
  z-index: 5;
  content: "";
  background: var(--input-active-fill);
}
.radio:checked + .radio-label::before {
  background: var(--input-active-fill) !important;
}
.radio:checked + .radio-label::after {
  transform: scale(0.5);
  background: currentColor;
}

/********** RANGE SLIDER (DIFFERS FROM USED MODULE) **********/
.price-range-min, .price-range-max {
  transition: background 0.3s;
  padding: 5px;
  margin: -5px;
}
.price-range-min::after, .price-range-max::after {
  content: attr(data-currency) !important;
}
.price-range-min:hover, .price-range-max:hover {
  background: #7D7D7D;
  cursor: pointer;
}
.price-range-min {
  float: left;
}
.price-range-max {
  float: right;
}
.price-range-current {
  font-size: 12px;
  font-weight: 500;
}
.price-range-current::after {
  display: block;
  clear: both;
  content: "";
}

/********** QTY SELECTORS (VOIR G20 POUR SELECTEURS PLUS COMPLEXES) **********/
html body.chr--custom.chr .page-wrapper .qtty {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .qtty--vertical {
  flex-direction: column-reverse;
  justify-content: center;
}
html body.chr--custom.chr .page-wrapper .qtty--small {
  --input-height: 20px;
}
html body.chr--custom.chr .page-wrapper .qtty-input {
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  text-align: center;
  width: 50px;
  min-width: 50px;
  padding: 0 5px;
  height: var(--input-height);
  line-height: var(--input-height);
  border: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}
html body.chr--custom.chr .page-wrapper .qtty--small .qtty-input {
  font-size: 10px;
  width: calc(var(--input-height) * 1.1);
  min-width: calc(var(--input-height) * 1.1);
  height: var(--input-height);
}
html body.chr--custom.chr .page-wrapper .qtty--vertical .qtty-input {
  width: var(--input-height);
  min-width: var(--input-height);
  height: calc(var(--input-height) * 1.1);
  line-height: calc(var(--input-height) * 1.1);
}
html body.chr--custom.chr .page-wrapper .qtty-btn {
  height: var(--input-height);
  width: var(--input-height);
  line-height: var(--input-height);
  min-width: var(--input-height);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0;
}
html body.chr--custom.chr .page-wrapper .qtty-btn--minus::before {
  content: "-";
}
html body.chr--custom.chr .page-wrapper .qtty-btn--plus::before {
  content: "+";
}
html body.chr--custom.chr .page-wrapper .qtty-btn em {
  font-style: normal;
}
html body.chr--custom.chr .page-wrapper .qtty--small .qtty-btn {
  font-size: 12px;
  width: var(--input-height);
  height: var(--input-height);
  min-width: var(--input-height);
  border-width: 1px;
  border-radius: 50%;
}

/********** OTHERS **********/
.helper {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/********** OVERRIDE MAGENTO **********/
input[type=text]::-ms-clear {
  display: none;
}

.requiredfields {
  font-weight: 700;
  text-align: right;
  font-size: 10px;
}

.field-error:not(input):not(select):not(.message):not(textarea),
.error:not(input):not(select):not(.message):not(textarea),
.message.warning:not(input):not(select):not(.message):not(textarea),
.mage-error:not(input):not(select):not(.message):not(textarea) {
  position: absolute;
  bottom: -4px;
  left: 1px;
  max-width: 100%;
  transform: translateY(100%);
  line-height: 1.1;
  font-size: 10px;
  color: #ff0000;
  font-style: italic;
}

div.mage-error {
  order: 10;
}

.password-strength-meter {
  font-size: 11px;
  padding-top: 3px;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

html body.chr--custom.chr .page-wrapper .field-tooltip-content {
  left: unset;
  right: 38px;
}
html body.chr--custom.chr .page-wrapper .field-tooltip-content::before, html body.chr--custom.chr .page-wrapper .field-tooltip-content::after {
  right: -21px;
  left: unset;
  transform: rotate(180deg);
}

html body.chr--custom.chr textarea.input-text {
  padding: 13px 20px;
  line-height: 1.5;
  resize: vertical;
  min-height: 110px;
}

html body.chr--custom.chr .page-wrapper .file {
  width: 100px;
}
html body.chr--custom.chr .page-wrapper .file.item {
  margin: 0 !important;
}
html body.chr--custom.chr .page-wrapper .file.item * {
  font-size: 14px !important;
}
html body.chr--custom.chr .page-wrapper .file.item button::before {
  font-family: "theme";
  content: "\e905";
  font-size: 20px;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .file-preview-wrapper {
  height: 100px !important;
  width: 100px !important;
}
html body.chr--custom.chr .page-wrapper .file-preview-wrapper::before {
  top: 45%;
  transform: translateY(-50%);
  font-size: 25px !important;
}
html body.chr--custom.chr .page-wrapper .file-placeholder {
  height: 100px !important;
  margin: 0 !important;
}
html body.chr--custom.chr .page-wrapper .file-placeholder-text {
  color: #ff6702 !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

/****************** ELEVATORS *******************/
:root {
  --toggle-size: 10px;
}

[data-elevator] {
  overflow: hidden;
  transition: 0.5s;
}
[data-elevator]:not(.active) {
  max-height: 0;
}

@media (min-width: 768px) {
  [data-elevator--mobile] {
    overflow: initial;
  }
  [data-elevator--mobile]:not(.active) {
    max-height: none;
  }
}

[data-elevator-toggle] {
  cursor: pointer;
}

.elevator-toggle, .elevator-toggle--mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*
  &::before {
      content: '';
      background-image: linear-gradient(180deg, rgba($color-grey-lighter, 0) 0%, $color-grey-lighter 50%);
      position: absolute;
      bottom: 0;
      left: 0;
      height: calc(100% + 85px);
      width: 100%;
      opacity: 1;
      transition : $duration;
  }


  &--gradient {
      &::before {
          background-image: linear-gradient(180deg, rgba($color-white, 0) 0%, $color-white 50%);
      }
  }

  &.active::before {
      opacity: 0;
      transition : $duration;
  }
  */
}
.elevator-toggle em, .elevator-toggle--mobile em {
  position: relative;
  z-index: 5;
  display: block;
  font-style: normal !important;
}
.elevator-toggle {
  color: #7D7D7D;
  font-weight: 500;
  color: #4f4f4f;
  font-size: 13px;
}
.elevator-toggle::after {
  content: "\e909";
  font-size: var(--toggle-size);
  line-height: var(--toggle-size);
  height: var(--toggle-size);
  transition: 0.3s;
  margin-left: 5px;
  z-index: 6;
  font-family: "theme";
  color: #7D7D7D;
}
.elevator-toggle.active::after {
  transform: rotate(180deg);
}
@media (min-width: 0) and (max-width: 767px) {
  .elevator-toggle--mobile {
    color: #7D7D7D;
    font-weight: 500;
    color: #4f4f4f;
    font-size: 13px;
  }
  .elevator-toggle--mobile::after {
    content: "\e909";
    font-size: var(--toggle-size);
    line-height: var(--toggle-size);
    height: var(--toggle-size);
    transition: 0.3s;
    margin-left: 5px;
    z-index: 6;
    font-family: "theme";
    color: #7D7D7D;
  }
  .elevator-toggle--mobile.active::after {
    transform: rotate(180deg);
  }
}
.elevator-target {
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: 1px;
  transition: max-height 0.3s, padding 0.3s, border 0s 0.3s;
}
.elevator-target:not(.active) {
  padding-top: 0;
  padding-bottom: 0;
  border: 0px solid;
}
.elevator-target.active {
  max-height: none;
  transition: max-height 0.3s, padding 0s, border 0s;
}
.elevator-target--small, .elevator-target--small:not(.active) {
  min-height: 60px;
}
@media (min-width: 768px) {
  .elevator-target--small, .elevator-target--small:not(.active) {
    min-height: 100px;
  }
}
.elevator-target--medium, .elevator-target--medium:not(.active) {
  min-height: 87px;
}
@media (min-width: 768px) {
  .elevator-target--medium, .elevator-target--medium:not(.active) {
    min-height: 170px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .elevator-target--mobile {
    max-height: 0;
    overflow: hidden;
    position: relative;
    top: 1px;
    transition: max-height 0.3s, padding 0.3s, border 0s 0.3s;
  }
  .elevator-target--mobile:not(.active) {
    padding-top: 0;
    padding-bottom: 0;
    border: 0px solid;
  }
  .elevator-target--mobile.active {
    max-height: none;
    transition: max-height 0.3s, padding 0s, border 0s;
  }
}
@media (min-width: 768px) {
  .elevator-target--mobile {
    min-height: unset !important;
    max-height: unset !important;
  }
}
.elevator-target.page-description:not(.active)::after {
  content: "[...]";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding-left: 2px;
}

body .pac-container::after {
  display: none !important;
}
body .pac-item {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.cluster {
  width: 50px !important;
  height: 50px !important;
}
.cluster img {
  clip: rect(0px, 55px, 55px, 0px) !important;
  width: 100% !important;
}
.cluster div {
  height: 100% !important;
  width: 100% !important;
}
.cluster span {
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.locator-header {
  background: #EEEEEE;
  border-radius: 4px;
}
.locator-header-search {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.locator-header-search::before, .locator-header-search-geoloc {
  z-index: 3;
  font-size: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.locator-header-search::before {
  display: none;
  color: #ff6702;
  left: 20px;
  right: auto;
}
@media (min-width: 768px) {
  .locator-header-search::before {
    display: block;
  }
}
.locator-header-search-geoloc {
  right: 131px;
  left: auto;
}
@media (min-width: 768px) {
  .locator-header-search-geoloc {
    right: 155px;
  }
}
.locator-header-filters-content {
  margin-bottom: -13px;
}
.locator {
  padding: 35px 0 0;
  position: relative;
  z-index: 50;
  min-height: 312px;
}
@media (min-width: 768px) {
  .locator {
    padding: 35px 10px 0px;
    min-height: 377px;
  }
}
.locator::before {
  height: 132px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-height: 545px;
}
@media (min-width: 768px) {
  .locator::before {
    height: 455px;
    background-size: 60%;
    width: 2214px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.locator--partial {
  margin-bottom: 376px;
}
.locator--popin {
  z-index: 500;
  position: fixed;
  left: 0;
  width: 100%;
  background: none;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: auto;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, padding 0.5s;
}
@media (min-width: 768px) {
  .locator--popin {
    padding-top: 10px;
  }
}
@media (min-width: 1440px) {
  .locator--popin {
    padding-top: 90px;
  }
}
.locator--popin::before {
  content: none;
  display: none;
}
.locator--popin.active {
  padding-top: 50px;
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 768px) {
  .locator--popin.active {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .locator--popin.active {
    padding-top: 190px;
  }
}
.locator--popin .locator-content {
  margin-left: 0;
  width: 100%;
}
.locator--popin .locator-list {
  margin-left: -15px;
  width: calc(100% + 30px);
  background: transparent;
}
@media (min-width: 0) and (max-width: 767px) {
  .locator--popin .locator-selector {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.locator-main {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .locator-main {
    margin-bottom: 35px;
  }
}
.locator-overlay {
  position: fixed;
  background: #7D7D7D;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: auto;
  max-height: none;
  height: 100vh;
  border-radius: 0;
  transform: none;
  z-index: -1;
}
.locator-cancel {
  position: fixed;
  bottom: 30px;
  width: 100%;
  left: 0;
  margin-top: 40px;
  z-index: -1;
}
@media (min-width: 768px) {
  .locator-cancel {
    bottom: initial;
    position: absolute;
  }
}
.locator-title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .locator-title {
    font-size: 36px;
  }
}
.locator-map {
  width: 100%;
  height: 225px;
}
@media (min-width: 768px) {
  .locator-map {
    height: 500px;
  }
}
.locator-map-chosen {
  background: #EEEEEE;
}
.locator-map-chosen.active {
  padding: 20px;
}
.locator-content {
  width: calc(100% + 26px);
  margin-left: -13px;
  padding: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .locator-content {
    transition: margin 0.4s 0.1s;
  }
  .locator-content.active {
    margin-bottom: -200px;
  }
}
@media (min-width: 768px) {
  .locator-content {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .locator-content {
    padding: 0 65px;
  }
}
.locator-content-section {
  display: none;
  width: 100%;
}
.locator-content-section-content {
  position: relative;
}
:checked + .locator-content-section {
  display: block;
}
.locator-content-section-map {
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s;
  max-height: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .locator-content-section-map .gmnoprint {
    display: none !important;
  }
  .locator-content-section-map .gm-fullscreen-control {
    display: none !important;
  }
}
.locator-content-section-map.active {
  max-height: 443px;
}
@media (min-width: 0) and (max-width: 767px) {
  .locator-content-section-map {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .locator-content-section-map, .locator-content-section-map.active {
    margin: 0;
    max-height: none;
  }
}
.locator-content-section-map-toggle {
  margin-top: -36px;
  z-index: 10;
  transform: translateY(76px);
}
.locator-content-section:not(.locator-content-section--partial) .locator-content-section-map-toggle, .locator-content-section-map-toggle.active {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .locator-content-section-map-toggle {
    display: none;
  }
}
.locator-content-section-map-back {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .locator-content-section-map-back {
    display: none;
  }
}
.locator-content-section:not(.locator-content-section--partial) .locator-content-section-main {
  width: 100%;
}
.locator-content-section:not(.locator-content-section--partial) .locator-content-section-map {
  display: none;
}
.locator-content-section:not(.locator-content-section--partial) .locator-content-section-title {
  display: block;
}
.locator-content-section-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 10px;
}
@media (min-width: 768px) {
  .locator-content-section-title {
    display: none;
  }
}
.locator-input {
  width: 100%;
}
.locator-input, .locator-input:valid {
  border: 0;
}
@media (min-width: 768px) {
  .locator-input {
    height: 60px;
  }
}
.locator-input-container {
  position: relative;
  width: 100%;
  max-height: 50px;
  overflow: visible;
  transition: opacity 1s;
}
.locator-content-section:not(.locator-content-section--partial) .locator-input-container--home {
  display: block;
}
@media (min-width: 768px) {
  .locator-input-container--home {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .locator-input-container.active {
    opacity: 0;
    pointer-events: none;
  }
}
.locator-input-reset {
  position: absolute;
  z-index: 5;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  background: #EEEEEE;
  pointer-events: initial;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .locator-input-reset {
    width: 48px;
    height: 48px;
    right: 7px;
    top: 6px;
  }
}
.locator-input-reset:hover {
  background: #DEDEDE;
  color: #ffffff;
}
:placeholder-shown ~ .locator-input-reset {
  opacity: 0;
  pointer-events: none;
}
.locator-input-reset::before {
  font-size: 13px;
  font-family: "theme";
  content: "\e90e";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .locator-input-reset::before {
    font-size: 18px;
  }
}
.locator-input-geoloc {
  position: absolute;
  top: 17px;
  right: 75px;
  line-height: 1.2;
  z-index: 10;
  transition: right 0.3s;
  display: none;
}
@media (min-width: 768px) {
  .locator-input-geoloc {
    top: 22px;
    display: flex;
  }
  :placeholder-shown ~ .locator-input-geoloc {
    right: 25px;
  }
}
.locator-input-geoloc--btn {
  display: flex;
  padding: 0;
  top: 5px;
  right: 5px;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}
:placeholder-shown ~ .locator-input-geoloc--btn {
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 768px) {
  .locator-input-geoloc--btn {
    display: none;
  }
}
.locator-input-results {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
}
.locator-input-results-item {
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.5s;
}
.locator-input-results-item:hover {
  transition: 0s;
}
.locator-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 142px;
}
@media (min-width: 768px) {
  .locator-box {
    min-height: 231px;
  }
}
@media (min-width: 1280px) {
  .locator-box {
    min-height: 241px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .locator-box {
    padding: 30px 15px;
  }
}
.locator-selector {
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 33px;
  margin-top: -57px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}
@media (min-width: 768px) {
  .locator-selector {
    width: 100%;
    margin-top: -73px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.locator-selector-item {
  font-size: 14px;
  padding: 5px 23px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  cursor: pointer;
  transition: 0.5s;
  width: 50%;
}
@media (min-width: 768px) {
  .locator-selector-item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .locator-selector-item {
    padding: 10px 75px;
    font-size: 22px;
  }
}
.locator-selector-item ~ .locator-selector-item {
  margin-left: 20px;
}
.locator-selector-item::before {
  margin-right: 10px;
  line-height: 1;
  font-size: 26px;
}
@media (min-width: 768px) {
  .locator-selector-item::before {
    margin-right: 10px;
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .locator-selector-item::before {
    margin-right: 22px;
    font-size: 36px;
  }
}
.locator-selector-item:hover {
  background: #EEEEEE;
}
:checked + .locator-selector-item {
  color: #ffffff;
  background: #ff6702;
}
.locator-list {
  height: 440px;
  overflow: auto;
  z-index: 10;
  width: 100%;
  padding: 0 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .locator-list {
    transition: margin 0.5s;
  }
}
.locator-list.active {
  background: transparent;
}
@media (min-width: 768px) {
  .locator-list.active {
    margin-top: 25px;
  }
}
.locator-list-header {
  padding: 20px;
  border-bottom: 2px solid #DEDEDE;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.locator-list-header-count {
  color: #ff6702;
}
.locator-list-background {
  position: relative;
  background: #EEEEEE;
  width: 100%;
}
.locator-list-background::before {
  position: absolute;
  height: 30px;
  left: 0;
  top: 30px;
  z-index: -1;
  background: #EEEEEE;
  width: 100%;
}
.locator--popin .locator-list-background::before {
  display: none;
}
.locator-content-section--partial .locator-list-background::before {
  height: 150px;
}
@media (min-width: 768px) {
  .locator-list-background::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .locator-list {
    width: 100%;
    position: initial;
    left: 0;
  }
}
.locator-list-item {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  padding: 20px 10px;
  font-size: 12px;
  position: relative;
}
.locator-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 1px;
  background: #DEDEDE;
}
.locator-list-item:first-child::before {
  display: none;
}
.locator-list-item[data-index] {
  cursor: pointer;
}
.locator-list-item + .locator-list-item {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .locator-list-item + .locator-list-item {
    margin-top: 0;
  }
}
.locator-list-item:hover {
  background: #ffffff;
  transition: 0.1s;
}
.locator-list-item--active {
  background: #ffffff !important;
}
.locator-list-item-img {
  border-radius: 4px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  margin-right: 10px;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .locator-list-item-img {
    align-self: center;
    border-radius: 50%;
    width: 65px;
    max-width: 65px;
    height: 65px;
    margin-right: 35px;
  }
}
.locator-list-item-image {
  margin-right: 20px;
  width: 75px;
  max-width: 75px;
  border-radius: 5px;
}
.locator-list-item-content {
  font-size: 12px;
  line-height: 19px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.locator-list-item-name {
  transition: 0.1s;
  font-weight: bold;
  font-size: 16px;
  color: #ff6702;
}
@media (min-width: 768px) {
  .locator-list-item-name {
    color: #4f4f4f;
  }
}
.locator-list-item-detail {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-top: 4px;
  line-height: 1.3;
}
.locator-list-item-details {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .locator-list-item-detail--inline {
    display: inline-flex;
    margin-right: 15px;
  }
}
.locator-list-item-detail::before {
  margin-right: 5px;
  font-size: 12px;
  color: #ff6702;
}
.locator-list-item-slot {
  margin-top: 5px;
  font-weight: bold;
  padding-left: 17px;
}
.locator-list-item-slot--value {
  color: #ff6702;
  margin-top: 0;
}
.locator-list-item-distance {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
.locator-list-item-distance::after {
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.locator-list-item-address--emphasis {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .locator-list-item-address--emphasis {
    opacity: 1;
    font-weight: bold;
  }
}
.locator-list-item-schedule {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}
.locator-list-item-schedule::before {
  content: "•";
  margin-right: 3px;
}
.locator-list-item-schedule--open {
  color: #02cc53;
}
.locator-list-item-schedule--closed {
  color: #ff0000;
}
.locator-list-item-schedule--big {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: -10px;
}
.locator-list-item-slot {
  font-weight: bold;
}
.locator-list-item-reinsurances {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.locator-list-item-reinsurance {
  margin: 0 10px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.locator-list-item-reinsurance::before {
  color: #ffffff;
  background: #ff6702;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border-radius: 50%;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  max-width: 30px;
}
.locator-band {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .locator-band {
    align-items: center;
    flex-direction: row;
  }
}
.locator-band-content {
  padding-right: 20px;
}
.locator-band-main {
  display: flex;
  align-items: flex-start;
}
.locator-band-btn {
  flex-shrink: 0;
  margin: 10px auto 0;
}
@media (min-width: 1024px) {
  .locator-band-btn {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .locator-band-image {
    margin-right: 30px;
    width: 120px;
    max-width: 120px;
    height: 80px;
    flex-shrink: 0;
  }
}
.locator-home {
  display: none;
  margin: 20px -12px -50px;
  padding: 0 12px 20px;
  background: #EEEEEE;
}
.locator-content-section:not(.locator-content-section--partial) .locator-home {
  display: none !important;
}
@media (min-width: 768px) {
  .locator-home {
    margin: 0;
    padding: 0;
    background: none;
  }
}
.locator-home-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  top: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .locator-home-title {
    font-weight: normal;
    font-size: 16px;
    margin-top: 0 !important;
    top: 0;
  }
}
.locator-home-title--rmg {
  top: 0;
}
.locator-home-back {
  justify-content: center;
}
.locator-home-head {
  padding: 15px 10px 20px;
  margin-bottom: 20px;
  background: #EEEEEE;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .locator-home-head {
    padding: 15px 45px 20px;
  }
}
.locator-home-head-address {
  text-align: center;
}
.locator-home-head-available {
  font-weight: bold;
  text-align: center;
  color: #02cc53;
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
}
.locator-home-head-available--not {
  color: #ff0000;
}
.locator-home-head-availability {
  text-align: center;
  font-size: 16px;
}
.locator-home-head-availability span {
  font-weight: bold;
}
.locator-home-head-section + .locator-home-head-section {
  margin-top: 15px;
  padding: 10px 10px 20px 10px;
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .locator-home-head-section + .locator-home-head-section {
    border-top: 1px solid rgba(130, 130, 130, 0.5);
    padding: 20px 0 0 0;
    background: none;
  }
}
.locator-home-head-store {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .locator-home-head-store {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .locator-home-head-store {
    flex-wrap: wrap;
  }
  .locator-home-head-store > :last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.locator-home-head-store-details {
  font-size: 12px;
  padding-right: 15px;
}
.locator-home-head-store-details-title {
  font-weight: bold;
}
.locator-home-head-store-details-text {
  opacity: 0.7;
  margin-top: 7px;
}
.locator-home-head-store-btn {
  margin-left: auto;
}
.locator-home-detail {
  width: 100%;
  background: #EEEEEE;
  padding: 10px 35px;
  margin-top: 10px;
}
.locator-home-detail + .locator-home-detail {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .locator-home-detail {
    padding: 0;
    margin: 10px 50px 30px 50px !important;
    flex-wrap: nowrap;
    width: 225px;
    background: none;
  }
}
.locator-home-details {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  width: calc(100% - 20px);
  margin-left: 10px;
  background: #ffffff;
  margin-top: -40px;
  padding: 0 15px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
}
.locator-home-details.active {
  max-height: 194px;
}
@media (min-width: 768px) {
  .locator-home-details {
    max-height: none;
    width: 100%;
    margin: 0;
    padding: 10px 35px;
    padding: 0;
    background: none;
  }
}
.locator-home-detail-title {
  font-weight: bold;
  color: #02cc53;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 768px) {
  .locator-home-detail-title {
    display: block;
  }
}
.locator-home-detail-value {
  font-size: 12px;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .locator-home-detail-value {
    padding: 5px 9px;
  }
}
.locator-home-detail-value-amount {
  margin-left: auto;
}
@media (min-width: 768px) {
  .locator-home-detail-values {
    border-left: 1px solid #DEDEDE;
  }
}
.locator-home-first.active {
  display: none;
}
.locator-home-list {
  height: 300px;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  overflow: auto;
}
.locator-home-list-container {
  display: none;
}
.locator-content-section:not(.locator-content-section--partial) .locator-home-list-container--rmg {
  display: none !important;
}
.locator-home-list-container.active {
  display: block;
}
@media (min-width: 768px) {
  .locator-home-list {
    height: 275px;
  }
}
@media (min-width: 1280px) {
  .locator-home-list {
    padding: 0 100px;
  }
}

.location-map {
  height: 250px;
}
.location-header {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .location-header {
    flex-wrap: nowrap;
  }
}
.location-header-image {
  margin-right: 40px;
  border-radius: 5px;
  object-fit: cover;
}
@media (min-width: 0) and (max-width: 1023px) {
  .location-header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 105px;
  }
}
.location-header-details {
  width: 100%;
}
@media (min-width: 0) and (max-width: 1023px) {
  .location-header-details-main {
    width: 100%;
    min-height: 105px;
    margin-bottom: 40px;
    padding-left: 135px;
  }
}
.location-header-line {
  width: 100%;
}
@media (min-width: 0) and (max-width: 1023px) {
  .location-header-line {
    padding: 0 !important;
  }
}
.location-header-line + .location-header-line {
  margin-top: 20px;
}
.location-header-item {
  display: block !important;
  font-weight: 500;
  word-break: break-word;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .location-header-item {
    margin-top: 0;
  }
}
.location-header-item-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff6702;
  font-weight: bold;
  margin-bottom: 7px;
}
.location-header-item-label::before {
  font-size: 13px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .location-header-schedule {
    columns: 2;
    column-gap: 40px;
  }
}
@media (min-width: 1280px) {
  .location-header-schedule {
    columns: 3;
    column-gap: 95px;
  }
}
.location-header-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  break-inside: avoid-column;
}
.location-header-schedule-item > :first-child {
  font-weight: bold;
}

html body.chr--custom.chr .page-wrapper .minicart {
  margin-top: 23px;
  /*
  &::before{
  	right: 28px;
  	top: -19px;
  	border: 10px solid;
  	border-color: transparent transparent $color-white transparent;

  	@include bp(lg){
  		right: 40px;
  	}
  }
  &::after{
  	display: none;
  }
        */
}
html body.chr--custom.chr .page-wrapper .minicart-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
}
html body.chr--custom.chr .page-wrapper .minicart-header-count {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .minicart-btn {
  display: inline-block;
  margin-left: auto;
}
.minicart-empty {
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 10px 0;
}
.minicart-widgets {
  margin: 0;
}
.minicart-bar {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .minicart-bar {
    margin-top: 0;
  }
}
.minicart-total > :last-child {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  margin: 5px 0 15px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
  padding-right: 0;
  align-items: center;
}
@media (min-width: 768px) {
  .minicart-total > :last-child {
    padding: 0 15px;
  }
}
.minicart-total > :last-child .price {
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ff6702;
}
.minicart-total > :last-child .price-box {
  margin: 0;
}
.minicart-total > :last-child .price-label {
  display: none;
  font-weight: 400;
  color: #DEDEDE;
  margin-bottom: 2px;
}
.minicart-total > :last-child .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-right: 2px;
  order: -1;
  margin-top: 0;
}
@media (min-width: 768px) {
  .minicart-total > :last-child .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 5px;
  }
}
.minicart-total > :last-child .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: none;
}
.minicart-total > :last-child .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label);
  color: #ff6702;
}
.minicart-total > :last-child .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-bottom: 4px;
  font-size: 12px !important;
}
.minicart-total > :last-child .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  display: flex;
  align-items: center;
}
.minicart-total > :last-child .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]), .minicart-total > :last-child .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
.minicart-total > :last-child .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: block;
  font-size: 1em;
  content: "(";
}
.minicart-total > :last-child .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice], .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice], .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice], .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice] {
  font-size: 12px !important;
  text-decoration: none;
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice], .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice], .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice], .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice] {
  display: flex;
  align-items: center;
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice], .minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice] *, .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice], .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice] *, .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice], .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice] *, .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice], .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice] * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice]::before, .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice]::before, .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice]::before, .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice]::before {
  display: block;
  font-size: 1em;
  content: "(";
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice]::after, .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice]::after, .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice]::after, .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice]::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice]::before, .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice]::before, .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice]::before, .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice]::before {
  display: none;
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice] .price, .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice] .price, .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice] .price, .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice] .price {
  text-decoration: line-through;
}
.minicart-total > :last-child .price-including-tax[data-price-type=baseOldPrice]::after, .minicart-total > :last-child .price-including-tax[data-price-type=oldPrice]::after, .minicart-total > :last-child .price-excluding-tax[data-price-type=baseOldPrice]::after, .minicart-total > :last-child .price-excluding-tax[data-price-type=oldPrice]::after {
  text-decoration: line-through;
  content: " " attr(data-label);
}
.minicart-total > :last-child .price-old {
  font-size: 12px !important;
  text-decoration: line-through;
}
.minicart-total > :last-child .price-old {
  display: flex;
  align-items: center;
}
.minicart-total > :last-child .price-old, .minicart-total > :last-child .price-old * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
.minicart-total > :last-child .price-old::before {
  display: block;
  font-size: 1em;
  content: "(";
}
.minicart-total > :last-child .price-old::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
.minicart-total > :last-child .tax {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.minicart-total > :last-child > .minicart-total > :last-child {
  display: none !important;
}
.minicart-top {
  position: relative;
}
.minicart-top-illu {
  width: 100%;
  object-fit: cover;
  display: block;
}
html body.chr--custom.chr .page-wrapper .minicart-item {
  position: relative;
  border-top: 1px solid #DEDEDE !important;
  padding: 15px 0;
  display: flex;
  margin-bottom: 0;
}
html body.chr--custom.chr .page-wrapper .minicart-item:first-child {
  margin-top: -1px;
}
.minicart-item:first-child {
  border-top: none;
}
.minicart-item:not(.minicart-item--summary):last-child {
  border-bottom: 1px solid #DEDEDE;
}
.minicart-items-wrapper {
  max-height: 350px;
  overflow: auto;
  padding: 0 20px;
  border: 0;
}
@media (min-width: 1024px) {
  .minicart-items-wrapper {
    max-height: 300px;
  }
}
@media (min-height: 850px) {
  .minicart-items-wrapper {
    max-height: 500px;
  }
}
.minicart-items-wrapper--big {
  max-height: 380px !important;
  padding-top: 10px;
}
.minicart-item-img, .minicart-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
html body.chr--custom.chr .page-wrapper .minicart-item-name {
  margin-top: 5px;
  margin-bottom: 5px;
}
.minicart-item-brand {
  font-size: 10px;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  color: #ff6702;
}
.minicart-item-attr {
  display: block;
  font-weight: 500;
  font-size: 11px;
  padding-right: 80px;
}
html body.chr--custom.chr .page-wrapper .minicart-item-attr + .minicart-item-attr {
  margin-top: 3px;
}
.minicart-item-price {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  margin: 5px 0 15px;
  font-weight: bold;
  padding: 0 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .minicart-item-price {
    padding: 0 15px;
  }
}
.minicart-item-price .price {
  font-weight: bold;
  line-height: 16.8px;
  font-size: 14px;
  color: #ff6702;
}
.minicart-item-price .price-box {
  margin: 0;
}
.minicart-item-price .price-label {
  display: none;
  font-weight: 400;
  color: #DEDEDE;
  margin-bottom: 2px;
}
.minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-right: 2px;
  order: -1;
  margin-top: 0;
}
@media (min-width: 768px) {
  .minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 5px;
  }
}
.minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: none;
}
.minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label);
  color: #ff6702;
}
.minicart-item-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-bottom: 4px;
  font-size: 10px !important;
}
.minicart-item-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  display: flex;
  align-items: center;
}
.minicart-item-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]), .minicart-item-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
.minicart-item-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: block;
  font-size: 1em;
  content: "(";
}
.minicart-item-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice], .minicart-item-price .price-including-tax[data-price-type=oldPrice], .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice], .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] {
  font-size: 10px !important;
  text-decoration: none;
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice], .minicart-item-price .price-including-tax[data-price-type=oldPrice], .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice], .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] {
  display: flex;
  align-items: center;
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice], .minicart-item-price .price-including-tax[data-price-type=baseOldPrice] *, .minicart-item-price .price-including-tax[data-price-type=oldPrice], .minicart-item-price .price-including-tax[data-price-type=oldPrice] *, .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice], .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice] *, .minicart-item-price .price-excluding-tax[data-price-type=oldPrice], .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice]::before, .minicart-item-price .price-including-tax[data-price-type=oldPrice]::before, .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice]::before, .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: block;
  font-size: 1em;
  content: "(";
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice]::after, .minicart-item-price .price-including-tax[data-price-type=oldPrice]::after, .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice]::after, .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice]::before, .minicart-item-price .price-including-tax[data-price-type=oldPrice]::before, .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice]::before, .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: none;
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice] .price, .minicart-item-price .price-including-tax[data-price-type=oldPrice] .price, .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice] .price, .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] .price {
  text-decoration: line-through;
}
.minicart-item-price .price-including-tax[data-price-type=baseOldPrice]::after, .minicart-item-price .price-including-tax[data-price-type=oldPrice]::after, .minicart-item-price .price-excluding-tax[data-price-type=baseOldPrice]::after, .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::after {
  text-decoration: line-through;
  content: " " attr(data-label);
}
.minicart-item-price .price-old {
  font-size: 10px !important;
  text-decoration: line-through;
}
.minicart-item-price .price-old {
  display: flex;
  align-items: center;
}
.minicart-item-price .price-old, .minicart-item-price .price-old * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
.minicart-item-price .price-old::before {
  display: block;
  font-size: 1em;
  content: "(";
}
.minicart-item-price .price-old::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
.minicart-item-price .tax {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.minicart-item-price > .minicart-item-price {
  display: none !important;
}
.minicart-item-price--gap {
  bottom: 9px;
}
.minicart-item-price .subtotal {
  display: flex;
  align-items: center;
}
.minicart-item-details {
  padding-left: 15px;
}
.minicart-item-remove {
  position: absolute;
  right: -10px;
  margin-top: -41px;
}
@media (min-width: 1280px) {
  .minicart-item-remove {
    margin-top: -3px;
  }
}
.minicart-item-remove::before {
  font-family: "theme";
  font-size: 14px;
  padding: 0 10px;
  line-height: 1;
  color: inherit !important;
}
.minicart-item-update {
  display: block !important;
  position: absolute;
  top: -9999999px;
  opacity: 0;
}
.minicart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.minicart-subtotal .price {
  font-size: 25px;
}
.minicart-toggle {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px 25px 10px;
  background: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  transition: 0.2s 0.4s;
}
.minicart-toggle::before {
  background: #EEEEEE;
  height: 2px;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
}
.minicart-toggle::after {
  font-weight: normal;
  font-family: "theme";
  font-size: 15px;
  content: "\e904";
  margin-left: 8px;
  transition: 0.3s;
}
.minicart-toggle.active {
  padding-bottom: 0;
  transition: 0s;
}
.minicart-toggle.active::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .minicart-toggle {
    display: none;
  }
}
.minicart-container {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
  margin-bottom: 20px;
}
.minicart-container:not(.open) {
  margin-top: 0 !important;
}
.minicart-container.open {
  max-height: none;
}
@media (min-width: 768px) {
  .minicart-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .minicart-container {
    max-height: none !important;
  }
}
.minicart-content {
  background: #ffffff;
  padding: 10px;
}
.minicart-header-title {
  font-size: 16px;
  color: #000000;
  font-family: "Arial";
}
@media (min-width: 768px) {
  .minicart-header-title {
    margin-bottom: -3px;
  }
}
.minicart-section {
  border-top: 2px solid #DEDEDE;
  padding: 20px 10px;
}
.minicart-section-header {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .minicart-section-header {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.minicart-section-header-title {
  font-size: 16px;
  line-height: 19px;
  font-family: "Arial";
  padding-right: 10px;
  white-space: initial;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .minicart-section-header-title {
    margin-right: auto;
  }
}
.minicart-block {
  padding: 28px 20px;
  background: #ffffff;
}
.minicart-totals {
  background: #EEEEEE;
}
.minicart-point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.minicart-point::before {
  font-size: 16px;
  margin-right: 12px;
}
.minicart-point + .minicart-point {
  margin-top: 10px;
}
.minicart-grandtotal {
  margin-bottom: 7px;
}
.minicart-price-content {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.minicart-price-content::before {
  position: absolute;
  background: currentColor;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 5px;
}
.minicart-price-content--small {
  font-size: 12px;
  margin-top: 14px;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}
.minicart-price-content--small:last-child {
  margin-bottom: 30px;
}
:last-child > .minicart-price-content--small {
  margin-bottom: 0;
}
.minicart-price-content--small:not(.open) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.minicart-price-content--small.open {
  max-height: none;
}
.minicart-price-content--big {
  font-family: "Arial";
  font-size: 19px;
}
.minicart-price--detail {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}
.minicart-price--detail:not(.open) {
  margin-top: 0 !important;
}
.minicart-price--detail.open {
  max-height: none;
}
.minicart-price + .minicart-price {
  margin-top: 15px;
}
.minicart-price-label {
  width: 100%;
  position: relative;
  text-shadow: 0px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 2px 0px 0px #ffffff, 3px 0px 0px #ffffff, 4px 0px 0px #ffffff, 5px 0px 0px #ffffff, 6px 0px 0px #ffffff, 7px 0px 0px #ffffff, 8px 0px 0px #ffffff, 9px 0px 0px #ffffff, 10px 0px 0px #ffffff, 11px 0px 0px #ffffff, -1px 0px 0px #ffffff, -1px 0px 0px #ffffff, -2px 0px 0px #ffffff, -3px 0px 0px #ffffff, -4px 0px 0px #ffffff, -5px 0px 0px #ffffff, -6px 0px 0px #ffffff, -7px 0px 0px #ffffff, -8px 0px 0px #ffffff, -9px 0px 0px #ffffff, -10px 0px 0px #ffffff, -11px 0px 0px #ffffff;
}
.minicart-price-label--alt {
  line-height: 1;
  text-shadow: 0px 0px 0px #DEDEDE, 1px 0px 0px #DEDEDE, 1px 0px 0px #DEDEDE, 2px 0px 0px #DEDEDE, 3px 0px 0px #DEDEDE, 4px 0px 0px #DEDEDE, 5px 0px 0px #DEDEDE, 6px 0px 0px #DEDEDE, 7px 0px 0px #DEDEDE, 8px 0px 0px #DEDEDE, 9px 0px 0px #DEDEDE, 10px 0px 0px #DEDEDE, 11px 0px 0px #DEDEDE, -1px 0px 0px #DEDEDE, -1px 0px 0px #DEDEDE, -2px 0px 0px #DEDEDE, -3px 0px 0px #DEDEDE, -4px 0px 0px #DEDEDE, -5px 0px 0px #DEDEDE, -6px 0px 0px #DEDEDE, -7px 0px 0px #DEDEDE, -8px 0px 0px #DEDEDE, -9px 0px 0px #DEDEDE, -10px 0px 0px #DEDEDE, -11px 0px 0px #DEDEDE;
}
.minicart-price-label--important {
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
.minicart-price-label--small {
  display: inline-block;
  margin-top: 2px;
  font-size: 14px;
}
.minicart-price-amount {
  font-family: "Lato";
  position: relative;
  font-weight: 700;
  padding-left: 9px;
  white-space: nowrap;
  background: #ffffff;
}
.minicart-price-amount--alt {
  background: #EEEEEE;
}
.minicart-price-toggle {
  display: inline-block;
  transition: 0.5s;
}
.minicart-price-toggle.active {
  margin-bottom: 15px;
}

.popup {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  pointer-events: none;
  --popup-shadow: none;
}
@media (min-width: 1280px) {
  .popup {
    height: 100vh;
  }
}
.popup--success {
  --popup-shadow: 1px 1px 20px 3px rgba(2, 204, 83, 0.62);
}
.popup--error {
  --popup-shadow: 1px 1px 20px 3px rgba(255, 0, 0, 0.62);
}
.popup--active {
  pointer-events: all;
}
.popup--active .popup-container {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, -50%) scale(1);
}
.popup--active .popup-overlay {
  opacity: 0.6;
}
.popup--active .popup-content-left img {
  transform: scale(1);
}
.popup--active .popup-step.active {
  opacity: 1;
  animation: slideIn 0.5s forwards;
  -webkit-animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.popup-overlay {
  background: #4f4f4f;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.popup-container {
  position: fixed;
  height: fit-content;
  width: 100%;
  max-width: 400px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1.25);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all 0.3s ease, box-shadow 0.5s;
  box-shadow: var(--popup-shadow);
}
@media (min-width: 768px) {
  .popup-container {
    max-width: 900px;
  }
}
.popup-close {
  cursor: pointer;
  transition: color 0.3s;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px;
  z-index: 300;
}
.popup-close:hover {
  color: #7D7D7D;
}
.popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8);
  transition-duration: 0.5s;
}
.popup-content-left {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1439px) {
  .popup-content-left {
    max-height: 300px;
  }
}
.popup-content-right {
  position: relative;
}
@media (min-width: 0) and (max-width: 1439px) {
  .popup-content-right {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .popup-content-right .page-title--secondary {
    margin-top: 0;
  }
}
.popup-header {
  padding: 20px 40px;
}
html body.chr--custom.chr .page-wrapper .popup-header-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-right: 15px;
}
.popup-form {
  overflow: hidden;
  min-height: 110px;
}
.popup-step {
  opacity: 0;
}
.popup-step:not(.active) {
  display: none;
}

.tabs-container-container {
  width: 100%;
}

.tabs-container .tabs {
  width: 100%;
}
.tabs-container .tabs--gap {
  padding: 0 10px;
  margin-bottom: -45px;
}
@media (min-width: 768px) {
  .tabs-container .tabs--gap {
    margin-top: 0;
  }
}
.tabs-container .tabs--gap--mobile {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tabs-container .tabs--gap--mobile {
    margin: 0;
  }
}
.tabs-container .tabs-header {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header {
    width: auto;
    flex-wrap: nowrap;
  }
}
.tabs-container .tabs-header-row {
  display: flex;
  justify-content: center;
}
.tabs-container .tabs-header--small {
  align-items: center;
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header--small {
    white-space: nowrap;
  }
}
.tabs-container .tabs-header--small .tabs-header-item {
  font-size: 13px;
  padding: 8px 8px;
  background: none;
  margin: 0;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header--small .tabs-header-item {
    padding: 8px 8px;
  }
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header--small .tabs-header-item {
    padding: 18px 8px;
    font-size: 16px;
  }
}
.tabs-container .tabs-header--medium {
  margin: 0 -7px;
}
.tabs-container .tabs-header--medium .tabs-container .tabs-header-item {
  margin: 0 7px;
  font-size: 16px;
  padding: 19px 10px;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs-container .tabs-header-item {
  padding: 15px 10px !important;
  width: 100%;
  flex: 1;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  text-align: center;
  display: block;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.375;
  border: 0px !important;
  position: relative;
  font-family: "Lato";
  font-weight: 500;
  transition: color 0.5s;
  position: relative;
  margin: 0 5px;
  color: #7D7D7D;
  float: none;
  min-width: 67px;
}
.tabs-container .tabs-header-item::before {
  display: none;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item {
    min-width: 84px;
  }
}
.tabs-container .tabs-header-item > a {
  transition: 0s;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 1280px) {
  .tabs-container .tabs-header-item {
    font-size: 16px;
  }
}
.tabs-container .tabs-header-item--icon {
  padding: 10px 5px 20px;
  margin: 0 6px;
  border-radius: 3px 3px 0 0;
}
.tabs-container .tabs-header-item--icon::after {
  width: 40px;
}
.tabs-container .tabs-header-item--icon::before {
  font-size: 36px;
  display: block;
}
.tabs-container .tabs-header-item.active, .tabs-container .tabs-header-item:hover {
  color: #4f4f4f;
  transition: 0.5s;
}
.tabs-container .tabs-header-item::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 67px;
  bottom: 0;
  left: 50%;
  background: #ff6702;
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: 0.75s;
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header-item::after {
    width: 84px;
  }
}
.tabs-container .tabs-header-item.active::after {
  opacity: 1;
  transform: translateX(-50%);
}
.tabs-container .tabs-header-item.active {
  color: #4f4f4f;
  font-weight: 700;
}
.tabs-container .tabs-header-item--alt {
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  letter-spacing: 1px;
  opacity: 1;
  color: #4f4f4f;
  padding: 19px 10px;
  margin: 0;
}
.tabs-container .tabs-header-item--alt::after {
  display: none;
}
.tabs-container .tabs-header-item--alt.active, .tabs-container .tabs-header-item--alt:hover {
  opacity: 1;
}
.tabs-container .tabs-header-item--alt.active {
  color: #ffffff;
  background: #ff6702;
}
.tabs-container .tabs-header-item--alt:not(.active):hover {
  background: #EEEEEE;
  color: #4f4f4f;
  color: #ff6702;
}
.tabs-container .tabs-header-item--alt:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #7D7D7D;
    float: none;
    min-width: 67px;
  }
  .tabs-container .tabs-header-item--large::before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container .tabs-header-item--large {
    min-width: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large > a {
    transition: 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container .tabs-header-item--large {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .tabs-container .tabs-header-item--large {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container .tabs-header-item--large--icon::after {
    width: 40px;
  }
  .tabs-container .tabs-header-item--large--icon::before {
    font-size: 36px;
    display: block;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large.active, .tabs-container .tabs-header-item--large:hover {
    color: #4f4f4f;
    transition: 0.5s;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 67px;
    bottom: 0;
    left: 50%;
    background: #ff6702;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container .tabs-header-item--large::after {
    width: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large.active {
    color: #4f4f4f;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #4f4f4f;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container .tabs-header-item--large--alt::after {
    display: none;
  }
  .tabs-container .tabs-header-item--large--alt.active, .tabs-container .tabs-header-item--large--alt:hover {
    opacity: 1;
  }
  .tabs-container .tabs-header-item--large--alt.active {
    color: #ffffff;
    background: #ff6702;
  }
  .tabs-container .tabs-header-item--large--alt:not(.active):hover {
    background: #EEEEEE;
    color: #4f4f4f;
    color: #ff6702;
  }
  .tabs-container .tabs-header-item--large--alt:last-child {
    margin-right: 0;
  }
}
.tabs-container .tabs-header-item .counter, .tabs-container .tabs-header-item--large .counter {
  display: none;
}
.tabs-container .tab {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  width: 100%;
}
.tabs-container .tab + .tab {
  margin-top: 0;
}
.tabs-container .tab:not(.tabs-container .tab--active) {
  padding: 0;
  position: absolute;
  overflow: visible;
}
.tabs-container .tab-image {
  max-width: 100%;
}
.tabs-container .tab-image img {
  max-width: 100%;
}
.tabs-container .tab-button {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container .tab-button {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tab-button {
    width: auto;
  }
}
.tabs-container .tab-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto;
}
.tabs-container .tab-description {
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto;
}
.tabs-container .tab-description a {
  color: #ff6702;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .tabs-container .tab-description a {
    transition: none;
  }
}
.tabs-container .tab-description a:hover {
  color: #FFAB2C;
}
.tabs-container .tab--active {
  position: static;
  opacity: 1;
  pointer-events: initial;
  max-height: none;
}
.tabs-container .tab--alone {
  padding-bottom: 0;
}
.tabs-container .tab--transparent {
  background: transparent;
}

@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs {
    width: 100%;
  }
  .tabs-container--mobile .tabs--gap {
    padding: 0 10px;
    margin-bottom: -45px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs--gap {
    margin-top: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs--gap--mobile {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs--gap--mobile {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header {
    width: auto;
    flex-wrap: nowrap;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-row {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header--small {
    align-items: center;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header--small {
    white-space: nowrap;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header--small .tabs-header-item {
    font-size: 13px;
    padding: 8px 8px;
    background: none;
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header--small .tabs-header-item {
    padding: 8px 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header--small .tabs-header-item {
    padding: 18px 8px;
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header--medium {
    margin: 0 -7px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header--medium .tabs-container--mobile .tabs-header-item {
    margin: 0 7px;
    font-size: 16px;
    padding: 19px 10px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #7D7D7D;
    float: none;
    min-width: 67px;
  }
  .tabs-container--mobile .tabs-header-item::before {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item {
    min-width: 84px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item > a {
    transition: 0s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1280px) {
  .tabs-container--mobile .tabs-header-item {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--mobile .tabs-header-item--icon::after {
    width: 40px;
  }
  .tabs-container--mobile .tabs-header-item--icon::before {
    font-size: 36px;
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item.active, .tabs-container--mobile .tabs-header-item:hover {
    color: #4f4f4f;
    transition: 0.5s;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 67px;
    bottom: 0;
    left: 50%;
    background: #ff6702;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header-item::after {
    width: 84px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item.active {
    color: #4f4f4f;
    font-weight: 700;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #4f4f4f;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--mobile .tabs-header-item--alt::after {
    display: none;
  }
  .tabs-container--mobile .tabs-header-item--alt.active, .tabs-container--mobile .tabs-header-item--alt:hover {
    opacity: 1;
  }
  .tabs-container--mobile .tabs-header-item--alt.active {
    color: #ffffff;
    background: #ff6702;
  }
  .tabs-container--mobile .tabs-header-item--alt:not(.active):hover {
    background: #EEEEEE;
    color: #4f4f4f;
    color: #ff6702;
  }
  .tabs-container--mobile .tabs-header-item--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #7D7D7D;
    float: none;
    min-width: 67px;
  }
  .tabs-container--mobile .tabs-header-item--large::before {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large {
    min-width: 84px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large > a {
    transition: 0s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 1280px) {
  .tabs-container--mobile .tabs-header-item--large {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--mobile .tabs-header-item--large--icon::after {
    width: 40px;
  }
  .tabs-container--mobile .tabs-header-item--large--icon::before {
    font-size: 36px;
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large.active, .tabs-container--mobile .tabs-header-item--large:hover {
    color: #4f4f4f;
    transition: 0.5s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 67px;
    bottom: 0;
    left: 50%;
    background: #ff6702;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header-item--large::after {
    width: 84px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large.active {
    color: #4f4f4f;
    font-weight: 700;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #4f4f4f;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--mobile .tabs-header-item--large--alt::after {
    display: none;
  }
  .tabs-container--mobile .tabs-header-item--large--alt.active, .tabs-container--mobile .tabs-header-item--large--alt:hover {
    opacity: 1;
  }
  .tabs-container--mobile .tabs-header-item--large--alt.active {
    color: #ffffff;
    background: #ff6702;
  }
  .tabs-container--mobile .tabs-header-item--large--alt:not(.active):hover {
    background: #EEEEEE;
    color: #4f4f4f;
    color: #ff6702;
  }
  .tabs-container--mobile .tabs-header-item--large--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item .counter, .tabs-container--mobile .tabs-header-item--large .counter {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    width: 100%;
  }
  .tabs-container--mobile .tab + .tab {
    margin-top: 0;
  }
  .tabs-container--mobile .tab:not(.tabs-container--mobile .tab--active) {
    padding: 0;
    position: absolute;
    overflow: visible;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-image {
    max-width: 100%;
  }
  .tabs-container--mobile .tab-image img {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-button {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-button {
    font-size: 11px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tab-button {
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-description {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto;
  }
  .tabs-container--mobile .tab-description a {
    color: #ff6702;
    transition: 0.3s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .tabs-container--mobile .tab-description a {
    transition: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-description a:hover {
    color: #FFAB2C;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab--active {
    position: static;
    opacity: 1;
    pointer-events: initial;
    max-height: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab--alone {
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab--transparent {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .tabs-container--mobile .tab {
    opacity: 1;
    max-height: none;
    pointer-events: all;
    padding: 0;
  }
  .tabs-container--mobile .tabs-header {
    display: none;
  }
  .tabs-container--mobile .tab + .tab {
    margin-top: 20px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--large .tabs-header {
    display: none;
  }
  .tabs-container--large .tab + .tab {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab {
    transition: 0s !important;
  }
  .tabs-container--large .tabs {
    width: 100%;
  }
  .tabs-container--large .tabs--gap {
    padding: 0 10px;
    margin-bottom: -45px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs--gap {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs--gap--mobile {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs--gap--mobile {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header {
    width: auto;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-row {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header--small {
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header--small {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header--small .tabs-header-item {
    font-size: 13px;
    padding: 8px 8px;
    background: none;
    margin: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header--small .tabs-header-item {
    padding: 8px 8px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header--small .tabs-header-item {
    padding: 18px 8px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header--medium {
    margin: 0 -7px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header--medium .tabs-container--large .tabs-header-item {
    margin: 0 7px;
    font-size: 16px;
    padding: 19px 10px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #7D7D7D;
    float: none;
    min-width: 67px;
  }
  .tabs-container--large .tabs-header-item::before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item {
    min-width: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item > a {
    transition: 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .tabs-container--large .tabs-header-item {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--large .tabs-header-item--icon::after {
    width: 40px;
  }
  .tabs-container--large .tabs-header-item--icon::before {
    font-size: 36px;
    display: block;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item.active, .tabs-container--large .tabs-header-item:hover {
    color: #4f4f4f;
    transition: 0.5s;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 67px;
    bottom: 0;
    left: 50%;
    background: #ff6702;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header-item::after {
    width: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item.active {
    color: #4f4f4f;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #4f4f4f;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--large .tabs-header-item--alt::after {
    display: none;
  }
  .tabs-container--large .tabs-header-item--alt.active, .tabs-container--large .tabs-header-item--alt:hover {
    opacity: 1;
  }
  .tabs-container--large .tabs-header-item--alt.active {
    color: #ffffff;
    background: #ff6702;
  }
  .tabs-container--large .tabs-header-item--alt:not(.active):hover {
    background: #EEEEEE;
    color: #4f4f4f;
    color: #ff6702;
  }
  .tabs-container--large .tabs-header-item--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #7D7D7D;
    float: none;
    min-width: 67px;
  }
  .tabs-container--large .tabs-header-item--large::before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large {
    min-width: 84px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large > a {
    transition: 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 1280px) {
  .tabs-container--large .tabs-header-item--large {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--large .tabs-header-item--large--icon::after {
    width: 40px;
  }
  .tabs-container--large .tabs-header-item--large--icon::before {
    font-size: 36px;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large.active, .tabs-container--large .tabs-header-item--large:hover {
    color: #4f4f4f;
    transition: 0.5s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 67px;
    bottom: 0;
    left: 50%;
    background: #ff6702;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header-item--large::after {
    width: 84px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large.active {
    color: #4f4f4f;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #4f4f4f;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--large .tabs-header-item--large--alt::after {
    display: none;
  }
  .tabs-container--large .tabs-header-item--large--alt.active, .tabs-container--large .tabs-header-item--large--alt:hover {
    opacity: 1;
  }
  .tabs-container--large .tabs-header-item--large--alt.active {
    color: #ffffff;
    background: #ff6702;
  }
  .tabs-container--large .tabs-header-item--large--alt:not(.active):hover {
    background: #EEEEEE;
    color: #4f4f4f;
    color: #ff6702;
  }
  .tabs-container--large .tabs-header-item--large--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item .counter, .tabs-container--large .tabs-header-item--large .counter {
    display: none;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    width: 100%;
  }
  .tabs-container--large .tab + .tab {
    margin-top: 0;
  }
  .tabs-container--large .tab:not(.tabs-container--large .tab--active) {
    padding: 0;
    position: absolute;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-image {
    max-width: 100%;
  }
  .tabs-container--large .tab-image img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-button {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 0) and (max-width: 767px) {
  .tabs-container--large .tab-button {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tab-button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-description {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto;
  }
  .tabs-container--large .tab-description a {
    color: #ff6702;
    transition: 0.3s;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .tabs-container--large .tab-description a {
    transition: none;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-description a:hover {
    color: #FFAB2C;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab--active {
    position: static;
    opacity: 1;
    pointer-events: initial;
    max-height: none;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab--alone {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab--transparent {
    background: transparent;
  }
}

[data-sidebar-toggle] {
  cursor: pointer;
}

.sb--active {
  pointer-events: all;
}
.sb-container {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: calc(100% - 20px);
  background: #ffffff;
  transition: 1s 0.05s cubic-bezier(0.82, 0.02, 0.27, 1);
  overflow: auto;
  overflow: overlay;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sb-container {
    width: 700px;
  }
}
.sb-container--background {
  transition: 1s cubic-bezier(0.82, 0.02, 0.27, 1);
  background: #EEEEEE;
}
.sb--active .sb-container {
  transform: none;
}
.sb-overlay {
  content: "";
  background: #4f4f4f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.75s;
  cursor: pointer;
}
.sb--active .sb-overlay {
  transform: none;
  opacity: 0.6;
}
.sb-header {
  --border-color: #DEDEDE;
  width: 100%;
  color: #4f4f4f;
  display: flex;
  border-bottom: 1px solid var(--border-color);
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  z-index: 10;
}
.sb-header--overlay {
  --border-color: rgba(255, 255, 255, 0.4);
  position: relative;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.sb-header--overlay::before {
  opacity: 0.8;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 100%);
}
.sb-header-content {
  z-index: 15;
  padding: 15px 20px;
  width: 100%;
}
.sb-header-pretitle {
  font-size: 14px;
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sb-header-pretitle {
    font-size: 18px;
  }
}
.sb-header-pretitle::before {
  font-size: 24px;
  margin-right: 13px;
}
.sb-header-title {
  font-family: "Arial";
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .sb-header-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.sb-header-title::before {
  content: attr(data-text);
}
.sb-header-pretitle + .sb-header-title {
  margin-top: 3px;
}
.sb-close {
  border-right: 1px solid var(--border-color);
  cursor: pointer;
  transition: 0.75s 0.1s;
  padding: 25px 15px;
  font-size: 8px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 55px;
  min-width: 55px;
  align-self: stretch;
  z-index: 15;
}
@media (min-width: 768px) {
  .sb-close {
    width: 70px;
    min-width: 70px;
  }
}
.sb-close::before {
  width: 100%;
  font-size: 21px;
}
.sb-overlay {
  content: "";
  background: #4f4f4f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.75s;
  cursor: pointer;
}
.active > .sb-overlay {
  transform: none;
  opacity: 0.6;
}
.sb-summary {
  padding: 21px 25px;
  font-size: 12px;
  background: #ffffff;
  border-radius: 3px 3px 0 0;
  margin: -45px auto 30px;
  width: calc(100% - 40px);
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .sb-summary {
    width: calc(100% - 90px);
    margin: -65px auto 30px;
  }
}
.sb-summary-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sb-summary-item::before {
  content: "•";
  margin-right: 4px;
}
.sb-content {
  padding: 10px;
}
.sb-tab {
  padding-left: 0;
  padding-right: 0;
}
.sb-gallery {
  position: relative;
  overflow: hidden;
}
.sb-gallery .slick-track {
  min-width: 100%;
}
.sb-gallery .slick-slide {
  display: inline-block;
}
.sb-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-family: "Arial";
  margin-top: 21px;
}
@media (min-width: 768px) {
  .sb-title {
    margin-bottom: 18px;
    margin-top: 34px;
    margin-left: -16px;
    font-size: 22px;
  }
}
.sb-title::before {
  margin-right: 20px;
  font-size: 37px;
  line-height: 1;
}
.sb-title + .sb-form {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .sb-title + .sb-form {
    margin-top: -18px;
    padding: 20px 40px;
  }
}
.sb-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Arial";
}
@media (min-width: 768px) {
  .sb-subtitle {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.sb-text {
  line-height: 22px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .sb-text {
    font-size: 14px;
    line-height: 28px;
  }
}
.sb-text--emphasis {
  padding-left: 16px;
}
.sb-text--emphasis p {
  position: relative;
}
.sb-text--emphasis p::before {
  position: absolute;
  font-family: "theme";
  content: "\e906";
  font-size: 14px;
  top: 0;
  left: -20px;
}
.sb-text p + p {
  margin-top: 20px;
}
.sb-choose {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  margin: 0 -20px 40px;
}
@media (min-width: 768px) {
  .sb-choose {
    margin: 0 -40px 40px;
  }
}
.sb-choose-price {
  padding: 15px 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #DEDEDE;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sb-choose-price {
    padding: 30px 34px;
  }
}
.sb-choose-price-amount {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sb-choose-price-amount {
    font-size: 28px;
  }
}
.sb-choose-dropdown {
  border: 1px solid #7D7D7D;
  border-radius: 3px;
  position: relative;
}
.sb-choose-content {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -1px;
  border-left: 1px solid #DEDEDE;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .sb-choose-content {
    width: auto;
    flex-wrap: nowrap;
  }
}
.sb-choose-content-item {
  width: 100%;
}
@media (min-width: 768px) {
  .sb-choose-content-item {
    width: auto;
  }
}
.sb-choose-content-item + .sb-choose-content-item {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .sb-choose-content-item + .sb-choose-content-item {
    padding-top: 0;
    padding-left: 20px;
  }
}

.step {
  /*
  align-items: center;
  font-weight: 500;
  transition: $duration;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
     */
  color: #828282;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .step {
    align-items: flex-start;
    font-size: 20px;
    margin-top: -10px;
    width: auto;
    pointer-events: initial;
    position: relative;
    opacity: 1;
    margin-left: 0;
    color: #4f4f4f;
    font-weight: 300;
  }
}
.steps {
  display: flex;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 10px;
  counter-reset: number 0;
  /*
  width: calc(100% + 20px);
  background: $color-primary;
  padding: 20px;
  color: $color-white;
  margin-left: -10px;
  margin-top: -20px;
  margin-bottom: 20px;
        */
}
.steps::after {
  /*
  content: ' /' attr(data-count);
           */
  font-size: 16px;
  font-weight: bold;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .steps::after {
    content: " /" attr(data-count);
    content: none;
  }
}
@media (min-width: 768px) {
  .steps {
    padding: 0;
    background: none;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 40px;
    margin-left: -50px;
    width: auto;
    color: #4f4f4f;
  }
}
.steps--finish::after {
  content: "Validation";
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .steps--finish::after {
    content: none;
  }
}
.step-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .step-content {
    justify-content: flex-start;
    flex-direction: column;
    width: 180px;
  }
}
.step-content::before {
  /*
  counter-increment: number 1;
  content: counter(number);
           */
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .step-content::before {
    counter-increment: number 1;
    content: counter(number);
    font-size: 18px;
    margin-left: 0;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    transition: 0.3s;
    line-height: 33px;
    text-align: center;
    margin-bottom: 7px;
    font-family: "theme";
    content: "\e916";
    color: #ffffff;
    background: #ff6702;
    font-weight: 400;
  }
}
.step-content:hover {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .step + .step::before {
    content: ">";
    display: inline-block;
    padding: 0 12px;
    color: #828282;
  }
}
@media (min-width: 768px) {
  .step + .step::after {
    content: "";
    height: 2px;
    width: 130px;
    order: -1;
    background: #ff6702;
    position: relative;
    top: 18px;
    left: -65px;
    position: absolute;
  }
}
.step--active {
  position: relative;
  pointer-events: initial;
  opacity: 1;
  display: flex;
  color: #ff6702;
}
@media (min-width: 768px) {
  .step--active {
    font-weight: 500;
    color: #ff6702;
  }
}
.step--active + .step::after {
  background: #DEDEDE;
}
@media (min-width: 768px) {
  .step--active .step-content::before {
    content: counter(number);
    color: #ffffff;
    background: #ff6702;
    font-family: "Lato";
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .step--active ~ .step .step-content::before {
    content: counter(number);
    background: #EEEEEE;
    color: #4f4f4f;
    font-family: "Lato";
    font-weight: 700;
  }
}
.step-text {
  display: flex;
  font-size: 12px;
  order: -1;
  color: inherit;
  /*
  color: $color-white;
        */
}
@media (min-width: 768px) {
  .step-text {
    display: block;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    text-align: center;
    font-size: 18px;
    color: inherit;
  }
}
@media (min-width: 1280px) {
  .step-text {
    font-size: 20px;
  }
}

/******************************************** DEFAULT SLIDER ********************************************/
:root {
  --slider-color: #ffffff;
  --slider-background: #4f4f4f;
  --slider-arrow-default: 0.75;
  --slider-arrow-hover: 1;
  --slider-arrow-disabled: 0.25;
  --slider-arrow-size: 33px;
  --slider-arrow-fontsize: 17px;
  --slider-arrow-bordersize: 0;
  --slider-arrow-shadow: none;
  --slider-arrow-prev: "";
  --slider-arrow-next: "";
  --slider-dot-size: 14px;
  --slider-dot-background: transparent;
  --slider-dot-bordersize: 1px;
  --slider-dot-mode: relative;
  --slider-dot-vertical: 0;
  --slider-dot-direction: row;
  --slider-dot-justify: center;
  --slider-dot-align: center;
}

.slider {
  /*************************************************************************************************/
  /******************************************** VARIANTS ********************************************/
}
.slider {
  /***** NORMAL *****/
  /* Arrows */
  --slider-arrow-next-position: calc(50% - (var(--slider-arrow-size) / 2) ) calc(var(--slider-arrow-size) * -1.5) auto auto;
  --slider-arrow-prev-position: calc(50% - (var(--slider-arrow-size) / 2) ) auto auto calc(var(--slider-arrow-size) * -1.5);
  --slider-arrow-color: var(--slider-color);
  --slider-arrow-background: var(--slider-background);
  --slider-arrow-bordercolor: var(--slider-arrow-color);
  --slider-arrow-radius: calc(var(--slider-arrow-size) / 2);
  /* Dots */
  --slider-dot-color: var(--slider-background);
  --slider-dot-radius: calc(var(--slider-dot-size) / 2);
  --slider-dot-size-active: calc(var(--slider-dot-size) * 2);
  --slider-dot-position: calc(var(--slider-dot-size) / 2) 0 0 0;
  /***** STATES *****/
  --slider-color-hover: var(--slider-color);
  --slider-background-hover: var(--slider-background);
  /* Arrows */
  --slider-arrow-color-hover: var(--slider-color-hover);
  --slider-arrow-bordercolor-hover: var(--slider-arrow-color-hover);
  --slider-arrow-background-hover: var(--slider-background-hover);
  /* Dots */
  --slider-dot-color-highlight: var(--slider-background-hover);
  --slider-dot-color-active: var(--slider-dot-color-highlight);
  --slider-dot-background-active: var(--slider-dot-color-highlight);
  --slider-dot-color-hover: var(--slider-dot-color-highlight);
  --slider-dot-background-hover: var(--slider-dot-color-highlight);
  cursor: grab;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.slider:not(.slider--fotorama) {
  position: relative;
  transform: translate(0, 0);
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .slider--fotorama {
    margin: 0 auto 30px !important;
    width: 60% !important;
    float: none !important;
  }
}
html body.chr--custom.chr .page-wrapper .slider--fotorama .wp-product-label-top-right {
  display: none;
}
.slider.slick-initialized, .slider.swiper-initialized {
  opacity: 1;
}
.slider--stretch {
  overflow: visible !important;
}
@media (min-width: 1280px) {
  .slider--stretch {
    margin: 0 50px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .slider--stretch {
    margin: 0 -15px;
  }
}
.slider--stretch .slick-list {
  margin: 0 -15px;
}
@media (min-width: 0) and (max-width: 767px) {
  .slider--stretch .slick-list {
    overflow: visible !important;
  }
}
.slider--stretch .slick-track {
  display: flex;
  align-items: stretch;
  padding-bottom: 1px;
}
.slider--stretch .slick-slide {
  height: auto !important;
}
.slider--stretch .slick-slide > * {
  height: 100%;
}
.slider-container {
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .slider-container {
    margin: 0 50px;
    padding: 0;
  }
}
.slider-container > * {
  overflow: hidden;
  transform: none;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .slider-container > * {
    padding: 0;
  }
}
.slider-image {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-image {
    width: auto;
  }
}
.slider-content {
  position: absolute;
  right: 0;
  top: 15px;
  width: 235px;
  min-height: 205px;
  display: flex;
}
@media (min-width: 768px) {
  .slider-content {
    right: 40px;
    top: 40px;
    width: 505px;
  }
}
.slider--alt {
  --slider-color: #ffffff;
  --slider-color-hover: #9b57ff;
  --slider-background: rgba(255, 255, 255, 0.5);
  --slider-arrow-fontsize: 23px;
  --slider-arrow-size: 50px;
  --slider-arrow-radius: 2px;
  --slider-arrow-bordersize: 1px;
  --slider-dot-color: var(--slider-color);
  --slider-dot-color-highlight: var(--slider-color-hover);
}
.slider--inside {
  --slider-arrow-prev-position: calc(50% - var(--slider-arrow-size) / 2 ) auto auto 30px;
  --slider-arrow-next-position: calc(50% - var(--slider-arrow-size) / 2 ) 30px auto auto;
  --slider-dot-mode: absolute;
  --slider-dot-position: auto auto var(--slider-dot-size) 0;
}
.slider--inside--vertical {
  --slider-arrow-prev-position: auto 30px 30px auto;
  --slider-arrow-next-position: auto 30px calc(var(--slider-arrow-size) + 40px) auto;
  --slider-dot-mode: absolute;
  --slider-dot-vertical: 1;
  --slider-dot-direction: column;
  --slider-dot-position: auto auto 0 var(--slider-dot-size);
}
.slider--arrows {
  --slider-arrow-next-position: calc(50% - (var(--slider-arrow-size) / 2) ) -50px auto auto;
  --slider-arrow-prev-position: calc(50% - (var(--slider-arrow-size) / 2) ) auto auto -50px;
  --slider-arrow-color: #7D7D7D;
  --slider-arrow-background: #EEEEEE;
  --slider-arrow-radius: 100%;
}
.slider--arrows--inside {
  --slider-arrow-prev-position: calc(50% - var(--slider-arrow-size) / 2 ) auto auto 30px;
  --slider-arrow-next-position: calc(50% - var(--slider-arrow-size) / 2 ) 30px auto auto;
}
.slider--arrows--inside--vertical {
  --slider-arrow-prev-position: auto 30px 30px auto;
  --slider-arrow-next-position: auto 30px calc(var(--slider-arrow-size) + 40px) auto;
}
.slider--dots--inside {
  --slider-dot-mode: absolute;
  --slider-dot-position: auto auto var(--slider-dot-size) 0;
}
.slider--dots--inside--vertical {
  --slider-dot-mode: absolute;
  --slider-dot-vertical: 1;
  --slider-dot-direction: column;
  --slider-dot-position: auto auto 0 var(--slider-dot-size);
}
.slider--cms img {
  height: 470px;
}
@media (min-width: 768px) {
  .slider--cms img {
    height: 392px;
  }
}

/**************************************************************************************************/
/****************** SLICK.JS *******************/
.slick {
  /* Arrows */
  /* Dots */
}
.slick-track {
  min-width: 100%;
}
.slick-slide {
  display: inline-block;
}
.slick-slide img {
  height: auto;
}
html body.chr--custom.chr .page-wrapper .slick-arrow {
  position: fixed;
  display: block;
  height: var(--slider-arrow-size);
  width: var(--slider-arrow-size);
  cursor: pointer;
  background: var(--slider-arrow-background);
  color: var(--slider-arrow-color);
  padding: 0;
  border: var(--slider-arrow-bordersize) solid var(--slider-arrow-bordercolor);
  outline: none;
  box-shadow: var(--slider-arrow-shadow);
  border-radius: var(--slider-arrow-radius);
  font-size: 0;
  z-index: 10;
  transition: 0.5s, position 0s;
  opacity: var(--slider-arrow-default);
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .slick-arrow:hover {
  outline: none;
  background: var(--slider-arrow-background-hover);
  border-color: var(--slider-arrow-bordercolor-hover);
  color: var(--slider-arrow-color-hover);
  opacity: var(--slider-arrow-hover);
}
html body.chr--custom.chr .page-wrapper .slick-arrow::before {
  font-family: "theme";
  line-height: 1;
  font-size: var(--slider-arrow-fontsize);
  color: inherit;
  opacity: var(--slider-arrow-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body.chr--custom.chr .page-wrapper .slick-arrow::after {
  content: none;
}
.slick-prev {
  inset: var(--slider-arrow-prev-position);
}
[dir=rtl] .slick-prev {
  inset: var(--slider-arrow-next-position);
}
.slick-prev::before {
  content: var(--slider-arrow-prev);
}
[dir=rtl] .slick-prev::before {
  content: var(--slider-arrow-next);
}
.slick-next {
  inset: var(--slider-arrow-next-position);
}
[dir=rtl] .slick-next {
  inset: var(--slider-arrow-prev-position);
}
.slick-next::before {
  content: var(--slider-arrow-next);
}
[dir=rtl] .slick-next::before {
  content: var(--slider-arrow-prev);
}
.slick-disabled:before {
  opacity: var(--slider-arrow-disabled) !important;
}
html body.chr--custom.chr .page-wrapper .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: var(--slider-dot-direction);
  align-items: var(--slider-dot-align);
  justify-content: var(--slider-dot-justify);
  width: auto;
  height: auto;
  min-width: calc(100% * (1 - var(--slider-dot-vertical)));
  min-height: calc(100% * var(--slider-dot-vertical));
  max-width: 100%;
  max-height: 100%;
  position: var(--slider-dot-mode);
  left: 0;
  inset: var(--slider-dot-position);
  margin: 0;
  padding: calc(20px * var(--slider-dot-vertical)) calc(20px * (1 - var(--slider-dot-vertical)));
  text-align: center;
}
html body.chr--custom.chr .page-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  width: var(--slider-dot-size);
  height: var(--slider-dot-size);
  padding: 0;
  margin: calc(var(--slider-dot-size) / 2) calc(var(--slider-dot-size) / 2);
}
html body.chr--custom.chr .page-wrapper .slick-dots li button {
  display: inline-block;
  outline: none;
  border: var(--slider-dot-bordersize) solid var(--slider-dot-color);
  background: var(--slider-dot-background);
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: var(--slider-dot-radius);
  position: relative;
  z-index: 10;
  padding: 0;
  transition: background-color 0.3s;
}
html body.chr--custom.chr .page-wrapper .slick-dots li button:hover {
  background: var(--slider-dot-background-hover) !important;
  border-color: var(--slider-dot-color-hover) !important;
  outline: none;
}
html body.chr--custom.chr .page-wrapper .slick-dots li.slick-active {
  height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
  width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
}
html body.chr--custom.chr .page-wrapper .slick-dots li.slick-active button {
  background: var(--slider-dot-background-active);
  border-color: var(--slider-dot-color-active);
}

/****************** SWIPER.JS *******************/
.swiper-slide {
  height: auto;
}
.swiper-wrapper {
  position: relative;
  height: auto;
  display: flex;
}
html body.chr--custom.chr .page-wrapper .swiper-button-prev, html body.chr--custom.chr .page-wrapper .swiper-button-next {
  position: fixed;
  display: block;
  height: var(--slider-arrow-size);
  width: var(--slider-arrow-size);
  cursor: pointer;
  background: var(--slider-arrow-background);
  color: var(--slider-arrow-color);
  padding: 0;
  border: var(--slider-arrow-bordersize) solid var(--slider-arrow-bordercolor);
  outline: none;
  box-shadow: var(--slider-arrow-shadow);
  border-radius: var(--slider-arrow-radius);
  font-size: 0;
  z-index: 10;
  transition: 0.5s, position 0s;
  opacity: var(--slider-arrow-default);
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .swiper-button-prev:hover, html body.chr--custom.chr .page-wrapper .swiper-button-next:hover {
  outline: none;
  background: var(--slider-arrow-background-hover);
  border-color: var(--slider-arrow-bordercolor-hover);
  color: var(--slider-arrow-color-hover);
  opacity: var(--slider-arrow-hover);
}
html body.chr--custom.chr .page-wrapper .swiper-button-prev::before, html body.chr--custom.chr .page-wrapper .swiper-button-next::before {
  font-family: "theme";
  line-height: 1;
  font-size: var(--slider-arrow-fontsize);
  color: inherit;
  opacity: var(--slider-arrow-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body.chr--custom.chr .page-wrapper .swiper-button-prev::after, html body.chr--custom.chr .page-wrapper .swiper-button-next::after {
  content: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  inset: var(--slider-arrow-prev-position);
}
[dir=rtl] .swiper-button-prev {
  inset: var(--slider-arrow-next-position);
}
.swiper-button-prev::before {
  content: var(--slider-arrow-prev);
  margin-right: 2px;
}
[dir=rtl] .swiper-button-prev::before {
  content: var(--slider-arrow-next);
}
.swiper-button-next {
  inset: var(--slider-arrow-next-position);
}
[dir=rtl] .swiper-button-next {
  inset: var(--slider-arrow-prev-position);
}
.swiper-button-next::before {
  content: var(--slider-arrow-next);
  margin-left: 2px;
}
[dir=rtl] .swiper-button-next::before {
  content: var(--slider-arrow-prev);
}
html body.chr--custom.chr .page-wrapper .swiper-pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: var(--slider-dot-direction);
  align-items: var(--slider-dot-align);
  justify-content: var(--slider-dot-justify);
  width: auto;
  height: auto;
  min-width: calc(100% * (1 - var(--slider-dot-vertical)));
  min-height: calc(100% * var(--slider-dot-vertical));
  max-width: 100%;
  max-height: 100%;
  position: var(--slider-dot-mode);
  left: 0;
  inset: var(--slider-dot-position);
  margin: 0;
  padding: calc(20px * var(--slider-dot-vertical)) calc(20px * (1 - var(--slider-dot-vertical)));
  text-align: center;
}
html body.chr--custom.chr .page-wrapper .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  text-align: center;
  height: var(--slider-dot-size);
  width: var(--slider-dot-size);
  padding: 0;
  margin: calc(var(--slider-dot-size) / 2) calc(var(--slider-dot-size) / 2);
  outline: none;
  border: var(--slider-dot-bordersize) solid var(--slider-dot-color);
  background: var(--slider-dot-background);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: var(--slider-dot-radius);
  z-index: 10;
  transition: 0.3s;
  opacity: 1;
}
html body.chr--custom.chr .page-wrapper .swiper-pagination-bullet:hover {
  background: var(--slider-dot-background-hover) !important;
  border-color: var(--slider-dot-color-hover) !important;
  outline: none;
}
html body.chr--custom.chr .page-wrapper .swiper-pagination-bullet-active {
  height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
  width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
  background: var(--slider-dot-background-active);
  border-color: var(--slider-dot-color-active);
}

@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .fotorama__nav__shaft {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  html body.chr--custom.chr .page-wrapper .fotorama__nav--dots {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: var(--slider-dot-direction);
    align-items: var(--slider-dot-align);
    justify-content: var(--slider-dot-justify);
    width: auto;
    height: auto;
    min-width: calc(100% * (1 - var(--slider-dot-vertical)));
    min-height: calc(100% * var(--slider-dot-vertical));
    max-width: 100%;
    max-height: 100%;
    position: var(--slider-dot-mode);
    left: 0;
    inset: var(--slider-dot-position);
    margin: 0;
    padding: calc(20px * var(--slider-dot-vertical)) calc(20px * (1 - var(--slider-dot-vertical)));
    text-align: center;
  }
  .fotorama__nav__frame--dot {
    width: var(--slider-dot-size) !important;
    height: var(--slider-dot-size) !important;
    margin: calc(var(--slider-dot-size) / 2) calc(var(--slider-dot-size) / 2) !important;
  }
  .fotorama__nav__frame--dot .fotorama__dot {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
    padding: 0;
    outline: none;
    border: var(--slider-dot-bordersize) solid var(--slider-dot-color);
    background: var(--slider-dot-background);
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    border-radius: var(--slider-dot-radius);
    position: relative;
    z-index: 10;
    transition: background-color 0.3s;
    top: 0;
    left: 0;
    width: var(--slider-dot-size);
    height: var(--slider-dot-size);
  }
  .fotorama__nav__frame--dot .fotorama__dot:hover {
    background: var(--slider-dot-background-hover) !important;
    border-color: var(--slider-dot-color-hover) !important;
    outline: none;
  }
  .fotorama__nav__frame--dot.fotorama__active {
    height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical)) !important;
    width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical)) !important;
  }
  .fotorama__nav__frame--dot.fotorama__active > .fotorama__dot {
    height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
    width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
    background: var(--slider-dot-background-active);
    border-color: var(--slider-dot-color-active);
  }
}

.cms > :last-child {
  margin-bottom: 0;
}
.cms {
  margin-bottom: 20px;
}
.cms:last-child {
  margin-bottom: 0;
}
.cms a {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  border-bottom: 1px solid;
}
.cms a:active, .cms a:hover {
  color: #FFAB2C;
  text-decoration: none;
  transition: 0s;
}
.cms img {
  max-width: 100%;
  display: inline-block;
  margin: 15px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .cms img {
    height: auto !important;
  }
}
.cms table {
  width: 100% !important;
}
.cms td {
  width: auto !important;
}
.cms .pagebuilder-button-primary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #ff6702;
  background: #ff6702;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  border: 0 !important;
  background: #ff6702 !important;
}
.cms .pagebuilder-button-primary:focus {
  outline: 0;
}
.cms .pagebuilder-button-primary > em, .cms .pagebuilder-button-primary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
.cms .pagebuilder-button-primary > em::before, .cms .pagebuilder-button-primary > em::after, .cms .pagebuilder-button-primary > span::before, .cms .pagebuilder-button-primary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
.cms .pagebuilder-button-primary > em::before, .cms .pagebuilder-button-primary > span::before {
  margin-right: 10px;
}
.cms .pagebuilder-button-primary > em::after, .cms .pagebuilder-button-primary > span::after {
  margin-left: 10px;
}
.cms .pagebuilder-button-primary:hover > em, .cms .pagebuilder-button-primary:hover > span, .cms .pagebuilder-button-primary:active > em, .cms .pagebuilder-button-primary:active > span {
  color: #ffffff;
}
.cms .pagebuilder-button-primary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #FFAB2C;
}
@media (prefers-reduced-motion: reduce) {
  .cms .pagebuilder-button-primary::after {
    transition: none;
  }
}
.cms .pagebuilder-button-primary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
.cms .pagebuilder-button-primary:active::after, .cms .pagebuilder-button-primary.active::after, a:active .cms .pagebuilder-button-primary:not(.button-alone)::after {
  opacity: 1;
}
.cms h1:first-child, .cms h2:first-child, .cms h3:first-child, .cms h4:first-child, .cms h5:first-child {
  margin-top: 0;
}
.cms h1:last-child, .cms h2:last-child, .cms h3:last-child, .cms h4:last-child, .cms h5:last-child {
  margin-bottom: 0;
}
.cms h1 {
  font-weight: 400 !important;
}
html body.chr--custom.chr .cms h1 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 22px;
  line-height: 1.1875;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .cms h1 {
    font-size: 32px;
  }
}
html body.chr--custom.chr .cms h1:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .cms h1::before {
  margin-right: 8px;
}
html body.chr--custom.chr .cms h1::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .cms h1 + h1 {
  margin-top: -24px;
}
html body.chr--custom.chr .page-wrapper .cms h1 + h2 {
  margin-top: -24px;
}
html body.chr--custom.chr .page-wrapper .cms h1 + h3 {
  margin-top: -24px;
}
html body.chr--custom.chr .page-wrapper .cms h1 + h4 {
  margin-top: -24px;
}
html body.chr--custom.chr .page-wrapper .cms h1 + h5 {
  margin-top: -24px;
}
html body.chr--custom.chr .cms h2 {
  padding: 0;
  border-color: currentColor !important;
  position: relative;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .cms h2 {
    font-size: 28px;
  }
}
html body.chr--custom.chr .cms h2:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .cms h2::before {
  margin-right: 8px;
}
html body.chr--custom.chr .cms h2::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .cms h2 + h1 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h2 + h2 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h2 + h3 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h2 + h4 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h2 + h5 {
  margin-top: -16px;
}
html body.chr--custom.chr .cms h3 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 16px;
  font-weight: 700;
  color: #ff6702;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .cms h3 {
    font-size: 18px;
  }
}
html body.chr--custom.chr .cms h3:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .cms h3::before {
  margin-right: 8px;
}
html body.chr--custom.chr .cms h3::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .cms h3 + h1 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h3 + h2 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h3 + h3 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h3 + h4 {
  margin-top: -16px;
}
html body.chr--custom.chr .page-wrapper .cms h3 + h5 {
  margin-top: -16px;
}
html body.chr--custom.chr .cms h4 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body.chr--custom.chr .cms h4:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .cms h4::before {
  margin-right: 8px;
}
html body.chr--custom.chr .cms h4::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .cms h4 + h1 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h4 + h2 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h4 + h3 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h4 + h4 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h4 + h5 {
  margin-top: -8px;
}
html body.chr--custom.chr .cms h5 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body.chr--custom.chr .cms h5:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .cms h5::before {
  margin-right: 8px;
}
html body.chr--custom.chr .cms h5::after {
  margin-left: 8px;
}
html body.chr--custom.chr .page-wrapper .cms h5 + h1 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h5 + h2 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h5 + h3 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h5 + h4 {
  margin-top: -8px;
}
html body.chr--custom.chr .page-wrapper .cms h5 + h5 {
  margin-top: -8px;
}
.cms p {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: justify;
}
@media (min-width: 1280px) {
  .cms p {
    line-height: 1.7;
  }
}
.cms ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media (min-width: 1280px) {
  .cms ol {
    line-height: 1.7;
  }
}
.cms ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 30px;
  font-family: "Lato";
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .cms ul {
    line-height: 1.7;
  }
}
.cms ul li {
  list-style: none;
}
.cms ul li:before {
  content: "⋅";
  padding-right: 6px;
  font-size: 1.5em;
  line-height: 0.8em;
}
.cms ul li a {
  color: #786855;
  text-decoration: revert;
}
.cms ul li a:hover, .cms ul li a:active {
  color: #ce5200;
}
.cms strong {
  font-weight: 700;
  color: black;
}
.cms [style] strong, .cms th strong {
  color: currentColor;
}
.cms em {
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 0) and (max-width: 767px) {
  .cms p, .cms h1, .cms h2, .cms h3, .cms p, .cms img, .cms ul {
    width: 100% !important;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cms iframe {
  max-width: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 0) and (max-width: 1279px) {
  html body.chr--custom.chr .page-wrapper [data-content-type=row] {
    overflow: hidden;
  }
}

html body.chr--custom.chr .page-wrapper [data-content-type=tabs] .tab-header {
  border: 0;
  background: transparent;
  margin: 0 30px;
}
html body.chr--custom.chr .page-wrapper [data-content-type=tabs] .tab-header.ui-tabs-active .tab-title:not(span) {
  border-width: 5px;
  color: #4f4f4f;
  border-color: #ff6702;
}
html body.chr--custom.chr .page-wrapper [data-content-type=tabs] .tab-title:not(span) {
  color: #7D7D7D;
  text-decoration: none;
  padding: 6px 0px;
  border-color: transparent;
  border-width: 5px;
}
html body.chr--custom.chr .page-wrapper [data-content-type=tabs] .tab-title:not(span):hover {
  color: #4f4f4f;
}
html body.chr--custom.chr .page-wrapper [data-content-type=tabs] .tabs-navigation {
  display: flex;
  justify-content: center;
}
html body.chr--custom.chr .page-wrapper [data-content-type=tabs] .ui-tabs-panel {
  border-color: #DEDEDE;
}

:root {
  --alert-background: #EEEEEE;
  --alert-color: #4f4f4f;
  --alert-progress-color: currentColor;
}

html body.chr--custom.chr .page-wrapper .messages:not(.page.messages) {
  top: 100px;
  left: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 20000;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .messages:not(.page.messages) {
    position: fixed;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .messages:not(.page.messages) {
    top: 150px;
  }
}
html body.chr--custom.chr .page-wrapper .messages {
  pointer-events: none;
}
html body.chr--custom.chr .page-wrapper .message a {
  font-weight: bold;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .message a:hover, html body.chr--custom.chr .page-wrapper .message a:active {
  color: #FFAB2C;
}
html body.chr--custom.chr .page-wrapper .message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  position: relative;
  margin-bottom: 10px;
  transform: translateX(-100%);
  overflow: hidden;
  padding: 11px 14px;
  pointer-events: none;
  color: var(--alert-color);
  background: var(--alert-background);
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .message {
    max-width: 80vw;
  }
}
html body.chr--custom.chr .page-wrapper .message:not(.closed) {
  animation: messageShow 8s ease-out forwards;
}
.cart.item.message--inside.message:not(.closed) {
    animation: messageShow 30s ease-out forwards !important;
}
html body.chr--custom.chr .page-wrapper .message.closed {
  animation: messageClose 0.5s ease-in-out forwards;
}
html body.chr--custom.chr .page-wrapper .message > :first-child {
  font-size: 14px;
  line-height: 22px;
}
html body.chr--custom.chr .page-wrapper .message > :first-child::before {
  font-family: "theme";
  width: auto;
  overflow: unset;
  position: unset;
  color: var(--alert-progress-color);
  margin: 0 10px 0 0;
  font-size: 14px;
  align-self: stretch;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  float: left;
}
html body.chr--custom.chr .page-wrapper .message--error, html body.chr--custom.chr .page-wrapper .message.error {
  --alert-background: #ffcccc;
  --alert-progress-color: #ff0000;
}
html body.chr--custom.chr .page-wrapper .message--error > :first-child::before, html body.chr--custom.chr .page-wrapper .message.error > :first-child::before {
  content: "\e903";
  color: var(--alert-progress-color);
}
html body.chr--custom.chr .page-wrapper .message.info, html body.chr--custom.chr .page-wrapper .message.warning, html body.chr--custom.chr .page-wrapper .message--info, html body.chr--custom.chr .page-wrapper .message--warning {
  --alert-background: #fbd39b;
  --alert-progress-color: #f8a838;
}
html body.chr--custom.chr .page-wrapper .message.info > :first-child::before, html body.chr--custom.chr .page-wrapper .message.warning > :first-child::before, html body.chr--custom.chr .page-wrapper .message--info > :first-child::before, html body.chr--custom.chr .page-wrapper .message--warning > :first-child::before {
  content: "\e92e";
  color: var(--alert-progress-color);
  font-size: 20px;
}
html body.chr--custom.chr .page-wrapper .message--success, html body.chr--custom.chr .page-wrapper .message.success {
  --alert-progress-color: #02cc53;
  --alert-background: #ceffe2;
}
html body.chr--custom.chr .page-wrapper .message--success > :first-child::before, html body.chr--custom.chr .page-wrapper .message.success > :first-child::before {
  content: "\e916";
  color: var(--alert-progress-color);
}
html body.chr--custom.chr .page-wrapper .message-close {
  margin-left: 30px;
  padding: 5px;
  cursor: pointer;
}
html body.chr--custom.chr .page-wrapper .message-close::before {
  font-size: 14px;
}
html body.chr--custom.chr .page-wrapper .message::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  animation: barAnimation 8s ease forwards 0s;
  background: var(--alert-progress-color);
}
html body.chr--custom.chr .page-wrapper .message--inside {
  max-width: 100% !important;
  min-width: 0 !important;
}

@keyframes messageShow {
  0% {
    transform: translateX(-240px);
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    pointer-events: all;
  }
  3% {
    transform: translateX(0);
  }
  96% {
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    pointer-events: all;
    transform: translateX(0);
  }
  100% {
    margin-bottom: 0;
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    transform: translateX(0);
    pointer-events: none;
  }
}
@keyframes messageClose {
  0% {
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    pointer-events: all;
    transform: translateX(0);
  }
  100% {
    margin-bottom: 0;
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    transform: translateX(0);
    pointer-events: none;
  }
}
@keyframes barAnimation {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.hero {
  min-height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    padding: 30px;
  }
}
.hero--small {
  min-height: 80px;
}
@media (min-width: 768px) {
  .hero--small {
    min-height: 130px;
  }
}
.hero--medium {
  min-height: 80px;
}
@media (min-width: 768px) {
  .hero--medium {
    min-height: 260px;
  }
}
.hero--overlay {
  color: #ffffff;
}
.hero--overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 5;
}
.hero-content {
  z-index: 5;
  position: relative;
}
.hero-img {
  border-radius: 5px;
  overflow: hidden;
}

:root {
  --reinsurances-mobile: none;
  --reinsurances-border: 1px;
  --reinsurance-secondary: -webkit-box;
  --reinsurance-margin: 30px;
  --reinsurances-gap: 0px;
}
@media (min-width: 1280px) {
  :root {
    --reinsurances-gap: 60px;
  }
}

html body.chr--custom.chr .page-wrapper .reinsurances {
  display: var(--reinsurances-mobile);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border-top: var(--reinsurances-border) solid #DEDEDE;
  border-bottom: var(--reinsurances-border) solid #DEDEDE;
  padding: 0 0;
  line-height: 1.2;
}
html body.chr--custom.chr .page-wrapper .reinsurances-container {
  --reinsurances-border: 0px;
  --reinsurances-gap: 0px;
  --reinsurance-secondary: none;
  --reinsurances-mobile: flex;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .reinsurances {
    display: flex;
    padding: 30px var(--reinsurances-gap) calc(30px - var(--reinsurance-margin));
  }
}
html body.chr--custom.chr .page-wrapper .reinsurance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 50%;
  margin-bottom: var(--reinsurance-margin);
  padding: 0 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .reinsurance {
    padding: 0 25px;
    width: 20%;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .reinsurance {
    font-size: 20px;
  }
}
html body.chr--custom.chr .page-wrapper .reinsurance::after {
  font-size: 50px;
  color: #ff6702;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .reinsurance::after {
    font-size: 60px;
    margin-top: 20px;
  }
}
html body.chr--custom.chr .page-wrapper .reinsurance > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
html body.chr--custom.chr .page-wrapper .reinsurance > :first-child {
  color: #ff6702;
  -webkit-line-clamp: 2;
  min-height: 2.4em;
}
html body.chr--custom.chr .page-wrapper .reinsurance > :last-child {
  min-height: 1.2em;
  -webkit-line-clamp: 1;
  margin-top: 10px;
  display: var(--reinsurance-secondary);
}
html body.chr--custom.chr .page-wrapper .reinsurance--small {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .reinsurance--small {
    justify-content: center;
    margin-bottom: 0;
    margin: 0 40px;
    width: auto;
  }
}
html body.chr--custom.chr .page-wrapper .reinsurance--small::before {
  line-height: 1;
  font-size: 32px;
  margin-right: 15px;
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .reinsurance--small + .reinsurance--small {
  margin-top: 10px;
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .reinsurance--small + .reinsurance--small {
    margin-top: 0;
  }
}

.btt {
  background-color: #EEEEEE;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  z-index: 11;
  transition: 0.5s ease;
  opacity: 0;
}
.btt:hover {
  background-color: #DEDEDE;
}
.btt--active {
  opacity: 1;
  transition: opacity 1s;
}

html body.chr--custom.chr .page-wrapper .ambrands-letter, html body.chr--custom.chr .page-wrapper .ambrands-title, html body.chr--custom.chr .page-wrapper .ambrands-label {
  color: #4f4f4f;
}
html body.chr--custom.chr .page-wrapper .ambrands-letter {
  border-radius: 100%;
  border-color: #DEDEDE;
  font-weight: bold;
  margin: 7px;
  min-width: 32px;
  min-height: 32px;
  font-size: 14px;
  transition: 0.5s ease;
}
@media (min-width: 576px) {
  html body.chr--custom.chr .page-wrapper .ambrands-letter {
    min-width: 43px;
    min-height: 43px;
    font-size: 17px;
    margin: 4px;
  }
}
html body.chr--custom.chr .page-wrapper .ambrands-letter.-active {
  border-color: #FFAB2C;
  background-color: #FFAB2C;
  color: #ffffff;
}
html body.chr--custom.chr .page-wrapper .ambrands-letters-filter {
  margin: -7px;
}
@media (min-width: 576px) {
  html body.chr--custom.chr .page-wrapper .ambrands-letters-filter {
    margin: -4px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .ambrands-letters-list .ambrands-letter, html body.chr--custom.chr .page-wrapper .ambrands-letters-list .ambrands-content {
    margin: 0;
  }
}
html body.chr--custom.chr .page-wrapper .ambrands-title {
  font-size: 24px;
  margin: 0 0 10px;
}
html body.chr--custom.chr .page-wrapper .ambrands-content {
  margin: 0 -7px;
}
@media (min-width: 576px) {
  html body.chr--custom.chr .page-wrapper .ambrands-content {
    margin: 0 -15px;
  }
}
html body.chr--custom.chr .page-wrapper .ambrands-brand-item {
  width: 100%;
  height: 200px;
  margin: 0 0 15px;
}
@media (min-width: 576px) {
  html body.chr--custom.chr .page-wrapper .ambrands-brand-item {
    margin: 0 7px 15px;
    width: calc(33.3333333333% - 14px);
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .ambrands-brand-item {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
  }
}
html body.chr--custom.chr .page-wrapper .ambrands-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}
html body.chr--custom.chr .page-wrapper .ambrands-label {
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 10px 6px;
}
html body.chr--custom.chr .page-wrapper .ambrands-inner {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #4f4f4f;
  padding: 15px;
  background: white;
  text-decoration: none;
}
html body.chr--custom.chr .page-wrapper .ambrands-slider-container .swiper-slide {
  display: flex;
  justify-content: center;
  padding: 0;
  height: 85px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .ambrands-slider-container .slider-container {
    padding: 0 !important;
    margin: 0 -15px;
  }
}
html body.chr--custom.chr .page-wrapper .ambrands-swiper-brand {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
html body.chr--custom.chr .page-wrapper .ambrands-swiper-brand .ambrands-image {
  width: 100%;
}

@media (min-width: 768px) {
  .menu {
    width: 100% !important;
  }
  .menu-container {
    max-width: none !important;
  }
}

html body.chr--custom.chr .page-wrapper .sections {
  background: #ffffff;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sections {
    z-index: 1200;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections {
    position: sticky;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
    margin-bottom: 25px;
    overflow: visible;
  }
  html body.chr--custom.chr .page-wrapper .sections, html body.chr--custom.chr .page-wrapper .sections .menu {
    background: #FCECDD;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .sections {
    top: 92px;
  }
}

.header-logo {
  margin: 0;
  padding: 0;
  margin-right: auto;
}

@media (min-width: 768px) {
  .header-logo {
    margin-right: 15px;
  }
}
.header-logo-img {
  width: 100%;
  max-width: 125px;
  display: block;
}
@media (min-width: 768px) {
  .header-logo-img {
    max-width: 223px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header-bar {
    margin: 0 -20px;
  }
}
html body.chr--custom.chr .page-wrapper .header-content {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding: 14px;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .header-content {
    padding: 15px 0;
    flex-wrap: nowrap;
  }
}
html body.chr--custom.chr .page-wrapper .header-content::before {
  position: absolute;
  left: 50%;
  top: 0;
  background: #272728;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: -1;
}
html body.chr--custom.chr .page-wrapper .header-content .amquote-cart-wrapper {
  display: none !important;
}
.checkout-index-index .header-toggle {
  display: none;
}
html body.chr--custom.chr .page-wrapper .header-toggle {
  position: relative;
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0;
  width: 52px;
  height: 16px;
  padding: 14px;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: -14px;
  position: relative;
  pointer-events: all;
  outline: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .header-toggle {
    display: none;
  }
}
html body.chr--custom.chr .page-wrapper .header-toggle::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .header-toggle::before {
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
}
html body.chr--custom.chr .page-wrapper .header-toggle-bar {
  position: absolute;
  left: 50%;
  right: 0;
  height: 3px;
  background: #4f4f4f;
  top: 50%;
  margin-top: -1px;
  clip: initial;
  width: 24px;
  transform: translateX(-50%);
}
html body.chr--custom.chr .page-wrapper .header-toggle-bar:nth-child(1) {
  transform: translateX(-50%) translateY(-7px);
}
html body.chr--custom.chr .page-wrapper .header-toggle-bar:nth-child(3) {
  transform: translateX(-50%) translateY(7px);
}
html body.chr--custom.chr .page-wrapper .header-user {
  width: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .header-user {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header-user {
    display: block;
    position: absolute;
    top: 60px;
    right: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: none;
    line-height: 2;
  }
  html body.chr--custom.chr .page-wrapper [aria-hidden=false] > .header-user {
    display: block;
  }
}
html body.chr--custom.chr .page-wrapper .header-user-name {
  line-height: 1.1 !important;
  max-width: 130px;
  text-align: right;
}
.header-link {
  width: 100% !important;
}
@media (min-width: 768px) {
  .header-link {
    width: auto !important;
  }
  .header-link-container {
    background: #ffffff !important;
    white-space: nowrap;
  }
  .header-link:not(:hover) {
    color: #4f4f4f !important;
  }
}
.header-link-icon {
  font-size: 26px;
  line-height: 1;
}
.customer-name-text {
    font-size: 15px;
    align-content: center;
    margin-right: 7px;
}
.customer-welcome .customer-name {
    display: inline-flex;
    align-items: center;

}
@media (min-width: 768px) {
  .header-link-icon {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .header-links {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header-links {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -7px;
  }
}
@media (min-width: 768px) {
  .header-links {
    background: #ffffff;
    color: #4f4f4f;
    font-weight: bold;
    border: 0;
    padding-left: 0;
  }
  html body.chr--custom.chr .page-wrapper .header-links-container {
    display: flex;
    align-items: center;
  }
}
.header-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-btn {
  height: 43px;
  line-height: 43px;
  margin-right: 25px;
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-tab {
  font-size: 16px;
  border: 1px solid #DEDEDE;
  background: #EEEEEE;
  color: #828282;
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-tab.active {
  border: none;
  background: #ffffff;
  font-weight: 700;
  color: #ff6702;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-content {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-content {
    max-height: 59vh;
  }
}
@media (min-width: 1440px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-content {
    max-height: 65vh;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0, html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0.active {
    color: #4f4f4f;
    background: #ffffff;
    width: 100% !important;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0.has-active {
    position: relative;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0.has-active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #ff6702;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0 {
    transition: background 0.3s, color 0.3s;
    color: #4f4f4f;
    float: none;
    display: inline-block;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0:hover {
    transition: 0s;
    background: #ff6702;
    color: #ffffff ;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--0.has-active {
    color: #ffffff !important;
    background: #ff6702 !important;
  }
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-item--1 {
  padding: 0 7px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--1 {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    width: 100%;
  }
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-item--2 {
  text-align: left;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item--2 {
    padding: 0 2px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link {
    text-align: left;
  }
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--0 {
  color: inherit !important;
  background-color: inherit !important;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--0 {
    font-size: 15px;
    font-weight: 800;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--0 {
    padding: 14px 15px !important;
    font-weight: 500 !important;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--0::before {
    display: none;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--0 > span {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--1 {
    font-size: 16px;
    padding: 6px 0;
    display: block;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--1::before {
    display: none;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--1 {
    text-transform: uppercase;
    color: #ff6702;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
    margin-bottom: 8px;
    line-height: 1.1em;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--1:hover {
    transition: 0.3s;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--1::before {
    color: inherit;
    font-size: 1.5em;
    line-height: 1.05;
    margin-right: 10px;
    margin-top: -2px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  html body.chr--custom.chr .page-wrapper .sections .header-nav-item-link--2::before {
    display: none;
  }
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-item-chevron {
  transition: transform 0.3s;
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-item-chevron, html body.chr--custom.chr .page-wrapper .sections .header-nav-item-chevron::before {
  color: inherit !important;
  font-size: 12px !important;
}
html body.chr--custom.chr .page-wrapper .sections .header-nav-item-chevron.active {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--0 {
    text-align: center !important;
    background: #FCECDD;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--0 {
    width: 100% !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--1 {
    margin: -11px 0;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--1 {
    overflow: hidden;
    columns: 4;
    display: block;
    page-break-inside: avoid;
    break-inside: avoid-column;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    float: none;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--1 {
    columns: 5;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--2 {
    display: none;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .sections .header-nav-items--2 {
    margin-bottom: 20px;
    color: #4f4f4f;
    padding: 4px 0;
  }
}
.header-icon {
  position: relative;
}
.header-icon-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 2px;
  transform: translate(-50%, 100%);
  color: #ff6702;
  transition: 0.5s;
  opacity: 0;
  margin-left: 8px;
  font-size: 12px;
}
.header-icon:hover .header-icon-label {
  opacity: 1;
}
.header-icon:hover::before, .header-icon:hover::after {
  color: #ff6702;
}
.header-icon::after, .header-icon::before {
  transition: 0.5s;
  font-size: 27px;
  margin-left: 13px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header-icon::after, .header-icon::before {
    margin-left: 16px;
  }
}
html body.chr--custom.chr .page-wrapper .page-header .header-minicart {
  position: relative;
  margin-left: 10px;
  margin-top: -4px;
  color: #4f4f4f;
  display: flex;
  align-items: center;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .page-header .header-minicart-icon {
  font-size: 20px;
  transition: 0.3s;
  line-height: 1;
  display: flex;
  align-items: center;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .page-header .header-minicart-icon::before {
  color: inherit;
}
html body.chr--custom.chr .page-wrapper .page-header .header-minicart-counter, html body.chr--custom.chr .page-wrapper .header-minicart-counter {
  position: relative;
  background: #ff6702;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 4px;
  min-width: 23px !important;
  font-weight: bold;
  margin-left: 3px;
}
html body.chr--custom.chr .page-wrapper .page-header .header-minicart-counter-number, html body.chr--custom.chr .page-wrapper .header-minicart-counter-number {
  text-shadow: none;
}
html body.chr--custom.chr .page-wrapper .page-header .header-minicart-counter .loader, html body.chr--custom.chr .page-wrapper .header-minicart-counter .loader {
  display: none;
}
html body.chr--custom.chr .page-wrapper .header-search {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  width: 100%;
  order: 9999;
  margin-top: 0px;
  padding: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .header-search {
    overflow: hidden;
    transition: 0.3s;
    max-height: 0;
  }
  html body.chr--custom.chr .page-wrapper .header-search.active {
    max-height: 42px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .header-search {
    border: 0;
    margin-top: 15px;
    order: initial;
    margin-top: 0;
    max-width: 180px;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .header-search {
    max-width: 445px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .header-search-toggle {
    font-size: 0;
    padding: 5px 0;
  }
  html body.chr--custom.chr .page-wrapper .header-search-toggle::before {
    font-size: 22px;
    position: relative;
    top: -1px;
    color: #7D7D7D;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .header-search-toggle {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .header-search-content {
    max-height: 0;
    transition: max-height 0.3s, margin 0.4s;
    overflow: hidden;
  }
  html body.chr--custom.chr .page-wrapper .active > .header-search-content {
    max-height: 80px;
    margin-top: 15px;
  }
}
html body.chr--custom.chr .page-wrapper .header-search-input {
  left: 0;
  width: 100%;
  margin-bottom: 1px;
  /*
  height: 43px;
  border-radius: 21px;
  padding: 0 50px 0 13px;
  line-height: 43px;
  border: 0;
  margin-right: 5px;
           */
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .header-search-input {
    margin-bottom: 0;
    margin-top: 0;
  }
}
html body.chr--custom.chr .page-wrapper .header-search-input::placeholder {
  font-size: 14px;
  color: #7D7D7D;
}
html body.chr--custom.chr .page-wrapper .header-search-submit {
  padding: 0;
  border: 0;
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 17px;
  opacity: 1;
  color: #ffffff;
  transform: translate(0, -50%);
  background: none;
}

.-drill-opened.-deep {
  margin-top: 0 !important;
}

.brands-col {
  display: block;
}
.brands-widget {
  background: #ffffff;
  padding: 25px;
  display: block;
  height: 100%;
  overflow: auto;
}
.brands-widget a {
  color: inherit !important;
}
.brands-filters {
  display: flex;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 20px;
  background: rgba(255, 171, 44, 0.42);
}
.brands-letter {
  padding: 0;
}
.brand-letter-header {
  width: 100%;
  border-bottom: 2px solid #ff6702;
  padding-bottom: 1px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.brand-image {
  display: flex;
  align-items: center;
  width: 100%;
}
.brand-images {
  display: flex;
  align-items: center;
  width: 100%;
}
.brand-images:last-child {
  margin-bottom: 0px;
}
.brand-images-container {
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.brand-item {
  width: 33.333%;
  margin: 0;
  padding: 10px;
  transition: transform 0.3s;
}
.brand-item:last-child {
  margin-bottom: 30px;
}
.brand-item:hover {
  color: #ff6702 !important;
  transform: translateY(-2px);
}
.brand-item-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.brand-item-image {
  max-width: 100%;
  margin: 0 auto;
}
.brand-items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-weight: normal;
}

.letters, .letters-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: flex-start;
  align-items: flex-start;
}
.letters-all {
  width: 100%;
  margin-bottom: 20px;
}
.letters-all em {
  color: #ffffff !important;
}
.letter--disabled {
  opacity: 0.8;
  background: #EEEEEE !important;
  color: #DEDEDE !important;
}
.letter:not(.letters-all) {
  margin: 0;
  height: 45px;
  width: 33.333%;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-weight: bold;
  border-radius: 1px;
  transition: 0.3s;
}
.letter:not(.letters-all):hover {
  background: #EEEEEE;
}

@media (min-width: 768px) {
  .customer-welcome + .authorization-link {
    display: none !important;
  }
}
.aa {
  /*
  html body.chr--custom.chr .page-wrapper &-List{
      columns: initial;
      -webkit-columns: initial;
      display: flex;
      flex-wrap: wrap;
  }
  */
}
html body.chr--custom.chr .aa-Input {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  left: 0;
}
html body.chr--custom.chr .aa-Input:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
html body.chr--custom.chr .aa-Input[readonly] {
  cursor: default;
}
html body.chr--custom.chr .aa-Input[disabled] {
  opacity: 0.4;
}
html body.chr--custom.chr .aa-Input:not([readonly]).validation-failed, html body.chr--custom.chr .aa-Input:not([readonly]).error, html body.chr--custom.chr .aa-Input:not([readonly]).mage-error {
  border-color: #ff0000;
}
html body.chr--custom.chr .aa-Input:not([readonly]).valid {
  border-color: #02cc53;
}
@media (min-width: 0) and (max-width: 767px) {
  .aa-Autocomplete {
    margin-top: 10px;
  }
}
.aa-Panel {
  color: #4f4f4f !important;
  position: fixed !important;
  top: 143px !important;
  border-color: #DEDEDE;
  border-top: 3px solid #ff6702 !important;
  border-radius: 4px;
  overflow: auto;
  max-height: 60vh;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  z-index: 1300 !important;
}
.aa-Panel, .aa-Panel * {
  font-family: "Lato" !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .aa-Panel {
    width: calc(100% - 28px) !important;
  }
}
@media (min-width: 768px) {
  .aa-Panel {
    top: 132px !important;
  }
}
@media screen and (min-width: 769px) {
  .aa-Panel {
    top: 115px !important;
  }
}
@media (min-width: 1024px) {
  .aa-Panel {
    top: 105px !important;
  }
}
.aa-Panel mark {
  color: #FFAB2C;
}
.aa-Panel .promotion {
  font-weight: bold;
  color: #ff6702;
}
.aa-Panel .promotion + * {
  margin-left: 5px;
}
.aa-Panel .algoliasearch-autocomplete-price{
    color: #ff6702;
    font-weight: bold;
}
.aa-List {
  column-gap: 0;
  -webkit-column-gap: 0;
}
.aa-Item {
  padding: 10px;
  box-sizing: border-box;
  transition: background 0.3s;
  width: 100% !important;
  font-size: 14px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.aa-Item:hover {
  transition: background 0s;
  background: #EEEEEE !important;
}
.aa-Item a {
  padding: 0 !important;
}
html body.chr--custom.chr .aa-Panel .aa-Source {
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  html body.chr--custom.chr .aa-Panel .aa-Source {
    border-right: 1px solid #DEDEDE;
    padding-right: 10px;
  }
  html body.chr--custom.chr .aa-Panel .aa-Source:nth-child(1) {
    border-right: 0;
    border-left: 1px solid #DEDEDE;
    margin-left: -1px !important;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .aa-Panel .aa-Source {
    margin-left: 0 !important;
  }
}
html body.chr--custom.chr .aa-SourceHeader {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body.chr--custom.chr .aa-SourceHeader:only-child {
  margin-bottom: 0;
}
html body.chr--custom.chr .aa-SourceHeader::before {
  margin-right: 8px;
}
html body.chr--custom.chr .aa-SourceHeader::after {
  margin-left: 8px;
}
html body.chr--custom.chr .aa-SourceHeader {
  margin-bottom: 0;
  color: #ff6702;
  padding: 0 10px;
}
.aa-SourceFooter > * {
  left: 0 !important;
  width: 100% !important;
  background: #EEEEEE;
  padding: 15px !important;
}
.aa-SourceFooter > * a {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: #ff6702;
}
.aa-SourceFooter > * a:hover, .aa-SourceFooter > * a:active {
  color: #FFAB2C;
}
html body.chr--custom.chr .aa-SubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  z-index: 10;
}
html body.chr--custom.chr .aa-SubmitButton::before {
  font-family: "theme";
  content: "\e922";
  font-size: 16px;
  position: relative;
  color: #7D7D7D;
  margin-right: 0;
  font-weight: 100;
  line-height: 1;
}
html body.chr--custom.chr .aa-SubmitButton svg {
  display: none;
}
.aa-SourceNoResults {
  padding: 10px !important;
}

.algoliasearch-autocomplete-price {
  display: flex;
  align-items: center;
}
.algoliasearch-autocomplete-category {
  padding: 5px 0 !important;
}

.footer-container {
  background: #FCECDD;
  border-top: 1px solid #ff6702;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 40px 0;
  }
}
.footer-wrapper {
  overflow: hidden;
}
.footer-col {
  position: relative;
  --toggle-size: 13px;
}
@media (min-width: 0) and (max-width: 767px) {
  .footer-col {
    padding: 15px 0;
  }
  .footer-col::before {
    content: "";
    bottom: 0;
    left: 50%;
    background: #ff6702;
    transform: translateX(-50%);
    position: absolute;
    width: 100vw;
    height: 1px;
  }
}
.footer-col-content.active {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .footer-col-content {
    padding-top: 15px;
  }
}
.footer-col-section + .footer-col-section {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer-col-section + .footer-col-section {
    margin-top: 30px;
  }
}
.footer-link {
  margin-bottom: 12px;
}
.footer-social {
  font-size: 26px;
  line-height: 1;
  padding-right: 18px;
  padding-bottom: 7px;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-right: -25px;
  margin-bottom: -7px;
}
@media (min-width: 768px) {
  .footer-socials {
    justify-content: flex-start;
  }
}
.footer-payment {
  padding-left: 20px;
}
.footer-payment-image {
  height: 25px;
}
.footer-text {
  display: flex;
  line-height: 1.2;
}
.footer-text + .footer-text {
  margin-top: 10px;
}
html body.chr--custom.chr .page-wrapper .footer-text [class*=icon-]::after {
  font-size: 1.1em;
}
.footer-schedule {
  line-height: 1.85;
}
.footer-legals {
  padding: 14px 0;
  background: #ff6702;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer-legals {
    font-size: 14px;
  }
}
.footer-legals-item {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-legals-item {
    width: auto;
  }
}
.footer-legals-link {
  white-space: nowrap;
  font-size: 12px;
}
.footer-legals-link:hover {
  text-decoration: none;
}
.footer-legals-link + .footer-legals-link {
  padding-left: 4px;
  margin-left: 8px;
  position: relative;
}
.footer-legals-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .footer-legals-links {
    padding: 0;
  }
}

/*****************  PRODUCT GRID PAGER  *****************/
html body.chr--custom.chr .page-wrapper .category {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  text-align: center;
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .category {
    font-size: 20px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
html body.chr--custom.chr .page-wrapper .category-text {
  line-height: 1.2;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .category-text {
    min-height: 34px;
  }
}
html body.chr--custom.chr .page-wrapper .category-amount {
  display: none;
  font-weight: 500;
  margin-right: 15px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .category-amount {
    display: block;
  }
}
html body.chr--custom.chr .page-wrapper .category-description {
  margin-bottom: 30px;
  flex: 1;
  text-align: justify;
}
html body.chr--custom.chr .page-wrapper .category-subcat-title {
  font-weight: 800;
  color: #4f4f4f;
  margin-top: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .category-subcat-title {
    font-size: 16px;
    text-align: left;
  }
}
html body.chr--custom.chr .page-wrapper .category-subcat-image {
  max-height: 206px;
  object-fit: contain;
  margin-top: auto;
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .category-subcat-image {
    height: 206px;
  }
}
html body.chr--custom.chr .page-wrapper .category-subcat-wrapper {
  height: 100%;
  display: flex;
  padding-top: 0;
  padding-bottom: 10px;
}
html body.chr--custom.chr .page-wrapper .category-slider {
  transform: translate(0, 0);
  margin: 0px -40px;
}
@media (min-width: 576px) {
  html body.chr--custom.chr .page-wrapper .category-slider {
    margin: 0;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .category-slider {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .category-slider--ctablet .swiper-wrapper {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .category-slider--cdesktop .swiper-wrapper {
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .category-slider .swiper-container {
    width: 100%;
  }
}
html body.chr--custom.chr .page-wrapper .category-slider .swiper-wrapper {
  align-items: unset;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .category-slider .swiper-button-next, html body.chr--custom.chr .page-wrapper .category-slider .swiper-button-prev {
    display: none;
  }
}
html body.chr--custom.chr .page-wrapper .category-slider-item {
  border: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .category-slider-item, html body.chr--custom.chr .page-wrapper .category-slider-item:hover {
  box-shadow: none;
  padding: 0 !important;
}
html body.chr--custom.chr .page-wrapper .category-slider-slide {
  margin: 0;
  padding: 0;
}
html body.chr--custom.chr .page-wrapper .category-slider-title {
  font-weight: 700;
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 12px;
  line-height: 1.2;
}
html body.chr--custom.chr .page-wrapper .category-slider-image {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  margin-top: auto;
  margin-bottom: 10px !important;
}
html body.chr--custom.chr .page-wrapper .category-view {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .category-view {
    flex-direction: column;
  }
}
html body.chr--custom.chr .page-wrapper .category-image {
  display: flex;
  margin-right: 30px;
  width: 180px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .category-image {
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .category-image {
    width: 115px;
    margin-bottom: 12px;
  }
}
html body.chr--custom.chr .page-wrapper .category-link {
  font-weight: 400;
  line-height: 1.1;
  margin-top: 7px;
}
@media (min-width: 576px) {
  html body.chr--custom.chr .page-wrapper .category-link {
    font-size: 18px;
  }
}
html body.chr--custom.chr .page-wrapper .category-cms {
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .category::after {
  font-size: 60px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .category::after {
    margin-top: 15px;
    font-size: 77px;
  }
}

.catalog-category-view .category-image {
  display: none !important;
}

html body.chr--custom.chr .page-wrapper .pager-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .pager-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 10px;
  white-space: nowrap;
  list-style: none none;
  margin: 0 -4px;
  margin-top: 20px;
}
html body.chr--custom.chr .page-wrapper .pager-item {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .pager-item-label {
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-bottom: 0;
  padding: 12px 8px;
  text-decoration: underline;
  margin: 0 4px;
}
html body.chr--custom.chr .page-wrapper .pager-item-label:hover {
  transition: 0s;
  background: #ff6702;
  color: #ffffff;
  border-color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .pager-item-label--current {
  color: #ff6702;
  background: #EEEEEE;
  pointer-events: none;
  font-weight: 700;
}
html body.chr--custom.chr .page-wrapper .pager-item-button {
  cursor: pointer;
}
html body.chr--custom.chr .page-wrapper .pager-item-button-action {
  background: #EEEEEE;
  border: 1px solid #828282;
  height: 36px;
  color: #4f4f4f;
  box-shadow: none;
  cursor: pointer;
  margin-right: 0;
  padding-right: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 14px;
  height: 100%;
  transition: opacity 0.5s ease;
}
html body.chr--custom.chr .page-wrapper .pager-item-button-action::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .pager-item-button-action:hover {
  opacity: 0.5;
}
html body.chr--custom.chr .page-wrapper .sorter {
  position: relative;
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .sorter::after {
  font-family: "theme";
  color: #7D7D7D;
  font-size: 10px;
  pointer-events: none;
  position: absolute;
  content: "\e90b";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
html body.chr--custom.chr .page-wrapper .sorter-label {
  color: #7D7D7D;
  line-height: 1.1;
  margin-right: 7px;
  margin-left: 15px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .sorter-label {
    font-size: 10px;
  }
}
html body.chr--custom.chr .page-wrapper .sorter-options {
  background: #EEEEEE;
  border: 1px solid #828282;
  height: 36px;
  color: #4f4f4f;
  box-shadow: none;
  cursor: pointer;
  margin-right: 0;
  padding-right: 30px;
  border-radius: 3px;
}
html body.chr--custom.chr .page-wrapper .limiter {
  display: none !important;
}

/************  PRODUCT SWATCHES  **************/
:root {
  --swatch-width: 25px;
  --swatch-padding: 4px;
  --swatch-margin: 10px;
  --swatch-text-size: 12px;
  --swatch-text-height: 25px;
  --swatch-color-height: calc(var(--swatch-text-height) / 1);
}

html body.chr--custom.chr .page-wrapper .swatch--big {
  --swatch-width: 50px;
  --swatch-padding: 6px 12px;
  --swatch-margin: 15px;
  --swatch-text-size: 16px;
  --swatch-text-height: 40px;
  --swatch-color-height: calc(var(--swatch-text-height) / 1);
}
html body.chr--custom.chr .page-wrapper .swatch-attribute {
  position: relative;
}
html body.chr--custom.chr .page-wrapper .swatch-attribute:not(:first-child) {
  padding-top: calc(var(--swatch-margin) * 0.5);
}
html body.chr--custom.chr .page-wrapper .swatch-attribute .mage-error {
  bottom: 7px;
}
html body.chr--custom.chr .page-wrapper .swatch-attribute-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 -5px;
}
html body.chr--custom.chr .page-wrapper .swatch-option-link-layered, html body.chr--custom.chr .page-wrapper .swatch-option-link-layered .color {
  margin-bottom: 0 !important;
}
.swatch-option-tooltip {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .swatch-option {
  border: 1px solid transparent;
  background: #EEEEEE;
  height: 25px;
  min-height: var(--swatch-text-height);
  min-width: var(--swatch-width);
  max-width: 100%;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: 0.5s;
  outline: 1px solid transparent !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: auto;
  font-size: var(--swatch-text-size);
  line-height: 1.2;
  font-weight: bold;
  padding: var(--swatch-padding);
  margin: 0 var(--swatch-margin) var(--swatch-margin) 0;
  border-radius: calc(var(--swatch-text-height) / 2);
}
html body.chr--custom.chr .page-wrapper .swatch-option:not(.disabled, .swatch--disabled, .active, .selected):hover {
  border-color: #7D7D7D;
  transition: 0s;
}
html body.chr--custom.chr .page-wrapper .swatch-option.disabled {
  pointer-events: none;
  opacity: 0.4;
}
html body.chr--custom.chr .page-wrapper .swatch-option.active, html body.chr--custom.chr .page-wrapper .swatch-option.selected {
  transition: 0.5s;
  border-color: transparent;
}
html body.chr--custom.chr .page-wrapper .swatch-option.active::before, html body.chr--custom.chr .page-wrapper .swatch-option.selected::before {
  transform: translate(-50%, -50%) !important;
  opacity: 1 !important;
}
html body.chr--custom.chr .page-wrapper .swatch-option.text, html body.chr--custom.chr .page-wrapper .swatch-option--text {
  border-color: #DEDEDE;
  color: #4f4f4f;
  background: transparent;
  text-transform: uppercase;
}
html body.chr--custom.chr .page-wrapper .swatch-option.text.active, html body.chr--custom.chr .page-wrapper .swatch-option.text.selected, html body.chr--custom.chr .page-wrapper .swatch-option--text.active, html body.chr--custom.chr .page-wrapper .swatch-option--text.selected {
  transition: 0.3s;
  background: #FFAB2C;
  color: #ffffff;
  border-color: transparent;
}
html body.chr--custom.chr .page-wrapper .swatch-option.color, html body.chr--custom.chr .page-wrapper .swatch-option--color {
  height: var(--swatch-color-height);
  min-height: var(--swatch-color-height);
  padding: 0;
  position: relative;
  border-color: #DEDEDE;
}
html body.chr--custom.chr .page-wrapper .swatch-option.color::before, html body.chr--custom.chr .page-wrapper .swatch-option--color::before {
  color: #ffffff;
  font-family: "theme";
  content: "\e916";
  font-size: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition: 0.5s;
}

/*****************  RATING STARS  *****************/
html body.chr--custom.chr .page-wrapper .rating-1::before {
  content: "\e912";
}
html body.chr--custom.chr .page-wrapper .rating-2::before {
  content: "\e912\e912";
}
html body.chr--custom.chr .page-wrapper .rating-3::before {
  content: "\e912\e912\e912";
}
html body.chr--custom.chr .page-wrapper .rating-4::before {
  content: "\e912\e912\e912\e912";
}
html body.chr--custom.chr .page-wrapper .rating-5::before {
  content: "\e912\e912\e912\e912\e912";
}
html body.chr--custom.chr .page-wrapper .rating-summary {
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .rating-label {
  vertical-align: middle;
}
html body.chr--custom.chr .page-wrapper .rating-box {
  margin-left: 15px;
  padding: 16px 0;
}
html body.chr--custom.chr .page-wrapper .rating-box label::before, html body.chr--custom.chr .page-wrapper .rating-box::before {
  font-size: 18px;
  height: 18px;
  letter-spacing: 3px;
  line-height: 0;
}
html body.chr--custom.chr .page-wrapper .rating-result {
  color: #DEDEDE;
  margin-left: 0;
  height: 30px;
  width: 89px;
  margin-right: 10px;
  position: relative;
}
html body.chr--custom.chr .page-wrapper .rating-result label {
  top: 0;
}
html body.chr--custom.chr .page-wrapper .rating-result span {
  overflow: hidden;
  top: 0;
  position: absolute;
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .rating-result::before, html body.chr--custom.chr .page-wrapper .rating-result span::before {
  content: "\e912\e912\e912\e912\e912";
}
html body.chr--custom.chr .page-wrapper .rating-result::before, html body.chr--custom.chr .page-wrapper .rating-result span::before, html body.chr--custom.chr .page-wrapper .rating-result label::before {
  font-size: 18px;
  height: auto;
  font-family: "theme";
  letter-spacing: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: inherit;
}
html body.chr--custom.chr .page-wrapper .rating-result::before {
  content: "\e912\e912\e912\e912\e912";
}
html body.chr--custom.chr .page-wrapper .rating-result--small {
  margin-right: 0;
  height: 22px;
  width: 65px;
}
html body.chr--custom.chr .page-wrapper .rating-result--small::before, html body.chr--custom.chr .page-wrapper .rating-result--small span::before, html body.chr--custom.chr .page-wrapper .rating-result--small label::before {
  font-size: 11px;
  letter-spacing: 2px;
  height: 22px;
  line-height: 22px;
}
html body.chr--custom.chr .page-wrapper .rating-result--control::before {
  color: #7D7D7D;
}
html body.chr--custom.chr .page-wrapper .rating-result--control label {
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .rating-result--control label:hover {
  color: #FFAB2C;
}

/*****************  CATEGORY HEADER  *****************/
.category-header-background {
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.category-header-content {
  position: relative;
}

/*****************  PRODUCT GRID FILTERS  *****************/
@media (min-width: 768px) {
  .filter {
    margin-top: 66px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .filter-current {
    border: none;
  }
}
@media (min-width: 768px) {
  .filter-title {
    display: block;
  }
}
.filter-subtitle {
  display: none;
}
.filter-clear {
  margin-bottom: 10px;
  display: inline-block;
}
.filter-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.filter-item {
  margin-right: 15px;
  padding: 8px;
  padding-right: 10px;
  border: 2px solid #ff6702;
  display: flex;
  align-items: center;
}
.filter-item-name {
  text-transform: uppercase;
}
.filter-item-name::after {
  content: " : ";
  margin-left: 3px;
}
.filter-item-value {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.filter-item-value .price {
  font-size: 14px;
  padding: 0 2px;
  font-weight: normal;
}
.filter-item-remove {
  color: #ff6702;
  position: relative;
  margin-left: auto;
}
.filter-item-remove::before {
  transform: none;
  font-family: "theme";
  content: "\e912";
  height: auto;
  background: none;
  font-size: 9px;
}
.filter-item-remove::after {
  display: none;
}
.filter-slider {
  margin: 0 23px;
}
.filter-subtitle {
  font-size: 0 !important;
  border: 0 !important;
  position: relative;
}
.filter-subtitle::after {
  font-family: "theme";
  content: "\e903";
  font-size: 14px;
  position: absolute;
  top: 50%;
  padding: 12px;
  right: 0;
  transform: translate(0, -50%);
}
.filter-options {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .filter-options {
    padding: 0;
    margin-top: 10px;
  }
}
.filter-options-title {
  font-size: 13px;
  color: #4f4f4f !important;
  padding: 9px 40px 9px 11px;
  border: none;
  border-top: 1px solid #DEDEDE;
  margin: 0;
  position: relative;
  cursor: pointer;
  text-transform: none;
  word-break: break-word;
}
.filter-options-title::after {
  font-size: 11px;
}
html body.chr--custom.chr .page-wrapper .filter-options-content {
  padding: 0 20px;
  margin-bottom: 0;
  display: block !important;
  border: 0;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .filter-options-content {
    padding: 0 11px;
  }
}
html body.chr--custom.chr .page-wrapper .filter-options-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
}
.filter-options-item {
  padding-bottom: 0;
  border: none;
}
.filter-options-items {
  padding-left: 30px;
  margin-left: 0;
}
.filter-option-item + .filter-option-item {
  margin-top: 13px;
}
.filter-option-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0;
}
.filter-option-item-link {
  padding-left: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.filter-option-item-label {
  display: inline-block;
  margin-right: 5px;
}

/************************  AMASTY  ************************/
/*****************  PRODUCT GRID FILTERS  *****************/
html body.chr--custom.chr .page-wrapper .ui-slider {
  height: 5px;
  background: #DEDEDE;
  top: 0;
  width: 100%;
  border-radius: 12px;
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .ui-slider::before, html body.chr--custom.chr .page-wrapper .ui-slider::after {
  display: none;
}
html body.chr--custom.chr .page-wrapper .ui-slider-handle {
  width: 12px;
  height: 12px;
  border: 1px solid #ff6702;
  background: #ffffff !important;
  cursor: grab;
  top: 0px;
  margin-left: 0;
}
html body.chr--custom.chr .page-wrapper .ui-slider-range {
  height: 5px;
  background: #ff6702;
  position: relative;
  top: 0;
  border-radius: 12px;
}
html body.chr--custom.chr .page-wrapper .ui-slider-delimiter {
  opacity: 0;
  display: inline-block;
  width: 18px;
}
html body.chr--custom.chr .page-wrapper .ui-slider-input {
  max-width: calc(50% - 9px);
}
html body.chr--custom.chr .page-wrapper .ui-slider-prefix {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

html body.chr--custom.chr .page-wrapper .amshopby-remove ~ * {
  transition: 0.3s;
}
html body.chr--custom.chr .page-wrapper .amshopby-remove:hover::before, html body.chr--custom.chr .page-wrapper .amshopby-remove:hover::after {
  background: #ff0000;
}
html body.chr--custom.chr .page-wrapper .amshopby-remove::before, html body.chr--custom.chr .page-wrapper .amshopby-remove::after {
  background: #7D7D7D;
}
html body.chr--custom.chr .page-wrapper .amshopby-slider-wrapper {
  margin: 0 0 -15px;
}
.amshopby-slider-display {
  line-height: 20px;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  color: #4f4f4f;
  border: 1px solid #DEDEDE;
  margin-bottom: 15px !important;
}

/************************  ALGOLIA INSTANT SEARCH  ************************/
html body.chr--custom.chr .page-wrapper .ais-Hits {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .ais-Hits {
    margin-left: 0;
    margin-right: 0;
  }
}
html body.chr--custom.chr .page-wrapper .ais-Hits-list {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
html body.chr--custom.chr .page-wrapper .ais-Hits-item {
  padding: 0 5px;
  margin-right: -1px;
  margin-bottom: -1px;
  flex-direction: column;
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .ais-Hits-item {
    width: 33.333%;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .ais-Hits-item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .ais-Hits-item {
    width: 20%;
  }
}
html body.chr--custom.chr .page-wrapper .ais-Hits-item:hover {
  z-index: 15;
}
html body.chr--custom.chr .page-wrapper .ais-Hits-item mark {
  color: #FFAB2C;
  background: transparent;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-input {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-input:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-input[readonly] {
  cursor: default;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-input[disabled] {
  opacity: 0.4;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-input:not([readonly]).validation-failed, html body.chr--custom.chr .page-wrapper .ais-SearchBox-input:not([readonly]).error, html body.chr--custom.chr .page-wrapper .ais-SearchBox-input:not([readonly]).mage-error {
  border-color: #ff0000;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-input:not([readonly]).valid {
  border-color: #02cc53;
}
html body.chr--custom.chr .page-wrapper .ais-SearchBox-reset {
  top: 0;
  padding-left: 13px;
  padding-right: 13px;
  z-index: 10;
}
html body.chr--custom.chr .page-wrapper .ais-SortBy-select {
  background: #EEEEEE;
  border: 1px solid #828282;
  height: 36px;
  color: #4f4f4f;
  box-shadow: none;
  cursor: pointer;
  margin-right: 0;
  padding-right: 30px;
  border-radius: 3px;
  top: -3px;
}
html body.chr--custom.chr .page-wrapper .ais-Panel {
  border: 0;
  border-top: 1px solid #DEDEDE;
}
html body.chr--custom.chr .page-wrapper .ais-Panel-header {
  background: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 10px;
}
html body.chr--custom.chr .page-wrapper .ais-Panel-body {
  padding: 0px 10px 13px;
}
html body.chr--custom.chr .page-wrapper .ais-CurrentRefinements-item {
  width: 100%;
  display: block;
  border: 0;
  background: #ffffff;
  white-space: initial;
}
html body.chr--custom.chr .page-wrapper .ais-CurrentRefinements-category {
  margin: 0 0.5em 0 0;
  white-space: nowrap;
}
html body.chr--custom.chr .page-wrapper .ais-CurrentRefinements-label {
  color: #4f4f4f;
  margin-right: 5px;
}
html body.chr--custom.chr .page-wrapper .ais-CurrentRefinements-delete {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  color: #7D7D7D;
}
html body.chr--custom.chr .page-wrapper .ais-CurrentRefinements-delete:active, html body.chr--custom.chr .page-wrapper .ais-CurrentRefinements-delete:hover {
  color: #FFAB2C;
  text-decoration: none;
  transition: 0s;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: inherit;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #ff6702;
  background: #ff6702;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0.3s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  font-size: 12px;
  height: 36px;
  line-height: initial;
  padding: 0 10px;
  color: #ffffff;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:focus {
  outline: 0;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > em, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > em::before, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > em::after, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > span::before, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > em::before, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > span::before {
  margin-right: 10px;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > em::after, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button > span::after {
  margin-left: 10px;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:hover > em, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:hover > span, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:active > em, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:active > span {
  color: #ffffff;
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #FFAB2C;
}
@media (prefers-reduced-motion: reduce) {
  html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button::after {
    transition: none;
  }
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:active::after, html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button.active::after, a:active html body.chr--custom.chr .page-wrapper .ais-ClearRefinements-button:not(.button-alone)::after {
  opacity: 1;
}
html body.chr--custom.chr .page-wrapper .ais-HierarchicalMenu-link {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
}
html body.chr--custom.chr .page-wrapper .ais-HierarchicalMenu-link:active, html body.chr--custom.chr .page-wrapper .ais-HierarchicalMenu-link:hover {
  color: #FFAB2C;
  text-decoration: none;
  transition: 0s;
}
html body.chr--custom.chr .page-wrapper .ais-HierarchicalMenu-list--child {
  margin-left: 0;
}
html body.chr--custom.chr .page-wrapper .ais-HierarchicalMenu-count {
  font-weight: 100;
}
html body.chr--custom.chr .page-wrapper .ais-HierarchicalMenu .cross-circle {
  display: none;
}
html body.chr--custom.chr .page-wrapper .ais-RefinementList-label {
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
  width: fit-content;
  line-height: 1.8em;
}
html body.chr--custom.chr .page-wrapper .ais-RefinementList-label:active, html body.chr--custom.chr .page-wrapper .ais-RefinementList-label:hover {
  color: #FFAB2C;
  text-decoration: none;
  transition: 0s;
}
html body.chr--custom.chr .page-wrapper .ais-RefinementList-searchBox {
  display: none;
}
html body.chr--custom.chr .page-wrapper .ais-RefinementList-checkbox {
  position: absolute;
  opacity: 0;
  top: -300000vh;
}
html body.chr--custom.chr .page-wrapper .ais-Stats {
  text-align: left;
  line-height: 1.1;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .ais-Stats {
    max-width: 118px;
  }
}

html body.chr--custom.chr .page-wrapper .rheostat {
  margin-top: 15px;
  margin-bottom: 0;
}
html body.chr--custom.chr .page-wrapper .rheostat-progress {
  background: #ff6702;
  top: 0;
  height: 5px;
}
html body.chr--custom.chr .page-wrapper .rheostat-handle {
  width: 12px;
  height: 12px;
  border-color: #ff6702;
  cursor: grab;
  top: -3px;
  margin-left: -6px;
}
html body.chr--custom.chr .page-wrapper .rheostat-background {
  background: #DEDEDE;
  border-radius: 12px;
}
html body.chr--custom.chr .page-wrapper .rheostat-tooltip {
  font-weight: 500;
  color: #4f4f4f;
}

.toolbar-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-products::before, .toolbar-products::after {
  display: none;
}
.toolbar-sorter {
  margin-left: auto;
}
.toolbar .modes {
  position: absolute;
  opacity: 0;
}

html body.chr--custom.chr .page-wrapper .nav-item > *, html body.chr--custom.chr .page-wrapper .nav.item > * {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  padding: 2px 15px;
  display: flex;
  border: 0;
}
html body.chr--custom.chr .page-wrapper .nav-item > *:not(strong):hover, html body.chr--custom.chr .page-wrapper .nav.item > *:not(strong):hover {
  background: #DEDEDE;
  transition: 0s;
}
html body.chr--custom.chr .page-wrapper .nav-item > strong, html body.chr--custom.chr .page-wrapper .nav.item > strong {
  color: #ff6702;
  border-left: 3px solid #ff6702;
  font-weight: bold;
  padding-left: 12px;
}
html body.chr--custom.chr .page-wrapper .nav-item-delimiter, html body.chr--custom.chr .page-wrapper .nav.item-delimiter {
  border-top: 1px solid #DEDEDE;
  display: block;
  margin: 0 15px;
}
html body.chr--custom.chr .page-wrapper .nav-items, html body.chr--custom.chr .page-wrapper .nav.items {
  padding: 0;
}
html body.chr--custom.chr .page-wrapper .nav.item {
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .nav.item > * {
  padding: 2px 15px;
  line-height: 32px;
}
html body.chr--custom.chr .page-wrapper .nav.item > strong {
  padding-left: 13px;
}

html body.chr--custom.chr .page-wrapper .block-collapsible-nav-content {
  background-color: none;
  padding: 0;
}
html body.chr--custom.chr .page-wrapper.customer-account-login .page-title-wrapper {
  display: none;
}
html body.chr--custom.chr .page-wrapper.customer-account-forgotpassword .page-title {
  text-align: center;
}
html body.chr--custom.chr .page-wrapper .account-form {
  margin: auto;
}

html body.chr--custom.chr .page-wrapper .order-actions-toolbar {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .order-actions-toolbar {
    margin-top: 0;
  }
}
html body.chr--custom.chr .page-wrapper .order-actions-toolbar .action {
  margin-right: 0;
  margin-left: 30px;
}
html body.chr--custom.chr .page-wrapper .order-date {
  margin-top: 12px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .order-date {
    margin-bottom: -18px;
    margin-top: 18px;
  }
}
html body.chr--custom.chr .page-wrapper .order-date span:first-child {
  font-weight: bold;
}
html body.chr--custom.chr .page-wrapper .order-status {
  float: left;
  margin-right: 20px;
  background: #FFAB2C;
  color: white;
  border: 0;
  font-weight: bold;
  border-radius: 0;
  text-transform: inherit;
  margin: 4px 10px 0 0px;
}
html body.chr--custom.chr .page-wrapper .order-links {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
html body.chr--custom.chr .page-wrapper .order-links .nav.item.current {
  border-bottom: 5px solid #ff6702;
}
html body.chr--custom.chr .page-wrapper .order-links .nav.item > * {
  border-left: 0;
  background: none !important;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px;
  line-height: 1;
  margin: 0 5px;
  transition: color 0.5s ease;
  text-align: center;
}
html body.chr--custom.chr .page-wrapper .order-links .nav.item > *:hover {
  color: #000000;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .order-links {
    flex-wrap: wrap;
  }
}
html body.chr--custom.chr .page-wrapper .order-price * {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  line-height: 33px;
}
html body.chr--custom.chr .page-wrapper .order-price *.price-including-tax > span:first-child, html body.chr--custom.chr .page-wrapper .order-price *::before, html body.chr--custom.chr .page-wrapper .order-price *::after {
  display: none !important;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .order-actions-toolbar {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .marketplace-messages-button {
    position: absolute;
    top: 20px;
    right: 0;
    width: auto !important;
  }
}

.cart-sidebar-caption {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
}
.cart-sidebar-caption::after {
  color: #7D7D7D;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .cart-sidebar, html body.chr--custom.chr .page-wrapper .cart-sidebar-container > .cart-sidebar-content {
    position: sticky;
    top: 195px;
  }
  .cart-sidebar-wrapper, html body.chr--custom.chr .page-wrapper .cart-sidebar-container > .cart-sidebar-content-wrapper {
    position: sticky;
    top: 195px;
  }
  .cart-sidebar-wrapper .cart-sidebar, .cart-sidebar-wrapper html body.chr--custom.chr .page-wrapper .cart-sidebar-container > .cart-sidebar-content, html body.chr--custom.chr .page-wrapper .cart-sidebar-container > .cart-sidebar-content-wrapper .cart-sidebar, html body.chr--custom.chr .page-wrapper .cart-sidebar-container > .cart-sidebar-content-wrapper html body.chr--custom.chr .page-wrapper .cart-sidebar-container > .cart-sidebar-content {
    position: static;
    top: 0;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .cart-sidebar-container {
    padding: 0 !important;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .cart-sidebar-container:not(html body.chr--custom.chr .page-wrapper .cart-sidebar-container--large) {
    top: 150px;
    width: 28% !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .cart-sidebar-content {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    margin-bottom: 5px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .cart thead {
    display: none;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item {
  border-bottom: 1px solid #DEDEDE;
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .cart-items {
    width: 72% !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .cart-item-row {
    display: flex;
    flex-wrap: wrap;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item-col {
  vertical-align: top;
  padding: 10px;
}
html body.chr--custom.chr .page-wrapper .cart-item-col:first-child {
  padding-left: 0;
}
html body.chr--custom.chr .page-wrapper .cart-item-col:last-child {
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .cart-item-col--block {
    width: 100%;
  }
  html body.chr--custom.chr .page-wrapper .cart-item-col--line {
    width: 33.33%;
    text-align: center !important;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .cart-item-name {
    font-size: 18px;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item-img {
  width: 70px;
  min-width: 70px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .cart-item-img {
    width: 100px;
  }
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .cart-item-img {
    width: 170px;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item-price * {
  font-size: 14px;
  font-weight: bold;
  color: #4f4f4f;
  line-height: 33px;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .cart-item-price * {
    font-size: 18px;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item-price *.price-including-tax > span:first-child, html body.chr--custom.chr .page-wrapper .cart-item-price *::before, html body.chr--custom.chr .page-wrapper .cart-item-price *::after {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .cart-item-attr {
  font-size: 12px;
  color: #7D7D7D;
  font-weight: 400;
}
html body.chr--custom.chr .page-wrapper .cart-item-attr + html body.chr--custom.chr .page-wrapper .cart-item-attr {
  margin-top: 2px;
}
html body.chr--custom.chr .page-wrapper .cart-item-attr span {
  font-weight: bold;
  color: #4f4f4f;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .cart-item-attr {
    font-size: 14px;
  }
  html body.chr--custom.chr .page-wrapper .cart-item-attr + html body.chr--custom.chr .page-wrapper .cart-item-attr {
    margin-top: 5px;
  }
}
html body.chr--custom.chr .page-wrapper .cart-item-remove {
  position: absolute;
  right: 13px;
  bottom: 64px;
  text-align: left;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .cart-item-remove {
    bottom: 13px;
  }
}
html body.chr--custom.chr .page-wrapper .cart-head {
  border-bottom: 1px solid #DEDEDE;
}
html body.chr--custom.chr .page-wrapper .cart-head-item {
  text-align: center;
  color: #7D7D7D;
  font-weight: 500;
}
html body.chr--custom.chr .page-wrapper .cart-head-item:first-child {
  text-align: left;
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .cart-head-item.qty {
    width: 200px;
  }
}
html body.chr--custom.chr .page-wrapper .cart-discount {
  border: 0;
}
html body.chr--custom.chr .page-wrapper .cart-sticky-footer {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 116px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 15;
}
@media (min-width: 1280px) and (max-width: 1919px) {
  html body.chr--custom.chr .page-wrapper .cart-sticky-footer {
    display: none;
  }
}
html body.chr--custom.chr .page-wrapper .cart .amount, html body.chr--custom.chr .page-wrapper .cart .price {
  justify-content: flex-end;
  flex-direction: initial;
  padding-right: 0 !important;
  font-weight: 500;
}
html body.chr--custom.chr .page-wrapper .cart tr:first-child td, html body.chr--custom.chr .page-wrapper .cart tr:first-child th {
  font-weight: 500;
}
@media (min-width: 1280px) {
  html body.chr--custom.chr .page-wrapper .cart tr:first-child td, html body.chr--custom.chr .page-wrapper .cart tr:first-child th {
    white-space: nowrap;
  }
}
html body.chr--custom.chr .page-wrapper .cart tr:not(:first-child):not(:last-child) td, html body.chr--custom.chr .page-wrapper .cart tr:not(:first-child):not(:last-child) th {
  padding-top: 0;
  color: #7D7D7D;
}
html body.chr--custom.chr .page-wrapper .cart.grand .amount, html body.chr--custom.chr .page-wrapper .cart.grand .mark {
  border-color: #DEDEDE;
}
html body.chr--custom.chr .page-wrapper .cart.grand .mark, html body.chr--custom.chr .page-wrapper .cart.grand .mark strong {
  padding-top: 0 !important;
  font-size: 18px;
  font-weight: 400;
}
html body.chr--custom.chr .page-wrapper .cart.grand .amount {
  font-size: 18px !important;
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  .catalog-product-view .column.main {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  html body.chr--custom.chr .page-wrapper .product-info-main {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  html body.chr--custom.chr .page-wrapper .product-info-main {
    float: right;
  }
}
@media (min-width: 1440px) {
  html body.chr--custom.chr .page-wrapper .product-info-main {
    padding-left: 90px;
  }
}
.product-title {
  height: 24px;
  width: 219.49px;
  color: #ff0000;
  font-family: "Lato";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 30px;
    line-height: 44px;
  }
}
.product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767px) {
  .product-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 100;
    padding: 10px;
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .product-bottom {
    flex-wrap: nowrap;
  }
}
.product-bottom-form {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-bottom-form {
    min-width: 165px;
    width: auto;
  }
}
.product-short_description {
  /*
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  */
  padding-top: 5px;
}
.product-sku, .product-info-stock-sku {
  white-space: nowrap;
  margin-left: auto;
  text-align: right;
  margin-top: 5px;
}
.product-sku .product-sku, .product-sku .product-info-stock-sku, .product-info-stock-sku .product-sku, .product-info-stock-sku .product-info-stock-sku {
  font-weight: 300;
  margin: 0;
}
.product-sku *, .product-info-stock-sku * {
  text-transform: initial !important;
  font-size: 12px;
}
@media (min-width: 768px) {
  .product-sku *, .product-info-stock-sku * {
    font-size: 14px;
  }
}
.product-sku > *, .product-info-stock-sku > * {
  display: flex;
  justify-content: flex-end;
  /*
  @include bp(md,md){
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
  }
  */
}
html body.chr--custom.chr .page-wrapper .product-price {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  margin: 5px 0 15px;
  font-weight: bold;
  padding: 0 10px;
  padding: 0 15px 0 0 !important;
  align-items: flex-start !important;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price {
    padding: 0 15px;
  }
}
html body.chr--custom.chr .page-wrapper .product-price .price {
  font-weight: bold;
  line-height: 21.6px;
  font-size: 18px;
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .product-price .price-box {
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .product-price .price-label {
  display: none;
  font-weight: 400;
  color: #DEDEDE;
  margin-bottom: 2px;
}
html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-right: 2px;
  order: -1;
  margin-top: 0;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 5px;
  }
}
html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label);
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-bottom: 4px;
  font-size: 12px !important;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]), html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] {
  font-size: 12px !important;
  text-decoration: none;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice] .price, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] .price {
  text-decoration: line-through;
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::after {
  text-decoration: line-through;
  content: " " attr(data-label);
}
html body.chr--custom.chr .page-wrapper .product-price .price-old {
  font-size: 12px !important;
  text-decoration: line-through;
}
html body.chr--custom.chr .page-wrapper .product-price .price-old {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-price .price-old, html body.chr--custom.chr .page-wrapper .product-price .price-old * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-price .price-old::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .product-price .price-old::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .product-price .tax {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
html body.chr--custom.chr .page-wrapper .product-price > html body.chr--custom.chr .page-wrapper .product-price {
  display: none !important;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 36px;
    margin: 5px 0 15px;
    font-weight: bold;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price {
    font-weight: bold;
    line-height: 43.2px;
    font-size: 36px;
    color: #ff6702;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-box {
    margin: 0;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-label {
    display: none;
    font-weight: 400;
    color: #DEDEDE;
    margin-bottom: 2px;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 2px;
    order: -1;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
    display: none;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
    font-size: 1em;
    content: " " attr(data-label);
    color: #ff6702;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-bottom: 4px;
    font-size: 20px !important;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    display: flex;
    align-items: center;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]), html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) * {
    color: #828282;
    line-height: 20px;
    font-size: 10px;
    margin: 0;
    font-weight: normal !important;
    line-height: 1;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
    display: block;
    font-size: 1em;
    content: "(";
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
    font-size: 1em;
    content: " " attr(data-label) ")";
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] {
    font-size: 20px !important;
    text-decoration: none;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] {
    display: flex;
    align-items: center;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] * {
    color: #828282;
    line-height: 20px;
    font-size: 10px;
    margin: 0;
    font-weight: normal !important;
    line-height: 1;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::before {
    display: block;
    font-size: 1em;
    content: "(";
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::after {
    font-size: 1em;
    content: " " attr(data-label) ")";
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::before {
    display: none;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice] .price, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice] .price {
    text-decoration: line-through;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=oldPrice]::after {
    text-decoration: line-through;
    content: " " attr(data-label);
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-old {
    font-size: 20px !important;
    text-decoration: line-through;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-old {
    display: flex;
    align-items: center;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-old, html body.chr--custom.chr .page-wrapper .product-price .price-old * {
    color: #828282;
    line-height: 20px;
    font-size: 10px;
    margin: 0;
    font-weight: normal !important;
    line-height: 1;
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-old::before {
    display: block;
    font-size: 1em;
    content: "(";
  }
  html body.chr--custom.chr .page-wrapper .product-price .price-old::after {
    font-size: 1em;
    content: " " attr(data-label) ")";
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .tax {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price > html body.chr--custom.chr .page-wrapper .product-price {
    display: none !important;
  }
}
html body.chr--custom.chr .page-wrapper .product-price * {
  color: #4f4f4f !important;
}
html body.chr--custom.chr .page-wrapper .product-price [data-price-type=finalPrice]:not([data-price-type=oldPrice]), html body.chr--custom.chr .page-wrapper .product-price [data-price-type=finalPrice]:not([data-price-type=oldPrice]) * {
  font-weight: 300 !important;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=basePrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=basePrice] {
    margin: 3px 0;
  }
}
html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=basePrice], html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=basePrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-including-tax[data-price-type=basePrice]::after, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=basePrice], html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=basePrice] *, html body.chr--custom.chr .page-wrapper .product-price .price-excluding-tax[data-price-type=basePrice]::after {
  color: #ff6702 !important;
  font-weight: 500;
}
html body.chr--custom.chr .page-wrapper .product-price .price-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
}
html body.chr--custom.chr .page-wrapper .product-price .price-container {
  flex-direction: column;
  align-items: flex-start;
}
html body.chr--custom.chr .page-wrapper .product-price .wp-product-label {
  position: relative;
  display: inline-block;
  margin-right: 5px !important;
  display: none;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-price .wp-product-label {
    margin-right: 10px !important;
  }
}
html body.chr--custom.chr .page-wrapper .product-price .wp-product-label-top-right {
  display: inline-block;
}
html body.chr--custom.chr .page-wrapper .product-price .wp-product-label * {
  color: #ffffff !important;
}
.product-wishlist {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  width: 100% !important;
}
.product-wishlist--instock {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .product-wishlist--instock {
    width: auto !important;
    padding: 0;
    justify-content: flex-end;
    position: absolute;
    bottom: 98px;
    left: 170px;
  }
}
.product-wishlist::before {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-right: 7px;
  color: #828282;
}
.product-wishlist:hover::before {
  color: #FFAB2C;
}
html body.chr--custom.chr .page-wrapper .product-options-wrapper {
  float: none !important;
  width: 100% !important;
}
.product-sheet {
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
#reference-technical-sheet {
    text-align: left;
    line-break: anywhere;
    white-space: normal !important;
}
@media (min-width: 1280px) {
  .product-sheet {
    line-height: 1.7;
  }
}
.product-sheet::before {
  color: #828282;
  display: block;
  margin-right: 16px;
  font-size: 21px;
  line-height: 1;
}
.product-sheet + .product-sheet {
  margin-top: 5px;
}
html body.chr--custom.chr .page-wrapper .product-offer {
  font-size: 12px;
  border-bottom: 0 !important;
}
html body.chr--custom.chr .page-wrapper .product-offer--highlight:first-child {
  border: 1px solid #ff6702;
}
html body.chr--custom.chr .page-wrapper .product-offer:nth-child(2) {
  margin-top: 0 !important;
}
html body.chr--custom.chr .page-wrapper .product-offer:not([style="display: none;"]) ~ .product-offer {
  border-top: var(--table-border) solid var(--table-border-color);
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  margin: 5px 0 15px;
  font-weight: bold;
  padding: 0 10px;
  padding: 0 !important;
  margin: 0;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-offer-price--native {
    padding: 0 15px;
  }
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price {
  font-weight: bold;
  line-height: 16.8px;
  font-size: 14px;
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-box {
  margin: 0;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-label {
  display: none;
  font-weight: 400;
  color: #DEDEDE;
  margin-bottom: 2px;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-right: 2px;
  order: -1;
  margin-top: 0;
}
@media (min-width: 768px) {
  html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
    padding-right: 5px;
  }
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label);
  color: #ff6702;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  padding-bottom: 4px;
  font-size: 12px !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]), html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice]) * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax:not([data-price-type=oldPrice]):not([data-price-type=baseOldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice] {
  font-size: 12px !important;
  text-decoration: none;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice] {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice] *, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice] *, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice], html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice] * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice]::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice]::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice]::before, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice]::before, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice]::before {
  display: none;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice] .price, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice] .price, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice] .price {
  text-decoration: line-through;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax[data-price-type=oldPrice]::after, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=baseOldPrice]::after, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-excluding-tax[data-price-type=oldPrice]::after {
  text-decoration: line-through;
  content: " " attr(data-label);
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-old {
  font-size: 12px !important;
  text-decoration: line-through;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-old {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-old, html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-old * {
  color: #828282;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-old::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-old::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .tax {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native > html body.chr--custom.chr .page-wrapper .product-offer-price--native {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native *, html body.chr--custom.chr .page-wrapper .product-offer-price--native *::after {
  color: #4f4f4f !important;
  line-height: 1 !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native > * {
  display: flex;
  align-items: center;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .price-including-tax {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native .old-price *::after {
  display: none;
}
html body.chr--custom.chr .page-wrapper .product-offer-price--native [data-price-type=oldPrice] * {
  color: #7D7D7D !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-cell .price-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
html body.chr--custom.chr .page-wrapper .product-offer-cell [data-price-type=oldPrice] {
  font-size: 12px;
  color: #7D7D7D;
  text-decoration: line-through;
  display: block;
  padding-left: 6px;
  line-height: 1;
}
html body.chr--custom.chr .page-wrapper .product-offer-cell [data-price-type=finalPrice] {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-cell [data-price-type=basePrice] {
  margin-top: 0;
  font-size: 14px !important;
  font-weight: bold;
}
html body.chr--custom.chr .page-wrapper .product-offer-cell [data-price-type=basePrice]::before {
  display: none !important;
}
html body.chr--custom.chr .page-wrapper .product-offer-cell [data-price-type=basePrice]::after {
  content: attr(data-label);
}
html body.chr--custom.chr .page-wrapper .product-offer-cell::before {
  display: none !important;
}

.fotorama__arr, html body.chr--custom.chr .page-wrapper .fotorama__arr {
  background: transparent !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .fotorama__stage, html body.chr--custom.chr .page-wrapper .fotorama__stage {
    height: auto !important;
    padding-top: 100%;
  }
  .fotorama__stage__shaft, html body.chr--custom.chr .page-wrapper .fotorama__stage__shaft {
    position: absolute;
  }
}
.fotorama__nav, html body.chr--custom.chr .page-wrapper .fotorama__nav {
  white-space: normal !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .fotorama__nav, html body.chr--custom.chr .page-wrapper .fotorama__nav {
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) {
  .fotorama__nav-wrap, .fotorama__nav-wrap *, html body.chr--custom.chr .page-wrapper .fotorama__nav-wrap, html body.chr--custom.chr .page-wrapper .fotorama__nav-wrap * {
    box-sizing: initial !important;
  }
}
@media (min-width: 768px) {
  .fotorama__nav--thumbs, html body.chr--custom.chr .page-wrapper .fotorama__nav--thumbs {
    padding-bottom: 2px;
  }
}
.fotorama--fullscreen, html body.chr--custom.chr .page-wrapper .fotorama--fullscreen {
  z-index: 10000 !important;
}
.fotorama__thumb-border, html body.chr--custom.chr .page-wrapper .fotorama__thumb-border {
  border-color: #FFAB2C !important;
}
.fotorama__zoom-in:focus::after, .fotorama__zoom-out:focus::after, .fotorama__fullscreen-icon:focus::after, html body.chr--custom.chr .page-wrapper .fotorama__zoom-in:focus::after, html body.chr--custom.chr .page-wrapper .fotorama__zoom-out:focus::after, html body.chr--custom.chr .page-wrapper .fotorama__fullscreen-icon:focus::after {
  box-shadow: none !important;
}

.availability {
  display: none;
}

.address {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid transparent;
}
.addresses {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 768px) {
  .addresses {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.address--selected {
  border-color: #ff6702;
}
.address-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.address:not(:first-child)::before {
  width: calc(100% + 40px);
  height: 1px;
  background-color: #EEEEEE;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .address:not(:first-child)::before::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .address:nth-child(2n)::before {
    width: 1px;
    height: 200px;
    background-color: #EEEEEE;
    position: absolute;
    left: -45px;
    top: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .address:nth-child(2n)::before {
    left: -30px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .address:nth-child(2n)::before {
    left: -50px;
  }
}
.address-recap {
  display: flex;
  flex-direction: row;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 0 15px;
  margin: 10px;
}
.address-recap-title {
  font-size: 16px;
  font-weight: bold;
  padding: 26px 12px 5px 12px;
}
.address-recap-icon {
  height: 100%;
  margin-top: 10px;
  margin-right: 15px;
}
.address-recap-icon::before {
  color: #ff6702;
  font-size: 36px;
}
.address-title {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.address-title-icon {
  margin-right: 15px;
}
.address-title-icon::before {
  color: #ff6702;
  font-size: 30px;
}
.address-title-highlight {
  color: #ff6702;
}
.address-select {
  width: 240px;
}
.address-select > select {
  cursor: pointer;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address-detail {
  padding-bottom: 20px;
}
.address-details {
  padding: 15px 0;
  color: #4f4f4f;
  font-size: 15px;
}
.address-detail-name {
  font-size: 20px;
  font-weight: bold;
}
.address-detail-link {
  color: #ff6702;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

.checkout-btns--shipping {
  display: block;
}
.checkout-btns--payment {
  display: none;
}
.checkout-btns--switch ~ .checkout-btns--shipping {
  display: none;
}
.checkout-btns--switch ~ .checkout-btns--payment {
  display: block;
}
.checkout-shipping-method {
  border-radius: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.checkout-shipping-methods {
  border-collapse: separate;
  border-spacing: 0 20px;
}
.checkout-shipping-method-col {
  background: #EEEEEE;
  border-top: none;
  vertical-align: middle !important;
}
.checkout-shipping-method-col:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 20px;
}
.checkout-shipping-method-col:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 20px;
}
.checkout-shipping-method-price {
  font-size: 18px;
}
.checkout-header {
  background: #7D7D7D;
  color: #ffffff;
  padding: 20px;
}
.checkout-header::before {
  background: #7D7D7D !important;
}
@media (min-width: 768px) {
  .checkout-header {
    margin-bottom: 0;
  }
}
.checkout-header-back {
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 0;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .checkout-header-back {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .checkout-header-back:hover {
    padding-right: 3px;
  }
}
.checkout-header-back::before {
  display: inline-block;
  color: #ffffff;
  padding: 5px 6px 5px 4px;
  line-height: 1;
  font-size: 12px;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .checkout-header-back::before {
    padding: 7px 8px 7px 6px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .checkout-header-back:hover::before {
    transform: translateX(2px);
    margin-right: 7px;
  }
}
.checkout-header-logo {
  max-width: 150px;
}
@media (min-width: 768px) {
  .checkout-header-logo {
    max-width: none;
  }
}
.checkout-header-logo-img {
  display: block;
}
.checkout-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .checkout-header-content {
    justify-content: space-between;
    margin: 0;
  }
}
.checkout-header-secure {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  width: 175px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .checkout-header-secure {
    justify-content: flex-start;
    text-align: left;
    width: auto;
  }
}
.checkout-header-secure::before {
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .checkout-header-secure::before {
    font-size: 30px;
    margin-right: 10px;
  }
}
.checkout-header-secure-text {
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  max-width: 82px;
  text-align: left;
  line-height: 12px;
}
@media (min-width: 768px) {
  .checkout-header-secure-text {
    max-width: 115px;
    font-size: 14px;
    line-height: 18px;
  }
}

.cms-noroute-index .page-title-wrapper {
  text-align: center;
}

.custom-message-shipping-container {
    background-color: #E1B6BA;
    padding: 10px;
    margin: 5px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #8B3E45;
    font-weight: bold;
}

.amcard-field-block.-double{
    flex-wrap: wrap!important;
}

.amcard-button, .amcard-button:hover {
    margin: 15px 0;
    font-size: 15px;
    background-color: #ff6702;
    color: white;
    border: none !important;
    border-radius: 4px !important;
}

.menu .header-nav-item.header-nav-item--0:last-child {
    background: #ff6702;
    border: solid 1px white;
}
.destock{
    color: white !important;
    background: linear-gradient(0deg, #f78f4bdb 0%, #ff6702 100%)!important;
    position: relative;
}
.destock a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.destock:before,
.destock:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #ff6702;
    transition: all 0.3s ease;
    z-index: 10;
}
.destock:before {
    height: 0%;
    width: 2px;
}
.destock:after {
    width: 0%;
    height: 2px;
}
.destock:hover{
    background: #FCECDD !important;
    color : #4f4f4f !important;
    box-shadow: none;
}
.destock:hover:before {
    height: 98%;
}

.destock:hover:after {
    width: 100%;
}

.destock a:hover{
    color: #ff6702;
}
.destock a:before,
.destock a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #ff6702;
    transition: all 0.3s ease;
}
.destock a:before {
    width: 2px;
    height: 0%;
}
.destock a:after {
    width: 0%;
    height: 2px;
}
.destock a:hover:before {
    height: 100% !important;
    display: block!important;
}
.destock a:hover:after {
    width: 100%;
}

.product.alert.stock {
    font-size: 17px;
    font-weight: bold;
    background-color: #ff6702;
    color: white;
    border: none!important;
    border-radius: 4px!important;
    padding: 12px;
    text-align: center;
}

.product.alert.stock:hover {
    background-color: #f0ad4e;
}

.link-wrapper.ms-2.ms-lg-4 .link.color-white {
    font-size: 1.2em !important;
}
#alma-widget {
    margin-left: 0%;
    width: 90%;
    color: white !important;
}
.hero-fee-text{
    text-align: center;
    border: 1px solid #DEDEDE !important;
    background-color: #f8f8f8;
    padding: 10px 0px 10px 0;
}

.action-customer-order {
    display: flex!important;
    justify-content: flex-end!important;
    align-items: center!important;
}
.action.print, .action.order{
    color: #ff6702;
    padding: 14px;
    font-size: 17px;
    border-radius: 3px;
}
.action.print::before {
    color:white!important;
}
/** Filter toggle facet */
.filter_toggle {
    margin-bottom: 8px;
    padding: 13px 20px;
}
.filter_bloc {
    margin-top: 10px;
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 0 6px 0 rgba(69, 69, 69, 0.08);
}
.filter_bloc.filter-open > .filter_content {
    display: block;
}
.filter_toggle .toggle-products {
    display: flex;
    justify-content: normal;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: #454545;
    text-decoration: none;
}
.filter_toggle .toggle-products-btn {
    background-color: #d8d8d8;
    width: 56px;
    height: 32px !important;
    border-radius: 15px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.toggle-products-btn input {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 0;
    height: 0;
}
.filter_toggle .toggle-products-btn-moving {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    line-height: 23px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.filter_toggle .toggle-products-btn-moving img {
    margin-top: 2px;
    border-radius: 50%;
}
.toggle-products .toggle-text {
    margin-left: 10px !important;
}
.toggle-products input:checked + .am-swatch-link .toggle-products-btn {
    background-color: #ff6702 !important;
}
.toggle-products input:checked + .am-swatch-link .toggle-products-btn span {
    left: unset;
    right: 3px;
}

.amscroll-load-button {
    color: white!important;
    font-size: 16px;
    background-color: #ff6702;
}

.amscroll-load-button:hover {
    color: white!important;
    font-size: 16px;
    background-color: #fcab2c;
}

/* Message dans le checkout */
#mcp_checkout_messenger {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid;
    padding: 12px;
    border-radius: 5px;
}

/* AMASTY FILTERS */
form > ol {
    max-height: 210px;
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

form > ol > li:hover {
    color: #FFAB2C;
}
#am-shopby-container {
    border: 1px solid #DEDEDE;
    padding: 10px;
}
.filter-options-item {
    margin-top: 10px;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.filter-options-item:last-child {
    border-bottom: 1px solid #DEDEDE;
}

.aa-SourceFooter {
    display: none;
}
