@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}/* stylelint-disable */

/* stylelint-disable */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 1170px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

/* line 9, resources/assets/styles/common/_reboot.scss */

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

/* line 15, resources/assets/styles/common/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 22, resources/assets/styles/common/_reboot.scss */

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

/* line 35, resources/assets/styles/common/_reboot.scss */

body {
  margin: 0;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

/* line 46, resources/assets/styles/common/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 52, resources/assets/styles/common/_reboot.scss */

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

/* line 66, resources/assets/styles/common/_reboot.scss */

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

/* line 72, resources/assets/styles/common/_reboot.scss */

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

/* line 79, resources/assets/styles/common/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 83, resources/assets/styles/common/_reboot.scss */

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

/* line 88, resources/assets/styles/common/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 92, resources/assets/styles/common/_reboot.scss */

b,
strong {
  font-weight: bold;
}

/* line 97, resources/assets/styles/common/_reboot.scss */

small {
  font-size: 80%;
}

/* line 101, resources/assets/styles/common/_reboot.scss */

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

/* line 109, resources/assets/styles/common/_reboot.scss */

sub {
  bottom: -0.25em;
}

/* line 113, resources/assets/styles/common/_reboot.scss */

sup {
  top: -0.5em;
}

/* line 117, resources/assets/styles/common/_reboot.scss */

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 122, resources/assets/styles/common/_reboot.scss */

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 126, resources/assets/styles/common/_reboot.scss */

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

/* line 132, resources/assets/styles/common/_reboot.scss */

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

/* line 138, resources/assets/styles/common/_reboot.scss */

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

/* line 146, resources/assets/styles/common/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 153, resources/assets/styles/common/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 157, resources/assets/styles/common/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 162, resources/assets/styles/common/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 167, resources/assets/styles/common/_reboot.scss */

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

/* line 173, resources/assets/styles/common/_reboot.scss */

iframe {
  max-width: 100%;
}

/* line 177, resources/assets/styles/common/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 181, resources/assets/styles/common/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

/* line 188, resources/assets/styles/common/_reboot.scss */

th {
  text-align: inherit;
}

/* line 192, resources/assets/styles/common/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 197, resources/assets/styles/common/_reboot.scss */

button {
  border-radius: 0;
}

/* line 200, resources/assets/styles/common/_reboot.scss */

button:focus {
  outline: 0;
}

/* line 205, resources/assets/styles/common/_reboot.scss */

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

/* line 215, resources/assets/styles/common/_reboot.scss */

input:not([type="checkbox"]),
button:not([type="checkbox"]),
select:not([type="checkbox"]),
optgroup:not([type="checkbox"]),
textarea:not([type="checkbox"]) {
  -webkit-appearance: none;
}

/* line 220, resources/assets/styles/common/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 225, resources/assets/styles/common/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 230, resources/assets/styles/common/_reboot.scss */

[role="button"] {
  cursor: pointer;
}

/* line 234, resources/assets/styles/common/_reboot.scss */

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

/* line 239, resources/assets/styles/common/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 245, resources/assets/styles/common/_reboot.scss */

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

/* line 249, resources/assets/styles/common/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 255, resources/assets/styles/common/_reboot.scss */

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

/* line 261, resources/assets/styles/common/_reboot.scss */

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

/* line 267, resources/assets/styles/common/_reboot.scss */

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

/* line 274, resources/assets/styles/common/_reboot.scss */

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

/* line 286, resources/assets/styles/common/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 290, resources/assets/styles/common/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 295, resources/assets/styles/common/_reboot.scss */

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

/* line 300, resources/assets/styles/common/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 304, resources/assets/styles/common/_reboot.scss */

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

/* line 309, resources/assets/styles/common/_reboot.scss */

output {
  display: inline-block;
}

/* line 313, resources/assets/styles/common/_reboot.scss */

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

/* line 318, resources/assets/styles/common/_reboot.scss */

template {
  display: none;
}

/* line 322, resources/assets/styles/common/_reboot.scss */

[hidden] {
  display: none;
}

/* stylelint-disable */

@font-face {
  font-family: 'Montserrat';
  src: url(/wp-content/themes/agromedia/dist/fonts/Montserrat-Regular.woff2) format("woff2"), url(/wp-content/themes/agromedia/dist/fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/wp-content/themes/agromedia/dist/fonts/Montserrat-Medium.woff2) format("woff2"), url(/wp-content/themes/agromedia/dist/fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/wp-content/themes/agromedia/dist/fonts/Montserrat-SemiBold.woff2) format("woff2"), url(/wp-content/themes/agromedia/dist/fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/wp-content/themes/agromedia/dist/fonts/Montserrat-Bold.woff2) format("woff2"), url(/wp-content/themes/agromedia/dist/fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  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);
  }
}

@-o-keyframes rotate {
  from {
    transform: rotate3d(0, 0, 0, 0);
  }

  to {
    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);
  }
}

/* line 47, resources/assets/styles/common/_global.scss */

body {
  font-family: 'Montserrat', sans-serif !important;
  --post_content_gutter: calc(16px / 2);
  --sidebar-width: 300px;
  --custom-grid-gutter-width: 15px;
  overflow-x: hidden;
}

/* line 55, resources/assets/styles/common/_global.scss */

body.loading::before,
body.loading::after {
  content: '';
  position: fixed;
  z-index: 1000;
}

/* line 62, resources/assets/styles/common/_global.scss */

body.loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 70, resources/assets/styles/common/_global.scss */

body.loading::after {
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 60px;
  height: 60px;
  border: 5px solid #000;
  border-top-color: #666;
  border-radius: 50%;
  -webkit-animation: rotate 700ms infinite ease;
       -o-animation: rotate 700ms infinite ease;
          animation: rotate 700ms infinite ease;
}

/* line 83, resources/assets/styles/common/_global.scss */

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

/* line 96, resources/assets/styles/common/_global.scss */

h1 {
  --min-font-px: 28px;
  --min-font: 28;
  --max-font: 34;
}

/* line 103, resources/assets/styles/common/_global.scss */

.main p,
.main ul,
.main ol {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 17;
  line-height: 1.29;
  color: #333;
}

/* line 115, resources/assets/styles/common/_global.scss */

a:hover {
  text-decoration: none;
}

/* line 120, resources/assets/styles/common/_global.scss */

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

/* line 133, resources/assets/styles/common/_global.scss */

.iframe-container {
  position: relative;
  overflow: hidden;
  clear: both;
}

/* line 138, resources/assets/styles/common/_global.scss */

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 147, resources/assets/styles/common/_global.scss */

.iframe-container.embed-21by9 {
  padding-top: 42.85714%;
}

/* line 151, resources/assets/styles/common/_global.scss */

.iframe-container.embed-16by9 {
  padding-top: 56.25%;
}

/* line 155, resources/assets/styles/common/_global.scss */

.iframe-container.embed-4by3 {
  padding-top: 400px;
}

/* line 159, resources/assets/styles/common/_global.scss */

.iframe-container.embed-1by1 {
  padding-top: 100%;
}

/* line 164, resources/assets/styles/common/_global.scss */

.overflow {
  overflow: hidden;
}

/* line 168, resources/assets/styles/common/_global.scss */

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

/* line 173, resources/assets/styles/common/_global.scss */

.mb {
  margin-bottom: 50px;
}

/* line 177, resources/assets/styles/common/_global.scss */

.mb-small {
  margin-bottom: 40px;
}

/* line 181, resources/assets/styles/common/_global.scss */

.p-0 {
  padding: 0;
}

/* line 185, resources/assets/styles/common/_global.scss */

.pb-small {
  padding-bottom: 40px;
}

/* line 189, resources/assets/styles/common/_global.scss */

.white {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

/* line 195, resources/assets/styles/common/_global.scss */

.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 195, resources/assets/styles/common/_global.scss */

  .container {
    max-width: 1170px !important;
  }
}

/* line 203, resources/assets/styles/common/_global.scss */

.container--custom {
  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;
}

/* line 209, resources/assets/styles/common/_global.scss */

.container.white {
  padding-top: 30px;
}

/* line 214, resources/assets/styles/common/_global.scss */

.row--custom {
  margin-right: -30px;
  margin-left: -30px;
}

/* line 219, resources/assets/styles/common/_global.scss */

.main__content {
  --post_content_gutter: calc(16px / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - var(--sidebar-width));
          flex: 0 0 calc(100% - var(--sidebar-width));
  max-width: calc(100% - var(--sidebar-width));
  padding-right: var(--custom-grid-gutter-width);
  padding-left: 0;
}

/* line 227, resources/assets/styles/common/_global.scss */

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--sidebar-width);
          flex: 0 0 var(--sidebar-width);
  max-width: var(--sidebar-width);
}

/* line 237, resources/assets/styles/common/_global.scss */

.sticky > section:last-child,
.sticky > div:last-child {
  position: sticky;
  top: 95px;
}

/* line 245, resources/assets/styles/common/_global.scss */

.has-background .section__heading {
  color: #fff;
}

/* line 250, resources/assets/styles/common/_global.scss */

.section__heading {
  color: #000;
  border-bottom: 3px solid #5171b7;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

/* line 260, resources/assets/styles/common/_global.scss */

.section__heading.anchor {
  border-bottom: none;
  float: right;
}

/* line 266, resources/assets/styles/common/_global.scss */

.shadow {
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
}

/* line 270, resources/assets/styles/common/_global.scss */

.hero {
  margin-bottom: 15px;
}

/* line 274, resources/assets/styles/common/_global.scss */

.hero h1:not(:last-child) {
  margin-bottom: 15px;
}

/* line 280, resources/assets/styles/common/_global.scss */

.show-item,
.item__show {
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: grid;
}

/* line 287, resources/assets/styles/common/_global.scss */

.show-item > div,
.item__show > div {
  margin: 0 auto;
  text-align: center;
}

/* line 293, resources/assets/styles/common/_global.scss */

.bilboard {
  margin: 0 auto 30px;
}

/* line 297, resources/assets/styles/common/_global.scss */

.modal.show-item--mobile {
  top: unset;
  padding: 0 0 15px;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 302, resources/assets/styles/common/_global.scss */

.modal.show-item--mobile .btn--close {
  top: 0;
  right: 5px;
  font-size: 40px;
  line-height: 30px;
}

/* line 309, resources/assets/styles/common/_global.scss */

.modal.show-item--mobile img {
  width: 100%;
}

/* line 314, resources/assets/styles/common/_global.scss */

.modal.show-item--big-screen {
  height: 250px !important;
  top: unset !important;
}

/* line 319, resources/assets/styles/common/_global.scss */

.related-posts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 323, resources/assets/styles/common/_global.scss */

.fullwidth {
  text-align: center;
}

/* line 326, resources/assets/styles/common/_global.scss */

.fullwidth > div {
  display: inline-block;
}

/* line 332, resources/assets/styles/common/_global.scss */

.popup .subtitle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #5171b7;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px 3px 0 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 346, resources/assets/styles/common/_global.scss */

.popup h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin-bottom: 5px;
}

/* line 354, resources/assets/styles/common/_global.scss */

.popup p {
  font-size: 14px;
  line-height: 1.2;
}

/* line 359, resources/assets/styles/common/_global.scss */

.popup .content {
  margin-bottom: 20px;
}

/* line 363, resources/assets/styles/common/_global.scss */

.popup .btn--blue {
  display: block;
  font-size: 12px;
}

/* line 369, resources/assets/styles/common/_global.scss */

.toast {
  display: none;
}

/* line 373, resources/assets/styles/common/_global.scss */

.toast.success.show {
  display: block;
}

/* line 380, resources/assets/styles/common/_global.scss */

.woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none;
}

/* line 385, resources/assets/styles/common/_global.scss */

.register_wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  /* line 390, resources/assets/styles/common/_global.scss */

  body {
    --sidebar-width: 340px;
  }

  /* line 394, resources/assets/styles/common/_global.scss */

  .main__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  /* line 400, resources/assets/styles/common/_global.scss */

  .sidebar {
    margin: 0 auto;
    padding-right: var(--custom-grid-gutter-width);
    padding-left: var(--custom-grid-gutter-width);
  }
}

@media screen and (max-width: 767px) {
  /* line 408, resources/assets/styles/common/_global.scss */

  body {
    --custom-grid-gutter-width: 20px;
  }

  /* line 412, resources/assets/styles/common/_global.scss */

  .show__item-fixed {
    display: none;
  }

  /* line 416, resources/assets/styles/common/_global.scss */

  .section__heading {
    font-size: 16px;
  }

  /* line 420, resources/assets/styles/common/_global.scss */

  .mb {
    margin-bottom: 30px;
  }

  /* line 424, resources/assets/styles/common/_global.scss */

  .mb-small {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  /* line 430, resources/assets/styles/common/_global.scss */

  h1 {
    line-height: 1;
  }

  /* line 434, resources/assets/styles/common/_global.scss */

  .sidebar {
    max-width: 100%;
    padding: 0;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: transparent;
  color: #333;
}

/* line 17, resources/assets/styles/components/_buttons.scss */

.btn:hover {
  background-color: transparent;
}

/* line 21, resources/assets/styles/components/_buttons.scss */

.btn--purple {
  border-color: #7d357d;
  background-color: #7d357d;
  color: #fff;
}

/* line 26, resources/assets/styles/components/_buttons.scss */

.btn--purple:hover {
  color: #7d357d;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn--purple--outline {
  border-color: #7d357d;
  color: #7d357d;
}

/* line 35, resources/assets/styles/components/_buttons.scss */

.btn--purple--outline:hover {
  background-color: #7d357d;
  color: #fff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.btn--blue {
  border-color: #5171b7;
  background-color: #5171b7;
  color: #fff;
}

/* line 46, resources/assets/styles/components/_buttons.scss */

.btn--blue:hover {
  background-color: transparent;
  color: #5171b7;
}

/* line 52, resources/assets/styles/components/_buttons.scss */

.btn--blue--outline {
  border-color: #5171b7;
  color: #5171b7;
}

/* line 56, resources/assets/styles/components/_buttons.scss */

.btn--blue--outline:hover {
  background-color: #5171b7;
  color: #fff;
}

/* line 62, resources/assets/styles/components/_buttons.scss */

.btn--green {
  border-color: #c0d72f;
  background-color: #c0d72f;
  color: #000;
}

/* line 67, resources/assets/styles/components/_buttons.scss */

.btn--green:hover {
  background-color: transparent;
  color: #c0d72f;
}

/* line 73, resources/assets/styles/components/_buttons.scss */

.btn--green--outline {
  border-color: #c0d72f;
}

/* line 76, resources/assets/styles/components/_buttons.scss */

.btn--green--outline:hover {
  background-color: #c0d72f;
}

/* line 81, resources/assets/styles/components/_buttons.scss */

.btn--outline {
  border-color: #666;
}

/* line 84, resources/assets/styles/components/_buttons.scss */

.btn--outline:hover {
  background-color: #666;
  color: #fff;
}

/* line 90, resources/assets/styles/components/_buttons.scss */

.btn.loading {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid !important;
  border-color: #d8d8d8 !important;
  border-top-color: #333 !important;
  border-radius: 50% !important;
  color: transparent !important;
  background-color: transparent !important;
  overflow: hidden !important;
  -webkit-animation: rotate 700ms infinite ease !important;
       -o-animation: rotate 700ms infinite ease !important;
          animation: rotate 700ms infinite ease !important;
  margin: auto;
}

/* line 104, resources/assets/styles/components/_buttons.scss */

.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 2, resources/assets/styles/components/_forms.scss */

.form-group:not(:last-child) {
  margin-bottom: 10px;
}

/* line 6, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio {
  position: relative;
}

/* line 9, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio input[type="radio"] {
  display: none;
}

/* line 13, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

/* line 19, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio label {
  margin: 0;
  display: block;
  background-color: #fff;
  padding: 5px 30px 5px 5px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

/* line 28, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio label::before,
.form-group.custom__radio label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 38, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio label::before {
  width: 12px;
  height: 12px;
  right: 15px;
  background-color: #333;
  border: 1px solid rgba(51, 51, 51, 0.6);
}

/* line 46, resources/assets/styles/components/_forms.scss */

.form-group.custom__radio label::after {
  width: 6px;
  height: 6px;
  right: 21px;
  background-color: #aaa;
  opacity: 0;
}

/* line 56, resources/assets/styles/components/_forms.scss */

.form-group.custom__checkbox {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 61, resources/assets/styles/components/_forms.scss */

.form-group.custom__checkbox .wpcf7-form-control {
  display: block;
  margin-right: 5px;
}

/* line 66, resources/assets/styles/components/_forms.scss */

.form-group.custom__checkbox label {
  margin: 0;
  font-size: 12px;
}

/* line 71, resources/assets/styles/components/_forms.scss */

.form-group.custom__checkbox a {
  color: #999;
}

/* line 76, resources/assets/styles/components/_forms.scss */

.form-group textarea {
  min-height: 150px;
}

/* line 80, resources/assets/styles/components/_forms.scss */

.form-group .btn {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

/* line 86, resources/assets/styles/components/_forms.scss */

.form-group .btn.loading {
  width: 40px;
}

/* line 92, resources/assets/styles/components/_forms.scss */

.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #eee;
  color: #bbb;
}

/* line 100, resources/assets/styles/components/_forms.scss */

.form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-control::-moz-placeholder {
  color: #bbb;
}

.form-control::-ms-input-placeholder {
  color: #bbb;
}

.form-control::placeholder {
  color: #bbb;
}

/* line 104, resources/assets/styles/components/_forms.scss */

.form-control:focus {
  outline: 0;
}

/* line 108, resources/assets/styles/components/_forms.scss */

.form-control.wpcf7-not-valid,
.form-control.invalid {
  border-color: #b55151;
}

/* line 115, resources/assets/styles/components/_forms.scss */

.sib_signup_form .response {
  font-size: 14px;
  margin-top: 10px;
}

/* line 1, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumbs {
  margin-bottom: 15px;
  font-size: 13px;
  color: #333;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_breadcrumb.scss */

  .breadcrumbs {
    line-height: 2;
  }
}

/* line 10, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  color: #8ea308;
}

/* line 15, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumbs .breadcrumb_last {
  background: #F1F6D7;
  border-radius: 3px;
  padding: 5px 7px;
}

/* line 1, resources/assets/styles/components/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 350ms -webkit-transform cubic-bezier(1, 0.48, 0.26, 1);
  transition: 350ms -webkit-transform cubic-bezier(1, 0.48, 0.26, 1);
  -o-transition: 350ms -o-transform cubic-bezier(1, 0.48, 0.26, 1);
  transition: 350ms transform cubic-bezier(1, 0.48, 0.26, 1);
  transition: 350ms transform cubic-bezier(1, 0.48, 0.26, 1), 350ms -webkit-transform cubic-bezier(1, 0.48, 0.26, 1), 350ms -o-transform cubic-bezier(1, 0.48, 0.26, 1);
}

/* line 13, resources/assets/styles/components/_modal.scss */

.modal .btn--close {
  position: absolute;
  top: 20px;
  right: 30px;
  border: none;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  padding: 0;
  font-weight: 400;
}

/* line 25, resources/assets/styles/components/_modal.scss */

.modal.show {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 30, resources/assets/styles/components/_modal.scss */

.modal--bottom {
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
}

/* line 1, resources/assets/styles/components/_toast.scss */

.toast {
  position: fixed;
  z-index: 9999;
  background-color: #d8ddf0;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  color: var(--text-primary);
  padding: 10px 15px 15px;
  -webkit-transition: 250ms all ease;
  -o-transition: 250ms all ease;
  transition: 250ms all ease;
  cursor: pointer;
  width: 300px;
  max-width: 300px;
  border-radius: 0 5px 5px 5px;
}

/* line 14, resources/assets/styles/components/_toast.scss */

.toast--top-left {
  top: 50px;
  left: 50px;
  -webkit-transform: translate3d(calc(-100% - 20px), 0, 0);
          transform: translate3d(calc(-100% - 20px), 0, 0);
}

/* line 20, resources/assets/styles/components/_toast.scss */

.toast--top {
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

/* line 25, resources/assets/styles/components/_toast.scss */

.toast--top-right {
  top: 50px;
  right: 50px;
  -webkit-transform: translate3d(calc(100% + 20px), 0, 0);
          transform: translate3d(calc(100% + 20px), 0, 0);
}

/* line 31, resources/assets/styles/components/_toast.scss */

.toast--bottom-right {
  right: 50px;
  bottom: 50px;
  -webkit-transform: translate3d(0, calc(100% - 20px), 0);
          transform: translate3d(0, calc(100% - 20px), 0);
}

/* line 37, resources/assets/styles/components/_toast.scss */

.toast--bottom {
  bottom: 0;
  -webkit-transform: translate3d(0, calc(100% + 100px), 0);
          transform: translate3d(0, calc(100% + 100px), 0);
}

/* line 42, resources/assets/styles/components/_toast.scss */

.toast--bottom-left {
  bottom: 50px;
  left: 50px;
  -webkit-transform: translate3d(0, calc(100% + 100px), 0);
          transform: translate3d(0, calc(100% + 100px), 0);
}

/* line 48, resources/assets/styles/components/_toast.scss */

.toast--wide {
  right: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}

/* line 55, resources/assets/styles/components/_toast.scss */

.toast.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 58, resources/assets/styles/components/_toast.scss */

.toast.show:hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

/* line 65, resources/assets/styles/components/_toast.scss */

.toast__header .btn {
  display: block;
  margin-left: auto;
  -webkit-transform: translate(5px, -5px);
       -o-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
  padding: 0;
  border: none;
  width: 15px;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

#footer {
  position: relative;
  background-color: #5d7a28;
  padding-top: 35px;
  color: #fff;
  font-size: 15px;
}

/* line 8, resources/assets/styles/layouts/_footer.scss */

#footer .row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 12, resources/assets/styles/layouts/_footer.scss */

#footer .row [class|=col] {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

#footer .site__info p {
  font-size: 14px;
  opacity: 0.6;
}

/* line 25, resources/assets/styles/layouts/_footer.scss */

#footer .footer-text {
  margin-bottom: 10px;
}

/* line 28, resources/assets/styles/layouts/_footer.scss */

#footer .footer-text p {
  font-size: 13px;
}

/* line 33, resources/assets/styles/layouts/_footer.scss */

#footer a {
  color: #fff;
}

/* line 37, resources/assets/styles/layouts/_footer.scss */

#footer .site__logo {
  margin-bottom: 20px;
  width: 260px;
}

/* line 42, resources/assets/styles/layouts/_footer.scss */

#footer .location {
  margin-bottom: 20px;
}

/* line 47, resources/assets/styles/layouts/_footer.scss */

#footer .footer__links a {
  display: block;
  line-height: 1.73;
  margin-bottom: 5px;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

#footer .footer__links .bordered {
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.77;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 7px;
}

/* line 68, resources/assets/styles/layouts/_footer.scss */

#footer .contact__info p a {
  text-decoration: underline;
}

/* line 74, resources/assets/styles/layouts/_footer.scss */

#footer .footer__links__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  margin-bottom: 15px;
}

/* line 81, resources/assets/styles/layouts/_footer.scss */

#footer .socials {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

/* line 87, resources/assets/styles/layouts/_footer.scss */

#footer .socials a {
  margin: 0 10px 0 0;
}

/* line 91, resources/assets/styles/layouts/_footer.scss */

#footer .socials svg {
  fill: #fff;
}

/* line 97, resources/assets/styles/layouts/_footer.scss */

#footer .copy p {
  margin-bottom: 0;
  font-size: 12px;
}

/* line 104, resources/assets/styles/layouts/_footer.scss */

.copyright {
  padding: 10px 0;
  margin-top: 35px;
  font-size: 13px;
  background-color: #334d1b;
}

/* line 110, resources/assets/styles/layouts/_footer.scss */

.copyright p,
.copyright a {
  opacity: 0.6;
}

/* line 117, resources/assets/styles/layouts/_footer.scss */

.copy p {
  display: inline-block;
}

/* line 121, resources/assets/styles/layouts/_footer.scss */

.copy a {
  display: inline-block;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}

/* line 127, resources/assets/styles/layouts/_footer.scss */

.copy a:hover {
  opacity: 1;
}

/* line 135, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .footer-text p {
  font-weight: 400;
  font-size: 16px;
}

/* line 140, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .copyright {
  background-color: #C0D72F;
  padding: 15px 0;
}

/* line 145, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .copy p {
  color: #0F1833;
  font-weight: 400;
}

/* line 151, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .developer p {
  font-size: 13px;
  font-weight: 400;
  color: #0F1833;
}

/* line 156, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .developer p a {
  font-weight: 700;
  color: #0F1833;
}

/* line 163, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 41px 0 31px;
  margin-top: 35px;
  border-top: 1px solid #DCE1C0;
}

/* line 171, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .infos svg {
  padding-right: 5px;
}

/* line 176, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form {
  margin-top: -60px;
}

/* line 179, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-header {
  padding: 12px 20px;
  background-color: #C0D72F;
  border-radius: 5px 5px 0 0;
}

/* line 184, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-header p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30.85px;
  text-transform: uppercase;
}

/* line 192, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-body {
  background-color: #DCE1C0;
  padding: 13px 17px 26px 17px;
  border-radius: 0 0 5px 5px;
}

/* line 197, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-body .sib-description-area {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231F20;
}

/* line 204, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-body .sib-email-area-wrapper {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 209, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-body .sib-email-area-wrapper input {
  border: 1px solid #C0D72F;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  outline: none;
  padding-left: 13px;
}

/* line 218, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-body .sib-email-area-wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

/* line 226, resources/assets/styles/layouts/_footer.scss */

#footer.footer_shop .sendin_blue_form .sib-body .sib-custom-btn-footer {
  background-color: #0F1833;
  border: none;
  border-radius: 5px;
  padding: 11px 25px 10px 26px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17.63px;
  color: white;
}

