:root {
  --button-border-width: 2px;
  --site-max-width: 120rem;
}

/*
 * General Carousel styles
 */
.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.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct::after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.is-style-query-loop-carousel {
  display: flex;
  gap: var(--wp--preset--spacing--32);
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 959px) {
  .is-style-query-loop-carousel {
    flex-direction: column;
  }
}
.is-style-query-loop-carousel .wp-block-post-template {
  max-width: none;
}
.is-style-query-loop-carousel .wp-block-post-template li {
  margin-top: 0;
}
.is-style-query-loop-carousel .wp-block-post-template li:last-child {
  padding-right: 0 !important;
}
.is-style-query-loop-carousel .wp-block-post-template:not(.tns-carousel) {
  display: flex;
  gap: var(--wp--preset--spacing--32);
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}
.is-style-query-loop-carousel .wp-block-post-template:not(.tns-carousel) li {
  flex-shrink: 0;
  width: 31%;
}
.is-style-query-loop-carousel .carousel-controls {
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 326px;
}
@media (max-width: 959px) {
  .is-style-query-loop-carousel .carousel-controls {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: none;
  }
}
.is-style-query-loop-carousel .carousel-buttons {
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .is-style-query-loop-carousel .carousel-buttons {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .is-style-query-loop-carousel .tns-slider-btns {
    order: -1;
  }
}
.is-style-query-loop-carousel .tns-outer {
  flex: 1;
  margin-top: 0;
}
@media (min-width: 960px) and (max-width: 1279px) {
  .is-style-query-loop-carousel .tns-outer {
    max-width: calc(75% - var(--wp--preset--spacing--32));
  }
}
.is-style-query-loop-carousel .tns-inner {
  margin-left: 0 !important;
}
/*# sourceMappingURL=carousel.css.map */