/*
 * Theme Name: Webba | Wireless Value
 * Description: Wordpress theme made for Wireless Value
*/
@font-face {
  font-family: "Acumin Variable Concept";
  font-weight: 400;
  src: url("public/fonts/Acumin Variable Concept.woff2") format("woff2");
  font-display: swap;
}
html,
body {
  font-family: "Acumin Variable Concept", serif;
}

html,
body {
  overflow-x: hidden !important;
}

h1 {
  margin-top: 32px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 46px;
}
@media (min-width: 813px) {
  h1 {
    font-size: 4.125rem;
    line-height: 70px;
  }
}

h2 {
  margin-top: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
}
@media (min-width: 813px) {
  h2 {
    font-size: 2.75rem;
    line-height: 48px;
  }
}

h3,
h4 {
  margin-top: 32px;
  font-size: 1.75rem;
  font-weight: bold;
}
@media (min-width: 813px) {
  h3,
  h4 {
    font-size: 2.125rem;
  }
}

p {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 30px;
  color: #000;
}
p:last-child {
  margin-bottom: 0;
}

p a {
  color: #553b8f;
}
p a:hover {
  color: rgba(85, 59, 143, 0.8);
}

@media (max-width: 813px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.content {
  padding-top: 86px;
  padding-bottom: 166px;
}
.content h2 {
  color: #553b8f;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content p:first-child {
  margin-top: 0;
}
.content ul {
  margin: 16px 0;
}
.content ul li {
  display: flex;
  align-items: center;
}
.content ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #553b8f;
}

@media (min-width: 813px) {
  .text--right {
    text-align: right;
  }
}

.wp-block {
  max-width: 100% !important;
}

.bg--white {
  background-color: #fff;
}
.bg--black {
  background-color: #151515;
}
.bg--grey {
  background-color: #f5f5f5;
}
.bg--cta {
  background-color: #553b8f;
}
.bg--secundair {
  background-color: #f5f5f5;
}
.bg--cta-2 {
  background-color: #5396d1;
}
.bg--cta-3 {
  background-color: #5869b0;
}
.bg--cta-4 {
  background-color: #b4e1fa;
}

.color-white {
  color: #fff;
}

.icon {
  margin-right: 12px;
}
.icon--right {
  margin-right: 0;
  margin-left: 12px;
}

@media (min-width: 813px) {
  .breakout {
    margin: 1em -100%; /* old browsers fallback */
    margin: 1em calc(50% - 50vw);
  }
}

@media (min-width: 813px) {
  .breakout--right {
    width: 100vw;
    max-width: 100vw !important;
    height: calc(100vh - 96px);
    margin-right: -50vw;
    padding-right: 0 !important;
    flex: 0 0 50vw !important;
  }
}

.row-reverse {
  flex-direction: row-reverse !important;
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #0a0a0a;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row--max {
  max-width: 87.5rem;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  min-width: 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.column.row.row,
.row.row.columns {
  display: block;
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  max-width: 8.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  max-width: 41.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  max-width: 58.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  max-width: 66.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  max-width: 83.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  max-width: 91.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  max-width: 14.28571%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    max-width: 14.28571%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    max-width: 14.28571%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.align-left {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
}

.align-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
}

.align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
}

.align-justify {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
}

.align-spaced {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
}

.align-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.flex-dir-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}
.slide-in-down.mui-enter {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.hinge-in-from-right.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.hinge-in-from-bottom.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.hinge-in-from-left.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.hinge-in-from-middle-x.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.hinge-in-from-middle-y.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.hinge-out-from-top.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
}

.hinge-out-from-right.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
}

.hinge-out-from-bottom.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
}

.hinge-out-from-left.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
}

.hinge-out-from-middle-x.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
}

.hinge-out-from-middle-y.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
}

.scale-in-up.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.scale-in-up.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scale-in-down.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.scale-in-down.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scale-out-up.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scale-out-up.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.scale-out-down.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scale-out-down.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.spin-in.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
}

.spin-in.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.spin-out.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.spin-out.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
}

.spin-in-ccw.mui-enter {
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
}

.spin-in-ccw.mui-enter.mui-enter-active {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.spin-out-ccw.mui-leave {
  opacity: 1;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.spin-out-ccw.mui-leave.mui-leave-active {
  opacity: 0;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

.head-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #151515;
  transition: 0.3s;
}
@media (min-width: 813px) {
  .header {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .header {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 813px) {
  .header .openMenu {
    display: none;
  }
}
.home > .header:not(.header__scrolled) {
  color: #fff;
}
.home > .header:not(.header__scrolled) .button--black-text {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.home > .header:not(.header__scrolled) .button--black-text:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.home > .header:not(.header__scrolled) .button--white {
  background-color: unset;
  color: #fff;
  mask-border: url("../images/button-transparent.svg");
}
.home > .header:not(.header__scrolled) .button--white:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home > .header.header__scrolled .button--white {
  border-color: #d9ebf5;
  mask-border: url("../images/button-transparent.svg");
}
.header__info {
  display: flex;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 180px;
  height: 84px;
}
@media (min-width: 813px) and (max-width: 1024px) {
  .header__logo {
    width: 15%;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    width: 210px;
  }
}
.header__bedrag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
}
.header__bedrag-totaal {
  margin-top: 8px;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 18px;
}
@media (min-width: 813px) {
  .header__bedrag-totaal {
    font-size: 24px;
  }
}
.header #teller ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header #teller ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  padding: 4px 8px;
  background-color: #553b8f;
  font-size: 14px;
}
.header #teller ul li span {
  font-size: 18px;
}
.header #teller ul li:nth-child(even) {
  background-color: #886dc3;
}
.header__rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 10%;
}
.header__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 45%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 813px) and (max-width: 1024px) {
  .header__buttons {
    width: 60%;
  }
}
.header__button {
  align-items: center;
}
@media (min-width: 813px) and (max-width: 1024px) {
  .header__button > .button:not(.button--transparent) {
    padding: 6px 10px;
  }
}
.header__button i {
  font-size: 1.25rem;
  color: #553b8f;
}
.header__button + .header__button {
  margin-left: 16px;
}
.header__menu {
  display: none;
}
@media (min-width: 813px) {
  .header__menu {
    display: flex;
  }
}

