.tcl-teaser__wrapper {
  position: relative;
}
.tcl-teaser__items-wrapper {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  overflow-x: auto;
  position: relative;
  z-index: 1111;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tcl-teaser__items-wrapper::-webkit-scrollbar {
  display: none;
}
.tcl-teaser__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 1199px) {
  .tcl-teaser__items {
    gap: 12px;
  }
}
.tcl-teaser__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #231f20;
  text-decoration: none;
  position: relative;
  gap: 15px;
  width: 100%;
  min-width: 200px;
}
.tcl-teaser__item-image {
  width: 100%;
  position: relative;
}
.tcl-teaser__item-arrow {
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tcl-teaser__item-arrow svg {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .tcl-teaser__item-arrow svg {
    width: 25px;
    height: 25px;
  }
}
.tcl-teaser__item img {
  width: 100%;
}
.tcl-teaser__copyright {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #77787b;
  position: absolute;
  left: 0;
  width: 100%;
  top: 20px;
  text-align: right;
  z-index: 9;
}
@media (max-width: 1199px) {
  .tcl-teaser__container {
    position: relative;
    margin-top: -90px;
    padding-top: 5%;
  }
}
.tcl-teaser__container-figure {
  -webkit-filter: drop-shadow(0px 4px 20px rgba(35, 31, 32, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(35, 31, 32, 0.25));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .tcl-teaser__container-figure {
    z-index: 3;
  }
}
@media (max-width: 1199px) {
  .tcl-teaser__container-figure:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(var(--teaser-background-color), 0.7);
    left: 0;
    top: 0;
    z-index: 3;
    position: absolute;
    -webkit-clip-path: ellipse(160% 100% at 50% 0%);
            clip-path: ellipse(160% 100% at 50% 0%);
    -webkit-mask-image: radial-gradient(ellipse 74% 10% at 50% top, rgba(0, 0, 0, 0) 98%, #000);
            mask-image: radial-gradient(ellipse 74% 10% at 50% top, rgba(0, 0, 0, 0) 98%, #000);
  }
}
.tcl-teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .tcl-teaser__image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.tcl-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.tcl-teaser__image-figure {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: auto;
  z-index: 3;
}
.tcl-teaser__block {
  position: relative;
  padding-top: 90px;
  padding-bottom: 142px;
  padding-right: 27.333333%;
  min-height: 500px;
}
@media (max-width: 1199px) {
  .tcl-teaser__block {
    min-height: 0;
    padding-top: 25px;
    padding-right: 0;
    position: relative;
    z-index: 3;
    padding-bottom: 32vw;
  }
}
.tcl-teaser__content {
  position: relative;
  z-index: 2;
}
.tcl-teaser__heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  word-break: break-word;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  .tcl-teaser__heading {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .tcl-teaser__heading {
    text-align: center;
  }
}
.tcl-teaser__text {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  .tcl-teaser__text {
    text-align: center;
  }
}
.tcl-teaser__text p {
  margin: 0 0;
}
.tcl-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .tcl-teaser__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -23px;
  }
}
.tcl-teaser__link a {
  display: block;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  background-color: white;
  color: #fff;
  padding: 13px 29px;
  border: none;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  transition: opacity ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  -o-transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s;
  transition: opacity ease 0.3s, filter ease 0.3s, background-color ease 0.3s, -webkit-filter ease 0.3s;
  color: #77787b;
}
.tcl-teaser__link a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
          filter: drop-shadow(0px 10px 5px rgba(35, 31, 32, 0.25));
}
.tcl-teaser__link a:active {
  background-color: white;
  color: rgba(255, 255, 255, 0.8);
  -webkit-filter: none;
          filter: none;
}
.tcl-teaser__link a:hover {
  color: #77787b;
}
.tcl-teaser__figure {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
  left: -12%;
}
@media (max-width: 1199px) {
  .tcl-teaser__figure {
    left: 0;
  }
}
.tcl-teaser__figure svg {
  width: 100%;
  height: auto;
}
.tcl-teaser__figure svg path {
  fill: rgba(var(--teaser-background-color), 1);
}
@media (max-width: 1199px) {
  .tcl-teaser__figure svg {
    display: none;
  }
}

.tcl-contrast-mode .tcl-teaser__image-figure path {
  fill: #000;
}
.tcl-contrast-mode .tcl-teaser__figure svg g {
  opacity: 1;
}
.tcl-contrast-mode .tcl-teaser__figure svg g path {
  fill-opacity: 1;
}
.tcl-contrast-mode .tcl-teaser__content * {
  color: #fff;
}
.tcl-contrast-mode .tcl-teaser__link a {
  background-color: #fff;
  color: #231f20;
}