/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hambi {
	padding: 0;/*15px 15px;*/
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hambi:hover {
/*    opacity: 0.7;*/
}
.hambi.show:hover {
/*    opacity: 0.7;*/
}
.hambi.show .hambi-inner,
.hambi.show .hambi-inner::before,
.hambi.show .hambi-inner::after {
    background-color: rgba(31, 31, 31, 0.7);
}

.darkmode .hambi.show .hambi-inner,
.darkmode .hambi.show .hambi-inner::before,
.darkmode .hambi.show .hambi-inner::after {
    background-color: rgba(243, 243, 243, 0.7);
}

.hambi-box {
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hambi-inner {
  display: block;
  top: 50%;
  margin-top: -4px; }
  .hambi-inner, .hambi-inner::before, .hambi-inner::after {
    width: 26px;
    height: 3px;
    background-color: rgba(31, 31, 31, 0.7);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

.darkmode .hambi-inner,.darkmode  .hambi-inner::before,.darkmode  .hambi-inner::after {
    background-color: rgba(243, 243, 243, 0.7)
}
  .hambi-inner::before, .hambi-inner::after {
    content: "";
    display: block; }
  .hambi-inner::before {
    top: -7px; }
  .hambi-inner::after {
    bottom: -7px; }

/*
   * 3DX
   */
.hambi--3dx .hambi-box {
  perspective: 80px; }

.hambi--3dx .hambi-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hambi--3dx .hambi-inner::before, .hambi--3dx .hambi-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hambi--3dx.show .hambi-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hambi--3dx.show .hambi-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--3dx.show .hambi-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hambi--3dx-r .hambi-box {
  perspective: 80px; }

.hambi--3dx-r .hambi-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hambi--3dx-r .hambi-inner::before, .hambi--3dx-r .hambi-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hambi--3dx-r.show .hambi-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hambi--3dx-r.show .hambi-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--3dx-r.show .hambi-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hambi--3dy .hambi-box {
  perspective: 80px; }

.hambi--3dy .hambi-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hambi--3dy .hambi-inner::before, .hambi--3dy .hambi-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hambi--3dy.show .hambi-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hambi--3dy.show .hambi-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--3dy.show .hambi-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hambi--3dy-r .hambi-box {
  perspective: 80px; }

.hambi--3dy-r .hambi-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hambi--3dy-r .hambi-inner::before, .hambi--3dy-r .hambi-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hambi--3dy-r.show .hambi-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hambi--3dy-r.show .hambi-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--3dy-r.show .hambi-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hambi--3dxy .hambi-box {
  perspective: 80px; }

.hambi--3dxy .hambi-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hambi--3dxy .hambi-inner::before, .hambi--3dxy .hambi-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hambi--3dxy.show .hambi-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hambi--3dxy.show .hambi-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--3dxy.show .hambi-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hambi--3dxy-r .hambi-box {
  perspective: 80px; }

.hambi--3dxy-r .hambi-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hambi--3dxy-r .hambi-inner::before, .hambi--3dxy-r .hambi-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hambi--3dxy-r.show .hambi-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hambi--3dxy-r.show .hambi-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--3dxy-r.show .hambi-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hambi--arrow.show .hambi-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hambi--arrow.show .hambi-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hambi--arrow-r.show .hambi-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hambi--arrow-r.show .hambi-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hambi--arrowalt .hambi-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hambi--arrowalt .hambi-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hambi--arrowalt.show .hambi-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hambi--arrowalt.show .hambi-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hambi--arrowalt-r .hambi-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hambi--arrowalt-r .hambi-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hambi--arrowalt-r.show .hambi-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hambi--arrowalt-r.show .hambi-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hambi--arrowturn.show .hambi-inner {
  transform: rotate(-180deg); }
  .hambi--arrowturn.show .hambi-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hambi--arrowturn.show .hambi-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hambi--arrowturn-r.show .hambi-inner {
  transform: rotate(-180deg); }
  .hambi--arrowturn-r.show .hambi-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hambi--arrowturn-r.show .hambi-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hambi--boring .hambi-inner, .hambi--boring .hambi-inner::before, .hambi--boring .hambi-inner::after {
  transition-property: none; }

.hambi--boring.show .hambi-inner {
  transform: rotate(45deg); }
  .hambi--boring.show .hambi-inner::before {
    top: 0;
    opacity: 0; }
  .hambi--boring.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hambi--collapse .hambi-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--collapse .hambi-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hambi--collapse .hambi-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--collapse.show .hambi-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--collapse.show .hambi-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hambi--collapse.show .hambi-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hambi--collapse-r .hambi-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--collapse-r .hambi-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hambi--collapse-r .hambi-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--collapse-r.show .hambi-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--collapse-r.show .hambi-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hambi--collapse-r.show .hambi-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hambi--elastic .hambi-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hambi--elastic .hambi-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hambi--elastic .hambi-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hambi--elastic.show .hambi-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hambi--elastic.show .hambi-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hambi--elastic.show .hambi-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hambi--elastic-r .hambi-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hambi--elastic-r .hambi-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hambi--elastic-r .hambi-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hambi--elastic-r.show .hambi-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hambi--elastic-r.show .hambi-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hambi--elastic-r.show .hambi-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hambi--emphatic {
  overflow: hidden; }
  .hambi--emphatic .hambi-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hambi--emphatic .hambi-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hambi--emphatic .hambi-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hambi--emphatic.show .hambi-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hambi--emphatic.show .hambi-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hambi--emphatic.show .hambi-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hambi--emphatic-r {
  overflow: hidden; }
  .hambi--emphatic-r .hambi-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hambi--emphatic-r .hambi-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hambi--emphatic-r .hambi-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hambi--emphatic-r.show .hambi-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hambi--emphatic-r.show .hambi-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hambi--emphatic-r.show .hambi-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hambi--minus .hambi-inner::before, .hambi--minus .hambi-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hambi--minus.show .hambi-inner::before, .hambi--minus.show .hambi-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hambi--minus.show .hambi-inner::before {
  top: 0; }

.hambi--minus.show .hambi-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hambi--slider .hambi-inner {
  top: 2px; }
  .hambi--slider .hambi-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hambi--slider .hambi-inner::after {
    top: 20px; }

.hambi--slider.show .hambi-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--slider.show .hambi-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hambi--slider.show .hambi-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hambi--slider-r .hambi-inner {
  top: 2px; }
  .hambi--slider-r .hambi-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hambi--slider-r .hambi-inner::after {
    top: 20px; }

.hambi--slider-r.show .hambi-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hambi--slider-r.show .hambi-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hambi--slider-r.show .hambi-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hambi--spin .hambi-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--spin .hambi-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hambi--spin .hambi-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--spin.show .hambi-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--spin.show .hambi-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hambi--spin.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hambi--spin-r .hambi-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--spin-r .hambi-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hambi--spin-r .hambi-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--spin-r.show .hambi-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--spin-r.show .hambi-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hambi--spin-r.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hambi--spring .hambi-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hambi--spring .hambi-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--spring .hambi-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--spring.show .hambi-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hambi--spring.show .hambi-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hambi--spring.show .hambi-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hambi--spring-r .hambi-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--spring-r .hambi-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hambi--spring-r .hambi-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--spring-r.show .hambi-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--spring-r.show .hambi-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hambi--spring-r.show .hambi-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hambi--stand .hambi-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hambi--stand .hambi-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--stand .hambi-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--stand.show .hambi-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hambi--stand.show .hambi-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--stand.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hambi--stand-r .hambi-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hambi--stand-r .hambi-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--stand-r .hambi-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--stand-r.show .hambi-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hambi--stand-r.show .hambi-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--stand-r.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hambi--squeeze .hambi-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambi--squeeze .hambi-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hambi--squeeze .hambi-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambi--squeeze.show .hambi-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambi--squeeze.show .hambi-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hambi--squeeze.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hambi--vortex .hambi-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hambi--vortex .hambi-inner::before, .hambi--vortex .hambi-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hambi--vortex .hambi-inner::before {
    transition-property: top, opacity; }
  .hambi--vortex .hambi-inner::after {
    transition-property: bottom, transform; }

.hambi--vortex.show .hambi-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hambi--vortex.show .hambi-inner::before, .hambi--vortex.show .hambi-inner::after {
    transition-delay: 0s; }
  .hambi--vortex.show .hambi-inner::before {
    top: 0;
    opacity: 0; }
  .hambi--vortex.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hambi--vortex-r .hambi-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hambi--vortex-r .hambi-inner::before, .hambi--vortex-r .hambi-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hambi--vortex-r .hambi-inner::before {
    transition-property: top, opacity; }
  .hambi--vortex-r .hambi-inner::after {
    transition-property: bottom, transform; }

.hambi--vortex-r.show .hambi-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hambi--vortex-r.show .hambi-inner::before, .hambi--vortex-r.show .hambi-inner::after {
    transition-delay: 0s; }
  .hambi--vortex-r.show .hambi-inner::before {
    top: 0;
    opacity: 0; }
  .hambi--vortex-r.show .hambi-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
  
