@import url("https://fonts.googleapis.com/css?family=Encode+Sans:100,300,400,600,700&display=swap&subset=latin-ext");

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=63.8125em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  /*  font-family: "Encode Sans", sans-serif;
  font-weight:400; */

  line-height: 1.5;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .row {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .row {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .row {
    max-width: 1170px;
  }
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 63.8125em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Encode Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #dddddd;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  color: #741688;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #95258f;
}

a img {
  border: 0;
}

hr {
  max-width: 63.75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #7b7b7b;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #7b7b7b;
}

cite:before {
  content: "\2014 \0020";
}

abbr {
  color: #716c67;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #000000;
  border: 1px solid #dddddd;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #000000;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #7b7b7b;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 63.8125em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #7b7b7b;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #741688;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #6a3070;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #741688;
  color: #741688;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #421e46;
  color: #421e46;
}

.button.hollow.primary {
  border: 1px solid #741688;
  color: #741688;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #421e46;
  color: #421e46;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #741688;
  color: #fefefe;
}

.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.28125rem;
  padding: 0.78125rem;
  border: 1px solid #000000;
  margin: 0 0 1.5625rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  border: 1px solid #000;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 5px #dddddd;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dddddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #dddddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dddddd;
}

input::placeholder,
textarea::placeholder {
  color: #dddddd;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #000000;
  cursor: default;
}

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  box-sizing: border-box;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1.5625rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.78125rem;
  margin-right: 1.5625rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}

label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.78125rem;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1.5625rem;
  padding: 0.84375rem 0;
}

.help-text {
  margin-top: -0.78125rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #000000;
  color: #0a0a0a;
  border: 1px solid #dddddd;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.34375rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.78125rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #000000;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 3.28125rem;
  padding: 0.78125rem;
  border: 1px solid #000;
  margin: 0 0 1.5625rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28123, 123, 123%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.5625rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 2.34375rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #000000;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.78125rem;
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #741688;
  position: relative;
  border: 1px solid #000000;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #000000;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #000000;
}

.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #fefefe;
  color: #741688;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #000000;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #741688 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #741688;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before,
.breadcrumbs::after {
  content: " ";
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #dddddd;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #741688;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #dddddd;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,
.button-group::after {
  content: " ";
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #741688;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #6a3070;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 63.8125em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #716c67;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #efdef1;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #7b7b7b;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput="mouse"] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }

  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 63.8125em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }

  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
  content: " ";
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #741688;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #dddddd;
  box-shadow: 0 7px 0 #dddddd, 0 14px 0 #dddddd;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #7b7b7b;
  box-shadow: 0 7px 0 #7b7b7b, 0 14px 0 #7b7b7b;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #741688;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #741688 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #000000;
  border: 1px solid #dddddd;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #741688 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #741688 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #741688;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #741688 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #741688 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #741688;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 63.8125em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #741688 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #741688 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #741688;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #dddddd;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #741688 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #741688;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #741688;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #000000;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #000000;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 63.8125em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput="mouse"] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #dddddd;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #7b7b7b;
}

.orbit-bullets button.is-active {
  background-color: #7b7b7b;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  content: " ";
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #000000;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #741688;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #dddddd;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: "\2026";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "\00ab";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "\00bb";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #dddddd;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #741688;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #741688;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #dddddd;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #741688;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #703377;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #dddddd;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 63.75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 63.75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 63.75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 63.75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #dddddd;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #741688;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #716c67;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.75em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #000000;
}

