/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: 20px;
  padding-left: var(--bs-gutter-x, 20px);
  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: 1340px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not([focus-within]) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 576px) {
  .custom-padding-left {
    padding-left: calc( 				100vw - (100% - (100% - 540px) / 2) 			);
  }
}
@media (min-width: 768px) {
  .custom-padding-left {
    padding-left: calc( 				100vw - (100% - (100% - 720px) / 2) 			);
  }
}
@media (min-width: 992px) {
  .custom-padding-left {
    padding-left: calc( 				100vw - (100% - (100% - 960px) / 2) 			);
  }
}
@media (min-width: 1200px) {
  .custom-padding-left {
    padding-left: calc( 				100vw - (100% - (100% - 1340px) / 2) 			);
  }
}
@media (min-width: 1600px) {
  .custom-padding-left {
    padding-left: calc( 				100vw - (100% - (100% - 1340px) / 2) 			);
  }
}

@media (min-width: 576px) {
  .custom-padding-right {
    padding-right: calc( 				100vw - (100% - (100% - 540px) / 2) 			);
  }
}
@media (min-width: 768px) {
  .custom-padding-right {
    padding-right: calc( 				100vw - (100% - (100% - 720px) / 2) 			);
  }
}
@media (min-width: 992px) {
  .custom-padding-right {
    padding-right: calc( 				100vw - (100% - (100% - 960px) / 2) 			);
  }
}
@media (min-width: 1200px) {
  .custom-padding-right {
    padding-right: calc( 				100vw - (100% - (100% - 1340px) / 2) 			);
  }
}
@media (min-width: 1600px) {
  .custom-padding-right {
    padding-right: calc( 				100vw - (100% - (100% - 1340px) / 2) 			);
  }
}

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

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

ol,
ul {
  padding-left: 0 !important;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #eC1E26;
  text-decoration: none;
}
@media screen and (hover: hover) {
  a:hover {
    color: #eC1E26;
    text-decoration: underline;
  }
  a:hover:not([href]) {
    color: #0a58ca;
  }
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  unicode-bidi: bidi-override;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

img {
  border-style: none;
  word-break: break-all;
}

svg {
  overflow: hidden;
}

img,
svg,
iframe {
  max-width: 100%;
  height: auto;
}

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%;
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
  cursor: pointer;
}

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

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  max-width: 100%;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: textfield;
}

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Alegreya-Regular";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Regular.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Regular-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Italic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Medium";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Medium.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Medium-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-MediumItalic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-SemiBold";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-SemiBold.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Semibold-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-SemiBoldItalic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Bold";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Bold.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Bold-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-ExtraBold";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-ExtraBold-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-ExtraBoldItalic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Black";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Black.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya-Black-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-BlackItalic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/alegreya/Alegreya-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Amiri-Regular";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-Regular.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri-Regular-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-Italic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Amiri-Bold";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-Bold.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri-Bold-Italic";
  src: url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/zaduzbine/dist/assets/fonts/amiri/Amiri-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
body {
  --primary-white: #ffffff;
  --primary-dark: #161414;
  --primary-blue: #083758;
  --primary-gold: #b49022;
  --secondary-gold: #dda908;
  --tertiary-gold: #ae860c;
  --light-yellow: #ebd89c;
  --primary-gray: #8b9ba7;
  --secondary-gray: #6a6a6a;
  --light-gray:#F5F5F5
  --dark-light-gray:#F4F4F4;
  --primary-green: #1a8f2b;
  --secondary-green: #4ba100;
  --text: #161414;
  --nfont: "Alegreya", sans-serif;
  --gold-gradient: linear-gradient(
  		90deg,
  		#f7f7f7 3.9%,
  		#b49022 47.5%,
  		#f7f7f7 100%
  	)
  	1;
  font-family: var(--nfont);
  color: var(--primary-dark);
  overflow: auto;
}

