/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .tab-nav {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
  .tab-nav .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 1rem;
  }
  .tab-nav .swiper-wrapper .swiper-slide button {
    text-transform: uppercase;
  }
  .tab-nav::after {
    content: "";
    position: relative;
    display: block;
    height: 0.2rem;
    bottom: 0.2rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
  .tab-nav .swiper-container {
    width: 100%;
    height: none;
  }
  .tab-nav .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tab-nav__swiper-slide {
    max-width: 20rem;
    height: auto;
    width: auto;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .tab-nav .swiper-container {
    overflow: visible;
  }
  .tab-nav .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .tab-nav .swiper-slide {
    margin-bottom: 2rem;
    height: 20%;
  }
  .tab-nav .swiper-slide button {
    text-transform: uppercase;
  }
  .tab-nav .tab-nav__name::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 6rem;
    right: calc(100% + 2rem);
    background: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tab-nav .tab-nav__name.is-active::before {
    background: white;
  }
}
.tab-nav__name {
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0.5;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  cursor: pointer;
  font-weight: 700;
  color: #ffffff;
}
.tab-nav__name:hover {
  opacity: 0.75;
}
.tab-nav__name.is-active {
  opacity: 1;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .tab-nav__name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    padding: 0 0 1rem;
    text-align: left;
    position: relative;
    font-size: 1.4rem;
  }
  .tab-nav__name::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 0.2rem;
    width: 100%;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: rgba(255, 255, 255, 0);
  }
}
/*# sourceMappingURL=tab-nav.css.map */
