#pluginAppObj_72_110{
  text-align: center;
  width: 100%;
  overflow: hidden;
  
}

.timeline.pluginAppObj_72_110 {
  width: 100%;
  overflow: hidden;
}

.timeline.pluginAppObj_72_110 .swiper-container {
  height: 500px;
  width: 100%;
  position: relative;
}

.timeline.pluginAppObj_72_110 .timeline-preview-button,
.timeline.pluginAppObj_72_110 .swiper-slide-active .timeline-button a,
.timeline.pluginAppObj_72_110 .swiper-slide .timeline-button a {
  text-decoration: none;
  margin-top: 20px;
  font-family:Raleway;
  font-size:12pt;
  font-weight:bold;
  font-style:normal;  
  color:rgba(0, 0, 0, 1);
  background-color:rgba(56, 118, 29, 1);
  border-radius:5px;
  display:inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline-start: 30px; 
  padding-inline-end: 30px; 
}

.timeline.pluginAppObj_72_110 .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline.pluginAppObj_72_110 .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline.pluginAppObj_72_110 .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0%;
  bottom: -40%;
  width: 73%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: -72px 0 109px 500px rgba(0, 0, 0, 0.8);
  border-radius: 100%;
}

.timeline.pluginAppObj_72_110 .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline.pluginAppObj_72_110 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  
  top:2.666666664px;
  left: -33px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(180, 95, 6, 1);
  transform: scale(0);
  transition: 0.2s;
  z-index: 9999999;
}

.timeline.pluginAppObj_72_110 .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12pt;
  z-index: 2;
}

.timeline.pluginAppObj_72_110 .swiper-slide .timeline-year {
  font-style: none;
  font-family: Raleway;
  color: rgba(180, 95, 6, 1);
  display: block;
  font-size: 16pt;
  margin-bottom: 15px;
  transform: translate3d(20px, 0, 0);
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}

.timeline.pluginAppObj_72_110 .swiper-slide .timeline-title {
  color: rgba(56, 118, 29, 1);
  font-family:Raleway;
  font-weight: 800;
  font-style: normal;
  font-size: 36pt;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
  direction: ltr;
}
.timeline.pluginAppObj_72_110 .swiper-slide .timeline-text {
  color: rgba(217, 217, 217, 1);
  font-family:Raleway;
  font-weight: 800;
  font-style: normal;
  font-size: 14pt;
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
  direction: ltr;
}

.timeline.pluginAppObj_72_110 .swiper-slide .timeline-button,
.timeline.pluginAppObj_72_110 .swiper-slide .timeline-preview-button {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
  direction: ltr;
}

.timeline.pluginAppObj_72_110 .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}

.timeline.pluginAppObj_72_110 .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
  direction: ltr;
}

.timeline.pluginAppObj_72_110 .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
  direction: ltr;
}

.timeline.pluginAppObj_72_110 .swiper-slide-active .timeline-button,
.timeline.pluginAppObj_72_110 .swiper-slide-active .timeline-preview-button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.9s;
  direction: ltr;
}

.timeline.pluginAppObj_72_110 .swiper-pagination {
  right: 20px!important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: none;
  font-weight: normal;
  font-size: 18pt;
  z-index: 1;
}
.timeline.pluginAppObj_72_110 .swiper-pagination::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: rgba(56, 118, 29, 0.2);
}
.timeline.pluginAppObj_72_110 .swiper-pagination-bullet {
  font-size: 16pt;
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  font-family: Raleway;
  color: rgba(180, 95, 6, 1);
  margin: 15px 0 !important;
  position: relative;
}

.timeline.pluginAppObj_72_110 .swiper-pagination-bullet-active {
  color: rgba(180, 95, 6, 1);
  font-weight: bold;
}
.timeline.pluginAppObj_72_110 .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline.pluginAppObj_72_110 .swiper-button-next,
.timeline.pluginAppObj_72_110 .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: transform 0.2s;
  color: rgba(180, 95, 6, 1);
}

.timeline.pluginAppObj_72_110 .swiper-button-next:hover {
  transform: translateX(3px);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.25;
}

@media screen and (min-width: 768px) {
  .timeline.pluginAppObj_72_110 .swiper-slide-content {
    top: 50%;
    padding-left: 40px;
    transform: translateY(-50%);
    text-align: right;
  }
  .timeline.pluginAppObj_72_110 .swiper-slide .timeline-year {
    display: none;
    visibility: hidden;
  }
  .timeline.pluginAppObj_72_110 .swiper-slide .timeline-title {
    margin: 0;
    
  }
  .timeline.pluginAppObj_72_110 .swiper-pagination {
    display: flex;
    position: absolute;
    
  }
  .timeline.pluginAppObj_72_110 .swiper-button-prev {
    top: 15%;
    left: auto;
    transform: rotate(90deg) translate(0, 10px);
    position: absolute;
    visibility: hidden;
  }
  .timeline.pluginAppObj_72_110 .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline.pluginAppObj_72_110 .swiper-button-next {
    top: auto;
    bottom: 15%;
    transform: rotate(90deg) translate(0, 10px);
    position: absolute;
    visibility: hidden;
  }
  .timeline.pluginAppObj_72_110 .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }

  .timeline.pluginAppObj_72_110 .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    bottom: -40%;
    width: 73%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: -72px 0 110px 500px rgba(0, 0, 0, 0.8);
    border-radius: 100%;
  }
}
@media screen and (max-width: 769px) {
  .timeline.pluginAppObj_72_110 .swiper-slide-content {
    width: 80%!important;
    right: 50%!important;
  }

  .timeline.pluginAppObj_72_110 .swiper-button-next {
    right: 10px!important;
  }
}

.previewContentContent {
  width:260px!important;
  padding-left: 20px!important;
}
.previewContentTitle {
  font-size: 36pt!important;
}
.previewContentText {
  font-size: 14pt!important;
}

.previewContentButton {
  font-size: 12pt!important;
}

