.tbsrch {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tbsrch .btn {
  padding: 0 24px;
  height: 48px;
}
.tbsrch .btn:before {
  display: none;
}
.tbsrch input:checked + .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hdbg {
  z-index: -1;
  background-color: #000;
}
.hdbg, .hdbg:after, .hdbg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hdbg img {
  object-fit: cover;
  opacity: 0.7;
}
.hdbg:after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.hero {
  padding: calc( 1em + 1vh + 1vw) 0;
}
.hero h1, .hero h2 {
  color: currentColor;
}
.hero h1 {
  max-width: 1024px;
}
.hero h2 {
  max-width: 768px;
}

.tksa-bnfts {
  position: relative;
}
.tksa-bnfts:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  content: "";
  z-index: -1;
}
.tksa-bnfts .tksa-s-t {
  justify-content: center;
  text-align: center;
}
.tksa-bnfts .tksa-s-t .tksa-ttl {
  color: #fff;
}
.tksa-bnfts .tksa-s-t .tksa-ttl:not(.sm) {
  font-size: 2em;
}
.tksa-bnfts .tksa-s-t .tksa-ttl.sm {
  font-weight: 400;
}

.bnfts-bx p {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .tksa-search {
    max-width: 812px;
  }
  .tksa-search .form-select, .tksa-search .form-control {
    height: 5rem;
  }

  .tksa-select {
    min-width: 170px;
  }
  .tksa-select .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tksa-input .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 170px;
  }

  .tksa-button {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .tksa-button .btn {
    height: 4rem;
    min-width: 150px;
  }
}
@media (min-width: 1200px) {
  .tksa {
    margin-bottom: 14em;
  }

  .tksa-sldr {
    margin-top: -12em;
    z-index: 2;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tksa-sldr .slick-arrow {
    margin-top: -7rem;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .tksa-sldr .slick-arrow {
    margin-top: -6rem;
  }
}

/*# sourceMappingURL=home.css.map */
