.tech-challenges-teaser,
.search-item.field--item {
  max-width: 360px;
  min-width: 360px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  --transition: 0.2s all ease-in-out;
}


.tech-challenges-teaser .teaser-item__inner {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #eef4f5;
  border-radius: 8px;
  height: 379px;
  padding-bottom: 46px;
  position: relative;
  transition: var(--transition);
}

.tech-challenges-teaser .teaser__image {
  max-height: 180px;
  min-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px;
  margin-bottom: 23px;
  background-color: var(--color-ink-terface-5);
  /* transform: translateY(0); */
  transition: var(--transition);
}

.tech-challenges-teaser .teaser__title {
  margin-top: 0;
  margin-bottom: 19px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #003187;
  min-height: 43px;
}

.tech-challenges-teaser .teaser__content {
  padding: 0 25px 0;
}

.tech-challenges-teaser .teaser__content_regions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.tech-challenges-teaser .teaser__content_regions>.teaser__content_region {
  width: 50%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: -0.3125rem;
  padding-bottom: 5px;
}

.tech-challenges-teaser .teaser__content_regions>.teaser__content_region:nth-child(1) {
  padding-top: 0;
}

.tech-challenges-teaser .teaser__content_regions>.teaser__content_region:nth-child(2) {
  padding-top: 0;
}

.tech-challenges-teaser .teaser__content_field a,
.tech-challenges-teaser .teaser__content_field,
.tech-challenges-teaser .teaser__content_field p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #9eaabf;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.teaser__content_field_date {
  margin-right: -30px;
}

@media (max-width: 767px) {

  .tech-challenges-teaser .teaser__content_field a,
  .tech-challenges-teaser .teaser__content_field p {
    font-size: 12px;
  }
}

.tech-challenges-teaser .teaser__content_field {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tech-challenges-teaser .teaser__content_field::before {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tech-challenges-teaser .teaser__content_field::before {
    margin-right: 7px;
  }
}

.tech-challenges-teaser .teaser__content_field_question::before {
  background: url("../../resources/icons/chat-bubble-circle-question-mark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tech-challenges-teaser .teaser__content_field_max-time::before {
  background: url("../../resources/icons/smart-watch-circle-clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tech-challenges-teaser .teaser__content_field_date::before {
  background: url("../../resources/icons/calendar-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tech-challenges-teaser .teaser__content_field_prizes::before {
  background: url("../../resources/icons/pin-grey.svg");
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tech-challenges-teaser .teaser__text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #515b6b;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .tech-challenges-teaser .teaser__text {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.tech-challenges-teaser .teaser__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 10px 25px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}

.tech-challenges-teaser .teaser__logo {
  height: 32px;
  max-width: 100px;
  object-fit: contain;
  margin: 0;
}

.tech-challenges-teaser .teaser__btn {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #ff3366;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.tech-challenges-teaser .teaser__btn:focus,
.tech-challenges-teaser .teaser__btn:focus-visible,
.tech-challenges-teaser .teaser__btn:active {
  outline: none;
}

.tech-challenges-teaser .teaser__btn::after {
  content: "";
  display: inline-block;
  background: url("../../resources/icons/arrow-right-red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  width: 20px;
  margin-left: 25px;
}

.tech-challenges-teaser .teaser__btn--closed {
  color: var(--color-ink-terface-3);
}

.tech-challenges-teaser .teaser__btn--closed::after {
  background: url("../../resources/icons/arrow-right-grey.svg");
}

.tech-challenges-teaser .teaser__btn--upcoming {
  color: var(--color-dark-blue);
}

.tech-challenges-teaser .teaser__btn--upcoming::after {
  background: url("../../resources/icons/arrow-right-dark-blue.svg");
}

@media (max-width: 767px) {
  .tech-challenges-teaser .teaser__btn::after {
    margin-left: 8px;
  }
}

.tech-challenges-teaser .teaser__btn[value="upcoming"]::after {
  content: "";
  display: inline-block;
  background: url("../../resources/icons/calendar-red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  margin-left: 25px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .tech-challenges-teaser .teaser__btn[value="upcoming"]::after {
    margin-left: 8px;
  }
}

.tech-challenges-teaser .teaser__btn[value="results"]::after {
  content: "";
  display: inline-block;
  background: url("../../resources/icons/trophy-red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  margin-left: 25px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .tech-challenges-teaser .teaser__btn[value="results"]::after {
    margin-left: 8px;
  }
}

.tech-challenges-teaser.teaser-item:hover .teaser-item__inner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/*
.tech-challenges-teaser.teaser-item:hover .teaser__image {
  margin-top: -200px;
  transition: all 0.2s ease-in-out;
}*/

.tech-challenges-teaser .teaser__image img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

/*# sourceMappingURL=tech-challenges-teaser.css.map */

@media (max-width: 400px) {
  .tech-challenges-teaser.teaser-item {
    max-width: 100%;
    min-width: 300px;
  }
}

.tech-challenges-teaser .teaser__content_left {
  margin-right: -15px;
}