/* line 243, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-header {
  padding: 12px 20px;
  background-color: #C0D72F;
  border-radius: 5px 5px 0 0;
}

/* line 248, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-header p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30.85px;
  text-transform: uppercase;
}

/* line 256, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-body {
  background-color: #DCE1C0;
  padding: 13px 17px 26px 17px;
  border-radius: 0 0 5px 5px;
}

/* line 261, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-body .sib-description-area {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231F20;
}

/* line 268, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-body .sib-email-area-wrapper {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 273, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-body .sib-email-area-wrapper input {
  border: 1px solid #C0D72F;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  outline: none;
  padding-left: 13px;
}

/* line 282, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-body .sib-email-area-wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

/* line 290, resources/assets/styles/layouts/_footer.scss */

#footer .sendin_blue_form .sib-body .sib-custom-btn-footer {
  background-color: #0F1833;
  border: none;
  border-radius: 5px;
  padding: 11px 25px 10px 26px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17.63px;
  color: white;
}

@media screen and (max-width: 991px) {
  /* line 306, resources/assets/styles/layouts/_footer.scss */

  #footer .site__info {
    margin-bottom: 40px;
  }

  /* line 311, resources/assets/styles/layouts/_footer.scss */

  #footer .footer__links:not(:last-child) {
    margin-bottom: 30px;
  }

  /* line 317, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .sendin_blue_form {
    margin-top: 0;
  }

  /* line 323, resources/assets/styles/layouts/_footer.scss */

  .copyright {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 329, resources/assets/styles/layouts/_footer.scss */

  .copyright {
    text-align: center;
  }

  /* line 334, resources/assets/styles/layouts/_footer.scss */

  .copy p {
    display: block;
    margin-bottom: 15px;
  }

  /* line 340, resources/assets/styles/layouts/_footer.scss */

  .copy a:first-of-type {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  /* line 348, resources/assets/styles/layouts/_footer.scss */

  .developer {
    margin: 15px 0 10px;
  }

  /* line 352, resources/assets/styles/layouts/_footer.scss */

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

  /* line 356, resources/assets/styles/layouts/_footer.scss */

  .footer_order_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 25px !important;
  }

  /* line 361, resources/assets/styles/layouts/_footer.scss */

  .footer_order_4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 25px !important;
  }

  /* line 368, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .contact_info_order {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 371, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .contact_info_order .infos {
    margin-top: 0 !important;
    display: block;
    padding-bottom: 0;
  }

  /* line 376, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .contact_info_order .infos span {
    display: block;
    margin-bottom: 15px;
  }

  /* line 380, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .contact_info_order .infos span.fb {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  /* line 386, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .contact_info_order .infos span.ig {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  /* line 392, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .contact_info_order .infos span.yt {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  /* line 401, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .copyright {
    margin-top: 0;
  }

  /* line 407, resources/assets/styles/layouts/_footer.scss */

  #footer.footer_shop .developer p a {
    opacity: 1;
  }

  /* line 415, resources/assets/styles/layouts/_footer.scss */

  .sendin_blue_form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0 !important;
    margin-bottom: 25px;
  }

  /* line 423, resources/assets/styles/layouts/_footer.scss */

  .site__info p {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  /* line 431, resources/assets/styles/layouts/_footer.scss */

  .copyright .row {
    margin: 0 -30px;
  }

  /* line 437, resources/assets/styles/layouts/_footer.scss */

  .copy p,
  .copy a {
    font-size: 12px;
  }

  /* line 444, resources/assets/styles/layouts/_footer.scss */

  .developer p {
    font-size: 11px;
  }
}

/* line 1, resources/assets/styles/components/_navigation.scss */

.navbar {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, resources/assets/styles/components/_navigation.scss */

.navbar__collapse {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  will-change: max-height;
}

/* line 12, resources/assets/styles/components/_navigation.scss */

.navbar-nav {
  list-style: none;
  padding: 0;
  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;
}

/* line 18, resources/assets/styles/components/_navigation.scss */

.navbar-nav > .menu-item {
  padding: 20px 0;
}

/* line 23, resources/assets/styles/components/_navigation.scss */

.menu-item {
  position: relative;
}

/* line 26, resources/assets/styles/components/_navigation.scss */

.menu-item a {
  display: block;
  padding: 5px 8px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

/* line 35, resources/assets/styles/components/_navigation.scss */

.menu-item:hover a {
  border-bottom-color: #fff;
}

/* line 41, resources/assets/styles/components/_navigation.scss */

.sub-menu {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  /* line 47, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler {
    display: none;
  }

  /* line 53, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children.two-columns .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* line 58, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children.two-columns .sub-menu > .menu-item:nth-of-type(even) {
    border-left: 1px solid #979797;
  }

  /* line 66, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  /* line 72, resources/assets/styles/components/_navigation.scss */

  .sub-menu {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: 300ms -webkit-transform cubic-bezier(0.66, 0.1, 0.58, 1);
    transition: 300ms -webkit-transform cubic-bezier(0.66, 0.1, 0.58, 1);
    -o-transition: 300ms -o-transform cubic-bezier(0.66, 0.1, 0.58, 1);
    transition: 300ms transform cubic-bezier(0.66, 0.1, 0.58, 1);
    transition: 300ms transform cubic-bezier(0.66, 0.1, 0.58, 1), 300ms -webkit-transform cubic-bezier(0.66, 0.1, 0.58, 1), 300ms -o-transform cubic-bezier(0.66, 0.1, 0.58, 1);
  }

  /* line 85, resources/assets/styles/components/_navigation.scss */

  .sub-menu .menu-item {
    padding: 0 20px;
  }

  /* line 88, resources/assets/styles/components/_navigation.scss */

  .sub-menu .menu-item a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.06;
    white-space: nowrap;
  }

  /* line 97, resources/assets/styles/components/_navigation.scss */

  .sub-menu::before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
         -o-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
    -webkit-transition: 300ms background-color ease;
    -o-transition: 300ms background-color ease;
    transition: 300ms background-color ease;
  }

  /* line 111, resources/assets/styles/components/_navigation.scss */

  .sub-menu .menu-item-has-children .sub-menu {
    left: 100%;
    width: auto;
    top: -10px;
  }

  /* line 116, resources/assets/styles/components/_navigation.scss */

  .sub-menu .menu-item-has-children .sub-menu::before {
    top: 20px;
    left: 0;
    -webkit-box-shadow: -2px 3px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: -2px 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 1199px) {
  /* line 127, resources/assets/styles/components/_navigation.scss */

  .navbar {
    padding: 15px 0;
  }

  /* line 131, resources/assets/styles/components/_navigation.scss */

  .navbar-nav {
    max-height: calc(100vh - 150px);
    overflow: hidden auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 136, resources/assets/styles/components/_navigation.scss */

  .navbar-nav > .menu-item {
    padding: 0;
  }

  /* line 141, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    width: 25px;
    height: 25px;
    border: none;
    position: relative;
    background-color: transparent;
  }

  /* line 150, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler span {
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 2px solid #d8e488;
    width: 100%;
    -webkit-transition: 550ms all ease;
    -o-transition: 550ms all ease;
    transition: 550ms all ease;
  }

  /* line 158, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler span:first-of-type {
    -webkit-transform: translate3d(-50%, calc(-50% - 8px), 0);
            transform: translate3d(-50%, calc(-50% - 8px), 0);
  }

  /* line 162, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler span:nth-of-type(2) {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }

  /* line 166, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler span:nth-of-type(3) {
    -webkit-transform: translate3d(-50%, calc(-50% + 8px), 0);
            transform: translate3d(-50%, calc(-50% + 8px), 0);
  }

  /* line 173, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler[aria-expanded=true] span:first-of-type {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
            transform: translate3d(-50%, 0, 0) rotate(45deg);
  }

  /* line 177, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler[aria-expanded=true] span:nth-of-type(2) {
    width: 1px;
  }

  /* line 181, resources/assets/styles/components/_navigation.scss */

  .navbar__toggler[aria-expanded=true] span:last-of-type {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
            transform: translate3d(-50%, 0, 0) rotate(-45deg);
  }

  /* line 189, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children a {
    max-width: calc(100% - 40px);
  }

  /* line 193, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children .sub-menu {
    max-height: 0;
    padding-left: 10px;
    overflow: hidden;
    -webkit-transition: 250ms max-height ease;
    -o-transition: 250ms max-height ease;
    transition: 250ms max-height ease;
  }

  /* line 200, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children .sub-menu .menu-item-has-children:first-child {
    margin-top: 10px;
  }

  /* line 204, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children .sub-menu .menu-item-has-children::after {
    top: 12px;
  }

  /* line 210, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    pointer-events: none;
  }

  /* line 225, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children.open::after {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* line 229, resources/assets/styles/components/_navigation.scss */

  .menu-item-has-children.open > .sub-menu {
    max-height: 500px;
  }
}

/* line 6, resources/assets/styles/components/_post-card.scss */

.posts-partneri .post__card .post__image img {
  height: auto !important;
}

/* line 14, resources/assets/styles/components/_post-card.scss */

.post__card .wrapper {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  height: 100%;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

/* line 25, resources/assets/styles/components/_post-card.scss */

.post__card .post__image img {
  border-radius: 5px 5px 0 0;
  margin: 0;
  height: 153px;
}

/* line 32, resources/assets/styles/components/_post-card.scss */

.post__card .post__content {
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 38, resources/assets/styles/components/_post-card.scss */

.post__card .post__title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 18px;
}

/* line 44, resources/assets/styles/components/_post-card.scss */

.post__card .post__title a {
  color: #000;
}

/* line 50, resources/assets/styles/components/_post-card.scss */

.post__card--blue .wrapper {
  background-color: #4a566d;
}

/* line 55, resources/assets/styles/components/_post-card.scss */

.post__card--blue .post__title a {
  color: #fff;
}

/* line 62, resources/assets/styles/components/_post-card.scss */

.post__card--small .post__title {
  font-size: 16px;
}

/* line 68, resources/assets/styles/components/_post-card.scss */

.post__card:not(.post__card--blue) .post__category {
  color: #8f9dcf;
}

@media screen and (max-width: 1199px) {
  /* line 76, resources/assets/styles/components/_post-card.scss */

  .post__card .post__title {
    font-size: 16px;
  }
}

/* line 4, resources/assets/styles/layouts/_header.scss */

#header.margin {
  margin-bottom: 60px;
}

/* line 8, resources/assets/styles/layouts/_header.scss */

#header {
  padding-top: 0 !important;
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #5d7a28;
}

/* line 15, resources/assets/styles/layouts/_header.scss */

#header .site__logo {
  display: block;
  margin-right: 15px;
}

/* line 20, resources/assets/styles/layouts/_header.scss */

#header .btn-search {
  border: none;
  border-left: 0;
  border-radius: 0;
  padding-left: 10px;
  margin-right: 0;
}

/* line 29, resources/assets/styles/layouts/_header.scss */

#header a svg {
  margin-right: 5px;
}

/* line 34, resources/assets/styles/layouts/_header.scss */

#header .video__link {
  color: #fff;
  border-width: 2px;
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 40, resources/assets/styles/layouts/_header.scss */

#header .video__link svg {
  margin-right: 5px;
}

/* line 45, resources/assets/styles/layouts/_header.scss */

#header .shop {
  border-width: 2px;
  padding: 5px 10px;
}

/* line 49, resources/assets/styles/layouts/_header.scss */

#header .shop svg {
  margin-right: 5px;
}

/* line 54, resources/assets/styles/layouts/_header.scss */

#header .shop:hover svg {
  fill: #c0d72f;
}

/* line 61, resources/assets/styles/layouts/_header.scss */

.portal {
  background: #FF7B31;
  border-radius: 5px 5px 0 0;
  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;
  margin-right: 15px;
  padding: 5px 27px;
}

/* line 72, resources/assets/styles/layouts/_header.scss */

.header-more .dot {
  display: none;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  right: -5px;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.header-more .dot:nth-of-type(2) {
  top: 33px;
}

/* line 86, resources/assets/styles/layouts/_header.scss */

.header-more .dot:nth-of-type(3) {
  top: 40px;
}

/* line 92, resources/assets/styles/layouts/_header.scss */

.search__form {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(16, 28, 58, 0.97);
}

/* line 98, resources/assets/styles/layouts/_header.scss */

.search__form form {
  width: 90vw;
  max-width: 1140px;
}

/* line 103, resources/assets/styles/layouts/_header.scss */

.search__form .form-group {
  position: relative;
  margin-bottom: 50px;
}

/* line 108, resources/assets/styles/layouts/_header.scss */

.search__form .search__input {
  border: none;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  width: 100%;
  padding: 15px 40px 15px 0;
}

/* line 118, resources/assets/styles/layouts/_header.scss */

.search__form .search__input::-webkit-input-placeholder {
  color: #fff;
}

.search__form .search__input::-moz-placeholder {
  color: #fff;
}

.search__form .search__input::-ms-input-placeholder {
  color: #fff;
}

.search__form .search__input::placeholder {
  color: #fff;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.search__form .search__input:focus {
  outline: 0;
}

/* line 127, resources/assets/styles/layouts/_header.scss */

.search__form .btn__search {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 136, resources/assets/styles/layouts/_header.scss */

.search__form .search-link {
  border: none;
  padding: 0 15px;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 141, resources/assets/styles/layouts/_header.scss */

.search__form .search-link span {
  display: block;
}

/* line 145, resources/assets/styles/layouts/_header.scss */

.search__form .search-link .icon {
  margin: 0 auto 35px;
  width: 114px;
  height: 114px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #66748e;
}

/* line 156, resources/assets/styles/layouts/_header.scss */

.search__form .search-link svg {
  margin: 0;
}

/* line 160, resources/assets/styles/layouts/_header.scss */

.search__form .search-link .search-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

/* line 168, resources/assets/styles/layouts/_header.scss */

.search__form .post__card--blue .post__title {
  font-size: 20px;
}

/* line 174, resources/assets/styles/layouts/_header.scss */

.search__results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 250ms max-height ease;
  -o-transition: 250ms max-height ease;
  transition: 250ms max-height ease;
}

/* line 182, resources/assets/styles/layouts/_header.scss */

.search__results.show {
  max-height: 1000px;
}

/* line 187, resources/assets/styles/layouts/_header.scss */

.sub-header {
  display: none;
}

/* line 191, resources/assets/styles/layouts/_header.scss */

.postHeader_mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  /* line 197, resources/assets/styles/layouts/_header.scss */

  #header .site__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 201, resources/assets/styles/layouts/_header.scss */

  #header .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 205, resources/assets/styles/layouts/_header.scss */

  #header .video__link,
  #header .shop {
    display: none;
  }

  /* line 210, resources/assets/styles/layouts/_header.scss */

  #header .header_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 250ms all ease;
    -o-transition: 250ms all ease;
    transition: 250ms all ease;
  }

  /* line 218, resources/assets/styles/layouts/_header.scss */

  #header .header_links .video__link,
  #header .header_links .shop {
    display: block;
  }

  /* line 223, resources/assets/styles/layouts/_header.scss */

  #header .header_links .video__link {
    margin: 0 10px 0 0;
  }

  /* line 228, resources/assets/styles/layouts/_header.scss */

  #header .navbar__collapse {
    height: calc(100vh - 111px);
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: 250ms top ease, 250ms -webkit-transform ease;
    transition: 250ms top ease, 250ms -webkit-transform ease;
    -o-transition: 250ms top ease, 250ms -o-transform ease;
    transition: 250ms transform ease, 250ms top ease;
    transition: 250ms transform ease, 250ms top ease, 250ms -webkit-transform ease, 250ms -o-transform ease;
    will-change: transform;
  }

  /* line 244, resources/assets/styles/layouts/_header.scss */

  #header .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px 30px;
  }

  /* line 250, resources/assets/styles/layouts/_header.scss */

  #header .navbar-nav > .menu-item {
    padding: 10px 0;
  }

  /* line 253, resources/assets/styles/layouts/_header.scss */

  #header .navbar-nav > .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(115, 115, 115, 0.15);
  }

  /* line 260, resources/assets/styles/layouts/_header.scss */

  #header .menu-item a {
    color: #000;
    padding: 5px 20px;
  }

  /* line 268, resources/assets/styles/layouts/_header.scss */

  #header .menu-item-has-children .menu-item a {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.31;
    padding: 0 20px;
  }

  /* line 277, resources/assets/styles/layouts/_header.scss */

  #header .btn-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: none;
    padding: 0;
  }

  /* line 284, resources/assets/styles/layouts/_header.scss */

  #header.show .header_links {
    max-height: 350px;
    margin-top: 25px;
  }

  /* line 289, resources/assets/styles/layouts/_header.scss */

  #header.show .navbar__collapse {
    max-height: 100vh;
    top: 115px;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 300, resources/assets/styles/layouts/_header.scss */

  #header .menus_info_container {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }

  /* line 307, resources/assets/styles/layouts/_header.scss */

  #header .menus_info_container .portal .navbar-nav {
    padding: 0;
  }

  /* line 311, resources/assets/styles/layouts/_header.scss */

  #header .menus_info_container .portal .navbar-nav .menu-item a {
    color: white !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 322, resources/assets/styles/layouts/_header.scss */

  #header.margin {
    margin-bottom: 30px;
  }

  /* line 326, resources/assets/styles/layouts/_header.scss */

  .search__form {
    padding: 60px 0;
    height: 100vh;
  }

  /* line 330, resources/assets/styles/layouts/_header.scss */

  .search__form form {
    max-height: calc(100vh - 120px);
    overflow: hidden auto;
  }

  /* line 335, resources/assets/styles/layouts/_header.scss */

  .search__form .search__results {
    grid-template-columns: repeat(3, 1fr);
  }

  /* line 340, resources/assets/styles/layouts/_header.scss */

  .search__form .post > a {
    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;
  }

  /* line 346, resources/assets/styles/layouts/_header.scss */

  .search__form .post__content {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 351, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0;
  }

  /* line 355, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link .icon {
    width: 75px;
    height: 75px;
    margin: 0 0 0 30px;
  }

  /* line 361, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link svg {
    width: 36px;
  }

  /* line 368, resources/assets/styles/layouts/_header.scss */

  #header .menus_info_container {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }

  /* line 375, resources/assets/styles/layouts/_header.scss */

  #header .menus_info_container .portal .navbar-nav {
    padding: 0;
  }

  /* line 379, resources/assets/styles/layouts/_header.scss */

  #header .menus_info_container .portal .navbar-nav .menu-item a {
    color: white !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 391, resources/assets/styles/layouts/_header.scss */

  #header .menu-item {
    font-size: 14px;
  }

  /* line 397, resources/assets/styles/layouts/_header.scss */

  .search__form .search__results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  /* line 406, resources/assets/styles/layouts/_header.scss */

  #header .header_links .video__link,
  #header .header_links .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
  }

  /* line 411, resources/assets/styles/layouts/_header.scss */

  #header .header_links .video__link svg,
  #header .header_links .shop svg {
    vertical-align: baseline;
  }

  /* line 417, resources/assets/styles/layouts/_header.scss */

  #header .header_links .video__link svg {
    width: 7px;
  }

  /* line 423, resources/assets/styles/layouts/_header.scss */

  #header .header_links .shop svg {
    width: 15px;
  }

  /* line 430, resources/assets/styles/layouts/_header.scss */

  #header.show .navbar__collapse {
    top: 111px;
  }

  /* line 435, resources/assets/styles/layouts/_header.scss */

  #header #menu-shop {
    overflow: auto;
    white-space: nowrap;
  }

  /* line 439, resources/assets/styles/layouts/_header.scss */

  #header #menu-shop::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }

  /* line 447, resources/assets/styles/layouts/_header.scss */

  #header .postHeader .portal {
    display: none;
  }

  /* line 452, resources/assets/styles/layouts/_header.scss */

  #header .site__logo {
    max-width: 110px;
  }

  /* line 456, resources/assets/styles/layouts/_header.scss */

  #header #search-form-header {
    display: none;
  }

  /* line 459, resources/assets/styles/layouts/_header.scss */

  #header #search-form-header.show {
    display: block;
  }

  /* line 466, resources/assets/styles/layouts/_header.scss */

  .search__form .search__input {
    font-size: 14px;
  }

  /* line 470, resources/assets/styles/layouts/_header.scss */

  .search__form .search__results {
    grid-template-columns: 1fr;
  }

  /* line 474, resources/assets/styles/layouts/_header.scss */

  .search__form .wrapper {
    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;
  }

  /* line 479, resources/assets/styles/layouts/_header.scss */

  .search__form .post__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  /* line 482, resources/assets/styles/layouts/_header.scss */

  .search__form .post__image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }

  /* line 489, resources/assets/styles/layouts/_header.scss */

  .search__form .post__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
            flex: 0 0 calc(100% - 100px);
    border-radius: 0 5px 5px 0;
  }

  /* line 493, resources/assets/styles/layouts/_header.scss */

  .search__form .post__content .post__title {
    font-size: 14px;
  }

  /* line 498, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }

  /* line 502, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link .icon {
    width: 50px;
    height: 50px;
  }

  /* line 506, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link .icon svg {
    width: 25px;
  }

  /* line 511, resources/assets/styles/layouts/_header.scss */

  .search__form .search-link .search-text {
    font-size: 14px;
  }

  /* line 517, resources/assets/styles/layouts/_header.scss */

  .sub-header {
    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;
    margin: 10px 0;
    position: sticky;
    top: 57px;
    z-index: 1000;
    background-color: white;
    padding: 10px 0;
  }

  /* line 528, resources/assets/styles/layouts/_header.scss */

  .sub-header .video__link {
    display: inline-block;
    font-size: 12px;
  }

  /* line 532, resources/assets/styles/layouts/_header.scss */

  .sub-header .video__link:first-of-type {
    margin-right: 10px;
  }

  /* line 536, resources/assets/styles/layouts/_header.scss */

  .sub-header .video__link:first-of-type svg path {
    fill: black;
  }

  /* line 544, resources/assets/styles/layouts/_header.scss */

  #menu-portal-mobilni {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 553, resources/assets/styles/layouts/_header.scss */

  #menu-portal-mobilni .navbar-nav {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 557, resources/assets/styles/layouts/_header.scss */

  #menu-portal-mobilni li {
    display: inline-block;
  }

  /* line 560, resources/assets/styles/layouts/_header.scss */

  #menu-portal-mobilni li a {
    color: white !important;
    font-size: 16px;
  }

  /* line 565, resources/assets/styles/layouts/_header.scss */

  #menu-portal-mobilni li.portal {
    border-radius: 5px;
  }

  /* line 571, resources/assets/styles/layouts/_header.scss */

  .postHeader_mobile {
    display: block;
    background: #47660F;
    height: 56px;
  }
}

@media screen and (max-width: 359px) {
  /* line 580, resources/assets/styles/layouts/_header.scss */

  #header.show {
    height: 135px;
  }

  /* line 583, resources/assets/styles/layouts/_header.scss */

  #header.show .navbar__collapse {
    top: 135px;
  }
}

/* line 1, resources/assets/styles/components/_post-sidebar.scss */

.post__sidebar {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 0;
}

/* line 8, resources/assets/styles/components/_post-sidebar.scss */

.post__sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
}

/* line 15, resources/assets/styles/components/_post-sidebar.scss */

.post__sidebar .post__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding: 0;
}

/* line 19, resources/assets/styles/components/_post-sidebar.scss */

.post__sidebar .post__image img {
  border-radius: 0;
  height: 85px;
}

/* line 25, resources/assets/styles/components/_post-sidebar.scss */

.post__sidebar .post__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  height: auto;
  padding: 9px 13px 8px 10px;
  margin: 0;
}

/* line 1, resources/assets/styles/layouts/_polls.scss */

.poll-container {
  position: relative;
  -webkit-transition: 300ms height ease;
  -o-transition: 300ms height ease;
  transition: 300ms height ease;
}

/* line 5, resources/assets/styles/layouts/_polls.scss */

.poll-container::after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  border: 1px solid #d8d8d8;
  border-top-color: #333;
  visibility: hidden;
}

/* line 20, resources/assets/styles/layouts/_polls.scss */

.poll-container.loading::after {
  -webkit-animation: rotate 700ms infinite ease;
       -o-animation: rotate 700ms infinite ease;
          animation: rotate 700ms infinite ease;
  visibility: visible;
}

/* line 26, resources/assets/styles/layouts/_polls.scss */

.poll-container .answer-result {
  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;
  margin-bottom: 5px;
}

/* line 32, resources/assets/styles/layouts/_polls.scss */

.poll-container .result-numbers {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-right: 0;
  border: 1px solid #1f2f53;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 39, resources/assets/styles/layouts/_polls.scss */

.poll-container .custom__progress {
  width: 1px;
  min-width: 1px;
  height: 20px;
  background-color: #1f2f53;
}

/* line 46, resources/assets/styles/layouts/_polls.scss */

.poll-container p {
  font-size: 15px;
  font-weight: 600;
}

/* line 51, resources/assets/styles/layouts/_polls.scss */

.poll-container .result-percent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  margin-bottom: -9px;
}

/* line 61, resources/assets/styles/layouts/_polls.scss */

.poll-container .result-answer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
          flex: 0 0 calc(100% - 60px);
  margin-top: 18px;
  margin-right: 5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5px;
}

/* stylelint-disable */

/* line 3, resources/assets/styles/components/_sib.scss */

.sib-sms-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative;
}

/* line 10, resources/assets/styles/components/_sib.scss */

.sib-container--medium.sib-container--horizontal .sib-sms-select,
.sib-container--small .sib-sms-select {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 14, resources/assets/styles/components/_sib.scss */

.sib-sms-select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 3em;
  padding: 8px 16px 8px 8px;
  margin-right: 8px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 60px;
}