.hero {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 232px;
  margin-top: 80px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 813px) {
  .hero {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home .hero {
  margin-top: 0;
}
.hero img {
  height: 100%;
}
.hero__content {
  z-index: 99;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  margin: 30px 0;
}
.hero__overlay {
  position: absolute;
  display: none;
  width: 110vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 813px) {
  .hero__overlay {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1280px) {
  .hero__overlay {
    width: 100%;
  }
}
.hero:not(.hero--home) > .hero__overlay {
  display: block;
}
.hero__video {
  position: absolute;
  display: block;
  height: 100%;
}
@media (min-width: 1280px) {
  .hero__video {
    width: 100%;
    height: auto;
  }
}
.hero__title {
  position: relative;
  z-index: 10;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  color: #fff !important;
  text-align: left;
  text-shadow: #222222 0px 0px 10px;
  margin: 16px 0;
}
@media (min-width: 813px) {
  .hero__title {
    font-size: 4rem;
    line-height: 4rem;
    text-align: right;
  }
}
.hero__title span {
  position: relative;
}
.hero__title span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #553b8f;
  transform: rotate(-1deg);
}
.hero__sub-title {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  text-shadow: #222222 0px 0px 10px;
}
@media (min-width: 813px) {
  .hero__sub-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 813px) {
  .hero__sub-title {
    text-align: right;
  }
}
.hero__introduction {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  text-align: left;
}
@media (min-width: 813px) {
  .hero__introduction {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 42px;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .hero__buttons {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 813px) {
  .hero__buttons {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 813px) {
  .hero__button + .hero__button {
    margin-top: 36px;
  }
}
@media (min-width: 1280px) {
  .hero__button + .hero__button {
    margin-left: 36px;
  }
}
.hero__caption {
  position: absolute;
  z-index: 99;
  right: 15px;
  bottom: -40px;
}
@media (min-width: 813px) {
  .hero__caption {
    right: 20%;
    bottom: -60px;
  }
}
.hero--image {
  height: 460px;
}
.hero--home {
  height: 70vh;
}
@media (min-width: 813px) {
  .hero--home {
    height: 80vh;
  }
}
.hero--align-top {
  background-position: top;
}
.hero--align-center {
  background-position: center;
}
.hero--align-bottom {
  background-position: bottom;
}
.hero--align-10 {
  background-position: center 10%;
}
.hero--align-11 {
  background-position: center 11%;
}
.hero--align-12 {
  background-position: center 12%;
}
.hero--align-13 {
  background-position: center 13%;
}
.hero--align-14 {
  background-position: center 14%;
}
.hero--align-15 {
  background-position: center 15%;
}
.hero--align-16 {
  background-position: center 16%;
}
.hero--align-17 {
  background-position: center 17%;
}
.hero--align-18 {
  background-position: center 18%;
}
.hero--align-19 {
  background-position: center 19%;
}
.hero--align-20 {
  background-position: center 20%;
}
.hero--align-21 {
  background-position: center 21%;
}
.hero--align-22 {
  background-position: center 22%;
}
.hero--align-23 {
  background-position: center 23%;
}
.hero--align-24 {
  background-position: center 24%;
}
.hero--align-25 {
  background-position: center 25%;
}
.hero--align-26 {
  background-position: center 26%;
}
.hero--align-27 {
  background-position: center 27%;
}
.hero--align-28 {
  background-position: center 28%;
}
.hero--align-29 {
  background-position: center 29%;
}
.hero--align-30 {
  background-position: center 30%;
}
.hero--align-31 {
  background-position: center 31%;
}
.hero--align-32 {
  background-position: center 32%;
}
.hero--align-33 {
  background-position: center 33%;
}
.hero--align-34 {
  background-position: center 34%;
}
.hero--align-35 {
  background-position: center 35%;
}
.hero--align-36 {
  background-position: center 36%;
}
.hero--align-37 {
  background-position: center 37%;
}
.hero--align-38 {
  background-position: center 38%;
}
.hero--align-39 {
  background-position: center 39%;
}
.hero--align-40 {
  background-position: center 40%;
}
.hero--align-41 {
  background-position: center 41%;
}
.hero--align-42 {
  background-position: center 42%;
}
.hero--align-43 {
  background-position: center 43%;
}
.hero--align-44 {
  background-position: center 44%;
}
.hero--align-45 {
  background-position: center 45%;
}
.hero--align-46 {
  background-position: center 46%;
}
.hero--align-47 {
  background-position: center 47%;
}
.hero--align-48 {
  background-position: center 48%;
}
.hero--align-49 {
  background-position: center 49%;
}
.hero--align-50 {
  background-position: center 50%;
}
.hero--align-51 {
  background-position: center 51%;
}
.hero--align-52 {
  background-position: center 52%;
}
.hero--align-53 {
  background-position: center 53%;
}
.hero--align-54 {
  background-position: center 54%;
}
.hero--align-55 {
  background-position: center 55%;
}
.hero--align-56 {
  background-position: center 56%;
}
.hero--align-57 {
  background-position: center 57%;
}
.hero--align-58 {
  background-position: center 58%;
}
.hero--align-59 {
  background-position: center 59%;
}
.hero--align-60 {
  background-position: center 60%;
}
.hero--align-61 {
  background-position: center 61%;
}
.hero--align-62 {
  background-position: center 62%;
}
.hero--align-63 {
  background-position: center 63%;
}
.hero--align-64 {
  background-position: center 64%;
}
.hero--align-65 {
  background-position: center 65%;
}
.hero--align-66 {
  background-position: center 66%;
}
.hero--align-67 {
  background-position: center 67%;
}
.hero--align-68 {
  background-position: center 68%;
}
.hero--align-69 {
  background-position: center 69%;
}
.hero--align-70 {
  background-position: center 70%;
}
.hero--align-71 {
  background-position: center 71%;
}
.hero--align-72 {
  background-position: center 72%;
}
.hero--align-73 {
  background-position: center 73%;
}
.hero--align-74 {
  background-position: center 74%;
}
.hero--align-75 {
  background-position: center 75%;
}
.hero--align-76 {
  background-position: center 76%;
}
.hero--align-77 {
  background-position: center 77%;
}
.hero--align-78 {
  background-position: center 78%;
}
.hero--align-79 {
  background-position: center 79%;
}
.hero--align-80 {
  background-position: center 80%;
}
.hero--align-81 {
  background-position: center 81%;
}
.hero--align-82 {
  background-position: center 82%;
}
.hero--align-83 {
  background-position: center 83%;
}
.hero--align-84 {
  background-position: center 84%;
}
.hero--align-85 {
  background-position: center 85%;
}
.hero--align-86 {
  background-position: center 86%;
}
.hero--align-87 {
  background-position: center 87%;
}
.hero--align-88 {
  background-position: center 88%;
}
.hero--align-89 {
  background-position: center 89%;
}
.hero--align-90 {
  background-position: center 90%;
}
.blog .hero {
  margin-right: -50vw;
  margin-bottom: 60px;
  margin-left: -50vw;
}
.blog .hero .row {
  max-width: 75rem;
}
.button {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  border: 2px solid #5396d1;
  background-color: #5396d1;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: 0.3s;
}
.button:hover {
  border-color: #b4e1fa;
  background-color: #b4e1fa;
}
.button--cta {
  border-color: #553b8f;
  background-color: #553b8f;
}
.button--cta:hover {
  border-color: #5869b0;
  background-color: #5869b0;
}
.button--white {
  border-color: #fff;
  background-color: #fff;
  color: #151515;
}
.button--white:hover {
  background-color: #fff;
}
.button--transparent {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: unset;
  mask-border: unset;
}
.button--transparent:hover {
  background-color: unset;
}
.button--small {
  position: relative;
  padding: 0;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #553b8f;
  color: #553b8f;
}
@media (max-width: 813px) {
  .button--small {
    display: table;
    margin: 0 auto;
  }
}
.button--small::after {
  content: "\f178";
  position: absolute;
  right: -30px;
  font-family: "Font Awesome 5 Pro";
  color: #553b8f;
}
.button--prev {
  position: relative;
  padding-left: 45px;
}
.button--prev:before {
  content: "\f177";
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5 Pro";
}
.button--black-text {
  background-color: #fff;
  color: #151515;
}
.button--black-text:hover {
  color: #fff;
}
.button--black-text.button--transparent {
  border-bottom: 1px solid #151515;
}
.button--black-text.button--transparent:hover {
  border-bottom: 1px solid rgba(21, 21, 21, 0.8);
  color: rgba(21, 21, 21, 0.8);
}

.wp-block-button__link {
  position: relative;
  display: inline-block;
  min-width: 160px !important;
  padding: 18px 20px !important;
  border-radius: 2px !important;
  background-color: #553b8f !important;
  color: #fff !important;
  text-align: left !important;
}
.wp-block-button__link:hover {
  border-color: rgba(85, 59, 143, 0.8) !important;
  background-color: rgba(85, 59, 143, 0.8) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 4px 0 !important;
  border: none !important;
  border-bottom: 1px solid #553b8f !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #553b8f !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  content: "\f061";
  position: absolute;
  right: -30px;
  font-family: "Font Awesome 5 Pro";
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  right: -40px;
}
.wp-block-button + .wp-block-button {
  margin-left: 38px;
}

.btn--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #151515;
  border-radius: 5px;
  background-color: #fff;
  text-indent: -9999px;
}
.btn--login a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/user.png");
  background-repeat: no-repeat;
  background-position: center;
}
.btn--login:hover {
  background-color: #e6e6e6;
}

.sticky-side-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100vw;
  height: 60px;
  background-color: #553b8f;
}
@media (min-width: 813px) {
  .sticky-side-menu {
    width: unset;
    height: 100vh;
  }
}
.sticky-side-menu__text {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 813px) {
  .sticky-side-menu__text {
    transform: rotate(-90deg);
  }
}
.sticky-side-menu__logo {
  display: flex;
}
@media (min-width: 813px) {
  .sticky-side-menu__logo {
    display: none;
  }
}
.sticky-side-menu__logo .logo {
  width: 122px;
  height: 35px;
  background-image: url("../images/logo-white.svg");
}
.sticky-side-menu__open {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  cursor: pointer;
}
@media (min-width: 813px) {
  .sticky-side-menu__open {
    justify-content: center;
    width: 60px;
    padding: unset;
  }
}
.sticky-side-menu__close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 12px 15px;
  background-color: #2a1d47;
  cursor: pointer;
}
@media (min-width: 813px) {
  .sticky-side-menu__close {
    justify-content: center;
    width: 60px;
    height: 100%;
    padding: unset;
  }
}
.sticky-side-menu__container {
  position: absolute;
  top: 0;
  left: -100vw;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #553b8f;
}
@media (min-width: 813px) {
  .sticky-side-menu__container {
    flex-direction: row;
  }
}
.sticky-side-menu__row {
  position: relative;
  display: flex;
  flex: 1 1 auto;
}
.sticky-side-menu__menu {
  position: relative;
}
.sticky-side-menu__list {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 46px 65px;
  list-style: none;
}
@media (min-width: 1280px) {
  .sticky-side-menu__list {
    padding: 70px 144px;
  }
}
.sticky-side-menu__item {
  position: relative;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 16px 12px;
  height: 84px;
}
@media (min-width: 813px) {
  .sticky-side-menu__item {
    font-size: 1rem;
  }
}
.sticky-side-menu__item a {
  color: #5396d1;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  align-items: center;
  display: flex;
}
.sticky-side-menu__item:not(.button):hover {
  background-color: #5396d1;
}
.sticky-side-menu__item:not(.button):hover > a {
  color: #fff;
}
.sticky-side-menu__item:hover .sticky-side-menu__sub-list {
  display: block;
}
.sticky-side-menu__sub-list {
  position: absolute;
  z-index: 9999;
  display: none;
  min-width: 260px;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 #151515;
  list-style: none;
  text-align: center;
}
.sticky-side-menu__sub-item {
  font-size: 1rem;
}
@media (min-width: 813px) {
  .sticky-side-menu__sub-item {
    font-size: 1.375rem;
  }
}
.home > .header:not(.header__scrolled) .sticky-side-menu__sub-item a {
  color: #151515 !important;
}
.sticky-side-menu__sub-item:hover > a, .home > .header:not(.header__scrolled) .sticky-side-menu__sub-item:hover > a {
  color: rgba(85, 59, 143, 0.8) !important;
}
.sticky-side-menu__image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 813px) {
  .sticky-side-menu__image {
    display: none;
  }
}
.sticky-side-menu__caption {
  position: absolute;
  bottom: 58px;
  left: 72px;
}
.sticky-side-menu__close-button {
  position: absolute;
  top: 32px;
  right: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-image: url("../images/round-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 813px) {
  .sticky-side-menu__close-button {
    display: flex;
  }
}
.sticky-side-menu__mobile-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 813px) {
  .sticky-side-menu__mobile-buttons {
    display: none;
  }
}
.sticky-side-menu__mobile-buttons .button {
  width: calc(50% - 10px);
  text-align: center;
}
.sticky-side-menu__mobile-buttons .button--white {
  background-color: unset;
  color: #fff;
  mask-border: url("../images/button-transparent.svg");
}
.sticky-side-menu__mobile-buttons .button--white:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sticky-side-menu__mobile-buttons .button--cta {
  background-color: #fff;
  color: #553b8f;
}
.sticky-side-menu + .hero:not(.hero--home), .sticky-side-menu + .text-media, .sticky-side-menu + .gallery-text {
  margin-top: 60px;
}
@media (min-width: 813px) {
  .sticky-side-menu + .hero:not(.hero--home), .sticky-side-menu + .text-media, .sticky-side-menu + .gallery-text {
    margin-top: 65px;
  }
}

