.px-featured-teaser {
  container-type: inline-size;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
}
.px-featured-teaser .bg-secondary {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 76.5%;
  border-radius: 6px 0 0 6px;
  background-color: var(--second-color);
  height: 485px;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser .bg-secondary {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser .bg-secondary {
    height: 600px;
  }
}
.px-featured-teaser-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: clamp(3.75rem, 2.8378378378rem + 4.5608108108vw, 7.125rem);
  max-width: var(--maxWidthBig);
  width: 92%;
  margin-inline: auto;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser-inner {
    flex-direction: column;
  }
}
.px-featured-teaser-inner .teaser-items {
  width: 71.8%;
  display: flex;
  gap: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser-inner .teaser-items {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser-inner .teaser-items {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser-inner .teaser-items {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .teaser-items {
    flex-direction: column;
  }
}
.px-featured-teaser-inner .teaser-items .teaser-item {
  width: 33.33%;
  position: relative;
  height: fit-content;
}
.px-featured-teaser-inner .teaser-items .teaser-item:nth-child(2) {
  top: 60px;
}
.px-featured-teaser-inner .teaser-items .teaser-item:nth-child(3) {
  top: 120px;
}
@media screen and (max-width: 960px) {
  .px-featured-teaser-inner .teaser-items .teaser-item {
    width: 48.3%;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .teaser-items .teaser-item {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser-inner .teaser-items .teaser-item:nth-child(3) {
    top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .teaser-items .teaser-item:nth-child(2), .px-featured-teaser-inner .teaser-items .teaser-item:nth-child(3) {
    top: 0;
  }
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image-overlay {
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 1.0810810811rem + 0.8445945946vw, 1.875rem);
  transition: all 0.5s ease-in-out;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transform: translateY(0);
  z-index: 0;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image-overlay h3, .px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image-overlay .borderless-btn {
  position: relative;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image-overlay h3 {
  flex: 0;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .borderless-btn {
  line-height: 1.4em;
  color: var(--second-color);
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .borderless-btn {
    gap: 12px;
  }
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link:hover .teaser-image-overlay {
  min-height: 100%;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link:hover .teaser-image-overlay h3 {
  flex: 1;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link:hover .borderless-btn::after {
  animation: borderless-fly-in 0.5s ease-in-out forwards;
}
@media screen and (max-width: 1520px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .tile-content {
    max-height: 141px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .tile-content {
    max-height: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .tile-content {
    max-height: 135px;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .tile-content {
    max-height: 125px;
  }
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link {
  display: flex;
  flex-direction: column;
  box-shadow: var(--default-box-shadow);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  height: 390px;
}
@media screen and (max-width: 1024px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link {
    height: 370px;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link {
    height: 350px;
  }
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image {
  width: 100%;
  height: 100%;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-image-link .teaser-image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-text, .px-featured-teaser-inner .teaser-items .teaser-item ul.button-list {
  display: flex;
  flex-direction: column;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-text {
  padding-top: 20px;
  gap: 20px;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-text ul.button-list {
  margin-top: 0;
  gap: 10px;
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-text ul.button-list .borderless-btn {
  color: var(--fontColor);
}
.px-featured-teaser-inner .teaser-items .teaser-item .teaser-text ul.button-list .borderless-btn:hover {
  color: var(--main-color);
}
.px-featured-teaser-inner .text {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser-inner .text {
    width: 100%;
    display: flex;
    gap: 50px;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .text {
    flex-direction: column;
  }
}
.px-featured-teaser-inner .text-inner {
  padding-bottom: clamp(3.75rem, 2.8378378378rem + 4.5608108108vw, 7.125rem);
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser-inner .text-inner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .text-inner {
    padding-bottom: 0;
  }
}
.px-featured-teaser-inner .text .review-box {
  padding-block: 20px;
}
@media screen and (max-width: 640px) {
  .px-featured-teaser-inner .text .review-box {
    padding-block: 0 50px;
  }
}
.px-featured-teaser-inner .text .review-title {
  font-weight: 700;
  margin-bottom: 1.25em;
}
.px-featured-teaser-inner .text .review-description {
  margin-bottom: 1.8em;
}
.px-featured-teaser-inner .text .review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.px-featured-teaser-inner .text .review-author .reviewer-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.px-featured-teaser-inner .text .review-author .reviewer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.px-featured-teaser-inner .text .review-author .reviewer-name {
  font-family: var(--smallTextFont);
  font-size: 14px;
  color: var(--Gray);
}
.px-featured-teaser.twoColumns .px-featured-teaser-inner {
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner {
    flex-direction: column;
  }
}
.px-featured-teaser.twoColumns .px-featured-teaser-inner .text {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .text {
    width: 38%;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .text {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .text .text-inner {
    padding-bottom: 0;
  }
}
.px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items {
  width: 60%;
  gap: 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items {
    width: 70%;
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items {
    flex-wrap: wrap;
  }
}
.px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items .teaser-item {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items .teaser-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .px-featured-teaser.twoColumns .px-featured-teaser-inner .teaser-items .teaser-item {
    width: 100%;
  }
}