.close-detail {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    color: #FFF;
    font-size: 35px;
    line-height: 20px;
    cursor: pointer;
    padding: 10px;
}

.prodeje.type-prodeje:hover .nazev-block {
    height: 100%;
    margin: 0;	
	position: absolute;
	left: 0;
	top: 0;
    border-radius: 10px;
}

.prodeje.type-prodeje .nazev-block .elementor-widget-container {
    height: 29px;
	position: absolute;
	bottom: 0;
    width: 95%;
}

.prodeje.type-prodeje:hover .nazev-block .elementor-widget-container {
    height: 100%;
    width: 100%;
    margin: 0;	
    border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prodeje.type-prodeje .elementor-widget-image {
	margin-bottom: 0px;
}


.prodeje.type-prodeje:hover .nazev-block .elementor-widget-container h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.elementor-message.elementor-message-success {
    text-align: center;
    margin-top: 30px;
}

.hero-section {
	position: relative;
}

.hero-section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #0e1b2b 2%, rgba(255,255,255,0) 37%);
}

.slick-slide img {
    max-height: 80vh;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}


@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
body {
  font-family: 'Roboto', sans-serif;
  color: #707070;
  margin: 0px;
}
.block_a {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lp-header {
  position: relative;
}
.lp-header__container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  padding: 38px 0px;
  justify-content: space-between;
}
.lp-header__logo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .lp-header__logo {
    flex: 1 1 auto;
    justify-content: space-between;
  }
}
.lp-header__logo a {
  margin-top: -10px;
}
@media screen and (max-width: 1150px) {
  .lp-header__logo a {
    max-width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
  }
}
.lp-header__logo a img {
  max-width: 100%;
  height: auto;
}
.lp-header__logo-text {
  text-transform: uppercase;
  color: #e42613;
  margin-left: 47px;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1150px) {
  .lp-header__logo-text {
    padding-left: 2%;
    max-width: 50%;
    margin: 0px;
    box-sizing: border-box;
    flex-grow: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .lp-header__logo-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .lp-header__logo-text span {
    align-self: flex-end;
  }
}
.lp-header__contact {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .lp-header__contact {
    display: none;
  }
}
.lp-header__contact a {
  color: #707070;
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
}
.lp-header__contact-tel {
  margin-right: 37px;
}
.lp-header__contact-tel:before {
  content: "";
  background: url("images/icons/phone.png") no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}
.lp-header__contact-mail:before {
  content: "";
  background: url("images/icons/envelope.png") no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -8px;
}
.lp-footer {
  padding: 50px 15px 21px 15px;
  background: #242424;
  text-align: center;
}
.lp-footer__logo {
  display: block;
  text-align: center;
}
.lp-footer__logo--second {
  margin-top: 22px;
  margin-bottom: 49px;
}
.lp-footer img {
  max-height: 50px;
}
.lp-footer__socials {
  text-align: center;
  margin: 0;
  padding: 0;
}
.lp-footer__socials li {
  list-style: none;
  text-align: center;
  display: inline-block;
}
.lp-footer__socials li a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0px;
}
.lp-footer__socials li a:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.lp-footer__socials li a.facebook {
  background-image: url(images/icon-facebook.svg);
}
.lp-footer__socials li a.youtube {
  background-image: url(images/icon-youtube.svg);
}
.lp-footer__socials li a.linkedin {
  background-image: url(images/icon-linkedin.svg);
}
.lp-footer p a {
  text-decoration: none;
  color: #707070;
}
.lp-background {
  background-image: url("images/career_bg.jpg");
  background-size: cover;
  padding-bottom: 48px;
  background-position: center left;
}
.lp-info h1 {
  font-size: 55px;
  font-weight: 700;
  color: #e42613!important;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .lp-info h1 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.lp-info h1.first {
  margin-bottom: 30px;
}
.lp-info h1.heading-dark {
  color: black;
  margin-top: -10px;
  margin-bottom: 48px;
}
.lp-info p {
  font-size: 20px;
  text-align: center;
}
.lp-info p.dark {
  color: black;
  font-weight: 300;
}
.lp-info__video {
  width: 100%;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 69px;
}
@media screen and (max-width: 650px) {
  .lp-info__video {
    margin-bottom: 30px;
  }
}
.lp-info__video iframe,
.lp-info__video video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  aspect-ratio: 16 / 9;
  height: 70vh;
}
.lp-quiz {
  margin-top: 47px;
}
.lp-quiz .tqb-answer-open-type textarea::placeholder {
  opacity: 0;
}
.lp-quiz .tqb-question-wrapper {
  max-width: 100%;
  width: 1095px;
}
.lp-quiz .tqb-template-style-5 .tqb-question-wrapper .tqb-question-container .tqb-question-text {
  color: #242424;
  font-size: 35px;
  font-family: "Roboto";
}
.lp-quiz .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper) {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 1px solid #ededed;
  background: #ededed;
  margin: 10px auto 0;
}
.lp-quiz .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper) .tqb-answer-action {
  padding: 15px;
}
.lp-quiz .tqb-template-style-5 .tqb-fancy-icon {
  background: white;
}
.lp-quiz .lp-quiz .tqb-template-style-5 .tqb-fancy-icon svg {
  fill: white;
}
.lp-quiz .tqb-template-style-5 .tqb-fancy-icon svg {
  fill: white;
}
.lp-quiz .no-touch .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover,
.lp-quiz .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer {
  background-image: none;
  box-shadow: none;
  color: #242424;
  border: 1px solid #e42613;
  background: white;
}
.lp-quiz .no-touch .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover .tqb-answer-text,
.lp-quiz .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer .tqb-answer-text {
  color: #242424;
}
.lp-quiz .tqb-template-style-5 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper .tqb-answer-text {
  font-family: "Roboto";
  color: #242424;
}
.lp-quiz .tqb-template-style-5 .tqb-fancy-icon:not(.tqb-fancy-rel) {
  top: -2px;
}
.lp-quiz .no-touch .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover .tqb-fancy-icon svg,
.lp-quiz .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer .tqb-fancy-icon svg {
  fill: white;
}
.lp-quiz .no-touch .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover .tqb-fancy-icon,
.lp-quiz .tqb-template-style-5 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer .tqb-fancy-icon {
  background: #e42613;
  box-shadow: none;
}
.lp-quiz .tqb-template-style-5 .tqb-answer-open-type textarea:hover {
  border-color: #e42613;
}
.lp-quiz .tqb-template-style-5 .tqb-open-type-button svg {
  fill: #e42613;
}
.lp-quiz #tcb_landing_page .tqb-template-style-5 .tqb-answer-open-type .tqb-answer-status,
.lp-quiz .tqb-template-style-5 .tqb-answer-open-type .tqb-answer-status {
  font-family: "Roboto!important";
}
.lp-carousel {
  padding-top: 60px;
}
@media screen and (max-width: 650px) {
  .lp-carousel {
    padding-top: 50px;
  }
}
.lp-carousel h2 {
  text-align: center;
  color: #e42613;
  font-size: 32px;
  margin-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .lp-carousel h2 {
    margin-bottom: 0px;
  }
}
.lp-carousel__holder {
  width: 1095px;
  margin: 0 auto;
  max-width: 100%;
}
.lp-carousel__arrows {
  top: -35px;
  right: 0px;
  position: absolute;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}
