@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap);

@media print, screen and (min-width:40em) {
  .reveal, .reveal.large, .reveal.small, .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.primary {
  color: #8e1540 !important
}

.accent-1 {
  color: #999 !important
}

.accent-2 {
  color: #777 !important
}

.accent-3 {
  color: #222 !important
}

.black {
  color: #050505 !important
}

.offblack {
  color: #222 !important
}

.white {
  color: #fff !important
}

.grey {
  color: #848484 !important
}

.lightgrey {
  color: #eee !important
}
.midgrey {
  color: #bbb !important
}

.error {
  color: #e74c3c !important
}

.warn {
  color: #f2b33d !important
}

.success {
  color: #31cb8f !important
}

.bg-success {
  background-color: #31cb8f !important
}

.bg-primary {
  background-color: #8e1540
}

.bg-accent-1 {
  background-color: #999
}

.bg-accent-2 {
  background-color: #777
}

.bg-accent-3 {
  background-color: #222
}

.bg-black {
  background-color: #050505
}

.bg-offblack {
  background-color: #222
}

.bg-offwhite {
  background-color: #f8f8f8
}

.bg-lightgrey {
  background-color: #eee
}

.bg-grey {
  background-color: #848484
}

.bg-white {
  background-color: #fff
}

.bg-gradient {
  background: #f6feeb;
  background: -moz-linear-gradient(45deg, #f6feeb 0, #daf8f5 100%);
  background: -webkit-linear-gradient(45deg, #f6feeb, #daf8f5);
  background: linear-gradient(45deg, #f6feeb, #daf8f5);
  background-origin: bottom left;
  background-size: 100%
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
  box-sizing: border-box;
  font-size: 100%
}

*, :after, :before {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #f7f7f7 !important;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}
img[src$=".gif"] {
   background: #fff;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}

select {
  box-sizing: border-box;
  width: 100%
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto
}

[data-whatinput=mouse] button {
  outline: 0
}

pre {
  overflow: auto
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #848484;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(5, 5, 5, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  appearance: none
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  outline: none;
  border: 1px solid #777;
  background-color: #fff;
  box-shadow: 0 0 5px #848484;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
  max-width: 100%
}

textarea[rows] {
  height: auto
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed
}

[type=button], [type=submit] {
  appearance: none;
  border-radius: 0
}

input[type=search] {
  box-sizing: border-box
}

::placeholder {
  color: #848484
}

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem
}

[type=checkbox]+label, [type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0
}

[type=checkbox]+label[for], [type=radio]+label[for] {
  cursor: pointer
}

label>[type=checkbox], label>[type=radio] {
  margin-right: .5rem
}

[type=file] {
  width: 100%
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #050505
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0
}

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #050505
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch
}

.input-group>:first-child, .input-group>:first-child.input-group-button>*, .input-group>:last-child, .input-group>:last-child.input-group-button>* {
  border-radius: 0 0 0 0
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #848484;
  background: #eee;
  color: #050505;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center
}

.input-group-label:first-child {
  border-right: 0
}

.input-group-label:last-child {
  border-left: 0
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0
}

legend {
  max-width: 100%;
  margin-bottom: .5rem
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #848484
}

.fieldset legend {
  margin: 0 0 0 -.1875rem;
  padding: 0 .1875rem
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  appearance: none;
  border: 1px solid #848484;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  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%28119, 119, 119%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding: .5rem 1.5rem .5rem .5rem;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
  }
}

select:focus {
  outline: none;
  border: 1px solid #777;
  background-color: #fff;
  box-shadow: 0 0 5px #848484;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
  background-color: #eee;
  cursor: not-allowed
}

select::-ms-expand {
  display: none
}

select[multiple] {
  height: auto;
  background-image: none
}

.is-invalid-input:not(:focus) {
  border-color: #e74c3c;
  background-color: #fdedec
}

.is-invalid-input:not(:focus)::placeholder {
  color: #e74c3c
}

.form-error, .is-invalid-label {
  color: #e74c3c
}

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700
}

.form-error.is-visible {
  display: block
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

em, i {
  font-style: italic
}

b, em, i, strong {
  line-height: inherit
}

b, strong {
  font-weight: 700
}

small {
  font-size: 80%;
  line-height: inherit
}

.accordion-title, .h1, .h2, .h3, .h4, .h5, .h6, .tabs .tabs-title a, h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility
}

.accordion-title small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, .tabs .tabs-title a small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #848484
}

.h1, h1 {
  font-size: 1.5rem
}

.h1, .h2, h1, h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h2, h2 {
  font-size: 1.25rem
}

.h3, h3 {
  font-size: 1.1875rem
}

.h3, .h4, .tabs .tabs-title a, h3, h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h4, .tabs .tabs-title a, h4 {
  font-size: 1.125rem
}

.accordion-title, .h5, h5 {
  font-size: 1.0625rem
}

.accordion-title, .h5, .h6, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h6, h6 {
  font-size: 1rem
}

@media print, screen and (min-width:40em) {
  .h1, h1 {
    font-size: 3rem
  }

  .h2, h2 {
    font-size: 2.5rem
  }

  .h3, h3 {
    font-size: 1.9375rem
  }

  .h4, .tabs .tabs-title a, h4 {
    font-size: 1.5625rem
  }

  .accordion-title, .h5, h5 {
    font-size: 1.25rem
  }

  .h6, h6 {
    font-size: 1rem
  }
}

a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer
}

a:focus, a:hover {
  color: #d81939
}

a img, hr {
  border: 0
}

hr {
  clear: both;
  max-width: 87.5rem;
  height: 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee
}

dl, ol, ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  list-style-type: disc
}

ol, ul {
  margin-left: 1.25rem
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #848484
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #777
}

cite {
  display: block;
  font-size: .8125rem;
  color: #777
}

cite:before {
  content: "— "
}

abbr, abbr[title] {
  border-bottom: 1px dotted #050505;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #848484;
  font-weight: 400
}

code, kbd {
  background-color: #eee;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #050505
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #777
}

.lead {
  font-size: 125%;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

ol.no-bullet, ul.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 print, 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 print, screen and (min-width:64em) {
  .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;
    box-shadow: none !important;
    color: #000 !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, 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^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  blockquote, pre {
    border: 1px solid #777;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img, tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.grid-container {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto
}

@media print, screen and (min-width:40em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.grid-container.fluid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media print, screen and (min-width:40em) {
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

.grid-x {
  display: flex;
  flex-flow: row wrap
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.cell.auto {
  flex: 1 1 0px
}

.cell.shrink {
  flex: 0 0 auto
}

.grid-x>.auto, .grid-x>.shrink {
  width: auto
}

.grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-full, .grid-x>.small-shrink {
  flex-basis: auto
}

@media print, screen and (min-width:40em) {
  .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-full, .grid-x>.medium-shrink {
    flex-basis: auto
  }
}

@media print, screen and (min-width:64em) {
  .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-full, .grid-x>.large-shrink {
    flex-basis: auto
  }
}

.grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
  flex: 0 0 auto
}

.grid-x>.small-1 {
  width: 8.33333%
}

.grid-x>.small-2 {
  width: 16.66667%
}

.grid-x>.small-3 {
  width: 25%
}

.grid-x>.small-4 {
  width: 33.33333%
}

.grid-x>.small-5 {
  width: 41.66667%
}

.grid-x>.small-6 {
  width: 50%
}

.grid-x>.small-7 {
  width: 58.33333%
}

.grid-x>.small-8 {
  width: 66.66667%
}

.grid-x>.small-9 {
  width: 75%
}

.grid-x>.small-10 {
  width: 83.33333%
}

.grid-x>.small-11 {
  width: 91.66667%
}

.grid-x>.small-12 {
  width: 100%
}

@media print, screen and (min-width:40em) {
  .grid-x>.medium-auto {
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-shrink {
    flex: 0 0 auto
  }

  .grid-x>.medium-shrink {
    width: auto
  }

  .grid-x>.medium-1 {
    width: 8.33333%
  }

  .grid-x>.medium-2 {
    width: 16.66667%
  }

  .grid-x>.medium-3 {
    width: 25%
  }

  .grid-x>.medium-4 {
    width: 33.33333%
  }

  .grid-x>.medium-5 {
    width: 41.66667%
  }

  .grid-x>.medium-6 {
    width: 50%
  }

  .grid-x>.medium-7 {
    width: 58.33333%
  }

  .grid-x>.medium-8 {
    width: 66.66667%
  }

  .grid-x>.medium-9 {
    width: 75%
  }

  .grid-x>.medium-10 {
    width: 83.33333%
  }

  .grid-x>.medium-11 {
    width: 91.66667%
  }

  .grid-x>.medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .grid-x>.large-auto {
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-shrink {
    flex: 0 0 auto
  }

  .grid-x>.large-shrink {
    width: auto
  }

  .grid-x>.large-1 {
    width: 8.33333%
  }

  .grid-x>.large-2 {
    width: 16.66667%
  }

  .grid-x>.large-3 {
    width: 25%
  }

  .grid-x>.large-4 {
    width: 33.33333%
  }

  .grid-x>.large-5 {
    width: 41.66667%
  }

  .grid-x>.large-6 {
    width: 50%
  }

  .grid-x>.large-7 {
    width: 58.33333%
  }

  .grid-x>.large-8 {
    width: 66.66667%
  }

  .grid-x>.large-9 {
    width: 75%
  }

  .grid-x>.large-10 {
    width: 83.33333%
  }

  .grid-x>.large-11 {
    width: 91.66667%
  }

  .grid-x>.large-12 {
    width: 100%
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem
}

@media print, screen and (min-width:40em) {
  .grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem
}

@media print, screen and (min-width:40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem
  }
}

.grid-margin-x>.auto, .grid-margin-x>.shrink {
  width: auto
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.25rem)
}

@media print, screen and (min-width:40em) {
  .grid-margin-x>.auto, .grid-margin-x>.shrink {
    width: auto
  }

  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 2rem)
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 2rem)
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 2rem)
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 2rem)
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 2rem)
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 2rem)
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 2rem)
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 2rem)
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 2rem)
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 2rem)
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 2rem)
  }

  .grid-margin-x>.medium-auto, .grid-margin-x>.medium-shrink {
    width: auto
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 2rem)
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 2rem)
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 2rem)
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 2rem)
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 2rem)
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 2rem)
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 2rem)
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 2rem)
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 2rem)
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 2rem)
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 2rem)
  }
}

@media print, screen and (min-width:64em) {
  .grid-margin-x>.large-auto, .grid-margin-x>.large-shrink {
    width: auto
  }

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 2rem)
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 2rem)
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 2rem)
  }

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 2rem)
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 2rem)
  }

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 2rem)
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 2rem)
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 2rem)
  }

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 2rem)
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 2rem)
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 2rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print, screen and (min-width:40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print, screen and (min-width:40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem
  }
}

.grid-padding-x>.cell {
  padding-right: .625rem;
  padding-left: .625rem
}

@media print, screen and (min-width:40em) {
  .grid-padding-x>.cell {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.small-up-1>.cell {
  width: 100%
}

.small-up-2>.cell {
  width: 50%
}

.small-up-3>.cell {
  width: 33.33333%
}

.small-up-4>.cell {
  width: 25%
}

.small-up-5>.cell {
  width: 20%
}

.small-up-6>.cell {
  width: 16.66667%
}

.small-up-7>.cell {
  width: 14.28571%
}

.small-up-8>.cell {
  width: 12.5%
}

@media print, screen and (min-width:40em) {
  .medium-up-1>.cell {
    width: 100%
  }

  .medium-up-2>.cell {
    width: 50%
  }

  .medium-up-3>.cell {
    width: 33.33333%
  }

  .medium-up-4>.cell {
    width: 25%
  }

  .medium-up-5>.cell {
    width: 20%
  }

  .medium-up-6>.cell {
    width: 16.66667%
  }

  .medium-up-7>.cell {
    width: 14.28571%
  }

  .medium-up-8>.cell {
    width: 12.5%
  }
}

@media print, screen and (min-width:64em) {
  .large-up-1>.cell {
    width: 100%
  }

  .large-up-2>.cell {
    width: 50%
  }

  .large-up-3>.cell {
    width: 33.33333%
  }

  .large-up-4>.cell {
    width: 25%
  }

  .large-up-5>.cell {
    width: 20%
  }

  .large-up-6>.cell {
    width: 16.66667%
  }

  .large-up-7>.cell {
    width: 14.28571%
  }

  .large-up-8>.cell {
    width: 12.5%
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width:40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 2rem)
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 2rem)
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 2rem)
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 2rem)
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 2rem)
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 2rem)
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 2rem)
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 2rem)
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 2rem)
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 2rem)
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 2rem)
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 2rem)
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 2rem)
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 2rem)
  }
}

@media print, screen and (min-width:64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 2rem)
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 2rem)
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 2rem)
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 2rem)
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 2rem)
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 2rem)
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 2rem)
  }
}

.small-margin-collapse, .small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.small-1 {
  width: 8.33333%
}

.small-margin-collapse>.small-2 {
  width: 16.66667%
}

.small-margin-collapse>.small-3 {
  width: 25%
}

.small-margin-collapse>.small-4 {
  width: 33.33333%
}

.small-margin-collapse>.small-5 {
  width: 41.66667%
}

.small-margin-collapse>.small-6 {
  width: 50%
}

.small-margin-collapse>.small-7 {
  width: 58.33333%
}

.small-margin-collapse>.small-8 {
  width: 66.66667%
}

.small-margin-collapse>.small-9 {
  width: 75%
}

.small-margin-collapse>.small-10 {
  width: 83.33333%
}

.small-margin-collapse>.small-11 {
  width: 91.66667%
}

.small-margin-collapse>.small-12 {
  width: 100%
}

@media print, screen and (min-width:40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .small-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .small-margin-collapse>.medium-3 {
    width: 25%
  }

  .small-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .small-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .small-margin-collapse>.medium-6 {
    width: 50%
  }

  .small-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .small-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .small-margin-collapse>.medium-9 {
    width: 75%
  }

  .small-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .small-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .small-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .small-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .small-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .small-margin-collapse>.large-3 {
    width: 25%
  }

  .small-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .small-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .small-margin-collapse>.large-6 {
    width: 50%
  }

  .small-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .small-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .small-margin-collapse>.large-9 {
    width: 75%
  }

  .small-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .small-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .small-margin-collapse>.large-12 {
    width: 100%
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0
}

@media print, screen and (min-width:40em) {
  .medium-margin-collapse, .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print, screen and (min-width:40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.small-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.small-3 {
    width: 25%
  }

  .medium-margin-collapse>.small-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.small-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.small-6 {
    width: 50%
  }

  .medium-margin-collapse>.small-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.small-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.small-9 {
    width: 75%
  }

  .medium-margin-collapse>.small-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.small-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print, screen and (min-width:40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.large-3 {
    width: 25%
  }

  .medium-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.large-6 {
    width: 50%
  }

  .medium-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.large-9 {
    width: 75%
  }

  .medium-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print, screen and (min-width:40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

@media print, screen and (min-width:64em) {
  .large-margin-collapse, .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print, screen and (min-width:64em) {
  .large-margin-collapse>.small-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.small-3 {
    width: 25%
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.small-6 {
    width: 50%
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.small-9 {
    width: 75%
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.medium-3 {
    width: 25%
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.medium-6 {
    width: 50%
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.medium-9 {
    width: 75%
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .large-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.large-3 {
    width: 25%
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.large-6 {
    width: 50%
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.large-9 {
    width: 75%
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

.small-offset-0 {
  margin-left: 0
}

.grid-margin-x>.small-offset-0 {
  margin-left: .625rem
}

.small-offset-1 {
  margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
  margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
  margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + .625rem)
}

.small-offset-4 {
  margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
  margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
  margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + .625rem)
}

.small-offset-7 {
  margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
  margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
  margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + .625rem)
}

.small-offset-10 {
  margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
  margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.66667% + .625rem)
}

@media print, screen and (min-width:40em) {
  .medium-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: 1rem
  }

  .medium-offset-1 {
    margin-left: 8.33333%
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }

  .medium-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + 1rem)
  }

  .medium-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }

  .medium-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + 1rem)
  }

  .medium-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }

  .medium-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + 1rem)
  }

  .medium-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }

  .medium-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

@media print, screen and (min-width:64em) {
  .large-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: 1rem
  }

  .large-offset-1 {
    margin-left: 8.33333%
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }

  .large-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + 1rem)
  }

  .large-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }

  .large-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + 1rem)
  }

  .large-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }

  .large-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + 1rem)
  }

  .large-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }

  .large-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap
}