.tabs::before,
.tabs::after {
  content: " ";
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #741688;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #8e4197;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #000000;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #000000;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #000000;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(132, 60, 140, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before,
.title-bar::after {
  content: " ";
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #7b7b7b;
  box-shadow: 0 7px 0 #7b7b7b, 0 14px 0 #7b7b7b;
}

.has-tip {
  border-bottom: dotted 1px #7b7b7b;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before,
.top-bar::after {
  content: " ";
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #000000;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.75em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.75em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 63.8125em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 63.8125em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.75em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 63.8125em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.75em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }

  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }

  0%,
  30%,
  70%,
  100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

@font-face {
  font-family: "encode_sansextralight";
  src: url("fonts/encodesans-extralight.woff2") format("woff2"), url("fonts/encodesans-extralight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "encode_sanslight";
  src: url("fonts/encodesans-light.woff2") format("woff2"), url("fonts/encodesans-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "encode_sansregular";
  src: url("fonts/encodesans-regular.woff2") format("woff2"), url("fonts/encodesans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "encode_sanssemibold";
  src: url("fonts/encodesans-semibold.woff2") format("woff2"), url("fonts/encodesans-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "encode_sansthin";
  src: url("fonts/encodesans-thin.woff2") format("woff2"), url("fonts/encodesans-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'Encode Sans', sans-serif;
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "social";
  src: url("fonts/social.eot");
  src: url("fonts/social.eot?#iefix") format("embedded-opentype"), url("fonts/social.woff") format("woff"),
    url("fonts/social.ttf") format("truetype"), url("fonts/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "social" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-circled:before {
  content: "\61";
}

.icon-twitter-circled:before {
  content: "\62";
}

.icon-linkedin-circled:before {
  content: "\63";
}

.icon-mail:before {
  content: "\65";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 22px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 3px;
  background-color: #7b7b7b;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile {
  display: none;
}

@media (max-width: 640px) {
  .mobile {
    display: block;
  }
}

article {
  font-size: 0.9375rem;
}

article.gray {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 40px;
  position: relative;
}

article.gray .button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

article.list {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 40px;
  position: relative;
}

article.list ul {
  margin: 0;
}

article.list ul li {
  padding: 1rem 0;
  list-style-type: none;
  border-bottom: 1px solid #e0dad5;
}

article.list.transparent {
  background: transparent;
}

article.list.transparent ul {
  margin: 0;
  border-top: 1px solid #e0dad5;
}

article.list.transparent ul li {
  padding: 0;
}

article.list.transparent ul li a {
  padding: 1rem 2rem 1rem 0;
  display: block;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  background: transparent url(../img/icon-right-arrow-purple.png) no-repeat right center;
}

article.list.white ul li {
  border-bottom: 1px solid #000000;
}

article.list.white ul li a {
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
}

article.white {
  background: #fff;
  border-bottom: 1px solid #e0dad5;
}

article.white .button {
  margin-bottom: 15px;
}

article.highlighted-text {
  background: #fff;
  border-bottom: 1px solid #e0dad5;
  padding: 1rem;
  text-align: center;
  margin-top: -1rem;
}

article .buttonish {
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
}

article img {
  margin-bottom: 1rem;
}

.button img {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.15rem;
}

.button.inverse {
  background: none;
  color: #7b7b7b;
}

.button.icon {
  padding-right: 4rem;
  position: relative;
}

.button.icon:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s ease;
}

.button.icon.right-arrow:before {
  width: 26px;
  height: 26px;
  right: 1.75rem;
  top: calc((100% - 26px) / 2);
  background: transparent url(../img/icon-arrow-circle.png) no-repeat center center;
  opacity: 0.6;
}

.button.icon.right-arrow.inverse {
  color: #741688;
}

.button.icon.right-arrow.inverse:before {
  background: transparent url(../img/icon-arrow-circle-pink.png) no-repeat center center;
}

.button.icon.time {
  padding-right: 3rem;
}

.button.icon.time:before {
  width: 20px;
  height: 20px;
  right: 0.9rem;
  top: calc((100% - 20px) / 2);
  background: transparent url(../img/icon-clock-white.png) no-repeat center center;
}

.button.icon:hover:before {
  opacity: 1;
}

.button.action {
  position: relative;
}

.button.action.gray {
  color: #741688;
  background: #dddddd;
}

.button.action.gray.facebook {
  text-align: left;
  padding-left: 70px;
}

.button.action.gray.facebook:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #3f76af url(../svg/facebook-white.svg) no-repeat center center;
  background-size: 28px;
}

.button.action.gray.right-arrow:before {
  background: transparent url(../img/icon-arrow-circle-purple.png) no-repeat center center;
}

.link-button {
  padding: 0.7rem 0rem;
  display: inline-block;
  text-decoration: underline;
}

h1.decorated,
h2.decorated,
h3.decorated,
h4.decorated,
h5.decorated,
h6.decorated {
  text-transform: uppercase;
  font-size: 1.3125rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #741688;
  word-wrap: break-word;
  position: relative;
  color: #741688;
}

h1.decorated:after,
h2.decorated:after,
h3.decorated:after,
h4.decorated:after,
h5.decorated:after,
h6.decorated:after {
  content: "";
  background: #741688;
  width: 85px;
  height: 5px;
  bottom: -5px;
  left: 0;
  position: absolute;
}

h1.decorated.no-underline,
h2.decorated.no-underline,
h3.decorated.no-underline,
h4.decorated.no-underline,
h5.decorated.no-underline,
h6.decorated.no-underline {
  border-bottom: none;
  position: relative;
}

h1.decorated.no-underline:after,
h2.decorated.no-underline:after,
h3.decorated.no-underline:after,
h4.decorated.no-underline:after,
h5.decorated.no-underline:after,
h6.decorated.no-underline:after {
  content: "";
  background: #741688;
  width: 85px;
  height: 5px;
  bottom: 0px;
  left: 0;
  position: absolute;
}

h1.decorated.pure,
h2.decorated.pure,
h3.decorated.pure,
h4.decorated.pure,
h5.decorated.pure,
h6.decorated.pure {
  margin-bottom: 0;
  border-bottom: none;
}

h1.decorated.pure:after,
h2.decorated.pure:after,
h3.decorated.pure:after,
h4.decorated.pure:after,
h5.decorated.pure:after,
h6.decorated.pure:after {
  display: none;
}

h1.decorated.large,
h2.decorated.large,
h3.decorated.large,
h4.decorated.large,
h5.decorated.large,
h6.decorated.large {
  font-size: 2.625rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #741688;
}

h1.decorated.medium,
h2.decorated.medium,
h3.decorated.medium,
h4.decorated.medium,
h5.decorated.medium,
h6.decorated.medium {
  font-size: 2.25rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #741688;
}

h1.decorated.lite,
h2.decorated.lite,
h3.decorated.lite,
h4.decorated.lite,
h5.decorated.lite,
h6.decorated.lite {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  color: #741688;
  text-transform: none;
}

h1.decorated.lite a,
h1.decorated.lite span,
h2.decorated.lite a,
h2.decorated.lite span,
h3.decorated.lite a,
h3.decorated.lite span,
h4.decorated.lite a,
h4.decorated.lite span,
h5.decorated.lite a,
h5.decorated.lite span,
h6.decorated.lite a,
h6.decorated.lite span {
  display: inline-block;
  margin-top: 1rem;
  padding-bottom: 0;
}

h1.decorated.lite time,
h2.decorated.lite time,
h3.decorated.lite time,
h4.decorated.lite time,
h5.decorated.lite time,
h6.decorated.lite time {
  float: right;
  margin-top: 1rem;
}

h1.decorated.mid-size,
h2.decorated.mid-size,
h3.decorated.mid-size,
h4.decorated.mid-size,
h5.decorated.mid-size,
h6.decorated.mid-size {
  font-size: 1.0625rem;
}

h1.large,
h2.large,
h3.large,
h4.large,
h5.large,
h6.large {
  font-size: 2.625rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #741688;
}

@media (max-width: 640px) {
  h1.decorated,
  h2.decorated,
  h3.decorated,
  h4.decorated,
  h5.decorated,
  h6.decorated {
    margin-bottom: 1rem;
  }
}

div.heading.with-button {
  margin-bottom: 2rem;
}

div.heading.with-button .button {
  float: right;
  margin-top: 0.4rem;
}

a.breadcrumb {
  font-size: 0.6875rem;
  font-family: "Encode Sans", sans-serif;
  color: #741688;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-left: 1.26rem;
}

a.breadcrumb:before {
  content: "";
  display: block;
  left: -1.1rem;
  top: 1px;
  width: 12px;
  height: 10px;
  position: absolute;
  background: url(../img/icon-right-arrow-purple.png);
  transform: rotateY(180deg);
}

a.breadcrumb.floating {
  margin-bottom: 1rem;
  display: inline-block;
}

table.time-table {
  border: 1px solid transparent;
}

table.time-table thead tr td {
  background: #95258f;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

table.time-table tbody tr td {
  text-align: center;
  border: 1px solid #000000;
  padding: 1rem 0.5rem;
  font-size: 0.9375rem;
}

table.time-table tbody tr td.name {
  text-align: left;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
}

table.time-table tbody tr td strong {
  display: block;
}

table.time-table tbody tr:nth-child(odd) td {
  background: #dddddd;
}

table.time-table tbody tr:nth-child(even) td {
  background: #ffffff;
}

table.time-table tbody.weekly td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  text-transform: uppercase;
  background: #dddddd;
}

@media (max-width: 776px) {
  table.time-table thead {
    display: none;
  }

  table.time-table tbody tr {
    background: none;
  }

  table.time-table tbody tr td {
    display: block;
    border: none;
    text-align: right;
    padding: 0.1rem 2rem 0.1rem 2rem;
    position: relative;
    line-height: 2rem;
    border-bottom: 1px solid #e0dad5;
  }

  table.time-table tbody tr td:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  table.time-table tbody tr td:last-child {
    padding-bottom: 0.3rem;
    margin-bottom: 0;
  }

  table.time-table tbody tr td:before {
    content: attr(data-day) ":";
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 2px;
  }

  table.time-table tbody tr td.name {
    position: relative;
  }

  table.time-table tbody tr td.name:before {
    display: none;
  }

  table.time-table tbody tr td.name:after {
    content: "";
    background: #95258f;
    width: 85px;
    height: 5px;
    bottom: -5px;
    left: 0;
    position: absolute;
  }

  table.time-table tbody tr td.name:after {
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
  }

  table.time-table tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #d6d0c8;
  }
}

table.simple td {
  border-bottom: 1px solid #000000;
}

table.simple thead td {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  background: #95258f;
  padding: 0.4rem 1.5rem;
}

table.simple tbody td {
  background: #dddddd;
  padding: 0.8rem 1.5rem;
}

table.compact-time-table thead tr td {
  background: #95258f;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

table.compact-time-table tbody tr td {
  text-align: center;
  border: 1px solid #000000;
  padding: 1rem 0.5rem;
  font-size: 0.9375rem;
}

table.compact-time-table tbody tr td.name {
  text-align: left;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
}

table.compact-time-table tbody tr td strong {
  display: block;
}

table.compact-time-table tbody tr:nth-child(odd) td {
  background: #dddddd;
}

table.compact-time-table tbody tr:nth-child(even) td {
  background: #ffffff;
}

table.compact-time-table tbody.weekly td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  text-transform: uppercase;
  background: #dddddd;
}

@media (max-width: 786px) {
  table.compact-time-table tbody tr td {
    display: inline-block;
    width: 50%;
  }
}

input[type="text"],
input[type="password"] {
  border-right-color: #000000;
  border-bottom-color: #000000;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label:before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  background: white;
  border: 1px solid #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  position: relative;
  top: 6px;
  margin-right: 10px;
}

input[type="checkbox"]:checked + label:before {
  background: #fff url(../img/svg/tick.svg) no-repeat center center;
  background-size: 15px;
}

input[type="checkbox"] + label {
  margin-left: 0;
}

.separator {
  position: relative;
  color: #000000;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  background: #000000;
  z-index: 2;
  margin-bottom: 30px;
}

article.ribbon {
  padding: 1rem;
  text-align: center;
  font-family: "Encode Sans", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
  position: relative;
}

article.ribbon.error {
  background-color: #e74b48;
}

article.ribbon.ok {
  background-color: #6b8e38;
}

article.ribbon p {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-transform: none;
}

article.ribbon p a {
  color: #fff;
  text-decoration: underline;
}

section.sub-header {
  background: #95258f;
}

section.sub-header h1,
section.sub-header h2,
section.sub-header h3 {
  font-family: "encode_sansthin";
  font-family: "Encode Sans", sans-serif;
  font-weight: 100;
  color: #ffffff;
  margin: 10px 0;
}

section.sub-header.has-menu h1,
section.sub-header.has-menu h2,
section.sub-header.has-menu h3 {
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

section.sub-header.has-menu nav.right {
  float: right;
}

section.sub-header.has-menu nav ul {
  margin: 0;
}

section.sub-header.has-menu nav ul li {
  list-style-type: none;
  display: inline-block;
}

section.sub-header.has-menu nav ul li a {
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  display: block;
}

section.sub-header.has-menu nav.enhanced ul li a {
  font-size: 0.875rem;
  background: #cfbbd4;
  color: #95258f;
  padding: 0.55rem 1rem;
}

section.sub-header.has-menu nav.enhanced ul li.active a {
  color: #741688;
}

section.sub-header.has-menu nav {
  margin-bottom: 1.5rem;
}

section.sub-header.has-menu.scrollable {
  position: relative;
}

section.sub-header.has-menu.scrollable nav {
  overflow: hidden;
  overflow-x: hidden;
  height: 40px;
}

section.sub-header.has-menu.scrollable:after {
  content: "";
  width: 50px;
  height: 40px;
  display: block;
  background: red;
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #95258f 100%);
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 512px) {
  section.sub-header.has-menu.scrollable .columns {
    padding: 0;
  }

  section.sub-header.has-menu.scrollable h1 {
    padding-left: 1rem;
  }

  section.sub-header.has-menu.scrollable nav {
    overflow: inherit;
    position: relative;
    width: 100%;
    z-index: 10;
    height: 60px;
    padding-top: 0;
    text-align: center;
    background: #741688;
    margin-bottom: 2rem;
  }

  section.sub-header.has-menu.scrollable nav ul {
    width: 300px !important;
    display: inline-block;
    text-align: center;
    background: #741688;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 0;
  }

  section.sub-header.has-menu.scrollable nav ul li {
    display: block;
  }

  section.sub-header.has-menu.scrollable nav ul li a {
    font-size: 0.9375rem;
  }

  section.sub-header.has-menu.scrollable nav ul li.active {
    height: 60px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
  }

  section.sub-header.has-menu.scrollable nav ul li.active a {
    color: #fff;
    background: transparent;
  }

  section.sub-header.has-menu.scrollable nav ul li.active span {
    position: relative;
  }

  section.sub-header.has-menu.scrollable nav ul li.active span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -25px;
    top: 5px;
  }

  section.sub-header.has-menu.scrollable nav ul li:after {
    display: none !important;
  }

  section.sub-header.has-menu.scrollable nav ul li:last-child {
    padding-bottom: 1.5rem;
  }

  section.sub-header.has-menu.scrollable nav ul.open {
    height: initial;
  }
}

section.sub-header .columns {
  position: relative;
}

section.sub-header .logout {
  position: relative;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #7a7a7a;
  z-index: 100;
}

section.sub-header .logout:after {
  z-index: 100;
  content: "";
  width: 17px;
  height: 18px;
  position: absolute;
  right: -15px;
  top: 10px;
  background: transparent url(../img/icon-logout.png) no-repeat center center;
}

@media (max-width: 482px) {
  section.sub-header.interactive {
    height: 90px;
  }

  section.sub-header.interactive nav {
    display: none;
  }
}

section.panorama {
  position: relative;
  height: 850px;
  overflow: hidden;
}

section.panorama .team-slider {
  height: 100%;
  background: transparent url(../img/cover.jpg) no-repeat left bottom;
  background-size: 100%;
  position: relative;
  z-index: 1;
}

section.panorama .team-slider .doctor-card {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(65, 35, 72, 0.8);
  width: 250px;
  padding: 1.5rem;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-5px);
  z-index: -1;
}

section.panorama .team-slider .doctor-card.show {
  opacity: 1;
  transform: translateY(0);
}

section.panorama .team-slider .doctor-card .name {
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

section.panorama .team-slider .doctor-card .name a {
  color: #fff;
}

section.panorama .team-slider .doctor-card .name a:hover {
  color: #95258f;
}

section.panorama .team-slider .doctor-card p {
  font-size: 0.8125rem;
  color: #fff;
  margin: 0;
}

section.panorama .activator {
  position: absolute;
  cursor: pointer;
}

section.panorama .activator.opyakin {
  left: 30px;
  top: 50px;
  width: 163px;
  height: 410px;
  background: tomato;
}

section.panorama .activator.jancsecz {
  left: 1396px;
  top: 206px;
  width: 270px;
  height: 531px;
}

section.gallery {
  position: relative;
  height: 85vh;
}

section.gallery nav {
  background: #741688;
  width: 250px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 3rem;
  z-index: 0;
}

section.gallery nav ul {
  margin: 0;
}

section.gallery nav ul li {
  list-style-type: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  padding: 0.8rem 1.8rem;
  font-size: 0.9375rem;
  cursor: pointer;
}

section.gallery nav ul li.active {
  color: #fff;
  background: #95258f;
  position: relative;
}

section.gallery nav ul li.active:after {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: 19px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #95258f;
}

section.gallery .slide-wrapper {
  position: absolute;
  left: 250px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #741688;
}

section.gallery .slide-wrapper .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

section.gallery .desc {
  padding: 1rem 1.5rem;
  color: #fff;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  width: 330px;
  background: rgba(116, 22, 136, 0.9);
  font-size: 0.9375rem;
  border-radius: 10px;
}

@keyframes indicator {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

section.gallery .indicator-track {
  position: absolute;
  left: 0px;
  left: 250px;
  bottom: 0;
  right: 0;
  height: 5px;
}

section.gallery .indicator-track .indicator {
  display: block;
  height: 5px;
  background: #95258f;
  width: 0%;
  animation: 15s indicator infinite;
  animation-timing-function: linear;
}

@media (max-width: 993px) {
  section.gallery {
    height: initial;
  }

  section.gallery nav {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 60px;
    padding-top: 0;
    text-align: center;
  }

  section.gallery nav ul {
    width: 320px;
    display: inline-block;
    text-align: center;
    background: #741688;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 0;
  }

  section.gallery nav ul li.active {
    height: 60px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
  }

  section.gallery nav ul li.active span {
    position: relative;
  }

  section.gallery nav ul li.active span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -25px;
    top: 5px;
  }

  section.gallery nav ul li:after {
    display: none !important;
  }

  section.gallery nav ul li:last-child {
    padding-bottom: 0.5rem;
  }

  section.gallery nav ul.open {
    height: initial;
  }

  section.gallery .desc {
    position: static;
    width: 100%;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-radius: 0;
  }

  section.gallery .slide-wrapper {
    top: 0;
    left: 0;
    position: relative;
    height: 85vh;
  }

  section.gallery .indicator-track {
    left: 0;
    top: 60px;
  }
}

section.pink-block {
  background: #95258f;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.pink-block h1 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  font-size: 2.375rem;
  text-transform: none;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bdaac2;
  position: relative;
  color: #fff;
}

section.pink-block h1:after {
  content: "";
  background: #b399b8;
  width: 85px;
  height: 5px;
  bottom: -5px;
  left: 0;
  position: absolute;
}

section.pink-block p {
  color: #fff;
}

section.pink-block .columns {
  color: #fff;
}

section.text-block {
  padding: 2rem 0;
}

section.text-block article {
  margin-bottom: 3rem;
}

section.text-block article.quote {
  margin-left: 6rem;
  position: relative;
}

section.text-block article.quote h3 {
  font-size: 1.3125rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #741688;
}

section.text-block article.quote:after {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 59px;
  left: -6rem;
  top: 0.3rem;
  background: transparent url(../img/svg/idezojel.svg) no-repeat left top;
}

section.text-block article img {
  margin-top: 0.5rem;
}

section.treatment article img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.treatment article.treatment-item {
  margin-bottom: 0;
  position: relative;
}

section.treatment article.treatment-item .button {
  margin-bottom: 0;
}

section.treatment article.treatment-item h3 {
  font-size: 1.75rem;
  color: #741688;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
}

section.treatment article.treatment-item .treatment-badge {
  margin-top: 0.5rem;
  position: relative;
}

section.treatment .faq {
  background: #ddd url(../img/icon-faq.png) no-repeat 1rem center;
  background-size: 40px;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-left: 6rem;
  padding-right: 9rem;
  position: relative;
  border-radius: 10px;
}

section.treatment .faq p.title {
  font-size: 1.4375rem;
  color: #741688;
  font-weight: 400;
  margin-bottom: 0;
}

section.treatment .faq .button {
  position: absolute;
  right: 1rem;
  top: calc((100% - 42px) / 2);
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  width: inherit;
}

section.treatment .gray {
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  section.treatment article.treatment-item .circle-header {
    position: absolute;
    left: 9rem;
    top: 2.5rem;
  }
}

@media (max-width: 800px) {
  section.treatment .faq {
    padding-right: 1rem;
  }

  section.treatment .faq p {
    margin-bottom: 0.5rem;
  }

  section.treatment .faq .button {
    position: static;
  }
}

.treatment-badge {
  display: inline-block;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: url(../img/stripe.png);
  background-color: #b69dbb;
  margin-bottom: 0.75rem;
  transition: all 0.5s ease;
  overflow: hidden;
}

.treatment-badge.mini {
  width: 71px;
  height: 71px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0;
  position: relative;
}

.treatment-badge.mini .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55px;
  max-height: 55px;
}

.treatment-badge.xray:after {
  background: transparent url(../img/icon-teeth.png) no-repeat center center;
}

.treatment-badge.xray.mini:after {
  background-size: 40px;
}

.treatment-badge.lips:after {
  background: transparent url(../img/icon-lips.png) no-repeat center center;
}

.treatment-badge.lips.mini:after {
  background-size: 40px;
}

.treatment-badge.conserve:after {
  background: transparent url(../img/icon-teeth-raw.png) no-repeat center center;
}

.treatment-badge.conserve.mini:after {
  background-size: 38px;
}

.treatment-badge.implants:after {
  background: transparent url(../img/icon-implant.png) no-repeat center center;
}

.treatment-badge.implants.mini:after {
  background-size: 35px;
}

.treatment-badge.replacement:after {
  background: transparent url(../img/icon-fixing.png) no-repeat center center;
}

.treatment-badge.replacement.mini:after {
  background-size: 35px;
}

.treatment-badge.corrections:after {
  background: transparent url(../img/icon-brace.png) no-repeat center center;
}

.treatment-badge.corrections.mini:after {
  background-size: 55px;
}

.treatment-badge.allon:after {
  background: transparent url(../img/icon-allon.png) no-repeat center center;
}

.treatment-badge.allon.mini:after {
  background-size: 55px;
}

.treatment-badge.esztetikai:after {
  background: transparent url(../img/icon-esztetikai.png) no-repeat center center;
}

.treatment-badge.esztetikai.mini:after {
  background-size: 55px;
}

.treatment-badge.surgery:after {
  background: transparent url(../img/icon-surgen.png) no-repeat center center;
}

.treatment-badge.surgery.mini:after {
  background-size: 62px;
}

.treatment-badge.tools:after {
  background: transparent url(../img/icon-tools.png) no-repeat center 17px;
}

.treatment-badge.tools.mini:after {
  background-size: 42px;
}

.treatment-badge.cosmetics:after {
  background: transparent url(../img/icon-smartteeth.png) no-repeat center center;
}

.treatment-badge.cosmetics.mini:after {
  background-size: 42px;
}

.treatment-badge.paradontology:after {
  background: transparent url(../img/icon-parad.png) no-repeat center 15px;
}

.treatment-badge.paradontology.mini:after {
  background-size: 70px;
}

.treatment-badge.happy:after {
  background: transparent url(../img/icon-happyteeth.png) no-repeat center center;
}

.treatment-badge.happy.mini:after {
  background-size: 35px;
}

.treatment-badge.sleep {
  overflow: visible;
}

.treatment-badge.sleep:after {
  background: transparent url(../img/icon-sleep.png) no-repeat 18px top;
}

.treatment-badge.sleep.mini:after {
  background-size: 56px;
}

section.treatment-list dl {
  margin-bottom: 4rem;
}

section.treatment-list dl dt {
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  background: #fff;
  font-size: 0.9375rem;
  font-family: "Encode Sans", sans-serif;
  border-bottom: 1px solid #e0dad5;
  margin-bottom: 1rem;
  border-right: 5px solid #741688;
}

section.treatment-list dl dt a {
  position: relative;
}

section.treatment-list dl dt a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  right: 0px;
  top: 1px;
  background: transparent url(../img/icon-right-arrow-purple.png) no-repeat right center;
}

section.treatment-list dl dt .price {
  float: right;
}

section.treatment-list dl dt:after {
  content: "";
  display: table;
  clear: both;
}

section.treatment-list dl dd {
  font-size: 0.9375rem;
  padding-left: 5rem;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  section.treatments-board {
    background: #95258f;
  }

  section.treatments-board .button {
    width: 100%;
    margin-top: 1rem;
  }

  section.treatments-board p.header {
    margin-top: 0;
  }
}

section.treatments-board ul {
  margin: 0;
  padding: 0;
  background: #95258f;
}

section.treatments-board ul li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  width: calc((100% - 1.3rem) / 6);
  height: 16rem;
  line-height: 1.2rem;
  padding-top: 1rem;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 1021px) {
  section.treatments-board ul li {
    width: calc((100% - 1.2rem) / 3);
  }
}

@media (max-width: 640px) {
  section.treatments-board ul li {
    width: calc((100% - 1.2rem) / 2);
  }
}

section.treatments-board ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 85px;
  background-color: #c0acc5;
  position: absolute;
  bottom: 0;
  right: 0;
}

section.treatments-board ul li:last-child:after {
  display: none;
}

section.treatments-board ul li .treatment-badge {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

section.treatments-board ul li .treatment-badge:before {
  content: "";
  display: block;
  width: 45px;
  height: 5px;
  background-color: #b69dbb;
  position: absolute;
  top: 14rem;
  left: calc((100% - 45px) / 2);
}

section.treatments-board ul li a {
  color: #6e2f75;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 0;
}

section.treatments-board ul li a:hover .icon {
  background-color: #a07fa6;
}

section.treatments-board .button {
  float: right;
}

section.treatments-board p.header {
  color: #fff;
  background: #95258f;
  font-size: 1.3rem;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  padding: 0.7rem 2rem;
  margin-top: -55px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  section.treatments-board {
    margin-bottom: 3rem;
  }

  section.treatments-board .board-header {
    padding: 0px;
  }

  section.treatments-board .board-header p.header {
    margin-top: 0;
  }

  section.treatments-board ul li:after {
    display: none;
  }
}

section.lifestyle-teaser {
  margin-bottom: 2rem;
}

section.lifestyle-teaser img {
  width: calc(100% - 55px);
  float: right;
}

section.lifestyle-teaser time {
  display: inline-block;
  width: 55px;
  height: 80px;
  background: linear-gradient(135deg, #8d3d96 0%, #682181 100%);
  text-align: center;
  font-family: "Encode Sans", sans-serif;
  padding-top: 0.7rem;
}

section.lifestyle-teaser time span {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #fff;
}

section.lifestyle-teaser time p {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #c39ec9;
}

section.lifestyle-teaser article {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

section.lifestyle-teaser article h3 {
  margin-top: -0.5rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  color: #95258f;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

section.lifestyle-teaser article .button {
  margin-top: 1rem;
  float: right;
}

@media (max-width: 640px) {
  section.lifestyle-teaser {
    margin-bottom: 2rem;
  }

  section.lifestyle-teaser img {
    margin-bottom: 1rem;
  }
}

@media (max-width: 479px) {
  section.interactive h2.large {
    font-size: 1.625rem !important;
  }
}

section.interactive-teaser {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

section.interactive-teaser h3 {
  margin-top: -0.5rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  color: #95258f;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

section.interactive-teaser img {
  margin: auto;
  display: block;
}

section.interactive-teaser .wrapper {
  padding-top: 1rem;
}

section.interactive-teaser .qa {
  border-right: 1px solid #e0dad5;
}

@media (max-width: 640px) {
  section.interactive-teaser .qa {
    border: none;
  }
}

section.interactive-teaser .second-cell {
  text-align: center;
}

section.interactive-teaser .second-cell img {
  margin-top: -1.2rem;
}

section.interactive-teaser.single {
  padding: 4rem 0;
}

section.interactive-teaser.single h3 {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 2rem;
}

section.interactive-teaser.single p {
  margin-top: 6rem;
}

@media (max-width: 640px) {
  section.interactive-teaser .medium-responsive-header {
    margin-top: 2rem;
  }

  section.interactive-teaser .wrapper {
    padding-top: 0rem;
  }

  section.interactive-teaser.single p {
    margin-top: 0;
  }

  section.interactive-teaser .qa {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1021px) {
  section.interactive-teaser .second-cell img {
    margin-top: 0;
  }
}

section.prices article.search {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

section.prices article.search input {
  margin: 0;
  background: #fff url(../img/icon-search-purple.png) no-repeat calc(100% - 20px) center;
  color: #555;
  box-shadow: none;
}

section.prices article.search input:focus {
  border: 1px solid #997c9f;
  box-shadow: none;
}

section.prices article.search ul {
  margin: 1rem 0.1rem;
}

section.prices article.search ul li {
  list-style-type: none;
  padding: 1rem 0;
  font-family: "Encode Sans", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
}

section.prices article.search ul li span {
  float: right;
}

section.prices article.search ul li:after {
  content: "";
  display: table;
  clear: both;
}

section.prices ul.price-list {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

section.prices ul.price-list li {
  list-style-type: none;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  background: #fff;
  font-size: 0.9375rem;
  font-family: "Encode Sans", sans-serif;
  border-bottom: 1px solid #e0dad5;
  margin-bottom: 0.7rem;
  border-right: 5px solid #95258f;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

section.prices ul.price-list li .price {
  float: right;
}

section.prices ul.price-list li:after {
  content: "";
  display: table;
  clear: both;
}

section.prices .treatment-small-header h3 {
  position: relative;
  top: 0.4rem;
  display: inline-block;
  font-size: 2.375rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #741688;
}

ul.inline-pricelist {
  margin: 0;
}

ul.inline-pricelist li {
  list-style-type: none;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e0dad5;
}

ul.inline-pricelist li .price {
  float: right;
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
}

ul.inline-pricelist li:after {
  content: "";
  display: table;
  clear: both;
}

section.news article.featured {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);

  position: relative;
  overflow: hidden;
}

section.news article.featured a.action {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

section.news article.featured .image {
  padding-bottom: 52.5%;
  position: relative;
  background-size: cover;
  background-position: 100% 40%;
  height: 100%;
}

section.news article.featured .lower-third {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #95258f;
  padding: 1rem 1.5rem 1.2rem 1.5rem;
}

section.news article.featured .lower-third time {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  font-size: 0.75rem;
}

section.news article.featured .lower-third a {
  font-size: 1.3125rem;
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  display: block;
  margin: 0.25rem 0;
}

@media (max-width: 798px) {
  section.news article.featured .lower-third {
    position: static;
  }
}

section.news article.full-article img {
  margin-right: 1rem;
}

section.news article.full-article h1 {
  font-size: 1.75rem;
  color: #741688;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  margin: 1rem 0;
}

section.news article.full-article h2,
section.news article.full-article h3,
section.news article.full-article h4,
section.news article.full-article h5,
section.news article.full-article h6 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3125rem;
  color: #741688;
  font-weigth: normal;
}

section.news article.full-article time {
  display: block;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  font-size: 1rem;
  margin: 0.5rem 0 0.8rem 0;
}

section article.teaser {
  margin-bottom: 2rem;
}

section article.teaser h3.sticker {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "Encode Sans", sans-serif;
  z-index: 2;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 0.5rem 0.2rem 0;
}

section article.teaser.side img {
  margin-top: -2rem;
  margin-bottom: 0.5rem;
}

section article.teaser h3.sticker + time {
  margin-top: -0.5rem;
}

section article.teaser time {
  display: block;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  font-size: 0.75rem;
  margin: 0.5rem 0;
}

section article.teaser a {
  font-size: 1.3125rem;
  color: #741688;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  display: block;
  margin: 0.5rem 0;
}

section article.teaser.side {
  margin-bottom: 2rem;
}

section article.teaser.side time,
section article.teaser.side a {
  margin: 0;
}

section article.teaser.side a {
  font-size: 1.125rem;
}

section.case-studies {
  padding: 2rem 0;
}

section.case-studies h1 {
  margin-bottom: 2rem;
}

section.case-studies article.white {
  padding: 1.5rem;
  margin-bottom: 2rem;
}

section.case-studies article.white a {
  color: #741688;

  display: block;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
}

section.case-studies article.white .preview {
  height: 105px;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2px;
}

section.case-studies article.white .preview span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(76, 46, 82, 0.5);
  text-align: center;
  text-transform: uppercase;
  line-height: 105px;
  font-family: "Encode Sans", sans-serif;
  display: block;
  color: #fff;
  transition: all 0.6s ease;
  cursor: pointer;
}

section.case-studies article.white .preview span:hover {
  opacity: 0;
}

section.case-study h1 {
  padding-bottom: 1rem;
}

section.case-study .row.step {
  padding-left: 6rem;
  position: relative;
}

section.case-study .row.step span.index {
  position: absolute;
  left: 1rem;
  top: -10px;
  font-size: 2.875rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #95258f;
}

section.doctor-page article.bio {
  position: relative;
  margin-bottom: 2rem;
}

section.doctor-page article.bio img {
  position: absolute;
  right: 0;
  top: 0;
  width: 205px;
}

section.doctor-page article.bio blockquote {
  padding-top: 1.5rem;
  padding-right: 205px;
  padding-left: 6.5rem;
  padding-bottom: 2rem;
  background: #fff;
  border-left: none;
  border-bottom: 1px solid #e0dad5;
  position: relative;
  font-family: "Noto serif";
  font-size: 1.2rem;
  margin-right: 2rem;
  margin-top: 1rem;
}

section.doctor-page article.bio blockquote:after {
  content: "";
  width: 75px;
  height: 59px;
  background: transparent url(../img/svg/idezojel.svg) no-repeat center center;
  position: absolute;
  display: block;
  left: 0.5rem;
  top: 0.6rem;
  opacity: 0.45;
}

section.doctor-page article.bio h1 {
  font-size: 3rem;
  line-height: 3.25rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  padding-right: 225px;
  text-transform: none;
  color: #741688;
}

section.doctor-page article.bio h6.title {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: none;
  padding-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-right: 210px;
}

section.doctor-page article.bio h6.title:after {
  content: "";
  background: #95258f;
  width: 85px;
  height: 5px;
  bottom: -5px;
  left: 0;
  position: absolute;
}

section.doctor-page article.bio h6.title:before {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  border-bottom: 1px solid #e0dad5;
  bottom: -5px;
  left: 0;
}

@media (max-width: 955px) {
  section.doctor-page article.bio h1,
  section.doctor-page article.bio h6.title {
    padding-right: 0rem;
  }

  section.doctor-page article.bio blockquote {
    margin-right: 0;
    padding-right: 1rem;
  }

  section.doctor-page article.bio img {
    position: static;
    float: left;
    margin-right: 1rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 408px) {
  section.doctor-page article.bio img {
    width: 100%;
  }
}

section.doctor-page article.faq {
  padding-top: 1rem;
}

section.doctor-page article.faq p {
  margin-bottom: 1.5rem;
}

section.doctor-page article.faq strong {
  color: #000000;
  display: block;
}

section.doctor-page .columns.images img {
  margin-top: calc(-1rem - 1px);
  width: 100%;
  margin-bottom: 1px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

section.doctor-page .columns.images img:hover {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}

section.employees {
  padding: 2rem 0;
}

section.employees .division h3 {
  word-wrap: break-word;
}

section.employees .employee {
  width: calc((100% - 3rem) / 4);
  margin-right: 1rem;
  float: left;
  vertical-align: top;
  font-size: 0.8125rem;
  height: 350px;
}

section.employees .employee:nth-child(4n + 4) {
  margin-right: 0;
}

section.employees .employee .photo {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.5rem;
}

section.employees .employee h6 {
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

section.employees .employee p {
  font-size: 0.8125rem;
  margin-bottom: 2rem;
}

@media (min-width: 759px) and (max-width: 970px) {
  section.employees .employee {
    width: calc((100% - 2rem) / 3);
    height: 320px;
  }

  section.employees .employee:nth-child(4n + 4) {
    margin-right: 1rem;
  }

  section.employees .employee:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 758px) {
  section.employees .employee {
    width: calc((100% - 1rem) / 2);
    height: 300px;
  }

  section.employees .employee:nth-child(4n + 4) {
    margin-right: 1rem;
  }

  section.employees .employee:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 440px) {
  section.employees .employee {
    width: 100%;
    height: inherit;
  }

  section.employees .employee .photo {
    height: 300px;
  }

  section.employees .employee:nth-child(4n + 4) {
    margin-right: 1rem;
  }

  section.employees .employee:nth-child(2n + 2) {
    margin-right: 0;
  }
}

section.contact .map {
  height: 400px;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
}

section.contact article.white {
  padding: 1.5rem 0;
  padding-bottom: 0rem;
  margin-bottom: 1.5rem;
}

section.contact article.white address {
  font-style: normal;
  color: #741688;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

section.contact article.white table tbody {
  border: none;
}

section.contact article.white table tbody tr {
  border: none;
  background: transparent;
}

section.contact article.white table tbody tr td {
  padding: 0.4rem 0;
}

section.contact article.white table tbody tr td:first-child {
  color: #000000;
  font-family: "Encode Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}

section.contact article.white.openings {
  padding-bottom: 0.5rem;
}

section.contact article.white.openings .button {
  width: 100%;
}

section.access form button {
  float: right;
}

section.access .action {
  width: 100%;
}

section.access article.feature {
  border-bottom: 1px solid #e0dad5;
  padding-right: 6rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

section.access article.feature h4 {
  font-size: 1.75rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #741688;
}

section.access article.feature.reserve {
  background: transparent url(../img/illu-calendar.png) no-repeat right center;
  background-size: 75px;
}

section.access article.feature.questions {
  background: transparent url(../img/illu-qmarks.png) no-repeat right center;
  background-size: 75px;
}

section.access article.feature.free-plan {
  background: transparent url(../img/illu-plan.png) no-repeat right center;
  background-size: 75px;
}

section.access article.feature:last-child {
  border-bottom: none;
}

section.profile {
  padding: 2rem 0;
}

section.profile article {
  margin-bottom: 2rem;
}

section.profile h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

section.profile .subscribe-action {
  display: none;
}

section.profile form.compact input,
section.profile form.compact select {
  margin-bottom: 0.5rem;
  height: 2.75rem;
  top: 0.2rem;
  position: relative;
}

section.profile form.compact label {
  margin-bottom: 0.5rem;
}

section.profile form.compact textarea {
  font-size: 0.875rem;
}

section.profile .action {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

section.profile .appoinment-time .date {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

section.profile .appoinment-time .time {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

section.profile .appoinment-time ::-webkit-input-placeholder {
  color: #777;
}

section.profile .appoinment-time :-moz-placeholder {
  color: #777;
}

section.profile .appoinment-time ::-moz-placeholder {
  color: #777;
}

section.profile .appoinment-time :-ms-input-placeholder {
  color: #777;
}

section.profile .add-new-time {
  margin-bottom: 12px;
  display: block;
}

section.profile .upload-panel p {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
}

section.profile .upload-panel #uploader {
  background: #dddddd url(../img/icon-teeth.png) no-repeat center center;
  background-size: 100px;
  height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

section.profile .upload-panel #uploader label {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Encode Sans", sans-serif;
  color: #000000;
  position: relative;
  margin-left: -32px;
  cursor: pointer;
  padding: 4rem 0;
}

section.profile .upload-panel #uploader label:hover {
  color: #95258f;
}

section.profile .upload-panel #uploader label:after {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  right: -32px;
  top: calc(50% - 12px);
  background: transparent url(../img/icon-upload.png) no-repeat center center;
}

section.profile .upload-panel #uploader .close {
  width: 46px;
  height: 46px;
  background: #741688 url(../img/icon-close-white-circle.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transform: translateX(46px);
  transition: all 0.5s ease;
}

section.profile .upload-panel #uploader.thumb {
  background-size: cover;
  background-position: center center;
}

section.profile .upload-panel #uploader.thumb label {
  display: none;
}

section.profile .upload-panel #uploader.thumb .close {
  transform: translateX(0);
}

section.search article span {
  color: #6b8e38;
}

section.message {
  padding: 2rem 0 1rem 0;
  color: #fff;
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
}

section.message h2.decorated {
  border: none;
}

section.message h2.decorated:after {
  left: calc(50% - 42px);
  bottom: -8px;
}

@media (max-width: 640px) {
  section.message {
    position: relative;
    background: #8576a1;
  }
}

section.access .login {
  margin-bottom: 3rem;
}

section.access input[name="password"] {
  margin-bottom: 0.2rem;
}

section.access small {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (max-width: 850px) {
  section.access div.panel {
    width: 80%;
  }

  section.access label.middle {
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-align: left;
  }
}

@media (max-width: 638px) {
  section.access div.panel {
    width: 100%;
  }
}

@media (max-width: 333px) {
  section.access .buttons a,
  section.access .buttons .button {
    display: block;
    width: 100%;
  }
}

@media (max-width: 515px) {
  .logout:after {
    display: none;
  }
}

.cookieAcceptBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #6e6b70;
  color: #fff;
  padding: 17px 100px;
  z-index: 13 !important;
}

.cookieAcceptBar a {
  text-decoration: underline;
  color: #fff;
}

.cookieAcceptBar div.cookie {
  display: flex;
  color: #fff;
  margin: 0;
  flex-direction: row;
  align-items: center;
}

.cookieAcceptBar p {
  margin-bottom: 0;
}

.cookieAcceptBar #cookieAcceptBarConfirm {
  margin-left: 35px;
  margin-bottom: 0;
  min-width: 145px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1200px) {
  .cookieAcceptBar #cookieAcceptBarConfirm {
    display: block;
    margin-left: 35px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .cookieAcceptBar #cookieAcceptBarConfirm {
    margin: 10px auto;
  }

  .cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    padding: 20px 15px;
  }

  .cookieAcceptBar div.cookie {
    flex-direction: column;
  }
}

/**
 * #.# Color palette
 * Define your color variables here
 */
h1 {
  color: #741688;
  line-height: 45px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-top: 0;
}

@media all and (max-width: 767px) {
  h1 {
    line-height: 38px;
    margin-bottom: 20px;
  }
}

p {
  line-height: 30px;
  margin-bottom: 20px;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-family: "Encode Sans", sans-serif;
}

h1 {
  font-size: 36px;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 22px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
}

small {
  font-size: 12px;
  font-weight: 400;
}

blockquote {
  font-size: 16px;
  font-weight: 400;
}

@media all and (max-width: 599px) {
  h1 {
    font-size: 28px;
    font-weight: 400;
  }

  h2 {
    font-size: 28px;
    font-weight: 400;
  }

  h3 {
    font-size: 22px;
    font-weight: 400;
  }

  h4 {
    font-size: 20px;
    font-weight: 400;
  }

  h5 {
    font-size: 18px;
    font-weight: 400;
  }

  h6 {
    font-size: 16px;
    font-weight: 400;
  }

  p {
    font-size: 16px;
    font-weight: 400;
  }

  small {
    font-size: 12px;
    font-weight: 400;
  }

  blockquote {
    font-size: 16px;
    font-weight: 400;
  }
}

input,
textarea,
select,
button,
p {
  font-family: "Encode Sans", sans-serif;
}

label {
  color: #000000;
  display: block;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

article.white:last-child {
  border-bottom: none;
}

.page-404 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button.button--auto,
button.button--auto {
  width: auto;
}

section.sub-header.has-menu nav.right {
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

section.interactive-teaser .first-cell img,
section.interactive-teaser .second-cell img {
  max-width: 200px;
  margin-left: 0;
  margin-top: 0;
}

section.sub-header.has-menu.interactive nav ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 30px;
}

section.sub-header.has-menu nav ul {
  margin: 0;
  width: 100% !important;
}

section.sub-header.has-menu nav ul li {
  margin-right: 15px;
}

table.time-table thead tr td {
  border: 1px solid #000000;
}

section.news article.full-article img {
  margin-right: 0;
  border-radius: 10px;
}

.teaser.gray {
  box-shadow: none;
  padding: 0;
}

section.case-studies article.white {
  min-height: 410px;
}

.study__title {
  min-height: 50px;
}

.study__button {
  margin-bottom: 0 !important;
  margin-top: 30px;
}

@media all and (max-width: 991px) {
  section.sub-header.has-menu nav ul li {
    margin-right: 10px;
  }
}

@media all and (max-width: 639px) {
  .numbered-block .row {
    margin-bottom: 30px;
  }

  .numbered-block .row img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}

.presentation__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.presentation__wrapper section.text-block.block {
  padding: 0;
  margin: 0;
  padding-top: 250px;
  padding-bottom: 250px;
}

@media all and (max-width: 425px) {
  .presentation__wrapper section.text-block.block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.presentation__wrapper article {
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
}

.presentation__inner_wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media all and (max-width: 767px) {
  .presentation__inner_wrapper {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.presentation__wrapper input {
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
}

.presentation__wrapper .sidebar__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 30px;
}

.presentation__wrapper .sidebar__content {
  text-align: left;
}

.presentation__wrapper .sidebar__content p {
  margin-bottom: 5px;
}

.presentation__wrapper .sidebar__content p:last-of-type {
  margin-bottom: 0;
}

.presentation__wrapper section.contact .sidebar__item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}

section.contact .upload-panel #uploader label.files__label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #741688;
  text-transform: none;
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  height: 100%;
  z-index: 1;
}

section.contact .upload-panel #uploader label .files__image {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;
}

section.contact .upload-panel #uploader label.files__label:after {
  content: none;
}

.presentation__wrapper section.contact .upload-panel {
  padding: 0;
  margin-top: 14px;
  box-shadow: none;
  margin-bottom: 20px;
}

.presentation__wrapper section.contact .upload-panel #uploader {
  background: #f2f2f2;
  height: auto;
  min-height: 130px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-size: cover;
  line-height: 0;
  background-position: center center;
}

.presentation__wrapper section.contact .upload-panel #uploader .files__label:before {
  content: "";
  position: absolute;
  background-image: url(../img/fog.svg);
  background-repeat: no-repeat;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 70px;
}

.presentation__wrapper section.contact .upload-panel #uploader .files__label:after {
  content: "";
  position: absolute;
  background-image: url(../img/fog.svg);
  background-repeat: no-repeat;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 70px;
}

@media all and (max-width: 991px) {
  .presentation__wrapper section.contact .upload-panel #uploader .files__label:before {
    left: 36px;
  }

  .presentation__wrapper section.contact .upload-panel #uploader .files__label:after {
    right: 36px;
  }
}

@media all and (max-width: 599px) {
  .presentation__wrapper section.contact .upload-panel #uploader .files__label:before {
    content: none;
  }

  .presentation__wrapper section.contact .upload-panel #uploader .files__label:after {
    content: none;
  }
}