/* line 32, resources/assets/styles/components/_sib.scss */

.sib-sms-select__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

/* line 44, resources/assets/styles/components/_sib.scss */

.sib-sms-select__title > .sib-sms-select__label-text {
  display: none;
}

/* line 48, resources/assets/styles/components/_sib.scss */

.sib-container--medium.sib-container--horizontal .sib-sms-select__title,
.sib-container--small .sib-sms-select__title {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: .5rem;
}

/* line 54, resources/assets/styles/components/_sib.scss */

.sib-container--medium.sib-container--horizontal .sib-sms-select__title:after,
.sib-container--small .sib-sms-select__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

/* line 66, resources/assets/styles/components/_sib.scss */

.sib-container--medium.sib-container--horizontal .sib-sms-select__title > .sib-sms-select__label-text,
.sib-container--small .sib-sms-select__title > .sib-sms-select__label-text {
  display: block;
}

/* line 70, resources/assets/styles/components/_sib.scss */

.sib-sms-select__list {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 8px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

/* line 86, resources/assets/styles/components/_sib.scss */

.sib-sms-select__list.sib-is-open {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  opacity: 1;
}

/* line 94, resources/assets/styles/components/_sib.scss */

.sib-sms-select__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
}

/* line 103, resources/assets/styles/components/_sib.scss */

.sib-sms-select__list li.sib-is-selected,
.sib-sms-select__list li:hover {
  background-color: #8ed8fd;
}

/* line 107, resources/assets/styles/components/_sib.scss */

.sib-sms-select__number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3em;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff;
}

/* line 116, resources/assets/styles/components/_sib.scss */

.sib-sms-select__calling-code {
  height: 100%;
  max-width: 70px;
  padding: 8px;
  border-top: 0;
  border-right: 1px solid #c0ccda;
  border-bottom: 0;
  border-left: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1.8em;
  text-align: center;
  font-size: inherit;
  color: inherit;
  outline: none;
}

/* line 132, resources/assets/styles/components/_sib.scss */

.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code,
.sib-container--small .sib-sms-select__calling-code {
  max-width: 50px;
  padding: 8px 4px;
}

/* line 137, resources/assets/styles/components/_sib.scss */

.sib-sms-select__phone-number {
  width: calc(100% - 70px);
  height: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: inherit;
}

/* line 147, resources/assets/styles/components/_sib.scss */

.sib-sms-select__label-text {
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  /* line 155, resources/assets/styles/components/_sib.scss */

  .sib-sms-select {
    display: block;
  }

  /* line 158, resources/assets/styles/components/_sib.scss */

  .sib-sms-select__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
  }

  /* line 163, resources/assets/styles/components/_sib.scss */

  .sib-container--small .sib-sms-select__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 166, resources/assets/styles/components/_sib.scss */

  .sib-container--small .sib-sms-select__title .sib-flag {
    margin-left: 0;
    bottom: 0;
  }

  /* line 170, resources/assets/styles/components/_sib.scss */

  .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
    margin-left: .5rem;
    padding-bottom: 0;
  }

  /* line 174, resources/assets/styles/components/_sib.scss */

  .sib-sms-select__title:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }

  /* line 186, resources/assets/styles/components/_sib.scss */

  .sib-sms-select__title__phone-number {
    padding-right: 45px;
  }

  /* line 189, resources/assets/styles/components/_sib.scss */

  .sib-sms-select__title > .sib-flag {
    margin-left: 10px;
    float: left;
    position: relative;
    bottom: 4px;
  }

  /* line 195, resources/assets/styles/components/_sib.scss */

  .sib-sms-select__title > .sib-sms-select__label-text {
    display: inline-block;
    max-width: 70%;
    margin-left: 18px;
    padding-bottom: 5px;
    font-size: 20px;
    float: left;
  }
}

@media screen and (max-width: 480px) {
  /* line 206, resources/assets/styles/components/_sib.scss */

  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px;
  }

  /* line 213, resources/assets/styles/components/_sib.scss */

  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 12px !important;
    padding: 4px;
  }
}

@media screen and (max-width: 375px) {
  /* line 226, resources/assets/styles/components/_sib.scss */

  .g-recaptcha.sib-visible-recaptcha {
    -o-transform: scale(0.8);
       transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 234, resources/assets/styles/components/_sib.scss */

.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 32px 12px;
  margin: 0;
}

/* line 242, resources/assets/styles/components/_sib.scss */

.sib-form__declaration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 248, resources/assets/styles/components/_sib.scss */

.sib-form__declaration .declaration-block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 0 0;
  margin: 0;
}

/* line 254, resources/assets/styles/components/_sib.scss */

.sib-form__declaration .declaration-block-icon [class^=sib-svgIcon] {
  width: 65px;
  height: 65px;
}

/* line 259, resources/assets/styles/components/_sib.scss */

.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0;
}

/* line 264, resources/assets/styles/components/_sib.scss */

.sib-form ol,
.sib-form ul {
  padding: 0;
}

/* line 268, resources/assets/styles/components/_sib.scss */

#sib-container {
  background: #fff;
  margin: 0 auto;
  padding: 17px;
  display: inline-block;
  width: 100%;
}

/* line 276, resources/assets/styles/components/_sib.scss */

#sib-form {
  text-align: left;
}

/* line 280, resources/assets/styles/components/_sib.scss */

.sib-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-top: 8px;
}

/* line 292, resources/assets/styles/components/_sib.scss */

.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0;
}

/* line 301, resources/assets/styles/components/_sib.scss */

.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0;
}

/* line 313, resources/assets/styles/components/_sib.scss */

.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden;
}

/* line 320, resources/assets/styles/components/_sib.scss */

.sib-menu__item:hover {
  background-color: #8ed8fd;
}

/* line 324, resources/assets/styles/components/_sib.scss */

.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0;
}

@media screen and (max-width: 375px) {
  /* line 330, resources/assets/styles/components/_sib.scss */

  .sib-menu__apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 8px;
  }
}

/* line 337, resources/assets/styles/components/_sib.scss */

.sib-menu__apply button {
  padding: 8px 16px;
}

/* line 341, resources/assets/styles/components/_sib.scss */

.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub;
}

/* line 346, resources/assets/styles/components/_sib.scss */

.sib-menu__select {
  padding: 0 7px;
}

/* line 350, resources/assets/styles/components/_sib.scss */

.sib-menu__select button {
  padding: 8px 5px;
}

/* line 354, resources/assets/styles/components/_sib.scss */

.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0;
  margin: 0;
}

/* line 361, resources/assets/styles/components/_sib.scss */

.sib-menu .sib-multiselect__label {
  width: 100%;
}

/* line 365, resources/assets/styles/components/_sib.scss */

.sib-menu .sib-multiselect__label-text {
  text-indent: 0;
}

/* line 369, resources/assets/styles/components/_sib.scss */

#sib-other-container .entry__controls--other {
  margin-left: 1.5em;
}

/* line 373, resources/assets/styles/components/_sib.scss */

#sib-other-container .entry__choice--other {
  width: 100%;
}

/* line 377, resources/assets/styles/components/_sib.scss */

#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484;
}

/* line 384, resources/assets/styles/components/_sib.scss */

.checkbox__label {
  word-wrap: break-word;
}

/* line 388, resources/assets/styles/components/_sib.scss */

.checkbox.checkbox_tick_positive:before {
  left: calc(50% - 1px);
}

/* line 392, resources/assets/styles/components/_sib.scss */

.input_display {
  line-height: 1.5rem;
}

/* line 396, resources/assets/styles/components/_sib.scss */

.entry__choice {
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  word-wrap: break-all;
}

/* line 402, resources/assets/styles/components/_sib.scss */

.entry__choice,
.entry__label {
  width: 100%;
  word-wrap: break-word;
}

/* line 407, resources/assets/styles/components/_sib.scss */

.entry__label {
  margin-bottom: 10px;
  font-weight: 500;
  word-break: break-word;
}

/* line 413, resources/assets/styles/components/_sib.scss */

.entry__label_optin {
  display: inline;
}

/* line 417, resources/assets/styles/components/_sib.scss */

.entry__label > * {
  float: left;
}

/* line 421, resources/assets/styles/components/_sib.scss */

.entry__label:after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}

/* line 431, resources/assets/styles/components/_sib.scss */

.entry__specification {
  margin: 10px 0;
}

/* line 435, resources/assets/styles/components/_sib.scss */

.entry__controls {
  margin: 0;
}

/* line 439, resources/assets/styles/components/_sib.scss */

.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent;
}

/* line 446, resources/assets/styles/components/_sib.scss */

.sib-entry_mcq .entry__controls {
  display: block;
  background: transparent;
  border: none;
  outline: none;
}

/* line 453, resources/assets/styles/components/_sib.scss */

.sib-form-block {
  padding: 0 16px;
  word-wrap: break-word;
  outline: none;
}

/* line 459, resources/assets/styles/components/_sib.scss */

.sib-form-block ol,
.sib-form-block p,
.sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em;
}

/* line 465, resources/assets/styles/components/_sib.scss */

.sib-form-block ol,
.sib-form-block ul {
  list-style-position: inside;
}

/* line 469, resources/assets/styles/components/_sib.scss */

.sib-form-block__button {
  overflow-wrap: break-word;
  max-width: 100%;
}

/* line 474, resources/assets/styles/components/_sib.scss */

.sib-form-block__button-disabled {
  opacity: .5;
}

/* line 478, resources/assets/styles/components/_sib.scss */

.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px;
}

/* line 483, resources/assets/styles/components/_sib.scss */

.sib-image-form-block {
  padding: 2px;
}

/* line 487, resources/assets/styles/components/_sib.scss */

.sib-image-form-block a {
  display: block;
  overflow: hidden;
}

/* line 492, resources/assets/styles/components/_sib.scss */

.sib-image-form-block img {
  max-width: 100%;
}

/* line 496, resources/assets/styles/components/_sib.scss */

.sib-divider-form-block {
  border: 0;
  margin: 0;
}

/* line 501, resources/assets/styles/components/_sib.scss */

.form__label-row {
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

/* line 507, resources/assets/styles/components/_sib.scss */

.form__label-row--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}

/* line 513, resources/assets/styles/components/_sib.scss */

.form__label-row--horizontal > :first-child {
  margin-right: 20px;
}

/* line 517, resources/assets/styles/components/_sib.scss */

.form__label-row--horizontal > * {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 522, resources/assets/styles/components/_sib.scss */

.input {
  width: calc(100% - 1rem);
}

/* line 526, resources/assets/styles/components/_sib.scss */

.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 535, resources/assets/styles/components/_sib.scss */

.input--multiselect:before {
  content: "";
  position: absolute;
  right: 8px;
  border: 8px solid transparent;
  border-top-color: #343f4e;
  top: calc(50% - 4px);
}

/* line 544, resources/assets/styles/components/_sib.scss */

.input--select {
  position: relative;
  width: 100%;
}

/* line 549, resources/assets/styles/components/_sib.scss */

.input--select:after,
.input--select:before {
  content: "";
  position: absolute;
  right: 8px;
}

/* line 555, resources/assets/styles/components/_sib.scss */

.input--select:before {
  top: calc(50% - 12px);
  border: 5px solid transparent;
  border-bottom-color: #343f4e;
}

/* line 561, resources/assets/styles/components/_sib.scss */

.input--select:after {
  top: calc(50% + 2px);
  border: 5px solid transparent;
  border-top-color: #343f4e;
}

/* line 567, resources/assets/styles/components/_sib.scss */

.input--hidden {
  display: none !important;
}

/* line 571, resources/assets/styles/components/_sib.scss */

input::-webkit-input-placeholder {
  color: #bfcad8;
}

/* line 575, resources/assets/styles/components/_sib.scss */

input::-moz-placeholder {
  color: #bfcad8;
}

/* line 579, resources/assets/styles/components/_sib.scss */

input:-ms-input-placeholder {
  color: #bfcad8;
}

/* line 583, resources/assets/styles/components/_sib.scss */

input:-moz-placeholder {
  color: #bfcad8;
}

/* line 587, resources/assets/styles/components/_sib.scss */

textarea.input {
  padding: calc(.5rem - 1px);
}

/* line 591, resources/assets/styles/components/_sib.scss */

.sib-form-container a {
  text-decoration: underline;
  color: #2bb2fc;
}

/* line 596, resources/assets/styles/components/_sib.scss */

.sib-sms-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 602, resources/assets/styles/components/_sib.scss */

.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 608, resources/assets/styles/components/_sib.scss */

.sib-sms-input .entry__controls {
  width: 100%;
}

/* line 612, resources/assets/styles/components/_sib.scss */

.sib-sms-input .sib-menu__item {
  padding: 4px 2px;
}

/* line 616, resources/assets/styles/components/_sib.scss */

.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0;
}

/* line 622, resources/assets/styles/components/_sib.scss */

.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3c4858;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 635, resources/assets/styles/components/_sib.scss */

.sib-panel--active {
  display: block;
}

/* line 639, resources/assets/styles/components/_sib.scss */

.sib-panel--inactive {
  display: none;
}

/* line 643, resources/assets/styles/components/_sib.scss */

.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left;
}

/* line 649, resources/assets/styles/components/_sib.scss */

.sib-panel__link {
  padding: 0 5px;
  color: #3c4858;
  text-decoration: underline;
  cursor: pointer;
}

/* line 656, resources/assets/styles/components/_sib.scss */

.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer;
}

/* line 663, resources/assets/styles/components/_sib.scss */

.sib-form-message-panel {
  margin: 0 0 1.25rem;
  width: 100%;
  padding: .4375rem;
  border: 1px solid;
  display: none;
}

/* line 671, resources/assets/styles/components/_sib.scss */

.sib-form-message-panel--active {
  display: inline-block;
}

/* line 675, resources/assets/styles/components/_sib.scss */

.sib-form-message-panel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: .5rem;
}

/* line 682, resources/assets/styles/components/_sib.scss */

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}

/* line 688, resources/assets/styles/components/_sib.scss */

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}

/* line 695, resources/assets/styles/components/_sib.scss */

.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

/* line 702, resources/assets/styles/components/_sib.scss */

.checkbox_tick_positive:before {
  left: 49%;
}

@media screen and (max-width: 500px) {
  /* line 707, resources/assets/styles/components/_sib.scss */

  #sib-container {
    padding: 32px 9px;
  }

  /* line 710, resources/assets/styles/components/_sib.scss */

  .form__label-row--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 713, resources/assets/styles/components/_sib.scss */

  .form__label-row--horizontal > * {
    width: 100%;
  }
}

/* line 718, resources/assets/styles/components/_sib.scss */

.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s linear infinite;
       -o-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}

/* line 727, resources/assets/styles/components/_sib.scss */

.sib-loader div:first-child {
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
  top: 29px;
  left: 53px;
}

/* line 733, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(2) {
  -webkit-animation-delay: -.1s;
       -o-animation-delay: -.1s;
          animation-delay: -.1s;
  top: 18px;
  left: 50px;
}

/* line 739, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(3) {
  -webkit-animation-delay: -.2s;
       -o-animation-delay: -.2s;
          animation-delay: -.2s;
  top: 9px;
  left: 41px;
}

/* line 745, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(4) {
  -webkit-animation-delay: -.3s;
       -o-animation-delay: -.3s;
          animation-delay: -.3s;
  top: 6px;
  left: 29px;
}

/* line 751, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(5) {
  -webkit-animation-delay: -.4s;
       -o-animation-delay: -.4s;
          animation-delay: -.4s;
  top: 9px;
  left: 18px;
}

/* line 757, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(6) {
  -webkit-animation-delay: -.5s;
       -o-animation-delay: -.5s;
          animation-delay: -.5s;
  top: 18px;
  left: 9px;
}

/* line 763, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(7) {
  -webkit-animation-delay: -.6s;
       -o-animation-delay: -.6s;
          animation-delay: -.6s;
  top: 29px;
  left: 6px;
}

/* line 769, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(8) {
  -webkit-animation-delay: -.7s;
       -o-animation-delay: -.7s;
          animation-delay: -.7s;
  top: 41px;
  left: 9px;
}

/* line 775, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(9) {
  -webkit-animation-delay: -.8s;
       -o-animation-delay: -.8s;
          animation-delay: -.8s;
  top: 50px;
  left: 18px;
}

/* line 781, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(10) {
  -webkit-animation-delay: -.9s;
       -o-animation-delay: -.9s;
          animation-delay: -.9s;
  top: 53px;
  left: 29px;
}

/* line 787, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(11) {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
  top: 50px;
  left: 41px;
}

/* line 793, resources/assets/styles/components/_sib.scss */

.sib-loader div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

/* line 799, resources/assets/styles/components/_sib.scss */

.entry__choice label p {
  display: inline;
}

@-webkit-keyframes loader {
  0%, 20%, 80%, to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-o-keyframes loader {
  0%, 20%, 80%, to {
    -o-transform: scale(1);
       transform: scale(1);
  }

  50% {
    -o-transform: scale(1.5);
       transform: scale(1.5);
  }
}

@keyframes loader {
  0%, 20%, 80%, to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media screen and (max-width: 400px) {
  /* line 813, resources/assets/styles/components/_sib.scss */

  #sib-container {
    padding: 32px 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 819, resources/assets/styles/components/_sib.scss */

  .sib-image-form-block img {
    height: auto !important;
  }
}

/* line 824, resources/assets/styles/components/_sib.scss */

.progress-indicator {
  background: transparent;
}

/* line 828, resources/assets/styles/components/_sib.scss */

.sib-hide-loader-icon {
  display: none;
}

/* line 832, resources/assets/styles/components/_sib.scss */

.sib-form ::-webkit-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

/* line 837, resources/assets/styles/components/_sib.scss */

.sib-form ::-moz-placeholder {
  color: #c0ccda;
  opacity: 1;
}

/* line 842, resources/assets/styles/components/_sib.scss */

.sib-form :-ms-input-placeholder,
.sib-form ::-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

/* line 847, resources/assets/styles/components/_sib.scss */

.sib-form ::-webkit-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::-moz-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::placeholder {
  color: #c0ccda;
  opacity: 1;
}

/* line 852, resources/assets/styles/components/_sib.scss */

.sib-form .sib-form_fieldset {
  display: table-row-group;
}

/* line 856, resources/assets/styles/components/_sib.scss */

.sib-form .fieldset__separator {
  display: table-row;
}

/* line 860, resources/assets/styles/components/_sib.scss */

.sib-form .fieldset__separator:after,
.sib-form .fieldset__separator:before {
  background: #c0ccda;
  background-clip: padding-box;
  border: solid transparent;
  border-width: calc(4rem - 1px) 0 4rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  display: table-cell;
  height: 1px;
}

/* line 872, resources/assets/styles/components/_sib.scss */

.sib-form .form__fieldset {
  border: 0;
  display: table-row;
  padding: 0;
}

/* line 878, resources/assets/styles/components/_sib.scss */

.sib-form .form__fieldset:first-child .form__entries,
.sib-form .form__fieldset:first-child .form__legend {
  padding-top: 0;
}

/* line 882, resources/assets/styles/components/_sib.scss */

.sib-form .form__entries,
.sib-form .form__legend {
  display: table-cell;
  margin: 0;
  padding-top: 4rem;
  vertical-align: top;
}

/* line 889, resources/assets/styles/components/_sib.scss */

.sib-form .form__legend {
  font-size: 1.14869835rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-right: 2.5rem;
}

@media (max-width: 45rem) {
  /* line 897, resources/assets/styles/components/_sib.scss */

  .sib-form .fieldset__separator,
  .sib-form .form__entries,
  .sib-form .form__fieldset,
  .sib-form .form__legend,
  .sib-form .sib-form_fieldset {
    display: block;
  }

  /* line 900, resources/assets/styles/components/_sib.scss */

  .sib-form .form__legend {
    padding-bottom: .5rem;
    padding-right: 0;
  }

  /* line 904, resources/assets/styles/components/_sib.scss */

  .sib-form .form__entries {
    padding-top: 0;
  }

  /* line 907, resources/assets/styles/components/_sib.scss */

  .sib-form .fieldset__separator {
    border: 0;
  }
}

/* line 912, resources/assets/styles/components/_sib.scss */

.sib-form .form__entry {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 919, resources/assets/styles/components/_sib.scss */

.sib-form .form__entry:not(:first-child) {
  margin-top: 1.5rem;
}

/* line 923, resources/assets/styles/components/_sib.scss */

.sib-form .entry__label + .form__entry {
  margin-top: 0;
}

/* line 927, resources/assets/styles/components/_sib.scss */

.sib-form .entry__label {
  display: table;
  font-weight: 700;
  padding: 0;
  white-space: normal;
}

/* line 934, resources/assets/styles/components/_sib.scss */

.sib-form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -.25rem -.75rem;
}

/* line 942, resources/assets/styles/components/_sib.scss */

.sib-form .form__row:not(:first-child) {
  margin-top: 1.25rem;
}

/* line 946, resources/assets/styles/components/_sib.scss */

.sib-form .entry__label + .form__row {
  margin-top: -.25rem;
}

/* line 950, resources/assets/styles/components/_sib.scss */

.sib-form .form__row > .form__entry {
  margin: .25rem .75rem;
}

/* line 954, resources/assets/styles/components/_sib.scss */

.sib-form .entry__optional-indicator {
  color: #687484;
  font-size: .87055056rem;
  line-height: 1rem;
  font-weight: 400;
}

/* line 961, resources/assets/styles/components/_sib.scss */

.sib-form .entry__field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: .25rem 0;
  max-width: 100%;
}

/* line 973, resources/assets/styles/components/_sib.scss */

.sib-form .entry__field:focus-within {
  -webkit-box-shadow: 0 0 0 2px #c9e1f4;
          box-shadow: 0 0 0 2px #c9e1f4;
}

/* line 977, resources/assets/styles/components/_sib.scss */

.sib-form .input,
.sib-form .input__affix {
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
}

/* line 984, resources/assets/styles/components/_sib.scss */

.sib-form .input,
.sib-form .input__button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: inherit;
  outline: 0;
}

/* line 991, resources/assets/styles/components/_sib.scss */

.sib-form .input__affix {
  color: #687484;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 997, resources/assets/styles/components/_sib.scss */

.sib-form .input__button {
  cursor: pointer;
  padding: 0 .5rem;
}

/* line 1002, resources/assets/styles/components/_sib.scss */

.sib-form .input__button[type=submit] {
  border-bottom-left-radius: 0;
  border-left: 1px solid #c0ccda;
  border-top-left-radius: 0;
  color: inherit;
  margin-left: .5rem;
}

/* line 1010, resources/assets/styles/components/_sib.scss */

.sib-form .input__button .sib-icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

/* line 1016, resources/assets/styles/components/_sib.scss */

.sib-form textarea.input {
  padding: calc(.5rem - 1px);
}

/* line 1020, resources/assets/styles/components/_sib.scss */

.sib-form select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.1 167'%3E%3Cpath d='M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z' fill='%233c4858'/%3E%3C/svg%3E");
  background-position: right .65em top 50%;
  background-repeat: no-repeat;
  background-size: .65em auto;
}

/* line 1030, resources/assets/styles/components/_sib.scss */

.sib-form select.input:first-child,
.sib-form select.input:last-child {
  padding-right: calc(2rem - 1px);
}

/* line 1034, resources/assets/styles/components/_sib.scss */

.sib-form .form__row .entry__field,
.sib-form .sib-entry_block .entry__field,
.sib-form .sib-form_block .entry__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1039, resources/assets/styles/components/_sib.scss */

.sib-form .form__row .input,
.sib-form .sib-entry_block .input,
.sib-form .sib-form_block .input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 1044, resources/assets/styles/components/_sib.scss */

.sib-form .sib-entry_phrasing,
.sib-form .sib-entry_phrasing .entry__label,
.sib-form .sib-entry_phrasing .entry__specification {
  display: inline-block;
}

/* line 1048, resources/assets/styles/components/_sib.scss */

.sib-form .sib-entry_phrasing .entry__label {
  font-weight: 400;
}

/* line 1052, resources/assets/styles/components/_sib.scss */

.sib-form .sib-entry_errored {
  margin-left: -.5rem;
  padding-left: .5rem;
}

/* line 1057, resources/assets/styles/components/_sib.scss */

.sib-form .sib-entry_errored:before {
  background: #ff4949;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: .25rem;
}

/* line 1067, resources/assets/styles/components/_sib.scss */

.sib-form .entry__error,
.sib-form .entry__label,
.sib-form .entry__specification,
.sib-form .form__error {
  max-width: 40em;
}

/* line 1071, resources/assets/styles/components/_sib.scss */

.sib-form .entry__error,
.sib-form .entry__specification,
.sib-form .form__error {
  display: block;
}

/* line 1075, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choice + .entry__error,
.sib-form .entry__choice + .entry__specification,
.sib-form .entry__error + .entry__error,
.sib-form .entry__error + .entry__specification,
.sib-form .entry__specification + .entry__error,
.sib-form .entry__specification + .entry__specification {
  margin-top: .5rem;
}

/* line 1079, resources/assets/styles/components/_sib.scss */

.sib-form .entry__error {
  color: #ff4949;
  font-size: .87055056rem;
  line-height: 1rem;
}

/* line 1085, resources/assets/styles/components/_sib.scss */

.sib-form .entry__specification {
  color: #687484;
  margin: 0;
}

/* line 1090, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* line 1095, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choice .checkbox,
.sib-form .entry__choice .radio-button {
  margin-right: .5em;
}

/* line 1099, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choice .sib-toggletip {
  text-indent: 0;
}

/* line 1103, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choice:not(:first-child) {
  margin-top: .5rem;
}

/* line 1107, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choices.menu {
  margin-top: 2px;
  max-height: 20rem;
  overflow: auto;
  padding: .5rem;
}

/* line 1114, resources/assets/styles/components/_sib.scss */

