/* === Custom Block Styling === */
.swiper {
  width: 100%;
  height: 100%;
}
.customSlider{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.customSliderOuterContainer {
  position: relative;
  overflow: visible;
  position: relative;
  z-index: 20;
}
.customSliderOuterContainer img {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  -webkit-transition: var(--FC-default-transition);
  -moz-transition: var(--FC-default-transition);
  -ms-transition: var(--FC-default-transition);
  -o-transition: var(--FC-default-transition);
  transition: var(--FC-default-transition);
}
.contentArea {
  margin-top: 25px;
}
.contentArea p{
  font-size: 24px;
}
.sliderTextArea {
  height: 600px;
  background: #000000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
}
.slider-content{
  position: absolute;
  top: 200px;
  z-index: 9999999;
}
.textBox{
  margin-left: 300px;
  display: flex;
  flex-direction: column;
  padding-right: 30px !important;
}
.contentArea {
  /* width: 500px; */
  max-width: 100%;
  margin-bottom: 25px;
}
.ctaArea{
  max-width: 100%;
  width: fit-content;
  margin-top: 25px;
  margin-left: 300px;
  margin-right: 300px;
  position: relative !important;
  top: -120px !important;
  line-height: .5 !important;
}
.ctaButton{
  background-color: var(--FC-green);
  color: var(--FC-white);
  padding: 15px;
  line-height: .5 !important;
  width: fit-content;
}
.ctaButton a{
  font-weight: 500;
}
.ctaButton .ctaLink {
  color: var(--FC-black) !important;
}

.ctaButton svg{
  position: relative;
  left: 0px;
  margin-left: 10px;
}

.textareaBox {
  padding-top: 75px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.progressBar {
  margin-top: 40px;
  margin-bottom: 0;
}
.customImageSlider {
  width: 100%;
  height: 1000px;
  z-index: 999 !important;
}
.customImageSlider .bgImage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.nextSectionArrow {
  display: flex;
  width: 40px;
  /* height: 100px; */
  height: 100px;
  background-color: var(--FC-green);
  position: absolute;
  /* bottom: -16px; */
  right: 20%;
  z-index: 9999999;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  /* overflow: hidden; */
  padding-top: 20px;
  position: absolute;
  /* bottom: -50px; */
  bottom: 0;
  overflow: visible;
}
.nextSectionArrow svg {
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  position: relative;
  top: -30px;
  transform: rotate(90deg);
  opacity: 0;
}
.nextSectionArrow svg.active {
  opacity: 1;
}
.nextSectionArrow svg.activeMovement {
  top: 25px;
}

.sliderTitleTop,
.sliderTitleBottom div {
  font-family: var(--FC-DevantHorgen);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.sliderTitleBottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.highlightDiv {
  margin-left: 20px;
  background-color: var(--FC-green);
  padding: 0px 20px;
  overflow: hidden;
  display: block;
  width: fit-content;
}
.highlightDiv .highlight {
  font-family: var(--FC-DevantHorgen);
  font-size: 90px;
  letter-spacing: 1px;
  line-height: 1.2;
  left: 300px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.swiper-slide-active .highlight {
  left: 0;
}
.swiper-slide-prev .highlight {
  left: -300px;
}

.contentArea p {
  left: 500px;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  opacity: 0;
}
.swiper-slide-active .contentArea p {
  left: 0;
  opacity: 1;
}
.swiper-slide-prev .contentArea p {
  left: -500px;
}
.swiper-slide.textareaBox {
  opacity: 0 !important;
}
.swiper-slide.textareaBox.swiper-slide-active {
  opacity: 1 !important;
}

.customSliderOuterContainer .swiper-pagination {
  top: -75px !important;
  padding-left: 0;
  height: 2px !important;
  display: block;
  position: relative !important;
  width: 95% !important;
  text-align: left;
  margin-left: 300px;
}
.customSliderOuterContainer .swiper-pagination-bullet {
  width: 16.6666% !important;
  background-color: #707070 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  height: 2px !important;
  margin-top: 0px !important;
  top: -16px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.customSliderOuterContainer
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill,
.customSliderOuterContainer
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--FC-green) !important;
}
.sliderBlocker {
  display: block;
  width: 100vw;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  right: calc(calc(calc(100vw - var(--FC-container-width)) / 2) * -1);
  left: calc(calc(calc(100vw - var(--FC-container-width)) / 2) * -1);
  bottom: 0;
  z-index: -1;
}
.sliderBlocker.active {
  z-index: 9;
}
@media screen and (max-width: 1399.91px){
  .sliderTitleTop{
    font-size: 60px;
  }
}
@media screen and (max-width: 1375px) {
  .contentArea {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1200px) {
  .customSlider {
    overflow: visible !important;
  }
  .textBox{
    margin-left: 150px;
    padding-right: 30px;
  }
  .ctaArea{
    margin-left: 150px;
  }
  /* .swiper-pagination{
    margin-left: 150px;
  } */
  .sliderTextArea{
    max-width: 800px;
  }
  .customSliderOuterContainer .swiper-pagination{
    margin-left: 150px;
  }
}
@media screen and (max-width: 1050.98px) {
  .customImageSlider {
    width: 100% !important;
    z-index: -1 !important;
  }
  .sliderTextArea {
    width: 100% !important;
    background: rgba(0, 0, 0, 0) !important;
    position: relative;
  }
  .customSliderOuterContainer::after {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    inset: 0;
    background: rgba(0, 0, 0, 0.5) !important;
  }
}

@media screen and (max-width: 767.98px){
  .sliderTitleTop{
    font-size: var(--FC-font-size-78);
  }
  .slider-content{
    max-width: 100%;
    width: 100%;
  }
  .textBox{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ctaArea{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .customSliderOuterContainer .swiper-pagination{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 600.98px){
	.textBox{
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.ctaArea{
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.customSliderOuterContainer .swiper-pagination{
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
}
@media screen and (max-width: 500.98px) {
/*   .textareaBox p {
    font-size: 13px !important;
  } */
  .titleArea {
    margin-top: 0px !important;
  }
  .sliderTitleTop,
  .sliderTitleBottom div,
  .highlightDiv .highlight {
    font-size: 62px !important;
  }
  .progressBar {
    margin-top: 0px !important;
  }
/*   .contentArea {
    position: relative;
    bottom: -50px;
  } */
}

@media screen and (max-width: 390.98px){
  .sliderTitleTop{
    font-size: 42px !important;
  }
  .slider-content{
    top: 50px;
  }
  .customImageSlider{
    height: 750px;
  }
  .customSlider{
    display: block;
  }
  .textBox{
    padding-right: 0 !important;
    text-align: center;
  }
  .ctaButton{
    font-size: 16px;
  }
  .ctaArea{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .customSliderOuterContainer .swiper-pagination{
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
  }
  .contentArea{
    bottom: 0;
  }
  .contentArea p{
    font-size: 16px !important;
  }
  .customSlider{
    height: 500px;
    margin-bottom: 100px;
  }
  .ctaButton svg{
    display: none;
  }
  .ctaButton p{
    margin-bottom: 0;
  }
}