.logo {
  width: 100%;
  background-image: url("../images/vrander-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.logo h1 {
  margin: 0;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  text-indent: -9999px;
}

.credits {
  padding: 42px 0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 813px) {
  .credits {
    padding: 28px 0;
    text-align: center;
  }
}
@media (max-width: 813px) {
  .credits .columns + .columns {
    margin-top: 15px;
  }
}
@media (min-width: 813px) {
  .credits__last {
    text-align: right;
  }
}
.credits a {
  color: #151515;
}
.credits a + a {
  margin-left: 16px;
}
@media (min-width: 813px) {
  .credits a + a {
    margin-left: 58px;
  }
}

.divider {
  z-index: 9;
  width: 150px;
  height: 3px;
  margin: 16px 0;
  background-color: #553b8f;
  transform: rotate(-1deg);
}
.divider--cta {
  background-color: #553b8f;
}
@media (min-width: 813px) {
  .divider--right {
    float: right;
  }
}

.dropdown {
  width: 230px;
  background-color: #fff;
}
@media (max-width: 813px) {
  .dropdown {
    width: calc(100% - 15px);
  }
}
.dropdown:hover {
  background-color: #fef9f5;
  color: #fff;
}
.dropdown h4 {
  margin: 0;
  padding: 15px 25px;
  font-size: 1rem;
}
.dropdown__list {
  position: absolute;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 230px;
  height: 235px;
  padding-top: 9px;
  padding-left: 25px;
  background-color: #fff;
  color: #151515;
}
@media (max-width: 813px) {
  .dropdown__list {
    width: calc(100% - 15px);
    padding: 25px 9px;
  }
}
.dropdown ul {
  overflow-y: scroll;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown li {
  position: relative;
  padding: 6px 0;
}
.dropdown input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.dropdown input[type=checkbox]::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #C4D3D9;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
}
.dropdown input[type=checkbox]:checked::after {
  content: "\f00c";
  border-color: #fef9f5;
  background: #fef9f5;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
}
.dropdown label {
  margin-left: 38px;
}
.dropdown:hover .dropdown__list {
  display: block;
}
.dropdown + .dropdown {
  margin-top: 12px;
}
@media (min-width: 813px) {
  .dropdown + .dropdown {
    margin-top: 0;
    margin-left: 12px;
  }
}

.filter {
  display: flex;
  margin: 18px 0;
  margin-top: 34px;
}
@media (max-width: 813px) {
  .filter {
    overflow-x: scroll;
    flex-direction: column;
    margin-right: -15px;
  }
}
.filter__results {
  display: flex;
  flex-wrap: wrap;
}
.filter__result {
  padding: 8px 10px;
  border: 1px solid #553b8f;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 0.875rem;
  font-weight: 600;
  color: #553b8f;
  cursor: pointer;
}
.filter__result:hover {
  background: #553b8f;
  color: #fff;
}
.filter__result i {
  margin-left: 16px;
}
.filter__result + .filter__result {
  margin-left: 8px;
}

.text-media {
  position: relative;
  padding: 42px 0;
}
@media (min-width: 1280px) {
  .text-media {
    padding: 66px 0;
  }
}
@media (max-width: 813px) {
  .text-media .row {
    flex-direction: row-reverse !important;
  }
}
@media (max-width: 813px) {
  .text-media .columns + .columns {
    padding: 48px 0.9375rem;
  }
}
@media (min-width: 813px) {
  .text-media__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .text-media__content {
    padding-right: 92px;
    padding-left: 15px;
  }
  .row-reverse .text-media__content {
    padding-right: 15px;
    padding-left: 92px;
  }
}
.text-media__content h1,
.text-media__content h2,
.text-media__content h3,
.text-media__content h4 {
  margin-top: 0;
}
.text-media__title {
  margin: 0;
  font-family: plume, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .text-media__title {
    font-size: 2.5rem;
    line-height: 54px;
  }
}
.text-media__subtitle {
  margin-top: 0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4px;
}
@media (min-width: 1280px) {
  .text-media__subtitle {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.text-media__text {
  margin: 16px 0;
  text-align: justify;
}
.text-media__caption {
  position: absolute;
  bottom: -15px;
  left: 33px;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .text-media__caption {
    bottom: -18px;
  }
}
.text-media__caption span {
  padding: 10px;
  background-color: #553b8f;
  line-height: 50px;
}
.text-media__image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 813px) {
  .text-media__image-container {
    padding: 48px 0 !important;
  }
}
@media (min-width: 813px) {
  .text-media__image-container {
    justify-content: flex-end;
  }
  .row-reverse .text-media__image-container {
    justify-content: flex-start;
  }
}
.text-media__image-logo {
  width: 350px;
  height: 350px;
  background-color: #553b8f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 813px) {
  .text-media__image-logo {
    width: 450px;
    height: 450px;
  }
}
.text-media__image-logo span {
  height: 280px;
  width: 280px;
  background-color: #5869b0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  border-radius: 60px;
}
@media (min-width: 813px) {
  .text-media__image-logo span {
    height: 350px;
    width: 350px;
  }
}
.text-media__image-logo span.animate {
  animation: rotate-outer-div 2s forwards;
  animation-delay: 0.25s;
}
.text-media__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 60px;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 813px) {
  .text-media__image {
    width: 250px;
    height: 250px;
  }
}
.text-media__image.animate {
  animation: rotate-inner-div 2s forwards;
  animation-delay: 0.25s;
}
.text-media__image img {
  object-fit: cover;
  width: 270px;
  min-width: 270px;
  height: 270px;
  min-height: 270px;
  max-width: unset;
}
@media (min-width: 813px) {
  .text-media__image img {
    width: 350px;
    min-width: 350px;
    height: 350px;
    min-height: 350px;
  }
}
.text-media__image img.animate {
  animation: rotate-inner-image 2s forwards;
  animation-delay: 0.25s;
}
.text-media--image-1 {
  grid-area: text-media--image-1;
}
.text-media--secundair {
  background-color: #f5f5f5;
}
.text-media--small {
  padding: 88px 0;
}
.text-media--small .text-media__content {
  padding: 0 15px;
}
@media (min-width: 813px) {
  .text-media--small .text-media__content {
    padding: 0;
    padding-right: 15px;
    padding-left: 92px;
  }
}
.text-media--small .text-media__title {
  margin-top: 0;
}
.text-media--small .text-media__text {
  margin: 16px 0;
}
@media (min-width: 813px) {
  .text-media--breakedout {
    padding: 0;
  }
  .text-media--breakedout .text-media__content {
    padding: 66px 0;
    padding-right: 92px;
    padding-left: 15px;
  }
  .text-media--breakedout .text-media__image {
    width: 50vw;
    max-width: unset !important;
    position: relative;
    margin-right: -50vw;
    height: 100%;
    background-size: cover;
    background-position: right;
    max-height: unset !important;
  }
  .text-media--breakedout div:not(.row-reverse) .text-media__image-container {
    padding-left: 0;
  }
  .text-media--breakedout .row-reverse .text-media__content {
    padding-left: 92px;
    padding-right: 15px;
  }
  .text-media--breakedout .row-reverse .text-media__image-container {
    padding-right: 0;
  }
  .text-media--breakedout .row-reverse .text-media__image {
    margin-left: -25vw;
    width: 80vw;
    margin-right: 0;
    background-position: left;
  }
}
.text-media.bg--cta {
  color: #fff;
}
.text-media.bg--cta .divider {
  background-color: #fff;
}
.text-media.bg--cta .text-media__text p {
  color: #fff;
}
.text-media.bg--cta-2 {
  color: #fff;
}
.text-media.bg--cta-2 .divider {
  background-color: #fff;
}
.text-media.bg--cta-2 .text-media__text p {
  color: #fff;
}
.text-media.bg--cta-3 {
  color: #fff;
}
.text-media.bg--cta-3 .divider {
  background-color: #fff;
}
.text-media.bg--cta-3 .text-media__text p {
  color: #fff;
}

@keyframes rotate-outer-div {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(20deg);
  }
}
@keyframes rotate-inner-div {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(40deg);
  }
}
@keyframes rotate-inner-image {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-40deg);
  }
}
.gallery-text {
  padding: 42px 0;
}
@media (max-width: 813px) {
  .gallery-text .row {
    flex-direction: row-reverse !important;
  }
  .gallery-text .columns + .columns {
    padding: 48px 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .gallery-text {
    padding: 66px 0;
  }
}
@media (min-width: 1280px) {
  .gallery-text__content {
    padding: 50px 0;
    padding-right: 92px;
    padding-left: 15px;
  }
  .row-reverse .gallery-text__content {
    padding-right: 15px;
    padding-left: 92px;
  }
}
.gallery-text__title {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .gallery-text__title {
    font-size: 2.75rem;
    line-height: 54px;
  }
}
.gallery-text__text {
  margin: 38px 0;
  text-align: justify;
}
.gallery-text__images {
  display: grid;
  grid-template: "foto1 foto2 foto2" "foto3 foto3 foto4" "foto3 foto3 foto5" "foto6 foto7 foto8";
  column-gap: 14px;
  row-gap: 14px;
}
.gallery-text--image-1 {
  grid-area: foto1;
}
.gallery-text--image-2 {
  grid-area: foto2;
}
.gallery-text--image-3 {
  grid-area: foto3;
}
.gallery-text--image-4 {
  grid-area: foto4;
}
.gallery-text--image-5 {
  grid-area: foto5;
}
.gallery-text--image-6 {
  grid-area: foto6;
}
.gallery-text--image-7 {
  grid-area: foto7;
}
.gallery-text--image-8 {
  grid-area: foto8;
}
.gallery-text__image {
  width: 100%;
  padding-top: 60%; /* 1:1 Aspect Ratio */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.gallery-text--secundair {
  background-color: #f5f5f5;
}

.gallery__overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.8);
}
.gallery__image {
  width: 80%;
  height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gallery__close {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 16px;
  background-color: #553b8f;
  color: #fff;
}
.gallery__controls {
  position: absolute;
  left: 32px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
}
.gallery__previous {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}
.gallery__previous::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 7.5px;
  border-top: 2px solid #151515;
  border-left: 2px solid #151515;
  transform: rotate(-45deg);
}
.gallery__previous:hover {
  background-color: #553b8f;
}
.gallery__previous:hover::after {
  border-color: #fff;
}
.gallery__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}
.gallery__next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: -7.5px;
  border-top: 2px solid #151515;
  border-right: 2px solid #151515;
  transform: rotate(45deg);
}
.gallery__next:hover {
  background-color: #553b8f;
}
.gallery__next:hover::after {
  border-color: #fff;
}

