/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/hinted-Gotham-Bold.woff2') format('woff2'), url('../fonts/hinted-Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/hinted-Gotham-Book.woff2') format('woff2'), url('../fonts/hinted-Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/hinted-Gotham-Black.woff2') format('woff2'), url('../fonts/hinted-Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/hinted-Gotham-Light.woff2') format('woff2'), url('../fonts/hinted-Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/hinted-Gotham-Medium.woff2') format('woff2'), url('../fonts/hinted-Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.regular {
  font-weight: 'Gotham Book', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.medium {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.light {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.medium {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.bold {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.black {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
strong,
b {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}
body {
  font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: auto;
  background-color: #f4f2ef;
}
.background {
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: scroll;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .background {
    background-image: url(../img/background-mobile.jpg);
    background-position: 50% 100%;
    background-size: auto 100%;
    height: 600px;
  }
}
@media (min-width: 992px) {
  .background {
    background-image: url(../img/background-desktop.jpg);
  }
}
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
nav {
  background: #623581;
  position: fixed;
  width: 100%;
  min-height: 50px;
  z-index: 300;
}
@media (max-width: 991px) {
  nav .hamburger {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  nav .hamburger {
    display: none;
  }
}
nav li {
  padding: 0;
  margin: 0;
}
nav li a {
  display: block;
  padding: 10px;
  color: white;
  line-height: 20px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
nav li a:hover {
  opacity: 0.5;
}
nav li.active a {
  color: #ddbf72;
}
nav ul {
  list-style: none;
  text-align: center;
  margin: 0 -10px;
  padding: 0;
}
@media (min-width: 992px) {
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
}
@media (max-width: 991px) {
  nav ul {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .menu-visible nav ul {
    max-height: 1000px;
  }
  nav ul li a {
    padding: 10px;
  }
}
.arrow {
  background: #623581;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 100;
}
.arrow .title {
  position: relative;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  z-index: 10;
  display: none;
  height: 10px;
}
.arrow .title.visible {
  display: block;
}
@media (max-width: 991px) {
  .arrow {
    top: 50px;
  }
}
.arrow img {
  display: block;
  margin: 0 auto;
  height: 60px;
  position: relative;
}
.arrow img.logo {
  margin: 0 auto;
  height: 70px;
}
@media (max-width: 991px) {
  .arrow img {
    height: 40px;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .arrow img.logo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.arrow:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100px;
  background: #623581;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
footer.sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  z-index: 100;
  background: #ddbf72;
  color: #623581;
}
footer.sticky img {
  display: block;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 5px;
}
footer.sticky p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 991px) {
  footer.sticky span {
    font-size: 10px;
  }
}
.section {
  min-height: 100vh;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .section {
    padding: 150px 0 60px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 150px 0 60px 0;
  }
}
.section .wrapper {
  width: 100%;
}
.section-1 {
  background-color: #fbfbfd;
  background-image: url(../img/torte.jpg);
  background-size: 100% auto;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section-1 {
    background-image: url(../img/torte-mob-2.jpg);
    background-size: 100% auto;
    background-position: 50% 50%;
  }
}
.section-1 .section-1-top {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .section-1 .section-1-top {
    padding-bottom: 80px;
  }
}
.section-1 .section-1-top img {
  display: block;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-1 .section-1-top img.tagline {
    width: 140px;
    display: none;
  }
}
@media (max-width: 991px) {
  .section-1 .section-1-top img.title {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .section-1 .section-1-top img {
    display: none;
  }
}
.section-1 .section-1-bottom {
  position: fixed;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 80px;
}
@media (max-width: 991px) {
  .section-1 .section-1-bottom {
    bottom: 62px;
  }
}
.section-1 .section-1-bottom .button {
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
}
.section-2 {
  border-top: 8px solid #ddbf72;
  background: #522c6b;
  color: white;
}
.section-3 {
  background: white;
  background-image: url(../img/bg-top-2.png), url(../img/bg-bottom.png);
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #ddbf72;
}
@media (max-width: 991px) {
  .section-3 {
    background-position: 100% 0, 55% 100%;
    background-size: 250% auto, 220% auto;
  }
}
.section-3 h2 {
  margin: 0 0 30px 0;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
}
.section-3 .title {
  color: #623581;
  font-size: 24px;
  text-align: center;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.section-3 .title strong {
  display: block;
  color: #ddbf72;
}
.section-3 table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #ddbf72;
  border-bottom: 1px solid #ddbf72;
  color: #623581;
}
.section-3 td,
.section-3 th {
  padding: 6px;
  font-size: 14px;
  text-align: left;
}
.section-3 td:nth-child(1),
.section-3 th:nth-child(1),
.section-3 td:nth-child(2),
.section-3 th:nth-child(2) {
  width: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.section-3 td:nth-child(3),
.section-3 th:nth-child(3) {
  text-align: right;
}
.section-3 td.name,
.section-3 th.name {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.section-3 .first-winners {
  text-align: center;
  color: #ddbf72;
}
@media (min-width: 992px) {
  .section-3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .section-3 .row .col {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .section-3 .col + .col {
    margin-top: 40px;
  }
}
.hide-object {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.objects-hidden .hide-object {
  opacity: 0;
}
.delay-03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
form {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
form label {
  font-size: 16px;
  display: block;
  font-weight: normal;
  line-height: 1;
  color: white;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
form label span {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
form label input,
form label select {
  margin: 0;
  display: block;
  border: 0;
  color: #623581;
  line-height: 20px;
  padding: 10px 10px;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 6px;
  border: 0px solid transparent;
  margin-top: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  form .group {
    margin: 0 -10px;
  }
  form .group:after {
    content: "";
    display: block;
    clear: both;
  }
  form .group .form-group {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  form .label-offset {
    margin-top: 16px;
  }
}
form .group.wide .form-group {
  width: 100%;
  float: none;
}
form .form-group {
  margin-bottom: 20px;
  position: relative;
}
form .form-group.arrow::after {
  bottom: 10px;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 6px;
  z-index: 100;
}
form .form-group.arrow.offset::after {
  right: 30px;
}
form .form-group .message {
  display: none;
}
form .form-group.error,
form .form-group .error {
  position: relative;
}
form .form-group.error input,
form .form-group .error input,
form .form-group.error select,
form .form-group .error select {
  background: #cc1a65;
  color: white;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  top: 0;
  right: 0;
  background: #cc1a65;
  color: white;
  display: block;
  line-height: 18px;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 3px;
}
form .form-group.error .message:after,
form .form-group .error .message:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #cc1a65;
  border-width: 8px;
  margin-left: -8px;
}
form .form-group.error.checkbox-group .message,
form .form-group .error.checkbox-group .message {
  top: -20px;
}
form .button {
  display: block;
}
@media (max-width: 991px) {
  form .button {
    width: 100%;
  }
}
form a {
  color: white;
  display: inline-block;
  border-bottom: 2px solid #ddbf72;
  text-decoration: none;
}
form a:hover {
  color: #ddbf72;
}
input[type="submit"],
.button {
  margin: 20px 0 0 0;
  display: inline-block;
  border: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 20px;
  background: #623581;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#623581), to(#562f62));
  background-image: -o-linear-gradient(top, #623581, #562f62);
  background-image: linear-gradient(to bottom, #623581, #562f62);
}
input[type="submit"]:hover,
.button:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #623581;
}
input[type="submit"].button-gold,
.button.button-gold {
  background: #ddbf72;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddbf72), to(#d8b65d));
  background-image: -o-linear-gradient(top, #ddbf72, #d8b65d);
  background-image: linear-gradient(to bottom, #ddbf72, #d8b65d);
}
input[type="submit"].button-gold:hover,
.button.button-gold:hover {
  background: #d3ac49;
}
input:focus,
select:focus {
  outline: 0;
}
#error,
#errors,
#success {
  background: #cc1a65;
  color: white;
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.has-errors #errors {
  display: block;
}
#success {
  background: #9bbc47;
}
.success #success {
  display: block;
}
.hidden {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: white;
  position: relative;
  padding-left: 30px;
}
.checkbox .input {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  padding: 3px;
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox .input::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  opacity: 0;
  background: #ddbf72;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  content: "";
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkboxes {
  margin: 10px 0 10px 0;
  background: rgba(98, 53, 129, 0.6);
  border-radius: 6px;
  padding: 15px;
}
.checkboxes .form-group {
  margin-bottom: 20px;
}
.checkboxes .form-group:last-child {
  margin-bottom: 0;
}
.checkboxes p {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0;
}
.page-terms {
  position: relative;
  z-index: 3;
}
.page-terms table {
  width: 100%;
  border-color: white;
  border-bottom-style: solid;
  border-width: 1px;
}
.page-terms table td,
.page-terms table th {
  padding: 10px;
}
.edit-content {
  background: white;
  color: black;
  padding: 50px 100px;
  font-family: Helvetica, Arial;
}
.edit-content h1 {
  font-size: 20px;
  margin: 0;
}
.edit-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0;
}
.edit-content table th,
.edit-content table td {
  border-top: 1px solid #ccc;
  padding: 10px;
  line-height: 20px;
}
.edit-content table th {
  text-align: left;
  border-top: 0 !important;
  background: #eee;
  border-color: transparent;
}
.edit-content table [contenteditable]:focus {
  outline: none;
  background: #ffeb06;
  color: black;
}
.edit-content table tbody td:not([contenteditable]) {
  text-align: center;
}
.edit-content .table {
  padding: 0;
}
.edit-content .table-editable {
  position: relative;
}
.edit-content .table-editable .glyphicon {
  font-size: 13px;
}
.edit-content .table-remove {
  color: #e95656;
  cursor: pointer;
}
.edit-content .table-remove:hover {
  color: #c53838;
}
.edit-content .table-up,
.edit-content .table-down {
  color: #999;
  cursor: pointer;
}
.edit-content .table-up:hover,
.edit-content .table-down:hover {
  color: black;
}
.edit-content .table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  height: 20px;
  top: 10px;
  right: 10px;
}
.edit-content .table-add.glyphicon {
  font-size: 16px;
}
.edit-content .table-add.glyphicon::before {
  height: 20px;
  display: block;
  line-height: 20px;
}
.edit-content .table-add:hover {
  color: #0b0;
}
.invisible {
  width: 0;
  height: 0;
  overflow: hidden;
}
.pulse {
  -webkit-animation: pulse 0.5s 3 linear;
          animation: pulse 0.5s 3 linear;
}
@-webkit-keyframes pulse {
  0% {
    background: transparent;
  }
  50% {
    background: #ffeb06;
  }
  100% {
    background: transparent;
  }
}
@keyframes pulse {
  0% {
    background: transparent;
  }
  50% {
    background: #ffeb06;
  }
  100% {
    background: transparent;
  }
}
.history {
  color: #999;
}
.leaf {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 700px) {
  .leaf {
    width: 70px;
  }
}
.file-input {
  margin: 3px 0;
}
.file-upload-button {
  display: block;
  border: 0;
  color: white;
  line-height: 24px;
  padding: 5px 12px;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  font-family: inherit;
  border-radius: 6px;
  border: 1px solid black;
  margin-top: 10px;
  background: #9bbc47;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.file-upload-button span {
  display: block;
}
.file-upload-button .add {
  font-weight: bold;
  color: white;
}
.file-upload-button .selected-file {
  font-size: 12px;
  opacity: 0.5;
  line-height: 14px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.file-upload-button:hover .add {
  color: #dac041;
}
.select {
  position: relative;
}
.select::before {
  top: 22px;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 6px;
  pointer-events: none;
}
.winners-table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.winners-table td,
.winners-table th {
  padding: 6px 0;
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}
.winners-table td:nth-child(2),
.winners-table th:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.winners-table td span,
.winners-table th span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.hamburger {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 13px;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