.grid-y>.cell {
  width: auto;
  max-width: none
}

.grid-y>.auto, .grid-y>.shrink {
  height: auto
}

.grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12, .grid-y>.small-full, .grid-y>.small-shrink {
  flex-basis: auto
}

@media print, screen and (min-width:40em) {
  .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-full, .grid-y>.medium-shrink {
    flex-basis: auto
  }
}

@media print, screen and (min-width:64em) {
  .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-full, .grid-y>.large-shrink {
    flex-basis: auto
  }
}

.grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
  flex: 0 0 auto
}

.grid-y>.small-1 {
  height: 8.33333%
}

.grid-y>.small-2 {
  height: 16.66667%
}

.grid-y>.small-3 {
  height: 25%
}

.grid-y>.small-4 {
  height: 33.33333%
}

.grid-y>.small-5 {
  height: 41.66667%
}

.grid-y>.small-6 {
  height: 50%
}

.grid-y>.small-7 {
  height: 58.33333%
}

.grid-y>.small-8 {
  height: 66.66667%
}

.grid-y>.small-9 {
  height: 75%
}

.grid-y>.small-10 {
  height: 83.33333%
}

.grid-y>.small-11 {
  height: 91.66667%
}

.grid-y>.small-12 {
  height: 100%
}

@media print, screen and (min-width:40em) {
  .grid-y>.medium-auto {
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-shrink {
    flex: 0 0 auto
  }

  .grid-y>.medium-shrink {
    height: auto
  }

  .grid-y>.medium-1 {
    height: 8.33333%
  }

  .grid-y>.medium-2 {
    height: 16.66667%
  }

  .grid-y>.medium-3 {
    height: 25%
  }

  .grid-y>.medium-4 {
    height: 33.33333%
  }

  .grid-y>.medium-5 {
    height: 41.66667%
  }

  .grid-y>.medium-6 {
    height: 50%
  }

  .grid-y>.medium-7 {
    height: 58.33333%
  }

  .grid-y>.medium-8 {
    height: 66.66667%
  }

  .grid-y>.medium-9 {
    height: 75%
  }

  .grid-y>.medium-10 {
    height: 83.33333%
  }

  .grid-y>.medium-11 {
    height: 91.66667%
  }

  .grid-y>.medium-12 {
    height: 100%
  }
}

@media print, screen and (min-width:64em) {
  .grid-y>.large-auto {
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-shrink {
    flex: 0 0 auto
  }

  .grid-y>.large-shrink {
    height: auto
  }

  .grid-y>.large-1 {
    height: 8.33333%
  }

  .grid-y>.large-2 {
    height: 16.66667%
  }

  .grid-y>.large-3 {
    height: 25%
  }

  .grid-y>.large-4 {
    height: 33.33333%
  }

  .grid-y>.large-5 {
    height: 41.66667%
  }

  .grid-y>.large-6 {
    height: 50%
  }

  .grid-y>.large-7 {
    height: 58.33333%
  }

  .grid-y>.large-8 {
    height: 66.66667%
  }

  .grid-y>.large-9 {
    height: 75%
  }

  .grid-y>.large-10 {
    height: 83.33333%
  }

  .grid-y>.large-11 {
    height: 91.66667%
  }

  .grid-y>.large-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print, screen and (min-width:40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

.grid-padding-y>.cell {
  padding-top: .625rem;
  padding-bottom: .625rem
}

@media print, screen and (min-width:40em) {
  .grid-padding-y>.cell {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw
}

.cell .grid-frame {
  width: 100%
}

.cell-block {
  overflow-x: auto;
  max-width: 100%
}

.cell-block, .cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%
}

.cell-block-container>.grid-x {
  max-height: 100%;
  flex-wrap: nowrap
}

@media print, screen and (min-width:40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
  }

  .cell .medium-grid-frame {
    width: 100%
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

@media print, screen and (min-width:64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
  }

  .cell .large-grid-frame {
    width: 100%
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh
}

@media print, screen and (min-width:40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh
  }
}

@media print, screen and (min-width:64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh
  }
}

.cell .grid-y.grid-frame {
  height: 100%
}

@media print, screen and (min-width:40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}

@media print, screen and (min-width:64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print, screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print, screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem
  }
}

.grid-margin-y>.auto, .grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem)
}

@media print, screen and (min-width:40em) {
  .grid-margin-y>.auto, .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 2rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 2rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 2rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 2rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 2rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 2rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 2rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 2rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 2rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 2rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 2rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 2rem)
  }

  .grid-margin-y>.medium-auto, .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 2rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 2rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 2rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 2rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 2rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 2rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 2rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 2rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 2rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 2rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 2rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 2rem)
  }
}

@media print, screen and (min-width:64em) {
  .grid-margin-y>.large-auto, .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 2rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 2rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 2rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 2rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 2rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 2rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 2rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 2rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 2rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 2rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 2rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 2rem)
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width:40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem)
  }
}

@media print, screen and (min-width:64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem)
  }
}

@media print, screen and (min-width:40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem)
  }
}

@media print, screen and (min-width:64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem)
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 16px;
  padding: 1.5em 3em;
  border: 1px solid transparent;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #8e1540;
  color: #050505
}

[data-whatinput=mouse] .button {
  outline: 0
}

.button:focus, .button:hover {
  background-color: #b5114b;
  transform: scale(1.05);
  color: #050505
}

.button.tiny {
  font-size: .7rem
}

.button.small {
  font-size: .85rem
}

.button.large {
  font-size: 1.25rem
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

@media screen and (max-width:39.99875em) {
  .button.small-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
  .button.medium-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

@media screen and (max-width:63.99875em) {
  .button.medium-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

@media print, screen and (min-width:40em) {
  .button.medium-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

@media screen and (min-width:64em) and (max-width:74.99875em) {
  .button.large-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

@media screen and (max-width:74.99875em) {
  .button.large-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

@media print, screen and (min-width:64em) {
  .button.large-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}

.button.primary {
  background-color: #8e1540;
  color: #050505
}

.button.primary:focus, .button.primary:hover {
  background-color: #e21a3b;
  color: #050505
}

.button.secondary {
  background-color: #999;
  color: #050505
}

.button.secondary:focus, .button.secondary:hover {
  background-color: #8a8a8a;
  color: #050505
}

.button.success {
  background-color: #31cb8f;
  color: #050505
}

.button.success:focus, .button.success:hover {
  background-color: #2cb781;
  color: #050505
}

.button.warning {
  background-color: #f2b33d;
  color: #050505
}

.button.warning:focus, .button.warning:hover {
  background-color: #f0a821;
  color: #050505
}

.button.alert {
  background-color: #e74c3c;
  color: #050505
}

.button.alert:focus, .button.alert:hover {
  background-color: #e43422;
  color: #050505
}

.button.disabled, .button[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #8e1540;
  color: #050505
}

.button.disabled.primary, .button[disabled].primary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover {
  background-color: #8e1540;
  color: #050505
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
  background-color: #999;
  color: #050505
}

.button.disabled.success, .button[disabled].success {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
  background-color: #31cb8f;
  color: #050505
}

.button.disabled.warning, .button[disabled].warning {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover {
  background-color: #f2b33d;
  color: #050505
}

.button.disabled.alert, .button[disabled].alert {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover {
  background-color: #e74c3c;
  color: #050505
}

.button.hollow {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
  background-color: transparent
}

.button.hollow:focus, .button.hollow:hover {
  border-color: #7d0f21;
  color: #7d0f21
}

.button.hollow.primary, .button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled] {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
  border-color: #7d0f21;
  color: #7d0f21
}

.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled] {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.hollow.secondary {
  border: 1px solid #999;
  color: #999
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
  border-color: #4d4d4d;
  color: #4d4d4d
}

.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled] {
  border: 1px solid #999;
  color: #999
}

.button.hollow.success {
  border: 1px solid #31cb8f;
  color: #31cb8f
}

.button.hollow.success:focus, .button.hollow.success:hover {
  border-color: #196648;
  color: #196648
}

.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled] {
  border: 1px solid #31cb8f;
  color: #31cb8f
}

.button.hollow.warning {
  border: 1px solid #f2b33d;
  color: #f2b33d
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
  border-color: #8e600a;
  color: #8e600a
}

.button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled], .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled] {
  border: 1px solid #f2b33d;
  color: #f2b33d
}

.button.hollow.alert {
  border: 1px solid #e74c3c;
  color: #e74c3c
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
  border-color: #821b10;
  color: #821b10
}

.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled] {
  border: 1px solid #e74c3c;
  color: #e74c3c
}

.button.clear {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
  background-color: transparent
}

.button.clear:focus, .button.clear:hover {
  border-color: #7d0f21;
  color: #7d0f21
}

.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled] {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.clear, .button.clear.disabled, .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear[disabled] {
  border-color: transparent
}

.button.clear.primary {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.clear.primary:focus, .button.clear.primary:hover {
  border-color: #7d0f21;
  color: #7d0f21
}

.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled] {
  border: 1px solid #8e1540;
  color: #8e1540
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary[disabled] {
  border-color: transparent
}

.button.clear.secondary {
  border: 1px solid #999;
  color: #999
}

.button.clear.secondary:focus, .button.clear.secondary:hover {
  border-color: #4d4d4d;
  color: #4d4d4d
}

.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled] {
  border: 1px solid #999;
  color: #999
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary[disabled] {
  border-color: transparent
}

.button.clear.success {
  border: 1px solid #31cb8f;
  color: #31cb8f
}

.button.clear.success:focus, .button.clear.success:hover {
  border-color: #196648;
  color: #196648
}

.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled] {
  border: 1px solid #31cb8f;
  color: #31cb8f
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success[disabled] {
  border-color: transparent
}

.button.clear.warning {
  border: 1px solid #f2b33d;
  color: #f2b33d
}

.button.clear.warning:focus, .button.clear.warning:hover {
  border-color: #8e600a;
  color: #8e600a
}

.button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled] {
  border: 1px solid #f2b33d;
  color: #f2b33d
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning[disabled] {
  border-color: transparent
}

.button.clear.alert {
  border: 1px solid #e74c3c;
  color: #e74c3c
}

.button.clear.alert:focus, .button.clear.alert:hover {
  border-color: #821b10;
  color: #821b10
}

.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled] {
  border: 1px solid #e74c3c;
  color: #e74c3c
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert[disabled] {
  border-color: transparent
}

.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid inset inset;
  border-width: .4em .4em 0;
  position: relative;
  top: .4em;
  display: inline-block;
  float: right;
  margin-left: 3em
}

.button.dropdown.clear.primary:after, .button.dropdown.clear:after, .button.dropdown.hollow.primary:after, .button.dropdown.hollow:after {
  border-top-color: #8e1540
}

.button.dropdown.clear.secondary:after, .button.dropdown.hollow.secondary:after {
  border-top-color: #999
}

.button.dropdown.clear.success:after, .button.dropdown.hollow.success:after {
  border-top-color: #31cb8f
}

.button.dropdown.clear.warning:after, .button.dropdown.hollow.warning:after {
  border-top-color: #f2b33d
}

.button.dropdown.clear.alert:after, .button.dropdown.hollow.alert:after {
  border-top-color: #e74c3c
}

.button.arrow-only:after {
  top: -.1em;
  float: none;
  margin-left: 0
}

a.button:focus, a.button:hover {
  text-decoration: none
}

.close-button {
  position: absolute;
  color: #777;
  cursor: pointer
}

[data-whatinput=mouse] .close-button {
  outline: 0
}

.close-button:focus, .close-button:hover {
  color: #f63
}

.close-button.small {
  right: 1rem;
  top: 1em;
  font-size: 5em;
  line-height: 1
}

.close-button, .close-button.medium {
  right: 3rem;
  top: 2rem;
  font-size: 4em;
  line-height: 1
}

.progress {
  height: 10px;
  margin-bottom: 32px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 93.3%, .5)
}

.progress.primary .progress-meter {
  background-color: #8e1540
}

.progress.secondary .progress-meter {
  background-color: #999
}

.progress.success .progress-meter {
  background-color: #31cb8f
}

.progress.warning .progress-meter {
  background-color: #f2b33d
}

.progress.alert .progress-meter {
  background-color: #e74c3c
}

.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #8e1540;
  border-radius: 0
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  border-radius: 20px
}

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #eee;
  cursor: pointer;
  user-select: none;
  touch-action: none
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: rgba(231, 49, 79, .2);
  transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
  transition: all 0s linear
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #8e1540;
  transition: all .2s ease-in-out;
  touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
  outline: 0
}

.slider-handle:hover {
  background-color: #d51938
}

.slider-handle.is-dragging {
  transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scaleY(-1)
}

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%)
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 32px;
  outline: 0;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  user-select: none
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #e5e5e5;
  transition: all .25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer
}

input+.switch-paddle {
  margin: 0
}

.switch-paddle:after {
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateZ(0);
  border-radius: 0;
  background: #fff;
  transition: all .25s ease-out;
  content: ""
}

input:checked~.switch-paddle {
  background: #8e1540
}

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 {
  height: 1.5rem
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem
}

.switch.tiny .switch-paddle:after {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
  left: 1.75rem
}

.switch.small {
  height: 1.75rem
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem
}

.switch.small .switch-paddle:after {
  top: .25rem;
  left: .25rem;
  width: 1.25rem;
  height: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
  left: 2rem
}

.switch.large {
  height: 2.5rem
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem
}

.switch.large .switch-paddle:after {
  top: .25rem;
  left: .25rem;
  width: 2rem;
  height: 2rem
}

.switch.large input:checked~.switch-paddle:after {
  left: 2.75rem
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #848484;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem
}

.dropdown-pane.is-opening {
  display: block
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible
}

.dropdown-pane.tiny {
  width: 100px
}

.dropdown-pane.small {
  width: 200px
}

.dropdown-pane.large {
  width: 400px
}

.pagination {
  margin-left: 0;
  margin-bottom: 32px
}

.pagination:after, .pagination:before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.pagination:after {
  clear: both
}

.pagination li {
  margin-right: .0625rem;
  border-radius: 0;
  font-size: .875rem;
  display: none
}

.pagination li:first-child, .pagination li:last-child {
  display: inline-block
}

@media print, screen and (min-width:40em) {
  .pagination li {
    display: inline-block
  }
}

.pagination a, .pagination button {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
  color: #050505
}

.pagination a:hover, .pagination button:hover {
  background: #eee
}

.pagination .current {
  padding: .1875rem .625rem;
  background: #8e1540;
  color: #fff;
  cursor: default
}

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #848484;
  cursor: not-allowed
}

.pagination .disabled:hover {
  background: transparent
}

.pagination .ellipsis:after {
  padding: .1875rem .625rem;
  content: "\2026";
  color: #050505
}

.pagination-previous.disabled:before, .pagination-previous a:before {
  display: inline-block;
  margin-right: .5rem;
  content: "\00ab"
}