.form-media {
  padding: 42px 0;
}
@media (max-width: 813px) {
  .form-media .row {
    flex-direction: row-reverse !important;
  }
  .form-media .columns + .columns {
    padding: 48px 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .form-media {
    padding: 66px 0;
  }
}
@media (min-width: 1280px) {
  .form-media__content {
    padding-right: 92px;
  }
  .row-reverse .form-media__content {
    padding-right: 15px;
    padding-left: 92px;
  }
}
.form-media__title {
  margin-top: 0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .form-media__title {
    font-size: 2.25rem;
    line-height: 46px;
  }
}
.form-media__caption {
  position: absolute;
  bottom: -55px;
  left: 18px;
  max-width: 202px;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .form-media__caption {
    bottom: -18px;
  }
}
.form-media__caption span {
  padding: 10px;
  background-color: #553b8f;
  line-height: 50px;
}
.form-media__images {
  display: grid;
  height: 100%;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 14px;
}
.form-media__image {
  min-height: 490px;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 470px;
}
@media (max-width: 813px) {
  .form-media__image {
    padding-top: 100%;
  }
}
@media (min-width: 1280px) {
  .form-media__image {
    max-height: 570px;
  }
}
.form-media--count-2 {
  grid-template-rows: 100%;
  grid-template-areas: "text-media--image-1 text-media--image-2";
}
.form-media--count-3 {
  grid-template-areas: "text-media--image-1 text-media--image-1" "text-media--image-2 text-media--image-3";
}
.form-media--count-4 {
  grid-template-areas: "text-media--image-1 text-media--image-2" "text-media--image-3 text-media--image-4";
}
.form-media--image-1 {
  grid-area: text-media--image-1;
}
.form-media--image-2 {
  grid-area: text-media--image-2;
}
.form-media--image-3 {
  grid-area: text-media--image-3;
}
.form-media--image-4 {
  grid-area: text-media--image-4;
}
.form-media--secundair {
  background-color: #f5f5f5;
}
@media (min-width: 813px) {
  .form-media--large {
    padding: 70px 0;
  }
}
@media (min-width: 1280px) {
  .form-media--large {
    padding: 58px 0;
  }
}
.form-media--large .form-media__content {
  padding: 40px 15px;
}
@media (min-width: 813px) {
  .form-media--large .form-media__content {
    padding-right: 80px;
  }
}
@media (min-width: 1280px) {
  .form-media--large .form-media__content {
    padding-right: 178px;
  }
}
.form-media .gform_wrapper {
  display: block !important;
}

.contact {
  padding: 42px 0;
}
@media (max-width: 813px) {
  .contact .row {
    flex-direction: row-reverse !important;
  }
  .contact .columns + .columns {
    padding: 48px 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .contact {
    padding: 58px 0;
  }
}
@media (min-width: 1280px) {
  .contact__content {
    padding: 85px 0;
    padding-right: 178px;
  }
  .row-reverse .contact__content {
    padding-right: 15px;
    padding-left: 92px;
  }
}
.contact__title {
  margin-top: 0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .contact__title {
    font-size: 2.25rem;
    line-height: 46px;
  }
}
.contact__caption {
  position: absolute;
  bottom: -55px;
  left: 18px;
  max-width: 202px;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .contact__caption {
    bottom: -18px;
  }
}
.contact__caption span {
  padding: 10px;
  background-color: #553b8f;
  line-height: 50px;
}
.contact__info {
  margin: 0 !important;
  padding: 50px 0;
  font-size: 1rem;
  color: #fff;
}
.contact__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact__info li {
  display: flex;
  justify-content: space-between;
}
.contact__info h3 {
  margin-top: 0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}
.contact__info a {
  color: #fff;
  text-decoration: none;
}
.contact__info a:hover {
  color: #151515;
}
.contact__info .columns {
  padding: 20px 40px;
}
.contact__info .columns + .columns {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.contact__images {
  display: grid;
  height: 100%;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 14px;
}
.contact__image {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 813px) {
  .contact__image {
    padding-top: 100%;
  }
}
.contact--count-2 {
  grid-template-rows: 100%;
  grid-template-areas: "text-media--image-1 text-media--image-2";
}
.contact--count-3 {
  grid-template-areas: "text-media--image-1 text-media--image-1" "text-media--image-2 text-media--image-3";
}
.contact--count-4 {
  grid-template-areas: "text-media--image-1 text-media--image-2" "text-media--image-3 text-media--image-4";
}
.contact--image-1 {
  grid-area: text-media--image-1;
}
.contact--image-2 {
  grid-area: text-media--image-2;
}
.contact--image-3 {
  grid-area: text-media--image-3;
}
.contact--image-4 {
  grid-area: text-media--image-4;
}
.contact--secundair {
  background-color: #f5f5f5;
}

.gform_heading {
  display: none;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 0 !important;
}

.gfield {
  margin: 0 !important;
  padding: 0 !important;
}

.gfield.hidden {
  display: none;
}

.gfield_description {
  padding: 15px 24px !important;
}
.gfield_description:before {
  content: "Info";
  margin-right: 8px;
  padding: 4px;
  background-color: #553b8f;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  mask-border: url("../images/button.svg");
}

@media (min-width: 813px) {
  .gf_left_half {
    padding-right: 5px !important;
  }
}

@media (min-width: 813px) {
  .gf_right_half {
    padding-left: 5px !important;
  }
}

.ginput_container {
  margin: 0 !important;
}
.ginput_container input,
.ginput_container textarea,
.ginput_container input[type=submit],
.ginput_container select {
  width: 100% !important;
  margin: 4px 0 !important;
  padding: 18px 16px !important;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  color: #151515 !important;
}
.ginput_container input::placeholder,
.ginput_container textarea::placeholder,
.ginput_container input[type=submit]::placeholder,
.ginput_container select::placeholder {
  color: #151515 !important;
}

.gform_button {
  margin: 0 !important;
  border: none !important;
  background-color: #553b8f;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
}
.gform_button:hover {
  background-color: rgba(85, 59, 143, 0.8);
}

.gform_wrapper {
  margin: 0 !important;
}

.grecaptcha-badge {
  z-index: 9999;
}

.archive-page {
  padding: 100px 0;
}
.archive-page__title {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 54px;
}
.reference {
  position: relative;
  margin: 25px 0;
  padding-top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.reference__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.reference:hover .reference__link:before {
  content: "\f178";
  position: absolute;
  top: calc(50% - 32.5px);
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-image: url("../images/round-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #151515;
  cursor: pointer;
}
@media (min-width: 813px) {
  .reference:hover .reference__link:before {
    right: 0;
    left: calc(50% - 32.5px);
  }
}
.reference__title {
  position: absolute;
  bottom: 32px;
  left: 26px;
  margin: 0;
  padding: 10px;
  padding-right: 26px;
  background-color: #553b8f;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.reference__location {
  position: absolute;
  bottom: -18px;
  left: 26px;
  margin: 0;
  padding: 10px;
  padding-right: 26px;
  background-color: #fff;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
  text-decoration: none;
  text-transform: uppercase;
}

.project {
  position: relative;
  display: flex;
  height: 100%;
  margin-bottom: -15px;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.project::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  background: linear-gradient(rgba(255, 255, 255, 0) 30%, white 70%);
}
.project__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: unset !important;
}
.project__title {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 40px;
  color: #151515;
}
.project__image {
  position: relative;
  clear: both;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.project:hover .project__image:before {
  content: "\f178";
  position: absolute;
  top: calc(50% - 32.5px);
  left: calc(50% - 32.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-image: url("../images/round-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #151515;
  cursor: pointer;
}
.project__content {
  padding: 32px;
  color: #151515;
  flex: 1 1 auto;
}
.project__content h3 {
  margin-top: 0;
}
.project__status {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 16px;
  background-color: #fff;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #151515;
  mask-border: url("../images/button.svg");
}
.project__button {
  position: absolute;
  z-index: 9;
  right: 25px;
  bottom: 45px;
  width: 65px;
  height: 65px;
  background-image: url("../images/project-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 65px;
  color: #151515;
  text-align: center;
}
.project__filter {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 813px) {
  .project__filter {
    flex-direction: column;
  }
}
.project__filter li {
  padding: 14px 18px;
  background-color: #fff;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 813px) {
  .project__filter li {
    width: calc(100% - 15px);
  }
}
.project__filter li.project__checked {
  background-color: #553b8f;
  color: #fff;
}
.project__filter li + li {
  margin-top: 12px;
}
@media (min-width: 813px) {
  .project__filter li + li {
    margin-top: 0;
    margin-left: 12px;
  }
}
.project__filter input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}
.project__filter input[type=radio]::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #e2e7ed;
  border-radius: 50%;
  background-color: #fff;
  line-height: 22px;
  text-align: center;
}
.project__filter input[type=radio]:checked::after {
  content: "\f00c";
  border-color: #553b8f;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  font-weight: 400;
  color: #553b8f;
}
.project__filter label {
  margin-left: 42px;
}

.kitchen {
  position: relative;
  padding: 25px 0;
  padding-top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kitchen__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.kitchen:hover .kitchen__link:before {
  content: "\f178";
  position: absolute;
  top: calc(50% - 32.5px);
  left: calc(50% - 32.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-image: url("../images/round-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #151515;
  cursor: pointer;
}
.kitchen__title {
  position: absolute;
  bottom: 32px;
  left: 26px;
  margin: 0;
  padding: 10px;
  padding-right: 26px;
  background-color: #553b8f;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.kitchen__location {
  position: absolute;
  bottom: -18px;
  left: 26px;
  margin: 0;
  padding: 10px;
  padding-right: 26px;
  background-color: #fff;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  color: #151515;
  text-decoration: none;
  text-transform: uppercase;
}

.partners {
  padding: 80px 0;
}
@media (min-width: 813px) {
  .partners {
    padding: 116px 0;
    padding-left: 60px;
  }
}
.partners__title {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 813px) {
  .partners__title {
    font-size: 2.75rem;
    line-height: 54px;
  }
}

.partner {
  padding-top: 30px;
}
.partner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 152px;
  padding: 32px 30px;
  border: 1px solid #e2e7ed;
}
.partner__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.brands {
  position: relative;
  padding: 40px 0;
}
.brands .row {
  position: relative;
  justify-content: center;
}
.brands .controls {
  position: absolute;
  display: none;
  width: calc(100% + 132px);
}
.brands .controls .prevBtn {
  top: 0;
  left: 0;
}
.brands .controls .nextBtn {
  top: 0;
  right: 0;
}

.brand__image {
  display: block;
  width: 80%;
  height: 80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.magazine {
  padding: 20px 0;
}

.pagination {
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.pagination__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.pagination__item {
  width: 56px;
  height: 56px;
  margin: 0 5px;
  background-image: url("../images/round-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pagination__item.current {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/round-button-black.svg");
  color: #fff;
}
.pagination__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #151515;
  text-decoration: none;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
}
.rating__values {
  display: flex;
  align-items: center;
}
.rating__stars {
  position: relative;
  width: 100px;
  height: 18px;
  background-image: url("../images/star-grey.svg");
  background-repeat: repeat-x;
  background-size: 20px 18px;
}
.rating__filled {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("../images/star-gold.svg");
  background-repeat: repeat-x;
  background-size: 20px 18px;
}
.rating__label a {
  color: #151515;
  text-decoration: none;
}
.home .rating__label a {
  color: #fff;
}
.header__scrolled .rating__label a {
  color: #151515;
}

.caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.caption__item {
  padding: 7px 10px;
  border: 3px solid #553b8f;
  background-color: #553b8f;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  mask-border: url("../images/button.svg");
}
.caption__item + .caption__item {
  margin-top: 2px;
}

#map {
  width: 100%;
  height: 68%;
  background-image: url("../images/map.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#map a {
  display: block;
  width: 100%;
  height: 100%;
}

.usps {
  padding: 32px 0;
}
@media (max-width: 813px) {
  .usps .columns {
    margin: 8px 0;
  }
}

.usp {
  flex: 1 1 0;
}
.usp__item {
  overflow: hidden;
  margin: 16px 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.usp__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background-color: rgba(21, 21, 21, 0.2);
}
.usp__title {
  margin: 0;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.usp__link {
  margin-top: 250px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.quick-links {
  padding: 16px 0;
  box-shadow: 0px 0px 20px 0px #151515;
}
.quick-links__title {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
}
.quick-links--orange {
  background-color: #553b8f;
}
.quick-links--orange .quick-links__title {
  color: #fff;
}
.quick-links--orange .quick-link__item .quick-link__link {
  color: #fff;
}
.quick-links--orange .quick-link__item .quick-link__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.quick-links--orange .quick-link__subtitle {
  color: #fff;
}
.quick-links--orange .quick-link__image img {
  filter: brightness(0) invert(1);
}
.quick-links--medium .quick-link__item .quick-link__link {
  flex-direction: column;
  justify-content: center;
}
.quick-links--medium .quick-link__title {
  font-size: 18px;
  text-align: center;
}
.quick-links--medium .quick-link__image {
  width: 80px;
  height: 50px;
  margin-right: 0;
}
.quick-links--large .quick-link__item .quick-link__link {
  flex-direction: column;
  justify-content: center;
}
.quick-links--large .quick-link__title {
  text-align: center;
}
.quick-links--large .quick-link__image {
  width: 80px;
  height: 50px;
  margin-right: 0;
}

.quick-link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.quick-link__item {
  display: flex;
}
.quick-link__item .quick-link__link {
  display: flex;
  align-items: center;
  color: #151515;
  text-decoration: none;
}
.quick-link__item .quick-link__link:hover {
  color: rgba(21, 21, 21, 0.8);
}
.quick-link__title {
  margin: 0;
  font-size: 32px;
}
.quick-link__subtitle {
  font-size: 16px;
  color: #a6a6a6;
}
.quick-link__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  margin-right: 22px;
  object-fit: contain;
}
.quick-link__image img {
  height: 100%;
}

.faqs {
  padding-top: 42px;
  padding-bottom: 42px;
}
.faqs__title {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .faqs__title {
    font-size: 2.75rem;
    line-height: 54px;
  }
}

.faq .accordion {
  width: 100%;
  padding: 18px;
  border: none;
  outline: none;
  background-color: #a6a6a6;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
}
.faq .active,
.faq .accordion:hover {
  background-color: #ccc;
}
.faq .panel {
  overflow: hidden;
  max-height: 0;
  padding: 6px 18px;
  background-color: white;
  font-family: "Acumin Variable Concept", sans-serif;
  transition: max-height 0.2s ease-out;
}

/* PRELOADER */
#preloader {
  position: relative;
  z-index: 999;
  display: block;
  width: 360px;
  height: 360px;
  margin: 0 auto;
  margin-top: 100px;
  background: url("../images/preloader.png") center no-repeat;
}

/* PRELOADER END */
/* LIST */
#deelnemerslist {
  position: relative;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f0f0f0;
}

#deelnemerslist #title {
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 700;
}

#deelnemerslist #filter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

#deelnemerslist #filter input {
  display: inline-block;
  display: inline-block;
  width: 270px;
  height: 50px;
  margin: 0;
  margin-right: -5px;
  margin-bottom: 16px;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
  font-family: "museo300";
  font-size: 16px;
  color: #666;
  vertical-align: top;
}

#deelnemerslist #filter input::-webkit-input-placeholder {
  color: #ccc;
}

#deelnemerslist #filter input:-moz-placeholder {
  color: #ccc;
}

#deelnemerslist #filter input::-moz-placeholder {
  color: #ccc;
}

#deelnemerslist #filter input:-ms-input-placeholder {
  color: #ccc;
}

#deelnemerslist #filter button {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #f38020;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter button i {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

#deelnemerslist #filter button:hover {
  background: #666;
}

#deelnemerslist #filter .search {
  display: inline-block;
  vertical-align: top;
}