html.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span,
.btn {
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 320px) / (1920 - 320))), var(--max-font-px));
  line-height: normal;
  font-family: "Alegreya-Regular";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  --min-font-px: 23px;
  --min-font: 32;
  --max-font: 36;
  --max-font-px: 36px;
  font-size: 56px;
}

h2 {
  --min-font-px: 24px;
  --min-font: 24;
  --max-font: 28;
  --max-font-px: 28px;
  font-size: 38px;
}

h3 {
  --min-font-px: 20px;
  --min-font: 20;
  --max-font: 24;
  --max-font-px: 24px;
  font-size: 36px;
}

h4 {
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 20;
  --max-font-px: 24px;
}

h5 {
  --min-font-px: 16px;
  --min-font: 16;
  --max-font: 18;
  --max-font-px: 18px;
  margin-bottom: 20px;
}

h6 {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 16;
  --max-font-px: 16px;
}

p {
  font-size: 18px;
  font-family: "Amiri-Regular";
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

.breadcrumb-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb-title {
  text-align: center;
  font-size: 28px;
  font-family: "Alegreya";
  font-weight: 400;
  margin-bottom: 0;
}

.screen-reader-text,
.screen-reader-response,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.embed {
  position: relative;
  overflow: hidden;
}
.embed iframe,
.embed .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed--21by9 {
  padding-top: 42.8571428571%;
}
.embed--16by9 {
  padding-top: 56.25%;
}
.embed--4by3 {
  padding-top: 75%;
}
.embed--1by1 {
  padding-top: 100%;
}

.overflow {
  overflow: hidden;
}

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

.main-form .frm_form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-form .frm_primary_label {
  font-family: "Amiri-Regular" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: var(--primary-dark) !important;
}
.main-form input {
  border-width: 0px 0px 1px 0px !important;
  border-radius: 0px !important;
  border-color: var(--primary-dark) !important;
}
.main-form input:focus {
  border-width: 0px 0px 1px 0px !important;
  border-color: var(--primary-dark) !important;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
}
.main-form select {
  border-width: 0px 0px 1px 0px !important;
  border-radius: 0px !important;
  border-color: var(--primary-dark) !important;
}
.main-form select:focus {
  border-width: 0px 0px 1px 0px !important;
  border-color: var(--primary-dark) !important;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px 0px transparent !important;
}
.main-form .frm_required {
  color: var(--primary-dark) !important;
}
.main-form #frm_field_48_container,
.main-form #frm_field_37_container {
  margin-bottom: 90px !important;
}
.main-form .frm_error_style {
  display: none;
}

.btn {
  display: inline-block;
  padding: 15px 50px;
  font-size: 18px;
  font-family: "Alegreya-Regular";
  font-weight: 500;
  line-height: 1;
  color: var(--text);
  border-radius: 24px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
}
.btn.primary {
  background-color: white;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}
.btn.gold {
  background-color: var(--primary-gold);
  color: white;
  border: none;
}
.btn.gold:hover {
  background-color: var(--secondary-gold);
  color: var(--primary-white);
}
.btn--outline {
  border: 1px solid var(--primary-dark);
  background-color: transparent;
}
.btn.loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  min-width: auto;
  padding: 0;
  background-color: #fff;
  border: 3px solid var(--divider);
  border-top-color: var(--text-secondary);
  -webkit-animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
          animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
  pointer-events: none;
}
.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

@media screen and (hover: hover) {
  .btn:hover {
    text-decoration: none;
    color: var(--primary-dark);
    background-color: var(--primary-light);
  }
  .btn:hover.btn--outline {
    background-color: var(--primary-dark);
    color: #fff;
  }
}
.form-group label {
  margin: 0;
  cursor: pointer;
}
.form-group--prepend, .form-group--append {
  --btn-width: 30px;
  position: relative;
}
.form-group--prepend .btn, .form-group--append .btn {
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 25px;
}
.form-group input {
  font-family: var(--gtfont);
}
.form-group--prepend .btn {
  left: 0;
}
.form-group--prepend .form-control {
  padding-left: var(--btn-width);
}
.form-group--append .btn {
  right: 0;
}
.form-group--append .form-control {
  padding-right: var(--btn-width);
}

