@charset "UTF-8";
.dispON_pc {
  display: none;
}
@media screen and (max-width: 1160px) {
  .dispON_pc {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .dispON_pc {
    display: block;
  }
}

.dispOFF_pc {
  display: block;
}
@media screen and (max-width: 1160px) {
  .dispOFF_pc {
    display: block;
  }
}
@media screen and (max-width: 1090px) {
  .dispOFF_pc {
    display: none;
  }
}

.dispON_Ltb {
  display: none;
}
@media screen and (max-width: 1090px) {
  .dispON_Ltb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .dispON_Ltb {
    display: block;
  }
}

.dispOFF_Ltb {
  display: block;
}
@media screen and (max-width: 1090px) {
  .dispOFF_Ltb {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .dispOFF_Ltb {
    display: none;
  }
}

.dispON_Mtb {
  display: none;
}
@media screen and (max-width: 1090px) {
  .dispON_Mtb {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .dispON_Mtb {
    display: block;
  }
}

.dispOFF_Mtb {
  display: block;
}
@media screen and (max-width: 1090px) {
  .dispOFF_Mtb {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .dispOFF_Mtb {
    display: none;
  }
}

.dispON_tb {
  display: none;
}
@media screen and (max-width: 1090px) {
  .dispON_tb {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .dispON_tb {
    display: block;
  }
}

.dispOFF_Lsp {
  display: block;
}
@media screen and (max-width: 767px) {
  .dispOFF_Lsp {
    display: none;
  }
}

.dispON_Lsp {
  display: none;
}
@media screen and (max-width: 840px) {
  .dispON_Lsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dispON_Lsp {
    display: block;
  }
}

.dispON_Msp {
  display: none;
}
@media screen and (max-width: 520px) {
  .dispON_Msp {
    display: block;
  }
}

.dispOFF_Msp {
  display: block;
}
@media screen and (max-width: 520px) {
  .dispOFF_Msp {
    display: none;
  }
}

.dispON_sp {
  display: none;
}
@media screen and (max-width: 420px) {
  .dispON_sp {
    display: block;
  }
}

.dispOFF_sp {
  display: block;
}
@media screen and (max-width: 420px) {
  .dispOFF_sp {
    display: none;
  }
}

/* ------------------------
html body基本設定
------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  font-family: "meiryo-ui", sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  word-break: normal;
  hanging-punctuation: last allow-end;
  min-height: 100vh;
  max-width: 100vw;
  width: 100vw;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-height: -webkit-fill-available;
  opacity: 1;
  transition: opacity 1.5s ease;
  overflow-x: hidden;
}

.container__module {
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .container__module {
    padding: 0 5.8%;
  }
}

.inner__module {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .inner__module {
    padding: 0 0;
  }
}

@media screen and (max-width: 767px) {
  .inner__module.stepSection {
    padding: 0 6%;
  }
}

.mv {
  width: 100%;
  height: auto;
  position: relative;
}
.mv .mv__kazari {
  max-width: 158px;
  width: 10%;
  height: 100%;
}
.mv .mv__kazari img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv__kazari {
  position: absolute;
  z-index: 10;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mv .mv__bg {
    flex-direction: column;
  }
}
.mv .mv__bg .mv__bg-left {
  width: 50%;
  height: 100%;
  background: #0b7c84;
}
@media screen and (max-width: 767px) {
  .mv .mv__bg .mv__bg-left {
    width: 100%;
  }
}
.mv .mv__bg .mv__bg-right {
  width: 50%;
  height: 100%;
  background: url("../images/mv_img.jpg") center/cover no-repeat;
}

.mv__kazari_SP {
  width: 100%;
}
.mv__kazari_SP img {
  width: 100%;
}

.mv_img_SP {
  width: 100%;
}
.mv_img_SP img {
  width: 100%;
}

.mv__inner {
  position: relative;
  z-index: 1;
}
.mv__inner .mv_Copy_ly {
  padding: 5.5% 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv__inner .mv_Copy_ly {
    padding: 5.5% 0 12% 0;
  }
}
.mv__inner .mv_Copy_ly .mv_siteLogo {
  width: 33%;
  margin-bottom: 6%;
}
.mv__inner .mv_Copy_ly .mv_siteLogo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__inner .mv_Copy_ly .mv_siteLogo {
    width: 62%;
  }
}
.mv__inner .mv_Copy_ly .mv_catchCopy {
  width: 35%;
  margin-bottom: 5%;
}
.mv__inner .mv_Copy_ly .mv_catchCopy img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__inner .mv_Copy_ly .mv_catchCopy {
    width: 74%;
  }
}
.mv__inner .mv_Copy_ly .mv_days {
  width: 31%;
}
.mv__inner .mv_Copy_ly .mv_days img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__inner .mv_Copy_ly .mv_days {
    width: 85%;
  }
}

main {
  background-color: #f0f0f0;
}
@media screen and (max-width: 1160px) {
  main {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  main {
    padding-bottom: 48px;
  }
}

.main-contents {
  padding: 100px 0;
}
@media screen and (max-width: 1160px) {
  .main-contents {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .main-contents {
    padding: 50px 0;
  }
}
.main-contents .main-content__ly {
  position: relative;
}
.main-contents .main-content__ly .main-copy__ly {
  width: 65%;
  margin-bottom: 4%;
}
.main-contents .main-content__ly .main-copy__ly img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-contents .main-content__ly .main-copy__ly {
    width: 100%;
  }
}
.main-contents .main-content__ly > .dell-notepc {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
}
.main-contents .main-content__ly > .dell-notepc img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-contents .main-content__ly > .dell-notepc {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }
}
.main-contents .entryBtn__ly {
  width: 58%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main-contents .entryBtn__ly {
    margin: 0 auto;
    width: 100%;
  }
}
.main-contents .entryBtn__ly > a {
  display: block;
  padding: 22px 0 20px 0;
  background: linear-gradient(45deg, #044e52, #0b7c84);
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .main-contents .entryBtn__ly > a {
    border-radius: 10px;
  }
}
@media screen and (max-width: 960px) {
  .main-contents .entryBtn__ly > a {
    padding: 18px 0 16px 0;
  }
}
.main-contents .entryBtn__ly > a > span {
  color: #ffffff;
  font-size: 2.125rem;
  font-weight: 700;
}
@media screen and (max-width: 1090px) {
  .main-contents .entryBtn__ly > a > span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 960px) {
  .main-contents .entryBtn__ly > a > span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .main-contents .entryBtn__ly > a > span {
    font-size: 1.5rem;
  }
}
.main-contents .entryBtn__ly > a::before {
  content: "";
  display: block;
  width: 16px;
  height: 32px;
  background-image: url("../images/LinkBin_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: 50%;
  transform: translateY(calc(50% + 3px));
}
@media screen and (max-width: 960px) {
  .main-contents .entryBtn__ly > a::before {
    right: 30px;
  }
}
@media screen and (max-width: 420px) {
  .main-contents .entryBtn__ly > a::before {
    width: 24px;
    height: 24px;
    right: 16px;
    transform: translateY(calc(50% + 1px));
  }
}
.main-contents .entryBtn__ly > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  -webkit-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-45deg);
}
.main-contents .entryBtn__ly > a:hover::after {
  animation: shine 0.5s;
}

.overview {
  margin-bottom: 75px;
}
.overview .overview__ly {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.overview .overview__wrap.adjust_gap {
  -moz-column-gap: 0;
       column-gap: 0;
}
.overview .overview__wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .overview .overview__wrap {
    display: block;
  }
}
.overview .overview__wrap .small_kigou {
  position: relative;
  padding-right: 8px;
}
.overview .overview__wrap .small_kigou::after {
  content: "※";
  font-size: 11px;
  position: absolute;
  top: -4px;
  right: -4px;
}
.overview .overview__wrap .TTL_overview {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1090px) {
  .overview .overview__wrap .TTL_overview {
    font-size: 1.25rem;
  }
}
.overview .overview__wrap .TTL_campaign {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .overview .overview__wrap .TTL_campaign {
    font-size: 1.25rem;
  }
}
.overview .overview__wrap .TEXT_big {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1090px) {
  .overview .overview__wrap .TEXT_big {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1090px) and (max-width: 767px) {
  .overview .overview__wrap .TEXT_big {
    line-height: 1.675em;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1090px) and (max-width: 420px) {
  .overview .overview__wrap .TEXT_big {
    font-size: 1rem;
  }
}
.overview .overview__wrap .TEXT_big.add_center_bg {
  background-color: #044e52;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.overview .overview__wrap .TEXT_big.changeLS {
  font-size: 1.375rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1090px) {
  .overview .overview__wrap .TEXT_big.changeLS {
    font-size: 1.125rem;
  }
}
.overview .overview__wrap .size-TEXT_base {
  font-size: 0.9375rem;
  line-height: 1.65em;
}
@media screen and (max-width: 1090px) {
  .overview .overview__wrap .size-TEXT_base {
    font-size: 0.8125rem;
  }
}
.overview .overview__wrap .size-TEXT_small {
  font-size: 0.8125rem;
  line-height: 1.5em;
}
.overview .overview__wrap dt,
.overview .overview__wrap dd {
  display: flex;
  align-items: center;
}
.overview dd.flexCol {
  flex-direction: column;
  align-items: flex-start;
}
.overview .overview__wrap dt {
  background-color: #0b7c84;
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .overview .overview__wrap dt {
    border-radius: 40px;
    margin-bottom: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.overview .overview__wrap dt.addPad {
  padding-top: 10px;
  padding-bottom: 10px;
}
.overview .present_delivery {
  margin-bottom: 30px;
}
.overview .present_delivery > .overview__wrap {
  margin-bottom: 20px;
}
.overview .present_delivery > .overview__wrap > .overview_ttl__ly > .size-TTL_base {
  letter-spacing: 0.01em;
}
.overview .step {
  background: #ffffff;
  padding: 36px 0 40px 0;
  margin-bottom: 30px;
}
.overview .step .step_item__Wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .overview .step .step_item__Wrap {
    flex-direction: column;
  }
}
.overview .step .step_item__Wrap > .step_item > .step_img {
  margin-bottom: 20px;
  max-width: 100%;
}
.overview .step .step_item__Wrap > .step_item > .step_img img {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .overview .step .step_item__Wrap > .step_item > .step_img {
    text-align: center;
  }
}
.overview .step .step_item__Wrap > .step_item > .step_text {
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .overview .step .step_item__Wrap > .step_item > .step_text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1090px) {
  .overview .step .step_item__Wrap > .step_item > .step_text {
    font-size: 0.75rem;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 960px) {
  .overview .step .step_item__Wrap > .step_item > .step_text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 420px) {
  .overview .step .step_item__Wrap > .step_item > .step_text {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .overview .step .step_item__Wrap .step_arrow {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.overview .entry_text_SP {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 50px;
}

.section-item-ly__module {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-item-ly__module {
    background: none;
  }
}

.section-ttl__module {
  background-color: #044e52;
  font-size: 1.625rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .section-ttl__module {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 420px) {
  .section-ttl__module {
    font-size: 1.25rem;
  }
}

.product {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .product {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .product .section-ttl__module.sp_bg {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.product .product_item__PcWrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product .product_item__PcWrap {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
  }
}
.product .product_item__PcWrap .product_item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.product .product_item__PcWrap .product_item .product_item__IMG img {
  width: 100%;
}
.product .product_item__PcWrap .product_item .product_item__NAME {
  text-align: center;
  font-weight: 700;
  height: auto;
  line-height: 1.15em;
  display: grid;
  place-items: center;
}
.product h3 {
  background-color: #0b7c84;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .product h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 420px) {
  .product h3 {
    font-size: 1.25rem;
  }
}
.product h3 > .spec-Open {
  display: block;
  padding: 12px 0;
  position: relative;
}
.product h3 > .spec-Open::before, .product h3 > .spec-Open::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  content: "";
  width: 30px;
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width: 420px) {
  .product h3 > .spec-Open::before, .product h3 > .spec-Open::after {
    width: 20px;
    height: 2px;
  }
}
.product h3 > .spec-Open::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.product h3 > .spec-Open.active::after {
  transform: rotate(0);
  transition: transform 0.3s;
}
.product {
  /* h3 */
}
.product .specTable_Wrap.active {
  display: block;
}
.product .specTable_Wrap {
  display: none;
}
.product .specTable {
  width: 100%;
}
.product .specTable th,
.product .specTable td {
  width: 50%;
}
.product .specTable th {
  background-color: #044e52;
  color: #ffffff;
  padding: 6px 0;
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product .specTable th {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .product .specTable th {
    padding: 6px 0;
    font-size: 0.875rem;
  }
}
.product .specTable td {
  background-color: #f0f0f0;
  color: #000000;
  padding: 8px 0;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product .specTable td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .product .specTable td {
    padding: 6px 0;
    font-size: 0.875rem;
  }
}
.product .specTable th,
.product .specTable td {
  text-align: center;
}
.product .specTable th + th,
.product .specTable td + td {
  border-left: 5px solid #ffffff;
}
.product .specTable tbody,
.product .specTable tbody tr + tr {
  border-top: 5px solid #ffffff;
}

.giftee > .container__module {
  padding-bottom: 0 !important;
}
.giftee .giftee-TEXT {
  font-size: 1.5rem;
  line-height: 1.45em;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1090px) {
  .giftee .giftee-TEXT {
    font-size: 1.25rem;
  }
}
.giftee .content__Wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .giftee .content__Wrap {
    flex-direction: column;
  }
}
.giftee .content__Wrap > .content_left {
  width: 33%;
}
@media screen and (max-width: 960px) {
  .giftee .content__Wrap > .content_left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.giftee .content__Wrap > .content_left img {
  width: 100%;
}
.giftee .content__Wrap > .content_right {
  width: 66%;
}
@media screen and (max-width: 960px) {
  .giftee .content__Wrap > .content_right {
    width: 100%;
  }
}
.giftee .content__Wrap > .content_right > li {
  list-style: inside;
  font-size: 0.96875rem;
  line-height: 1.75em;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}
.giftee .content__Wrap > .content_right > li::marker {
  font-size: 50%;
}
.giftee .entryBtn-giftee__ly {
  width: 50%;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .giftee .entryBtn-giftee__ly {
    width: 100%;
  }
}
.giftee .entryBtn-giftee__ly > a {
  line-height: 1.6em;
  display: block;
  border-radius: 8px;
  padding: 20px 0 20px 0;
  background: #0b7c84;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 420px) {
  .giftee .entryBtn-giftee__ly > a {
    font-size: 1.375rem;
    padding: 10px 0 10px 0;
  }
}
.giftee .entryBtn-giftee__ly > a:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.giftee .entryBtn-giftee__ly > a:hover::before {
  right: 40px;
  transition: all 0.6s;
}
.giftee .entryBtn-giftee__ly > a > span {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.giftee .entryBtn-giftee__ly > a::before {
  transition: all 0.4s;
  content: "";
  display: block;
  width: 16px;
  height: 32px;
  background-image: url("../images/LinkBin_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(calc(50% + 3px));
}
@media screen and (max-width: 420px) {
  .giftee .entryBtn-giftee__ly > a::before {
    background-image: url("../images/LinkBin_arrow_SP.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
  }
}

.attention {
  font-size: 0.8125rem;
  line-height: 1.5em;
  text-align: justify;
}

footer {
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 960px) {
  footer {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #ffffff;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animate {
  opacity: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}/*# sourceMappingURL=style.css.map */