#deelnemerslist #filter .filters {
  display: flex;
  overflow-y: hidden;
  width: 100%;
}
@media (min-width: 813px) {
  #deelnemerslist #filter .filters {
    justify-content: flex-end;
  }
}

#deelnemerslist #filter .filters .filterblock {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  border: #ccc 1px solid;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title input {
  display: inline-block;
  display: none;
  width: auto;
  height: 50px;
  padding: 0;
  -webkit-appearance: checkbox;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title label {
  display: flex;
  margin-left: 15px;
  line-height: 50px;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title .fietser-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background: #666 url("../images/fietser-icon.png") center no-repeat;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title .runner-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background: #666 url("../images/runner-icon.png") center no-repeat;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title .team-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background: #666 url("../images/ride4kids-logo.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title .gravel-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background: #666 url("../images/fietser-icon.png") center no-repeat;
  cursor: pointer;
  vertical-align: top;
}

#deelnemerslist #filter .filters .filterblock .title .vrijwilliger-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #666;
  background-size: contain;
  cursor: pointer;
  vertical-align: top;
  mask-image: url("../images/vrijwilligers-icon.svg");
}

#deelnemerslist #filter .filters .filterblock .checked label {
  color: #f38020;
}

#deelnemerslist #filter .filters .filterblock .checked .fietser-icon {
  background: #f38020 url("../images/fietser-icon.png") center no-repeat;
}