.form-control {
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  color: var(--text);
  border: 1px solid var(--divider);
  border-radius: 5px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
}
.form-control:-ms-input-placeholder {
  color: inherit;
}
.form-control::-ms-input-placeholder {
  color: inherit;
}
.form-control::placeholder {
  color: inherit;
}

form input {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
}
form .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .checkbox label .checkbox-text, form .checkbox label .check-sentence {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
  margin-top: 2px;
  line-height: 18px;
}
form .checkbox label .checkbox-text label span, form .checkbox label .check-sentence label span {
  line-height: 20px;
}
form textarea::-webkit-input-placeholder {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
}
form textarea::-moz-placeholder {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
}
form textarea:-ms-input-placeholder {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
}
form textarea::-ms-input-placeholder {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
}
form textarea::placeholder {
  color: var(--primary);
  font-family: var(--gtfont);
  font-weight: 300;
  font-size: 12px;
}

.modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background-color: white;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: transform;
  opacity: 0;
}
.modal.mobile-modal {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal .close {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  top: 80px;
  left: 360px;
  font-family: var(--gtfont);
}
.modal--slide-right {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.modal--slide-bottom {
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.modal--slide-left {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.modal--fade-in {
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.modal--dark .modal__content {
  background-color: transparent;
}
.modal--dark .btn--close {
  color: #fff;
}
.modal.show {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.modal__content {
  background-color: #fff;
  padding: 30px;
  overflow-y: scroll;
}

.modal__header {
  position: relative;
}
.modal__header .btn--close {
  display: block;
  padding: 10px;
  margin-left: auto;
}

.modal__body {
  height: 100%;
  max-height: calc(90vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}

@media screen and (max-width: 575px) {
  .modal__content {
    padding: 15px;
  }
}
.btn--top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 15px;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}
.btn--top.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--secondary);
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: unset;
  z-index: 99;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .carousel-control {
    top: 90%;
  }
}
.carousel-control .carousel-control-prev-icon, .carousel-control .carousel-control-next-icon {
  width: 5rem;
  height: 5rem;
}
.carousel-control.carousel-control-prev {
  left: 25px;
}
@media screen and (max-width: 767px) {
  .carousel-control.carousel-control-prev {
    left: 40px;
  }
}
.carousel-control.carousel-control-next {
  right: 25px;
}
@media screen and (max-width: 767px) {
  .carousel-control.carousel-control-next {
    right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .carousel-control.carousel-control-prev {
    left: 25px;
  }
  .carousel-control.carousel-control-next {
    right: 25px;
  }
}
.carousel-control.hide {
  opacity: 0;
  visibility: hidden;
}

.custom-select {
  position: relative;
  border: 1px solid var(--primary);
  padding: 12px;
  margin-bottom: 20px;
  font-family: var(--gtfont);
  font-weight: 300;
}
.custom-select .option {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  line-height: 1;
  -webkit-transition: 250ms color ease;
  transition: 250ms color ease;
}
.custom-select .option.option--selected {
  color: var(--primary);
  font-size: 12px;
  padding: 10px;
  padding-left: 35px;
  letter-spacing: 1.3px;
}
.custom-select .option:not(:first-child) {
  border-top: 1px solid #ccc;
}
.custom-select .option--selected {
  position: relative;
  padding: 10px 10px 10px 30px;
}
.custom-select .option--selected .icon1 {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 15px;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
}
.custom-select .custom-select__options .option:first-of-type {
  display: none;
}
.custom-select .custom-select__options .option {
  color: var(--primary);
}
.custom-select.show .custom-select__options {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.custom-select.show .option--selected .icon1::before {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
          transform: rotate3d(0, 0, 1, -180deg);
  top: calc(50% - -9px);
}
.custom-select.show .option {
  font-size: 12px;
  letter-spacing: 1.3px;
}

.custom-select__options {
  display: grid;
  border: 1px solid #ccc;
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  right: -1px;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}

.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs .container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 15px;
  gap: 15px;
}
.breadcrumbs .container span span:first-child {
  margin-top: -5px;
}
.breadcrumbs span a {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.66;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  color: var(--secondary-gray);
  font-family: "Amiri-Regular";
  font-weight: 400;
  font-size: 16px;
}

#footer {
  background-color: var(--primary-blue);
  padding: 33px 70px 64px 70px;
}
#footer .footer_logo {
  text-align: center;
}
#footer .footer_logo img {
  margin-bottom: 55px;
}
#footer .footer-main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-column-gap: 88px;
  -webkit-column-gap: 88px;
     -moz-column-gap: 88px;
          column-gap: 88px;
}
#footer .footer-main-section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 88px;
  -webkit-column-gap: 88px;
     -moz-column-gap: 88px;
          column-gap: 88px;
}
#footer .footer-main-section > div img {
  height: 80%;
}
#footer .footer-main-section .footer-columns-undercontainer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-main-section .footer-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-main-section .footer-column-container .menu-desktop-navigation-container ul li a {
  font-size: 19px;
}
#footer .footer-main-section .footer-column-container .widget span {
  font-size: 19px;
}
#footer .footer-main-section .footer-column-container .socials a {
  scale: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer .footer-main-section .footer-column-container .socials a:hover {
  scale: 1.3;
}
#footer .column-1 {
  max-width: 280px;
}
#footer .column-1 p {
  color: white;
  font-size: 18px;
  line-height: 26px;
  font-family: "Amiri-Regular";
}
#footer .column-1 span {
  display: block;
  color: var(--primary-gray);
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
  font-family: "Alegreya-Regular";
}
#footer .column-2 {
  max-width: 120px;
}
#footer .column-3 {
  max-width: 170px;
}
#footer .column-3 div {
  margin-top: 16px;
}
#footer .column-3 span {
  display: block;
  color: white;
  font-size: 18px;
  line-height: 27px;
  font-family: "Amiri-Regular";
}
#footer .column-4 .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 25px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
#footer .column-1 h4,
#footer .column-2 h4,
#footer .column-3 h4,
#footer .column-4 h4 {
  font-family: "Alegreya-Regular";
  color: var(--primary-gray);
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
#footer .column-1,
#footer .column-2,
#footer .column-3,
#footer .column-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .column-1 ul li:not(:last-of-type),
#footer .column-2 ul li:not(:last-of-type),
#footer .column-3 ul li:not(:last-of-type),
#footer .column-4 ul li:not(:last-of-type) {
  margin-bottom: 18px;
}
#footer .column-1 ul li a,
#footer .column-2 ul li a,
#footer .column-3 ul li a,
#footer .column-4 ul li a {
  display: block;
  font-size: 20px;
  color: white;
  text-decoration: none;
  font-family: "Alegreya-Regular";
}

