/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-slider/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.wl-slider__container {
  position: relative;
}
.wl-slider__item {
  background-position: center;
  background-size: cover;
  flex: 0 0 auto;
  min-height: 400px;
  padding: 20px;
  width: 100%;
}
.wl-slider__item h2,
.wl-slider__item h4,
.wl-slider__item p {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.wl-slider__404 {
  background: #f8f8f8;
  padding: 20px;
  text-align: center;
}

.tns-nav {
  margin: 10px 0;
  text-align: center;
}
.tns-nav button {
  background: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  width: 10px;
}
.tns-nav button.tns-nav-active {
  background: #333;
}

.tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.tns-controls button:hover {
  background: #f5f5f5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.tns-controls button svg {
  width: 100%;
  height: 100%;
  fill: #333;
}
.tns-controls button[data-controls=prev] {
  left: 15px;
}
.tns-controls button[data-controls=next] {
  right: 15px;
}

@media (max-width: 768px) {
  .wl-slider__item {
    min-height: 300px;
  }
}

/*# sourceMappingURL=style-index.css.map*/