.lp-carousel__arrows-item {
  width: 60px;
  height: 60px;
  margin: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  background: #e42613 url("../images/icons/arrow.png") no-repeat center center;
  background-size: 13px 20px;
}
.lp-carousel__arrows .lp-carousel__arrows-prev {
  transform: rotate(-180deg);
}
.lp-carousel__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  color: #242424;
  padding-top: 125px;
  padding-right: 8px;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media screen and (max-width: 854px) {
  .lp-carousel__item {
    padding-top: 125px;
  }
}
@media screen and (max-width: 650px) {
  .lp-carousel__item {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.lp-carousel__item-photo {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 50%;
  margin-top: -90px;
}
@media screen and (max-width: 854px) {
  .lp-carousel__item-photo {
    width: 40%;
  }
}
@media screen and (max-width: 650px) {
  .lp-carousel__item-photo {
    width: 100%;
    margin-top: 0px;
    height: 350px;
  }
}
.lp-carousel__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .lp-carousel__item-photo img {
    object-position: center top;
  }
}
.lp-carousel__item-text {
  background: white;
  padding: 52px 48px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -48px;
  z-index: 2;
  position: relative;
  width: calc(50% + 48px);
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 854px) {
  .lp-carousel__item-text {
    width: 75%;
  }
}
@media screen and (max-width: 650px) {
  .lp-carousel__item-text {
    width: 95%;
    padding: 30px 25px;
    padding-top: 45px;
    margin: 0 auto;
    margin-top: -90px;
  }
}
.lp-carousel__item-heading {
  font-size: 35px;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .lp-carousel__item-heading {
    font-size: 28px;
  }
}
.lp-carousel__item-position {
  font-size: 20px;
  color: #707070;
  display: block;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .lp-carousel__item-position {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.lp-carousel__item-position:after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 2px solid #e42613;
  position: absolute;
  bottom: 0px;
}
.lp-carousel__item-title {
  color: #e42613;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1000px) {
  .lp-carousel__item-title {
    font-size: 22px;
  }
}
.lp-carousel__item-speech {
  color: #4d4d4d;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 0px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .lp-carousel__item-speech {
    font-size: 16px;
  }
}
.lp-steps__container {
  width: 786px;
  margin: 0 auto;
  max-width: 90%;
}
.lp-steps__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  border-bottom: 1px solid black;
  align-items: center;
  padding: 60px 0px;
}
@media screen and (max-width: 700px) {
  .lp-steps__item {
    padding: 30px 0px;
    flex-direction: column;
  }
}
.lp-steps__item:last-child {
  border-bottom: 0px;
}
.lp-steps__item-number {
  font-size: 280px;
  color: #ededed;
  font-weight: bold;
  line-height: 1;
  padding-right: 60px;
}
@media screen and (max-width: 700px) {
  .lp-steps__item-number {
    padding-right: 0px;
    font-size: 140px;
  }
}
@media screen and (max-width: 700px) {
  .lp-steps__item-content {
    text-align: center;
  }
}
.lp-steps__item-content input {
  width: 75%;
  font-size: 20px;
  padding: 15px 46px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 23px;
}
@media screen and (max-width: 700px) {
  .lp-steps__item-content input {
    width: 100%;
  }
}
.lp-steps__item-content button {
  background-color: #e42613;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  border: 0px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  padding: 15px 46px;
  cursor: pointer;
}
.lp-steps__item-content button:hover {
  opacity: 0.8;
}
.lp-steps__item-content button.noactive {
  background-color: #6F6F6E;
}
.lp-steps__item-nextinfo {
  margin-bottom: 23px;
  line-height: 1.6;
  font-style: italic;
  color: black;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}
