/**
 * Zoom Slider Stylesheet
 */
.text-sm {
  font-size: 14px;
  line-height: 1.9em;
  display: inline-block;
}
.color-main {
  color: #2eca91;
  color: var(--main);
}
.color-second {
  color: #2eca91;
  color: var(--second);
}
.color-black {
  color: #0b111d;
  color: var(--black);
}
.color-gray {
  color: #efefef;
  color: var(--gray);
}
.color-white {
  color: #ffffff;
  color: var(--white);
}
.color-white-text {
  color: rgba(255, 255, 255, 0.8);
}
.color-green {
  color: #2eca91;
  color: var(--green);
}
.color-red {
  color: #ea4423;
  color: var(--red);
}
.color-yellow {
  color: #fca000;
  color: var(--yellow);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.lte-quote-char {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Wix Madefor Display', serif;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  font-weight: 400;
  content: "‘‘";
  letter-spacing: -12px;
  height: 70px;
  width: 66px;
  line-height: 50px;
  overflow: hidden;
  display: block;
  pointer-events: none;
  z-index: 0;
  font-size: 160px;
  line-height: 1;
  color: #2eca91;
  color: var(--main);
}
.zs-enabled {
  position: relative;
}
.zs-enabled.zoom-margin-top {
  padding-top: 100px;
}
.zs-enabled .container {
  padding-left: 0;
  padding-right: 0;
}
.lte-slider-zoom:not(.zs-enabled) .lte-zs-slider-inner:not(.lte-zs-slide-0) {
  display: none;
}
.zs-enabled .lte-zs-slider-inner {
  width: 100%;
  position: absolute;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 1.5s;
  -moz-transition: opacity 0.5s, -moz-transform 1.5s;
  -o-transition: opacity 0.5s, -o-transform 1.5s;
  transition: opacity 0.5s,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
.lte-zoom-pb {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  background-color: #2eca91;
  background-color: var(--main);
  z-index: 2;
  bottom: 0px;
  left: 0;
  width: 0;
  /*
	.transition(all, 4500ms, linear);
//	transition-duration: 4500ms;
	transition-duration: 0;

	&.start {

		transition-duration: 4500ms;
		width: 100%;
	}	
*/
}
.zs-enabled.zoom-content-effect-static .lte-zs-slider-inner {
  left: 50%;
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-left .lte-zs-slider-inner {
  left: 50%;
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-top .lte-zs-slider-inner {
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-in .lte-zs-slider-inner {
  opacity: 0;
}
.lte-zs-slider-wrapper.lte-slides-count-1 .lte-zs-slide-0 {
  opacity: 1 !important;
}
.zs-enabled .lte-zs-slider-inner.inited {
  position: absolute;
}
.zs-enabled .lte-zs-slider-inner.visible {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  transition: opacity 2s,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
}
.zs-enabled .lte-zs-slider-inner.visible.single {
  position: relative;
}
.zs-enabled .zs-slideshow {
  overflow: hidden;
}
.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide,
.zs-enabled .zs-layer-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zs-enabled .zs-slides {
  height: 100%;
}
.zs-enabled .zs-layer-2 {
  z-index: 2;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  will-change: transform;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.zs-enabled.zoom-origin-top-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top left;
}
.zs-enabled.zoom-origin-top-center .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top center;
}
.zs-enabled.zoom-origin-top-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top right;
}
.zs-enabled.zoom-origin-center-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: center left;
}
.zs-enabled.zoom-origin-center-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: center right;
}
.zs-enabled.zoom-origin-bottom-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom left;
}
.zs-enabled.zoom-origin-bottom-center .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom center;
}
.zs-enabled.zoom-origin-bottom-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom right;
}
.zs-enabled .zs-slideshow .zs-layer {
  background: transparent none no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-width: 1800px) {
  .zs-enabled .zs-slideshow .zs-layer {
    display: none !important;
  }
}
.zs-enabled.zoom-out .zs-slideshow .zs-slides .zs-slide {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1;
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}
.lte-slider-zoom {
  background-color: #0b111d;
  background-color: var(--black);
}
.lte-slider-zoom.zoom-align-center {
  text-align: center;
}
.lte-slider-zoom.zoom-align-left {
  text-align: left;
}
.lte-slider-zoom.zoom-align-right {
  text-align: right;
}
.lte-slider-zoom.zoom-color-white {
  color: #ffffff;
  color: var(--white);
}
.lte-slider-zoom.zoom-color-black {
  color: #0b111d;
  color: var(--black);
}
.lte-slider-zoom.lte-rounded .zs-slideshow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.lte-slider-zoom .lte-tagline {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .lte-slider-zoom .text-lg {
    font-size: 16px;
  }
}
.lte-slider-zoom .heading.transform-default {
  margin: 0 0 0px 0;
}
@media (max-width: 991px) {
  .lte-slider-zoom {
    text-align: center;
  }
}
.lte-slider-zoom .lte-zs-slider-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.lte-slider-zoom .lte-zs-slider-wrapper {
  overflow: hidden;
  pointer-events: none;
}
.lte-slider-zoom .lte-zs-slider-wrapper .lte-zs-slider-inner.visible a,
.lte-slider-zoom .lte-zs-slider-wrapper .lte-zs-slider-inner.visible input {
  pointer-events: all;
}
.lte-slider-zoom .lte-social a {
  color: #ffffff;
  color: var(--white);
}
.lte-slider-zoom > .lte-social {
  left: -100px;
}
.lte-slider-zoom .lte-arrow-down {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  border: 2px solid #0b111d;
  border-color: #0b111d;
  border-color: var(--black);
  color: #0b111d;
  color: var(--black);
  display: block;
  text-align: center;
  line-height: 12px;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -10px;
  bottom: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .lte-slider-zoom .lte-arrow-down {
    display: none;
  }
}
.lte-slider-zoom .lte-arrow-down:hover {
  background-color: #0b111d;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.lte-slider-zoom .lte-arrow-down:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  margin-left: 2px;
  font-size: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .zs-enabled {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .zs-enabled.bullets-true {
    padding-bottom: 0;
  }
}
.zs-enabled .zs-bullets {
  position: absolute;
  z-index: 4;
  text-align: center;
  z-index: 130;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  /*
		@media (max-width: 1720px) and (min-width: 1599px) { display: none; }
		@media (max-width: 1540px) and (min-width: 1199px) { display: none; }
*/
}
@media (max-width: 1199px) {
  .zs-enabled .zs-bullets {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .zs-enabled .zs-bullets {
    width: 100% !important;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 32px;
    margin-left: -15px;
    display: none;
  }
}
.zs-enabled .zs-bullets .zs-bullet {
  pointer-events: all;
  padding: 0 4px;
  margin: 0px 0 15px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Wix Madefor Display', serif;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .zs-enabled .zs-bullets .zs-bullet {
    display: inline-block;
    margin: 0px 0px 0px 15px;
  }
}
.zs-enabled .zs-bullets .zs-bullet.active {
  border: 0;
  cursor: default;
}
.zs-enabled .zs-bullets .zs-bullet.active:before {
  background-color: #2eca91;
  background-color: var(--main);
}
.zs-enabled .zs-bullets .zs-bullet:before {
  display: block;
  /*
				position: absolute;
				top: 0;
				left: 0;
				.center-item;
*/
  content: "01";
  background: transparent;
  color: #ffffff;
  color: var(--white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  padding: 4px 14px;
}
.zs-enabled .zs-bullets .zs-bullet:hover:not(.active):before {
  color: #2eca91;
  color: var(--main);
}
.zs-enabled .zs-bullets .zs-bullet:after {
  display: none;
  content: "";
  border-bottom: 2px dotted var(--white);
  height: 2px;
  width: 200px;
  opacity: .75;
  position: absolute;
  bottom: 33px;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(2):before {
  content: "02";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(3):before {
  content: "03";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(4):before {
  content: "04";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(5):before {
  content: "05";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(6):before {
  content: "06";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(7):before {
  content: "07";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(8):before {
  content: "08";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(9):before {
  content: "09";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(10):before {
  content: "10";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(11):before {
  content: "11";
}
.zs-enabled .zs-bullets .zs-bullet:nth-child(12):before {
  content: "12";
}
.zs-enabled.bullets-outside .zs-bullets,
.zs-enabled.bullets-right .zs-bullets {
  left: auto;
  width: auto;
  right: 50px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zs-enabled.bullets-outside .zs-bullets .zs-bullet,
.zs-enabled.bullets-right .zs-bullets .zs-bullet {
  display: block;
}
.zs-enabled.bullets-bottom .zs-bullets {
  right: 0;
  width: auto;
  left: auto;
  bottom: 160px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rtl .zs-enabled.bullets-bottom .zs-bullets {
  right: auto;
  left: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.zs-enabled.bullets-bottom .zs-bullets .zs-bullet {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .zs-enabled.bullets-bottom .zs-bullets {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
  }
  .rtl .zs-enabled.bullets-bottom .zs-bullets {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .zs-enabled.bullets-bottom .zs-bullets {
    display: block;
  }
}
.zs-enabled.bullets-outside .zs-bullets {
  right: -100px !important;
}
.zs-enabled .zs-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows {
    margin-top: 0px;
  }
}
.zs-enabled .zs-arrows .container {
  position: relative;
}
.zs-enabled .zs-arrows .lte-arrow-right,
.zs-enabled .zs-arrows .lte-arrow-left {
  cursor: pointer;
  display: block;
  z-index: 1;
  position: absolute;
  width: 120px;
  height: 40px;
  color: #ffffff;
  color: var(--white);
  line-height: 40px;
  background: transparent;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows .lte-arrow-right,
  .zs-enabled .zs-arrows .lte-arrow-left {
    top: 180px;
    font-size: 42px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left {
  margin-left: 64px;
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left:before,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left:before {
  left: -1px;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left,
  .zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left {
    margin-left: 24px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right {
  margin-right: 64px;
  right: 0;
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right:before,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right:before {
  right: -1px;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right,
  .zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right {
    margin-right: 24px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right:hover,
.zs-enabled .zs-arrows .lte-arrow-left:hover {
  color: #2eca91;
  color: var(--second);
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows {
    height: 100px;
    top: auto;
    width: 250px;
    bottom: 150px;
  }
}
.zs-enabled.zoom-arrows-bottom .zs-arrows {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: -150px;
  margin-bottom: 100px;
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zs-enabled.zoom-arrows-bottom .zs-arrows {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .zs-arrows {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .zs-enabled.zoom-arrows-bottom {
    margin-top: 0px;
  }
}
.zs-enabled.zoom-arrows-bottom .container {
  position: relative;
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left {
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #0b111d;
  color: var(--black);
  background: transparent;
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right:hover,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left:hover {
  color: #2eca91;
  color: var(--main);
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-left,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-left {
  margin-left: 0px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-left,
  .zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-left {
    margin-left: 0;
  }
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-right,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-right {
  margin-right: 30px;
  right: 0;
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-right,
  .zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-right {
    margin-right: 0;
    margin-left: 30px;
  }
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right:after,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left:after {
  display: none;
}
.zs-enabled.lte-zs-overlay-dark .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-black .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-black-gradient .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background-color: #0b111d;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-black-gradient .zs-slideshow::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background-image: -webkit-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: -moz-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: -o-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: linear-gradient(-180deg, transparent 70%, var(--black) 100%);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }