.tcl-logo-slider {
  width: 100%;
  z-index: 1;
}
.tcl-logo-slider__wrapper {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.tcl-logo-slider__wrapper:before {
  position: absolute;
  inset: 0;
  width: 30%;
  content: "";
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #111111), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(left, #111111 20%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(90deg, #111111 20%, rgba(17, 17, 17, 0) 100%);
}
.tcl-logo-slider__wrapper:after {
  position: absolute;
  inset: 0;
  width: 10%;
  left: auto;
  content: "";
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #111111), color-stop(6.98%, #111111), color-stop(28.75%, rgba(17, 17, 17, 0.88)), color-stop(47.06%, rgba(17, 17, 17, 0.69)), color-stop(73.78%, rgba(17, 17, 17, 0.31)), color-stop(89.11%, rgba(17, 17, 17, 0.08)), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(left, #111111 5%, #111111 6.98%, rgba(17, 17, 17, 0.88) 28.75%, rgba(17, 17, 17, 0.69) 47.06%, rgba(17, 17, 17, 0.31) 73.78%, rgba(17, 17, 17, 0.08) 89.11%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(90deg, #111111 5%, #111111 6.98%, rgba(17, 17, 17, 0.88) 28.75%, rgba(17, 17, 17, 0.69) 47.06%, rgba(17, 17, 17, 0.31) 73.78%, rgba(17, 17, 17, 0.08) 89.11%, rgba(17, 17, 17, 0) 100%);
}
.tcl-logo-slider__wrapper.no-gradient:after, .tcl-logo-slider__wrapper.no-gradient:before {
  display: none;
}
.tcl-logo-slider__text-container {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.tcl-logo-slider__slider {
  position: relative;
  margin: 80px 0 60px;
}
.tcl-logo-slider__slider .slick-list {
  overflow: visible;
}
.tcl-logo-slider__slider .slick-slide {
  position: relative;
}
.tcl-logo-slider__slider-arrow {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  background: #111111 url("../../../images/icon-arrow.svg") no-repeat center;
  background-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
  opacity: 0.5;
}
.tcl-logo-slider__slider-arrow--next {
  left: calc(100% - 100px);
}
.tcl-logo-slider__slider-arrow--prev {
  left: 20%;
  rotate: 180deg;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.tcl-logo-slider__slider-arrow:hover {
  opacity: 1;
}
.tcl-logo-slider__slider-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.tcl-logo-slider__slide {
  height: 200px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0.3;
  max-width: calc(100vw - 30px);
  margin-right: 40px;
}
.slick-current .tcl-logo-slider__slide, .tcl-logo-slider__slide:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.tcl-logo-slider__slide-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  margin-bottom: 30px;
  font-size: 25px;
  color: #ffffff;
}
.tcl-logo-slider__slide-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 33px;
  background: #ffffff;
  width: 30px;
  height: 3px;
  opacity: 0;
}
.slick-current .tcl-logo-slider__slide-heading:after {
  opacity: 1;
}
.tcl-logo-slider__slide-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  color: #ffffff;
}
.tcl-logo-slider__slide-text:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  background: #ffffff;
  width: 30px;
  height: 3px;
  opacity: 0;
}
.slick-current .tcl-logo-slider__slide-text:first-of-type:after {
  opacity: 1;
}
.tcl-logo-slider__dots .slick-dots {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.tcl-logo-slider__dots .slick-dots button {
  border: none;
  height: 2px;
  overflow: hidden;
  line-height: 0;
  color: #969696;
  background: #969696;
  width: 60px;
}
.tcl-logo-slider__dots .slick-dots button:focus, .tcl-logo-slider__dots .slick-dots button:focus-visible {
  outline: none;
  border: none;
}
.tcl-logo-slider__dots .slick-dots li {
  display: inline-block;
  margin-right: 7px;
  line-height: 0;
  padding: 10px 0;
}
.tcl-logo-slider__dots .slick-dots li:last-of-type {
  margin-right: 0;
}
.tcl-logo-slider__dots .slick-dots li.slick-active button {
  color: white;
  background: white;
}
.tcl-logo-slider__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  position: relative;
  margin-bottom: 30px;
}
.tcl-logo-slider__heading:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
}
.tcl-logo-slider h1 {
  font-size: 50px;
  font-weight: 400;
}
.tcl-logo-slider h2 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tcl-logo-slider h2 {
    font-size: 24px;
  }
}
.tcl-logo-slider h3 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 25px;
}
.tcl-logo-slider__button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-logo-slider__button:disabled {
  opacity: 0.5 !important;
}
.tcl-logo-slider__button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-logo-slider__button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-logo-slider__button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-logo-slider__button--back {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 15px 8px 45px;
  background: url("../../../images/icon-arrow-back.svg") no-repeat 10px center;
  transition: all 0.3s;
}
.tcl-logo-slider__button--back:disabled {
  opacity: 0.5 !important;
}
.tcl-logo-slider__button--back:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-logo-slider__button--back:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-logo-slider__button--back:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-logo-slider__button--back:not(:disabled):hover {
  background-position: -24px center;
}
.tcl-logo-slider__background-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: absolute;
  bottom: 35px;
  right: 50%;
  mix-blend-mode: difference;
  color: #ffffff;
  z-index: 1;
}