#post-footer {
  background-color: var(--primary-gold);
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 75px;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}
#post-footer p {
  color: white;
  font-size: 30px;
  font-family: "Alegreya-Regular";
}

.my-header {
  border-bottom: 1px solid transparent;
  -o-border-image: var(--gold-gradient);
     border-image: var(--gold-gradient);
  padding: 10px 10px 10px 70px;
}

.header-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.header-container .desktop-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  gap: 20px;
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}
.header-container .desktop-nav-menu li a {
  font-family: "Alegreya-Regular";
  color: var(--primary-dark);
  text-decoration: none;
}
.header-container .desktop-nav-menu .current-menu-item a {
  font-family: "Alegreya-Medium";
  font-weight: 500;
  color: var(--primary-gold);
  text-decoration: none;
}
.header-container .desktop-nav-menu .menu-item-arrow {
  cursor: pointer;
}
.header-container .main-logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 991px) {
  .header-container .main-logo .desktop_logo {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-container .main-logo .desktop_logo {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .header-container .main-logo .mobile_logo {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-container .main-logo .mobile_logo {
    display: block;
  }
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  gap: 30px;
}

.first-button-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 20px;
  gap: 20px;
}

.language-button .desktop-lang-menu {
  cursor: pointer;
  margin: 0px;
}
.language-button .desktop-lang-menu > li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-button .desktop-lang-menu > li:first-child > a {
  pointer-events: none;
  text-decoration: none;
  color: var(--primary-dark);
}

.suveniriButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 2px;
  gap: 2px;
  width: 114;
  height: 38;
  grid-gap: 2px;
  gap: 2px;
  border-radius: 33px;
  padding: 3px 12px 3px 12px;
  border: 1px solid var(--primary-blue);
  font-family: "Alegreya-Regular";
  color: var(--primary-blue);
  background: transparent;
  font-size: 16px;
}

.KupiUlazniceButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
  height: 38px;
  border-radius: 33px;
  padding: 3px 12px 3px 12px;
  border: 1px solid var(--primary-blue);
  font-family: "Alegreya-Regular";
  color: var(--primary-white);
  background: var(--primary-blue);
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.KupiUlazniceButton:hover {
  background-color: var(--primary-white);
  color: var(--primary-blue);
  text-decoration: none;
  border: 1px solid var(--primary-gray);
}
.KupiUlazniceButton:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.languageButton {
  width: 114;
  height: 38;
  grid-gap: 2px;
  gap: 2px;
  border-radius: 76px;
  border: 1px solid var(--primary-blue);
  font-family: "Alegreya-Regular";
  color: var(--primary-blue);
  background: transparent;
  width: 29px;
  height: 29px;
  font-size: 14px;
}

.current-menu-item a {
  font-family: "Alegreya-Medium";
  font-weight: bold;
}

.sub-menu,
.lang-sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: var(--primary-white);
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  width: 217px;
  padding: 17px 0px 17px 0px;
  border-radius: 43px;
  border: 1px solid var(--light-yellow);
}
.sub-menu li,
.lang-sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-menu li a,
.lang-sub-menu li a {
  margin-bottom: 10px;
  margin-top: 10px;
  color: var(--primary-dark);
  text-decoration: none;
  margin-left: 0px;
  -webkit-transition: color 0.3s ease, margin-left 0.3s ease;
  transition: color 0.3s ease, margin-left 0.3s ease;
}
.sub-menu li a:hover,
.lang-sub-menu li a:hover {
  color: var(--primary-gold);
  margin-left: 15px;
}
.sub-menu li img,
.lang-sub-menu li img {
  width: 16px;
  height: 5px;
}

