.timelinesliderv2{
  background-color:#ebf0ea;
  overflow:hidden;
  padding-top:40px;
  padding-bottom:40px;
  padding-left:1rem;
  padding-right:1rem;
  position:relative
}

.timelineSwiperV2{
  position:relative;
  overflow:visible
}

.timelineSwiperV2::after{
  left:0
}

.timelineSwiperV2::before{
  right:0;
  opacity:0
}

.timelineSwiperV2 h2{
  color:#119461;
  font-weight:700;
  font-size:20px;
  line-height:15px;
  letter-spacing:-1%
}

@media(min-width: 768px){
  .timelineSwiperV2 h2{
    font-size:32px;
    line-height:24px
  }
}

.timelineSwiperV2 .swiper-pagination-bullet{
  height:0.75rem;
  width:0.75rem;
  --tw-bg-opacity:1;
  background-color:rgba(74, 74, 73, var(--tw-bg-opacity))
}

.timelineSwiperV2 .swiper-pagination-bullet-active{
  background:#727272
}

.timelineSwiperV2 .swiper-buttons{
  position:absolute;
  width:112px;
  bottom:0;
  right:0;
  height:40px
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev, .timelineSwiperV2 .swiper-buttons .swiper-button-next{
  height:2.5rem;
  width:2.5rem
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev,.timelineSwiperV2 .swiper-buttons .swiper-button-next{
  border:solid 1px #727272;
  background:rgba(0,0,0,0);
  -webkit-transition:background .2s ease,border-color .2s ease;
  -o-transition:background .2s ease,border-color .2s ease;
  transition:background .2s ease,border-color .2s ease
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev::after,.timelineSwiperV2 .swiper-buttons .swiper-button-next::after{
  color:#727272;
  -webkit-transition:color .2s ease;
  -o-transition:color .2s ease;
  transition:color .2s ease
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev:hover,.timelineSwiperV2 .swiper-buttons .swiper-button-next:hover{
  background:#727272;
  border-color:#727272
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev:hover::after,.timelineSwiperV2 .swiper-buttons .swiper-button-next:hover::after{
  color:#fff
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev:focus-visible,.timelineSwiperV2 .swiper-buttons .swiper-button-next:focus-visible{
  outline:2px solid #119461;
  outline-offset:2px
}

.timelineSwiperV2 .swiper-buttons .swiper-button-prev,.timelineSwiperV2 .swiper-buttons .swiper-rtl .swiper-button-next{
  left:0;
  right:auto
}

.timelineSwiperV2 .swiper-buttons .swiper-button-next,.timelineSwiperV2 .swiper-buttons .swiper-rtl .swiper-button-prev{
  right:0;
  left:auto
}

.timelineSwiperV2 .tl-caption{
  font-size:8px;
  line-height:12px
}

@media(min-width: 1024px){
  .timelineSwiperV2{
    padding-left:2rem;
    padding-right:2rem
  }

  .timelineSwiperV2::after,.timelineSwiperV2::before{
    width:2rem
  }
}

@media(min-width: 1280px){
  .timelineSwiperV2{
    padding-left:calc((100% - 1248px)/2);
    padding-right:calc((100% - 1248px)/2)
  }

  .timelineSwiperV2::after,.timelineSwiperV2::before{
    width:calc((100% - 1248px)/2)
  }
}

@media(min-width: 1536px){
  .timelineSwiperV2{
    padding-left:calc((100% - 1504px)/2);
    padding-right:calc((100% - 1504px)/2)
  }

  .timelineSwiperV2::after,.timelineSwiperV2::before{
    width:calc((100% - 1504px)/2)
  }
}

.item-inner{
  padding-top:24px;
  padding-bottom:24px
}

.item-inner::after{
  position:absolute;
  left:0px;
  content:"";
  width:100%;
  top:50%;
  height:1px;
  background-color:#4a4a49
}

.item-inner--title{
  position:absolute;
  top:-24px;
  text-align:center;
  width:100%
}

.item-inner .date-marker{
  position:relative;
  z-index:10;
  height:1rem
}

.item-inner .date-marker::-ms-backdrop{
  position:absolute
}

.item-inner .date-marker::backdrop, .item-inner .date-marker::before{
  position:absolute
}

.item-inner .date-marker::-ms-backdrop{
  content:""
}

.item-inner .date-marker::backdrop,.item-inner .date-marker::before{
  content:""
}

.item-inner .date-marker::after{
  position:absolute;
  display:block;
  height:1rem;
  width:1rem;
  border-radius:9999px;
  content:"";
  background-color:#4a4a49;
  left:calc(50% - 8px)
}

.timeline-card__image{
  cursor:pointer;
  position:relative;
  border-radius:.5rem;
  overflow:hidden;
  aspect-ratio:4/4;
  background:#c9c9c8
}

.timeline-card__image:focus-visible{
  outline:2px solid #119461;
  outline-offset:3px
}

.timeline-card__image img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  display:block;
  -webkit-transition:-webkit-transform .35s ease;
  transition:-webkit-transform .35s ease;
  -o-transition:-o-transform .35s ease;
  transition:transform .35s ease;
  transition:transform .35s ease, -webkit-transform .35s ease, -o-transform .35s ease
}

.timeline-card__image:hover img{
  -webkit-transform:scale(1.05);
       -o-transform:scale(1.05);
          transform:scale(1.05)
}

.timeline-card:nth-child(odd)::before{
  content:"";
  display:block;
  position:relative;
  border-radius:.5rem;
  overflow:hidden;
  aspect-ratio:4/4
}

.timeline-card:nth-child(even)::after{
  content:"";
  display:block;
  position:relative;
  border-radius:.5rem;
  overflow:hidden;
  aspect-ratio:4/4
}

.timeline-card__overlay{
  position:absolute;
  inset:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  padding:.875rem;
  background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.02)), color-stop(59.68%, rgba(7, 58, 74, 0.2)));
  background:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(7, 58, 74, 0.2) 59.68%);
  background:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(7, 58, 74, 0.2) 59.68%);
  background:linear-gradient(360deg, rgba(0, 0, 0, 0.02) 0%, rgba(7, 58, 74, 0.2) 59.68%);
  -webkit-transition:background .25s ease;
  -o-transition:background .25s ease;
  transition:background .25s ease;
  z-index:4
}