.presentation__wrapper section.contact .upload-panel #uploader .close {
  border-bottom-left-radius: 5px;
}

@media all and (max-width: 767px) {
  .form__column {
    width: 100%;
  }

  .sidebar__column {
    display: none;
  }
}

.form__item {
  position: relative;
  vertical-align: middle;
}

.form__item .form__control {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: none;
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  margin-bottom: 30px;
}

.form__item .form__control:hover {
  border-color: #95258f;
}

.form__item .form__control.active {
  border-color: #95258f;
}

.form__item .form__control:focus {
  outline: none;
}

.form__item .form__control:focus::placeholder {
  opacity: 0;
}

.form__item .form__control::placeholder {
  color: #5c5c5c;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.form__item .clear__input {
  cursor: pointer;
  height: 25px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 25px;
}

.form__item .clear__input .clear__input_image {
  transform: translate3d(200%, 0, 0);
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.form__item .clear__input.active .clear__input_image {
  transform: translate3d(0, 0, 0);
}

.form__item .clear__input svg {
  height: 25px;
  width: 25px;
}

.form__item .input__placeholder {
  backface-visibility: hidden;
  bottom: 0;
  color: #5c5c5c;
  height: 14px;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(5px, -50%, 0);
  transform-origin: 0 50%;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  background-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.form__item .input__placeholder + input {
  padding-right: 30px;
}

.form__item .input__placeholder.expand {
  animation: moveplaceholder 220ms both linear;
  color: #95258f;
  background-color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.form__item .input__placeholder.return {
  animation: returnplaceholder 220ms both linear;
}

.form__item .input__message {
  bottom: -17px;
  color: #a71717;
  font-size: 10px;
  left: 0;
  position: absolute;
}

.form__item .input__message.message--error {
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.form__item.has--error .input__message {
  color: #a71717;
}

.form__item.has--error .input__message.message--error {
  opacity: 1;
}

.form__item.has--error .form__control {
  border-color: #a71717;
}

.form__item.has--error .input__placeholder {
  color: #a71717;
}

@-moz-keyframes moveplaceholder {
  0% {
    transform: translate3d(5px, 0, 0) rotate(0);
  }

  100% {
    transform: translate3d(5px, -225%, 0) rotate(0);
  }
}

@-webkit-keyframes moveplaceholder {
  0% {
    transform: translate3d(5px, 0, 0) rotate(0);
  }

  100% {
    transform: translate3d(5px, -225%, 0) rotate(0);
  }
}

@-o-keyframes moveplaceholder {
  0% {
    transform: translate3d(5px, 0, 0) rotate(0);
  }

  100% {
    transform: translate3d(5px, -225%, 0) rotate(0);
  }
}

@keyframes moveplaceholder {
  0% {
    transform: translate3d(5px, 0, 0) rotate(0);
  }

  100% {
    transform: translate3d(5px, -225%, 0) rotate(0);
  }
}

@-moz-keyframes returnplaceholder {
  0% {
    transform: translate3d(5px, -225%, 0);
  }

  100% {
    transform: translate3d(5px, -50%, 0);
  }
}

@-webkit-keyframes returnplaceholder {
  0% {
    transform: translate3d(5px, -225%, 0);
  }

  100% {
    transform: translate3d(5px, -50%, 0);
  }
}

@-o-keyframes returnplaceholder {
  0% {
    transform: translate3d(5px, -225%, 0);
  }

  100% {
    transform: translate3d(5px, -50%, 0);
  }
}

@keyframes returnplaceholder {
  0% {
    transform: translate3d(5px, -225%, 0);
  }

  100% {
    transform: translate3d(5px, -50%, 0);
  }
}

.options__wrapper {
  margin-bottom: 30px;
  margin-top: 15px;
}

.custom__option {
  background: #f2f2f2;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 110px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom__option:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #731688 transparent transparent transparent;
  opacity: 0;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.custom__option p {
  max-width: 224px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #5c5c5c;
  transition: all 0.3s ease;
  width: 100%;
}

@media all and (max-width: 587px) {
  .custom__option p {
    font-size: 11px;
    line-height: 15px;
  }
}

.custom__option.active {
  background: #741688;
  box-shadow: none;
}

.custom__option.active:before {
  opacity: 1;
}

.custom__option.active p {
  color: white;
}

.custom-tab {
  display: none;
}

.custom-tab.active {
  display: block;
}

@media all and (max-width: 639px) {
  .custom__option {
    box-shadow: none;
  }

  .mobil-no-padding-right {
    padding-right: 0 !important;
  }

  .mobil-no-padding-left {
    padding-left: 0 !important;
  }
}

.SumoSelect {
  width: 100%;
  z-index: 1;
}

.select__wrapper {
  position: relative;
  margin-bottom: 30px;
}

.custom__label {
  color: #95258f;
  background-color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  left: 5px;
  top: -10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom__label.active {
  opacity: 1;
}

SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #95258f;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #707070;
  min-height: 14px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #5c5c5c !important;
}

.SelectBox {
  padding: 9px 8px;
}

.SumoSelect.open > .optWrapper {
  top: 0;
}

.SumoSelect > .optWrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  border: none;
}

.SumoSelect > .optWrapper > .options li label {
  font-size: 14px;
  color: #404040;
  padding: 0;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #95258f;
  border-color: #95258f;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(../img/svg/arrow.svg);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.SumoSelect.open > .CaptionCont > label > i {
  transform: rotate(0);
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #d6d6d6;
  font-style: normal;
}

.SumoSelect > .CaptionCont > label {
  z-index: 9999;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  border-bottom: none;
  padding-bottom: 0;
}

.uploaded__files {
  width: 110px;
  height: 110px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 2;
}

.uploaded__files img {
  height: 100%;
  width: 100% !important;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}

.remove__file {
  background: #843c8c url(../img/icon-close-white-circle.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transform: none;
  transition: all 0.5s ease;
  z-index: 1;
  display: block;
  background-size: 22px;
}

#uploader.active {
  text-align: left !important;
  padding-left: 10px;
}

#uploader.active .files__label {
  opacity: 0;
}

#uploader.active .add__files {
  opacity: 1;
}

.add__files {
  width: 110px;
  height: 110px;
  border: 3px dashed #843c8c;
  border-radius: 10px;
  margin-top: 10px;
  opacity: 0;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.add__files .files__image {
  margin: 0 auto !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  display: block;
  bottom: 0;
  transform: translateY(-50%);
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #741688;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

#uploader .loader {
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  margin: 0 auto;
  opacity: 0;
}

#uploader.loading .loader {
  opacity: 1;
}

#uploader.loading .files__label {
  opacity: 0;
}

