.unknown-travels[data-v-efb63d5c] {
  margin-bottom: 1rem;
}
.unknown-travels__card[data-v-efb63d5c] {
  border: 2px dashed #DBDEE8;
  border-radius: 8px;
  background-color: white;
}
.unknown-travels__card[data-v-efb63d5c]:not(:last-child) {
  margin-bottom: 1rem;
}
.unknown-travels__card-img[data-v-efb63d5c] {
  width: 100%;
}
.unknown-travels__card-img img[data-v-efb63d5c] {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.unknown-travels__card-head[data-v-efb63d5c] {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #EBEBF5;
}
.unknown-travels__card-head span[data-v-efb63d5c] {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
.unknown-travels__card-items[data-v-efb63d5c] {
  display: flex;
  flex-wrap: wrap;
}
.unknown-travels__card-items .item[data-v-efb63d5c] {
  display: block;
  text-align: center;
  width: 50%;
  padding: 12px 0;
}
.unknown-travels__card-items .item i[data-v-efb63d5c] {
  border-color: #4E5C6E;
  color: #4E5C6E;
  margin: 0 auto;
}
.unknown-travels__card-items .item span[data-v-efb63d5c] {
  font-size: 12px;
  color: #353842;
}
.unknown-travels__card a[data-v-efb63d5c] {
  font-size: 14px;
}
.unknown-travels i[data-v-efb63d5c] {
  font-size: 24px;
  border: dashed 1px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.unknown-travels i[data-v-efb63d5c]::before {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unknown-travels .lst-svg-icon[data-v-efb63d5c]::before {
  width: 20px !important;
  height: 20px !important;
}
.unknown-tour-empty-landing .head {
  margin-bottom: 2rem;
  position: relative;
}
.unknown-tour-empty-landing .head img {
  width: 100%;
  border-radius: 8px;
}
.unknown-tour-empty-landing .head__text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: white;
  padding: 10px;
  width: 190px;
  border-radius: 5px;
}
.unknown-tour-empty-landing .head__text h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700 !important;
}
.unknown-tour-empty-landing .head__text p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
}
.unknown-tour-empty-landing .info-card {
  margin-bottom: 2rem !important;
}
.unknown-tour-empty-landing .unknown-travels {
  margin-bottom: 2rem;
}
.unknown-tour-empty-landing .unknown-travels__head {
  font-size: 16px;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.unknown-tour-empty-landing .unknown-travels__blur {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.unknown-tour-empty-landing .unknown-travels__blur img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.unknown-tour-empty-landing .unknown-travels__blur span {
  background-color: #015B94;
  color: white;
  font-weight: 700;
  font-size: 18px;
  cursor: inherit !important;
}
.unknown-tour-empty-landing .logos {
  margin-bottom: 2rem !important;
}
.unknown-tour-empty-landing .logos__item {
  background-color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-bottom: 1rem;
}
.unknown-tour-empty-landing .logos__item img {
  width: 150px;
}