.timeline-card__image:hover .timeline-card__overlay{
  background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.02)), color-stop(59.68%, rgba(7, 58, 74, 0.2))),-webkit-gradient(linear, left top, left bottom, color-stop(32.06%, rgba(5, 46, 30, 0)), to(#15acd4));
  background:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(7, 58, 74, 0.2) 59.68%),-webkit-linear-gradient(top, rgba(5, 46, 30, 0) 32.06%, #15acd4 100%);
  background:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(7, 58, 74, 0.2) 59.68%),-o-linear-gradient(top, rgba(5, 46, 30, 0) 32.06%, #15acd4 100%);
  background:linear-gradient(360deg, rgba(0, 0, 0, 0.02) 0%, rgba(7, 58, 74, 0.2) 59.68%),linear-gradient(180deg, rgba(5, 46, 30, 0) 32.06%, #15acd4 100%)
}

.timeline-card__title{
  color:#fff;
  font-weight:700;
  font-size:1.25rem;
  line-height:1.3;
  text-align:center;
  width:100%;
  z-index:5
}

.tl-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.65);
  z-index:9999;
  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;
  padding:1rem 4rem
}

.tl-popup[hidden]{
  display:none
}

.tl-popup__inner{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  max-width:694px;
  max-height:90vh;
  border-radius:1rem;
  overflow:hidden;
  -webkit-box-shadow:0 25px 60px rgba(0,0,0,.4);
          box-shadow:0 25px 60px rgba(0,0,0,.4)
}

.tl-popup__image{
  -webkit-box-flex:0;
      -ms-flex:0 0 40%;
          flex:0 0 40%;
  min-height:394px;
  background:#ccc
}

.tl-popup__image img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  display:block
}

.tl-popup__content{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  background:#15acd4;
  padding:80px 40px;
  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:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  overflow-y:auto;
  color:#fff
}

.tl-popup__title{
  font-size:1.75rem;
  font-weight:700;
  margin-bottom:1.25rem;
  color:#fff;
  line-height:1.2
}

.tl-popup__text{
  font-size:1rem;
  line-height:1.75;
  max-width:240px;
  color:hsla(0,0%,100%,.9)
}

.tl-popup__text p{
  margin-bottom:.75rem
}

.tl-popup__text p:last-child{
  margin-bottom:0
}

.tl-popup__close{
  position:absolute;
  top:.875rem;
  right:.875rem;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#4a4b46;
  border:none;
  cursor:pointer;
  color:#fff;
  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;
  z-index:10;
  -webkit-transition:background .2s ease;
  -o-transition:background .2s ease;
  transition:background .2s ease
}

.tl-popup__close svg{
  width:18px;
  height:18px
}

.tl-popup__close:hover{
  background:rgba(0,0,0,.85)
}

.tl-popup__close:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px
}

.tl-popup__prev,.tl-popup__next{
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(0,0,0,.45);
  border:none;
  cursor:pointer;
  color:#fff;
  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;
  -webkit-transition:background .2s ease;
  -o-transition:background .2s ease;
  transition:background .2s ease;
  z-index:10
}

.tl-popup__prev svg,.tl-popup__next svg{
  width:22px;
  height:22px
}

.tl-popup__prev{
  left:.75rem
}

.tl-popup__prev:hover{
  background:rgba(0,0,0,.8)
}

.tl-popup__prev:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px
}

.tl-popup__next{
  right:.75rem
}

.tl-popup__next:hover{
  background:rgba(0,0,0,.8)
}

.tl-popup__next:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px
}

@media(max-width: 640px){
  .tl-popup{
    padding:1rem
  }

  .tl-popup__inner{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    max-height:95vh
  }

  .tl-popup__content{
    padding:40px 40px
  }

  .tl-popup__image{
    -webkit-box-flex:0;
        -ms-flex:0 0 200px;
            flex:0 0 200px;
    min-height:200px
  }

  .tl-popup__title{
    font-size:1.25rem
  }
}
/*# sourceMappingURL=block-timeline-slider-v2.css.map*/