body {
  background: #e8e8e8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  min-width: 1100px;
  color: #222831;
}

header #hori {
  height: 24px;
  background: #f05454;
  width: 100%;
}
header a {
  color: inherit;
  display: block;
}
header .menu {
  -webkit-filter: url("#shadowed-goo");
          filter: url("#shadowed-goo");
}
header .menu-item {
  background: #222831;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  top: 0;
  right: 0;
}
header .menu-open {
  background: #222831;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  z-index: 2;
  position: relative;
}
header .menu-open:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
header .menu-open.open {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
header .menu-item {
  list-style-type: none;
}
header .hamburger {
  width: 18px;
  height: 2.5px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1.25px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
header .hamburger-1 {
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
}
header .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
header .hamburger-3 {
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
}
header .menu-open.open .menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}
header .menu-open.open .menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
          transform: translate3d(0, 0, 0) scale(0.1, 1);
}
header .menu-open.open .menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
header .menu {
  width: 60px;
  height: 60px;
  position: absolute;
  color: white;
  text-align: center;
  line-height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  top: 44px;
  right: 42px;
  font-size: 19px;
}
header .menu-item:hover {
  background: white;
  color: #222831;
}
header .menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
header .menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
header .menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
header .menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  cursor: pointer;
}
header .menu-open.open .menu-open-button {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
header .menu-open.open ~ ul .menu-item {
  margin-left: 0;
  right: 60px;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .menu-open.open ~ ul .menu-item:nth-child(2) {
  -webkit-transition-duration: 170ms;
          transition-duration: 170ms;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
}
header .menu-open.open ~ ul .menu-item:nth-child(3) {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}
header .menu-open.open ~ ul .menu-item:nth-child(4) {
  -webkit-transition-duration: 330ms;
          transition-duration: 330ms;
  -webkit-transform: translate3d(-180px, 0, 0);
          transform: translate3d(-180px, 0, 0);
}
header svg {
  height: 64px;
}

h1,
h2,
h3 {
  font-family: "Lexend Tera", sans-serif;
  color: #30475e;
}

h1 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: -10px;
  font-weight: 300;
  line-height: 1.5;
}

h1:first-line {
  font-size: 38px;
  letter-spacing: normal;
  font-weight: normal;
}

h2 {
  font-size: 47px;
  font-weight: 700;
}
h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 25px;
  display: block;
  padding: 8px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
  padding-right: 16px;
  padding-left: 16px;
}

.hr {
  font-size: 27px;
  text-align: center;
  color: #f05454;
  margin: 160px 0;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f05454;
  z-index: 100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#loader .ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
#loader .ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
#loader .ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
#loader .ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
#loader .ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
#loader .ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

#top .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 984px;
  margin: 0 auto;
}
#top .images .triangle {
  width: 224px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-transform-origin: 41% 56%;
          transform-origin: 41% 56%;
}
#top .images .rotate {
  -webkit-animation: r1 0.5s cubic-bezier(0, 0.66, 0.2, 1) 1;
          animation: r1 0.5s cubic-bezier(0, 0.66, 0.2, 1) 1;
}
@-webkit-keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#top .images .square {
  margin-top: 56px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 224px;
}
#top .images .circle {
  margin-top: 104px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  width: 376px;
}

#works {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
#works .logos {
  background: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
  margin: 40px 160px;
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#works .logos div {
  width: 25%;
}
#works .logos div span {
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
  margin: 0 auto;
}
#works .logos div img {
  cursor: pointer;
  width: 120px;
}
#works .logos.active {
  margin-top: 250px;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