.sib-form .checkbox,
.sib-form .radio-button {
  background: #fff;
  border: 1px solid #687484;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -.125em;
  width: 1em;
  position: relative;
}

/* line 1125, resources/assets/styles/components/_sib.scss */

.sib-form .checkbox {
  border-radius: 3px;
}

/* line 1129, resources/assets/styles/components/_sib.scss */

.sib-form .radio-button {
  border-radius: 50%;
}

/* line 1133, resources/assets/styles/components/_sib.scss */

.sib-form .radio-button:before {
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

/* line 1143, resources/assets/styles/components/_sib.scss */

.sib-form .checkbox_tick_negative:after,
.sib-form .checkbox_tick_negative:before {
  border: solid #fff;
  border-width: 0 0 0 2px;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
}

/* line 1154, resources/assets/styles/components/_sib.scss */

.sib-form .checkbox_tick_negative:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}

/* line 1159, resources/assets/styles/components/_sib.scss */

.sib-form .checkbox_tick_negative:before,
.sib-form .checkbox_tick_positive:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

/* line 1164, resources/assets/styles/components/_sib.scss */

.sib-form .checkbox_tick_positive:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 1px;
  content: "";
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 1px;
  -webkit-transform-origin: 80% 45%;
  -o-transform-origin: 80% 45%;
     transform-origin: 80% 45%;
  width: 50%;
}

/* line 1179, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 1185, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #13ce66;
  border-color: #13ce66;
}

/* line 1190, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:checked + .checkbox_tick_negative {
  background: #ff4949;
  border-color: #ff4949;
}

/* line 1195, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:checked + .radio-button {
  border-color: #0092ff;
}

/* line 1199, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:checked + .radio-button:before {
  background: #0092ff;
}

/* line 1203, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:indeterminate + .checkbox {
  background: #fff;
  border-color: #687484;
}

/* line 1208, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:indeterminate + .checkbox:before {
  background: #687484;
  border: 0;
  content: "";
  height: 2px;
  left: 2px;
  margin: -1px 0 0;
  position: absolute;
  right: 2px;
  -webkit-transform: none;
  -o-transform: none;
     transform: none;
  top: 50%;
  width: auto;
}

/* line 1223, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:indeterminate + .checkbox:after {
  content: normal;
}

/* line 1227, resources/assets/styles/components/_sib.scss */

.sib-form .input_replaced:active + .checkbox,
.sib-form .input_replaced:active + .radio-button,
.sib-form .input_replaced:focus + .checkbox,
.sib-form .input_replaced:focus + .radio-button {
  -webkit-box-shadow: 0 0 0 2px #c9e1f4;
          box-shadow: 0 0 0 2px #c9e1f4;
}

/* line 1231, resources/assets/styles/components/_sib.scss */

.sib-form .choice__form {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 1237, resources/assets/styles/components/_sib.scss */

.sib-form .choice__form[disabled] {
  display: none;
}

/* line 1241, resources/assets/styles/components/_sib.scss */

.sib-form .entry__choice + .choice__form {
  border-left: 2px solid #c0ccda;
  margin-left: calc(.5em - 1px);
  padding: 0.5rem calc(.5rem + .5em - 1px);
}

/* line 1247, resources/assets/styles/components/_sib.scss */

.sib-form ::-ms-reveal {
  display: none;
}

/* line 1251, resources/assets/styles/components/_sib.scss */

.sib-form ::-webkit-inner-spin-button,
.sib-form ::-webkit-search-decoration {
  display: none;
}

/* line 1255, resources/assets/styles/components/_sib.scss */

.sib-form [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 1261, resources/assets/styles/components/_sib.scss */

.sib-form .input[readonly] {
  background-color: #f9fafc;
}

/* line 1265, resources/assets/styles/components/_sib.scss */

.sib-form .input[type=text] + .input__password-toggler {
  color: #0092ff;
}

/* line 1269, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-input-icon {
  display: none;
}

/* line 1273, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-dropdown-menu {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(.5rem - 1px) 0;
}

/* line 1286, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

/* line 1292, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

/* line 1296, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-dropdown-menu em {
  font-style: normal;
  font-weight: 700;
}

/* line 1301, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-input {
  padding-right: .5rem;
}

/* line 1305, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-suggestion {
  cursor: default;
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: .5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1317, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-nostyle-cursor,
.sib-form .sib-ap-nostyle-suggestion:focus,
.sib-form .sib-ap-nostyle-suggestion:hover {
  background: #eff2f7;
}

/* line 1321, resources/assets/styles/components/_sib.scss */

.sib-form .sib-ap-footer {
  display: none;
}

/* line 1325, resources/assets/styles/components/_sib.scss */

.sib-form .menu {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(.5rem - 1px) 0;
}

/* line 1336, resources/assets/styles/components/_sib.scss */

.sib-form .menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

/* line 1342, resources/assets/styles/components/_sib.scss */

.sib-form .menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

/* line 1346, resources/assets/styles/components/_sib.scss */

.sib-form .menu__content,
.sib-form .menu__heading {
  padding: 0;
  margin: 1rem;
}

/* line 1351, resources/assets/styles/components/_sib.scss */

.sib-form .menu__content:first-child,
.sib-form .menu__heading:first-child {
  margin-top: .5rem;
}

/* line 1355, resources/assets/styles/components/_sib.scss */

.sib-form .menu__content:last-child,
.sib-form .menu__heading:last-child {
  margin-bottom: .5rem;
}

/* line 1359, resources/assets/styles/components/_sib.scss */

.sib-form .menu__heading {
  font-size: 1.31950791rem;
  line-height: 1.5rem;
  font-weight: 400;
}

/* line 1365, resources/assets/styles/components/_sib.scss */

.sib-form .menu__content {
  list-style: none;
}

/* line 1369, resources/assets/styles/components/_sib.scss */

.sib-form .menu__icon {
  color: #8492a6;
  height: 1em;
  vertical-align: -.125em;
  width: 1em;
  margin-right: .5rem;
}

/* line 1377, resources/assets/styles/components/_sib.scss */

.sib-form .menu__control {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: .5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1388, resources/assets/styles/components/_sib.scss */

.sib-form .menu__control:focus,
.sib-form .menu__control:hover {
  background: #eff2f7;
}

/* line 1392, resources/assets/styles/components/_sib.scss */

.sib-form .menu__divider {
  border: 0;
  border-top: 1px solid #c0ccda;
  margin: .5rem 0;
}

/* line 1398, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button,
.sib-form .clickable_link {
  font: inherit;
  margin: 0;
}

/* line 1403, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button.sib-collapsible__trigger:before,
.sib-form .clickable_link.sib-collapsible__trigger:before {
  border-left: .25rem solid transparent;
  border-right: .25rem solid transparent;
  border-bottom: 0;
  border-top: .25rem solid;
  content: "";
  float: right;
  margin: .625rem 0 0 .25em;
}

/* line 1413, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button.sib-collapsible__trigger_toggled:before,
.sib-form .clickable_link.sib-collapsible__trigger_toggled:before {
  border-bottom: .25rem solid;
  border-top: 0;
}

/* line 1418, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button:not([disabled]),
.sib-form .clickable_link:not([disabled]) {
  cursor: pointer;
}

/* line 1422, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button {
  background: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  outline: 0;
  padding: calc(.5rem - 1px) calc(1rem - 1px);
  text-decoration: none;
}

/* line 1433, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button.sib-collapsible__trigger {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1440, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button[disabled] {
  opacity: .5;
}

/* line 1444, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button:focus {
  -webkit-box-shadow: 0 0 0 2px #c9e1f4;
          box-shadow: 0 0 0 2px #c9e1f4;
}

/* line 1448, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_button:focus:not([disabled]),
.sib-form .clickable_button:hover:not([disabled]) {
  background: #007cd9;
  border-color: #007cd9;
}

/* line 1453, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_ghost {
  background: none;
  border-color: #c0ccda;
  color: #3c4858;
}

/* line 1459, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_ghost:focus:not([disabled]),
.sib-form .clickable_ghost:hover:not([disabled]) {
  background: none;
  border-color: #8492a6;
}

/* line 1464, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_dropdown {
  display: inline-block;
  position: relative;
}

/* line 1469, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_dropdown .menu {
  margin-top: 2px;
}

/* line 1473, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_dropdown .menu_left {
  left: 0;
}

/* line 1477, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_dropdown .menu_right {
  right: 0;
}

/* line 1481, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_block {
  width: 100%;
}

/* line 1485, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_cta {
  border-radius: 9999em;
}

/* line 1489, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_link {
  background: none;
  border: 0;
  color: #0092ff;
  display: inline;
  padding: 0;
  text-decoration: none;
}

/* line 1498, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_link:focus,
.sib-form .clickable_link:hover {
  color: #007cd9;
  text-decoration: underline;
}

/* line 1503, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_link:focus {
  outline: 0;
}

/* line 1507, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_sneaky,
.sib-form .clickable_sneaky:focus,
.sib-form .clickable_sneaky:hover {
  color: inherit;
}

/* line 1511, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_plan {
  color: #0092ff;
}

/* line 1515, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_plan:focus,
.sib-form .clickable_plan:hover {
  color: #007cd9;
}

/* line 1519, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_destructive {
  background: #ff4949;
  border-color: #ff4949;
}

/* line 1524, resources/assets/styles/components/_sib.scss */

.sib-form .clickable_destructive:focus:not([disabled]),
.sib-form .clickable_destructive:hover:not([disabled]) {
  background: #d93e3e;
  border-color: #d93e3e;
}

/* line 1529, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 1536, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__group .clickable_button:focus,
.sib-form .clickable__group .clickable_button:hover {
  position: relative;
}

/* line 1540, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__group .clickable_button:not(:first-child),
.sib-form .clickable__group .clickable_dropdown:not(:first-child) .clickable_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

/* line 1546, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__group > .clickable_button:not(:last-child),
.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1551, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link,
.sib-form .clickable__group > .clickable_link:not(:last-child) {
  margin-right: 1.5em;
  position: relative;
}

/* line 1556, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link:after,
.sib-form .clickable__group > .clickable_link:not(:last-child):after {
  background: #c0ccda;
  border-radius: 50%;
  content: "";
  cursor: auto;
  display: inline-block;
  height: .25rem;
  pointer-events: none;
  position: absolute;
  right: -.9em;
  top: .7em;
  width: .25rem;
}

/* line 1570, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

/* line 1576, resources/assets/styles/components/_sib.scss */

.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(.7002rem - 1px);
}

/* line 1580, resources/assets/styles/components/_sib.scss */

.sib-form .progress-indicator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 1592, resources/assets/styles/components/_sib.scss */

.sib-form .progress-indicator .progress-indicator__icon {
  fill: #0092ff;
  height: 2rem;
  width: 2rem;
}

/* line 1598, resources/assets/styles/components/_sib.scss */

.sib-form .progress-indicator_small .progress-indicator__icon {
  height: 1rem;
  width: 1rem;
}

/* line 1603, resources/assets/styles/components/_sib.scss */

.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
  -o-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
     animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
}

@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-o-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}

@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dfe5ba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #c4cf7f;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #d6dea7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #d6dea7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ced7eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a5b5da;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #bcc8e4;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bcc8e4;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* line 15, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item {
  margin-bottom: 25px;
}

/* line 19, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item .banner_sidebar_image img {
  margin-bottom: 15px;
}

/* line 24, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item .btn {
  height: 46px;
}

/* line 28, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic {
  background-color: #212a3f;
  padding-top: 24px;
  border-radius: 5px;
}

/* line 33, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic p {
  color: #fff;
}

/* line 37, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .statistic__header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 18px;
}

/* line 45, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .statistic__header p {
  font-weight: 700;
  font-size: 16px;
}

/* line 50, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .statistic__header .btn {
  height: auto;
  padding: 2px 5px;
  background-color: #ff9c5d;
  color: #fff;
}

/* line 56, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .statistic__header .btn .icon {
  margin-right: 5px;
}

/* line 63, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .titles .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 18px;
}

/* line 70, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .titles .btn {
  padding: 2px 5px;
  height: 30px;
  background-color: #749efb;
  border: none;
}

/* line 76, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .titles .btn:hover {
  color: #fff;
}

/* line 80, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .titles .btn.active {
  background-color: rgba(116, 158, 251, 0.4);
  color: #fff;
}

/* line 87, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .collapsible {
  -webkit-animation: fade-in 400ms ease;
       -o-animation: fade-in 400ms ease;
          animation: fade-in 400ms ease;
}

/* line 90, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .collapsible:not(.show) {
  display: none;
}

/* line 95, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .additional-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 18px;
}

/* line 102, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .additional-data .additional__item {
  padding: 12px 0 16px;
}

/* line 106, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .additional-data p {
  font-size: 11px;
}

/* line 109, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .additional-data p:first-child {
  margin-bottom: 3px;
}

/* line 113, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .additional-data p:last-child {
  font-weight: 700;
}

/* line 119, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table-responsive {
  background-color: #eff2f6;
  padding: 18px;
}

/* line 124, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table {
  margin-bottom: 0;
}

/* line 128, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table tr:not(:last-child) {
  border-bottom: 1px solid rgba(33, 42, 63, 0.17);
}

/* line 133, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table th,
.sidebar__item--statistic .table td {
  padding: 5px 10px;
  color: #212a3f;
}

/* line 138, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table th:not(:last-child),
.sidebar__item--statistic .table td:not(:last-child) {
  border-right: 1px solid rgba(33, 42, 63, 0.17);
}

/* line 143, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table th {
  font-size: 11px;
  border-top: none;
}

/* line 148, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item--statistic .table td {
  font-size: 12px;
}

/* line 155, resources/assets/styles/layouts/_sidebar.scss */

.sidebar__item__heading {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* line 169, resources/assets/styles/layouts/_sidebar.scss */

.card__container .ml-form-embedWrapper.embedForm {
  background: transparent !important;
}

/* line 172, resources/assets/styles/layouts/_sidebar.scss */

.card__container .ml-form-embedBody {
  padding: 0 10px 0 10px !important;
}

/* line 177, resources/assets/styles/layouts/_sidebar.scss */

.card__container--purple .card__header .item__type {
  background-color: #7d357d;
}

/* line 182, resources/assets/styles/layouts/_sidebar.scss */

.card__container--purple #mlb2-5783842.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #7d357d !important;
}

/* line 185, resources/assets/styles/layouts/_sidebar.scss */

.card__container--purple #mlb2-5783842.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #333 !important;
}

/* line 190, resources/assets/styles/layouts/_sidebar.scss */

.card__container--purple .card__body {
  background-color: #eae2ea;
}

/* line 197, resources/assets/styles/layouts/_sidebar.scss */

.card__container--purple .custom__radio input[type="radio"]:checked ~ label::after {
  background-color: #7d357d;
}

/* line 204, resources/assets/styles/layouts/_sidebar.scss */

.card__container--purple .custom__radio label::before {
  background-color: #b494b4;
  border-color: rgba(180, 148, 180, 0.6);
}

/* line 214, resources/assets/styles/layouts/_sidebar.scss */

.card__container--blue .card__header .item__type {
  background-color: #5171b7;
}

/* line 219, resources/assets/styles/layouts/_sidebar.scss */

.card__container--blue #mlb2-5783842.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #5171b7 !important;
}

/* line 222, resources/assets/styles/layouts/_sidebar.scss */

.card__container--blue #mlb2-5783842.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #333 !important;
}

/* line 227, resources/assets/styles/layouts/_sidebar.scss */

.card__container--blue .btn {
  border-color: #5171b7 !important;
  background-color: #5171b7 !important;
  color: #fff !important;
}

/* line 232, resources/assets/styles/layouts/_sidebar.scss */

.card__container--blue .btn:hover {
  border-color: #5171b7 !important;
  background-color: #fff !important;
  color: #5171b7 !important;
}

/* line 239, resources/assets/styles/layouts/_sidebar.scss */

.card__container--blue .card__body {
  background-color: #eff2f6;
}

/* line 245, resources/assets/styles/layouts/_sidebar.scss */

.card__item {
  border-radius: 5px;
}

/* line 248, resources/assets/styles/layouts/_sidebar.scss */

.card__item .sidebar__item__heading {
  padding: 20px;
  font-size: 14px;
}

/* line 255, resources/assets/styles/layouts/_sidebar.scss */

.card__header .item__type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 35px;
  border-radius: 3px 3px 0 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/* line 266, resources/assets/styles/layouts/_sidebar.scss */

.card__body {
  padding: 25px 15px;
  border-radius: 0 5px 5px;
  overflow: hidden;
}

/* line 271, resources/assets/styles/layouts/_sidebar.scss */

.card__body .form-group {
  padding: 0 10px;
}

/* line 275, resources/assets/styles/layouts/_sidebar.scss */

.card__body .buttons {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

/* line 282, resources/assets/styles/layouts/_sidebar.scss */

.card__body .buttons .btn:not(.loading) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  border-radius: 3px;
}

/* line 287, resources/assets/styles/layouts/_sidebar.scss */

.card__body .buttons .btn:not(:last-child) {
  margin-right: 10px;
}

/* line 293, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}

/* line 297, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .card__heading {
  color: #222;
  text-align: center;
  margin-bottom: 15px;
}

/* line 303, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form #sib-container {
  padding: 0;
  background: none;
}

/* line 308, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .sib-form-block {
  padding: 0;
}

/* line 312, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .form-group {
  margin: 0 0 10px;
  border: none;
  padding: 0;
  border-radius: 0;
}

/* line 319, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .form-control {
  padding: 10px;
  color: #bbb;
  height: auto;
  width: 100%;
}

/* line 325, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .form-control::-webkit-input-placeholder {
  color: #bbb;
}

.card__body .sib-form .form-control::-moz-placeholder {
  color: #bbb;
}

.card__body .sib-form .form-control::-ms-input-placeholder {
  color: #bbb;
}

.card__body .sib-form .form-control::placeholder {
  color: #bbb;
}

/* line 329, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .form-control:first-child {
  padding: 10px;
}

/* line 334, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .btn {
  margin-top: 10px;
  height: auto;
}

/* line 338, resources/assets/styles/layouts/_sidebar.scss */

.card__body .sib-form .btn.loading {
  height: 40px;
}

/* line 345, resources/assets/styles/layouts/_sidebar.scss */

.card__body .mc4wp-response p {
  font-size: 14px;
  margin-top: 10px;
}

/* line 352, resources/assets/styles/layouts/_sidebar.scss */

.card__image {
  margin: -25px -15px 20px;
}

/* line 357, resources/assets/styles/layouts/_sidebar.scss */

.sidebar .post__image {
  position: relative;
}

/* line 360, resources/assets/styles/layouts/_sidebar.scss */

.sidebar .post__image svg {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 370, resources/assets/styles/layouts/_sidebar.scss */

.card__heading {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 15px;
}

/* line 378, resources/assets/styles/layouts/_sidebar.scss */

.weather-sidebar {
  padding: 10px;
}

/* line 382, resources/assets/styles/layouts/_sidebar.scss */

.weather__header {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 390, resources/assets/styles/layouts/_sidebar.scss */

.weather__header .weather__title {
  margin-bottom: 0;
}

/* line 395, resources/assets/styles/layouts/_sidebar.scss */

.weather__link {
  color: #8f9dcf;
}

/* line 398, resources/assets/styles/layouts/_sidebar.scss */

.weather__link:hover {
  color: #8f9dcf;
}

/* line 403, resources/assets/styles/layouts/_sidebar.scss */

.weather__city {
  display: grid;
  grid-template-columns: 40px 1fr 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

/* line 409, resources/assets/styles/layouts/_sidebar.scss */

.weather__city .city__name {
  margin-bottom: 0;
}

/* line 413, resources/assets/styles/layouts/_sidebar.scss */

.weather__city p {
  --max-font: 16;
}

/* line 417, resources/assets/styles/layouts/_sidebar.scss */

.weather__city .icon {
  width: 30px;
}

/* line 421, resources/assets/styles/layouts/_sidebar.scss */

.weather__city:not(:last-child) {
  margin-bottom: 10px;
}

/* line 426, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products {
  margin-top: 40px;
}

/* line 429, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_wrapper {
  border: 1px solid #C0D72F;
  position: relative;
  min-height: 320px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  border-radius: 8px;
  height: 100%;
}

/* line 441, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info {
  padding-left: 11px;
  padding-right: 14px;
  padding-top: 10px;
}

/* line 446, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .discount {
  border-radius: 7px 0 7px;
  background-color: #FF7B31;
  padding: 5px 11px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 454, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .discount span {
  font-size: 16px;
  color: white;
  font-weight: 700;
  line-height: 19.5px;
}

/* line 462, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .title {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  color: #283143;
}

/* line 469, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .title.title_simple {
  margin-bottom: 26px;
}

/* line 475, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .price .price_primary {
  display: block;
  margin-bottom: 5px;
  color: #C0D72F;
  font-size: 10px;
  line-height: 12.19px;
  font-weight: 500;
}

/* line 483, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .price .price_primary + .price_regular {
  color: #283143;
}

/* line 488, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .price .price_sale {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  color: #283143;
  text-decoration: line-through;
}

/* line 498, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_info .price .price_regular {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  color: #283143;
}

/* line 510, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .product_image img {
  margin-bottom: 24px;
}

/* line 515, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .favorite_products-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  color: #283143;
  margin-bottom: 20px;
}

/* line 523, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .add_to_cart {
  background-color: #C0D72F;
  text-align: center;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

/* line 530, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .add_to_cart button {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  padding: 8px;
  color: #283143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

/* line 548, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .add_to_cart svg {
  margin-right: 15px;
}

/* line 551, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .add_to_cart svg path {
  fill: black;
}

/* line 556, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .add_to_cart a {
  border-radius: 0 0 6px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  padding: 8px;
  color: #283143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 575, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products #favorite_product .splide__pagination {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* line 582, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: unset;
       -o-transform: unset;
          transform: unset;
}

/* line 590, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .splide__arrows .splide__arrow {
  position: absolute;
  outline: none;
  border: none;
  background: #DCE1C0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

/* line 599, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .splide__arrows .splide__arrow--prev {
  left: -55px;
}

/* line 603, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products .splide__arrows .splide__arrow--next {
  right: -55px;
}

/* line 610, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.pet .favorite_product_slide {
  margin-bottom: 40px;
}

/* line 614, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.pet .splide__pagination {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 622, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.category_products .favorite_product_slide {
  margin-bottom: 40px;
}

/* line 626, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.category_products .splide__pagination {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 632, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.category_products .product_wrapper {
  border: none;
}

/* line 635, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.category_products .product_wrapper .product_image {
  margin-bottom: 35px;
}

/* line 640, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.category_products .product_wrapper .price .price_regular {
  color: #0F1833;
}

/* line 646, resources/assets/styles/layouts/_sidebar.scss */

.favorite_products.category_products .product_wrapper .add_to_cart a {
  padding: 13px;
}

/* line 659, resources/assets/styles/layouts/_sidebar.scss */

#pet_program #pet_program-list > article > .product_wrapper {
  border: 0 !important;
}

/* line 662, resources/assets/styles/layouts/_sidebar.scss */

#pet_program #pet_program-list > article > .product_wrapper > .product_info {
  border: 1px solid #C0D72F;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 670, resources/assets/styles/layouts/_sidebar.scss */

#pet_program .product_wrapper {
  display: block;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  /* line 676, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products {
    overflow: hidden;
  }

  /* line 680, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products .splide__arrows .splide__arrow {
    background: transparent;
  }

  /* line 683, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products .splide__arrows .splide__arrow.splide__arrow--next {
    right: -40px;
  }

  /* line 687, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -40px;
  }

  /* line 694, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products .product_image img {
    margin-bottom: 0;
    width: 100%;
  }

  /* line 701, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products #pet_program .product_wrapper {
    border: 1px solid #C0D72F;
  }

  /* line 706, resources/assets/styles/layouts/_sidebar.scss */

  .favorite_products .product_wrapper {
    min-height: 280px;
    height: 100%;
  }
}

/* line 1, resources/assets/styles/layouts/_cookie.scss */

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1020;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 10px;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  -o-transition: 250ms -o-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease, 250ms -o-transform ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

/* line 15, resources/assets/styles/layouts/_cookie.scss */

.cookie .cookie__text {
  color: #fff;
}

/* line 18, resources/assets/styles/layouts/_cookie.scss */

.cookie .cookie__text p {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 17;
}

/* line 24, resources/assets/styles/layouts/_cookie.scss */

.cookie .cookie__text a {
  color: #fff;
  text-decoration: underline;
}

/* line 30, resources/assets/styles/layouts/_cookie.scss */

.cookie .btn {
  display: block;
  margin-left: auto;
  padding: 5px 20px;
}

/* line 36, resources/assets/styles/layouts/_cookie.scss */

.cookie.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  /* line 42, resources/assets/styles/layouts/_cookie.scss */

  .cookie {
    grid-template-columns: 1fr;
  }
}

/* line 1, resources/assets/styles/components/_to-top.scss */