.pagination-next.disabled:after, .pagination-next a:after {
  display: inline-block;
  margin-left: .5rem;
  content: "\00bb"
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #777;
  font-weight: 700;
  cursor: help
}

.tooltip {
  top: calc(100% + .433rem);
  z-index: 1200;
  max-width: 22rem;
  padding: .75rem 1.25rem;
  border-radius: 15px;
  background-color: #050505;
  font-size: 80%;
  color: #fff
}

.tooltip, .tooltip:before {
  position: absolute
}

.tooltip.bottom:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #050505;
  border-style: inset inset solid;
  border-width: 0 .5rem .5rem;
  bottom: 100%
}

.tooltip.bottom.align-center:before {
  left: 50%;
  transform: translateX(-50%)
}

.tooltip.top:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #050505 transparent transparent;
  border-style: solid inset inset;
  border-width: .5rem .5rem 0;
  top: 100%;
  bottom: auto
}

.tooltip.top.align-center:before {
  left: 50%;
  transform: translateX(-50%)
}

.tooltip.left:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #050505;
  border-style: inset inset inset solid;
  border-width: .5rem 0 .5rem .5rem;
  left: 100%
}

.tooltip.left.align-center:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%)
}

.tooltip.right:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #050505 transparent transparent;
  border-style: inset solid inset inset;
  border-width: .5rem .5rem .5rem 0;
  right: 100%;
  left: auto
}

.tooltip.right.align-center:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%)
}

.tooltip.align-top:before {
  bottom: auto;
  top: 10%
}

.tooltip.align-bottom:before {
  bottom: 10%;
  top: auto
}

.tooltip.align-left:before {
  left: 10%;
  right: auto
}

.tooltip.align-right:before {
  left: auto;
  right: 10%
}

.accordion {
  margin-left: 0;
  background: none;
  list-style-type: none
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed
}

.accordion-item:first-child>:first-child, .accordion-item:last-child>:last-child {
  border-radius: 0 0 0 0
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0 solid #eee;
  border-bottom: 0;
  font-size: 100%;
  line-height: 1;
  color: #999
}

:last-child:not(.is-active)>.accordion-title {
  border-bottom: 0 solid #eee;
  border-radius: 0 0 0 0
}

.accordion-title:focus, .accordion-title:hover {
  background-color: #999
}

.accordion-title:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.5rem;
  content: "+"
}

.is-active>.accordion-title:before {
  content: "\2013"
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 0 solid #eee;
  border-bottom: 0;
  background-color: none;
  color: #050505
}

:last-child>.accordion-content:last-child {
  border-bottom: 0 solid #eee
}

.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.flex-video.widescreen, .responsive-embed.widescreen {
  padding-bottom: 56.25%
}

.tabs {
  margin: 0;
  border: 1px solid #999;
  background: #fff;
  list-style-type: none
}

.tabs:after, .tabs:before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.tabs:after {
  clear: both
}

.tabs.vertical>li {
  display: block;
  float: none;
  width: auto
}

.tabs.simple>li>a {
  padding: 0
}

.tabs.simple>li>a:hover {
  background: transparent
}

.tabs.primary {
  background: #8e1540
}

.tabs.primary>li>a {
  color: #0a0a0a
}

.tabs.primary>li>a:focus, .tabs.primary>li>a:hover {
  background: #e62444
}

.tabs-title {
  float: left
}

.tabs-title>a {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 80%;
  line-height: 1;
  color: #fff
}

[data-whatinput=mouse] .tabs-title>a {
  outline: 0
}

.tabs-title>a:hover {
  background: #f7bbc5;
  color: #dbdbdb
}

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
  background: #8e1540;
  color: #050505
}

.tabs-content {
  border: 1px solid #999;
  border-top: 0;
  background: #fff;
  color: #050505;
  transition: all .5s ease
}

.tabs-content.vertical {
  border: 1px solid #999;
  border-left: 0
}

.tabs-panel {
  display: none;
  padding: 1.5rem
}

.tabs-panel.is-active {
  display: block
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
  outline: 0
}

.menu .button, .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem
}

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0
}

.menu input {
  display: inline-block
}

.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column
}

.menu.expanded li {
  flex: 1 1 0px
}

.menu.simple {
  align-items: center
}

.menu.simple li+li {
  margin-left: 1rem
}

.menu.simple a {
  padding: 0
}

@media print, screen and (min-width:40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.medium-expanded li, .menu.medium-simple li {
    flex: 1 1 0px
  }
}

@media print, screen and (min-width:64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.large-expanded li, .menu.large-simple li {
    flex: 1 1 0px
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a, .menu.icons a {
  display: flex
}

.menu.icon-left li a {
  flex-flow: row nowrap
}

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
  margin-right: .25rem
}

.menu.icon-right li a {
  flex-flow: row nowrap
}

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
  margin-left: .25rem
}

.menu.icon-top li a {
  flex-flow: column nowrap
}

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu.icon-bottom li a {
  flex-flow: column nowrap
}

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu .active>a, .menu .is-active>a {
  background: #8e1540;
  color: #fff
}

.menu.align-left {
  justify-content: flex-start
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end
}

.menu.align-right li .submenu li {
  justify-content: flex-start
}

.menu.align-right.vertical li {
  display: block;
  text-align: right
}

.menu.align-right.vertical li .submenu li {
  text-align: right
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0
}

.menu.align-center li {
  display: flex;
  justify-content: center
}

.menu.align-center li .submenu li {
  justify-content: flex-start
}

.menu .menu-text {
  padding: .7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit
}

.menu-centered>.menu {
  justify-content: center
}

.menu-centered>.menu li {
  display: flex;
  justify-content: center
}

.menu-centered>.menu li .submenu li {
  justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
  display: none
}

.accordion-menu li {
  width: 100%
}

.accordion-menu .is-accordion-submenu a, .accordion-menu a {
  padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #8e1540 transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
  right: 1rem;
  left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
  right: auto;
  left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
  position: relative
}

.has-submenu-toggle>a {
  margin-right: 40px
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.submenu-toggle:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #8e1540 transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
  transform: scaleY(-1);
  transform-origin: 50% 50%
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.is-drilldown {
  position: relative;
  overflow: hidden
}

.is-drilldown li {
  display: block
}

.is-drilldown.animate-height {
  transition: height .5s
}

.drilldown a {
  padding: 12px 0;
  background: #fff
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform .2s linear
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
  padding: 12px 0
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
  position: relative
}

.drilldown .is-drilldown-submenu-parent>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #eee;
  border-style: inset inset inset solid;
  border-width: 5px 0 5px 5px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #8e1540;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  right: 1rem;
  left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #8e1540 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 1rem
}

.drilldown .js-drilldown-back>a:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #eee transparent transparent;
  border-style: inset solid inset inset;
  border-width: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #8e1540 transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  right: 5px;
  left: auto;
  margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0
}

.dropdown.menu>li>a {
  padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
  background: transparent;
  color: #8e1540
}

.no-js .dropdown.menu ul {
  display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.dropdown.menu.vertical>li>a:after {
  right: 14px
}

.dropdown.menu.vertical>li.opens-left>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #8e1540 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 5px
}

.dropdown.menu.vertical>li.opens-right>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #8e1540;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px
}

@media print, screen and (min-width:40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #8e1540 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.medium-vertical>li>a:after {
    right: 14px
  }

  .dropdown.menu.medium-vertical>li.opens-left>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #8e1540 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px
  }

  .dropdown.menu.medium-vertical>li.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #8e1540;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px
  }
}

@media print, screen and (min-width:64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #8e1540 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.large-vertical>li>a:after {
    right: 14px
  }

  .dropdown.menu.large-vertical>li.opens-left>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #8e1540 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px
  }

  .dropdown.menu.large-vertical>li.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #8e1540;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto
}

.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;
  left: auto;
  margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #848484;
  background: #fff
}

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
  right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #8e1540 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #8e1540;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px
}

.is-dropdown-submenu>li {
  width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
  display: block
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll
}

html.is-reveal-open body {
  overflow-y: hidden
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(5, 5, 5, .45)
}

.reveal, .reveal-overlay {
  display: none;
  overflow-y: auto
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  padding: 50px 60px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto
}

[data-whatinput=mouse] .reveal {
  outline: 0
}

@media print, screen and (min-width:40em) {
  .reveal {
    min-height: 0
  }
}

.reveal .column {
  min-width: 0
}

.reveal>:last-child {
  margin-bottom: 0
}

@media print, screen and (min-width:40em) {
  .reveal {
    width: 600px;
    max-width: 87.5rem
  }
}

.reveal.collapse {
  padding: 0
}

@media print, screen and (min-width:40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 87.5rem
  }
}

@media print, screen and (min-width:40em) {
  .reveal.small {
    width: 50%;
    max-width: 87.5rem
  }
}

@media print, screen and (min-width:40em) {
  .reveal.large {
    width: 90%;
    max-width: 87.5rem
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0
}

@media screen and (max-width:39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}

.reveal.without-overlay {
  position: fixed
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.clearfix:after {
  clear: both
}

.align-left {
  justify-content: flex-start
}

.align-right {
  justify-content: flex-end
}

.align-center {
  justify-content: center
}

.align-justify {
  justify-content: space-between
}

.align-spaced {
  justify-content: space-around
}

.align-left.vertical.menu>li>a {
  justify-content: flex-start
}

.align-right.vertical.menu>li>a {
  justify-content: flex-end
}

.align-center.vertical.menu>li>a {
  justify-content: center
}

.align-top {
  align-items: flex-start
}

.align-self-top {
  align-self: flex-start
}

.align-bottom {
  align-items: flex-end
}

.align-self-bottom {
  align-self: flex-end
}

.align-middle {
  align-items: center
}

.align-self-middle {
  align-self: center
}

.align-stretch {
  align-items: stretch
}

.align-self-stretch {
  align-self: stretch
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center
}

.small-order-1 {
  order: 1
}

.small-order-2 {
  order: 2
}

.small-order-3 {
  order: 3
}

.small-order-4 {
  order: 4
}

.small-order-5 {
  order: 5
}

.small-order-6 {
  order: 6
}

@media print, screen and (min-width:40em) {
  .medium-order-1 {
    order: 1
  }

  .medium-order-2 {
    order: 2
  }

  .medium-order-3 {
    order: 3
  }

  .medium-order-4 {
    order: 4
  }

  .medium-order-5 {
    order: 5
  }

  .medium-order-6 {
    order: 6
  }
}

@media print, screen and (min-width:64em) {
  .large-order-1 {
    order: 1
  }

  .large-order-2 {
    order: 2
  }

  .large-order-3 {
    order: 3
  }

  .large-order-4 {
    order: 4
  }

  .large-order-5 {
    order: 5
  }

  .large-order-6 {
    order: 6
  }
}

.flex-container {
  display: flex
}

.flex-child-auto {
  flex: 1 1 auto
}

.flex-child-grow {
  flex: 1 0 auto
}

.flex-child-shrink {
  flex: 0 1 auto
}

.flex-dir-row {
  flex-direction: row
}

.flex-dir-row-reverse {
  flex-direction: row-reverse
}

.flex-dir-column {
  flex-direction: column
}

.flex-dir-column-reverse {
  flex-direction: column-reverse
}

@media print, screen and (min-width:40em) {
  .medium-flex-container {
    display: flex
  }

  .medium-flex-child-auto {
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto
  }

  .medium-flex-dir-row {
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@media print, screen and (min-width:64em) {
  .large-flex-container {
    display: flex
  }

  .large-flex-child-auto {
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    flex: 0 1 auto
  }

  .large-flex-dir-row {
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width:39.99875em) {
  .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 print, screen and (min-width:40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width:39.99875em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width:39.99875em), screen and (min-width:64em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print, screen and (min-width:64em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width:63.99875em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width:64em) and (max-width:74.99875em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width:63.99875em), 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.hide-for-portrait, .show-for-landscape {
  display: block !important
}

@media screen and (orientation:landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation:portrait) {
  .hide-for-portrait, .show-for-landscape {
    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
  }
}

body, html {
  overflow-x: hidden
}

* {
  outline: none !important
}

@media print, screen and (max-width:40em) {
  .wow:not(.wowm) {
    animation: none !important;
    transform: none !important;
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important
  }
}

#cookies, #cookies span, #footer .social, #header, #header #navigation, #header #navigation li.primary, #header #navigation li.primary:before, #header #navigation li.primary a, #header #navToggle, #header #navToggle:before, #header #navToggle span, #header #navToggle span:after, #header #navToggle span:before, #header .grid-x, #header .logo, #header .logo .name, #header .logo svg, #navWrapper .shade, #overlayVideo i, #sigWrapper:before, #timeline .cell span:after, #workflow .cell, #workflow .cell small, .accordion .accordion-item.is-active .accordion-title .accent-1, .accordion .accordion-item:first-child.is-active .accordion-title .accent-1, .accordion .accordion-item:first-child:hover .accordion-title .accent-1, .accordion .accordion-item:hover .accordion-title .accent-1, .arrow-link, .arrow-link-small, .arrow-link-small:before, .arrow-link:before, .button, .button:after, .button[data-video]:before, .carousel .slick-slide, .carousel .slick-slide a .image img, .chat-buttons, .chat-buttons .button.hollow, .chat-buttons.chat-inputs .radio-group, .chat-buttons.chat-inputs a.button, .chat-buttons.chat-inputs button.button, .chat-buttons.chat-inputs input[type=email], .chat-buttons.chat-inputs input[type=text], .chat-buttons.chat-inputs textarea, .check, .check-wrapper, .contact-link, .copy, .copy svg path, .ease-in-out, .h4, .h4.intent:before, .image-grid div, .inputfile+label, .logo-carousel .slick-slide, .logoImg, .payment-list li, .profileImg, .select-items div, .select-selected, .slick-arrow, .slick-arrow:after, .slick-arrow span, .slick-dots button:after, .slick-dots li, .tabs .tabs-title a, .tabs .tabs-title a.intent:before, .team-box .social svg *, .testimonial-slider .slick-arrow span, .testimonial-slider .slick-slide, .tiles-grid .slick-slide, .tiles-grid .tile-slide, .tiles-grid .tile-slide .meta, .tiles-grid .tile-slide .meta *, .tiles-grid .tile-slide a img, .wizard-form #selectAllLabel, .wizard-grid>div, .wizard-grid>div:after, .wizard-grid>div:before, [data-video]:after, [data-video]:before, [data-video] img, a, h4, h4.intent:before, ol.list li:after {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out
}

#cookies, .accordion, .accordion-content, .download-box, .logo-carousel .slick-slide a .image, .shadow, .tabs-content, .team-box {
  box-shadow: 5px -25px 35px -5px rgba(0, 0, 0, .1)
}

.neumorph {
  box-shadow: 20px 20px 25px rgba(0, 0, 0, .075), -20px -20px 25px #fff;
  box-shadow: 10px 5px 25px 0 rgba(0, 0, 0, .1)
}

@media print, screen and (min-width:40em) {
  .multicol {
    column-count: 2;
    column-gap: 4em
  }
}

.inline-icon {
  height: 1.2em;
  position: relative;
  display: inline-block;
  transform: translateY(-3px)
}

@media print, screen and (min-width:40em) {
  .inline-icon {
    display: none
  }
}

.round {
  border-radius: 100%
}

.radius, [data-video] {
  border-radius: 0
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.overflow-hidden {
  overflow: hidden
}

.z-index-10 {
  z-index: 10;
  position: relative
}

.z-index-20 {
  z-index: 20;
  position: relative
}

@media print, screen and (min-width:64em) {
  .grid-container {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media print, screen and (max-width:1460px) {
  .grid-container {
    padding-right: 120px;
    padding-left: 120px
  }
}

@media print, screen and (max-width:50em) {
  .grid-container {
    padding-right: 60px;
    padding-left: 60px
  }
}

@media print, screen and (max-width:420em) {
  .grid-container {
    padding-right: 30px;
    padding-left: 30px
  }
}

.progress {
  margin: auto auto 0;
  opacity: 0;
  width: 90%;
  position: relative;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out
}

.progress .progress-meter {
  border-radius: 20px;
  max-width: 100%;
  background-color: #31cb8f;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out
}

.progress span {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #ccc;
  letter-spacing: 1px
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: .33
}

.bg-image img {
  object-fit: fill;
  max-width: none;
  width: 100%
}

.full-height {
  height: 100%
}

.delay {
  animation-delay: .3s
}

main {
  overflow: hidden
}

.award {
  background: #f5f5f5;
  padding: 20px 30px
}

.award img {
  mix-blend-mode: darken
}

@media print, screen and (max-width:40em) {
  .award {
    padding: 16px
  }
}

.block {
  display: block;
  float: left;
  z-index: 99
}

.block, .next {
  position: relative;
  overflow: hidden
}

.next img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  opacity: .2;
  filter: blur(40px);
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out
}

@media print, screen and (max-width:40em) {
  .next img {
    filter: blur(10px);
    max-width: none;
    width: auto;
    height: 100%
  }
}

.next:hover img {
  filter: blur(5px)
}

#workflow {
  font-size: 1vw;
  color: rgba(0, 0, 0, .5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media print, screen and (max-width:64em) {
  #workflow {
    font-size: 10px
  }

  #workflow .grid-x.padding-xs-bottom {
    padding-bottom: 16px !important
  }
}

#workflow .cell {
  position: relative;
  height: 7vw;
  text-align: left;
  padding: 12px 20px
}

@media print, screen and (max-width:64em) {
  #workflow .cell {
    padding: 10px;
    height: 20vw
  }
}

#workflow .cell small {
  color: rgba(0, 0, 0, .5);
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  left: 10px;
  width: 90%;
  opacity: 0
}

@media print, screen and (max-width:64em) {
  #workflow .cell small {
    left: 0
  }
}

#workflow .cell:not(.dotted):hover {
  color: #fff;
  background: #8e1540
}

#workflow .cell:not(.dotted):hover small {
  color: #fff !important
}

