.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

:root,
:root .v-light,
:root .v-light-head {
  --theme-color: #000;
}

:root .dsn-icon-theme-color {
  --theme-color: #000;
}

/* :root,
:root .v-dark,
:root .v-dark-head {
  --theme-color: #27aae1;
} */

@font-face {
  font-family: "TradeGothicLT";
  src: url("../fonts/Trade\ Gothic\ LT\ Std\ Bold\ Condensed\ No.\ 20.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CerebriSansPro";
  src: url("../fonts/Cerebri\ Sans\ Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "CerebriSansPro", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TradeGothicLT", "CerebriSansPro", sans-serif !important;
}

p,
a,
li,
span,
input,
button {
  font-family: "CerebriSansPro", sans-serif !important;
}

.cstm_dark_btn {
  display: block;
  width: 200px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.cstm_dark_btn .show_dark_btn,
.cstm_dark_btn .hide_dark_btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 14px;
  /* letter-spacing: 1.35px; */
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background: #ffffff;
  text-transform: uppercase;
}

.cstm_dark_btn:hover .show_dark_btn {
  left: -200px;
}

.cstm_dark_btn .hide_dark_btn {
  left: 200px;
  color: #fff;
  background: var(--theme-color);
}

.cstm_dark_btn:hover .hide_dark_btn {
  left: 0;
}

.cstm_light_btn span i,
.cstm_dark_btn span i {
  margin-right: 8px;
}

.cstm_light_btn .show_dark_btn {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #ffffff;
}

.cstm_light_btn .hide_dark_btn {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

/* .site-header.nav-bg ul.primary-nav li .cstm_light_btn .show_dark_btn {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}

.site-header.nav-bg ul.primary-nav li .cstm_light_btn .hide_dark_btn {
  background: #fff;
  color: var(--theme-color);
  border: 1px solid #ffffff;
}

.cstm_light_btn_1 .show_dark_btn {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}

.cstm_light_btn_1 .hide_dark_btn {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.site-header {
  padding-top: unset;
  padding-bottom: unset;
}

.site-header ul.primary-nav li {
  position: relative;
  padding-top: unset;
  padding-bottom: unset;
}

.site-header ul.primary-nav > li:before,
.site-header ul.primary-nav > li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5px;
  transition: 0.5s;
  background-color: var(--theme-color);
}

.site-header.nav-bg ul.primary-nav > li:before,
.site-header.nav-bg ul.primary-nav > li:after {
  background-color: var(--theme-color);
}

.site-header ul.primary-nav > li:before {
  left: 0;
  bottom: 0;
}

.site-header ul.primary-nav > li:after {
  right: 0;
  bottom: -3px;
}

.site-header ul.primary-nav > li.active:before,
.site-header ul.primary-nav > li.active:after {
  width: 100%;
}

.site-header ul.primary-nav > li:hover:before {
  width: 100%;
  left: 0;
}

.site-header ul.primary-nav > li:hover:after {
  width: 100%;
  right: 0;
}

.site-header ul.primary-nav > li.nav_btn:before,
.site-header ul.primary-nav > li.nav_btn:after {
  width: 0;
}

.site-header ul.primary-nav > li.nav_btn:hover:before,
.site-header ul.primary-nav > li.nav_btn:hover:after {
  width: 0;
}

.site-header:not(.dsn-hamburger) ul.primary-nav > li {
  padding-top: unset;
  padding-bottom: unset;
}

.site-header ul.primary-nav li a {
  position: relative;
  font-weight: 400;
  padding: 15px 0;
  text-transform: uppercase;
}

.site-header ul.primary-nav > li.active > a {
  color: var(--theme-color);
}

.site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:before {
  background-color: var(--theme-color);
  height: 3px;
} */

.site-header ul.primary-nav li a {
  font-weight: 400;
  font-size: 14px;
}

.site-header ul.primary-nav li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px !important;
}

.site-header ul.primary-nav li {
  margin: unset !important;
}

.site-header ul.primary-nav li.dsn-back {
  margin-bottom: 20px !important;
}

.main-brand img {
  width: 60px;
  padding: 10px 0;
}
.site-header.nav-bg .main-brand img {
  width: 40px;
}
#dsn_header .footer-head .dsn-list .grid-item {
  padding-left: 15px;
  border-left: 2px solid var(--border-color);
}
.ah-headline.clip .ah-words-wrapper::after {
  background-color: #ffffff;
}
.text-white {
  color: #fff !important;
}

.swiper_navigation {
  /* position: absolute;
  margin-top: 60px;
  top: 50%;
  left: 1%;
  right: 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0%); */
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

.swiper_navigation .swiper_navigation_btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_navigation .swiper_navigation_btn:hover {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color) !important;
  color: #ffffff;
}

.swiper_navigation .swiper_navigation_btn {
  margin-right: 10px;
}

.swiper_navigation .swiper_navigation_btn:last-child {
  margin-right: unset;
}

.cstm_footer {
  /* background: #ffffff !important; */
  border-top: 1px solid var(--theme-color);
}

.cstm_footer h4.subtitle {
  margin-bottom: 30px !important;
}

.main-brand.footer_logo img {
  padding: unset;
  margin-bottom: 15px;
}

.cstm_footer h4.subtitle span {
  color: var(--theme-color) !important;
  font-size: 1.2em !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: unset !important;
}

.footer-content p i {
  color: var(--theme-color);
}

.footer-content p {
  color: #ffffff;
  font-weight: normal !important;
  margin-bottom: 15px;
}

.footer-content p:last-child {
  margin-bottom: 0px;
}

.footer-content p:last-child {
  margin-bottom: 0;
}

.footer-content p > a:hover {
  color: var(--theme-color);
}

.footer-content ul.menu li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  margin-bottom: 15px;
}