#works .logos.active img.selected {
  -webkit-filter: opacity(25%);
          filter: opacity(25%);
}
#works .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: 56px 0 0;
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#works .details p {
  margin-left: 16px;
}
#works .details p.skill {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  margin-top: 8px;
}
#works .details img {
  width: 150px;
}
#works .details.swing-in-bottom-bck {
  left: 50%;
}
#works .details.swing-out-bottom-bck {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#about .tb-container {
  width: 984px;
  margin: 40px auto 0;
  position: relative;
}
#about .tb-container #tb-line {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  position: absolute;
  width: 144px;
  height: 100%;
  top: 7px;
}
#about .tb-container #tb-line p {
  border-right: 1px solid rgba(34, 40, 49, 0.6);
  width: 100%;
}
#about .tb-container #tb-line p + p {
  margin-top: 8px;
}
#about .tb-container #tb-line p:nth-child(1) {
  height: 92px;
}
#about .tb-container #tb-line p:nth-child(2) {
  height: 62px;
}
#about .tb-container #tb-line p:nth-child(3) {
  height: 447px;
}
#about .tb-container #tb-line p:nth-child(4) {
  height: 436px;
}
#about .tb-container #tb-line p:nth-child(5) {
  height: 121px;
}
#about .tb-container table {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  line-height: 1.8;
}
#about .tb-container table th {
  font-weight: 300;
  text-align: right;
  width: 144px;
  vertical-align: top;
  padding: 0 16px 40px 0;
}
#about .tb-container table td {
  padding: 0 0 40px 16px;
}
#about .tb-container table td p + p {
  margin-top: 24px;
}
#about .tb-container table td span {
  font-weight: 500;
}

#contact form {
  width: 856px;
  margin: 56px auto;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  opacity: 0;
}
#contact form .input-block {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contact form input {
  border-bottom: 1px solid #222831;
  outline: none;
}
#contact form .text-input {
  background-color: transparent;
  padding: 4px 0;
  height: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
  font-size: 14px;
}
#contact form textarea {
  width: 600px;
  height: 150px;
  border: 1px solid #222831;
  border-radius: 8px;
  margin-bottom: 16px;
  resize: none;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}
#contact form textarea:focus {
  background: #efefef;
}
#contact form input[type=text] {
  width: 240px;
}
#contact form input[type=email] {
  width: 320px;
}
#contact form input[type=submit] {
  background: #de3535;
  color: #fff;
  border: none;
  padding: 6px 14px 8px;
  border-radius: 4px;
}
#contact form input[type=submit]:disabled {
  background: #30475e;
}
#contact form input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
#contact form label {
  position: absolute;
  left: 6px;
  top: 0;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  font-size: 15px;
}

#thanks {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2666666667);
  display: none;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
#thanks .modal-container {
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  padding: 24px;
}
#thanks .modal-container p {
  margin-bottom: 16px;
}

footer {
  text-align: center;
  padding: 16px 0;
  font-size: 13px;
  margin-top: 104px;
}