#workflow .cell:first-child {
  transform-origin: left center !important
}

#workflow .cell:hover {
  z-index: 999
}

@media print, screen and (max-width:64em) {
  #workflow .cell:hover {
    transform: scale(1.2)
  }
}

#workflow .cell:hover small {
  opacity: .7
}

#workflow .cell.dotted {
  border: 1px solid #eee;
  background: #fff
}

#workflow .cell.dotted:hover {
  color: #8e1540
}

#workflow .cell.dotted:hover small {
  opacity: 1 !important
}

@media print, screen and (max-width:39.975em) {
  #timeline {
    margin-top: -20px
  }
}

#timeline .cell {
  position: relative;
  padding-top: 50px;
  font-size: 80%;
  color: #848484
}

#timeline .cell span {
  display: block;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  margin: 30px 0
}

#timeline .cell span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  opacity: 0
}

#timeline .cell span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #eee;
  background: #fff
}

@media print, screen and (max-width:39.975em) {
  #timeline .cell span:after {
    width: 24px;
    height: 24px
  }
}

#timeline .cell:hover span:before {
  opacity: .15
}

#timeline .cell:hover span:after {
  border-color: #8e1540
}

@media print, screen and (max-width:39.975em) {
  #timeline:after {
    content: "SWIPE";
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 50px;
    background: #fff;
    padding: 20px 10px 20px 30px;
    color: #ccc;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
  }
}

@media print, screen and (max-width:64em) {
  .mobile-swipe {
    overflow: auto;
    position: relative
  }

  .mobile-swipe .mobile-swipe-inner {
    min-width: 840px
  }
}

#signature-section #cookies, #signature-section .accordion, #signature-section .accordion-content, #signature-section .download-box, #signature-section .logo-carousel .slick-slide a .image, #signature-section .shadow, #signature-section .tabs-content, #signature-section .team-box, .logo-carousel .slick-slide a #signature-section .image {
  overflow: hidden
}

#sigWrapper:before {
  content: "Erfolgreich kopiert";
  font-size: 13px;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  padding-left: 60px;
  opacity: 0;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #31cb8f;
  pointer-events: none;
  box-shadow: 0 0 0 2000px rgba(49, 203, 143, .1)
}

#sigWrapper.copied:before {
  padding-left: 0;
  right: 1px;
  opacity: 1;
  transform: scale(1)
}

.copy {
  width: 250px;
  text-align: center;
  opacity: 0;
  top: 1px;
  right: 1px;
  background: rgba(61, 154, 226, .5);
  background: #eee;
  padding: 10px 20px 10px 50px;
  float: right;
  font-size: 13px;
  cursor: pointer;
  color: #999
}

.copy, .copy svg {
  position: absolute
}

.copy svg {
  width: 18px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.copy svg path {
  fill: #999 !important
}

.copy:hover {
  background-color: #3d9ae2;
  color: #fff
}

.copy:hover svg path {
  fill: #fff !important
}

#cookies:hover .copy, .accordion-content:hover .copy, .accordion:hover .copy, .download-box:hover .copy, .logo-carousel .slick-slide a .image:hover .copy, .shadow:hover .copy, .tabs-content:hover .copy, .team-box:hover .copy {
  opacity: 1
}

[id^=p-]:hover {
  background: rgba(61, 154, 226, .2)
}

[id^=p-].active {
  background: #3d9ae2;
  color: #fff
}

[id^=p-].active:after {
  display: NONE;
  content: "|";
  font-weight: 400;
  font-size: 120%;
  line-height: 10px;
  animation: blink-animation .75s steps(2, start) infinite;
  -webkit-animation: blink-animation .75s steps(2, start) infinite
}

#note {
  position: absolute;
  top: 200px;
  right: 0;
  pointer-events: none;
  background: #3d9ae2;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  font-size: 14px
}

#note:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-color: transparent #3d9ae2 transparent transparent;
  border-style: solid;
  border-width: 30px 30px 30px 0
}

.logoImg, .profileImg {
  cursor: pointer
}

.logoImg:hover, .profileImg:hover {
  box-shadow: 0 0 0 10px rgba(61, 154, 226, .2)
}

#sigFrom [name]:not(select) {
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
  min-height: 0
}

#sigFrom textarea:placeholder-shown {
  height: 160px;
  margin-bottom: 32px;
  padding: .4rem 1.5rem;
  display: block;
  padding-top: 16px !important;
  border: 1px solid #eee !important
}

#sigFrom input[name]:placeholder-shown {
  height: 56px;
  margin-bottom: 32px;
  padding: .4rem 1.5rem;
  display: block
}

@keyframes blink-animation {
  to {
    visibility: hidden
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden
  }
}

.typed-cursor {
  font-weight: 400
}

.iphone-x {
  position: relative;
  margin: 40px 0;
  width: calc(100% - 60px);
  padding-top: 170%;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 0 11px #f6f6f6, 0 0 0 13px #f5f5f5, 0 0 0 20px #f4f4f4
}

.iphone-x:after, .iphone-x:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.iphone-x:after {
  bottom: 7px;
  width: 40%;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 10px
}

.iphone-x:before {
  top: 0;
  width: 56%;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 0 0 40px 40px
}

.iphone-x b, .iphone-x i, .iphone-x s, .iphone-x span {
  position: absolute;
  display: block;
  color: transparent
}

.iphone-x i {
  left: 50%;
  transform: translate(-50%, 6px);
  height: 8px;
  width: 15%;
  border-radius: 8px;
  box-shadow: inset 0 -3px 3px 0 hsla(0, 0%, 100%, .2)
}

.iphone-x b, .iphone-x i {
  top: 0;
  background-color: #ddd
}

.iphone-x b {
  left: 10%;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  border-radius: 12px
}

.iphone-x b:after {
  content: "";
  position: absolute;
  background-color: #eee;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px
}

.iphone-x s {
  top: 50%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 100;
  background: red;
  padding: 40px 20px;
  transform: translateY(-50%)
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg)
  }

  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg)
  }

  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion:reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

a {
  color: #8e1540
}

.accordion-title, .h1, .h2, .h3, .h4, .h5, .h6, .tabs .tabs-title a, h1, h2, h3, h4, h5, h6 {
  font-family: Inter, sans-serif;
  font-weight: 700
}

.accordion-title, .h0, .h1, .h2, .h3, .h4, .h5, .tabs .tabs-title a, h1, h2, h3, h4, h5 {
  line-height: 1.2;
  margin-bottom: .75em;
  font-weight: 700
}

*+.accordion-title, *+.h0, *+.h1, *+.h2, *+.h3, *+.h4, *+.h5, *+h1, *+h2, *+h3, *+h4, *+h5, .tabs .tabs-title *+a {
  margin-top: 1.5em
}

body, html {
  font-size: 13px;
  font-family: Inter, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #050505
}

@media screen and (min-width:40em) {
  body, html {
    font-size: 16px
  }

  body>*, html>* {
    font-size: 18px
  }
}

@media screen and (min-width:1921px) {
  body, html {
    font-size: 18px
  }
}

@media screen and (max-width:1399px) {
  body, html {
    font-size: 14px
  }

  body>*, html>* {
    font-size: 16px
  }
}

@media screen and (max-width:40em) {
  body, html {
    font-size: 14px
  }

  body>*, html>* {
    font-size: 13px
  }
}

.h0 {
  font-size: 1.8em
}

@media print, screen and (min-width:40em) {
  .h0 {
    font-size: 3em
  }
}

@media print, screen and (min-width:64em) {
  .h0 {
    font-size: 3.6em
  }
}

@media screen and (min-width:1400px) {
  .h0 {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: .5em
  }
}

*+.h0 {
  margin-top: .75em
}

.h4+.h0, .tabs .tabs-title a+.h0, h4+.h0 {
  margin-top: 0 !important
}

.h1, h1 {
  font-size: 23px
}

@media screen and (min-width:400px) {
  .h1, h1 {
    font-size: 26px
  }
}

@media screen and (min-width:40em) {
  .h1, h1 {
    font-size: 2.1em;
    margin-bottom: .5em
  }
}

@media print, screen and (min-width:1400px) {
  .h1, h1 {
    font-size: 2.3em;
    margin-bottom: .5em
  }
}

@media print, screen and (min-width:1500px) {
  .h1, h1 {
    font-size: 2.6em;
    margin-bottom: .5em
  }
}

*+.h1, *+h1 {
  margin-top: .75em
}

.h4+.h1, .h4+h1, .tabs .tabs-title a+.h1, .tabs .tabs-title a+h1, h4+.h1, h4+h1 {
  margin-top: 0 !important
}

.h2, h2 {
  font-size: 26px
}

@media screen and (min-width:64.5em) {
  .h2, h2 {
    font-size: 2em
  }
}

.h4+.h2, .h4+h2, .tabs .tabs-title a+.h2, .tabs .tabs-title a+h2, h4+.h2, h4+h2 {
  margin-top: 0
}

.h3, h3 {
  font-size: 20px
}

@media screen and (min-width:64.5em) {
  .h3, h3 {
    font-size: 32px
  }
}

.h4, .tabs .tabs-title a, h4 {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: Inter, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase
}

@media screen and (min-width:460px) {
  .h4, .tabs .tabs-title a, h4 {
    letter-spacing: 2px;
    font-size: 12px
  }
}

.h4.intent, .tabs .tabs-title a.intent, h4.intent {
  padding-left: 32px;
  position: relative
}

.h4.intent:before, .tabs .tabs-title a.intent:before, h4.intent:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  margin-top: -1px;
  background: #050505;
  width: 24px
}

@media screen and (min-width:960px) {
  .h4, .tabs .tabs-title a, h4 {
    font-size: 16px
  }

  .h4.intent, .tabs .tabs-title a.intent, h4.intent {
    padding-left: 80px
  }

  .h4.intent:before, .tabs .tabs-title a.intent:before, h4.intent:before {
    width: 60px
  }
}

@media screen and (min-width:1400px) {
  .h4, .tabs .tabs-title a, h4 {
    font-size: 18px
  }

  .h4.intent, .tabs .tabs-title a.intent, h4.intent {
    padding-left: 100px
  }

  .h4.intent:before, .tabs .tabs-title a.intent:before, h4.intent:before {
    width: 80px
  }
}

.accordion-title, .h5, h5 {
  font-size: 16px
}

@media screen and (min-width:64.5em) {
  .accordion-title, .h5, h5 {
    font-size: 18px
  }
}

.h6, h6 {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05rem
}

*+.h6, *+h6 {
  margin-top: 2.5em
}

.small, small {
  font-size: 80%;
  line-height: 1.6;
  display: inline-block
}

.small a, small a {
  color: inherit !important;
  text-decoration: underline !important
}

p:last-child {
  margin-bottom: 0
}

blockquote {
  margin-top: 40px !important;
  border-left: 0;
  padding: .5em 0 0;
  position: relative;
  quotes: "“" "”" "‘" "’"
}

blockquote:before {
  color: #8e1540;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: -50px
}

blockquote p {
  display: inline;
  color: #050505;
  line-height: 1.3
}

ul.list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none
}

ul.list li {
  margin: 0 0 .5em;
  padding: 0 0 0 18px;
  list-style: none;
  position: relative
}

ul.list li:before {
  content: "";
  display: block;
  position: absolute;
  top: .55em;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 100px;
  background: #8e1540
}

ul.list li ul {
  margin-top: .5em;
  margin-bottom: 1em
}

ul.checklist {
  padding: 0;
  margin: 30px 0 0;
  list-style: none
}

ul.checklist li {
  padding: 0 0 0 22px;
  list-style: none;
  display: inline-block;
  margin: 0 24px .5em 0;
  position: relative;
  color: #848484;
  font-size: 14px
}

@media screen and (max-width:40em) {
  ul.checklist li {
    font-size: 13px;
    display: block
  }
}

ul.checklist li:before {
  content: "";
  display: block;
  position: absolute;
  top: .2em;
  left: 0;
  height: 14px;
  width: 9px;
  border-bottom: 3px solid #31cb8f;
  border-right: 3px solid #31cb8f;
  transform: rotate(45deg)
}

ul.checklist li ul {
  margin-top: .5em;
  margin-bottom: 1em
}

ol.num-list {
  counter-reset: ol-counter;
  padding: 0;
  list-style: none;
  margin: 0 0 20px
}

ol.num-list li {
  margin: 0 0 .5em;
  padding: 0;
  list-style: none;
  position: relative
}

ol.num-list li:before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ". ";
  display: inline-block;
  padding-right: .5em;
  position: relative;
  color: #8e1540;
  font-weight: 700
}

ol.num-list li ol {
  counter-reset: ol-inner-counter;
  margin: .5em 0 0 1.5rem
}

ol.num-list li ol li {
  font-size: 80%
}

ol.num-list li ol li:before {
  counter-increment: ol-inner-counter;
  color: #050505;
  content: counter(ol-counter) "." counter(ol-inner-counter)
}

ol.num-list li ol ol {
  counter-reset: ol-inner2-counter;
  margin: .5em 0 0 1.5rem
}

ol.num-list li ol ol li:before {
  counter-increment: ol-inner2-counter;
  color: #050505;
  content: counter(ol-counter) "." counter(ol-inner-counter) "." counter(ol-inner2-counter)
}

ol.list {
  counter-reset: ol-counter;
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
  position: relative
}

ol.list:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 38px;
  top: 40px;
  bottom: 40px;
  background: #eee
}

ol.list li {
  margin: 0 0 2em;
  padding: 0 0 0 100px;
  list-style: none;
  position: relative;
  cursor: default
}

ol.list li span.grey {
  font-size: 100%
}

