/* __slideshow.css */
.tns-outer {
  position: relative;
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  clear: both;
  display: table;
  content: "";
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  left: 0;
  position: relative;
}
.tns-gallery {
  min-height: 1px;
  left: 0;
  position: relative;
}
.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.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 {
  width: 310px;
  height: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.tns-t-ct {
  width: 2333.3333333%;
  right: 0;
  position: absolute;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
}
.tns-t-ct:after {
  clear: both;
  display: table;
  content: "";
}
.tns-t-ct > div {
  width: 1.4285714%;
  height: 10px;
  float: left;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
}
.tns-nav {
  width: 90%;
  left: 5%;
  position: absolute;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  bottom: 1rem;
}
.tns-nav button {
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  border: 0 solid var(--gry20);
  border-radius: 50%;
  line-height: 1em;
  align-items: center;
}
.tns-nav button.tns-nav-active {
  background-color: var(--col11);
}
.tns-controls {
  width: 100%;
  position: absolute;
  display: block;
  top: calc(50% - 1.625rem);
}
.tns-controls button {
  padding: 0.5rem 1rem;
  background-color: var(--white);
  border: 0 solid var(--white);
  border-radius: 0;
  font-size: 100%;
  line-height: 1em;
  color: var(--gry80);
 
  transition: all 0.3s, ease-in-out 0.2s;
}
.tns-controls button:hover {
  color: var(--ci001);
}
.tns-controls button:first-child {
  left: 0;
  position: absolute;
  display: block;
}
.tns-controls button:last-child {
  right: 0;
  position: absolute;
  display: block;
}