.footer-content ul.menu li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.footer-content ul.menu li:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: auto;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--theme-color);
}

.footer-content ul.menu li a:hover {
  color: var(--theme-color) !important;
}

.footer-content a {
  color: #ffffff;
}

.footer-content a:hover {
  color: var(--theme-color) !important;
}

.footer-content ul.menu li a,
.footer-content ul.sub-menu li a {
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 26px;
}

.footer-bottom {
  border-top: 0.1px solid #ffffff;
}

.site-header.nav-bg {
  background-color: rgb(0 0 0 / 80%);
  padding-top: 5px;
  padding-bottom: 5px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #000 #f0f0f0;
}

.cstm_prldr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
}

.cstm_prldr .cstm_ldtxt,
.cstm_prldr .cstm_ldpct {
  position: absolute;
  letter-spacing: 3px;
  font-size: 22px;
  bottom: 55px;
  color: #fff;
}

.cstm_prldr .cstm_ldpct {
  font-weight: 500;
  left: calc(15vw + 40px);
}

.cstm_prldr .cstm_ldtxt {
  left: 40px;
}

.cstm_prldr .cstm_ldtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  line-height: 0.9;
  letter-spacing: 10px;
}

.cstm_prldr .cstm_ldtitle .cstm_ldstroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 70px;
}

.cstm_prldr .cstm_ldtitle .cstm_ldfill {
  color: #fff;
  font-size: 70px;
  position: absolute;
  left: 0;
  -webkit-clip-path: inset(100.09% 0 0 0);
  clip-path: inset(100.09% 0 0 0);
}

.cstm_prldr .cstm_prldr_bar {
  position: absolute;
  width: 15vw;
  height: 2.5px;
  left: 40px;
  bottom: 40px;
  background: #fff;
  border-radius: 10px;
}

#dsn_header.dsn-full-header.cstm_brdcrmb .entry-header,
#dsn_header.dsn-full-header.cstm_brdcrmb #hero_content {
  min-height: 60vh;
}

.dsn-accordion .accordion__answer {
  max-width: 100%;
}