ol.list li:after {
  counter-increment: ol-counter;
  content: counter(ol-counter);
  display: inline-block;
  position: relative;
  background: #d5d5d5;
  color: #fff;
  font-weight: 700;
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100px;
  text-align: center
}

ol.list li:first-child:after, ol.list li:hover:after {
  background: #31cb8f;
  box-shadow: 0 0 0 10px #31cb8f
}

ol.list li:_first-child:hover:after {
  width: 92px;
  top: 0;
  left: -8px;
  line-height: 92px;
  height: 92px
}

.lead {
  color: #777;
  font-size: 100%
}

@media screen and (min-width:64.5em) {
  .lead {
    font-size: 120%
  }
}

@media print, screen and (max-width:40em) {
  .mobile-full {
    max-width: none;
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px
  }
}

.padding {
  padding-top: 42px;
  padding-bottom: 42px
}

.margin {
  margin-top: 42px;
  margin-bottom: 42px
}

.padding-s {
  padding: 64px
}

.margin-s {
  margin: 64px
}

.padding-xs {
  padding: 32px
}

.margin-xs {
  margin: 32px
}

.padding-top {
  padding-top: 42px
}

.margin-top {
  margin-top: 42px
}

#hero.padding-s-top, .padding-s-top {
  padding-top: 41.6px
}

.margin-s-top {
  margin-top: 41.6px
}

.padding-xs-top {
  padding-top: 32px !important
}

.margin-xs-top {
  margin-top: 32px
}

.padding-bottom {
  padding-bottom: 42px
}

.margin-bottom {
  margin-bottom: 42px
}

.padding-s-bottom {
  padding-bottom: 41.6px
}

.margin-s-bottom {
  margin-bottom: 41.6px
}

.padding-xs-bottom {
  padding-bottom: 32px !important
}

.margin-xs-bottom {
  margin-bottom: 32px
}

.padding-left {
  padding-left: 42px
}

.margin-left {
  margin-left: 42px
}

.padding-s-left {
  padding-left: 41.6px
}

.margin-s-left {
  margin-left: 41.6px
}

.padding-xs-left {
  padding-left: 32px !important
}

.margin-xs-left {
  margin-left: 32px
}

.padding-right {
  padding-right: 42px
}

.margin-right {
  margin-right: 42px
}

.padding-s-right {
  padding-right: 41.6px
}

.margin-s-right {
  margin-right: 41.6px
}

.padding-xs-right {
  padding-right: 32px !important
}

.margin-xs-right {
  margin-right: 32px
}

@media print, screen and (min-width:64em) {
  .padding {
    padding-top: 120px;
    padding-bottom: 120px
  }

  .margin {
    margin-top: 120px;
    margin-bottom: 120px
  }

  .padding-top {
    padding-top: 120px
  }

  .margin-top {
    margin-top: 120px
  }

  #hero.padding-s-top, .padding-s-top {
    padding-top: 64px
  }

  .margin-s-top {
    margin-top: 64px
  }

  .padding-xs-top {
    padding-top: 32px
  }

  .margin-xs-top {
    margin-top: 32px
  }

  .padding-bottom {
    padding-bottom: 120px
  }

  .margin-bottom {
    margin-bottom: 120px
  }

  .padding-s-bottom {
    padding-bottom: 64px
  }

  .margin-s-bottom {
    margin-bottom: 64px
  }

  .padding-xs-bottom {
    padding-bottom: 32px
  }

  .margin-xs-bottom {
    margin-bottom: 32px
  }

  .padding-left {
    padding-left: 120px
  }

  .margin-left {
    margin-left: 120px
  }

  .padding-s-left {
    padding-left: 64px
  }

  .margin-s-left {
    margin-left: 64px
  }

  .padding-xs-left {
    padding-left: 32px
  }

  .margin-xs-left {
    margin-left: 32px
  }

  .padding-right {
    padding-right: 120px
  }

  .margin-right {
    margin-right: 120px
  }

  .padding-s-right {
    padding-right: 64px
  }

  .margin-s-right {
    margin-right: 64px
  }

  .padding-xs-right {
    padding-right: 32px
  }

  .margin-xs-right {
    margin-right: 32px
  }
}

@media print, screen and (max-width:63.975em) {
  .medium-padding {
    padding: 42px
  }

  .medium-margin {
    margin: 42px
  }

  .medium-padding-top {
    padding-top: 42px
  }

  .medium-margin-top {
    margin-top: 42px
  }

  .medium-padding-bottom {
    padding-bottom: 42px
  }

  .medium-margin-bottom {
    margin-bottom: 42px
  }

  .medium-padding-left {
    padding-left: 42px
  }

  .medium-margin-left {
    margin-left: 42px
  }

  .medium-padding-right {
    padding-right: 42px
  }

  .medium-margin-right {
    margin-right: 42px
  }
}

@media print, screen and (max-width:39.975em) {
  .small-padding {
    padding: 42px
  }

  .small-margin {
    margin: 42px
  }

  .small-padding-top {
    padding-top: 22.4px
  }

  .small-margin-top {
    margin-top: 42px
  }

  .small-padding-bottom {
    padding-bottom: 22.4px
  }

  .small-margin-bottom {
    margin-bottom: 42px
  }

  .small-padding-left {
    padding-left: 22.4px
  }

  .small-margin-left {
    margin-left: 42px
  }

  .small-padding-right {
    padding-right: 22.4px
  }

  .small-margin-right {
    margin-right: 42px
  }
}

.no-padding {
  padding: 0 !important
}

.no-padding-top {
  padding-top: 0 !important
}

.no-padding-bottom {
  padding-bottom: 0 !important
}

.no-padding-left {
  padding-left: 0 !important
}

.no-padding-right {
  padding-right: 0 !important
}

.no-margin {
  margin: 0 !important
}

.no-margin-top {
  margin-top: 0 !important
}

.no-margin-bottom {
  margin-bottom: 0 !important
}

.no-margin-left {
  margin-left: 0 !important
}

.no-margin-right {
  margin-right: 0 !important
}

@media print, screen and (max-width:39.975em) {
  .small-no-margin {
    margin: 0 !important
  }

  .small-no-padding {
    padding: 0 !important
  }

  .small-no-padding-top {
    padding-top: 0 !important
  }

  .small-no-margin-top {
    margin-top: 0 !important
  }

  .small-no-padding-bottom {
    padding-bottom: 0 !important
  }

  .small-no-margin-bottom {
    margin-bottom: 0 !important
  }

  .small-no-padding-left {
    padding-left: 0 !important
  }

  .small-no-margin-left {
    margin-left: 0 !important
  }

  .small-no-padding-right {
    padding-right: 0 !important
  }

  .small-no-margin-right {
    margin-right: 0 !important
  }
}

@media print, screen and (max-width:63.975em) {
  .medium-no-margin {
    margin: 0 !important
  }

  .medium-no-padding {
    padding: 0 !important
  }

  .medium-no-padding-top {
    padding-top: 0 !important
  }

  .medium-no-margin-top {
    margin-top: 0 !important
  }

  .medium-no-padding-bottom {
    padding-bottom: 0 !important
  }

  .medium-no-margin-bottom {
    margin-bottom: 0 !important
  }

  .medium-no-padding-left {
    padding-left: 0 !important
  }

  .medium-no-margin-left {
    margin-left: 0 !important
  }

  .medium-no-padding-right {
    padding-right: 0 !important
  }

  .medium-no-margin-right {
    margin-right: 0 !important
  }
}

.transition-fade {
  opacity: 1;
  transition: .5s ease-in-out
}

html:after {
  transition: .5s ease-in-out;
  left: 100%;
  right: 0;
  width: 0;
  background: #000;
  z-index: 1004
}

html:after, html:before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  top: 0
}

html:before {
  transition: all .3s ease-in-out !important;
  z-index: 1005;
  opacity: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' fill='none' stroke-linecap='round' r='15' stroke-width='2' stroke='%23fff' stroke-dasharray='22.707963267948966 22.707963267948966' transform='rotate(210 50 50)' opacity='.25'%3E%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='0.9s' begin='0s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E") no-repeat 50%;
  background-size: 100px;
  pointer-events: none
}

html.is-animating:after, html:before {
  left: 0;
  width: 100%
}

html.is-changing:before {
  opacity: 1;
  transition: all .5s ease-in-out .1s !important
}

html.is-leaving:after {
  left: 0
}

html.is-rendering:after {
  width: 0;
  left: 100%;
  transition: .5s ease-in-out 1s
}

html.is-animating .transition-fade {
  opacity: 0
}

.button {
  border-radius: 0;
  border: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  padding-right: 64px;
  color: #fff
}

.button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg)
}

.button.accent {
  background: #999
}

.button[data-video] {
  position: relative;
  padding-left: 56px
}

.button[data-video]:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 16px
}

@media screen and (max-width:39.975em) {
  .button[data-video]:before {
    left: 20px
  }
}

.button.hollow {
  box-shadow: none;
  border-width: 0;
  box-shadow: inset 0 0 0 1px #eee;
  color: #848484 !important;
  padding-left: 40px;
  padding-right: 40px
}

.button.hollow:after {
  display: none
}

.button.hollow:hover {
  box-shadow: inset 0 0 0 1px #8e1540;
  color: #8e1540 !important
}

.button.success {
  color: #fff !important
}

.button.disabled, .button[disabled] {
  background: #f8f8f8 !important;
  color: #eee !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: .35;
  opacity: 0;
  pointer-events: none
}

.button.disabled:after, .button[disabled]:after {
  border-top: 3px solid #eee;
  border-right: 3px solid #eee
}

.button.disabled.hollow, .button[disabled].hollow {
  opacity: 0
}

p+.button {
  margin-top: 16px
}

.button:last-child {
  margin-bottom: 0
}

.button:hover {
  color: #fff
}

.button:hover:after {
  right: 30px
}

.arrow-link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #8e1540 !important;
  text-transform: uppercase;
  letter-spacing: .1rem;
  position: relative;
  overflow: hidden;
  padding: 8px 0
}

.arrow-link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.421 12.8'%3E%3Cpath data-name='Pfad 1' d='M0 4.882h14.131v2.569H0z' fill='%238e1540'/%3E%3Cpath data-name='Rechteck 4' fill='%238e1540' d='M11.062 0l6.359 6.359-1.817 1.817-6.359-6.36z'/%3E%3Cpath data-name='Rechteck 5' fill='%238e1540' d='M17.421 6.441L11.062 12.8l-1.817-1.817 6.36-6.359z'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.421 12.801'%3E%3Cpath d='M9.246 10.983l3.533-3.533H0V4.881h12.31L9.245 1.816 11.062 0l6.359 6.359-.041.041.042.042-6.36 6.358z' fill='%238e1540'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px;
  height: 14px;
  content: "";
  width: 18px;
  display: inline-block;
  transform: translateY(1px);
  margin-right: 18px
}

.arrow-link:hover {
  color: #8e1540 !important
}

.arrow-link:hover:before {
  transform: translate(4px, 1px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.421 12.801'%3E%3Cpath d='M9.246 10.983l3.533-3.533H0V4.881h12.31L9.245 1.816 11.062 0l6.359 6.359-.041.041.042.042-6.36 6.358z' fill='%238e1540'/%3E%3C/svg%3E")
}

p+.arrow-link {
  margin-top: 32px
}

.contact-link.sep {
  pointer-events: none
}

.contact-link {
  font-size: 80%;
  line-height: 24px;
  font-weight: 700;
  color: #8e1540 !important;
  text-transform: uppercase;
  letter-spacing: .05rem;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  padding: 0
}

@media print, screen and (max-width:39.975em) {
  .contact-link {
    display: block;
    margin-top: 0px;
      font-size: 90%;
  }
}

.contact-link:hover {
  text-decoration: underline
}

.arrow-link-small {
  display: block;
  font-size: 80%;
  line-height: 24px;
  font-weight: 700;
  color: #8e1540 !important;
  text-transform: uppercase;
  letter-spacing: .1rem;
  position: relative;
  overflow: hidden;
  padding: 0
}

@media print, screen and (max-width:39.975em) {
.arrow-link-small {
      font-size: 90%;
  }
}
.arrow-link-small:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.421 12.8'%3E%3Cpath data-name='Pfad 1' d='M0 4.882h14.131v2.569H0z' fill='%238e1540'/%3E%3Cpath data-name='Rechteck 4' fill='%238e1540' d='M11.062 0l6.359 6.359-1.817 1.817-6.359-6.36z'/%3E%3Cpath data-name='Rechteck 5' fill='%238e1540' d='M17.421 6.441L11.062 12.8l-1.817-1.817 6.36-6.359z'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.421 12.801'%3E%3Cpath d='M9.246 10.983l3.533-3.533H0V4.881h12.31L9.245 1.816 11.062 0l6.359 6.359-.041.041.042.042-6.36 6.358z' fill='%238e1540'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px;
  height: 12px;
  content: "";
  width: 18px;
  display: inline-block;
  transform: translateY(1px);
  margin-right: 12px
}

.arrow-link-small:hover {
  color: #8e1540 !important
}

.arrow-link-small:hover:before {
  transform: translate(4px, 1px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.421 12.801'%3E%3Cpath d='M9.246 10.983l3.533-3.533H0V4.881h12.31L9.245 1.816 11.062 0l6.359 6.359-.041.041.042.042-6.36 6.358z' fill='%238e1540'/%3E%3C/svg%3E")
}

p+.arrow-link-small {
  margin-top: 16px
}

.tabs {
  display: flex;
  border: 0
}

.tabs .tabs-title {
  flex: 1 0 0;
  text-align: center;
  border-bottom: 0;
  border-right: 0;
  border-color: currentcolor #eee #f8f8f8 currentcolor;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0
}

.tabs .tabs-title a {
  font-size: 12px;
  color: #050505;
  margin: 0
}

@media print, screen and (min-width:40em) {
  .tabs .tabs-title a {
    font-size: 16px
  }
}

.tabs .tabs-title.is-active a {
  box-shadow: 0 -10px 0 #8e1540;
  padding: .75em 1.5em 1.25em
}

.tabs-content {
  border: 0;
  background: #fff !important;
  padding: 32px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: none
}

@media print, screen and (min-width:40em) {
  .tabs-content {
    padding: 64px
  }
}

.tabs-content .tabs-panel {
  padding: 0;
  background: none
}

.accordion {
  border-bottom: 1px solid #eee
}

.accordion .accordion-item .accordion-title, .accordion .accordion-item:first-child .accordion-title {
  border-top: 1px solid #eee !important
}

.accordion .accordion-item .accordion-title strong, .accordion .accordion-item:first-child .accordion-title strong {
  font-size: 16px
}

.accordion .accordion-item .accordion-title:before, .accordion .accordion-item:first-child .accordion-title:before {
  font-size: 180%;
  right: 25px;
  margin-top: -.5em;
  color: #999
}

.accordion .accordion-item:first-child .accordion-title, .accordion .accordion-item:first-child:first-child .accordion-title {
  border-top: 0
}

.accordion .accordion-item.is-active .accordion-title, .accordion .accordion-item:first-child.is-active .accordion-title, .accordion .accordion-item:first-child:hover .accordion-title, .accordion .accordion-item:hover .accordion-title {
  background: #8e1540;
  color: #fff;
  border-color: #8e1540
}

.accordion .accordion-item.is-active .accordion-title:before, .accordion .accordion-item:first-child.is-active .accordion-title:before, .accordion .accordion-item:first-child:hover .accordion-title:before, .accordion .accordion-item:hover .accordion-title:before {
  color: #fff
}

.accordion .accordion-item.is-active .accordion-title .accent-1, .accordion .accordion-item:first-child.is-active .accordion-title .accent-1, .accordion .accordion-item:first-child:hover .accordion-title .accent-1, .accordion .accordion-item:hover .accordion-title .accent-1 {
  color: #fff !important
}

.accordion .accordion-item .accordion-content, .accordion .accordion-item:first-child .accordion-content {
  border-top: 1px solid #eee
}

.accordion .accordion-item:first-child:last-child, .accordion .accordion-item:last-child {
  border-right: 0
}

.slider {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px
}

.slider .slider-fill, .slider .slider-handle {
  border-radius: 100px
}

.switch {
  margin: 0
}

.switch .switch-paddle, .switch .switch-paddle:after {
  border-radius: 20px
}

.slick-arrow {
  opacity: 1;
  position: absolute;
  right: -76px;
  top: 0;
  width: 60px;
  height: calc(100% - 8px);
  outline: none !important;
  background: none !important;
  z-index: 29;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 transparent
}

@media print, screen and (max-width:39.975em) {
  .slick-arrow {
    top: 52px;
    right: -4px
  }
}

.slick-arrow span {
  position: absolute;
  top: 50%;
  right: 24px;
    z-index: 99;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff ;
  transform: translateY(-50%) rotate(45deg)
}

.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30vw;
  background: #050505;
  opacity: .67;
}