.tcl-section--light .tcl-logo-slider__wrapper:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
}
.tcl-section--light .tcl-logo-slider__wrapper:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #ffffff), color-stop(6.98%, #ffffff), color-stop(28.75%, rgba(255, 255, 255, 0.88)), color-stop(47.06%, rgba(255, 255, 255, 0.69)), color-stop(73.78%, rgba(255, 255, 255, 0.31)), color-stop(89.11%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 5%, #ffffff 6.98%, rgba(255, 255, 255, 0.88) 28.75%, rgba(255, 255, 255, 0.69) 47.06%, rgba(255, 255, 255, 0.31) 73.78%, rgba(255, 255, 255, 0.08) 89.11%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 5%, #ffffff 6.98%, rgba(255, 255, 255, 0.88) 28.75%, rgba(255, 255, 255, 0.69) 47.06%, rgba(255, 255, 255, 0.31) 73.78%, rgba(255, 255, 255, 0.08) 89.11%, rgba(255, 255, 255, 0) 100%);
}
.tcl-section--light .tcl-logo-slider__dots .slick-dots button {
  color: #d9d9d9;
  background: #d9d9d9;
}
.tcl-section--light .tcl-logo-slider__dots .slick-dots li.slick-active button {
  color: #969696;
  background: #969696;
}
.tcl-section--light .tcl-logo-slider__text-container {
  position: relative;
  z-index: 1;
  color: #111111;
}
.tcl-section--light .tcl-logo-slider__slider {
  position: relative;
  margin: 80px 0 60px;
}
.tcl-section--light .tcl-logo-slider__slider .slick-list {
  overflow: visible;
}
.tcl-section--light .tcl-logo-slider__slider .slick-slide {
  position: relative;
}
.tcl-section--light .tcl-logo-slider__slider-arrow {
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: #ffffff url("../../../images/icon-arrow-dark.svg") no-repeat center;
}
.tcl-section--light .tcl-logo-slider__slide-heading {
  color: #111111;
}
.tcl-section--light .tcl-logo-slider__slide-heading:after {
  background: #111111;
}
.tcl-section--light .tcl-logo-slider__slide-text {
  color: #111111;
}
.tcl-section--light .tcl-logo-slider__slide-text:first-of-type:after {
  background: #111111;
}
.tcl-section--light .tcl-logo-slider__heading:before {
  background: #111111;
}
.tcl-section--light .tcl-logo-slider__button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-logo-slider__button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-logo-slider__button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-logo-slider__button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-logo-slider__button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-logo-slider__button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-logo-slider__button--back {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 15px 8px 45px;
  background: url("../../../images/icon-arrow-back.svg") no-repeat 10px center;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-back-dark.svg") no-repeat 10px center;
}
.tcl-section--light .tcl-logo-slider__button--back:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-logo-slider__button--back:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-logo-slider__button--back:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-logo-slider__button--back:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-logo-slider__button--back:not(:disabled):hover {
  background-position: -24px center;
}
.tcl-section--light .tcl-logo-slider__button--back:hover {
  color: #111111;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .tcl-logo-slider__wrapper {
    height: auto;
    min-height: 100vh;
    padding: 60px 0;
  }
  .tcl-logo-slider__wrapper:before {
    width: 10%;
  }
  .tcl-logo-slider__text-container .slick-dots button {
    width: 45px;
  }
  .tcl-logo-slider__heading {
    font-size: 35px;
    margin-left: 15px;
  }
  .tcl-logo-slider__heading:before {
    left: -15px;
  }
  .tcl-logo-slider__slider-arrow--prev {
    left: 30px;
  }
  .tcl-logo-slider__slider-arrow--next {
    left: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .tcl-logo-slider__wrapper:before {
    display: none;
  }
  .tcl-logo-slider__slider {
    margin: 60px 0 40px;
  }
  .tcl-logo-slider__slide {
    height: 125px;
  }
  .tcl-logo-slider__dots .slick-dots button {
    width: 30px;
  }
}