.cstm_projects_grid .grid-item {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.list-with-number-icon img {
  width: 60px;
}

.list-with-number-icon-1 img {
  width: 60px;
  filter: invert(1);
}
.dsn-form .form-group label {
  font-weight: normal;
}
.swiper-slide.prev_slide.swiper-slide-active {
  width: 100% !important;
}
.swiper-slide.next_slide.swiper-slide-active {
  width: 100% !important;
}
.main-slider .control-nav .dsn-pagination .h2 {
  -webkit-clip-path: inset(0 0 0 0%);
  clip-path: inset(0 0 0 0%);
}
.main-slider .control-nav .box-title h6.sm-title-block {
  margin: 0 15px;
}
.main-slider .dsn-paginate-arrow .prev-arrow .container-inner,
.main-slider .dsn-paginate-arrow .next-arrow .container-inner {
  clip-path: unset;
  display: flex;
}
.about-section .box-creative {
  padding: 0px 60px;
}
.about-section .box-creative .img-top {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
.about-section .box-creative .img-bottom {
  width: 200px;
  height: 200px;
  left: auto;
  right: 0;
  bottom: 0;
}

.cstm_sitemap ul.menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
}

.cstm_sitemap ul.menu li a {
  color: var(--font-color);
}

.dsn-form .dsn-btn {
  border: unset;
}

.flip_box {
  position: relative !important;
  perspective: 1000px;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
  border: 0;
}

.flip_box_front,
.flip_box_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip_box_front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip_box_front:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.flip_box_back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip_box:hover .flip_box_front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.flip_box:hover .flip_box_back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip_box .flip_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
  transform: translateY(-50%) translateZ(30px) scale(0.94);
  perspective: inherit;
  z-index: 2;
}

.flip_box .flip_inner h4,
.flip_box .flip_inner p {
  color: #000 !important;
  text-transform: capitalize;
}

.flip_box_front img,
.flip_box_front h4,
.flip_box_front p {
  filter: invert(1);
}

.circle_wrapper {
  position: relative;
}

.circle_details {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  border: 3px solid var(--theme-color);
}

.circle_details:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  clip-path: circle(50% at 50% 50%);
  z-index: 1;
}

#circle_block {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 10px auto;
  z-index: 9;
  border-radius: 50%;
  animation: spin 20s linear infinite;
}

.circle_item {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background: #fff;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  cursor: pointer;
  transition: all 0.3s linear;
  animation: spin 20s linear infinite reverse;
}

.circle_item:nth-child(1):hover {
  animation-play-state: paused;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

#circle_block:hover,
#circle_block:hover .circle_item {
  animation-play-state: paused;
}

.circle_logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
  transform: translateY(-50%);
  width: 80px;
}

.circle_item_icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_item_icon i {
  font-size: 24px;
}

.circle_item:hover i {
  filter: brightness(0) invert(1);
}

.circle_item:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  z-index: 9;
}

.circle_item_desc {
  position: absolute;
  top: calc(100% + 5px);
  color: #061910;
  padding: 7px 15px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  min-width: 240px;
  border-radius: 5px;
  background: #fff;
  z-index: 99;
  border: 1px solid var(--theme-color);
  opacity: 0;
  transition: all 0.3s linear;
}

.circle_item:hover .circle_item_desc {
  opacity: 1;
}

.custom_zoom {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  /* text-align: left; */
}

.custom_zoom *,
.custom_zoom::before {
  transition: 0.35s ease;
  box-sizing: border-box;
}

.custom_zoom > * {
  position: relative;
  z-index: 1;
}

.custom_zoom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.custom_zoom:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

.custom_zoom img.blg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translateZ(0);
  z-index: 0;
  transition: 0.6s ease;
}

.custom_zoom:hover img.blg-img {
  transform: scale(1.5) rotateX(6deg) rotateY(6deg);
  transform-origin: center center;
}

.custom_zoom h3,
.custom_zoom h4 {
  color: #fff;
  text-transform: capitalize;
}

.custom_zoom p {
  position: relative;
  color: #fff;
  opacity: 0 !important;
  /* left: -100%; */
  left: 0;
  right: 0;
  transform: translateY(20px);
}

.custom_zoom:hover p {
  /* width: 100%; */
  opacity: 1 !important;
  /* left: 0; */
  transform: translateY(0px);
}

.custom_zoom a {
  position: absolute;
  color: #fff;
  opacity: 0 !important;
  left: 0;
  right: 0;
  bottom: -100%;
  transform: translateY(20px);
}

.custom_zoom:hover a {
  width: 100%;
  opacity: 1 !important;
  bottom: 60px;
  transform: translateY(0px);
}

.photo_gallery .service-item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 6px;
}

.photo_gallery .service-item > * {
  position: relative;
  z-index: 2;
}

.photo_gallery .service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.photo_gallery .service-item:hover::before {
  opacity: 1;
}