.slick-arrow.slick-prev {
  left: -76px;
  margin-right: 50px
}

.slick-arrow.slick-prev:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0
}

@media print, screen and (max-width:39.975em) {
  .slick-arrow.slick-prev {
    right: -4px
  }
}

.slick-arrow.slick-prev span {
  right: auto;
  left: 24px;
  transform: translateY(-50%) rotate(-135deg)
}

.slick-arrow.slick-disabled {
  opacity: 1;
  pointer-events: none
}

.slick-arrow.slick-disabled:after {
  opacity: 0
}

.slick-arrow.slick-disabled span {
  border-top: 2px solid #eee;
  border-right: 2px solid #eee
}

@media print, screen and (max-width:39.975em) {
  .slick-arrow.slick-disabled.slick-next {
    background: #eee !important;
    opacity: 1
  }
}

.slick-arrow:hover {
  opacity: 1
}

.slick-arrow:hover span {
  z-index: 99;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 10px;
}

.slick-arrow:hover:after {
  opacity: .85
}

.slick-dots {
  display: table;
  width: calc(100% - 32px);
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  padding: 0 !important;
  margin: 24px 0 0;
  list-style-type: none;
  height: 1px !important;
  overflow: hidden !important;
}

@media print, screen and (max-width:39.975em) {
  .slick-dots {
    margin-top: 30px
  }
}

.slick-dots li {
  margin: 0 !important;
  height: 1px !important;
  display: table-cell;
  padding: 0 !important;
  position: relative;
}
.slick-dots li:after{
  content: "";
  width: 100%;
  position: absolute;
  top:0;
  right: 0;
  height: 1px;
  background: #ddd;
  display: block;
}
.slick-dots li.slick-active {
    position: relative;
}
.slick-dots li.slick-active:after{
  content: "";
  width: 2000px;
  position: absolute;
  top:0;
  right: 0;
  height: 1px;
  background: #222 !important;
  display: block;
}


.slick-dots button {
  display: block;
  width: 60px;
  width: 100%;
  height: 1px;
  height: 1px !important;
  padding: 0;
  position: relative;
  border: none;
  text-indent: -9999px;
}



[data-video] {
  cursor: pointer;
  position: relative;
  background: #777;
  overflow: hidden
}

[data-video] img {
  opacity: .5
}

[data-video]:before {
  background: #999;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  transform: translate(-50%, -50%);
  z-index: 4
}

[data-video]:after, [data-video]:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%
}

[data-video]:after {
  transform: translate(-40%, -50%);
  z-index: 5;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 14px 0 14px 28px
}

[data-video]:hover img {
  opacity: .25
}

[data-video]:hover:before {
  width: 100px;
  height: 100px
}

#overlayVideo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999995;
  background: #000;
  animation-duration: .75s !important;
  animation-timing-function: cubic-bezier(.2, .6, .35, 1)
}

#overlayVideo i {
  background: #f8f8f8;
  font-style: normal;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 47px;
  text-align: center
}

#overlayVideo i:hover {
  background: #8e1540;
  color: #fff
}

#overlayVideo iframe {
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 9999996
}

#header {
  background: transparent;
  position: fixed;
  z-index: 1003;
  width: 100%;
  top: 0;
  left: 0
}

#header .grid-x {
  height: 140px
}

@media screen and (max-width:63.975em) {
  #header .grid-x {
    height: 60px
  }

  .scrolled #header .grid-x {
    background-color: #f7f7f7;
    /*
    box-shadow: 0 39px 20px -25px rgba(0, 0, 0, .1)
    */
  }
}

#header .logo {
  display: block;
  overflow: hidden;
  z-index: 99;
  position: relative
}

#header .logo svg {
  margin: 0;
  height: 60px;
  z-index: 20;
  background: #8e1540
}

#header .logo .name, #header .logo svg {
  display: block;
  float: left;
  position: relative;
  transition-duration: .4s
}

#header .logo .name {
  z-index: 10;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  padding: 0 20px
}

@media screen and (max-width:63.975em) {
  #header .logo .name {
    pointer-events: none
  }
}

@media screen and (min-width:64em) {
  #header .logo:hover .name {
    background: #eee
  }

  #header .logo:hover svg {
    transform: rotate(90deg)
  }
}

#header #navigation {
  transition-duration: .5s
}

#header #navigation a {
  padding: 0 2rem;
  color: #050505;
  font-size: 16px;
  font-weight: 700
}

#header #navigation a:hover {
  color: #8e1540
}

#header #navigation a:hover.active {
  color: #848484 !important;
  cursor: default
}

@media screen and (min-width:64em) {
  #header #navigation a {
    padding: 0 1rem;
    line-height: 60px
  }
}

#header #navigation li:last-child {
  padding-right: 60px
}

#header #navigation li.primary {
  position: relative
}

#header #navigation li.primary a {
  color: #8e1540;
  position: relative
}

#header #navigation li.primary:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #8e1540;
  transition-duration: .4s !important
}

@media screen and (min-width:64em) {
  #header #navigation li.primary:hover {
    transition-delay: 0
  }

  #header #navigation li.primary:hover:before {
    width: 100%
  }

  #header #navigation li.primary:hover a {
    transition-duration: .4s !important;
    transform: translateX(10px);
    transition-delay: 0 !important;
    color: #fff !important
  }
}

#header #navToggle {
  position: absolute;
  right: 0;
  top: 0;
  background: #eee;
  width: 60px;
  height: 60px;
  z-index: 20000;
  transform: translateX(100%);
  z-index: 4
}

#header #navToggle:before {
  content: "MENÜ";
  font-size: 12px;
  letter-spacing: 2px;
  color: #848484;
  text-align: center;
  display: block;
  position: absolute;
  top: 21px;
  right: 60px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2
}

@media screen and (min-width:64em) {
  #header #navToggle:before {
    display: none
  }
}

.scrolled #header #navToggle:before {
  width: 64px;
  opacity: 1
}

#header #navToggle span {
  background: #050505;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#header #navToggle span:after, #header #navToggle span:before {
  background: #050505;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  width: 14px;
  height: 2px
}

#header #navToggle span:after {
  top: 5px;
  width: 10px
}

#header .open #navToggle {
  background: #000
}

#header .open #navToggle:before {
  width: calc(100vw - 120px)
}

#header .open #navToggle span {
  background: transparent;
  margin-left: -2px
}

#header .open #navToggle span:after, #header .open #navToggle span:before {
  background: #fff;
  width: 18px;
  top: 0;
  transform: rotate(45deg)
}

#header .open #navToggle span:after {
  transform: rotate(-45deg)
}

@media screen and (max-width:63.975em) {
  #header .logo .name {
    transform: translateX(-100%)
  }

  #header #navToggle {
    transform: translateX(0)
  }

  #header #navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    bottom: 0;
    background: #252525 !important;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    transform: translateX(120%)
  }

  #header #navigation li {
    text-align: center;
    padding: 10px 30px !important;
    transform: translateX(200px) !important;
    transition: all .4s ease-in-out;
    opacity: 0
  }

  #header #navigation li:first-child {
    transition-duration: .7s !important;
    transition-delay: 0s !important
  }

  #header #navigation li:nth-child(2) {
    transition-duration: .6s !important;
    transition-delay: .1s !important
  }

  #header #navigation li:nth-child(3) {
    transition-duration: .5s !important;
    transition-delay: .2s !important
  }

  #header #navigation li:nth-child(4) {
    transition-duration: .4s !important;
    transition-delay: .3s !important
  }

  #header #navigation li:nth-child(5) {
    transition-duration: .3s !important;
    transition-delay: .4s !important
  }

  #header #navigation li:nth-child(6) {
    transition-duration: .2s !important;
    transition-delay: .5s !important
  }

  #header #navigation li:nth-child(7) {
    transition-duration: .1s !important;
    transition-delay: .6s !important
  }

  #header #navigation li:nth-child(8) {
    transition-duration: 0s !important;
    transition-delay: .7s !important
  }

  #header #navigation li:nth-child(9) {
    transition-duration: -.1s !important;
    transition-delay: .8s !important
  }

  #header #navigation li:nth-child(10) {
    transition-duration: -.2s !important;
    transition-delay: .9s !important
  }

  #header #navigation a {
    color: #fff !important;
    font-size: 42px;
    margin-bottom: 12px;
  }

  #header .open #navigation, #header .open #navigation li {
    transform: translateX(0) !important
  }

  #header .open #navigation li {
    opacity: 1
  }
}

.scrolled #header #navToggle {
  transform: translateX(0)
}

.scrolled #header .logo:not(:hover) .name {
  transform: translateX(-100%)
}

.scrolled #header #navigation {
  transform: translateX(120%)
}

.scrolled #navWrapper#navWrapper.open #navigation:first-child li.primary {
  transition-delay: 0s
}

.scrolled #navWrapper#navWrapper.open #navigation:first-child li.primary a {
  transition-delay: 0s !important
}

#navWrapper {
  min-height: 60px
}

#navWrapper a {
  transition-property: color, opacity
}

#navWrapper #navigation {
  padding-left: 20px
}

#navWrapper .shade {
  position: fixed;
  background: #252525;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.scrolled #navWrapper.open .go {
  z-index: 200;
  left: 0 !important;
  right: 0 !important;
  opacity: 0;
  right: -50%;
  margin-left: 0
}

.scrolled #navWrapper.open .shade {
  left: 0;
  opacity: 1;
  opacity: .25;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all
}

@media screen and (max-width:63.975em) {
  .scrolled #navWrapper.open .shade {
    display: none
  }
}

.scrolled #navWrapper.open #navigation {
  opacity: 1 !important;
  transform: translateX(0) !important;
  background: #eee;
  background: #fff
}

.scrolled #navWrapper.open #navigation li a {
  transform: translateX(0) !important
}

.scrolled #navWrapper.open #navigation:first-child a {
  transition-delay: .4s !important
}

.scrolled #navWrapper.open #navigation:nth-child(2) a {
  transition-delay: .6s !important
}

.scrolled #navWrapper.open #navigation:nth-child(3) a {
  transition-delay: .8s !important
}

.scrolled #navWrapper.open #navigation:nth-child(4) a {
  transition-delay: 1s !important
}

.scrolled #navWrapper.open #navigation:nth-child(5) a {
  transition-delay: 1.2s !important
}

.scrolled #navWrapper.open #navigation:nth-child(6) a {
  transition-delay: 1.4s !important
}

.scrolled #navWrapper.open #navigation:nth-child(7) a {
  transition-delay: 1.6s !important
}

.scrolled #navWrapper.open #navigation:nth-child(8) a {
  transition-delay: 1.8s !important
}

.scrolled #navWrapper.open #navigation:nth-child(9) a {
  transition-delay: 2s !important
}

.scrolled #navWrapper.open #navigation:nth-child(10) a {
  transition-delay: 2.2s !important
}

#footer {
  padding: 0
}

@media screen and (max-width:63.9375em) {
  #footer .medium-8 {
    padding: 40px 0 80px
  }
}

#footer h4 {
  margin-bottom: 20px
}

#footer .link {
  color: #848484;
  display: block;
  padding: 0 0 5px
}

#footer .link:hover {
  color: #8e1540
}

@media screen and (max-width:39.9375em) {
  #footer .medium-4 {
    border-top: 1px solid #eee;
    margin-bottom: 40px;
    padding-top: 40px
  }
}

#footer .medium-4.gutter {
  padding-left: 30px
}

@media screen and (max-width:39.9375em) {
  #footer .medium-4.gutter {
    padding-left: 0
  }
}

@media screen and (max-width:63.9375em) {
  #footer .medium-4.gutter {
    padding-bottom: 80px
  }
}

@media screen and (max-width:39.9375em) {
  #footer .medium-4.gutter {
    padding-bottom: 0;
    margin-bottom: 0
  }
}

@media screen and (min-width:64em) and (max-width:64em) {
  #footer .medium-4.gutter {
    display: none
  }
}

#footer .availablilty {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #fc5;
  border-radius: 10px;
  margin-bottom: 2px;
  margin-left: 2px
}

@media screen and (max-width:39.9375em) {
  #footer .availablilty {
    margin-left: 4px;
    margin-bottom: -1px
  }
}

#footer .socket {
  padding: 60px 0
}

#footer .socket .link {
  display: inline-block;
  padding: 0 12px 3px
}

@media screen and (max-width:39.9375em) {
  #footer .socket .link {
    padding: 0 20px 3px 0
  }
}

#footer .social {
  display: inline-block;
  position: relative;
  background: #848484;
  width: 48px;
  height: 48px;
  border-radius: 32px;
  margin: 0 6px
}

@media screen and (max-width:39.9375em) {
  #footer .social {
    margin: 0 0 30px;
    transform: scale(.85)
  }
}

#footer .social:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px
}

#footer .social:hover.facebook {
  background: #3b5999
}

#footer .social:hover.google {
  background: #dd4b39
}

#footer .social:hover.pinterest {
  background: #bd081c
}

#footer .social:hover.youtube {
  background: #cd201f
}

#footer .social svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 27px;
  transform: translate(-50%, -50%)
}

.select, [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  box-sizing: border-box;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 12px;
  padding: .4rem 1.5rem;
  display: block
}

textarea {
  margin-bottom: 32px;
  resize: none
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select {
  height: 58px;
  margin-bottom: 24px
}

@media print, screen and (min-width:40em) {
  [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select {
    margin-bottom: 32px
  }
}

textarea {
  min-height: 160px
}

.select {
  text-align: left;
  height: 48px;
  line-height: 29px;
  color: #777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 25px
}

.select option {
  line-height: 50px
}

.select, select {
  padding-right: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8f8f8 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%28138, 138, 138%29'></polygon></svg>") no-repeat;
  background-position: right 1rem center;
  background-size: 9px 6px
}

.select option, select option {
  color: #050505;
  padding: .5rem 1rem
}

.select:invalid, select:invalid {
  color: #757575
}

.select[data-invalid], select[data-invalid] {
  color: #e74c3c;
  border-color: #e74c3c
}

@media print, screen and (min-width:40em) {
  form .cell.collapse-right {
    padding-right: 0 !important
  }
}

label {
  position: relative;
  color: #848484;
  text-align: left;
  margin: -4px 0 32px 2px !important;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 1;
  letter-spacing: 1px
}

label:first-child {
  margin-top: -4px
}

label input {
  margin-top: 4px !important
}

label a {
  color: inherit;
  text-decoration: underline
}

label.cb, label.rb {
  opacity: 1;
  margin-left: 0;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6
}

@media screen and (max-width:39.95em) {
  label.cb, label.rb {
    float: left;
    text-align: left
  }
}

label.cb input, label.rb input {
  position: absolute;
  top: 3px;
  left: 0;
  outline: none
}

label.cb.cb, label.rb.cb {
  padding-left: 40px;
  color: #848484
}

label.cb.cb input, label.rb.cb input {
  top: -1px
}

label.cb.cb small, label.rb.cb small {
  font-size: 13px
}

label.cb.rb, label.rb.rb {
  padding-right: 20px
}

label.cb.rb input, label.rb.rb input {
  top: 2px
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: none;
  border: 1px solid #ccc;
  padding: 11px;
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
  margin-right: 4px
}

.regular-checkbox.validation-failed {
  border-color: rgba(5, 5, 5, .6) !important
}

.cb, .rb {
  padding-top: .35em;
  line-height: 1.5;
  margin-top: 20px
}

.regular-checkbox:checked {
  background-color: #31cb8f;
  border: 2px solid #31cb8f
}

.regular-checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  transform: rotate(45deg);
  transform-origin: center center
}

.regular-checkbox:checked:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.regular-radio {
  -webkit-appearance: none;
  background-color: none;
  border: 1px solid #848484;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative
}

.regular-radio:checked:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  background: #8e1540;
  text-shadow: 0;
  left: 4px;
  font-size: 32px
}