#uploader.loading .add__files {
  opacity: 0;
}

#uploader.loading .uploaded__files {
  opacity: 0;
}

.submit__wrapper {
  position: relative;
}

.submit__wrapper .loader {
  opacity: 0;
  position: absolute;
  left: 50%;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.submit__wrapper.active .loader {
  opacity: 1;
}

.submit__wrapper.active .button {
  opacity: 0;
}

.presentation__wrapper.presentation__wrapper--mod textarea.form__control {
  height: auto;
  line-height: normal;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-top: 15px;
}

.presentation__wrapper.presentation__wrapper--mod .row__commenter {
  margin-top: 15px;
}

.presentation__wrapper.presentation__wrapper--mod .row__checkbox {
  margin-bottom: 25px;
}

.presentation__wrapper.presentation__wrapper--mod .row__checkbox label {
  padding-top: 0;
  padding-bottom: 0;
}

.presentation__wrapper.presentation__wrapper--mod .submit__wrapper {
  text-align: right;
  margin-top: 30px;
}

.presentation__wrapper.presentation__wrapper--mod .has--error label {
  color: #a71717;
}

.presentation__wrapper.presentation__wrapper--mod .has--error label:before {
  border: 1px solid #a71717;
  border-right-color: #a71717;
  border-bottom-color: #a71717;
}

.presentation__wrapper.presentation__wrapper--mod .form__description {
  margin-bottom: 20px;
}

.presentation__wrapper.presentation__wrapper--mod section.contact .upload-panel #uploader {
  margin-bottom: 20px;
}