.lp-steps__item-heading {
  font-weight: bold;
  color: black;
  display: block;
  font-size: 25px;
  margin-bottom: 30px;
}
.lp-steps__item-buttons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.lp-steps__item-buttons > button {
  margin: 5px;
}
@media screen and (max-width: 700px) {
  .lp-steps__item-buttons > button {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
.lp-careervideo__container {
  background-color: black;
  width: 1299px;
  max-width: 85%;
  margin: 0 auto;
  height: 60vh;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .lp-careervideo__container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.lp-careerfooter__container {
  width: 1299px;
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 163px;
}
@media screen and (max-width: 700px) {
  .lp-careerfooter__container {
    margin-bottom: 80px;
  }
}
.lp-careerfooter__container p {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}
.lp-container {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.fancy-hide {
  display: none;
}
.btn-lp {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  background: #e42613;
  color: white!important;
  text-decoration: none;
  padding: 16px 40px;
  font-family: "Roboto";
}
.btn-lp:hover {
  opacity: 0.8;
}
.fancybox-content {
  width: 1314px;
  max-width: 90%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 56px 79px!important;
  box-sizing: border-box;
  overflow: visible;
  margin: 20px;
}
@media screen and (max-width: 980px) {
  .fancybox-content {
    padding: 30px 20px!important;
  }
}
.fancybox-content p {
  color: #242424;
}
.fancybox-content .tcb--cols--1,
.fancybox-content .tcb--cols--2 {
  padding: 0px!important;
}
.fancybox-content .tqb-dynamic-content-container {
  margin-bottom: 0px;
}
.fancybox-content .thrv-columns {
  margin: 0px!important;
}
.fancybox-content .fancybox-button {
  color: white;
  top: -20px;
  right: -20px;
  height: 40px;
  width: 40px;
  background: #e42613;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  opacity: 1;
}
.lightbox-heading p {
  margin: 0px!important;
}
.bubble {
  position: relative;
  overflow: visible!important;
}
.bubble:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #e9f6ff transparent transparent;
  bottom: -20px;
  left: 67%;
  margin-left: -10px;
}