.sub-menu li:last-child .sub-menu-icon,
.lang-sub-menu li:last-child .sub-menu-icon {
  display: none;
}

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 1030;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.cookie .container {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-gap: 10px;
  gap: 10px;
  padding: 30px;
}
.cookie .cookie__text p {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 17;
  --max-font-px: 17px;
}
.cookie .cookie__text a {
  color: #fff;
  text-decoration: underline;
}
.cookie .btn {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 18;
  --max-font-px: 18px;
  display: block;
  margin-left: auto;
  padding: 10px 35px;
}
.cookie.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .cookie .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .cookie .container {
    padding: 15px;
  }
}
.izlozba-mladih-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/wp-content/themes/zaduzbine/dist/assets/images/bg_eksponati.webp);
  background-position: bottom;
  background-repeat: no-repeat;
}
.izlozba-mladih-wrapper .curVectorBlue {
  position: absolute;
  z-index: 1;
}
.izlozba-mladih-wrapper .curVectorWhite {
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.izlozba-mladih-wrapper .izlozba-mladih-undercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.izlozba-mladih-wrapper .left-container {
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 50px;
  gap: 50px;
  padding: 75px 65px 100px 0px;
}
.izlozba-mladih-wrapper .left-container .izlozba-mladih-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.izlozba-mladih-wrapper .left-container .izlozba-mladih-data .izlozba-mladih-title {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
  color: var(--primary-white);
}
.izlozba-mladih-wrapper .left-container .izlozba-mladih-data .izlozba-mladih-description {
  font-family: "Amiri-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 26.12px;
  letter-spacing: 0%;
  color: var(--primary-white);
}
.izlozba-mladih-wrapper .left-container .izlozba-mladih-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 187px;
  border-radius: 33px;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  grid-gap: 2px;
  gap: 2px;
  background: var(--primary-gold);
  font-family: "Alegreya-Regular";
  font-weight: 500;
  font-size: 19px;
  color: var(--primary-white);
  line-height: 27.22px;
  letter-spacing: 0%;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.izlozba-mladih-wrapper .left-container .izlozba-mladih-button a:hover {
  background: var(--secondary-gold);
}
.izlozba-mladih-wrapper .right-container {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 50%;
  background-position: center;
  background-size: contain;
  height: 100%;
  max-height: 416px;
}
.izlozba-mladih-wrapper .right-container img {
  width: 100%;
  max-width: 217px;
  max-height: 380px;
  rotate: 15deg;
  padding: 57px 0px 30px 0px;
}

.single-postavka-undercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 15px 30px;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, #f7f7f7 0%, #dcdcdc 23.4%, #dcdcdc 71.4%, #f7f7f7 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(23.4%, #dcdcdc), color-stop(71.4%, #dcdcdc), to(#f7f7f7)) 1;
     border-image: linear-gradient(90deg, #f7f7f7 0%, #dcdcdc 23.4%, #dcdcdc 71.4%, #f7f7f7 100%) 1;
}
.single-postavka-undercontainer .single-postavka-title {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: var(--primary-dark);
}

.list-of-eksponati-wrapper {
  margin-top: 60px;
  padding: 0px 55px 90px 55px;
}
.list-of-eksponati-wrapper .eksponati-lista {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 25px;
}
.list-of-eksponati-wrapper .eksponati-lista .eksponat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}
.list-of-eksponati-wrapper .eksponati-lista .eksponat-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-of-eksponati-wrapper .eksponati-lista .eksponat-item a .eksponat-thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 100%;
  border: 1px solid;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #b49022, #e7d28f, #b49022) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#b49022), color-stop(#e7d28f), to(#b49022)) 1;
     border-image: linear-gradient(to right, #b49022, #e7d28f, #b49022) 1;
}
.list-of-eksponati-wrapper .eksponati-lista .eksponat-item a .eksponat-thumbnail img {
  width: 100%;
  height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-of-eksponati-wrapper .eksponati-lista .eksponat-item a .eksponat-heading-wrapper {
  padding: 10px 12px 16px 12px;
}
.list-of-eksponati-wrapper .eksponati-lista .eksponat-item a .eksponat-heading-wrapper h3 {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -2%;
  color: var(--primary-dark);
}

.kuca-banner-main-wrapper {
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(63.04deg, #bf9000 24.75%, #ffebad 44.46%, #efcc61 62.65%) 1;
     border-image: linear-gradient(63.04deg, #bf9000 24.75%, #ffebad 44.46%, #efcc61 62.65%) 1;
}
.kuca-banner-main-wrapper .kuca-banner-undercontainer {
  padding: 40px 0px;
}
.kuca-banner-main-wrapper .kuca-banner-undercontainer a {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 33px;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  grid-gap: 2px;
  gap: 2px;
  background: var(--primary-gold);
  font-family: "Alegreya-Regular";
  font-weight: 500;
  font-size: 19px;
  color: var(--primary-white);
  line-height: 27.22px;
  letter-spacing: 0%;
  text-decoration: none;
}
.kuca-banner-main-wrapper .kuca-banner-undercontainer a:hover {
  background: var(--secondary-gold);
  color: var(--primary-white);
}
.kuca-banner-main-wrapper .kuca-banner-undercontainer .banner-info h2 {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 0%;
  color: var(--primary-white);
}
.kuca-banner-main-wrapper .kuca-banner-undercontainer .banner-info p {
  font-family: " Amiri-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--primary-white);
}

.degustacija-banner-wrapper {
  padding: 47px 70px;
  margin-bottom: 5px;
}
.degustacija-banner-wrapper .banner-info .banner-title {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-white);
}
.degustacija-banner-wrapper .banner-info .banner-info-text {
  font-family: "Amiri-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--primary-white);
}
.degustacija-banner-wrapper .banner-info .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  gap: 5px;
  width: 100%;
  max-width: 180px;
  border-radius: 33px;
  grid-gap: 2px;
  gap: 2px;
  padding: 15px 20px;
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: var(--primary-white);
  color: var(--primary-gold);
  text-decoration: none;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.degustacija-banner-wrapper .banner-info .banner-button:hover {
  background-color: var(--secondary-gold);
  color: var(--primary-white);
}

.newsletter-wrapper {
  background: url(/wp-content/themes/zaduzbine/dist/assets/images/newsLetterBackground.webp);
  background-position: center;
  background-size: cover;
}
.newsletter-wrapper .newsletter-undercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 100px;
  gap: 100px;
  padding: 60px 200px 50px 200px;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-data-wrapper {
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-data-wrapper .newsletter-title {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--primary-gold);
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-data-wrapper .newsletter-subtitle {
  font-family: "Amiri-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  color: var(--primary-dark);
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper {
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input {
  border: 1px solid var(--primary-gold);
  border-radius: 25px;
  padding: 15px 0px 15px 35px;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input::-webkit-input-placeholder {
  color: var(--primary-gold);
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input::-moz-placeholder {
  color: var(--primary-gold);
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input:-ms-input-placeholder {
  color: var(--primary-gold);
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input::-ms-input-placeholder {
  color: var(--primary-gold);
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input::placeholder {
  color: var(--primary-gold);
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper input:focus {
  outline: none;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper .newsletter-link {
  font-family: "Alegreya-Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 24px;
  grid-gap: 10px;
  gap: 10px;
  padding: 18px 26px;
  color: var(--primary-white);
  background-color: var(--primary-gold);
  text-decoration: none;
  border-radius: 24.59px;
  grid-gap: 1.49px;
  gap: 1.49px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.newsletter-wrapper .newsletter-undercontainer .newsletter-button-wrapper .newsletter-link:hover {
  color: var(--primary-white);
  background-color: var(--secondary-gold);
  text-decoration: none;
}

.single-vino .nasa-vina-undercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 15px 30px;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, #f7f7f7 0%, #dcdcdc 23.4%, #dcdcdc 71.4%, #f7f7f7 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(23.4%, #dcdcdc), color-stop(71.4%, #dcdcdc), to(#f7f7f7)) 1;
     border-image: linear-gradient(90deg, #f7f7f7 0%, #dcdcdc 23.4%, #dcdcdc 71.4%, #f7f7f7 100%) 1;
}
.single-vino .heading-wrapper {
  text-align: center;
}
.single-vino .heading-wrapper picture img {
  opacity: 0;
}
.single-vino .heading-content {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px;
}
.single-vino .heading-content p {
  line-height: 26px;
  opacity: 0;
}
.single-vino .heading-content h1 {
  opacity: 0;
  font-style: italic;
  font-size: 74px;
  font-weight: 400;
  color: var(--primary-gold);
  margin-bottom: 40px;
}
.single-vino .main-content {
  padding: 90px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 150px;
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
}
.single-vino .main-content .wine-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-vino .main-content .wine-content {
  max-width: 800px;
  text-align: left;
}
.single-vino .main-content .wine-content p {
  color: var(--secondary-gray);
  line-height: 31px;
}
.single-vino .related-dishes-wrapper {
  padding: 0px 0px 0px 0px;
}
.single-vino .related-dishes-wrapper .section-title h2 {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 39px;
  line-height: 53px;
  margin: 0px;
  text-align: center;
  color: var(--primary-white);
}
.single-vino .related-dishes-wrapper .dishes-undercontainer {
  padding: 0px 100px 0px 100px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px;
  gap: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item {
  width: 33%;
  background: radial-gradient(88.56% 88.56% at 50%, at 129.02%, #2f526b 0%, #052135 100%);
  background: radial-gradient(88.56% 88.56% at 50% 129.02%, #2f526b 0%, #052135 100%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--primary-white);
  padding: 16px 16px 25px 16px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item .dish-image {
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 260px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item .dish-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item .dish-title {
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item .short-description {
  text-align: center;
  font-family: "Amiri-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item .dish-button {
  margin-top: auto;
  border-radius: 34px;
  text-decoration: none;
  padding: 10px;
  color: var(--primary-white);
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  background-color: var(--primary-gold);
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .dishes-wrapper .related-dishes-list .related-dish-item .dish-button:hover {
  background-color: var(--secondary-gold);
  color: var(--primary-white);
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .all-dishes-button-wrapper {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 30px;
  gap: 30px;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .all-dishes-button-wrapper a {
  border-radius: 24px;
  border: 1px solid var(--primary-white);
  padding: 9px 30px;
  color: var(--primary-white);
  text-decoration: none;
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-vino .related-dishes-wrapper .dishes-undercontainer .all-dishes-button-wrapper a:hover {
  background-color: var(--primary-white);
  color: var(--primary-blue);
}
.single-vino .related-dishes-wrapper .curl-vector {
  text-align: center;
  padding-bottom: 60px;
}
.single-vino .related-dishes-wrapper .curVectorWhite {
  text-align: center;
  padding-top: 95px;
}
.single-vino .ostala-vina-main-wrapper {
  background-color: #f7f7f7;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer {
  padding: 70px 100px 120px 100px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title {
  font-family: " Amiri-Regular";
  font-weight: 400;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0%;
  text-align: center;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper {
  margin-top: 65px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px 16px 16px;
  height: 550px;
  position: relative;
  -webkit-box-shadow: 1px 16px 36px 0px rgba(0,0,0,0.03137);
          box-shadow: 1px 16px 36px 0px rgba(0,0,0,0.03137);
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .vino-info {
  margin-top: 25px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .vino-info h3 {
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--primary-dark);
  margin: 0px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .vino-info p {
  font-family: "Amiri-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--primary-dark);
  margin: 0px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .vina-thumbnail {
  width: 100%;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .vina-thumbnail img {
  width: 100% !important;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 260px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .button-wrapper {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .button-wrapper .read-more-btn {
  border-radius: 34px;
  padding: 10px;
  background-color: var(--primary-gold);
  color: var(--primary-white);
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .swiper-slide .button-wrapper .read-more-btn:hover {
  background-color: var(--secondary-gold);
  color: var(--primary-white);
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .navigation-buttons .swiper-button-prev {
  position: relative;
  left: -7%;
  bottom: 285px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .navigation-buttons .swiper-button-next {
  position: relative;
  right: -7%;
  bottom: 285px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .navigation-buttons .swiper-button-next::after {
  color: var(--primary-dark);
  scale: 0.6;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .ostala-vina-swiper .swiper-main-wrapper .navigation-buttons .swiper-button-prev::after {
  color: var(--primary-dark);
  scale: 0.6;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .sva-vina-button-wrapper {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 30px;
  gap: 30px;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .sva-vina-button-wrapper a {
  border-radius: 24px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid var(--primary-blue);
  text-decoration: none;
  color: var(--primary-blue);
  font-family: "Alegreya-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-vino .ostala-vina-main-wrapper .ostala-vina-undercontainer .section-title .sva-vina-button-wrapper a:hover {
  background-color: var(--primary-blue);
  color: var(--primary-white);
}
/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

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

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

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-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: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

/*# sourceMappingURL=single-vina.css.map*/