.photo_gallery .service-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1);
  transition: transform 0.8s ease;
}

.photo_gallery .service-item:hover > img {
  transform: scale(1.12);
}

.photo_gallery .service-item .service-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.6s ease;
}

.photo_gallery .service-item:hover .service-item-inner {
  transform: translateY(0);
  opacity: 1;
}

.photo_gallery .service-item .service-item-inner img,
.photo_gallery .service-item .service-item-inner h4,
.photo_gallery .service-item .service-item-inner p {
  color: #fff !important;
  filter: brightness(0) invert(1);
  transition: opacity 0.4s ease;
}

.video_gallery .post-content {
  pointer-events: none;
  width: 100% !important;
  text-align: center;
}

.video_gallery .box-image-bg {
  height: 500px !important;
}

.cascade-slider_container {
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  overflow: visible;
  display: flex;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) scale(0.6) rotateY(30deg);
  transform-origin: center center;
  transition: all 0.8s ease;
  opacity: 0.5;
  z-index: 1;
  width: 50%;
  cursor: grab;
  display: flex;
  flex-direction: column;
}

.cascade-slider_item .cascade-image-wrapper {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.cascade-slider_item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.8s;
}

.cascade-slider_item .cascade-content {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s;
  margin-top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
}

.cascade-slider_item.now {
  transform: translate(-50%, -50%) scale(1) rotateY(0deg);
  transform-origin: center center;
  width: 80%;
  opacity: 1;
  filter: grayscale(0);
  z-index: 5;
}

.cascade-slider_item.now .cascade-content {
  opacity: 1;
  display: block;
}

.cascade-slider_item.prev {
  transform: translate(-150%, -50%) scale(0.6) rotateY(30deg);
  transform-origin: center center;
  width: 50%;
  filter: grayscale();
  z-index: 2;
}

.cascade-slider_item.prev .cascade-content {
  display: none;
}

.cascade-slider_item.next {
  transform: translate(50%, -50%) scale(0.6) rotateY(-30deg);
  transform-origin: center center;
  width: 50%;
  filter: grayscale();
  z-index: 2;
}

.cascade-slider_item.next .cascade-content {
  display: none;
}

.cascade-slider_arrow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.cascade-slider_arrow .cascade-slider_arrow-left,
.cascade-slider_arrow .cascade-slider_arrow-right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  font-size: 18px;
}

.cascade-slider_arrow .cascade-slider_arrow-left:hover,
.cascade-slider_arrow .cascade-slider_arrow-right:hover {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color) !important;
  color: #ffffff;
}

.glide_slider {
  display: flex;
  width: 100%;
  height: 60vh;
  gap: 18px;
  overflow: hidden;
}

.glide_slider .glide_item {
  flex: 1;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.glide_slider .glide_item .glide_card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
  overflow: hidden;
}

.glide_slider .glide_item:hover .glide_card {
  transform: scale(1.06);
}

.glide_slider .glide_item .glide_card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(34px);
  opacity: 0;
  transform: rotate(20deg);
  pointer-events: none;
  transition: opacity 0.45s ease-out;
}

.glide_slider .glide_item:hover .glide_card::after {
  opacity: 1;
  animation: luxuryShine 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes luxuryShine {
  0% {
    transform: translate(-70%, -70%) rotate(20deg);
  }
  100% {
    transform: translate(75%, 75%) rotate(20deg);
  }
}

.glide_slider .glide_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  opacity: 1;
  transition: opacity 0.6s ease;
}

.glide_slider .glide_item:hover .glide_card::before {
  opacity: 1;
}