#deelnemerslist #filter .filters .filterblock .checked .runner-icon {
  background: #f38020 url("../images/runner-icon.png") center no-repeat;
}

#deelnemerslist #filter .filters .filterblock .checked .team-icon {
  background: #f38020 url("../images/ride4kids-logo.png") center no-repeat;
  background-size: contain;
}

#deelnemerslist #filter .filters .filterblock .checked .gravel-icon {
  background: #f38020 url("../images/fietser-icon.png") center no-repeat;
}

#deelnemerslist #filter .filters .filterblock .checked .vrijwilliger-icon {
  background: #f38020 url("../images/vrijwilligers-icon.svg") center no-repeat;
  background-size: contain;
}

#deelnemerslist #filter .filters .filterblock:hover {
  border: #f38020 1px solid;
}

#deelnemerslist #filter .filters .filterblock:hover .title label {
  color: #f38020;
}

#deelnemerslist #filter .filters .filterblock:hover .title .fietser-icon {
  background: #f38020 url("../images/fietser-icon.png") center no-repeat;
}

#deelnemerslist #filter .filters .filterblock:hover .title .runner-icon {
  background: #f38020 url("../images/runner-icon.png") center no-repeat;
}

#deelnemerslist #filter .filters .filterblock:hover .title .team-icon {
  background: #f38020 url("../images/ride4kids-logo.png") center no-repeat;
  background-size: contain;
}