.btn--top {
  position: fixed;
  border-radius: 50px;
  right: 30px;
  bottom: 30px;
  padding: 15px;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: #5d7a28;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 250ms all ease;
  -o-transition: 250ms all ease;
  transition: 250ms all ease;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

/* line 16, resources/assets/styles/components/_to-top.scss */

.btn--top:hover {
  background-color: #5d7a28;
}

/* line 20, resources/assets/styles/components/_to-top.scss */

.btn--top.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 1, resources/assets/styles/layouts/_new.scss */

i {
  font-family: FontAwesome;
}

/* line 4, resources/assets/styles/layouts/_new.scss */

.post-type-archive-product .wrap {
  padding-top: 0 !important;
}

/* line 10, resources/assets/styles/layouts/_new.scss */

a {
  text-decoration: none !important;
}

/* line 13, resources/assets/styles/layouts/_new.scss */

.news-background-section.colored {
  padding-bottom: 60px;
  padding-top: 70px;
}

/* line 18, resources/assets/styles/layouts/_new.scss */

.news-background-section:before {
  content: "";
  position: absolute;
  left: -50px;
  background: inherit;
  width: 50px;
  height: 100%;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  /* line 18, resources/assets/styles/layouts/_new.scss */

  .news-background-section:before {
    left: -49px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 18, resources/assets/styles/layouts/_new.scss */

  .news-background-section:before {
    content: "";
    position: absolute;
    left: calc(-100vw + 724px);
    background: inherit;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: -1;
  }
}

/* line 43, resources/assets/styles/layouts/_new.scss */

.news-background-section:after {
  content: "";
  position: absolute;
  right: -50px;
  background: inherit;
  width: 50px;
  height: 100%;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  /* line 43, resources/assets/styles/layouts/_new.scss */

  .news-background-section:after {
    right: -49px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 43, resources/assets/styles/layouts/_new.scss */

  .news-background-section:after {
    content: "";
    position: absolute;
    right: calc(-50vw + 585px);
    background: inherit;
    width: 50vw;
    height: 100%;
    top: 0;
    z-index: -1;
  }
}

/* line 68, resources/assets/styles/layouts/_new.scss */

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 74, resources/assets/styles/layouts/_new.scss */

.title-wrap .title-section {
  margin: 0 0 18px;
  padding: 0 0 5px 0;
  border-bottom: 3px solid #5171b7;
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
}

/* line 84, resources/assets/styles/layouts/_new.scss */

.title-wrap a {
  font-size: 18px;
  font-weight: 700;
  color: #5171b7;
  text-decoration: none !important;
}

/* line 91, resources/assets/styles/layouts/_new.scss */

.title-wrap a:after {
  content: "\F054" !important;
  font-family: FontAwesome;
  position: relative;
  top: 1px;
  color: inherit;
  margin-left: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 101, resources/assets/styles/layouts/_new.scss */

.title-wrap a:hover:after {
  margin-left: 10px;
}

/* line 105, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

/* line 110, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner .img-wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 116, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner .desc {
  padding: 12px;
}

/* line 120, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner .desc .title a h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

/* line 127, resources/assets/styles/layouts/_new.scss */

.news-background-section.colored {
  position: relative;
}

/* line 130, resources/assets/styles/layouts/_new.scss */

.news-background-section.colored .sliders_implement.arrows-simple .splide__arrows .splide__arrow svg * {
  stroke: #fff !important;
}

/* line 135, resources/assets/styles/layouts/_new.scss */

.news-background-section.colored > span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MzZweCIgaGVpZ2h0PSI1NTVweCIgdmlld0JveD0iMCAwIDUzNiA1NTUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zNDguNSw0NjAuNGMtMjAsMC0zNC4zLDE2LjYtMzYuMywzNy44Yy0xLjMsMTMuMyw1LjYsMjEuNSwxMy4zLDIyLjhjNy42LDEuMyw5LjIsNC41LDIsOC4xIGMwLDAtMzUuOCwxNC02MS40LDE0Yy0xMzYuMiwwLTI0Ny41LTExNy42LTI0Ny41LTI1OS42YzAtNTEuMiw4LjctODkuNSwzMy40LTEyOS41YzAsMCwzLjktNTAuMiw4LjUtNTkuOSBDMjIuNywxNDIuNCwwLDIwNC44LDAsMjcyLjhDMCw0MjcsMTI2LjUsNTU1LDI3MC42LDU1NWMzNi4zLDAsODUuMi0xMiwxMDIuOC0zMS4yYzYuNC03LDExLjUtMjIuMyw5LTM1IEMzNzguNyw0NzAuMSwzNjguNiw0NjAuNCwzNDguNSw0NjAuNCBNMjczLjYsMEMyMTMuOSwwLDE2MCwyMi42LDExNC44LDU2LjZjLTEzLjcsMTAuMywwLjcsMzguNCwwLjcsMzguNCBjNDMuNS0zOSwxMDAuMy02Mi41LDE2Mi41LTYyLjVjMTM3LDAsMjM5LDExOC4zLDIzOSwyNTkuN2MwLDUyLjUtMTMuOSw5Mi4xLTQwLjIsMTMyLjdjLTMuNiw1LjYtMjAuNywzMi45LTM5LjgsMjAuNyBjLTEwLjYtNi44LTE4LjMtMTkuOS0yMi4yLTM2LjZjLTExLjMtNDguNS00LjctOTEuMi02NC4yLTE0N2MtNjcuNy02My41LTEwOC4yLTYzLjUtMTY1LjYtODcuMkMxMTYuMiwxNDYuMyw4Mi4zLDk1LjUsOTcsNjkuNSBjLTEzLjQsMjAuOC00My4zLDEyMC4yLDI2LjMsMjQ2LjNjNjkuNiwxMjYuMSwyMTYuMiwxMTAuNiwyMjcuNSwxMTQuNGMtMzItMjMuMy0xOTAuNC0xNDQuMy0yMTIuNS0yMjYuOSBjMzMuOSw3Ny40LDIwMy4xLDIwOS41LDI1OS41LDIzOC42YzE0LjMsNy40LDI2LjQsMTIuNywzNi43LDE1LjljMTMuMyw0LDIzLjQsMy4yLDIzLjQsMy4yYzEwLjIsMCwyMy0xMi4zLDMwLjktMjQuMiBjMjkuOC00NSw0Ny4yLTk5LjksNDcuMi0xNTlDNTM2LDEyNC40LDQxOC41LDAsMjczLjYsMCI+PC9wYXRoPjwvc3ZnPg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  -webkit-transform: translateX(-15%);
       -o-transform: translateX(-15%);
          transform: translateX(-15%);
}

/* line 150, resources/assets/styles/layouts/_new.scss */

.colored .simple-news-single-inner .desc .title a h3 {
  color: #fff;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 155, resources/assets/styles/layouts/_new.scss */

.colored .simple-news-single-inner .desc .title a:hover h3 {
  color: #c0d72f;
}

/* line 159, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner .desc .category {
  line-height: 16px;
}

/* line 163, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner .desc .date,
.simple-news-single-inner .desc .date p {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #aaaaaa;
}

/* line 171, resources/assets/styles/layouts/_new.scss */

.simple-news-single-inner .desc .category-link {
  color: #749efb;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
}

/* line 179, resources/assets/styles/layouts/_new.scss */

.colored .simple-news-single-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 183, resources/assets/styles/layouts/_new.scss */

.colored .slick-prev:before,
.colored .slick-next:before {
  color: #fff;
  opacity: 1;
}

/* line 189, resources/assets/styles/layouts/_new.scss */

.main-inner > div {
  margin-bottom: 30px;
}

/* line 193, resources/assets/styles/layouts/_new.scss */

.section-title-and-link,
.space {
  margin-bottom: 0 !important;
}

/* line 198, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 203, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left {
  border-radius: 5px;
  overflow: hidden;
}

/* line 208, resources/assets/styles/layouts/_new.scss */

.colored .section-one-big-three-small-inner .left {
  border-radius: 0;
}

/* line 212, resources/assets/styles/layouts/_new.scss */

.colored .section-one-big-three-small-inner {
  border-radius: 5px;
  overflow: hidden;
}

/* line 217, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner > div {
  width: 50%;
}

/* line 221, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background {
  padding: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* line 228, resources/assets/styles/layouts/_new.scss */

.colored .section-one-big-three-small-inner .right-with-background {
  padding: 24px 24px;
}

/* line 232, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .simple-news-single-inner .desc .title a h3 {
  margin: 0;
}

/* line 236, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 240, resources/assets/styles/layouts/_new.scss */

.col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner > a {
  width: 40%;
  position: relative;
}

/* line 245, resources/assets/styles/layouts/_new.scss */

.col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner > .desc {
  width: 60%;
}

/* line 249, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner > a {
  width: 40%;
  position: relative;
}

/* line 253, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner > .desc {
  width: 60%;
  position: relative;
}

/* line 258, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 266, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* line 273, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner > .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 279, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .simple-news-single-inner .desc .date p {
  margin: 3px 0 0;
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

/* line 287, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left .simple-news-single-inner .desc .title a h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

/* line 295, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .right-with-background .simple-news-single-inner .desc .title a h3 {
  margin-bottom: 3px;
}

/* line 299, resources/assets/styles/layouts/_new.scss */

.col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner .desc .title a h3 {
  margin-bottom: 10px;
  min-height: 68px;
}

/* line 304, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left {
  position: relative;
}

/* line 308, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left .simple-news-single-inner > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.893995)), color-stop(30%, rgba(0, 0, 0, 0.625088)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 18;
}

/* line 320, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left .simple-news-single-inner .desc {
  position: absolute;
  z-index: 22;
  bottom: 0;
  left: 0;
}

/* line 327, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left .simple-news-single-inner .img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 335, resources/assets/styles/layouts/_new.scss */

.section-one-big-three-small-inner .left .simple-news-single-inner .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 341, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
}

/* line 347, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .left > div {
  width: 50%;
}

/* line 351, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .left:before {
  display: none;
}

/* line 355, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* line 360, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .desc {
  width: 100% !important;
}

/* line 363, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .left .simple-news-single-inner .img-wrap img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 368, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .left .simple-news-single-inner {
  position: relative;
}

/* line 372, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .left .simple-news-single-inner > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.893995)), color-stop(30%, rgba(0, 0, 0, 0.625088)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 18;
}

/* line 384, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .left .simple-news-single-inner .img-wrap {
  position: relative;
}

/* line 388, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .right-with-background {
  padding: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

/* line 394, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .right-with-background > div {
  width: calc(25% - 12px);
}

/* line 398, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .right-with-background .simple-news-single-inner {
  display: block;
}

/* line 402, resources/assets/styles/layouts/_new.scss */

.section-two-big-four-small .section-one-big-three-small-inner .right-with-background .simple-news-single-inner .img-wrap {
  height: 200px;
  overflow: hidden;
  position: relative;
}

/* line 408, resources/assets/styles/layouts/_new.scss */

.col-md-12.section-two-big-four-small .section-one-big-three-small-inner .right-with-background .simple-news-single-inner .desc .title a h3 {
  margin: 10px 0 0;
}

/* line 412, resources/assets/styles/layouts/_new.scss */

.slider-four-news .simple-news-single-inner .desc .date p,
.slider-three-news .simple-news-single-inner .desc .date p {
  margin-bottom: 0;
}

/* line 417, resources/assets/styles/layouts/_new.scss */

.simple-news-single-all-slide .simple-news-single-inner {
  position: relative;
}

/* line 421, resources/assets/styles/layouts/_new.scss */

.simple-news-single-all-slide .simple-news-single-inner > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.893995)), color-stop(30%, rgba(0, 0, 0, 0.625088)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 22;
}

/* line 433, resources/assets/styles/layouts/_new.scss */

.simple-news-single-all-slide .simple-news-single-inner .img-wrap img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 439, resources/assets/styles/layouts/_new.scss */

.simple-news-single-all-slide .simple-news-single-inner .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 25;
}

/* line 448, resources/assets/styles/layouts/_new.scss */

.simple-news-single-all-slide .simple-news-single-inner .desc p {
  margin: 0;
}

/* line 453, resources/assets/styles/layouts/_new.scss */

.simple-news-single-all-slide .simple-news-single-inner .desc h3 {
  color: #fff !important;
}

/* line 457, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 461, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner > a {
  width: 200px;
  position: relative;
  min-height: 125px;
}

/* line 466, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner > .desc {
  width: calc(100% - 200px);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 472, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner > .desc .wrap {
  padding-top: 0 !important;
}

/* line 477, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner > .desc p {
  margin-bottom: 0;
}

/* line 480, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner > a .img-wrap {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 488, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner > a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 494, resources/assets/styles/layouts/_new.scss */

.post-box-wrap .simple-news-single-inner .title {
  margin-bottom: 10px;
}

/* line 498, resources/assets/styles/layouts/_new.scss */

.post-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* line 504, resources/assets/styles/layouts/_new.scss */

.partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 510, resources/assets/styles/layouts/_new.scss */

.partner-single {
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* line 521, resources/assets/styles/layouts/_new.scss */

.partner-single a {
  padding: 30px 20px 30px 20px;
  display: block;
}

/* line 526, resources/assets/styles/layouts/_new.scss */

.partner-single:hover {
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* line 531, resources/assets/styles/layouts/_new.scss */

.partner-single .img-wrap {
  text-align: center;
  min-height: 85px;
  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: 100%;
  max-width: 100px;
  margin: 0 auto;
}

/* line 542, resources/assets/styles/layouts/_new.scss */

.partner-single .img-wrap img {
  max-width: 126px;
}

/* line 546, resources/assets/styles/layouts/_new.scss */

.partner-single p {
  margin: 20px 0 0 0;
}

/* line 550, resources/assets/styles/layouts/_new.scss */

.single-partneri .entry-title {
  font-weight: 600;
  color: #212a3f;
  font-size: 40px;
}

/* line 556, resources/assets/styles/layouts/_new.scss */

.acf-map {
  width: 100%;
  height: 400px;
  border: 0;
  margin: 0;
}

/* line 563, resources/assets/styles/layouts/_new.scss */

.acf-map img {
  max-width: inherit !important;
}

/* line 566, resources/assets/styles/layouts/_new.scss */

.personal-information {
  font-size: 18px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 573, resources/assets/styles/layouts/_new.scss */

.personal-information > div {
  width: 50%;
}

/* line 576, resources/assets/styles/layouts/_new.scss */

.personal-information .address {
  padding-left: 30px;
  margin-bottom: 8px;
}

/* line 580, resources/assets/styles/layouts/_new.scss */

.personal-information .address span {
  font-weight: 600;
  position: relative;
}

/* line 584, resources/assets/styles/layouts/_new.scss */

.personal-information .address span:after {
  content: ":";
}

/* line 587, resources/assets/styles/layouts/_new.scss */

.personal-information .address span:before {
  content: "\F3C5";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
  left: -30px;
  color: inherit;
  width: 30px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 600, resources/assets/styles/layouts/_new.scss */

.personal-information .address.email span:before {
  content: "\F0E0" !important;
}

/* line 603, resources/assets/styles/layouts/_new.scss */

.personal-information .address.phone span:before {
  content: "\F095" !important;
}

/* line 606, resources/assets/styles/layouts/_new.scss */

.personal-information .address.website span:before {
  content: "@" !important;
}

/* line 609, resources/assets/styles/layouts/_new.scss */

.personal-information b {
  font-weight: 500;
  text-decoration: underline;
}

/* line 613, resources/assets/styles/layouts/_new.scss */

.personal-information-wrap {
  margin-bottom: 50px;
}

/* line 616, resources/assets/styles/layouts/_new.scss */

.single-partneri .content-wrap img {
  width: 100%;
}

/* line 620, resources/assets/styles/layouts/_new.scss */

.single-partneri .knjige-wrap {
  margin-top: 40px;
}

/* line 623, resources/assets/styles/layouts/_new.scss */

.knjige-single-download {
  margin-bottom: 24px;
}

/* line 626, resources/assets/styles/layouts/_new.scss */

.knjige-single-download a {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  background: #f7f7f7;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* line 636, resources/assets/styles/layouts/_new.scss */

.knjige-single-download .img-wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

/* line 642, resources/assets/styles/layouts/_new.scss */

.knjige-single-download .img-wrap img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 648, resources/assets/styles/layouts/_new.scss */

.knjige-single-download a > div:nth-of-type(2) {
  width: calc(100% - 150px);
}

/* line 652, resources/assets/styles/layouts/_new.scss */

.knjige-single-download h3 {
  color: #55595c;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

/* line 659, resources/assets/styles/layouts/_new.scss */

.knjige-single-download span {
  color: #55595c;
  border: 2px solid #55595c;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 669, resources/assets/styles/layouts/_new.scss */

.knjige-single-download:hover span {
  background: #000;
  color: #fff;
}

/* line 673, resources/assets/styles/layouts/_new.scss */

.single-partneri-top {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 40px;
  height: 200px;
}

/* line 681, resources/assets/styles/layouts/_new.scss */

.single-partneri.site-main {
  margin-bottom: 40px;
}

/* line 684, resources/assets/styles/layouts/_new.scss */

#related_posts .post-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 691, resources/assets/styles/layouts/_new.scss */

#related_posts .post-box-wrap > .simple-news-single {
  width: calc(50% - 12px);
}

/* line 695, resources/assets/styles/layouts/_new.scss */

#related_posts .simple-news-single-inner .desc .title a h3 {
  margin-top: 0;
}

/* line 698, resources/assets/styles/layouts/_new.scss */

#related_posts .post-box-wrap .simple-news-single-inner > a {
  min-height: 150px;
}

/* line 702, resources/assets/styles/layouts/_new.scss */

#related_posts .post-box-wrap .simple-news-single-inner .desc {
  width: calc(100% - 200px);
}

/* line 705, resources/assets/styles/layouts/_new.scss */

#related_posts .post-box-wrap .simple-news-single-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 708, resources/assets/styles/layouts/_new.scss */

#related_posts .simple-news-single-inner .desc .date p {
  margin-bottom: 0;
}

/* line 711, resources/assets/styles/layouts/_new.scss */

#related_posts {
  padding-bottom: 20px;
}

/* line 714, resources/assets/styles/layouts/_new.scss */

#related_posts .title-wrap {
  margin-bottom: 20px;
}

/* line 717, resources/assets/styles/layouts/_new.scss */

.simple-post-wrap iframe {
  width: 100% !important;
  height: 400px !important;
  border-radius: 5px;
  overflow: hidden;
}

/* line 723, resources/assets/styles/layouts/_new.scss */

