@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, button,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  img {
    font-size: 0.875rem;
  }
}

figure {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

p:last-of-type {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

address {
  font-style: normal;
}

hr {
  margin: 0 auto;
  width: 100%;
  max-width: 1286px;
  color: #dadada;
  text-align: center;
  overflow: visible;
  border: none;
  border-top: 1px solid #dadada;
}

@media screen and (max-width: 736px) {
  br.none {
    display: none;
  }
}

::selection {
  background: #420085;
  color: #fff;
}

::-moz-selection {
  background: #420085;
  color: #fff;
}

body {
  background: #fafafa;
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0d0d0d;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  line-height: 1.8;
  letter-spacing: 1.5px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 736px) {
  body {
    font-size: 1rem;
  }
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: url(null) fixed;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-size: 100%;
  color: #000d85;
  position: relative;
}
a:link {
  font-weight: 700;
  color: #000d85;
  text-decoration: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
  font-size: 2.5rem;
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
}
h2 b {
  display: block;
  margin-bottom: 8px;
  padding-left: 40px;
  font-size: 1.125rem;
  position: relative;
}
h2 b:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #efa24d;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.5rem;
  }
  h2 b {
    font-size: 1rem;
  }
  h2 picture {
    width: 80px;
    margin: 0 auto;
  }
  h2 img {
    width: 100%;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
h3 b {
  display: block;
  margin-bottom: 8px;
  padding-left: 40px;
  font-size: 1.125rem;
  position: relative;
}
h3 b:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 4px;
  left: 0;
  background: #efa24d;
}
@media screen and (max-width: 736px) {
  h3 {
    font-size: 1.375rem;
  }
  h3 b {
    padding-left: 32px;
    font-size: 1rem;
  }
  h3 b:before {
    width: 22px;
  }
}

h4 {
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
h4 b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #420085;
  font-size: 1.125rem;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 736px) {
  h4 {
    font-size: 1.25rem;
  }
  h4 b {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
}

.hgroup {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 736px) {
  .hgroup {
    row-gap: 20px;
  }
}

.small {
  font-size: 1rem;
}
@media screen and (max-width: 736px) {
  .small {
    font-size: 0.875rem;
  }
}

.center {
  margin: 0 auto;
  text-align: center;
}

.s-none {
  padding: 0 0.5em;
}
@media screen and (max-width: 736px) {
  .s-none {
    display: block;
    padding: 0;
    height: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-none {
    height: 0;
    display: block;
  }
}

.m-width {
  max-width: 600px;
  margin: 0 auto;
}

.l-width {
  max-width: 800px;
  margin: 0 auto;
}

.display-none {
  display: none;
}

@media screen and (min-width: 736px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .sp-none {
    display: none !important;
  }
}

.annotation {
  display: block;
  font-size: 1rem;
}

.disc ul {
  list-style-type: disc;
  margin-left: 1em;
}
.disc ul a {
  display: block;
}

ol {
  list-style-type: decimal;
  margin-left: 1.6em;
}
ol a {
  display: block;
}

.ancher ul li a {
  display: block;
  padding: 0.4em 0;
}

.aside-h b {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.w100per img {
  width: 100%;
  display: inline-block;
}

.bb {
  border-bottom: 1px solid #dadada;
}

p .icon_blank,
p .icon_pdf,
dt .icon_blank,
dt .icon_pdf,
dd .icon_blank,
dd .icon_pdf {
  margin-right: 30px;
}
p .icon_blank:after,
p .icon_pdf:after,
dt .icon_blank:after,
dt .icon_pdf:after,
dd .icon_blank:after,
dd .icon_pdf:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -20px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon_blank:after {
  background: url(/images/icon_blank.png) no-repeat center right;
  background-size: 16px 16px;
}

.icon_pdf:after {
  background: url(/images/icon_pdf.png) no-repeat center right;
  background-size: 16px 16px;
}

.button {
  font-weight: bold;
  line-height: 1.4;
}
.button a, .button b {
  display: inline-block;
  padding: 0.2em 1em;
  background: #fff;
  font-weight: 700;
  text-align: center;
  color: #420085;
  border: 2px solid #000d85;
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.button a:link, .button b:link {
  text-decoration: none !important;
}
.button a[target=_blank]:after, .button b[target=_blank]:after {
  background: none !important;
}
.button a[target=_blank] div, .button b[target=_blank] div {
  padding-right: 1.4em;
  background: url(/images/icon_blank.png) no-repeat center right;
  background-size: 16px 16px;
}
.button-md ul {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.button-md a {
  display: inline-block;
  padding: 0.2em 1.2em;
  background: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000d85;
  border: 2px solid #000d85;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.button-md a:link {
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  .button-md ul {
    gap: 12px;
  }
  .button-md a {
    padding: 0.2em 1em;
    font-size: 0.9375rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}

.button-lg ul {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.button-lg a {
  display: inline-block;
  padding: 0.4em 1.2em;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(90deg, #420085, #280050);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.button-lg a:link {
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  .button-lg ul {
    gap: 12px;
  }
  .button-lg a {
    padding: 0.2em 1em;
    font-size: 1.25rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}

/* コードブロック全体の装飾 */
pre {
  position: relative;
  background: #0d0d0d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 28px;
  color: #fff;
  font-family: monospace;
  overflow-x: auto;
}
pre .copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #282828;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 0.875rem;
  cursor: pointer;
}
pre .copy-btn:hover {
  opacity: 1;
  background: #0d0d0d;
}
pre .copy-btn.copied {
  background: #0d0d0d;
  opacity: 1;
}

/* = component
----------------------------------------------- */
.text-comp {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}

.list-comp {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #dadada;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.list-comp dl {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 3fr;
  column-gap: 40px;
  align-items: center;
  padding: 28px;
  border-top: 1px solid #dadada;
}
.list-comp dl:first-of-type {
  border: none;
}
.list-comp dl dt {
  font-weight: 700;
}
.list-comp dl dd {
  display: grid;
  width: 100%;
  column-gap: 28px;
  align-items: center;
  padding-left: 40px;
  border-left: 1px solid #dadada;
}
@media screen and (max-width: 736px) {
  .list-comp dl {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .list-comp dl dd {
    padding-left: 0;
    border-left: none;
  }
}

.teaser-comp {
  display: flex;
  column-gap: 60px;
}
.teaser-comp .image {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.teaser-comp .image img {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.teaser-comp .text {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.teaser-comp .text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .teaser-comp {
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
  }
  .teaser-comp .image {
    margin: 0 auto;
    max-width: 172px;
  }
  .teaser-comp .image img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .teaser-comp .text {
    row-gap: 12px;
  }
  .teaser-comp .text h2 {
    font-size: 1.25rem;
  }
}

.faq-list-comp {
  padding: 0;
}
.faq-list-comp .faq-box {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #dadada;
}
.faq-list-comp .faq-box:first-of-type {
  margin-top: 0;
}
.faq-list-comp .faq-box dl.is-open dt::after {
  transform: rotate(180deg);
}
.faq-list-comp .faq-box dt {
  position: relative;
  padding: 1.5em 4.5em;
  background: #fafafa;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.4s;
}
.faq-list-comp .faq-box dt:hover {
  background: #fafafa;
}
.faq-list-comp .faq-box dt:hover::after {
  background: url(/images/icon_accordion.png) no-repeat right center;
  background-size: 16px 9px;
}
.faq-list-comp .faq-box dt::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  padding: 10px 12px;
  background: #420085;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.faq-list-comp .faq-box dt::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  width: 16px;
  height: 9px;
  background: url(/images/icon_accordion.png) no-repeat right center;
  background-size: 16px 9px;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
.faq-list-comp .faq-box dd {
  position: relative;
  padding: 1.5em 1.5em 1.5em 4.5em;
  border-top: none;
}
.faq-list-comp .faq-box dd::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  padding: 10px 12px;
  background: #e3d3f3;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d0d0d;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 736px) {
  .faq-list-comp .faq-box dt {
    padding: 1.8em 5em;
  }
  .faq-list-comp .faq-box dd {
    padding: 1.8em 1.5em 1.8em 5em;
  }
}

.form-comp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
}
.form-comp iframe {
  width: 100%;
  max-width: 1240px;
  height: 954px;
  border: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* = header / first-view
----------------------------------------------- */
.first-view {
  padding-top: 80px;
  width: 100%;
  background: linear-gradient(90deg, #420085, #280050);
  color: #fff;
}

.first-view-content {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 8px 40px 60px;
}
.first-view-content .title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.first-view-content .title h1 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-top: 24px;
  position: relative;
}
.first-view-content .title h1:before {
  content: "";
  position: absolute;
  top: -24px;
  display: inline-block;
  width: 40px;
  height: 8px;
  left: 0;
  background: #efa24d;
}
.first-view-content .title .time {
  display: flex;
  column-gap: 28px;
  font-size: 0.875rem;
  font-weight: 400;
}
.first-view-content .title .time span:first-of-type {
  min-width: 120px;
}
.first-view-content .title .time span.label-category {
  display: inline-block;
  width: 80px;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  .first-view-content {
    padding: 8px 24px 60px;
  }
  .first-view-content .title {
    display: flex;
    flex-direction: column;
  }
  .first-view-content .title h1 {
    row-gap: 4px;
    margin-top: 24px;
    position: relative;
  }
  .first-view-content .title h1:before {
    top: -24px;
    width: 34px;
    height: 4px;
  }
}

body.top .first-view-content {
  row-gap: 60px;
  background: url(/images/top-first-view.png) no-repeat right 40px top 20px;
  background-size: 620px 525px;
}
body.top .first-view-content .button-lg {
  margin-top: 20px;
}
body.top .first-view-content .button-lg ul {
  justify-content: flex-start;
}
body.top .first-view-content .button-lg li a {
  color: #420085;
  background: #fff;
}
body.top .first-view-content .card-list {
  display: grid;
  row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 28px;
}
body.top .first-view-content .card-list .card-item {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid #8a5eb6;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(66, 0, 133, 0.4);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
body.top .first-view-content .card-list .card-item picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background: #420085;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (max-width: 1200px) {
  body.top .first-view-content .card-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 736px) {
  body.top .first-view-content {
    row-gap: 40px;
    background-position: center top;
    background-size: 90% auto;
  }
  body.top .first-view-content .button-lg {
    margin-top: 0;
  }
  body.top .first-view-content .card-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  body.top .first-view-content .card-list .card-item {
    column-gap: 12px;
    padding: 12px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
  }
  body.top .first-view-content .card-list .card-item picture {
    width: 56px;
    height: 56px;
  }
  body.top .first-view-content .card-list .card-item img {
    width: 50%;
  }
  body.top .first-view-content .title {
    margin-top: 200px;
  }
}

body.gfarm .first-view-content {
  background: url(/images/gfarm_first-view.png) no-repeat right bottom;
  background-size: 418px 418px;
}
@media screen and (max-width: 736px) {
  body.gfarm .first-view-content {
    background-size: contain;
  }
}

body.about-npo .first-view-content {
  background: url(/images/about-npo_first-view.png) no-repeat right bottom;
  background-size: 418px 418px;
}
@media screen and (max-width: 736px) {
  body.about-npo .first-view-content {
    background-size: contain;
  }
}

body.topics .first-view-content {
  background: url(/images/topics_first-view.png) no-repeat right bottom;
  background-size: 418px 418px;
}
@media screen and (max-width: 736px) {
  body.topics .first-view-content {
    background-size: contain;
  }
}

body.join-support .first-view-content {
  background: url(/images/join-support_first-view.png) no-repeat right bottom;
  background-size: 418px 418px;
}
@media screen and (max-width: 736px) {
  body.join-support .first-view-content {
    background-size: contain;
  }
}

body.privacy .first-view-content {
  background: url(/images/privacy_first-view.png) no-repeat right bottom;
  background-size: 418px 418px;
}
@media screen and (max-width: 736px) {
  body.privacy .first-view-content {
    background-size: contain;
  }
}

body.other .first-view-content {
  background: url(/images/other_first-view.png) no-repeat right bottom;
  background-size: 418px 418px;
}
@media screen and (max-width: 736px) {
  body.other .first-view-content {
    background-size: contain;
  }
}

header {
  position: fixed;
  top: 8px;
  right: 0;
  padding: 0 40px;
  width: 100%;
  transition: 0.5s;
  z-index: 1001;
}
header.hide {
  transform: translateY(-120%);
}
@media screen and (max-width: 736px) {
  header {
    padding: 0 24px;
  }
}

.header {
  background: #fff;
  z-index: 999;
  display: flex;
  column-gap: 28px;
  background: #fff;
  max-width: 1286px;
  margin: 0 auto;
  padding: 20px 28px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 133, 0.04);
}
.header .logo_osst_w {
  display: none;
}
.header .logo {
  flex-basis: 160px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 20px 24px;
  }
  .header .logo {
    min-width: 135.45px;
  }
}

.global-nav {
  position: relative;
  flex-basis: auto;
  width: 100%;
}

.hamburger {
  display: flex;
  justify-content: flex-end;
  column-gap: 28px;
}
.hamburger .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 28px;
}
.hamburger .menu ul {
  display: flex;
  align-items: center;
  column-gap: 28px;
}
.hamburger .menu ul li {
  font-weight: 700;
  color: #0d0d0d;
}
.hamburger .menu ul li a {
  color: #0d0d0d;
  position: relative;
}
.hamburger .button-lang {
  display: flex;
  column-gap: 12px;
  justify-content: center;
}
.hamburger .button-lang ul.button a {
  color: #fff;
  background: #420085;
}
.hamburger .button-lang ul.lang {
  display: flex;
  align-items: center;
  padding: 0 0.4em;
  background: #f6eeff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.hamburger .button-lang ul.lang li {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  border-left: 1px solid #e3d3f3;
}
.hamburger .button-lang ul.lang li:first-of-type {
  border: none;
}
.hamburger .button-lang ul.lang li a {
  display: inline-block;
  padding: 0.4em;
  color: #bfa4da;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 24px;
  }
  .hamburger .menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamburger .menu ul {
    flex-direction: column;
  }
  .hamburger .menu ul li {
    width: 100%;
    border-bottom: 1px solid #8a5eb6;
  }
  .hamburger .menu ul li a {
    display: block;
    padding: 1em 0;
    color: #fff;
  }
  .hamburger .button-lang {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 24px;
  }
  .hamburger .button-lang ul.button a {
    color: #420085;
    background: #fff;
  }
  .hamburger .button-lang ul.lang {
    justify-content: center;
    align-self: center;
  }
}

.active + .hamburger {
  display: block;
  align-content: center;
}

.toggle {
  display: none;
  position: absolute;
  top: -6px;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 1002;
}
.toggle span {
  box-sizing: border-box;
  color: #420085;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0.625rem;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.toggle.active span {
  background: #fff;
}
.toggle:hover span {
  color: #420085;
}
.toggle span::before, .toggle::before, .toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #420085;
}
.toggle span::before {
  z-index: 1;
}
.toggle::before {
  z-index: 2;
  transform: translate(0, -8px);
}
.toggle::after {
  z-index: 2;
  transform: translate(0, 8px);
}
.toggle::before, .toggle::after {
  transition: transform 200ms;
}
.toggle.active span::before {
  background: #420085;
  opacity: 0;
  transition: opacity 150ms;
}
.toggle.active::before {
  background: #420085;
  transform: rotate(45deg);
}
.toggle.active::after {
  background: #420085;
  transform: rotate(-45deg);
}
.toggle .toggle-text {
  position: absolute;
  bottom: -26px;
  height: 1em;
  width: 50px;
  color: #0d0d0d;
  left: -10px;
}

@media screen and (max-width: 1200px) {
  .toggle {
    display: block;
  }
  .hamburger {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, #420085, #280050);
    z-index: 1001;
    overscroll-behavior: none;
  }
}
body.top .header {
  background: linear-gradient(90deg, #420085, #280050);
}
body.top .logo_osst_w {
  display: block;
}
body.top .logo_osst {
  display: none;
}
body.top .menu ul li {
  color: #fff;
}
body.top .menu ul li a {
  color: #fff;
}
body.top .button-lang .button li a {
  background: #fff;
  color: #420085;
}

body.gfarm .header .menu ul li:first-of-type a,
body.about-npo .header .menu ul li:nth-of-type(2) a,
body.topics .header .menu ul li:nth-of-type(3) a,
body.join-support .header .menu ul li:nth-of-type(4) a {
  color: #420085;
}
body.gfarm .header .menu ul li:first-of-type a:before,
body.about-npo .header .menu ul li:nth-of-type(2) a:before,
body.topics .header .menu ul li:nth-of-type(3) a:before,
body.join-support .header .menu ul li:nth-of-type(4) a:before {
  content: "";
  position: absolute;
  bottom: -22px;
  display: inline-block;
  width: 100%;
  height: 4px;
  left: 0;
  background: #efa24d;
}
@media screen and (max-width: 1200px) {
  body.gfarm .header .menu ul li:first-of-type a,
  body.about-npo .header .menu ul li:nth-of-type(2) a,
  body.topics .header .menu ul li:nth-of-type(3) a,
  body.join-support .header .menu ul li:nth-of-type(4) a {
    color: #fff;
  }
  body.gfarm .header .menu ul li:first-of-type a:before,
  body.about-npo .header .menu ul li:nth-of-type(2) a:before,
  body.topics .header .menu ul li:nth-of-type(3) a:before,
  body.join-support .header .menu ul li:nth-of-type(4) a:before {
    bottom: 0;
  }
}

body.ja .header ul.lang li:first-of-type a,
body.en .header ul.lang li:last-of-type a {
  color: #420085;
}

/* = contents
----------------------------------------------- */
body.top .gfarm-content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
body.top .gfarm-content h2 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
body.top .gfarm-content h2 picture {
  display: flex;
  justify-content: center;
}
body.top .gfarm-content .container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
body.top .gfarm-content .container:first-of-type {
  border: none;
}
body.top .gfarm-content .title-summary {
  display: flex;
  column-gap: 28px;
  align-items: flex-end;
}
body.top .gfarm-content .title-summary h3 {
  flex-basis: 50%;
  color: #420085;
}
body.top .gfarm-content .title-summary p {
  flex-basis: 50%;
}
body.top .gfarm-content .card-item {
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(66, 0, 133, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
body.top .gfarm-content .card-item .card-item-text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 28px;
}
body.top .gfarm-content .card-item dl {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
body.top .gfarm-content .card-item dt {
  font-weight: 700;
}
body.top .gfarm-content .card-item dd {
  font-size: 1rem;
  font-weight: 400;
  color: #0d0d0d;
}
body.top .gfarm-content .card-item p {
  font-size: 1rem;
}
body.top .gfarm-content .technology_development {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 60px;
  align-items: flex-start;
}
body.top .gfarm-content .technology_development .title-summary {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  align-items: stretch;
  align-content: flex-start;
}
body.top .gfarm-content .technology_development .card-item {
  display: flex;
  align-items: center;
  column-gap: 28px;
  padding: 28px;
}
body.top .gfarm-content .technology_development .card-item dl {
  row-gap: 4px;
  flex-grow: 1;
}
body.top .gfarm-content .technology_development .card-item dd {
  font-size: 1rem;
}
body.top .gfarm-content .technology_development .card-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #f6eeff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (max-width: 1024px) {
  body.top .gfarm-content .technology_development {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 736px) {
  body.top .gfarm-content {
    row-gap: 24px;
  }
  body.top .gfarm-content .container {
    row-gap: 24px;
  }
  body.top .gfarm-content .title-summary {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
  }
  body.top .gfarm-content .title-summary h3 {
    flex-basis: 100%;
  }
  body.top .gfarm-content .title-summary p {
    flex-basis: 100%;
  }
  body.top .gfarm-content .card-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  body.top .gfarm-content .card-item .card-item-text {
    row-gap: 8px;
    padding: 22px;
  }
  body.top .gfarm-content .card-item dl {
    row-gap: 8px;
  }
  body.top .gfarm-content .card-item dd {
    font-size: 0.875rem;
  }
  body.top .gfarm-content .card-item p {
    font-size: 0.875rem;
  }
  body.top .gfarm-content .card-item picture {
    width: 22px;
    aspect-ratio: 1/1;
  }
  body.top .gfarm-content .technology_development {
    column-gap: 24px;
  }
  body.top .gfarm-content .technology_development .title-summary {
    row-gap: 24px;
  }
  body.top .gfarm-content .technology_development .card-list {
    width: 100%;
  }
  body.top .gfarm-content .technology_development .card-item {
    column-gap: 12px;
    padding: 22px;
  }
  body.top .gfarm-content .technology_development .card-item dd {
    font-size: 0.875rem;
  }
  body.top .gfarm-content .technology_development .card-item-icon {
    width: 56px;
    height: 56px;
  }
}

.topics-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 736px) {
  .topics-content {
    row-gap: 24px;
  }
}

.topics-list {
  background: #fff;
  border: 1px solid #dadada;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.topics-list dl {
  display: grid;
  grid-template-columns: 220px auto;
  column-gap: 28px;
  align-items: center;
  padding: 28px;
  border-top: 1px solid #dadada;
}
.topics-list dl:first-of-type {
  border: none;
}
.topics-list dl dt {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.topics-list dl dt span:first-of-type {
  min-width: 120px;
}
.topics-list dl dt span.label-category {
  display: inline-block;
  width: 80px;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  .topics-list dl {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 24px;
  }
  .topics-list dl dt {
    justify-content: flex-start;
    column-gap: 24px;
  }
  .topics-list dl dt span:first-of-type {
    min-width: 120px;
  }
  .topics-list dl dt span.label-category {
    display: inline-block;
    width: 80px;
    background: #0d0d0d;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }
}

.group-layout-base {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: #f6eeff;
  border: 1px solid #e3d3f3;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 60px;
}
.group-layout-base hr {
  border-top: 1px solid #e3d3f3;
  max-width: 1286px;
}
.group-layout-base h3 {
  color: #420085;
}
.group-layout-base .card-list-comp {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  padding: 0;
}
.group-layout-base .card-list-comp a, .group-layout-base .card-list-comp div {
  display: flex;
  column-gap: 28px;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(66, 0, 133, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.group-layout-base .card-list-comp a dl, .group-layout-base .card-list-comp div dl {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.group-layout-base .card-list-comp a dt, .group-layout-base .card-list-comp div dt {
  font-weight: 700;
}
.group-layout-base .card-list-comp a dd, .group-layout-base .card-list-comp div dd {
  font-size: 1rem;
  font-weight: 400;
  color: #0d0d0d;
}
.group-layout-base .card-list-comp a p, .group-layout-base .card-list-comp div p {
  font-size: 1rem;
}
.group-layout-base .card-list-comp .card-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 64px;
  background: #f6eeff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.group-layout-base .card-list-comp a:link {
  text-decoration: none;
}
.group-layout-base .card-list2-comp {
  padding: 0;
}
.group-layout-base .card-list2-comp > a, .group-layout-base .card-list2-comp > div {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(66, 0, 133, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.group-layout-base .card-list2-comp > a:link, .group-layout-base .card-list2-comp > div:link {
  text-decoration: none;
}
.group-layout-base .card-list2-comp .card-item-text {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  padding: 28px;
}
.group-layout-base .card-list2-comp dl {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.group-layout-base .card-list2-comp dd {
  font-weight: 400;
  color: #0d0d0d;
}
.group-layout-base .card-list-number-comp,
.group-layout-base .card-list-number-picture-comp {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  padding: 0;
}
.group-layout-base .card-list-number-comp .card-item,
.group-layout-base .card-list-number-picture-comp .card-item {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(66, 0, 133, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.group-layout-base .card-list-number-picture-comp .card-item > div {
  display: grid;
  grid-template-columns: auto 56px;
  column-gap: 28px;
  align-items: flex-start;
}
.group-layout-base .card-list-number-picture-comp .card-item picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  background: #420085;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.group-layout-base .list-comp {
  box-shadow: 0 4px 4px 0 rgba(66, 0, 133, 0.1);
}
@media screen and (max-width: 736px) {
  .group-layout-base {
    gap: 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    padding: 24px 24px;
  }
  .group-layout-base .card-list-comp a, .group-layout-base .card-list-comp div {
    flex-direction: column;
    row-gap: 28px;
  }
  .group-layout-base .card-list-comp picture:last-of-type {
    width: 100%;
  }
}

.group-layout-orange {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 60px 40px;
  background: linear-gradient(90deg, #fdf6ed, #fae3ca);
  border: 1px solid #fae3ca;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.group-layout-orange .teaser-comp {
  max-width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .group-layout-orange {
    row-gap: 24px;
    padding: 40px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}

.membership-support-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.membership-support-content .two-columns {
  grid-template-columns: 1fr 3fr;
}
.membership-support-content .two-columns .text {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.membership-support-content .two-columns .button-md ul {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .membership-support-content {
    flex-direction: column;
  }
  .membership-support-content .two-columns {
    grid-template-columns: 1fr;
  }
  .membership-support-content .four-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 736px) {
  .membership-support-content {
    row-gap: 24px;
  }
  .membership-support-content .two-columns .text {
    row-gap: 24px;
  }
  .membership-support-content .two-columns .button-md ul {
    justify-content: center;
  }
}

.banner-list {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.banner-list .banner-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.banner-list .banner-item li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .banner-list .banner-item li a {
    height: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
  .banner-list .banner-item picture {
    text-align: center;
  }
  .banner-list .banner-item img {
    width: 70%;
  }
  .banner-list .two-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }
  .banner-list .three-columns {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
  }
  .banner-list .four-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 12px;
  }
  .banner-list .five-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 12px;
  }
}

.l-two-columns {
  display: grid;
  gap: 60px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
}
.l-two-columns main a:link {
  text-decoration: underline;
}
.l-two-columns main a:hover {
  text-decoration: none;
}
.l-two-columns main .button-lg ul li a,
.l-two-columns main .button-md ul li a {
  text-decoration: none;
}
.l-two-columns .topics-content {
  row-gap: 28px;
}
.l-two-columns .topics-list {
  row-gap: 28px;
}
.l-two-columns .topics-list dl {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.l-two-columns .topics-list dt {
  justify-content: flex-start;
  column-gap: 28px;
}
.l-two-columns aside .topics-content {
  padding-left: 60px;
}
.l-two-columns aside .topics-list {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  background: none;
  border: none;
}
.l-two-columns aside .topics-list dl {
  padding: 0;
  border-top: none;
}
@media screen and (max-width: 996px) {
  .l-two-columns {
    padding: 40px;
  }
  .l-two-columns aside .topics-content {
    padding-left: 0;
  }
  .l-two-columns aside .topics-list {
    row-gap: 24px;
  }
}
@media screen and (max-width: 736px) {
  .l-two-columns {
    gap: 40px;
    padding: 24px;
  }
}

.two-columns,
.three-columns,
.four-columns,
.five-columns {
  display: grid;
  gap: 28px;
}

.two-columns {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 736px) {
  .two-columns {
    grid-template-columns: 1fr;
  }
}

.three-columns {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 736px) {
  .three-columns {
    grid-template-columns: 1fr;
  }
}

.four-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .four-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 736px) {
  .four-columns {
    grid-template-columns: 1fr;
  }
}

.five-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .five-columns {
    grid-template-columns: 1fr;
  }
}

main {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding: 80px 0;
}
@media screen and (max-width: 996px) {
  main {
    row-gap: 24px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 996px) {
  .l-two-columns main {
    padding: 0;
  }
}

aside {
  position: relative;
  padding: 80px 40px 60px 0;
}
aside nav {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 0;
  z-index: 1;
}
aside.l-left {
  border-right: 1px solid #dadada;
}
aside.l-left .aside-content {
  padding: 40px 60px 0 0;
}
aside.l-right {
  border-left: 1px solid #dadada;
}
aside.l-right .aside-content {
  padding: 40px 0 0 60px;
}
aside.l-right ul.two-columns {
  gap: 0;
}
aside nav {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 996px) {
  aside {
    padding: 0;
  }
  aside nav {
    position: static;
  }
  aside.l-left {
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #dadada;
  }
  aside.l-left .aside-content {
    padding-right: 0;
  }
  aside.l-right {
    padding-top: 40px;
    border-left: none;
    border-top: 1px solid #dadada;
  }
  aside.l-right .aside-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 736px) {
  aside.l-left {
    padding-bottom: 24px;
  }
}

section {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section > div {
  width: 100%;
}
section > div > div {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 736px) {
  section {
    row-gap: 24px;
  }
  section > div > div {
    padding: 0 24px;
  }
}

.aside-content {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  border-top: 1px solid #dadada;
}

.content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.content .title-summary {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.topic-path ul {
  display: flex;
  gap: 40px;
}
.topic-path ul li {
  font-size: 0.875rem;
  color: #fff;
  position: relative;
}
.topic-path ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: -24px;
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/icon_arrow_w.png) no-repeat center center;
  background-size: 7px 12px;
}
.topic-path ul li:first-of-type:before {
  display: none;
}
.topic-path ul li a {
  color: #fff;
}

.pager ul {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.pager ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border: 1px solid #dadada;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.pager ul a:link {
  text-decoration: none;
}
.pager ul .current a {
  background: #f6eeff;
  border: 2px solid #420085;
}

.pagetop {
  display: none;
  position: fixed;
  right: 28px;
  bottom: 28px;
  aspect-ratio: 1/1;
  padding: 8px 10px;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  line-height: 1;
}
.pagetop:hover {
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .pagetop {
    right: 24px;
    bottom: 24px;
  }
}

/* = footer
----------------------------------------------- */
footer {
  width: 100%;
}

.footer-contact {
  width: 100%;
  background: linear-gradient(90deg, #420085, #280050);
}
.footer-contact .footer-contact-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 100px 40px 60px;
  background: url(/images/footer-contact.png) no-repeat center bottom;
  background-size: 1280px 289px;
  text-align: center;
  color: #fff;
}
.footer-contact .footer-contact-content h2 {
  position: relative;
}
.footer-contact .footer-contact-content h2:before {
  content: "";
  position: absolute;
  top: -24px;
  display: inline-block;
  width: 40px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #efa24d;
}
.footer-contact .footer-contact-content p {
  text-align: left;
  margin: 0 auto;
}
.footer-contact .footer-contact-content ul {
  display: flex;
  align-items: center;
  column-gap: 60px;
  justify-content: center;
}
.footer-contact .footer-contact-content ul li.tel {
  font-size: 2.25rem;
  font-weight: 900;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.footer-contact .footer-contact-content ul li.tel a {
  color: #fff;
}
.footer-contact .footer-contact-content ul li.button-lg a {
  display: inline-block;
  padding: 0.4em 1.2em;
  font-size: 1.5rem;
  font-weight: 900;
  color: #420085;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .footer-contact .footer-contact-content {
    row-gap: 24px;
    padding: 40px 24px 24px;
  }
  .footer-contact .footer-contact-content h2:before {
    top: -12px;
    width: 34px;
    height: 4px;
  }
  .footer-contact .footer-contact-content ul {
    flex-direction: column;
    row-gap: 24px;
    justify-content: center;
  }
  .footer-contact .footer-contact-content ul li.tel {
    font-size: 1.5rem;
  }
  .footer-contact .footer-contact-content ul li.button-lg a {
    padding: 0.4em 1.2em;
    font-size: 1.25rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}

.footer-nav {
  width: 100%;
  background: #0d0d0d;
  color: #fff;
}

.footer-top {
  display: flex;
  column-gap: 28px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 40px;
}
.footer-top .logo-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  flex-basis: 160px;
}
.footer-top .logo-content .logo-gfarm {
  flex-basis: auto;
}
.footer-top nav {
  width: 100%;
}
.footer-top nav .footer-nav {
  display: flex;
  justify-content: flex-end;
  column-gap: 28px;
}
.footer-top nav .footer-nav .footer-nav-item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer-top nav .footer-nav .footer-nav-item p {
  color: #fff;
}
.footer-top nav .footer-nav .footer-nav-item p a {
  color: #fff;
}
.footer-top nav .footer-nav .footer-nav-item ul li {
  font-size: 1rem;
  color: #fff;
}
.footer-top nav .footer-nav .footer-nav-item ul li a {
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .footer-top {
    justify-content: center;
    column-gap: 24px;
    padding: 24px;
  }
  .footer-top .logo-content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    flex-basis: 114px;
  }
  .footer-top nav {
    width: auto;
  }
  .footer-top nav .footer-nav {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 24px;
  }
  .footer-top nav .footer-nav .footer-nav-item {
    row-gap: 8px;
  }
  .footer-top nav .footer-nav .footer-nav-item ul li {
    font-size: 0.875rem;
  }
}

.footer-bottom {
  display: flex;
  column-gap: 28px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 40px;
  border-top: 1px solid #282828;
}
.footer-bottom nav {
  flex-basis: 50%;
}
.footer-bottom nav ul li {
  font-size: 1rem;
  color: #fff;
}
.footer-bottom nav ul li a {
  font-weight: 400;
  color: #fff;
}
.footer-bottom p.copyright {
  text-align: right;
  flex-basis: 50%;
}
.footer-bottom p.copyright small {
  font-size: 1rem;
}
@media screen and (max-width: 736px) {
  .footer-bottom {
    flex-direction: column;
    row-gap: 12px;
    padding: 40px 14px;
  }
  .footer-bottom nav {
    flex-basis: auto;
  }
  .footer-bottom nav ul {
    text-align: center;
  }
  .footer-bottom nav ul li {
    font-size: 0.875rem;
  }
  .footer-bottom p.copyright {
    text-align: center;
    flex-basis: auto;
  }
  .footer-bottom p.copyright small {
    font-size: 0.875rem;
  }
}

.gtc13 {
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 996px) {
  .gtc13 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc14 {
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 996px) {
  .gtc14 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc15 {
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 996px) {
  .gtc15 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc31 {
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 996px) {
  .gtc31 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc41 {
  grid-template-columns: 4fr 1fr;
}
@media screen and (max-width: 996px) {
  .gtc41 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc51 {
  grid-template-columns: 5fr 1fr;
}
@media screen and (max-width: 996px) {
  .gtc51 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc13 {
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 996px) {
  .gtc13 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.gtc14 {
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 996px) {
  .gtc14 {
    grid-template-columns: 1fr;
  }
}

.gtc15 {
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 996px) {
  .gtc15 {
    grid-template-columns: 1fr;
  }
}

.gtc31 {
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 996px) {
  .gtc31 {
    grid-template-columns: 1fr;
  }
}

.gtc41 {
  grid-template-columns: 4fr 1fr;
}
@media screen and (max-width: 996px) {
  .gtc41 {
    grid-template-columns: 1fr;
  }
}

.gtc51 {
  grid-template-columns: 5fr 1fr;
}
@media screen and (max-width: 996px) {
  .gtc51 {
    grid-template-columns: 1fr;
  }
}

/* = contact
----------------------------------------------- */
body.contact .title,
body.regular-member .title,
body.supporting-member .title {
  display: none;
}
body.contact .first-view-content,
body.regular-member .first-view-content,
body.supporting-member .first-view-content {
  padding-bottom: 28px;
}

body.contact .footer-contact-content h2,
body.contact .footer-contact-content .button-lg {
  display: none;
}
body.contact .footer-contact-content {
  row-gap: 28px;
  padding-top: 60px;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