#deelnemerslist #filter .filters .filterblock:hover .title .gravel-icon {
  background: #f38020 url("../images/fietser-icon.png") center no-repeat;
}

#deelnemerslist #filter .filters .filterblock:hover .title .vrijwilliger-icon {
  background: #f38020 url("../images/vrijwilligers-icon.png") center no-repeat;
  background-size: contain;
}

#deelnemerslist #filter .filters .filterblock + .filterblock {
  margin-left: 10px;
}

#deelnemerslist #filter:after {
  clear: both;
}

.deelnemer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 225px;
  margin: 16px 0;
  padding: 0 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.deelnemer__info {
  z-index: 2;
  width: 52%;
  margin-left: auto;
}
.deelnemer__info .deelnemer__nummer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: rgba(85, 59, 143, 0.8);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.deelnemer__info .deelnemer__type > div {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.deelnemer__info .deelnemer__type .runner {
  background-image: url("../images/runner-icon.png");
}
.deelnemer__info .deelnemer__type .fietser {
  background-image: url("../images/fietser-icon.png");
}
.deelnemer__info .deelnemer__type .gravel {
  background-image: url("../images/fietser-icon.png");
}
.deelnemer__info .deelnemer__type .vrijwilliger {
  background-color: #fff;
  mask-image: url("../images/vrijwilligers-icon.svg");
}
.deelnemer__info .deelnemer__type .team {
  background-image: url("../images/ride4kids-logo.png");
}
.deelnemer__info .deelnemer__bedragen {
  display: flex;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.deelnemer__info .deelnemer__bedragen ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.deelnemer__info .deelnemer__bedragen .deelnemer__streef {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666;
}
.deelnemer__info .deelnemer__bedragen .deelnemer__behaald {
  font-size: 1.25rem;
  font-weight: 700;
  color: #553b8f;
}
.deelnemer__info .deelnemer__steunen {
  display: flex;
  justify-content: center;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.deelnemer__info .deelnemer__steunen a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.deelnemer__info .deelnemer__steunen:hover {
  background-color: #fff;
}
.deelnemer__info .deelnemer__steunen:hover a {
  color: #553b8f;
}
.deelnemer__link {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 16px;
}
.deelnemer__link a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.deelnemer__link:hover a {
  color: #553b8f;
}
.deelnemer__link:hover:after {
  border-color: #553b8f;
}
.deelnemer__link:after {
  content: "";
  display: flex;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.deelnemer__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -16px;
  background-color: rgba(21, 21, 21, 0.4);
}
.deelnemer--team {
  background-image: url("../images/team-fallback.jpg");
}

/* LIST END */
.onderdeel_team {
  font-size: 16px;
  color: #f38020;
}

.onderdeel_team ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsoren h2 {
  font-family: "Acumin Variable Concept", sans-serif;
}

.mobile-header {
  position: fixed;
  z-index: 120;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 24px 16px;
  background-color: #fff;
}
@media (min-width: 813px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .small-4 .button {
  float: right;
}
.mobile-header .row {
  width: 100%;
}

#mobmenu {
  z-index: 9999;
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -90vw;
  overflow: hidden;
  width: 90vw;
  height: 100vh;
  background-color: #fff;
}
.mobile-menu .head-menu {
  flex-direction: column;
  align-items: flex-start;
}

footer {
  position: relative;
}

@media (min-width: 813px) {
  .footer {
    padding: 20px 0;
  }
}
@media (max-width: 813px) and (orientation: landscape) {
  .footer .medium-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 813px) and (max-width: 1024px) {
  .footer .large-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .footer__gerecht {
    display: none;
  }
}
.footer .columns {
  position: relative;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}
.footer ul {
  margin: 0;
  margin-bottom: 38px;
  padding: 0;
  list-style: none;
}
.footer li {
  display: flex;
  justify-content: space-between;
}
.footer li a {
  color: #151515;
}
.footer li a:hover {
  color: #553b8f;
}
.footer__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.footer__caption {
  position: absolute;
  bottom: 60px;
  left: 30%;
}
@media (max-width: 813px) {
  .footer__caption {
    display: none;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__contact a {
  color: #151515;
  text-decoration: none;
}
.footer__contact a:hover {
  color: #553b8f;
}
.footer__social {
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #151515;
}
.footer__social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #151515;
  text-decoration: none;
}
.footer__social a:hover {
  color: #553b8f;
}
.footer__social + .footer__social {
  margin-left: 10px;
}
.footer .button {
  width: 100%;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-hidden {
  display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  -o-transition-property: transform, width, max-width;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  -o-transition-property: transform, left;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}

.mm-search, .mm-search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before, label.mm-toggle:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
  right: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
  bottom: 0;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}


/* ============================================================================= MIJN PROFIEL */
/* TABS */
.my-account-form ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.my-account-form ul.tabs li {
  display: inline-block;
  padding: 10px 15px;
  border-bottom: #e3e3e3 1px solid;
  background: none;
  color: #999;
  cursor: pointer;
}

.my-account-form ul.tabs li.current {
  border-bottom: #f38020 1px solid;
  background: #f38020;
  color: #fff;
}

.my-account-form ul.tabs li:hover {
  border-bottom: #f38020 1px solid;
  background: #f38020;
  color: #fff;
}

.tab-content {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-content.current {
  display: inherit;
}

/* TABS END */
#mijn-profiel .section {
  display: block;
  width: auto;
}

#mijn-profiel .section label {
  position: relative;
  display: block;
  margin-top: 30px;
  font-family: "museo300";
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

#mijn-profiel .section input {
  width: calc(100% - 2px);
  border: 1px solid #e3e3e3;
}

#mijn-profiel .section input:hover {
  border: #f38020 1px solid;
}

#mijn-profiel .section input:focus {
  border: #f38020 1px solid;
  color: #f38020;
}

#mijn-profiel .section input[type=checkbox] {
  display: inline-block;
  width: auto;
  border: none;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  vertical-align: top;
}