.tags-links a {
  margin-right: 6px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  color: #666765;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 734, resources/assets/styles/layouts/_new.scss */

.tags-links a:hover {
  border: 1px solid #666765;
  border-radius: 3px;
  background-color: #d1d1d1;
}

/* line 739, resources/assets/styles/layouts/_new.scss */

.social-share-wrap {
  margin-bottom: 30px;
}

/* line 742, resources/assets/styles/layouts/_new.scss */

.follow-us-wrap {
  margin-bottom: 20px;
}

/* line 745, resources/assets/styles/layouts/_new.scss */

.follow-us-wrap ul {
  margin: 0;
  padding: 0;
}

/* line 749, resources/assets/styles/layouts/_new.scss */

.follow-us-wrap ul li {
  list-style: none;
  margin-bottom: 5px;
}

/* line 754, resources/assets/styles/layouts/_new.scss */

.follow-us-wrap ul li a {
  color: #5171b7;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

/* line 760, resources/assets/styles/layouts/_new.scss */

.follow-us-wrap ul li a:hover {
  color: #000;
}

/* line 763, resources/assets/styles/layouts/_new.scss */

.tags-links {
  margin-bottom: 20px;
}

/* line 766, resources/assets/styles/layouts/_new.scss */

.watermark {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  margin: 0 !important;
  border-radius: 0 5px 0 5px;
  font-size: 13px;
}

/* line 778, resources/assets/styles/layouts/_new.scss */

.comment-respond {
  margin-top: 15px;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

/* line 786, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-reply-title {
  font-size: 25px;
  font-weight: 600;
}

/* line 791, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form-url {
  display: none;
}

/* line 794, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

/* line 801, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form p {
  margin: 0;
  width: 100%;
}

/* line 806, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
  width: calc(50% - 6px);
}

/* line 811, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 816, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form .comment-form-cookies-consent input {
  position: relative;
  top: 0;
}

/* line 820, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 13px;
}

/* line 823, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-form textarea {
  margin-bottom: -10px;
}

/* line 826, resources/assets/styles/layouts/_new.scss */

#comments .title-wrap .title-section {
  margin-bottom: 0;
}

/* line 829, resources/assets/styles/layouts/_new.scss */

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 834, resources/assets/styles/layouts/_new.scss */

.comment-list li {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #ccc;
}

/* line 838, resources/assets/styles/layouts/_new.scss */

.comment-body {
  position: relative;
  padding-left: 65px;
}

/* line 842, resources/assets/styles/layouts/_new.scss */

.comment-body p {
  font-size: 14px;
  margin-bottom: 6px;
}

/* line 846, resources/assets/styles/layouts/_new.scss */

.comment-list .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

/* line 852, resources/assets/styles/layouts/_new.scss */

.comment-list .comment-author img {
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 858, resources/assets/styles/layouts/_new.scss */

.comment-respond small a {
  color: #5D7A27;
  font-size: 11px;
  font-weight: 500;
}

/* line 863, resources/assets/styles/layouts/_new.scss */

.comment-respond .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 868, resources/assets/styles/layouts/_new.scss */

.comment-list .comment-author cite {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}

/* line 873, resources/assets/styles/layouts/_new.scss */

.comment-list .comment-author .comment-date {
  color: #5D7A27;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  top: 1px;
}

/* line 880, resources/assets/styles/layouts/_new.scss */

.comment-reply-link {
  color: #5D7A27;
  font-size: 11px;
  font-weight: 500;
}

/* line 885, resources/assets/styles/layouts/_new.scss */

.agromedia-scrolling-ads-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 894, resources/assets/styles/layouts/_new.scss */

.agromedia-scrolling-ads-block .inner {
  padding: 30px;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100px;
  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;
}

/* line 905, resources/assets/styles/layouts/_new.scss */

.agromedia-scrolling-ads-block .inner .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

@media (min-width: 992px) {
  /* line 916, resources/assets/styles/layouts/_new.scss */

  .agromedia-scrolling-ads-block {
    display: none;
  }
}

/* line 921, resources/assets/styles/layouts/_new.scss */

.simple-post-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

/* line 925, resources/assets/styles/layouts/_new.scss */

.simple-post-inner-wrap-left {
  width: calc(100% - 324px);
}

/* line 928, resources/assets/styles/layouts/_new.scss */

.simple-post-inner-wrap-right {
  /*width: 34%;*/
}

/* line 931, resources/assets/styles/layouts/_new.scss */

.simple-post-wrap img {
  width: 100%;
}

/* line 934, resources/assets/styles/layouts/_new.scss */

.addtoany_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 938, resources/assets/styles/layouts/_new.scss */

.addtoany_header {
  margin: 0 3px 0 0 !important;
  font-size: 12px;
  font-weight: 500;
}

/* line 943, resources/assets/styles/layouts/_new.scss */

.top-section .entry-title {
  font-weight: 600;
}

/* line 946, resources/assets/styles/layouts/_new.scss */

.top-section .entry-meta .cat-links a {
  color: #749efb;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 952, resources/assets/styles/layouts/_new.scss */

.top-section .entry-meta .cat-links,
.top-section .entry-meta .posted-on {
  position: relative;
}

/* line 956, resources/assets/styles/layouts/_new.scss */

.top-section .entry-meta .cat-links:after,
.top-section .entry-meta .posted-on:after {
  content: "|";
  color: #848484;
  margin: 0 2px;
}

/* line 962, resources/assets/styles/layouts/_new.scss */

.top-section .entry-meta .posted-on a {
  color: #848484;
  font-weight: 400;
  font-size: 11px;
}

/* line 967, resources/assets/styles/layouts/_new.scss */

.top-section .entry-meta .byline a {
  color: #848484;
  font-weight: 400;
  font-size: 11px;
}

/* line 972, resources/assets/styles/layouts/_new.scss */

.top-section .entry-meta .byline {
  color: #848484;
  font-weight: 400;
  font-size: 11px;
  margin-left: -2px;
}

/* line 978, resources/assets/styles/layouts/_new.scss */

.addtoany_content {
  margin: 4px auto 16px auto !important;
}

/* line 981, resources/assets/styles/layouts/_new.scss */

.sidebar-banner {
  position: absolute;
  width: 300px;
  height: 600px;
}

/* line 986, resources/assets/styles/layouts/_new.scss */

.hero-banner {
  text-align: center;
  margin-bottom: 40px;
}

/* line 990, resources/assets/styles/layouts/_new.scss */

.simple-post-inner-wrap-right {
  width: 300px;
}

/* line 993, resources/assets/styles/layouts/_new.scss */

.sidebar-banner.fixed {
  position: fixed;
  top: 59px;
}

/* line 997, resources/assets/styles/layouts/_new.scss */

#related_posts {
  clear: both;
}

/* line 1000, resources/assets/styles/layouts/_new.scss */

.branding-banner-levi {
  position: fixed;
  top: 101px;
  left: calc(50vw - 935px);
}

/* line 1010, resources/assets/styles/layouts/_new.scss */

.bkgbrand {
  z-index: 99;
}

/* line 1025, resources/assets/styles/layouts/_new.scss */

.branding-banner-desni {
  position: fixed;
  top: 101px;
  right: calc(50vw - 935px);
}

/* line 1035, resources/assets/styles/layouts/_new.scss */

.simple-post-wrap img {
  border-radius: 5px;
}

/* line 1038, resources/assets/styles/layouts/_new.scss */

.inner-text-banner {
  margin-bottom: 30px;
}

/* line 1041, resources/assets/styles/layouts/_new.scss */

.e-book-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-bottom: 40px;
}

/* line 1048, resources/assets/styles/layouts/_new.scss */

.e-book-section .img-wrap {
  position: relative;
  width: 50%;
}

/* line 1052, resources/assets/styles/layouts/_new.scss */

.e-book-section .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1060, resources/assets/styles/layouts/_new.scss */

.e-book-section > div {
  width: 50%;
  background: #eff2f6;
}

/* line 1064, resources/assets/styles/layouts/_new.scss */

.e-book-section > div:nth-of-type(2) {
  padding: 25px 15px 0 15px;
}

/* line 1067, resources/assets/styles/layouts/_new.scss */

.e-book-section .img-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  background: #5171b7;
  z-index: 2;
  color: #fff;
  padding: 5px 35px 5px 35px;
  border-radius: 5px 0px 5px 0px;
}

/* line 1080, resources/assets/styles/layouts/_new.scss */

.e-book-section h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

/* line 1086, resources/assets/styles/layouts/_new.scss */

.e-book-section .wpcf7-submit {
  background: #5171b7;
  width: 100%;
  font-weight: 600;
}

/* line 1091, resources/assets/styles/layouts/_new.scss */

.e-book-section .wpcf7-list-item {
  margin: 10px 0;
}

/* line 1094, resources/assets/styles/layouts/_new.scss */

.izdvajamo-section {
  margin-bottom: 40px;
}

/* line 1097, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts .page-title {
  font-size: 40px !important;
  font-weight: 600;
}

/* line 1101, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

/* line 1106, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article {
  width: calc(33.3333% - 16px);
}

/* line 1109, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1),
.archive-wrap-simple-posts > article:nth-of-type(2) {
  width: calc(50% - 12px);
}

/* line 1114, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts .page-header {
  width: 100%;
}

/* line 1117, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts .cat-links a {
  color: #749efb;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
}

/* line 1124, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts .entry-date.published {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #aaaaaa;
}

/* line 1130, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts .img-wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1135, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1) .simple-news-single-inner,
.archive-wrap-simple-posts > article:nth-of-type(2) .simple-news-single-inner {
  position: relative;
}

/* line 1139, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1) .simple-news-single-inner .desc,
.archive-wrap-simple-posts > article:nth-of-type(2) .simple-news-single-inner .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.893995)), color-stop(30%, rgba(0, 0, 0, 0.625088)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.893995) 0%, rgba(0, 0, 0, 0.625088) 30%, rgba(255, 255, 255, 0) 100%);
  padding: 25px;
}

/* line 1152, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1) .simple-news-single-inner .desc p,
.archive-wrap-simple-posts > article:nth-of-type(2) .simple-news-single-inner .desc p {
  margin-bottom: 0;
}

/* line 1156, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1) .simple-news-single-inner .desc .title a h3,
.archive-wrap-simple-posts > article:nth-of-type(2) .simple-news-single-inner .desc .title a h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

/* line 1162, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1) .simple-news-single-inner .img-wrap img,
.archive-wrap-simple-posts > article:nth-of-type(2) .simple-news-single-inner .img-wrap img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1169, resources/assets/styles/layouts/_new.scss */

.archive-wrap-simple-posts > article:nth-of-type(1) .simple-news-single-inner .cat-links a,
.archive-wrap-simple-posts > article:nth-of-type(2) .simple-news-single-inner .cat-links a {
  font-size: 12px;
}

/* line 1173, resources/assets/styles/layouts/_new.scss */

.pagination {
  margin: 20px auto;
}

/* line 1176, resources/assets/styles/layouts/_new.scss */

.wp-paginate .current {
  color: #fff;
  background: #5D7A28 !important;
  border: 1px solid #5D7A28 !important;
  margin-right: 10px;
  padding: 4px 8px;
}

/* line 1183, resources/assets/styles/layouts/_new.scss */

.wp-paginate a {
  margin-right: 10px;
}

/* line 1186, resources/assets/styles/layouts/_new.scss */

.shadow-section-single-inner {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  background: #f7f7f7;
  overflow: hidden;
  padding: 16px;
}

/* line 1193, resources/assets/styles/layouts/_new.scss */

.shadow-section-single-inner ul {
  padding-left: 18px;
}

/* line 1196, resources/assets/styles/layouts/_new.scss */

.wrap {
  padding-top: 59px !important;
}

/* line 1201, resources/assets/styles/layouts/_new.scss */

.header-newsletter svg {
  width: 36px;
  height: auto;
}

/* line 1205, resources/assets/styles/layouts/_new.scss */

.header-newsletter {
  margin: 5px 15px 0 15px;
  padding: 2px 2px 2px 5px;
  background: #C0D72F;
  border-radius: 5px;
  display: inline-block;
  height: 34px;
}

/* line 1213, resources/assets/styles/layouts/_new.scss */

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1216, resources/assets/styles/layouts/_new.scss */

.header-wrap {
  padding: 7px 0;
  background-color: transparent;
  background-image: -webkit-radial-gradient(at bottom center, #5d7a27 25%, #334d1b 100%);
  background-image: -o-radial-gradient(at bottom center, #5d7a27 25%, #334d1b 100%);
  background-image: radial-gradient(at bottom center, #5d7a27 25%, #334d1b 100%);
}

/* line 1221, resources/assets/styles/layouts/_new.scss */

header .site-branding img {
  height: 45px;
  width: 160px;
}

/* line 1225, resources/assets/styles/layouts/_new.scss */

header .site-branding {
  width: 160px;
}

/* line 1228, resources/assets/styles/layouts/_new.scss */

.header-right {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Max mega menu */

@media only screen and (min-width: 1025px) {
  /* line 1236, resources/assets/styles/layouts/_new.scss */

  ul.mega-sub-menu {
    width: auto !important;
    -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5) !important;
            box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5) !important;
  }

  /* line 1240, resources/assets/styles/layouts/_new.scss */

  ul.mega-sub-menu li {
    width: 250px !important;
  }

  /* line 1243, resources/assets/styles/layouts/_new.scss */

  ul.mega-sub-menu li.mega-menu-columns-1-of-2:nth-child(odd) {
    border-right: 1px solid #888 !important;
  }
}

/* line 1248, resources/assets/styles/layouts/_new.scss */

.mega-menu a {
  font-family: Montserrat, sans-serif !important;
  font-weight: 500 !important;
}

@media only screen and (max-width: 1024px) {
  /* line 1254, resources/assets/styles/layouts/_new.scss */

  .mega-menu a {
    font-size: 14px !important;
  }

  /* line 1257, resources/assets/styles/layouts/_new.scss */

  ul.mega-sub-menu {
    padding: 0 !important;
  }

  /* line 1260, resources/assets/styles/layouts/_new.scss */

  ul.mega-sub-menu li a {
    text-indent: -10px !important;
  }
}

/* line 1265, resources/assets/styles/layouts/_new.scss */

.header-top-wrap {
  padding: 5px 0;
  background-color: #334d1b;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

/* line 1270, resources/assets/styles/layouts/_new.scss */

.header-top-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 1276, resources/assets/styles/layouts/_new.scss */

.search-icon i {
  color: #c0d72f;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 1282, resources/assets/styles/layouts/_new.scss */

.search-icon i:hover {
  color: #fff;
}

/* line 1285, resources/assets/styles/layouts/_new.scss */

.newsletter-icon-wrap svg {
  width: 25px;
  height: auto;
  position: relative;
  top: 0;
}

/* line 1291, resources/assets/styles/layouts/_new.scss */

.newsletter-icon-wrap span {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* line 1299, resources/assets/styles/layouts/_new.scss */

.svet-poljoprivrede a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* line 1305, resources/assets/styles/layouts/_new.scss */

.svet-poljoprivrede a:hover {
  color: #fff;
}

/* line 1309, resources/assets/styles/layouts/_new.scss */

.svet-poljoprivrede i {
  color: #fff;
  margin: 0 4px;
}

/* line 1313, resources/assets/styles/layouts/_new.scss */

.svet-poljoprivrede,
.newsletter-icon-wrap {
  border: 2px solid #c0d72f;
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 1322, resources/assets/styles/layouts/_new.scss */

.svet-poljoprivrede:hover,
.newsletter-icon-wrap:hover {
  background-color: #c0d72f;
}

/* line 1326, resources/assets/styles/layouts/_new.scss */

.search-icon {
  font-size: 19px;
}

/* line 1329, resources/assets/styles/layouts/_new.scss */

.newsletter-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

/* line 1335, resources/assets/styles/layouts/_new.scss */

.newsletter-icon-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 100%;
  background-color: #c0d72f;
}

/* line 1344, resources/assets/styles/layouts/_new.scss */

.header-top-wrap {
  position: relative;
}

/* line 1347, resources/assets/styles/layouts/_new.scss */

.header-wrap {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 42px;
}

/* line 1353, resources/assets/styles/layouts/_new.scss */

.header-wrap.active {
  top: 0;
  position: fixed;
}

/* line 1357, resources/assets/styles/layouts/_new.scss */

.header-newsletter {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* line 1363, resources/assets/styles/layouts/_new.scss */

.header-wrap.active .header-newsletter {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 1369, resources/assets/styles/layouts/_new.scss */

.search-form-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 1382, resources/assets/styles/layouts/_new.scss */

.search-form-wrap.active {
  opacity: 1;
  visibility: visible;
}

/* line 1386, resources/assets/styles/layouts/_new.scss */

.search-form-wrap span.dark {
  background: rgba(0, 0, 0, 0.81);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

/* line 1395, resources/assets/styles/layouts/_new.scss */

.search-form-wrap span.close {
  color: #c0d72f;
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 40px;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 1405, resources/assets/styles/layouts/_new.scss */

.search-form-wrap span.close:hover {
  color: #fff;
}

/* line 1408, resources/assets/styles/layouts/_new.scss */

.search-form-wrap form {
  position: absolute;
  z-index: 103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  min-width: 605px;
}

/* line 1418, resources/assets/styles/layouts/_new.scss */

.search-form-wrap form i {
  font-size: 30px;
  color: #c0d72f;
  cursor: pointer;
  position: relative;
  left: -30px;
  top: -3px;
}

/* line 1426, resources/assets/styles/layouts/_new.scss */

.search-form-wrap form input {
  font-size: 32px;
  font-weight: 400;
  line-height: 55px;
  color: #c0d72f;
  background: transparent;
  border: none;
  border-bottom: 2px solid #c0d72f;
  border-radius: 0;
  text-align: left;
  padding: 5px 0;
}

/* line 1438, resources/assets/styles/layouts/_new.scss */

.search-form-wrap form .search-submit {
  display: none;
}

/* line 1441, resources/assets/styles/layouts/_new.scss */

.search-form-wrap form input[type="search"]:focus {
  border-color: #c0d72f;
}

/* line 1444, resources/assets/styles/layouts/_new.scss */

#pop-up-newsletter {
  display: none;
}

/* line 1447, resources/assets/styles/layouts/_new.scss */

#pop-up-newsletter.show {
  display: block;
}

/* line 1452, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 1465, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter.active {
  opacity: 1;
  visibility: visible;
}

/* line 1469, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter span.dark {
  background: rgba(0, 0, 0, 0.81);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

/* line 1478, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter span.close {
  color: #333333;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 21px;
  font-weight: 600;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 1489, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter span.close:hover {
  color: #fff;
}

/* line 1492, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form {
  background: #dce1c0;
  position: fixed;
  z-index: 103;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px 45px 30px 45px;
  border-radius: 5px;
  width: 100%;
  max-width: 497px;
  text-align: center;
}

/* line 1505, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

/* line 1510, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form .mailerlite-form-description p {
  text-align: center;
  font-size: 17px;
}

/* line 1514, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form .mailerlite-subscribe-submit {
  width: 100%;
}

/* line 1517, resources/assets/styles/layouts/_new.scss */

.mega-menu-description {
  display: none !important;
}

/* line 1520, resources/assets/styles/layouts/_new.scss */

footer .footer-real-form h4 {
  text-align: center !important;
  font-size: 26px !important;
}

/* line 1528, resources/assets/styles/layouts/_new.scss */

.weather-section .tabs .btn {
  border-radius: 0;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 0;
  width: 30px;
  text-align: center;
  line-height: 30px;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1540, resources/assets/styles/layouts/_new.scss */

.weather-section .tabs .btn.active {
  color: #fff;
  background: #5d7a27;
}

/* line 1547, resources/assets/styles/layouts/_new.scss */

.weather-section .sections {
  position: relative;
}

/* line 1550, resources/assets/styles/layouts/_new.scss */

.weather-section .sections .content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1558, resources/assets/styles/layouts/_new.scss */

.weather-section .sections .content a {
  pointer-events: none;
}

/* line 1562, resources/assets/styles/layouts/_new.scss */

.weather-section .sections .content.content1 {
  position: relative !important;
}

/* line 1566, resources/assets/styles/layouts/_new.scss */

.weather-section .sections .content.active {
  opacity: 1;
}

/* line 1577, resources/assets/styles/layouts/_new.scss */

.weather-sidebar .weather-section .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1581, resources/assets/styles/layouts/_new.scss */

.weather-sidebar .weather-section .tabs .btn {
  font-size: 13px;
  width: 24px;
  font-weight: 600;
}

/* line 1589, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

/* line 1596, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form .mailerlite-form-description p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}

/* line 1601, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .footer-newsletter-form .mailerlite-subscribe-submit {
  width: 100%;
}

/* line 1604, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter {
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

/* line 1605, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter label {
  display: none !important;
}

/* line 1609, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter input[type="text"],
.pop-up-newsletter input[type="date"],
.pop-up-newsletter input[type="email"],
.pop-up-newsletter input[type="number"],
.pop-up-newsletter input[type="password"],
.pop-up-newsletter input[type="search"],
.pop-up-newsletter input[type="tel"],
.pop-up-newsletter input[type="url"],
.pop-up-newsletter select,
.pop-up-newsletter textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 1624, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter input[type="text"]:focus,
.pop-up-newsletter input[type="date"]:focus,
.pop-up-newsletter input[type="email"]:focus,
.pop-up-newsletter input[type="number"]:focus,
.pop-up-newsletter input[type="password"]:focus,
.pop-up-newsletter input[type="search"]:focus,
.pop-up-newsletter input[type="tel"]:focus,
.pop-up-newsletter input[type="url"]:focus,
.pop-up-newsletter select:focus,
.pop-up-newsletter textarea:focus {
  border-color: #333333;
}

/* line 1639, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter button,
.pop-up-newsletter [type="button"],
.pop-up-newsletter [type="reset"],
.pop-up-newsletter [type="submit"] {
  width: auto;
  -webkit-appearance: button;
}

/* line 1649, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter button::-moz-focus-inner,
.pop-up-newsletter [type="button"]::-moz-focus-inner,
.pop-up-newsletter [type="reset"]::-moz-focus-inner,
.pop-up-newsletter [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 1659, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter button:-moz-focusring,
.pop-up-newsletter [type="button"]:-moz-focusring,
.pop-up-newsletter [type="reset"]:-moz-focusring,
.pop-up-newsletter [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 1664, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter .btn,
.pop-up-newsletter button,
.pop-up-newsletter [type="submit"],
.pop-up-newsletter [type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #c0d72f;
  border: 1px solid #c0d72f;
  padding: 0.5rem 1rem;
  font-size: 15px;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 1680, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter button:focus,
.pop-up-newsletter [type="submit"]:focus,
.pop-up-newsletter [type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 1684, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter button:hover,
.pop-up-newsletter button:focus,
.pop-up-newsletter [type="submit"]:hover,
.pop-up-newsletter [type="submit"]:focus,
.pop-up-newsletter [type="button"]:hover,
.pop-up-newsletter [type="button"]:focus {
  background-color: #000;
  text-decoration: none;
}

/* line 1691, resources/assets/styles/layouts/_new.scss */

.pop-up-newsletter button:not(:disabled),
.pop-up-newsletter [type="submit"]:not(:disabled),
.pop-up-newsletter [type="button"]:not(:disabled) {
  cursor: pointer;
}

/* line 1696, resources/assets/styles/layouts/_new.scss */

.sticky-segment > div > div {
  margin-bottom: 30px;
}

/* line 1702, resources/assets/styles/layouts/_new.scss */

.sticky-inner > div {
  margin-bottom: 30px;
}

/* line 1707, resources/assets/styles/layouts/_new.scss */

.row.posts .col-12.show__item--archive {
  margin: 0 !important;
}

/* line 1710, resources/assets/styles/layouts/_new.scss */

.row.posts .col-12.show__item--archive > div {
  margin-bottom: 20px;
}

/* line 1715, resources/assets/styles/layouts/_new.scss */

.event-filters .custom-select:after {
  display: none !important;
}

/* line 1718, resources/assets/styles/layouts/_new.scss */

.event-filters .custom-select {
  padding: 0 !important;
}

/* line 1721, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--right span {
  border: 0 !important;
}

/* line 1723, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading span {
  border: 0;
  width: 15px;
  height: 20px;
  position: relative;
  display: block;
  -webkit-transform: rotate(0) !important;
       -o-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

/* line 1731, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--right span:nth-of-type(1):after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjc4LjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE2MCAxNjBjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDIxMC43IDI1NiA3My40IDExOC42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE2MCAxNjB6Ii8+PC9zdmc+");
  width: 9px;
  height: 22px;
  background-size: 94% auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1741, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--right span:nth-of-type(2) {
  display: none;
}

/* line 1744, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--right span:nth-of-type(2):after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDcwLjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTE2MC0xNjBjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDQwMi43IDI1NiAyNjUuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYwem0tMzUyIDE2MGwxNjAtMTYwYzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wyMTAuNyAyNTYgNzMuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMHoiLz48L3N2Zz4=");
  width: 9px;
  height: 21px;
  background-size: 94% auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1755, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--left span:nth-of-type(1):after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjc4LjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE2MCAxNjBjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDIxMC43IDI1NiA3My40IDExOC42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE2MCAxNjB6Ii8+PC9zdmc+");
  width: 9px;
  height: 22px;
  background-size: 94% auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) !important;
       -o-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

/* line 1766, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--left span:nth-of-type(2) {
  display: none;
}

/* line 1769, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--left span:nth-of-type(2):after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDcwLjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTE2MC0xNjBjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDQwMi43IDI1NiAyNjUuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYwem0tMzUyIDE2MGwxNjAtMTYwYzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wyMTAuNyAyNTYgNzMuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMHoiLz48L3N2Zz4=");
  width: 9px;
  height: 21px;
  background-size: 94% auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) !important;
       -o-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

/* line 1780, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn span {
  border: 0 !important;
  height: 20px !important;
}

/* line 1784, resources/assets/styles/layouts/_new.scss */

#calendar .calendar__heading .btn--right span:first-child {
  position: relative;
  left: 8px;
}

/* line 1788, resources/assets/styles/layouts/_new.scss */

.sticky-segment-wrap {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  max-width: unset !important;
  width: 330px !important;
}

/* line 1793, resources/assets/styles/layouts/_new.scss */

.sticky-segment-wrap.left-side {
  width: calc(100% - 330px) !important;
}

/* line 1799, resources/assets/styles/layouts/_new.scss */

.sticky-inner .col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner .desc .title a h3 {
  min-height: 50px;
}

@media screen and (max-width: 1024px) {
  /* line 1805, resources/assets/styles/layouts/_new.scss */

  .sticky-inner .colored .section-one-big-three-small-inner .left {
    margin-bottom: 24px !important;
  }

  /* line 1811, resources/assets/styles/layouts/_new.scss */

  .sticky-inner .section-one-big-three-small-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1814, resources/assets/styles/layouts/_new.scss */

  .sticky-inner .section-one-big-three-small-inner .right-with-background {
    padding: 0;
    width: 100%;
  }

  /* line 1819, resources/assets/styles/layouts/_new.scss */

  .sticky-inner .section-one-big-three-small-inner .left {
    position: relative;
    width: 100%;
    height: 381px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1829, resources/assets/styles/layouts/_new.scss */

  .show-item--big-screen {
    display: none !important;
  }

  /* line 1832, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .section-one-big-three-small-inner .right-with-background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1835, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1838, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .section-one-big-three-small-inner .right-with-background > div {
    width: 100%;
  }

  /* line 1841, resources/assets/styles/layouts/_new.scss */

  .sticky-segment-wrap.left-side {
    width: 100% !important;
  }

  /* line 1844, resources/assets/styles/layouts/_new.scss */

  .newsletter-icon-wrap span {
    font-size: 0;
  }

  /* line 1847, resources/assets/styles/layouts/_new.scss */

  .newsletter-icon-wrap {
    gap: 0;
    padding: 2px 8px 2px 10px;
    position: absolute;
    top: 50px;
    z-index: 999;
    right: 75px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1859, resources/assets/styles/layouts/_new.scss */

  .col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner .desc .title a h3 {
    min-height: 0;
  }

  /* line 1862, resources/assets/styles/layouts/_new.scss */

  .simple-news-single-inner .desc .category {
    line-height: 16px;
    display: inline-block;
  }

  /* line 1866, resources/assets/styles/layouts/_new.scss */

  .simple-news-single-inner .desc .date,
  .simple-news-single-inner .desc .date p {
    display: inline-block;
    position: relative;
    padding-left: 3px;
    margin-bottom: 0;
  }

  /* line 1872, resources/assets/styles/layouts/_new.scss */

  .simple-news-single-inner .desc .date p {
    border-left: 1px solid #aaaaaa;
  }

  /* line 1875, resources/assets/styles/layouts/_new.scss */

  .simple-news-single-inner .desc .date {
    margin-bottom: 1rem;
  }

  /* line 1878, resources/assets/styles/layouts/_new.scss */

  main {
    overflow-x: hidden;
  }

  /* line 1881, resources/assets/styles/layouts/_new.scss */

  .partners-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }

  /* line 1886, resources/assets/styles/layouts/_new.scss */

  .partner-single {
    width: calc(50% - 12px);
  }

  /* line 1889, resources/assets/styles/layouts/_new.scss */

  .col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner > .desc {
    width: calc(100% - 140px);
  }

  /* line 1893, resources/assets/styles/layouts/_new.scss */

  .sticky-segment-wrap.d-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 1900, resources/assets/styles/layouts/_new.scss */

  .col-md-12.colored .section-one-big-three-small-inner .right-with-background .simple-news-single-inner > .desc {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 1904, resources/assets/styles/layouts/_new.scss */

  .col-md-12 .section-one-big-three-small-inner .right-with-background .simple-news-single-inner > a {
    width: 140px;
    height: auto;
    position: relative;
  }

  /* line 1915, resources/assets/styles/layouts/_new.scss */

  .colored .section-one-big-three-small-inner .left {
    border-radius: 0;
    width: 100%;
    height: 380px;
    margin-bottom: 0;
  }

  /* line 1921, resources/assets/styles/layouts/_new.scss */

  .section-one-big-three-small-inner > div {
    width: 100%;
  }

  /* line 1924, resources/assets/styles/layouts/_new.scss */

  .section-one-big-three-small-inner > div {
    width: 100%;
    padding: 24px 0 0 !important;
  }

  /* line 1928, resources/assets/styles/layouts/_new.scss */

  .colored .section-one-big-three-small-inner {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1933, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .section-one-big-three-small-inner .right-with-background > div {
    width: 100%;
  }

  /* line 1936, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1939, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .left > div {
    width: 100%;
  }

  /* line 1942, resources/assets/styles/layouts/_new.scss */

  .section-two-big-four-small .section-one-big-three-small-inner .right-with-background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1945, resources/assets/styles/layouts/_new.scss */

  .post-box-wrap .simple-news-single-inner > a {
    width: 152px;
    position: relative;
    min-height: 85px;
  }

  /* line 1953, resources/assets/styles/layouts/_new.scss */

  .post-box-wrap .simple-news-single-inner > .desc {
    width: calc(100% - 152px);
  }

  /* line 1957, resources/assets/styles/layouts/_new.scss */

  .post-box-wrap .simple-news-single-inner > .desc h3 {
    font-size: 13px !important;
  }

  /* line 1960, resources/assets/styles/layouts/_new.scss */

  .title-wrap a {
    font-size: 18px;
    font-weight: 700;
    color: #5171b7;
    text-decoration: none !important;
    position: relative;
    bottom: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 150px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 1971, resources/assets/styles/layouts/_new.scss */

  .title-wrap .title-section {
    width: auto;
  }

  /* line 1974, resources/assets/styles/layouts/_new.scss */

  .e-book-section > div {
    width: 100%;
  }

  /* line 1977, resources/assets/styles/layouts/_new.scss */

  .e-book-section .img-wrap img {
    display: block;
    height: 200px;
  }

  /* line 1981, resources/assets/styles/layouts/_new.scss */

  .e-book-section .img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }

  /* line 1987, resources/assets/styles/layouts/_new.scss */

  .e-book-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1990, resources/assets/styles/layouts/_new.scss */

  .news-background-section:before {
    left: -15px;
  }

  /* line 1993, resources/assets/styles/layouts/_new.scss */

  .news-background-section:before {
    width: 15px;
  }

  /* line 1996, resources/assets/styles/layouts/_new.scss */

  .news-background-section:after {
    width: 15px;
  }

  /* line 1999, resources/assets/styles/layouts/_new.scss */

  .news-background-section:after {
    right: -15px;
  }
}

/* line 2003, resources/assets/styles/layouts/_new.scss */

.single-post__content .post__box--bordered .post__image {
  -ms-flex-preferred-size: 152px;
  flex-basis: 152px;
}

/* line 2007, resources/assets/styles/layouts/_new.scss */

.single-post__content .post__box .post__content {
  -ms-flex: 0 0 calc(100% - 182px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 182px);
}

/* line 2012, resources/assets/styles/layouts/_new.scss */

.contact-form-new {
  padding: 10px 20px;
}

/* line 2015, resources/assets/styles/layouts/_new.scss */

.contact-form-new > div {
  margin: 10px 0;
}

/* line 2018, resources/assets/styles/layouts/_new.scss */

.contact-form-new .contact-form-checkbox input {
  margin-right: 5px;
}

/* line 2023, resources/assets/styles/layouts/_new.scss */

.contact-form-new .btn--green {
  color: #fff !important;
}

/* line 2026, resources/assets/styles/layouts/_new.scss */

.contact-form-new .btn--green:hover {
  background: #000 !important;
}

/* line 2031, resources/assets/styles/layouts/_new.scss */

.contact-description {
  position: relative;
}

/* line 2034, resources/assets/styles/layouts/_new.scss */

.contact-description:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 80%;
  top: 10%;
  background: #5d7a27;
}

@media screen and (max-width: 680px) {
  /* line 2034, resources/assets/styles/layouts/_new.scss */

  .contact-description:before {
    display: none;
  }
}

/* line 2049, resources/assets/styles/layouts/_new.scss */

.contact-description.shadow {
  margin-bottom: 30px;
  padding: 20px 20px 0 20px;
}

/* line 2053, resources/assets/styles/layouts/_new.scss */

.contact-description.shadow p {
  line-height: 29px;
}

/* line 2057, resources/assets/styles/layouts/_new.scss */

.about-page-wrap {
  position: relative;
}

/* line 2060, resources/assets/styles/layouts/_new.scss */

.about-page-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2022/11/group-9.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

/* line 2074, resources/assets/styles/layouts/_new.scss */

.about-page-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 680px) {
  /* line 2074, resources/assets/styles/layouts/_new.scss */

  .about-page-wrap .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

/* line 2083, resources/assets/styles/layouts/_new.scss */

.about-page-wrap .img-wrap div:nth-of-type(1) {
  width: 100%;
  padding-top: 30px;
}

/* line 2088, resources/assets/styles/layouts/_new.scss */

.about-page-wrap .img-wrap.desno {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 680px) {
  /* line 2088, resources/assets/styles/layouts/_new.scss */

  .about-page-wrap .img-wrap.desno {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

/* line 2098, resources/assets/styles/layouts/_new.scss */

.about-page-wrap .quote-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px) {
  /* line 2098, resources/assets/styles/layouts/_new.scss */

  .about-page-wrap .quote-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 2107, resources/assets/styles/layouts/_new.scss */

.about-page-wrap .quote-wrap div:nth-of-type(2) {
  width: 100%;
  padding: 30px;
  background-color: rgba(93, 122, 40, 0.48);
  font-style: italic;
  font-weight: 500;
}

/* line 2115, resources/assets/styles/layouts/_new.scss */

.about-page-wrap .quote-wrap i {
  padding: 25px;
  border: 3px solid #5D7A28;
  border-radius: 50%;
  font-size: 50px;
  color: #5D7A28;
}

/* line 2126, resources/assets/styles/layouts/_new.scss */

.category-boxes .post__box--bordered .post__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 137px;
}

@media screen and (max-width: 1199px) {
  /* line 3, resources/assets/styles/components/_featured-products.scss */

  .featured-products .product__card {
    margin-bottom: 20px;
    height: auto;
  }
}

/* line 1, resources/assets/styles/layouts/_fullwidth-section.scss */

.fullwidth-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #212a3f;
}

/* line 7, resources/assets/styles/layouts/_fullwidth-section.scss */

.fullwidth-section .bg-image {
  position: absolute;
  top: 90px;
  left: 70px;
  opacity: 0.03;
}

/* line 14, resources/assets/styles/layouts/_fullwidth-section.scss */

.fullwidth-section .section__heading {
  margin-bottom: 15px;
}

/* line 24, resources/assets/styles/layouts/_fullwidth-section.scss */

.fullwidth-section .column-wide {
  grid-column: 1/-1;
}

@media screen and (max-width: 991px) {
  /* line 31, resources/assets/styles/layouts/_fullwidth-section.scss */

  .fullwidth-section .post {
    margin-bottom: 20px;
  }
}

/* line 1, resources/assets/styles/layouts/_posts.scss */

.post {
  position: relative;
}

/* line 4, resources/assets/styles/layouts/_posts.scss */

.post a {
  text-decoration: none;
  color: #fff;
}

/* line 10, resources/assets/styles/layouts/_posts.scss */

.post .post__content p {
  display: inline-block;
}

/* line 15, resources/assets/styles/layouts/_posts.scss */

.post .post__image {
  display: block;
  position: relative;
}

/* line 19, resources/assets/styles/layouts/_posts.scss */

.post .post__image.velika_slika {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 24, resources/assets/styles/layouts/_posts.scss */

.post .post__image.velika_slika img {
  height: 300px !important;
}

/* line 29, resources/assets/styles/layouts/_posts.scss */

.post .post__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  max-width: 40%;
  max-height: 40%;
}

/* line 39, resources/assets/styles/layouts/_posts.scss */

.post .post__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 46, resources/assets/styles/layouts/_posts.scss */

.post .post__title a {
  text-decoration: none;
}

/* line 51, resources/assets/styles/layouts/_posts.scss */

.post .post__category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #749efb;
}

/* line 57, resources/assets/styles/layouts/_posts.scss */

.post .post__category + .post__date {
  border-left: 1px solid #aaa;
  margin-left: 5px;
  padding-left: 5px;
  margin-bottom: 0;
}

/* line 65, resources/assets/styles/layouts/_posts.scss */

.post .post__date {
  font-size: 11px;
  color: #aaa;
}

/* line 70, resources/assets/styles/layouts/_posts.scss */

.post .post__price {
  font-size: 15px;
  color: #aaa;
}

/* line 77, resources/assets/styles/layouts/_posts.scss */

.double-sided .post {
  margin-bottom: 20px;
}

/* line 83, resources/assets/styles/layouts/_posts.scss */

.posts-partneri .post__image {
  position: relative;
  max-width: 143px;
  margin: 0 auto;
  min-height: 99px;
  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;
}

/* line 93, resources/assets/styles/layouts/_posts.scss */

.posts-partneri .post__card--small .post__title {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 101, resources/assets/styles/layouts/_posts.scss */

  .post .post__category {
    font-size: 11px;
  }

  /* line 105, resources/assets/styles/layouts/_posts.scss */

  .post .post__date {
    font-size: 12px;
  }
}

/* line 1, resources/assets/styles/layouts/_products.scss */

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px 15px;
}

/* line 7, resources/assets/styles/layouts/_products.scss */

.product {
  padding: 20px 25px;
  text-align: center;
  border-radius: 5px;
}

/* line 12, resources/assets/styles/layouts/_products.scss */

.product .product__link,
.product .woocommerce-loop-product__link {
  display: block;
}

/* line 17, resources/assets/styles/layouts/_products.scss */

.product .product__title,
.product .woocommerce-loop-product__title {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 24, resources/assets/styles/layouts/_products.scss */

.product .product__price {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}

/* line 30, resources/assets/styles/layouts/_products.scss */

.product .product__price .text_variable_price {
  font-weight: 300;
}

/* line 34, resources/assets/styles/layouts/_products.scss */

.product .product__price del {
  color: #aaa;
  font-size: 14px;
}

/* line 39, resources/assets/styles/layouts/_products.scss */

.product .product__price ins {
  text-decoration: none;
}

/* line 45, resources/assets/styles/layouts/_products.scss */

.product__card {
  padding: 35px 20px 35px 5px;
  border-radius: 5px;
}

/* line 49, resources/assets/styles/layouts/_products.scss */

.product__card .btn {
  padding: 7px 13px;
}

/* line 53, resources/assets/styles/layouts/_products.scss */

.product__card .product__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

/* line 58, resources/assets/styles/layouts/_products.scss */

.product__card .product__title a {
  color: #333;
  text-decoration: none;
}

/* line 64, resources/assets/styles/layouts/_products.scss */

.product__card .product__price {
  font-size: 22px;
  color: #749efb;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 70, resources/assets/styles/layouts/_products.scss */

.product__card .product__price .text_variable_price {
  font-weight: 300;
  display: block;
}

/* line 75, resources/assets/styles/layouts/_products.scss */

.product__card .product__price del {
  color: #aaa;
  font-size: 14px;
}

/* line 80, resources/assets/styles/layouts/_products.scss */

.product__card .product__price ins {
  text-decoration: none;
}

/* line 85, resources/assets/styles/layouts/_products.scss */

.product__card--horizontal {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

/* line 92, resources/assets/styles/layouts/_products.scss */

.product__card--horizontal .product__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 98, resources/assets/styles/layouts/_products.scss */

.product__card--horizontal .product__content {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 160px);
          flex: 0 0 calc(100% - 160px);
}

/* line 104, resources/assets/styles/layouts/_products.scss */

.product__card--horizontal .product__content .btn {
  -ms-flex-item-align: end;
      align-self: end;
}

/* line 110, resources/assets/styles/layouts/_products.scss */

.product__card--vertical {
  text-align: center;
  padding: 25px 25px 30px;
}

/* line 114, resources/assets/styles/layouts/_products.scss */

.product__card--vertical .product__image {
  display: block;
  margin-bottom: 35px;
}

/* line 119, resources/assets/styles/layouts/_products.scss */

.product__card--vertical .product__price {
  font-size: 33px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  /* line 129, resources/assets/styles/layouts/_products.scss */

  .product__card--horizontal .product__image {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }

  /* line 133, resources/assets/styles/layouts/_products.scss */

  .product__card--horizontal .product__content {
    -ms-flex-preferred-size: calc(100% - 120px);
        flex-basis: calc(100% - 120px);
  }

  /* line 137, resources/assets/styles/layouts/_products.scss */

  .product__card--horizontal .product__title {
    font-size: 12.5px;
  }

  /* line 141, resources/assets/styles/layouts/_products.scss */

  .product__card--horizontal .product__price {
    font-size: 17px;
  }

  /* line 145, resources/assets/styles/layouts/_products.scss */

  .product__card--horizontal .btn {
    font-size: 10px;
    padding: 7px 10px;
  }
}

/* line 1, resources/assets/styles/layouts/_partners.scss */

.partners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}

/* line 6, resources/assets/styles/layouts/_partners.scss */

.partners .fullwidth-column {
  grid-column: 1/-1;
}

/* line 10, resources/assets/styles/layouts/_partners.scss */

.partners .partners-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 13, resources/assets/styles/layouts/_partners.scss */

.partners .partners-wrap .partner-single {
  width: calc(20% - 20px);
}

@media screen and (max-width: 768px) {
  /* line 13, resources/assets/styles/layouts/_partners.scss */

  .partners .partners-wrap .partner-single {
    width: calc(50% - 12px);
  }
}

/* line 24, resources/assets/styles/layouts/_partners.scss */

.partner .section__heading {
  margin-bottom: 15px;
}

/* line 28, resources/assets/styles/layouts/_partners.scss */

.partner a {
  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;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 20px;
  border-radius: 5px;
}

/* line 38, resources/assets/styles/layouts/_partners.scss */

.partner img {
  margin-bottom: 20px;
}

/* line 42, resources/assets/styles/layouts/_partners.scss */

.partner span {
  font-size: 14px;
  text-decoration: underline;
  font-style: italic;
  color: #999;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 575px) {
  /* line 54, resources/assets/styles/layouts/_partners.scss */

  .partner a {
    padding: 20px 10px;
  }

  /* line 58, resources/assets/styles/layouts/_partners.scss */

  .partner span {
    font-size: 11px;
  }
}

/* line 1, resources/assets/styles/layouts/_page-content.scss */

.page-content {
  margin-bottom: 30px;
}

/* line 4, resources/assets/styles/layouts/_page-content.scss */

.page-content h1 {
  --min-font-px: 28px;
  --min-font: 28;
  --max-font: 32;
}

/* line 11, resources/assets/styles/layouts/_page-content.scss */

.page-content h2:not(.section__heading) {
  --min-font-px: 23px;
  --min-font: 23;
  --max-font: 25;
  font-weight: 700;
  line-height: 0.93;
  margin-bottom: 30px;
}

/* line 21, resources/assets/styles/layouts/_page-content.scss */

.page-content h3 {
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 20;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

/* line 30, resources/assets/styles/layouts/_page-content.scss */

.page-content h4 {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 17;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 25px;
}

/* line 39, resources/assets/styles/layouts/_page-content.scss */

.page-content h5 {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 16;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 47, resources/assets/styles/layouts/_page-content.scss */

.page-content h6 {
  --min-font-px: 12px;
  --min-font: 12;
  --max-font: 13;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 63, resources/assets/styles/layouts/_page-content.scss */

.page-content h2 a,
.page-content h3 a,
.page-content h4 a,
.page-content h5 a,
.page-content h6 a,
.page-content p a,
.page-content ul a,
.page-content ol a {
  font-weight: 600;
  color: #5171b7;
  text-decoration: underline;
}

/* line 70, resources/assets/styles/layouts/_page-content.scss */

.page-content p,
.page-content ul,
.page-content ol {
  line-height: 1.29;
}

/* line 75, resources/assets/styles/layouts/_page-content.scss */

.page-content p img,
.page-content ul img,
.page-content ol img {
  margin-bottom: 0;
}

/* line 79, resources/assets/styles/layouts/_page-content.scss */

.page-content p:not(:last-child),
.page-content ul:not(:last-child),
.page-content ol:not(:last-child) {
  margin-bottom: 20px;
}

/* line 84, resources/assets/styles/layouts/_page-content.scss */

.page-content ol,
.page-content ul {
  padding-left: 20px;
}

/* line 88, resources/assets/styles/layouts/_page-content.scss */

.page-content ol li,
.page-content ul li {
  line-height: 1.53;
}

/* line 93, resources/assets/styles/layouts/_page-content.scss */

.page-content img {
  margin-bottom: 35px;
}

/* line 97, resources/assets/styles/layouts/_page-content.scss */

.page-content .iframe-container {
  margin-bottom: 25px;
}

/* line 101, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-block-image {
  display: grid;
  place-content: center;
  margin-bottom: 30px;
}

/* line 106, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-block-image .image-container {
  position: relative;
}

/* line 110, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-block-image img {
  margin-bottom: 0;
}

/* line 114, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-block-image .watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 0 5px 0 5px;
  font-size: 13px;
}

/* line 125, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-block-image .wp-caption-text {
  margin-top: 10px;
}

/* line 130, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-caption {
  margin: 0 auto 30px;
  max-width: 100%;
}

/* line 135, resources/assets/styles/layouts/_page-content.scss */

.page-content .wp-caption-text {
  font-style: italic;
  text-align: center;
}

/* line 140, resources/assets/styles/layouts/_page-content.scss */

.page-content .blockquote {
  margin-bottom: 20px;
}

/* line 143, resources/assets/styles/layouts/_page-content.scss */

.page-content .blockquote cite {
  display: block;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 40px;
  line-height: 1.29;
  color: #6b863b;
}

/* line 152, resources/assets/styles/layouts/_page-content.scss */

.page-content .blockquote p {
  font-weight: 600;
}

/* line 157, resources/assets/styles/layouts/_page-content.scss */

.page-content .table {
  border: 1px solid #ebebeb;
  text-align: center;
  margin-bottom: 30px;
}

/* line 163, resources/assets/styles/layouts/_page-content.scss */

.page-content .table thead tr {
  background-color: #a27aa2;
}

/* line 168, resources/assets/styles/layouts/_page-content.scss */

.page-content .table th {
  border-bottom: none;
  color: #fff;
  font-weight: 600;
  line-height: 2.63;
  padding: 10px;
  vertical-align: middle;
}

/* line 176, resources/assets/styles/layouts/_page-content.scss */

.page-content .table th:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

/* line 181, resources/assets/styles/layouts/_page-content.scss */

.page-content .table td {
  border-top-color: #ebebeb;
  padding: 0;
  line-height: 2.8;
  color: #000;
  padding: 10px;
  vertical-align: middle;
}

/* line 189, resources/assets/styles/layouts/_page-content.scss */

.page-content .table td:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

/* line 195, resources/assets/styles/layouts/_page-content.scss */

.page-content .custom-blockquote {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(150, 166, 222, 0.15);
  max-width: 83.33333%;
  margin: 40px auto;
  padding: 35px 40px;
}

/* line 204, resources/assets/styles/layouts/_page-content.scss */

.page-content .custom-blockquote p {
  color: #5171b7;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-left: 40px;
}

/* line 215, resources/assets/styles/layouts/_page-content.scss */

.page-content .media-text {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px 50px;
}

/* line 221, resources/assets/styles/layouts/_page-content.scss */

.page-content .media-text .media-text__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 20px;
}

/* line 225, resources/assets/styles/layouts/_page-content.scss */

.page-content .media-text .media-text__image img {
  margin: 0;
}

/* line 230, resources/assets/styles/layouts/_page-content.scss */

.page-content .media-text .media-text__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  padding: 0 20px;
}

/* line 237, resources/assets/styles/layouts/_page-content.scss */

.page-content .media-text--right .blockquote p {
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* line 246, resources/assets/styles/layouts/_page-content.scss */

  h1 {
    font-size: 30px;
  }

  /* line 251, resources/assets/styles/layouts/_page-content.scss */

  .page-content h2 {
    margin-bottom: 40px;
  }

  /* line 254, resources/assets/styles/layouts/_page-content.scss */

  .page-content h2:not(.section__heading) {
    font-size: 25px;
  }

  /* line 259, resources/assets/styles/layouts/_page-content.scss */

  .page-content p,
  .page-content ul,
  .page-content ol {
    font-size: 18px;
    line-height: 22px;
  }

  /* line 266, resources/assets/styles/layouts/_page-content.scss */

  .page-content .custom-blockquote {
    max-width: 100%;
    padding: 30px;
  }

  /* line 270, resources/assets/styles/layouts/_page-content.scss */

  .page-content .custom-blockquote svg {
    width: 40px;
  }

  /* line 274, resources/assets/styles/layouts/_page-content.scss */

  .page-content .custom-blockquote p {
    font-size: 16px;
    margin-left: 30px;
  }

  /* line 280, resources/assets/styles/layouts/_page-content.scss */

  .page-content .media-text {
    margin-bottom: 30px;
  }

  /* line 283, resources/assets/styles/layouts/_page-content.scss */

  .page-content .media-text .media-text__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 289, resources/assets/styles/layouts/_page-content.scss */

  .page-content .media-text .media-text__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 1, resources/assets/styles/components/_custom-select.scss */

.custom-select {
  --radius: 5px;
  position: relative;
  border: 1px solid #ccc;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.33);
  border-radius: var(--radius);
}

/* line 9, resources/assets/styles/components/_custom-select.scss */

.custom-select::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 8px;
  border: 5px solid transparent;
  border-top-color: #333;
  -webkit-transition: 200ms -webkit-transform ease;
  transition: 200ms -webkit-transform ease;
  -o-transition: 200ms -o-transform ease;
  transition: 200ms transform ease;
  transition: 200ms transform ease, 200ms -webkit-transform ease, 200ms -o-transform ease;
}

/* line 19, resources/assets/styles/components/_custom-select.scss */

.custom-select .option {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  line-height: 1;
  -webkit-transition: 250ms color ease;
  -o-transition: 250ms color ease;
  transition: 250ms color ease;
}

/* line 26, resources/assets/styles/components/_custom-select.scss */

.custom-select .option:not(:first-child) {
  border-top: 1px solid #ccc;
}

/* line 30, resources/assets/styles/components/_custom-select.scss */

.custom-select .option:hover {
  color: #000;
}

/* line 34, resources/assets/styles/components/_custom-select.scss */

.custom-select .option--selected {
  padding: 10px;
}

/* line 39, resources/assets/styles/components/_custom-select.scss */

.custom-select.show {
  border-radius: var(--radius) var(--radius) 0 0;
}

/* line 42, resources/assets/styles/components/_custom-select.scss */

.custom-select.show .custom-select__options {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* line 46, resources/assets/styles/components/_custom-select.scss */

.custom-select.show::after {
  top: 11px;
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
}

/* line 53, resources/assets/styles/components/_custom-select.scss */

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

/* line 6, resources/assets/styles/components/_post-card.scss */

.posts-partneri .post__card .post__image img {
  height: auto !important;
}

/* line 14, resources/assets/styles/components/_post-card.scss */

.post__card .wrapper {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  height: 100%;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

/* line 25, resources/assets/styles/components/_post-card.scss */

.post__card .post__image img {
  border-radius: 5px 5px 0 0;
  margin: 0;
  height: 153px;
}

/* line 32, resources/assets/styles/components/_post-card.scss */

.post__card .post__content {
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 38, resources/assets/styles/components/_post-card.scss */

.post__card .post__title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 18px;
}

/* line 44, resources/assets/styles/components/_post-card.scss */

.post__card .post__title a {
  color: #000;
}

/* line 50, resources/assets/styles/components/_post-card.scss */

.post__card--blue .wrapper {
  background-color: #4a566d;
}

/* line 55, resources/assets/styles/components/_post-card.scss */

.post__card--blue .post__title a {
  color: #fff;
}

/* line 62, resources/assets/styles/components/_post-card.scss */

.post__card--small .post__title {
  font-size: 16px;
}

/* line 68, resources/assets/styles/components/_post-card.scss */

.post__card:not(.post__card--blue) .post__category {
  color: #8f9dcf;
}

@media screen and (max-width: 1199px) {
  /* line 76, resources/assets/styles/components/_post-card.scss */

  .post__card .post__title {
    font-size: 16px;
  }
}

/* line 1, resources/assets/styles/components/_post-box.scss */

.post__box {
  padding: 20px 0;
}

/* line 16, resources/assets/styles/components/_post-box.scss */

.post__box .wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -7px;
}

/* line 23, resources/assets/styles/components/_post-box.scss */

.post__box .post__image {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

/* line 27, resources/assets/styles/components/_post-box.scss */

.post__box .post__image img {
  width: 200px;
  height: auto;
  border-radius: 5px;
}

/* line 34, resources/assets/styles/components/_post-box.scss */

.post__box .post__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 220px);
          flex: 0 0 calc(100% - 220px);
  padding: 0 0 0 12px;
}

/* line 39, resources/assets/styles/components/_post-box.scss */

.post__box .post__title {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 44, resources/assets/styles/components/_post-box.scss */

.post__box--bordered {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
}

/* line 51, resources/assets/styles/components/_post-box.scss */

.post__box--bordered .wrapper {
  height: 100%;
}

/* line 55, resources/assets/styles/components/_post-box.scss */

.post__box--bordered:first-child,
.post__box--bordered:last-child {
  padding: 0;
}

/* line 60, resources/assets/styles/components/_post-box.scss */

.post__box--bordered .post__image {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

/* line 63, resources/assets/styles/components/_post-box.scss */

.post__box--bordered .post__image img {
  height: 100%;
  margin: 0;
}

/* line 69, resources/assets/styles/components/_post-box.scss */

.post__box--bordered .post__title {
  font-size: 16px;
  min-height: 30px;
}

/* line 73, resources/assets/styles/components/_post-box.scss */

.post__box--bordered .post__title a {
  color: #222;
}

/* line 78, resources/assets/styles/components/_post-box.scss */

.post__box--bordered:not(:last-child) {
  margin-bottom: 10px;
  border: none;
}

@media screen and (max-width: 1199px) {
  /* line 87, resources/assets/styles/components/_post-box.scss */

  .post__box .post__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  /* line 95, resources/assets/styles/components/_post-box.scss */

  .post__box .post__title {
    font-size: 13px;
  }

  /* line 98, resources/assets/styles/components/_post-box.scss */

  .post__box .post__content {
    padding: 13px 5px 0 12px;
  }
}

@media screen and (max-width: 575px) {
  /* line 110, resources/assets/styles/components/_post-box.scss */

  .post__box .wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 115, resources/assets/styles/components/_post-box.scss */

  .post__box .post__image img {
    height: 100%;
  }
}

/* line 1, resources/assets/styles/components/_quantity.scss */

.product-add-to-cart {
  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;
  margin-bottom: 20px;
}

/* line 6, resources/assets/styles/components/_quantity.scss */

.product-add-to-cart .variations {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

/* line 15, resources/assets/styles/components/_quantity.scss */

.product-add-to-cart .product__variation label {
  display: block;
}

/* line 19, resources/assets/styles/components/_quantity.scss */

.product-add-to-cart .product__variation select {
  display: none;
}

/* line 24, resources/assets/styles/components/_quantity.scss */

.product-add-to-cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 29, resources/assets/styles/components/_quantity.scss */

.quantity {
  width: 90px;
  position: relative;
  border: 1px solid #e1e1e1;
  height: 40px;
  margin-right: 15px;
}

/* line 36, resources/assets/styles/components/_quantity.scss */

.quantity .custom__input {
  height: 38px;
  text-align: center;
  -moz-appearance: textfield;
  color: #888;
  border: none;
  max-width: 100%;
}

/* line 44, resources/assets/styles/components/_quantity.scss */

.quantity .custom__input::-webkit-outer-spin-button,
.quantity .custom__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 51, resources/assets/styles/components/_quantity.scss */

.quantity .btn {
  padding: 10px 20px;
  height: 40px;
}

/* line 55, resources/assets/styles/components/_quantity.scss */

.quantity .btn--qty {
  position: absolute;
  top: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #888;
  border: none;
}

/* line 65, resources/assets/styles/components/_quantity.scss */

.quantity .btn--qty:hover {
  color: #6c757d;
}

/* line 70, resources/assets/styles/components/_quantity.scss */

.quantity .btn--minus {
  left: 0;
  border-color: #DCE1C0 !important;
  color: #DCE1C0 !important;
  font-weight: 200;
}

/* line 77, resources/assets/styles/components/_quantity.scss */

.quantity .btn--plus {
  right: 0;
  color: #C0D72F;
  border-color: #C0D72F;
  font-weight: 200;
}

/* line 86, resources/assets/styles/components/_quantity.scss */

.variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/components/_mini-cart.scss */

.toast--cart {
  background-color: #fff;
  padding: 30px 0;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  -o-transition: 250ms -o-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease, 250ms -o-transform ease;
  -webkit-box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

/* line 10, resources/assets/styles/components/_mini-cart.scss */

.toast--cart .container {
  padding: 0;
}

/* line 13, resources/assets/styles/components/_mini-cart.scss */

.toast--cart .container .row {
  margin: 0 -8px;
}

/* line 18, resources/assets/styles/components/_mini-cart.scss */

.toast--cart .action-buttons {
  text-align: right;
}

/* line 21, resources/assets/styles/components/_mini-cart.scss */

.toast--cart .action-buttons .btn {
  padding: 10px 25px;
}

/* line 24, resources/assets/styles/components/_mini-cart.scss */

.toast--cart .action-buttons .btn:first-child {
  margin-right: 10px;
}

/* line 30, resources/assets/styles/components/_mini-cart.scss */

.toast--cart.show {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* line 36, resources/assets/styles/components/_mini-cart.scss */

.mini__cart .wc-cart-icon {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 43, resources/assets/styles/components/_mini-cart.scss */

.mini__cart .product__title,
.mini__cart .total p {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 18;
}

/* line 50, resources/assets/styles/components/_mini-cart.scss */

.mini__cart .num-items {
  font-weight: 400;
  text-decoration: underline;
}

/* line 55, resources/assets/styles/components/_mini-cart.scss */

.mini__cart .amount {
  font-weight: 700;
}

/* line 59, resources/assets/styles/components/_mini-cart.scss */

.mini__cart .cart-url {
  grid-row: span 2;
}

@media screen and (max-width: 991px) {
  /* line 66, resources/assets/styles/components/_mini-cart.scss */

  .toast .action-buttons {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  /* line 75, resources/assets/styles/components/_mini-cart.scss */

  .toast .container {
    padding: 0 20px;
  }

  /* line 80, resources/assets/styles/components/_mini-cart.scss */

  .toast .action-buttons .btn {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 425px) {
  /* line 90, resources/assets/styles/components/_mini-cart.scss */

  .toast .action-buttons .btn {
    width: 100%;
    padding: 10px 15px;
  }

  /* line 94, resources/assets/styles/components/_mini-cart.scss */

  .toast .action-buttons .btn:first-child {
    margin: 0 0 20px;
  }
}

/* line 6, resources/assets/styles/components/_splide.scss */

.splide--dark .splide__arrow svg path {
  fill: #000;
}

/* line 13, resources/assets/styles/components/_splide.scss */

.splide__pagination {
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* line 20, resources/assets/styles/components/_splide.scss */

.splide__pagination li {
  width: 13px;
  height: 13px;
  margin: 0 4px;
}

/* line 27, resources/assets/styles/components/_splide.scss */

.splide__pagination button {
  border: 2px solid #5D7A28;
  background-color: transparent;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
}

/* line 37, resources/assets/styles/components/_splide.scss */

.splide__pagination button.is-active {
  background-color: #5D7A28;
  border: none;
}

/* line 44, resources/assets/styles/components/_splide.scss */

.splide__arrows {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 55, resources/assets/styles/components/_splide.scss */

.splide__arrows .splide__arrow {
  margin: 0 7px;
  padding: 0;
  background-color: transparent;
}

/* line 62, resources/assets/styles/components/_splide.scss */

.splide__track {
  z-index: 2;
}

/* line 67, resources/assets/styles/components/_splide.scss */

.first_fold .splide__track {
  z-index: 1;
}

/* line 72, resources/assets/styles/components/_splide.scss */

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  margin-bottom: 5px;
}

/* line 76, resources/assets/styles/components/_splide.scss */

.splide__slide__row {
  height: 100% !important;
}

@media only screen and (max-width: 767px) {
  /* line 82, resources/assets/styles/components/_splide.scss */

  .splide__pagination li {
    margin: 0;
    width: auto;
    height: auto;
  }

  /* line 88, resources/assets/styles/components/_splide.scss */

  .splide__pagination button {
    width: 13px;
    height: 13px;
    margin: 0 7px;
    display: block;
  }
}

/* line 16, stdin */

.product_meta_info {
  margin-top: 37px;
}

/* line 20, stdin */

.breadcrumbs {
  color: #5D7A28;
}

/* line 21, stdin */

.breadcrumbs .breadcrumb_last {
  background: #F1F6D7;
  border-radius: 3px;
  padding: 5px 7px;
}

/* line 30, stdin */

.product--content {
  text-align: left;
  padding: 0 8px;
}

/* line 35, stdin */

.product-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 43, stdin */

.product__image img {
  width: 100%;
}

/* line 49, stdin */

.product__main h1 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 20px;
}

/* line 55, stdin */

.product__main .product__price {
  font-size: 33px;
  font-weight: 700;
  color: #8f9dcf;
  margin-bottom: 30px;
}

/* line 62, stdin */

.product__main .single_add_to_cart_button {
  border: none;
  outline: none;
  border-radius: 3px;
  background-color: #C0D72F;
  padding: 0 70px;
  max-height: 40px;
  height: 40px;
}

/* line 73, stdin */

.product__short-description {
  margin-bottom: 30px;
}

/* line 77, stdin */

.product__description {
  grid-column: 1/-1;
}

/* line 80, stdin */

.product__description iframe {
  max-height: 500px;
  height: 500px;
}

/* line 86, stdin */

form.cart {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

/* line 92, stdin */

form.cart .variations {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

/* line 97, stdin */

form.cart .single_variation_wrap .single_variation {
  height: 0;
}

/* line 102, stdin */

form.cart .reset_variations {
  display: none;
}

@media screen and (max-width: 599px) {
  /* line 108, stdin */

  .product__description {
    grid-column: 1/-1;
  }

  /* line 111, stdin */

  .product__description iframe {
    max-height: 350px;
    height: 350px;
  }

  /* line 117, stdin */

  .product-hero {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* line 122, stdin */

.main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 127, stdin */

.custom-select {
  width: 100%;
}

/* line 131, stdin */

.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 138, stdin */

#single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 141, stdin */

#single_product .carousel-inner {
  width: calc(100% - 100px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 145, stdin */

#single_product .carousel-inner .carousel-item {
  display: none;
}

/* line 148, stdin */

#single_product .carousel-inner .carousel-item.active {
  display: block;
  position: relative;
}

/* line 155, stdin */

#single_product .carousel-indicators {
  list-style: none;
  padding: 0;
  max-width: 100px;
  margin-right: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 165, stdin */

.variation_wrapper .price_for {
  font-size: 16px;
  color: #C0D72F;
  margin-bottom: 5px;
}

/* line 171, stdin */

.variation_wrapper .sku_for {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  color: #0F1833;
}

/* line 178, stdin */

.variation_wrapper .woocommerce-Price-amount.amount {
  font-size: 32px;
  line-height: 39px;
  color: #283143;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

/* line 187, stdin */

.variation_wrapper .woocommerce-price-suffix {
  display: none;
}

/* line 191, stdin */

.variation_wrapper .quantity_for {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  color: #0F1833;
  margin-right: 15px;
}

/* line 199, stdin */

.variation_wrapper .quantity {
  width: 100%;
  border: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
  margin-bottom: 20px;
}

/* line 208, stdin */

.variation_wrapper .quantity .btn--qty {
  position: relative;
  border: 1px solid #C0D72F;
  height: 40px;
  width: 40px;
}

/* line 215, stdin */

.variation_wrapper .quantity .custom__input {
  width: 56px;
  height: 40px;
  border: 1px solid #C0D72F;
  margin: 0 9px;
  border-radius: 3px;
}

/* line 222, stdin */

.variation_wrapper .quantity .custom__input input {
  color: black;
  font-weight: 500;
}

/* line 228, stdin */

.variation_wrapper .quantity .single_add_to_cart_button {
  border: none;
  outline: none;
  border-radius: 3px;
  background-color: #C0D72F;
  padding: 0 70px;
  margin-left: 15px;
  max-height: 40px;
  height: 40px;
}

/* line 242, stdin */

.product_meta_info .border_product-meta {
  border-top: 1px solid #C0D72F;
  border-bottom: 1px solid #C0D72F;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 249, stdin */

.product_meta_info .title_opis {
  font-size: 30px;
  line-height: 36px;
  color: #283143;
  margin-bottom: 25px;
}

/* line 256, stdin */

.product_meta_info .product_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: #283143;
}

/* line 265, stdin */

.product_meta_info .characteristics ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: #283143;
}

/* line 275, stdin */

.product_meta_info .spec_wrapper .bg_grey {
  background-color: #E5E5E5;
}

/* line 279, stdin */

.product_meta_info .spec_wrapper .bg_color_spec {
  padding: 7px;
}

/* line 282, stdin */

.product_meta_info .spec_wrapper .bg_color_spec span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #283143;
}

/* line 292, stdin */

.favorite_products {
  margin-top: 50px;
}

/* line 295, stdin */

.favorite_products .product_wrapper {
  border: 1px solid #C0D72F;
  position: relative;
}

/* line 300, stdin */

.favorite_products .product_info {
  padding-left: 11px;
  padding-right: 14px;
}

/* line 304, stdin */

.favorite_products .product_info .discount {
  border-radius: 0 0 10px;
  background-color: #FF7B31;
  padding: 5px 11px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 312, stdin */

.favorite_products .product_info .discount span {
  font-size: 16px;
  color: white;
  font-weight: 700;
  line-height: 19.5px;
}

/* line 320, stdin */

.favorite_products .product_info .title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  color: #283143;
}

/* line 329, stdin */

.favorite_products .product_info .price .price_primary {
  display: block;
  margin-bottom: 5px;
  color: #C0D72F;
  font-size: 10px;
  line-height: 12.19px;
  font-weight: 500;
}

/* line 337, stdin */

.favorite_products .product_info .price .price_primary + .price_regular {
  color: #283143;
}

/* line 342, stdin */

.favorite_products .product_info .price .price_sale {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  color: #283143;
  text-decoration: line-through;
}

/* line 352, stdin */

.favorite_products .product_info .price .price_regular {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  color: #FF7B31;
}

/* line 364, stdin */

.favorite_products .product_image img {
  margin-bottom: 24px;
}

/* line 369, stdin */

.favorite_products .favorite_products-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  color: #283143;
  margin-bottom: 20px;
}

/* line 377, stdin */

.favorite_products .add_to_cart {
  background-color: #C0D72F;
  text-align: center;
}

/* line 381, stdin */

.favorite_products .add_to_cart button {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  padding: 13px;
  color: #283143;
  display: block;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  width: 100%;
}

/* line 395, stdin */

.favorite_products .add_to_cart a {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  padding: 8px;
  color: #283143;
  display: block;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}

/* line 410, stdin */

.favorite_products #favorite_product .splide__pagination {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* line 417, stdin */

.favorite_products .splide__arrows {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: unset;
       -o-transform: unset;
          transform: unset;
}

/* line 427, stdin */

.favorite_products .splide__arrows .splide__arrow {
  position: absolute;
  outline: none;
  border: none;
  background: #DCE1C0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 438, stdin */

.favorite_products .splide__arrows .splide__arrow--prev {
  left: -45px;
}

/* line 442, stdin */

.favorite_products .splide__arrows .splide__arrow--next {
  right: -45px;
}

/* line 449, stdin */

.favorite_products.category_products .favorite_product_slide {
  margin-bottom: 40px;
}

/* line 453, stdin */

.favorite_products.category_products .splide__pagination {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 460, stdin */

.favorite_products.category_products .product_wrapper .product_image {
  margin-bottom: 35px;
}

/* line 465, stdin */

.favorite_products.category_products .product_wrapper .price .price_regular {
  color: #0F1833;
}

/* line 471, stdin */

.favorite_products.category_products .product_wrapper .add_to_cart a {
  padding: 13px;
}

/* line 479, stdin */

.favorite_products-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #0F1833;
  margin-bottom: 20px;
}

/* line 487, stdin */

#header {
  padding: 21px 0 0;
}

/* line 490, stdin */

#header .site__logo {
  margin-right: 40px;
}

/* line 494, stdin */

#header .postHeader {
  margin-top: 21px;
  border-top: 1px solid #C0D72F;
}

/* line 499, stdin */

#header .navbar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 500, stdin */

#header .navbar-nav > .menu-item {
  padding: 0;
}

/* line 507, stdin */

#header .phone {
  background-color: #C0D72F;
  padding: 11px 26px;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 514, stdin */

#header .phone svg {
  margin-right: 6px;
}

/* line 519, stdin */

#header .phone .number a {
  color: #0F1833;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

/* line 528, stdin */

#header .menus_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 533, stdin */

#header .postHeader_collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  overflow: hidden;
}

/* line 541, stdin */

.search__form-header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 545, stdin */

.search__form-header .search__input {
  height: 42px;
  border: 1.4px solid #C0D72F;
  width: 100%;
  padding: 10px 0 10px 38px;
  border-radius: 5px;
  color: #B0B0B0;
  font-weight: 500;
  line-height: 17px;
}

/* line 556, stdin */

.search__form-header svg {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 565, stdin */

.login_access .login_panel {
  color: white;
  position: relative;
}

/* line 569, stdin */

.login_access .login_panel:first-of-type {
  padding-left: 70px;
  padding-right: 30px;
}

/* line 574, stdin */

.login_access .login_panel svg {
  margin-right: 9px;
}

/* line 578, stdin */

.login_access .login_panel .login_text {
  height: 100%;
  vertical-align: middle;
}

/* line 583, stdin */

.login_access .login_panel .cart_content {
  position: relative;
}

/* line 586, stdin */

.login_access .login_panel .cart_content .cart_number {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #0F1833;
  right: 7px;
  top: -2px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
}

/* line 602, stdin */

.secondary-nav .product-categories {
  position: relative;
  margin-right: 40px;
}

/* line 606, stdin */

.secondary-nav .product-categories .mobile_login {
  display: none;
}

/* line 610, stdin */

.secondary-nav .product-categories hr {
  display: none;
}

/* line 614, stdin */

.secondary-nav .product-categories .mobile_header_title {
  display: none;
}

/* line 618, stdin */

.secondary-nav .product-categories .primary-categories {
  position: absolute;
  top: 49px;
  left: 0;
  background-color: white;
  list-style: none;
  padding: 9px 15px;
  width: 250px;
  display: none;
}

/* line 628, stdin */

.secondary-nav .product-categories .primary-categories.show {
  display: block;
}

/* line 632, stdin */

.secondary-nav .product-categories .primary-categories a {
  color: #283143;
  font-size: 14px;
  line-height: 17.07px;
  font-weight: 500;
}

/* line 639, stdin */

.secondary-nav .product-categories .primary-categories .collapsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
  position: relative;
}

/* line 645, stdin */

.secondary-nav .product-categories .primary-categories .collapsible .icon {
  margin-right: 10px;
}

/* line 649, stdin */

.secondary-nav .product-categories .primary-categories .collapsible .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}

/* line 658, stdin */

.secondary-nav .product-categories .primary-categories .megamenu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  width: 800px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 30px 25px;
}

/* line 672, stdin */

.secondary-nav .product-categories .primary-categories .megamenu.show {
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  z-index: 1020;
  visibility: visible;
}

/* line 679, stdin */

.secondary-nav .product-categories .primary-categories .megamenu .sub-menu-categories {
  list-style: none;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  float: left;
}

/* line 687, stdin */

.secondary-nav .product-categories .primary-categories .megamenu .main_category-title {
  font-weight: 700;
}

/* line 691, stdin */

.secondary-nav .product-categories .primary-categories .megamenu .main_category-link {
  text-decoration: underline;
}

/* line 694, stdin */

.secondary-nav .product-categories .primary-categories .megamenu .main_category-link svg {
  margin-left: 10px;
}

/* line 699, stdin */

.secondary-nav .product-categories .primary-categories .megamenu .sub-menu-child-categories {
  list-style: none;
}

/* line 704, stdin */

.secondary-nav .product-categories .primary-categories .collapse:not(.show) {
  display: none;
}

/* line 710, stdin */

.secondary-nav .toggler {
  background: #0F1833;
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding: 11px 14px;
  border-radius: 5px 5px 0 0;
  outline: none;
  border: none;
  width: 250px;
  text-align: left;
}

/* line 722, stdin */

.secondary-nav .toggler svg {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  /* line 730, stdin */

  #header .search__form-header {
    width: 100%;
    max-width: 100%;
  }

  /* line 736, stdin */

  #header .menus_info_container .phone {
    display: none;
  }

  /* line 741, stdin */

  #header .navbar__toggler {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 745, stdin */

  #header .site__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    max-width: 165px;
  }

  /* line 751, stdin */

  #header .login_access {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 755, stdin */

  #header .login_panel {
    padding: 0;
    vertical-align: middle;
  }

  /* line 760, stdin */

  #header .search__form-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  /* line 765, stdin */

  #header #product-categories_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  /* line 769, stdin */

  #header #product-categories_wrapper.show {
    display: block;
  }

  /* line 774, stdin */

  #header .login_text {
    display: none;
  }

  /* line 778, stdin */

  #header .phone_mobile {
    display: inline-block;
    vertical-align: middle;
  }

  /* line 783, stdin */

  #header .navbar {
    padding-bottom: 0;
  }

  /* line 787, stdin */

  #header .postHeader {
    border-top: transparent;
    margin-top: 0;
  }

  /* line 792, stdin */

  #header #menu-shop {
    display: block;
    padding: 20px 0;
  }

  /* line 796, stdin */

  #header #menu-shop li {
    display: inline-block;
  }

  /* line 799, stdin */

  #header #menu-shop li a {
    padding: 0 10px;
    color: white;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 810, stdin */

  #header .search__form-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  /* line 814, stdin */

  #header #menu-shop {
    padding-bottom: 10px;
  }

  /* line 822, stdin */

  .features .single__feature .feature__body .feature__title {
    font-size: 10px;
    max-width: 50%;
  }

  /* line 827, stdin */

  .features .single__feature .feature__body .percent {
    max-width: 22px;
  }

  /* line 837, stdin */

  .favorite_products .product_info .price .price_regular {
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {
  /* line 848, stdin */

  #hero_fold .slider_fold .product__title * {
    font-size: 29px;
  }

  /* line 852, stdin */

  #hero_fold .slider_fold .product__add {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* line 858, stdin */

  #hero_fold .splide__pagination {
    bottom: 25px;
    z-index: 1;
  }

  /* line 863, stdin */

  #primary-categories {
    display: none;
  }

  /* line 869, stdin */

  .suggested .image_wrapper picture:first-of-type {
    display: none;
  }

  /* line 873, stdin */

  .suggested .image_wrapper picture:nth-of-type(2) {
    display: block;
  }

  /* line 880, stdin */

  .secondary-nav .product-categories {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 1021;
    overflow-y: auto;
    background: #0F1833;
    -webkit-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 58px;
    margin-right: 0;
    -webkit-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
  }

  /* line 895, stdin */

  .secondary-nav .product-categories.show {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  /* line 898, stdin */

  .secondary-nav .product-categories.show #primary-categories {
    display: block;
    padding-left: 30px;
  }

  /* line 904, stdin */

  .secondary-nav .product-categories .mobile_login {
    background-color: #5D7A28;
    padding: 26px 0 20px 30px;
    display: block;
  }

  /* line 909, stdin */

  .secondary-nav .product-categories .mobile_login a {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
  }

  /* line 917, stdin */

  .secondary-nav .product-categories hr {
    display: block;
    background: #C0D72F;
    height: 6px;
    margin: 0;
  }

  /* line 924, stdin */

  .secondary-nav .product-categories .mobile_header_title {
    background-color: #F1F6D7;
    padding: 7px 0 7px 30px;
    display: block;
  }

  /* line 929, stdin */

  .secondary-nav .product-categories .mobile_header_title span {
    color: #283143;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
  }

  /* line 937, stdin */

  .secondary-nav .product-categories .primary-categories {
    top: unset;
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* line 943, stdin */

  .secondary-nav .product-categories .primary-categories .collapsible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 947, stdin */

  .secondary-nav .product-categories .primary-categories .collapsible .btn.expand.active {
    top: 10px;
    -webkit-transform: translateY(0) rotate(90deg);
         -o-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }

  /* line 954, stdin */

  .secondary-nav .product-categories .primary-categories .megamenu.show {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: unset;
    top: unset;
  }

  /* line 966, stdin */

  .secondary-nav .product-categories .toggler {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 976, stdin */

  .favorite_products .add_to_cart svg {
    margin-right: 5px;
  }

  /* line 980, stdin */

  .favorite_products .add_to_cart span {
    font-size: 11px;
  }

  /* line 987, stdin */

  .favorite_products .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 991, stdin */

  .favorite_products .product_info {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 998, stdin */

  .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

@media screen and (max-width: 599px) {
  /* line 1005, stdin */

  #header .search__form-header {
    width: 100%;
    max-width: 100%;
  }

  /* line 1011, stdin */

  #header .menus_info_container .phone {
    display: none;
  }

  /* line 1016, stdin */

  #header .navbar__toggler {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 1020, stdin */

  #header .site__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    max-width: 165px;
  }

  /* line 1026, stdin */

  #header .login_access {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 1030, stdin */

  #header .login_panel {
    padding: 0;
    vertical-align: middle;
  }

  /* line 1035, stdin */

  #header .search__form-header {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 15px;
  }

  /* line 1040, stdin */

  #header .login_text {
    display: none;
  }

  /* line 1044, stdin */

  #header .phone_mobile {
    display: inline-block;
    vertical-align: middle;
  }

  /* line 1049, stdin */

  #header .navbar {
    padding-bottom: 0;
  }

  /* line 1053, stdin */

  #header .postHeader {
    border-top: transparent;
    margin-top: 0;
  }

  /* line 1058, stdin */

  #header #menu-shop {
    display: block;
    padding: 20px 0;
  }

  /* line 1062, stdin */

  #header #menu-shop li {
    display: inline-block;
  }

  /* line 1065, stdin */

  #header #menu-shop li a {
    padding: 0 10px;
    color: white;
  }

  /* line 1074, stdin */

  #header .search__form-header {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 1081, stdin */

  .product_meta_info {
    padding: 0;
  }

  /* line 1086, stdin */

  .secondary-nav .product-categories {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 1021;
    overflow-y: auto;
    background: #0F1833;
    -webkit-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 58px;
    margin-right: 0;
    -webkit-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
  }

  /* line 1101, stdin */

  .secondary-nav .product-categories.show {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  /* line 1105, stdin */

  .secondary-nav .product-categories .mobile_login {
    background-color: #5D7A28;
    padding: 26px 0 20px 30px;
    display: block;
  }

  /* line 1110, stdin */

  .secondary-nav .product-categories .mobile_login a {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
  }

  /* line 1118, stdin */

  .secondary-nav .product-categories hr {
    display: block;
    background: #C0D72F;
    height: 6px;
    margin: 0;
  }

  /* line 1125, stdin */

  .secondary-nav .product-categories .mobile_header_title {
    background-color: #F1F6D7;
    padding: 7px 0 7px 30px;
    display: block;
  }

  /* line 1130, stdin */

  .secondary-nav .product-categories .mobile_header_title span {
    color: #283143;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
  }

  /* line 1138, stdin */

  .secondary-nav .product-categories .primary-categories {
    top: unset;
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* line 1144, stdin */

  .secondary-nav .product-categories .primary-categories .collapsible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 1148, stdin */

  .secondary-nav .product-categories .primary-categories .collapsible .btn.expand.active {
    top: 10px;
    -webkit-transform: translateY(0) rotate(90deg);
         -o-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }

  /* line 1155, stdin */

  .secondary-nav .product-categories .primary-categories .megamenu.show {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: unset;
    top: unset;
  }

  /* line 1167, stdin */

  .secondary-nav .product-categories .toggler {
    display: none;
  }

  /* line 1173, stdin */

  #single_product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 1176, stdin */

  #single_product .carousel-inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 1183, stdin */

  #single_product .carousel-indicators {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 1191, stdin */

  #single_product .carousel-indicators li {
    border: 1px solid #C0D72F;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    border-radius: 50%;
  }

  /* line 1198, stdin */

  #single_product .carousel-indicators li.active {
    background-color: #5D7A28;
  }

  /* line 1202, stdin */

  #single_product .carousel-indicators li picture {
    display: none;
  }

  /* line 1209, stdin */

  .title_product_mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
  }

  /* line 1218, stdin */

  h1.product_title {
    display: none;
  }

  /* line 1222, stdin */

  .quantity_for {
    display: none;
  }

  /* line 1226, stdin */

  .container.white {
    padding: 30px 15px;
  }

  /* line 1232, stdin */

  .variation_wrapper .quantity .single_add_to_cart_button {
    padding: 0 10px;
  }

  /* line 1238, stdin */

  .spec_wrapper_mobile {
    margin-top: 15px;
  }

  /* line 1243, stdin */

  .favorite_products .splide__arrows {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  /* line 1250, stdin */

  .variation_wrapper .quantity .single_add_to_cart_button {
    margin-left: 0;
    margin-top: 15px;
  }
}

/* line 1256, stdin */

.title_product_mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* line 1263, stdin */

.add_to_cart form.cart {
  margin-bottom: 0;
}

/* line 1267, stdin */

.add_to_cart a {
  text-transform: uppercase;
}

/* line 1272, stdin */

.button_adder {
  width: 100%;
}

/* line 1276, stdin */

.quantity_wrapper_single {
  display: inline-block;
  margin-left: 10px;
}

/* line 1283, stdin */

.variation_wrapper .simple_custom ins {
  text-decoration: none;
}

/* line 1286, stdin */

.variation_wrapper .simple_custom ins .woocommerce-Price-amount {
  color: #FF7B31;
  text-decoration: none;
}

/* line 1294, stdin */

.discount {
  border-radius: 0 0 10px;
  background-color: #FF7B31;
  padding: 5px 11px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1302, stdin */

.discount span {
  color: white;
  font-weight: 500;
}

/* line 1310, stdin */

.favorite_products .add_to_cart svg {
  margin-right: 15px;
}

/* line 1313, stdin */

.favorite_products .add_to_cart svg path {
  fill: black;
}

/* line 1318, stdin */

.favorite_products .add_to_cart a,
.favorite_products .add_to_cart button {
  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;
}


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