.regular-radio:checked {
  background-color: none;
  color: #848484;
  border: 1px solid #8e1540
}

.regular-radio:checked+span {
  font-weight: 700;
  color: #8e1540
}

.regular-radio:checked+span i {
  font-weight: 400;
  font-style: normal
}

.response-message, [data-abide-error] {
  position: relative;
  background: #e74c3c;
  display: block;
  padding: 1rem;
  color: #fff;
  margin-bottom: 1.5rem
}

.response-message p, [data-abide-error] p {
  margin-bottom: 0
}

.response-message.success, [data-abide-error].success {
  background: #31cb8f
}

.form-success-msg {
  position: relative;
  background: rgba(49, 203, 143, .1);
  border: 1px solid #31cb8f;
  display: block;
  padding: 1rem;
  color: #fff;
  margin-bottom: 1.5rem
}

.form-success-msg p {
  color: #31cb8f
}

.close-button {
  font-size: 30px;
  padding: 0 5px;
  right: 1rem;
  top: 1rem;
  color: rgba(0, 0, 0, .25)
}

.dropdown-pane {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  margin-top: -2px
}

.payment-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.payment-list li {
  clear: both;
  line-height: 24px;
  padding: 10px 10px 10px 70px;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 14px
}

.payment-list li:last-child {
  border-bottom: 0
}

.payment-list li:hover {
  background: rgba(231, 49, 79, .1);
  color: #8e1540
}

@media screen and (max-width:39.95em) {
  .payment-list li {
    padding: 5px 5px 5px 60px;
    font-size: 13px
  }
}

.payment-list li img {
  position: absolute;
  left: 10px;
  top: 6px;
  height: 32px
}

@media screen and (max-width:39.95em) {
  .payment-list li img {
    top: 5px;
    height: 24px
  }
}

#paymentPlaceholder.black {
  position: relative;
  padding-left: 40px;
  font-size: 14px
}

#paymentPlaceholder.black img {
  position: absolute;
  left: -6px;
  top: -5px;
  height: 24px
}

.custom-select {
  position: relative;
  font-family: Arial
}

.custom-select select {
  display: none
}

.select-selected {
  margin-bottom: 32px
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 26px;
  right: 26px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #848484
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff;
  top: 7px
}

.select-items div, .select-selected {
  background: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0 1.5rem;
  line-height: 42px;
  transition-duration: .3s;
  border-top: 1px solid #f8f8f8;
  display: block;
  color: #050505;
  cursor: pointer
}

.select-selected {
  background: #f8f8f8;
  color: #848484;
  line-height: 56px;
  border: 1px solid #f8f8f8
}

.select-items {
  position: absolute;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, .05);
  border: 1px solid #f8f8f8;
  border-top: 0;
  background: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99
}

.select-items div {
  font-size: 14px
}

.select-hide {
  display: none
}

.same-as-selected, .select-items div:hover {
  background-color: rgba(49, 203, 143, .05);
  color: #31cb8f
}

.inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

.inputfile+label {
  font-size: 1rem;
  margin-bottom: 32px;
  padding: 18px 30px 18px 20px;
  text-align: left;
  min-width: 240px;
  width: 100%;
  text-transform: none;
  color: #fff;
  background-color: #31cb8f;
  display: inline-block
}

.inputfile+label svg {
  margin-right: 0;
  margin-top: 3px
}

.inputfile+label svg path {
  fill: #fff
}

.inputfile.blue+label {
  background-color: #3d9ae2
}

.inputfile+label:hover, .inputfile:focus+label {
  background-color: #8e1540
}

.inputfile+label {
  cursor: pointer
}

.inputfile:focus+label {
  outline: 1px dotted #000;
  outline: 5px auto -webkit-focus-ring-color
}

.inputfile+label * {
  pointer-events: none
}

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 100px 1rem 30px;
  background: #fff;
  font-size: 14px;
  z-index: 99999999;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  opacity: 0;
  min-height: 90px;
  width: 100%;
  display: table
}

@media print, screen and (max-width:39.985em) {
  #cookies {
    min-height: 20px;
    padding: 1rem 1.1rem .7rem 1rem;
    font-size: 10px
  }
}

#cookies p {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle
}

#cookies a {
  text-decoration: underline;
  font-size: inherit;
  font-weight: 400;
  color: #8e1540
}

#cookies.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

#cookies span {
  border: 1px solid #8e1540;
  color: #8e1540;
  padding: 18px 20px;
  font-weight: 500;
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 20px
}

@media print, screen and (max-width:39.985em) {
  #cookies span {
    top: 0;
    padding: 5px 12px;
    border-radius: 2px;
    background: #8e1540;
    color: #fff;
    transform: translateY(-50%)
  }
}

#cookies span:hover {
  background: #8e1540;
  color: #fff
}

.carousel {
  margin: 0 -16px
}

.carousel .slick-slide {
  margin: 0 16px
}

.carousel .slick-list, .carousel .slick-track {
  overflow: visible !important
}

.carousel .slick-slide a {
  color: #050505
}

.carousel .slick-slide a .image {
  display: inline-block;
  background-color: #8e1540;
  margin-bottom: 16px;
  overflow: hidden
}

.carousel .slick-slide a .image img {
  transition-duration: 3s
}

.carousel .slick-slide a:hover {
  color: #8e1540
}

.carousel .slick-slide a:hover img {
  opacity: .5;
  transition-duration: 5s;
  transform: scale3d(1.5, 1.5, 1.5) translate3d(-15%, -10%, 0)
}

.carousel .slick-slide:not(.slick-active) {
  opacity: .5
}

.carousel .slick-slide:not(.slick-active) a {
  color: rgba(5, 5, 5, 0)
}

.download-box {
  border-radius: 15px;
  overflow: hidden;
  padding: 32px;
  text-align: center;
  margin-bottom: 64px
}

.download-box img {
  max-width: calc(100% + 64px);
  margin: -32px -32px 1rem
}

.download-box .socket {
  margin: 16px -32px -32px;
  padding: 12px;
  border-top: 1px solid #eee
}

.download-box a.download {
  font-size: 80%;
  font-weight: 700
}

.download-box a.download:after {
  content: "|";
  font-weight: 400;
  color: #ccc;
  pointer-events: none;
  display: inline-block;
  margin: 0 5px
}

.download-box a.download:last-child:after {
  display: none
}

.logo-carousel {
  margin: 0 -16px
}

.logo-carousel .slick-slide {
  margin: 0 16px
}

.logo-carousel .slick-list, .logo-carousel .slick-track {
  overflow: visible !important
}

.logo-carousel .slick-slide a {
  color: #050505
}

.logo-carousel .slick-slide a .image {
  display: flex;
  overflow: hidden;
  text-align: center;
  min-height: 80px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center
}

@media print, screen and (min-width:40em) {
  .logo-carousel .slick-slide a .image {
    min-height: 120px;
    padding: 20px 30px
  }
}

.logo-carousel .slick-slide a .image img {
  max-width: 100%;
  display: inline-block;
  max-height: 80px
}

.logo-carousel .slick-slide:not(.slick-active) {
  opacity: 0
}

.feature-item {
  text-align: center;
  position: relative
}

@media screen and (max-width:40em) {
  .feature-item {
    padding-left: 38px
  }
}

.feature-item p {
  color: #848484
}

.feature-item img, .feature-item svg {
  border-radius: 100px;
  width: 75px;
  margin-bottom: 1rem
}

@media screen and (max-width:40em) {
  .feature-item img, .feature-item svg {
    width: 32px;
    margin-bottom: .5rem;
    position: absolute;
    top: -4px;
    left: 0
  }

  .feature-item img path, .feature-item svg path {
    fill: #fff !important
  }

  .feature-item img g path, .feature-item svg g path {
    fill: #999 !important
  }
}

.large-4 .feature-item, .large-5 .feature-item, .large-6 .feature-item {
  text-align: left;
  margin-bottom: 50px
}

@media screen and (max-width:40em) {
  .large-4 .feature-item, .large-5 .feature-item, .large-6 .feature-item {
    margin-bottom: 16px
  }
}

.large-4 .feature-item>div, .large-5 .feature-item>div, .large-6 .feature-item>div {
  float: left;
  margin-right: 24px
}

@media screen and (max-width:40em) {
  .large-4 .feature-item>div, .large-5 .feature-item>div, .large-6 .feature-item>div {
    margin-right: 4px;
    margin-left: 2px;
    margin-top: -3px
  }
}

#hero.padding-s-top {
  margin-bottom: 0 !important
}

.accordion {
  overflow: hidden;
  border: 0 !important;
  border-radius: 15px
}

.accordion-item:first-child .accordion-title {
  border: 0
}

.accordion-title {
  margin: 0;
  padding: 20px;
  background: #fff
}

@media print, screen and (min-width:40em) {
  .accordion-title {
    padding: 32px
  }
}

.accordion-title:before {
  font-weight: 400
}

.accordion-title:hover, .is-active .accordion-title {
  background: #999 !important;
  color: #fff !important
}

.accordion-content {
  padding: 20px;
  background: #fff
}

@media print, screen and (min-width:40em) {
  .accordion-content {
    padding: 32px
  }
}

#hero {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, .1)
}

@media print, screen and (min-width:64em) {
  #hero {
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100vh;
    max-height: 960px
  }
}

#hero .hero-images {
  max-width: 950px;
  height: 100vw
}

@media print, screen and (min-width:64em) {
  #hero .hero-images {
    position: absolute;
    top: 30px;
    left: 15%;
    width: 64%
  }
}

@media print, screen and (max-width:1700px) {
  #hero .hero-images {
    width: 58%;
    left: 22%
  }
}

@media print, screen and (max-width:1500px) {
  #hero .hero-images {
    width: 50%;
    left: 22%;
    top: 60px
  }
}

@media print, screen and (max-width:63.975em) {
  #hero .hero-images {
    width: 100%;
    left: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    height: auto;
    margin-bottom: -160px;
    margin-left: -3%;
    text-align: center
  }

  #hero .hero-images img {
    display: inline-block !important;
    max-width: 500px
  }
}

@media print, screen and (max-width:40em) {
  #hero .hero-images {
    margin-bottom: -28vw
  }
}

@media print, screen and (min-width:64em) {
  #hero .hero-images {
    height: auto;
    bottom: 0;
    transform: translateX(-48%) !important
  }
}

#hero .hero-images picture {
  width: 100%;
  height: 100%;
  display: block
}

#hero .hero-images img {
  display: block;
  width: 100%
}

.step-slider .slick-slide {
  padding-bottom: 64px;
  padding-top: 32px
}

.step {
  padding: 64px 64px 0 0;
  margin-top: 0;
  position: relative;
  cursor: pointer
}

.step.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 30px;
  height: 10px;
  border-radius: 5px;
  background-color: #999;
  z-index: 2
}

.step p {
  color: #848484
}

.step img {
  border-radius: 64px;
  margin-bottom: 1rem
}

.neumorph-panel {
  position: relative;
  padding-bottom: 64px
}

.neumorph-panel:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  right: -20px;
  border-radius: 50px;
  box-shadow: 20px 20px 25px #eee, -20px -20px 25px #fff
}

.neumorph-panel:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 30px;
  right: 60px;
  height: 10px;
  border-radius: 5px;
  background-color: #eee;
  z-index: 1
}

.team-box {
  overflow: hidden;
  padding: 32px;
  text-align: center;
  margin-bottom: 64px
}

.team-box img {
  max-width: calc(100% + 64px);
  margin: -32px -32px 1rem
}

.team-box .socket {
  display: none;
  margin: 16px -32px -32px;
  padding: 12px;
  border-top: 1px solid #eee
}

.team-box .social {
  display: inline-block;
  margin: 2px 10px 0
}

.team-box .social svg {
  width: 18px;
  height: 18px
}

.team-box .social svg * {
  fill: #bbb
}

.team-box .social:hover.linkedin * {
  fill: #0077b5
}

.team-box .social:hover.twitter * {
  fill: #1da1f2
}

.team-box .social:hover.dribbble * {
  fill: #ea4c89
}

.team-box .social:hover.facebook * {
  fill: #3b5999
}

.team-box .social:hover.google * {
  fill: #dd4b39
}

.team-box .social:hover.pinterest * {
  fill: #bd081c
}

.team-box .social:hover.youtube * {
  fill: #cd201f
}

.testimonial-slider {
  margin-left: -16px !important;
  margin-right: -16px !important;
  padding-bottom: 8px
}

@media screen and (min-width:64em) and (max-width:64em) {
  .testimonial-slider {
    margin-right: 44px !important
  }
}

.testimonial-slider .slick-slide {
  margin-left: 16px !important;
  margin-right: 16px !important;
  position: relative
}

.testimonial-slider .slick-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: -300px;
  background: #f8f8f8
}

.testimonial-slider .slick-slide:not(.slick-active) {
  opacity: 0
}

@media screen and (max-width:40em) {
  .testimonial-slider .slick-slide:not(.slick-active) {
    opacity: 1
  }
}

.testimonial-slider .slick-list, .testimonial-slider .slick-track {
  overflow: visible !important
}

.testimonial-slider .slick-track {
  overflow: hidden !important
}

.testimonial-slider .slick-arrow span {
  border-top: 2px solid #848484;
  border-right: 2px solid #848484
}

.testimonial-slider .slick-arrow.slick-disabled span {
  border-top: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8
}

.testimonial-slider .slick-arrow:after {
  background-color: #eee !important
}

.testimonial-box {
  text-align: left;
  background: #fff;
  padding: 80px 60px 60px 80px
}
.me-box {
  text-align: left;
  background: #fff;
  padding: 80px 60px 80px 80px
}
.me-box-small {
  text-align: left;
  background: #fff;
  padding: 40px 60px 40px 80px
}

@media screen and (max-width:40em) {
  .testimonial-box {
    padding: 40px 30px 10px;
    margin-bottom: 32px
  }
  .me-box-small,
  .me-box {
    padding: 40px;
  }
  .me-box h2{
    font-size: 1.8em;
  }
}

@media screen and (max-width:64em) {
  .testimonial-box {
    padding: 36px 36px 24px;
    margin-bottom: 32px
  }
}

@media screen and (max-width:63.975em) {
  .testimonial-box .text-left {
    text-align: center
  }
}

.testimonial-box p {
  color: #848484
}

.testimonial-box img {
  display: inline-block;
  border-radius: 64px;
  margin-right: 20px;
  width: 64px;
  margin-bottom: 1rem
}

@media screen and (max-width:40em) {
  .testimonial-box img {
    margin-bottom: 1.5rem;
    margin-right: 0
  }
}

