@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

body {
  font-family: Microsoft JhengHei !important;
}

footer {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
}

img {
  height: auto;
  width: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  img {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  img {
    max-width: 100%;
  }
}

.container {
  position: relative;
}

@media all and (min-width: 1600px) {
  .container {
    width: 100%;
    max-width: 1600px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .container {
    width: 100%;
    max-width: 1400px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}

body {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bazzlanding/images/fixbg.jpg?version=1");
  background-attachment: fixed;
  background-position: center center;
}

.bblogo {
  position: absolute;
  top: 40px;
  left: 40px;
}

@media all and (max-width: 575px) {
  .bblogo {
    left: 25px;
  }
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

header {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bazzlanding/images/topbg.jpg?version=1") no-repeat;
  background-position: top center;
  position: relative;
}

header .container {
  margin-top: -70px;
}

header .maintitle {
  font-size: 80px;
  color: #ffffff;
  font-family: "微軟正黑體";
  font-weight: bold;
  text-shadow: 0px 0px 10px #000;
  position: relative;
  animation-delay: 0.6s;
  z-index: 11;
}

@media all and (max-width: 575px) {
  header .maintitle {
    font-size: 35px;
  }
}

header .maintitle img {
  width: 180px;
  height: auto;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header .maintitle img {
    width: 150px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header .maintitle img {
    width: 130px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header .maintitle img {
    width: 130px;
  }
}

@media all and (max-width: 575px) {
  header .maintitle img {
    width: 80px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header .maintitle {
    font-size: 58px;
    margin-left: 4%;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header .maintitle {
    font-size: 61px;
    margin-left: 4%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header .maintitle {
    font-size: 5.5vh;
  }
}

header .subtitle {
  font-size: 35px;
  color: #ffffff;
  line-height: 1.45;
  text-align: center;
  font-family: "微軟正黑體";
  font-weight: normal;
  padding: 65px 0px;
  background: rgba(39, 39, 39, 0.6);
  border-radius: 30px;
  position: relative;
  animation-delay: 0.3s;
  z-index: 10;
  top: -55px;
}

@media all and (max-width: 575px) {
  header .subtitle {
    font-size: 20px;
    top: 0px;
    padding: 10px 20px;
    width: 95%;
    margin: 0px auto;
    text-align: left;
    line-height: 27px;
    border-radius: 10px;
  }
}

header .subtitle span {
  position: relative;
  z-index: 7;
  display: inline-block;
}

header .subtitle span:after {
  height: 15px;
  width: 100%;
  position: absolute;
  background: #820c08;
  content: '';
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header .subtitle {
    width: 97%;
    font-size: 3.1vh;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header .subtitle {
    width: 95%;
    font-size: 1.4em;
    padding: 50px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header .subtitle {
    width: 100%;
    font-size: 2.5vh;
    text-align: left;
    padding: 60px 20px 35px 20px;
  }
}

header .arrowline {
  position: absolute;
  right: 60px;
  top: -70px;
  width: 390px;
  animation-delay: 1s;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header .arrowline {
    right: 54px;
    top: 0px;
    width: 300px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header .arrowline {
    width: 265px;
    right: 30px;
    top: -30px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header .arrowline {
    right: -16px;
    top: -50px;
    width: 270px;
  }
}

header .arrow {
  position: relative;
  z-index: 999;
  width: 40px;
  right: 0;
  margin: 0px auto;
  animation: MoveUpDown 1s linear infinite;
  left: 0;
  bottom: 0;
}

@media all and (max-width: 575px) {
  header .arrow {
    margin-left: auto;
    margin-right: auto;
  }
}

header .mainbutton {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header .mainbutton {
    bottom: 17%;
    width: 350px;
    font-size: 30px;
    padding: 20px 10px;
  }
}

@media all and (max-width: 575px) {
  header .mainbutton {
    width: 90%;
    position: relative;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media all and (max-width: 400px) {
  .mainbutton {
    font-size: 30px !important;
  }
}

.smtext {
  display: none;
}

@media all and (max-width: 575px) {
  .smtext {
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    border-bottom: 1px solid #bdbdbd;
    margin: 0px 0px 10px 0px;
    font-weight: bolder;
    padding-bottom: 0px;
    display: block;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000;
  }

  .smtext span {
    font-size: 2em;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .smtext {
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    border-bottom: 1px solid #bdbdbd;
    margin: 0px 0px 10px 0px;
    font-weight: bolder;
    padding-bottom: 0px;
    display: block;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000;
  }

  .smtext span {
    font-size: 2em;
  }
}

.mainbutton {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.85);
  background: linear-gradient(to bottom, #9f0808, #c10000);
  border-radius: 15px;
  font-size: 40px;
  display: inline-block;
  color: #ffffff;
  padding: 20px 25px 25px 25px;
  text-align: center;
  line-height: 0;
  font-weight: bolder;
  letter-spacing: 2px;
  width: 500px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .mainbutton {
    width: 500px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .mainbutton {
    width: 500px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .mainbutton {
    width: 500px;
  }
}

@media all and (max-width: 575px) {
  .mainbutton {
    width: 95%;
    margin: 0px auto;
  }
}

.mainbutton i {
  line-height: 1;
  margin-right: 10px;
}

.mainbutton:hover {
  text-decoration: none;
  color: #ffffff;
}

.mainbutton span {
  font-size: 20px;
  display: block;
  line-height: 0;
  margin-top: 20px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 12px;
}

.maincontent {
  position: relative;
}

.maincontent h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: bolder;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 575px) {
  .maincontent h1 {
    font-size: 3em;
  }
}

.maincontent h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.9);
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .maincontent h2 {
    font-size: 39px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent h2 {
    font-size: 37px;
  }
}

@media all and (max-width: 575px) {
  .maincontent h2 {
    font-size: 29px;
  }
}

.maincontent .photoblock {
  top: 30px;
  position: relative;
  height: 370px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .photoblock {
    top: 0px;
    height: auto;
  }
}

@media all and (max-width: 575px) {
  .maincontent .photoblock {
    top: 0px;
    height: auto;
  }
}

.maincontent .subblock {
  bottom: 190px;
  height: 370px;
  position: relative;
  border-radius: 10px;
  background-color: rgba(130, 12, 8, 0.7);
  padding: 43px 29px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .maincontent .subblock {
    bottom: 260px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .subblock {
    bottom: 270px;
    height: 300px;
    padding: 20px 18px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .subblock {
    bottom: 0px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .subblock {
    bottom: 0px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
  }
}

.maincontent .subblock h2 {
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.9);
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.maincontent .subblock p {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .subblock p {
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .subblock p {
    font-size: 1.3em;
  }
}

.maincontent .memotext {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  bottom: 15px;
  line-height: 1.65;
  text-align: center;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .memotext {
    font-size: 33px;
    line-height: 1.5;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .memotext {
    font-size: 30px;
    line-height: 1.5;
    position: relative;
    bottom: 0px;
    margin: 15px 0px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .memotext {
    font-size: 30px;
    line-height: 1.5;
    position: relative;
    bottom: 0px;
    margin: 15px 0px;
  }
}

.maincontent .s2sub {
  color: #ffffff;
}

.maincontent .s2sub h3 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1.36px;
  text-align: center;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .s2sub h3 {
    font-size: 33px;
    letter-spacing: 0.36px;
  }
}

.maincontent .s2sub.right .s2subtext {
  float: right;
}

.maincontent .s2sub .s2subtext {
  width: 95%;
  font-size: 28px;
  font-weight: bold;
  border-radius: 20px;
  border: 3px solid #ffffff;
  padding: 20px 30px;
  height: 200px;
  margin: 0px;
  background: #000;
  vertical-align: middle;
  box-sizing: inherit;
  align-items: center;
  line-height: 37px;
  position: relative;
}

.maincontent .s2sub .s2subtext:after {
  width: 28px;
  height: 60px;
  background: #000000;
  content: '';
  position: absolute;
  left: 0px;
  top: calc(35%);
  z-index: 999;
}

@media all and (max-width: 575px) {
  .maincontent .s2sub .s2subtext:after {
    left: 9px;
    top: 0px;
    width: 75px;
    height: 19px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .s2sub .s2subtext {
    font-size: 25px;
    padding: 26px 30px;
    line-height: 32px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .s2sub .s2subtext {
    font-size: 25px;
    width: 90%;
    margin: 0px auto;
    padding: 20px;
    top: -30px;
    text-align: left;
    float: none !important;
    height: auto;
  }
}

@media all and (max-width: 575px) {
  .maincontent .s2sub .s2subtext {
    font-size: 20px;
    width: 90%;
    line-height: 28px;
    margin: 0px auto;
    padding: 20px 15px;
    top: -30px;
    text-align: left;
    float: none !important;
    height: auto;
    border-radius: 10px;
  }
}

.maincontent .s2sub .s2subtext .triangle {
  display: block;
  height: 35px;
  width: 35px;
  background-color: inherit;
  border: inherit;
  position: absolute;
  top: calc(40%);
  left: -17px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  transform: rotate(-45deg);
}

@media all and (max-width: 575px) {
  .maincontent .s2sub .s2subtext .triangle {
    height: 20px;
    width: 20px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .maincontent .s2sub .s2subtext .triangle {
    left: -17px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .s2sub .s2subtext .triangle {
    left: calc(10%);
    top: -17px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  }
}

@media all and (max-width: 575px) {
  .maincontent .s2sub .s2subtext .triangle {
    left: calc(10%);
    top: -10px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  }
}

.maincontent .s2sub.left .s2subtext:after {
  right: 0px;
  left: auto;
}

@media all and (max-width: 575px) {
  .maincontent .s2sub.left .s2subtext:after {
    left: 9px;
    top: 0px;
    width: 75px;
    height: 19px;
  }
}

.maincontent .s2sub.left .s2subtext .triangle {
  display: block;
  height: 35px;
  width: 35px;
  left: auto;
  right: -17px;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  transform: rotate(-45deg);
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .maincontent .s2sub.left .s2subtext .triangle {
    right: -17px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .s2sub.left .s2subtext .triangle {
    left: calc(10%);
    top: -17px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  }
}

@media all and (max-width: 575px) {
  .maincontent .s2sub.left .s2subtext .triangle {
    height: 20px;
    width: 20px;
    left: calc(10%);
    top: -10px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  }
}

.maincontent .s3block {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.maincontent .s3block img {
  width: 100%;
}

.maincontent .s3block .s3text {
  position: absolute;
  top: calc(50% - 45px);
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  padding: 22px 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

@media all and (max-width: 575px) {
  .maincontent .s3block .s3text {
    font-size: 25px;
    padding: 10px 0px;
    top: calc(50% - 25px);
  }
}

.maincontent .s5 h2 {
  margin-bottom: 36px;
}

.maincontent .s5photobox {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bazzlanding/images/photo3@2x.jpg?version=1");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .s5photobox {
    height: 400px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .s5photobox {
    height: 250px;
    margin-bottom: 20px;
  }
}

.maincontent .s5block {
  color: #ffffff;
}

.maincontent .s5block ol {
  margin-left: 30px;
  margin-bottom: 33px;
}

.maincontent .s5block ol li {
  font-size: 24px;
  list-style-type: decimal;
  line-height: 30px;
  margin-bottom: 10px;
}

.maincontent .s5block h4 {
  margin: 0px 30px 5px 30px;
  font-size: 28px;
  font-weight: bold;
}

.maincontent .s5block h4 small {
  font-size: 20px;
  font-weight: bold;
}

.maincontent .s5block .s5text {
  border: 2px solid #ffffff;
  line-height: 36px;
  font-size: 28px;
  height: 240px;
  padding: 16px 25px 16px 25px;
  letter-spacing: 1px;
  margin: 0px 30px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .s5block .s5text {
    line-height: 30px;
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .s5block .s5text {
    font-size: 22px;
    line-height: 30px;
    height: auto;
    margin: 0px 10px;
  }

  .maincontent .s5block .s5text .col-lg-12 {
    text-align: center;
  }
}

.maincontent .s5block .s5text hr {
  background: #ffffff;
  margin-bottom: 45px;
  height: 1px;
}

.maincontent .s5block .s5text span {
  position: relative;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .s5block .s5text span.text1 {
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .s5block .s5text span.text1 {
    display: block;
  }
}

.maincontent .s5block .s5text span.text1:before {
  content: '商品費用';
  color: #fff01f;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -32px;
  font-size: 24px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .s5block .s5text span.text2 {
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .s5block .s5text span.text2 {
    display: block;
    margin-top: 35px;
  }
}

.maincontent .s5block .s5text span.text2:before {
  content: '國際空運';
  text-align: center;
  left: 0;
  right: 0;
  margin: 0px auto;
  position: absolute;
  color: #fff01f;
  top: -32px;
  font-size: 24px;
}

.maincontent .s5block p {
  text-align: right;
  font-size: 20px;
  margin: 3px 30px;
}

.zeroline {
  width: 117px;
  position: relative;
  top: -40px;
  right: 40px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .zeroline {
    width: 84px;
    right: 20px;
    top: -37px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .zeroline {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .zeroline {
    display: none;
  }
}

.s1 {
  padding-top: 158px;
}

.s2 {
  padding-top: 150px;
}

.s2 .box {
  margin-top: 30px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .s2 .box {
    text-align: center;
  }
}

@media all and (max-width: 575px) {
  .s2 .box {
    text-align: center;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .s2 .box img {
    width: 90%;
  }
}

@media all and (max-width: 575px) {
  .s2 .box img {
    width: 90%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .s2 .box h3 {
    background: #170d0e;
    width: 94%;
    margin: 0px auto;
    position: relative;
    top: -65px;
    padding: 5px 0px;
  }

  .s2 .box h3:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 14px 10px 0;
    border-color: transparent #8c8082 transparent transparent;
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
  }

  .s2 .box h3:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 0 0;
    border-color: #8c8082 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 0px;
    bottom: -10px;
  }
}

@media all and (max-width: 575px) {
  .s2 .box h3 {
    background: #170d0e;
    width: 93%;
    margin: 0px auto;
    position: relative;
    top: -50px;
    padding: 5px 0px;
    font-size: 1.5em;
  }

  .s2 .box h3:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 7px 5px 0;
    border-color: transparent #8c8082 transparent transparent;
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
  }

  .s2 .box h3:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 0 0;
    border-color: #8c8082 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 0px;
    bottom: -5px;
  }
}

.s3 {
  padding-top: 213px;
}

@media all and (max-width: 575px) {
  .s3 {
    padding-top: 100px;
  }
}

.s3 .mainbutton {
  margin-top: 62px;
}

.s4 {
  padding-top: 288px;
}

@media all and (max-width: 575px) {
  .s4 {
    padding-top: 100px;
  }
}

.s5 {
  padding-top: 327px;
  padding-bottom: 220px;
}

@media all and (max-width: 575px) {
  .s5 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.s5 .mainbutton {
  margin-top: 60px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .s5 .mainbutton {
    margin-top: 20px;
  }
}

.show-on-scroll {
  opacity: 0;
  transition: opacity .3s .25s ease-out;
}

.show-on-scroll.is-visible {
  opacity: 1;
}

.s1 .is-visible.photoblock {
  -webkit-animation: slide-in-left 0.5s ease-in 0.2s both;
  animation: slide-in-left 0.5s ease-in 0.2s both;
}

.s1 .is-visible.subblock {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.s3 .b1.is-visible {
  transition: opacity 0.3s 0.2s ease-out;
}

.s3 .b2.is-visible {
  transition: opacity 0.3s 0.4s ease-out;
}

.s3 .b3.is-visible {
  transition: opacity 0.3s 0.6s ease-out;
}

.s3 .b4.is-visible {
  transition: opacity 0.3s 0.8s ease-out;
}

.s3 .b5.is-visible {
  transition: opacity 0.3s 1.0s ease-out;
}

.s3 .b6.is-visible {
  transition: opacity 0.3s 1.2s ease-out;
}

.s3 .b7.is-visible {
  transition: opacity 0.3s 1.4s ease-out;
}

.s3 .b8.is-visible {
  transition: opacity 0.3s 1.6s ease-out;
}

.s4 .s3block.is-visible {
  -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-20 17:54:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    top: -40px;
  }

  50% {
    top: -60px;
  }
}

/*# sourceMappingURL=../../../sass */