#mijn-profiel .section input[type=radio] {
  display: inline-block;
  width: auto;
  border: none;
  -webkit-appearance: radio;
  vertical-align: top;
}

#mijn-profiel .section input[type=checkbox] + label {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  line-height: 50px;
}

#mijn-profiel .section input[type=checkbox] + label + input[type=checkbox] {
  margin-left: 50px;
}

#mijn-profiel .section input[type=radio] + label {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  line-height: 50px;
}

#mijn-profiel .section input[type=radio] + label + input[type=radio] {
  margin-left: 50px;
}

#mijn-profiel .btn {
  width: auto;
  padding-right: 45px;
  padding-left: 15px;
  cursor: pointer;
}

#mijn-profiel textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e3e3e3;
}

#mijn-profiel textarea:focus {
  border: #f38020 1px solid;
  color: #f38020;
}

#mijn-profiel .section textarea + label {
  margin-top: 10px;
}

#mijn-profiel select {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  font-family: "museo300";
  font-size: 16px;
  color: #999;
}

#mijn-profiel select:focus {
  color: #666;
}

#mijn-profiel h5 {
  font-size: 22px;
}

/* ============================================================================= MIJN PROFIEL ENDS */
.page-block {
  margin: 32px 0;
  background-color: #fef9f5;
}
.page-block__image {
  padding: 0 !important;
}
.page-block__image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media (min-width: 813px) {
  .page-block__image img {
    height: 100%;
  }
}
.page-block__content {
  padding: 16px 32px;
}

/* // Sudo Slider */
#slider {
  width: 696px;
} /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */
/* Numeric Navigation */
ol.numericControls {
  height: 28px;
  margin: 1em 0;
  padding: 0;
}

ol.numericControls li {
  float: left;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 28px;
  list-style: none;
}

ol.numericControls li a {
  float: left;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #daf3f8;
  line-height: 28px;
  color: #555;
  text-decoration: none;
}

ol.numericControls li.current a {
  background: #5dc9e1;
  color: #fff;
}

ol.numericControls li a:focus,
.prevBtn a:focus,
.nextBtn a:focus {
  outline: none;
}

.graphic,
.prevBtn,
.nextBtn {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-indent: -8000px;
}

.prevBtn,
.nextBtn {
  position: absolute;
  z-index: 1000;
  top: 71px;
  left: -30px;
  display: block;
  width: 30px;
  height: 77px;
  background: url(../images/btn_prev.gif) no-repeat 0 0;
  cursor: pointer;
}

.nextBtn {
  left: 696px;
}

.nextBtn {
  background: url(../images/btn_next.gif) no-repeat 0 0;
}

/*# sourceMappingURL=style.css.map */
