@media only screen and (min-width: 769px) {
  info-box[type="mastercrafting"].animate-in.show-info > div[info],
  info-box[type="calendar"].animate-in.show-info > div[info] {
    height: 426px;
  }
}
@media only screen and (min-width: 1025px) {
  info-box[type="mastercrafting"].animate-in.show-info > div[info],
  info-box[type="calendar"].animate-in.show-info > div[info] {
    height: 506px;
  }
}
@media only screen and (max-width: 620px) {
  info-box[type="calendar"].animate-in.show-info > div[info] {
    height: 360px;
  }
}
info-box[type="calendar"].animate-in.show-info > div[info] div[inner] {
  padding: 20px 0px 0px 0px;
}
@media only screen and (max-width: 769px) {
  info-box[type="calendar"].animate-in.show-filter filter[num-lists="1"] ul ol.swiper-container li {
    line-height: 2.7;
  }
}
@media only screen and (min-width: 1025px) {
  info-box[type="calendar"].animate-in.show-filter filter {
    height: 90px;
  }
}
info-box {
  display: block;
  width: 100%;
  left: 0px;
  position: fixed;
  bottom: 0px;
  z-index: 48;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  info-box {
    width: calc(100% - 20px);
    left: 10px;
  }
}
info-box.animate-in.show-info > div[info] {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  -ms-transition-duration: 0.75s;
  transition-duration: 0.75s;
  height: calc(100vh - 60px);
}
info-box.animate-in.show-info > div[info] h1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
info-box.animate-in.show-info > div[info] h2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
info-box.animate-in.show-info > div[info] button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
info-box.animate-in.show-info > div[info] div.ctas {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  -ms-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
@media only screen and (min-width: 769px) {
  info-box.animate-in.show-info > div[info] {
    height: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  info-box.animate-in.show-info > div[info] {
    height: 380px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  info-box.animate-in.show-info filter {
    height: 80px;
  }
  info-box.animate-in.show-info filter menu[filter-options] button {
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -o-transform: translateY(22px);
    -ms-transform: translateY(22px);
    transform: translateY(22px);
  }
}
@media only screen and (min-width: 1025px) {
  info-box.animate-in.show-info filter {
    height: 126px;
  }
  info-box.animate-in.show-info filter menu[filter-options] button {
    -webkit-transform: translateY(42px);
    -moz-transform: translateY(42px);
    -o-transform: translateY(42px);
    -ms-transform: translateY(42px);
    transform: translateY(42px);
  }
}
info-box.animate-in.show-info top i {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
info-box.animate-in.show-info top line[left],
info-box.animate-in.show-info top line[right] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  -ms-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
info-box.animate-in.show-filter {
  z-index: 52;
}
@media only screen and (max-width: 1025px) {
  info-box.animate-in.show-filter filter {
    height: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  info-box.animate-in.show-filter filter {
    height: 180px;
  }
}
@media only screen and (max-width: 769px) {
  info-box.animate-in.show-filter filter[num-lists="1"] {
    height: 60.300000000000004px;
  }
  info-box.animate-in.show-filter filter[num-lists="2"] {
    height: 180px;
  }
  info-box.animate-in.show-filter filter[num-lists="3"] {
    height: 270px;
  }
  info-box.animate-in.show-filter filter[num-lists="4"] {
    height: 360px;
  }
}
@media all and (max-height: 500px) {
  info-box.animate-in.show-filter filter[num-lists="1"] {
    height: 67.5px;
  }
  info-box.animate-in.show-filter filter[num-lists="2"] {
    height: 135px;
  }
  info-box.animate-in.show-filter filter[num-lists="3"] {
    height: 202.5px;
  }
  info-box.animate-in.show-filter filter[num-lists="4"] {
    height: 270px;
  }
}
@media only screen and (max-width: 769px) {
  info-box.animate-in.show-filter menu[buttons] button[toggle-info],
  info-box.animate-in.show-filter menu[buttons] button[reset],
  info-box.animate-in.show-filter menu[buttons] button[ok-filter] {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 769px) {
  info-box.filtering menu[buttons] button[toggle-info] {
    top: -61px;
  }
  info-box.filtering menu[buttons] button[reset] {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
info-box > div[info] {
  height: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  will-change: height;
  -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  text-align: center;
}
info-box > div[info] div[inner] {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
@media only screen and (min-width: 769px) {
  info-box > div[info] div[inner] {
    padding: 25px 0px 0px 0px;
  }
}
info-box > div[info] div[inner] h1,
info-box > div[info] div[inner] h2,
info-box > div[info] div[inner] button,
info-box > div[info] div[inner] div.ctas {
  will-change: transform, opacity;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
info-box > div[info] div[inner] h1 {
  margin-bottom: 20px;
}
info-box > div[info] div[inner] h2 {
  margin: auto;
  max-width: 700px;
}
info-box > div[info] div[inner] h2 a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  info-box > div[info] div[inner] h2 a {
    will-change: color;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  info-box > div[info] div[inner] h2 a:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
  }
}
info-box > div[info] div[inner] h2 p {
  padding: 0px 20px;
}
info-box > div[info] div[inner] *[round-text-button] {
  bottom: 30px;
  margin: auto;
  width: 200px;
}
@media only screen and (min-width: 769px) {
  info-box > div[info] div[inner] *[round-text-button] {
    display: none;
  }
}
info-box > div[info] div[inner] input,
info-box > div[info] div[inner] button.download {
  margin: auto;
  margin-top: 30px;
  color: #fff;
  border: none;
  outline: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 90%;
  height: 50px;
  text-align: center;
  max-width: 475px;
}
info-box > div[info] top {
  width: calc(100% - 40px);
  left: 20px;
  position: absolute;
  top: 20px;
}
@media only screen and (min-width: 769px) {
  info-box > div[info] top {
    top: 25px;
    left: 40px;
    width: calc(100% - 80px);
  }
}
info-box > div[info] top i {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-border-radius: 52px;
  border-radius: 52px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  info-box > div[info] top i {
    width: 51px;
    height: 51px;
  }
}
info-box > div[info] top i svg {
  width: 32%;
  height: 33%;
  margin: 14px auto;
}
@media only screen and (min-width: 769px) {
  info-box > div[info] top i svg {
    margin: 18px auto;
  }
}
info-box > div[info] top i svg * {
  fill: #fff;
}
info-box > div[info] top line[left] {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  will-change: transform;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 20px;
  width: calc(50% - 30px);
}
@media only screen and (min-width: 769px) {
  info-box > div[info] top line[left] {
    top: 25px;
    width: calc(50% - 40px);
  }
}
info-box > div[info] top line[right] {
  content: "";
  position: absolute;
  right: 0px;
  height: 1px;
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  will-change: transform;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 20px;
  width: calc(50% - 30px);
}
@media only screen and (min-width: 769px) {
  info-box > div[info] top line[right] {
    top: 25px;
    width: calc(50% - 40px);
  }
}