.image-grid {
  text-align: center;
  position: relative
}

@media print, screen and (max-width:64em) {
  .image-grid {
    text-align: left
  }

  .image-grid img {
    box-shadow: 0 0 0 8px #fff, 10px 10px 40px rgba(0, 0, 0, .2)
  }
}

.image-grid div {
  width: 40%;
  display: inline-block;
  z-index: 70;
  position: relative;
  transition-duration: .7s
}

.image-grid div:hover {
  transform: scale(1.5);
  z-index: 99;
  transition-delay: .2s;
  transition-duration: 1.5s
}

.image-grid div:first-child {
  width: 50%;
  margin-bottom: 36px;
  animation-duration: 13s
}

@media print, screen and (max-width:64em) {
  .image-grid div:first-child {
    position: absolute;
    right: 12%;
    top: 0;
    z-index: 6;
    box-shadow: 0 20px 30px hsla(0, 0%, 100%, .2)
  }
}

.image-grid div:nth-child(2) {
  width: calc(55% - 30px);
  margin-right: 30px;
  animation-duration: 21s;
  animation-delay: 2s
}

@media print, screen and (max-width:64em) {
  .image-grid div:nth-child(2) {
    width: 60%;
    margin-top: 10%;
    z-index: 5
  }
}

.image-grid div:last-child {
  animation-delay: 1s;
  margin-bottom: 10%
}

@media print, screen and (max-width:64em) {
  .image-grid div:last-child {
    position: absolute;
    right: 0;
    bottom: -5%;
    width: 45%;
    z-index: 7
  }
}

.img50vw {
  width: 50vw;
  max-width: 960px;
  float: right
}

@media print, screen and (max-width:64em) {
  .img50vw {
    width: 100%;
    float: none
  }
}

@media print, screen and (min-width:64em) {
  .content-first .content-cell {
    order: 1
  }

  .content-first .image-cell {
    order: 2
  }

  .content-first .image-cell .img50vw {
    float: left
  }
}

.wizard-step {
  padding-bottom: 0
}

.wizard-grid>div {
  background: #f8f8f8;
  transition-duration: .3s;
  margin-bottom: 2rem;
  padding: 60px 30px;
  font-weight: 700;
  border-radius: 0;
  border: 1px solid #eee;
  text-align: center;
  position: relative
}

@media screen and (max-width:40em) {
  .wizard-grid>div {
    padding: 20px 20px 20px 60px
  }

  .wizard-grid>div span {
    text-align: left !important
  }
}

.wizard-grid>div:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  border: 0 !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
  background: #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  top: 12px;
  right: 12px;
  left: auto;
  transition-duration: .3s;
  opacity: 0
}

@media screen and (max-width:40em) {
  .wizard-grid>div:before {
    right: auto;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.wizard-grid>div:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
  transition-duration: .3s;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #848484;
  border-right: 2px solid #848484;
  transform: rotate(45deg);
  opacity: 0
}

@media screen and (max-width:40em) {
  .wizard-grid>div:after {
    right: auto;
    left: 28px;
    top: 48%;
    transform: translateY(-50%) rotate(45deg)
  }
}

.wizard-grid>div.active:before {
  background: #31cb8f;
  opacity: 1;
  box-shadow: 0 0 0 1px transparent
}

.wizard-grid>div.active:after {
  opacity: 1;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff
}

.wizard-grid>div svg {
  width: 72px;
  height: 72px;
  margin-top: 10px
}

.wizard-grid>div span {
  margin-top: 1em;
  display: block;
  text-align: center
}

.wizard-grid>div span:first-child {
  margin-top: 0
}

@media screen and (min-width:40em) {
  .wizard-grid>div:hover {
    border-color: #31cb8f;
    background: #31cb8f;
    color: #fff
  }

  .wizard-grid>div:hover:before {
    background: #fff;
    opacity: .3 !important
  }

  .wizard-grid>div:hover:after {
    opacity: 1 !important;
    border-bottom: 2px solid #31cb8f;
    border-right: 2px solid #31cb8f
  }
}

.wizard-grid>div.active {
  background: rgba(49, 203, 143, .1);
  border: 1px solid #31cb8f !important
}

.wizard-grid.multiple, .wizard-grid.multiple>div {
  position: relative
}

.wizard-grid.multiple>div:before {
  opacity: 1;
  border-radius: 0
}

.wizard-grid.multiple>div:after {
  opacity: .1
}

.wizard-grid.multiple>div.active {
  color: #31cb8f
}

.wizard-grid.multiple>div.active:before {
  opacity: 1 !important;
  background: #31cb8f !important
}

.wizard-grid.multiple>div.active:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1 !important
}

.wizard-grid.small-icon>div svg {
  width: 32px;
  height: 32px;
  position: absolute;
  display: inline-block;
  transform: translate(-100%, -50%)
}

.wizard-grid.small-icon>div span {
  display: inline-block;
  margin: 0;
  padding-left: 16px
}

.wizard-form .wizard-submit, .wizard-form .wizard-submit2 {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  pointer-events: none
}

.wizard-form .wizard-submit2 i, .wizard-form .wizard-submit i {
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 23px;
  color: #31cb8f;
  background: #fff;
  font-style: normal;
  font-size: 80%;
  border-radius: 20px;
  opacity: .7;
  animation: shadow-pulse 1s infinite
}

.wizard-form.final-step .wizard-next {
  opacity: 0
}

.wizard-form.final-step .wizard-submit {
  pointer-events: auto;
  opacity: 1
}

.wizard-form.success-step .wizard-back, .wizard-form.success-step .wizard-next, .wizard-form.success-step .wizard-submit2 {
  pointer-events: none;
  opacity: 0
}

.wizard-form.success-step .wizard-submit, .wizard-form.success-step .wizard-submit2 {
  pointer-events: auto;
  opacity: 1
}

.wizard-form #selectAllLabel {
  opacity: 0
}

.wizard-form.first-step #selectAllLabel {
  opacity: 1;
  transition-delay: 1.5s;
  transition-duration: 1s;
  pointer-events: auto
}

@media screen and (max-width:40em) {
  .mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
    z-index: 999999
  }

  .mobile-fixed .button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 72px
  }
}

.check-wrapper {
  transition-delay: 2.4s;
  transition-duration: .8s
}

.check {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 200px;
  background: #31cb8f;
  transform: translateX(-50%) scale(.2);
  opacity: 1;
  transition-delay: .1s;
  transition-duration: 1.3s
}

.check span {
  position: absolute;
  left: 60px;
  top: 40px;
  width: 40px;
  height: 64px;
  border-bottom: 12px solid #fff;
  border-right: 12px solid #fff;
  transform: rotate(45deg)
}

.slick-active .check-wrapper {
  opacity: 0
}

.slick-active .check {
  box-shadow: 0 0 0 60px rgba(49, 203, 143, .3);
  transform: translate(-50%, -50%) scale(1)
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .75)
  }

  to {
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0)
  }
}

.wiz-controls {
  pointer-events: none
}

.wiz-controls.item-selected {
  pointer-events: auto
}

.tiles-step {
  padding-bottom: 30px
}

.tiles-slider {
  margin: 0 -16px;
  width: calc(100% + 32px)
}

.tiles-slider .slick-list, .tiles-slider .slick-track {
  overflow: visible !important
}

.tiles-grid .slick-slide:not(.slick-active) {
  opacity: .3;
  opacity: 1;
}

.tiles-grid .slick-slide:not(.slick-active) .tile-slide {
  pointer-events: none !important
}

.tiles-grid .tile-slide {
  background: #f8f8f8;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 16px
}

.tiles-grid .tile-slide a {
  display: block;
  background: #050505
}

.tiles-grid .tile-slide a img {
  opacity: 1;
  z-index: 10;
  margin-bottom: -2px;
}

.tiles-grid .tile-slide .meta {
  position: absolute;
  left: 32px;
  top: 32px;
  overflow: hidden;
  width: 530px;
  max-width: 100%;
  padding-right: 40px;
  color: #050505;
  text-align: left;
  z-index: 20
}

@media screen and (min-width:40em) {
  .tiles-grid .tile-slide .meta {
    left: 60px;
    top: 60px
  }
}

@media screen and (min-width:64.5em) {
  .tiles-grid .tile-slide .meta {
    left: 64px;
    top: 64px
  }
}

.tiles-grid .tile-slide .meta .arrow-link {
  margin-top: 90px;
  opacity: 0
}

@media screen and (max-width:460px) {
  .tabs .tabs-title .tiles-grid .tile-slide .meta a, .tiles-grid .tile-slide .meta .h4, .tiles-grid .tile-slide .meta .tabs .tabs-title a, .tiles-grid .tile-slide .meta h4 {
    font-size: 8px
  }
}

@media screen and (max-width:40em) {
  .tabs .tabs-title .tiles-grid .tile-slide .meta a, .tiles-grid .tile-slide .meta .h4, .tiles-grid .tile-slide .meta .tabs .tabs-title a, .tiles-grid .tile-slide .meta h4 {
    margin-bottom: 4px;
    white-space: nowrap
  }
}

@media screen and (max-width:40em) {
  .tiles-grid .tile-slide .meta .h2, .tiles-grid .tile-slide .meta h2 {
    font-size: 18px !important
  }
}

@media screen and (max-width:360px) {
  .tiles-grid .tile-slide .meta .h2, .tiles-grid .tile-slide .meta h2 {
    font-size: 16px !important
  }
}

@media screen and (min-width:40em) {
  .tiles-grid .tile-slide:hover {
    box-shadow: 20px 20px 35px rgba(5, 5, 5, .15)
  }

  .tiles-grid .tile-slide:hover a {
    display: block;
    background: #050505
  }

  .tiles-grid .tile-slide:hover a img {
    opacity: .15;
    transform: scale(1.25)
  }

  .tiles-grid .tile-slide:hover h2 {
    color: #fff !important
  }

  .tiles-grid .tile-slide:hover h4, .tiles-grid .tile-slide:hover h4 span {
    color: #848484 !important
  }

  .tiles-grid .tile-slide:hover .arrow-link {
    margin-top: 20px;
    opacity: 1
  }

  .tiles-grid .tile-slide:hover .meta {
    top: 100px
  }
}

.chatform .profile {
  width: 80px;
  border-radius: 80px
}

.chatform #chat {
  overflow: hidden;
  padding-bottom: 120px;
  max-width: 840px
}

@media print, screen and (max-width:64em) {
  .chatform #chat {
    padding-bottom: 320px;
      overflow: visible;
  }
}

.chatform .chat-bubble {
  display: block;
  position: relative;
  width: auto;
  float: left;
  clear: both;
  border-radius: 15px;
  border-top-left-radius: 0;
  box-shadow: 5px 3px rgba(49, 203, 143, .05);
  margin-bottom: -20px;
  background: rgba(49, 203, 143, .15);
  font-size: 18px;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  padding: 0 40px;
  animation: fadein 1s .5s forwards
}

@media print, screen and (max-width:64em) {
  .chatform .chat-bubble {
    animation: fadein-small 1s .5s forwards
  }
}

.chatform .chat-bubble small {
  position: absolute;
  top: 8px;
  right: 12px;
  opacity: 0;
  font-size: 11px;
  color: rgba(0, 0, 0, .3);
  animation: fade 1s 6s forwards
}

@media print, screen and (max-width:40em) {
  .chatform .chat-bubble small {
    font-size: 10px;
    top: -16px;
    right: 10px
  }
}

@media print, screen and (max-width:40em) {
  .chatform .chat-bubble {
    font-size: 14px
  }
}

.chatform .chat-bubble.bubble-right {
  background: hsla(0, 0%, 51.8%, .15);
  border-radius: 15px;
  border-top-right-radius: 0;
  float: right;
  margin-right: 0
}

@media print, screen and (max-width:64em) {
  .chatform .chat-bubble.bubble-right {
    margin-right: 0
  }
}

.chat-buttons {
  float: right;
  margin-top: -28px;
  clear: both;
  transition-duration: 1.2s
}

.chat-buttons small {
  margin-left: 25px;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #aaa;
  width: 600px;
  max-width: 90%;
  display: block
}

.chat-buttons.chat-inputs {
  text-align: left;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  animation: fadein2 1s .5s forwards
}

@media print, screen and (max-width:40em) {

  .chat-buttons.chat-inputs {
  max-width: 96vw;
  width: 96vw;
  margin-right: -12px;
  }
  .chat-buttons.chat-inputs textarea,
  .chat-buttons.chat-inputs input{
    font-size: 16px;
  }
}

.chat-buttons.chat-inputs input[type=email], .chat-buttons.chat-inputs input[type=text], .chat-buttons.chat-inputs textarea {
  border-radius: 25px;
  height: 50px;
  display: inline-block;
  margin-left: 20px;
  width: 240px;
  width: calc(50% - 20px);
  max-width: calc(100% - 20px);
  background: #fff;
}

@media print, screen and (max-width:40em) {
  .chat-buttons.chat-inputs input[type=email], .chat-buttons.chat-inputs input[type=text], .chat-buttons.chat-inputs textarea {
    width: 100%
  }
}

.chat-buttons.chat-inputs textarea {
  height: 120px;
  width: calc(100% - 20px);
  padding-top: 16px
}

.chat-buttons.chat-inputs a.button, .chat-buttons.chat-inputs button.button {
  display: block;
  margin-left: 20px;
  border-radius: 40px;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-left: 2em
}

@media print, screen and (max-width:40em) {
  .chat-buttons.chat-inputs a.button, .chat-buttons.chat-inputs button.button {
    width: calc(100% - 20px)
  }
}

.chat-buttons.chat-inputs a.button {
  display: inline-block;
  margin-left: 0
}

@media print, screen and (max-width:40em) {
  .chat-buttons.chat-inputs a.button {
    width: 100%;
    margin-left: 0
  }
}

.chat-buttons.chat-inputs .radio-group {
  margin-left: 20px
}

.chat-buttons.chat-inputs .radio-group .rb {
  margin-bottom: 20px !important
}

@media print, screen and (max-width:40em) {
  .chat-buttons {
    text-align: right
  }
}

.chat-buttons.zoomAway {
  opacity: 1;
  pointer-events: none;
  transform: translateY(-70%);
  margin-bottom: -400px
}

.chat-buttons .button.hollow {
  transform: translateY(30px);
  border-radius: 30px;
  margin-left: 12px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 20px;
  transition-duration: .5s;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  padding: 0 24px;
  animation: fadein-small 1s .5s forwards
}

@media print, screen and (max-width:40em) {
  .chat-buttons .button.hollow {
    margin-left: 200px;
    white-space: nowrap
  }
}

.chat-buttons .button.hollow:first-child {
  animation-delay: 1.4s
}

.chat-buttons .button.hollow:nth-child(2) {
  animation-delay: 1.2s
}

.chat-buttons .button.hollow:nth-child(3) {
  animation-delay: 1s
}

.chat-buttons .button.hollow:nth-child(4) {
  animation-delay: .8s
}

.chat-buttons.zoomAway .button.button.hollow {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0) !important;
  color: hsla(0, 0%, 100%, 0) !important
}

.chat-buttons.zoomAway.chat-inputs>* {
  opacity: 0
}

@keyframes fadein {
  0% {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 40px
  }

  to {
    opacity: 1;
    max-height: 180px;
    margin-top: 40px;
    margin-bottom: -20px;
    padding: 25px 40px
  }
}

@keyframes fadein2 {
  0% {
    opacity: 0;
    max-height: 0
  }

  to {
    opacity: 1;
    margin-top: 40px;
    max-height: 320px
  }
}

@keyframes fadein-small {
  0% {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px
  }

  to {
    opacity: 1;
    max-height: 180px;
    margin-top: 40px;
    margin-bottom: -20px;
    padding: 14px 20px
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}