.presentation__wrapper.presentation__wrapper--mod section.contact .upload-panel p {
  margin-top: 0;
  margin-bottom: 5px;
}

.presentation__wrapper.presentation__wrapper--mod .files__label {
  position: static;
  transform: none;
  background-color: #741688;
  border-color: #741688;
  color: #fff !important;
  border: none;
  border: 1px solid #741688;
  border-radius: 25px;
  box-shadow: none;
  color: #741688;
  cursor: pointer;
  display: inline-block;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  outline: none;
  padding: 16px;
  text-align: center;
  text-shadow: none;
  transition: all 0.25s ease;
  width: 160px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  height: 50px;
}

.presentation__wrapper.presentation__wrapper--mod .file_upload_button .files__label:hover {
  background-color: #95258f;
  border-color: #95258f;
}

.presentation__wrapper.presentation__wrapper--mod .file_upload_button .files__label .files__image {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.presentation__wrapper.presentation__wrapper--mod section.contact .upload-panel #uploader {
  min-height: auto;
}

.presentation__wrapper section.contact .upload-panel #uploader .file_upload_button .files__label:before,
.presentation__wrapper section.contact .upload-panel #uploader .file_upload_button .files__label:after {
  content: none;
}

.radio__button_wrapper {
  margin-bottom: 20px;
}

.radio__button_wrapper p {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  line-height: 20px;
  vertical-align: middle;
}

.radio__button_wrapper span {
  display: inline-block;
}

.radio__button_wrapper [type="radio"]:checked,
.radio__button_wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio__button_wrapper [type="radio"]:checked + label,
.radio__button_wrapper [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin: 0;
}

.radio__button_wrapper [type="radio"]:checked + label:before,
.radio__button_wrapper [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  box-sizing: content-box;
}

.radio__button_wrapper [type="radio"]:checked + label:after,
.radio__button_wrapper [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #741688;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-sizing: content-box;
}

.radio__button_wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio__button_wrapper [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

img[src*="application/pdf"] {
  position: relative;
}

img[src*="application/pdf"]::after {
  background-image: url("../img/pdf.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.button--primary.disabled{
  opacity: 0.7;
  pointer-events: none;
}