.glide_slider .glide_item .glide_content {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.glide_slider .glide_item:hover .glide_content {
  opacity: 1;
  transform: translateY(-12px);
}

.glide_slider .glide_item .glide_title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.glide_slider .glide_item .glide_txt {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.glide_slider .glide_item:hover .glide_title,
.glide_slider .glide_item:hover .glide_txt {
  transform: translateY(-4px);
  opacity: 1;
}

.jl_accordion {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.jl_accordion.active h4 {
  color: var(--theme-color);
}
.js_panel {
  display: none;
  padding: 10px 0 20px;
  font-size: 15px;
  color: #555;
}
.js_panel.show {
  display: block;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}

.main-slider .slide-content .title {
  font-size: 70px;
}

.vimeo_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}
.vimeo_video::-webkit-media-controls {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-slider .slide-content .title {
    font-size: 42px;
  }
  .glide_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .glide_slider .glide_item {
    height: 300px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider .slide-content .title {
    font-size: 42px;
  }
  .glide_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .glide_slider .glide_item {
    height: 300px;
  }
  .flip_box {
    aspect-ratio: 3 / 3;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider .slide-content .title {
    font-size: 32px;
  }
  .glide_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .glide_slider .glide_item {
    height: 300px;
  }
  /* Cascade Slider Tablet Styles */
  .cascade-slider_container {
    min-height: 700px;
  }
  .cascade-slider_item {
    width: 60% !important;
  }
  .cascade-slider_item.now {
    width: 90% !important;
  }
  .cascade-slider_item img {
    height: 400px;
  }
  .cascade-slider_item.now .cascade-content h4 {
    font-size: 18px;
  }
  .cascade-slider_item.now .cascade-content p {
    font-size: 13px;
  }
  .flip_box {
    aspect-ratio: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  .about-section .box-creative {
    padding: unset;
  }
  .cstm_prldr .cstm_ldpct {
    font-weight: 500;
    left: calc(50vw + 0px);
  }
  #dsn_header.dsn-full-header.cstm_brdcrmb .entry-header,
  #dsn_header.dsn-full-header.cstm_brdcrmb #hero_content {
    min-height: auto;
  }
  #dsn_header.dsn-full-header.cstm_brdcrmb .entry-header .title,
  #dsn_header.dsn-full-header.cstm_brdcrmb #hero_content .title {
    font-size: 16px;
  }
  .site-header.dsn-hamburger ul.primary-nav a {
    font-size: 24px;
    line-height: 24px !important;
    padding: unset;
  }
  .main-slider .slide-content .title {
    font-size: 16px;
  }
  /* Home Banner Mobile Styles */
  .main-slider {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .content-slider {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .bg-container {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    z-index: 1 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .swiper-container {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .swiper-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .slide-item {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .image-bg {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    position: relative !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .vimeo_video {
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
    min-height: auto !important;
    aspect-ratio: 16 / 9;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    z-index: 1 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: block !important;
  }
  header.v-dark-head.dsn-header-animation {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-slider .slide-content {
    display: none !important;
  }
  /* Header above banner on mobile */
  .site-header {
    position: relative !important;
    padding: 0 15px;
  }
  .site-header.nav-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
  }
  header.v-dark-head.dsn-header-animation {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  header.v-dark-head.dsn-header-animation .main-slider {
    margin-top: 0 !important;
  }
  .main-slider .dsn-slider-content {
    display: none !important;
  }
  .glide_slider {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
  .glide_slider .glide_item {
    height: 250px;
  }
  /* Cascade Slider Mobile Styles */
  .cascade-slider_container {
    min-height: auto;
    padding-bottom: 20px;
  }
  .cascade-slider_item {
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    width: 100% !important;
    opacity: 0;
    display: none;
  }
  .cascade-slider_item.now {
    opacity: 1;
    display: flex;
    width: 100% !important;
    transform: none !important;
    filter: none !important;
  }
  .cascade-slider_item.prev,
  .cascade-slider_item.next {
    display: none;
  }
  .cascade-slider_item img {
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .cascade-slider_item .cascade-content {
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
  .cascade-slider_item.now .cascade-content {
    display: block;
    opacity: 1;
  }
  .cascade-slider_item.now .cascade-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .cascade-slider_item.now .cascade-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .cascade-slider_arrow {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
  .cascade-slider_arrow .cascade-slider_arrow-left,
  .cascade-slider_arrow .cascade-slider_arrow-right {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .flip_box {
    aspect-ratio: 2 / 3;
  }
  .dsn-style-cards .dsn-posts.box-image-normal .box-image-bg {
    height: auto;
}
  .dsn-style-cards .dsn-posts:not(.box-image-blackdsn) .post-content {
    justify-content: center;
   }
   .dsn-style-cards .dsn-posts.box-image-normal .title-block {
    font-size: 16px;
}
   .dsn-style-cards .dsn-posts.box-image-normal .section_description {
    font-size: 10px;
}
}