@media screen and (max-width: 1099px) {
  body {
    min-width: unset;
  }
  .container {
    width: auto;
  }
  h1:first-line {
    font-size: 30px;
  }
  h1 {
    font-size: 19px;
  }
  #loader {
    width: 70px;
    margin-left: -35px;
  }
  #loader .loader-inner {
    width: 100%;
  }
  #top .images {
    width: 100%;
  }
  #top .images .square,
  #top .images .circle {
    height: auto;
  }
  #top .images .square {
    width: 24%;
  }
  #top .images .circle {
    width: 35%;
  }
  #top .images .triangle {
    width: 24%;
    height: auto;
    -webkit-transform-origin: 40% 53%;
            transform-origin: 40% 53%;
  }
  #works .logos {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  #works .logos div span {
    width: 80%;
    max-width: 120px;
  }
  #works .logos div img {
    width: 100%;
    max-width: 120px;
  }
  #works .details {
    width: 76%;
  }
  #works .details img {
    width: 140px;
  }
  #about .tb-container {
    width: auto;
    margin-right: 32px;
    margin-left: 32px;
  }
  #contact form {
    width: 504px;
    margin-left: 24px;
    margin-right: auto;
  }
  #contact form textarea {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
    width: 250px;
    margin: 0 auto 10px;
    font-weight: 400;
  }
  h1:first-line {
    font-size: 24px;
    font-weight: 400;
  }
  h1 span {
    font-size: 12px;
    font-weight: 300;
    display: block;
  }
  h2 {
    font-size: 23px;
  }
  .hr {
    margin: 64px 0;
    font-size: 17px;
  }
  .container {
    width: 100%;
  }
  header .menu {
    top: 30px;
    right: 14px;
  }
  header .menu-open {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  header .menu-open:hover {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  header .menu-open.open {
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
            transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  }
  header svg {
    height: 72px;
  }
  header #hori {
    height: 16px;
  }
  #top .images .circle {
    margin-top: 60px;
    width: 44%;
  }
  #top .images .square {
    margin-top: 28px;
    width: 24%;
  }
  #top .images .triangle {
    width: 24%;
  }
  #works {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  #works.flip-in-hor-bottom {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  #works .logos {
    display: none;
  }
  #works .details {
    opacity: 1;
    position: static;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px;
  }
  #works .details.swing-out-bottom-bck, #works .details.slide-out-blurred-br, #works .details.slide-out-blurred-bottom {
    -webkit-animation: none;
            animation: none;
  }
  #works .details img {
    width: 75px;
  }
  #works .details p.skill {
    position: static;
    margin-top: 8px;
    line-height: 1.6;
  }
  #works .details > div {
    margin-top: -4px;
  }
  #works .details > div p:nth-child(1) {
    font-size: 95%;
  }
  #about {
    opacity: 0;
  }
  #about .tb-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 24px;
  }
  #about .tb-container table {
    display: block;
  }
  #about .tb-container table tbody {
    display: block;
  }
  #about .tb-container table tbody tr {
    display: block;
    padding: 8px 0;
    margin-bottom: 24px;
  }
  #about .tb-container table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 400;
    border-left: 6px solid #f05454;
    margin-bottom: 8px;
    padding: 0 0 0 6px;
    line-height: 1.4;
  }
  #about .tb-container table tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 0 12px;
  }
  #about .tb-container table tbody tr td span {
    font-size: 15px;
  }
  #about .tb-container #tb-line {
    display: none;
  }
  #about .scale-in-ver-top,
  #about .fade-in {
    -webkit-animation: none;
            animation: none;
  }
  #contact {
    opacity: 0;
  }
  #contact form {
    opacity: 1;
    width: 95%;
    margin-left: auto;
  }
  #contact form textarea {
    width: 100%;
  }
  .bounceInLeftTrigger {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
  .slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
.tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.slide-in-tr {
  -webkit-animation: slide-in-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-tl {
  -webkit-animation: slide-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.roll-in-left {
  -webkit-animation: roll-in-left 1s ease-out both;
  animation: roll-in-left 1s ease-out both;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.scale-up-hor-left {
  -webkit-animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-blurred-bottom {
  -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-in-blurred-bl {
  -webkit-animation: slide-in-blurred-bl 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-bl 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-in-blurred-br {
  -webkit-animation: slide-in-blurred-br 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-br 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-out-blurred-bottom {
  -webkit-animation: slide-out-blurred-bottom 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-bottom 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.slide-out-blurred-bl {
  -webkit-animation: slide-out-blurred-bl 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-bl 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.slide-out-blurred-br {
  -webkit-animation: slide-out-blurred-br 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-br 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.flip-in-hor-bottom {
  -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-ver-top {
  overflow-y: hidden;
  -webkit-animation: scale-in-ver-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slit-in-horizontal {
  -webkit-animation: slit-in-horizontal 1s ease-out both;
  animation: slit-in-horizontal 1s ease-out both;
}

.slide-in-fwd-br {
  -webkit-animation: slide-in-fwd-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.swing-in-bottom-bck {
  -webkit-animation: swing-in-bottom-bck 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s both;
  animation: swing-in-bottom-bck 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s both;
}

.swing-out-bottom-bck {
  -webkit-animation: swing-out-bottom-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation: swing-out-bottom-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}

.bounce-in-left {
  -webkit-animation: bounce-in-left 1.1s both;
  animation: bounce-in-left 1.1s both;
}