@font-face {
  font-family: 'Neue Plak Text';
  src: url("../fonts/NeuePlakTextW05-Regular.woff2") format("woff2"), url("../fonts/NeuePlakTextW05-Regular.woff") format("woff"), url("../fonts/NeuePlakTextW05-Regular.ttf") format("truetype"), url("../fonts/NeuePlakTextW05-Regular.svg#NeuePlakTextW05-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neue Plak Text';
  src: url("../fonts/NeuePlakTextW05-SemiBold.woff2") format("woff2"), url("../fonts/NeuePlakTextW05-SemiBold.woff") format("woff"), url("../fonts/NeuePlakTextW05-SemiBold.ttf") format("truetype"), url("../fonts/NeuePlakTextW05-SemiBold.svg#NeuePlakTextW05-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Neue Plak Text';
  src: url("../fonts/NeuePlakTextW05-Bold.woff2") format("woff2"), url("../fonts/NeuePlakTextW05-Bold.woff") format("woff"), url("../fonts/NeuePlakTextW05-Bold.ttf") format("truetype"), url("../fonts/NeuePlakTextW05-Bold.svg#NeuePlakTextW05-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Neue Plak Narrow';
  src: url("../fonts/NeuePlakW05-NarrowSemiBold.woff2") format("woff2"), url("../fonts/NeuePlakW05-NarrowSemiBold.woff") format("woff"), url("../fonts/NeuePlakW05-NarrowSemiBold.ttf") format("truetype"), url("../fonts/NeuePlakW05-NarrowSemiBold.svg#NeuePlakW05-NarrowSemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Neue Plak Narrow';
  src: url("../fonts/NeuePlakW05-NarrowBold.woff2") format("woff2"), url("../fonts/NeuePlakW05-NarrowBold.woff") format("woff"), url("../fonts/NeuePlakW05-NarrowBold.ttf") format("truetype"), url("../fonts/NeuePlakW05-NarrowBold.svg#NeuePlakW05-NarrowBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Neue Plak Narrow';
  src: url("../fonts/NeuePlak-NarrowSemiBold.woff2") format("woff2"), url("../fonts/NeuePlak-NarrowSemiBold.woff") format("woff"), url("../fonts/NeuePlak-NarrowSemiBold.ttf") format("truetype"), url("../fonts/NeuePlak-NarrowSemiBold.svg#NeuePlak-NarrowSemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Neue Plak Narrow';
  src: url("../fonts/NeuePlak-NarrowBold.woff2") format("woff2"), url("../fonts/NeuePlak-NarrowBold.woff") format("woff"), url("../fonts/NeuePlak-NarrowBold.ttf") format("truetype"), url("../fonts/NeuePlak-NarrowBold.svg#NeuePlak-NarrowBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 767px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 768px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1007px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1008px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1200px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1392px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 768px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1008px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }

body,
html {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  font-family: "Neue Plak Text"; }
  body main#main-content,
  html main#main-content {
    height: 100%; }
  body h6,
  body h5,
  body h4,
  body h3,
  body h2,
  body h1,
  body p,
  html h6,
  html h5,
  html h4,
  html h3,
  html h2,
  html h1,
  html p {
    margin: 0; }

body {
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

.container-fixed {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0; }
  .container-fixed .columns {
    margin-top: 0px;
    margin-bottom: 0px; }
  .container-fixed.is-relative {
    position: relative; }
  @media (max-width: 768px) {
    .container-fixed {
      max-width: 640px; }
      .container-fixed.no-max-width {
        max-width: 640px; } }
  @media (max-width: 480px) {
    .container-fixed {
      max-width: 90%; }
      .container-fixed.no-max-width {
        max-width: none; } }

h6,
h5,
h4,
h3,
h2,
h1,
p,
span {
  margin: 0;
  padding: 0; }

h4.small-title {
  font-size: 19px;
  line-height: 21px;
  margin: 0 0 24px;
  font-family: "Neue Plak Text";
  font-weight: bold; }

p.small-paragraph {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 24px;
  font-family: "Neue Plak Text";
  font-weight: normal; }
  p.small-paragraph:last-child {
    margin-bottom: 0; }
  p.small-paragraph.is-bold {
    font-weight: bold; }
  p.small-paragraph.is-gray {
    color: #4B4D63; }

h2.big-title {
  font-size: 35px;
  margin: 0 0 24px;
  font-family: "Neue Plak Text";
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.2px; }

p.big-paragraph, .big-paragraph p {
  font-size: 19px;
  margin: 0 0 24px;
  font-family: "Neue Plak Text"; }
  p.big-paragraph:last-child, .big-paragraph p:last-child {
    margin-bottom: 0; }
  p.big-paragraph.is-gray, .big-paragraph p.is-gray {
    color: #4B4D63; }

.bg-violet {
  background-color: #1e0a3c; }

.bg-violet-light {
  background-color: #2a1746; }

.bg-gray {
  background-color: #f8f7fa; }

.bg-gray-dark {
  background-color: #c2c2cc; }

.bg-gray-darker {
  background-color: #4B4D63; }

.is-orange {
  color: #f05537; }

.is-white {
  color: #EEEDF2; }

.is-gray {
  color: #c2c2cc; }

.is-bold {
  font-weight: 600; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.btn {
  text-decoration: none;
  color: #EEEDF2;
  font-size: 14px;
  padding: 8px 25px 10px;
  border-radius: 4px;
  background-color: #EFE2E5;
  color: #1e0a3c; }
  .btn.is-secondary {
    color: #EEEDF2;
    background-color: #f05537;
    font-size: 15px; }

.card img {
  width: 100%;
  max-width: 379px;
  display: block;
  margin: 0 auto 24px;
  border-radius: 4px; }

.card .card-body {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .card .card-body h5 {
    text-transform: uppercase;
    text-align: left;
    color: #f05537;
    margin: 0 0 16px;
    font-family: "Neue Plak Narrow";
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px; }
  .card .card-body p {
    line-height: 22px;
    font-size: 15px;
    color: #EEEDF2;
    font-family: "Neue Plak Text";
    font-weight: normal; }

.column.small-padding-top {
  padding-top: 32px; }

.column.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0; }

.column.no-padding-bottom {
  padding-bottom: 0; }

.columns.no-margin-top {
  margin-top: 0; }

.columns.no-margin-bottom {
  margin-bottom: 0; }

main#main-content section.animated-header {
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1e0a3c;
  overflow-y: hidden; }
  main#main-content section.animated-header div.beneath-content,
  main#main-content section.animated-header div.front-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    main#main-content section.animated-header div.beneath-content object,
    main#main-content section.animated-header div.front-content object {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 1176px; }
    main#main-content section.animated-header div.beneath-content p,
    main#main-content section.animated-header div.front-content p {
      color: #EEEDF2; }
  main#main-content section.animated-header div.beneath-content {
    position: relative;
    height: 100vh;
    z-index: 1; }
    main#main-content section.animated-header div.beneath-content:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #1e0a3c;
      opacity: 0.4; }
  main#main-content section.animated-header div.front-content {
    bottom: 0;
    top: initial;
    z-index: 2;
    padding-top: 0;
    background-color: #1e0a3c;
    height: 0;
    overflow-y: hidden; }
    main#main-content section.animated-header div.front-content div.info-container {
      position: absolute;
      top: 30vh;
      width: 100%;
      max-width: 1176px;
      height: 100%;
      box-sizing: border-box;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        main#main-content section.animated-header div.front-content div.info-container {
          max-width: 640px; } }
      @media (max-width: 480px) {
        main#main-content section.animated-header div.front-content div.info-container {
          max-width: 90%; } }
      main#main-content section.animated-header div.front-content div.info-container div.columns div:first-child p {
        font-family: "Neue Plak Text";
        font-size: 35px;
        font-weight: bold;
        line-height: 40px;
        color: #f05537; }
      main#main-content section.animated-header div.front-content div.info-container div.columns div:last-child p, main#main-content section.animated-header div.front-content div.info-container div.columns div:last-child p > * {
        margin: 0 0 25px;
        font-size: 19px;
        font-family: "Neue Plak Text";
        font-weight: 400;
        line-height: 24px; }
  main#main-content section.animated-header div.svg-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 72px;
    align-items: center; }
    main#main-content section.animated-header div.svg-container div.columns {
      width: 100%; }
  @media (max-width: 768px) {
    main#main-content section.animated-header {
      height: calc(100vh - 63px); }
      main#main-content section.animated-header div.beneath-content object,
      main#main-content section.animated-header div.front-content object {
        max-width: 640px; }
      main#main-content section.animated-header div.beneath-content,
      main#main-content section.animated-header div.svg-container {
        height: calc(100vh - 63px); }
      main#main-content section.animated-header div.beneath-content .svg-container {
        transform: translateY(30vh); }
      main#main-content section.animated-header div.front-content div.info-container {
        top: 26vh; }
        main#main-content section.animated-header div.front-content div.info-container div.columns div:first-child p {
          font-size: 29px; }
        main#main-content section.animated-header div.front-content div.info-container div.columns div:last-child p {
          margin: 0 0 20px;
          font-size: 18px;
          line-height: 21px; } }
  @media (max-width: 480px) {
    main#main-content section.animated-header {
      height: calc(100vh - 62px); }
      main#main-content section.animated-header div.svg-container {
        width: 90%;
        left: 5%; }
        main#main-content section.animated-header div.svg-container .columns .column {
          padding: 0px; }
      main#main-content section.animated-header div.beneath-content,
      main#main-content section.animated-header div.front-content {
        height: 100%; }
      main#main-content section.animated-header div.front-content div.info-container {
        overflow: visible; }
        main#main-content section.animated-header div.front-content div.info-container div.columns {
          display: block;
          margin: 0; }
          main#main-content section.animated-header div.front-content div.info-container div.columns .column {
            width: 100%;
            margin: 0;
            padding: 0; }
            main#main-content section.animated-header div.front-content div.info-container div.columns .column:first-child p {
              font-size: 25px;
              line-height: 25px; }
            main#main-content section.animated-header div.front-content div.info-container div.columns .column:last-child {
              margin-top: 10px; }
              main#main-content section.animated-header div.front-content div.info-container div.columns .column:last-child p {
                font-size: 16px;
                line-height: 18px; } }

section.two-cols-img {
  padding: 24px; }
  section.two-cols-img .info {
    padding-top: 32px;
    padding-bottom: 56px; }
  section.two-cols-img .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: content-box;
    padding-top: 0px;
    padding-bottom: 0px; }
  @media (max-width: 768px) {
    section.two-cols-img {
      padding: 24px 0; }
      section.two-cols-img div.image {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        section.two-cols-img div.image img {
          width: 100%; } }
  @media (max-width: 480px) {
    section.two-cols-img .columns.is-mobile {
      flex-direction: column-reverse; }
      section.two-cols-img .columns.is-mobile > .column {
        width: 100%;
        margin: 0; }
      section.two-cols-img .columns.is-mobile .image {
        min-height: 219px; } }

section.two-cols-title {
  padding: 48px 0 64px; }
  section.two-cols-title .index {
    text-align: right;
    font-family: "Neue Plak Narrow";
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0.2px;
    line-height: 40px; }
  section.two-cols-title.bg-white .index {
    color: #c2c2cc; }
  section.two-cols-title.bg-white p.big-paragraph {
    color: #4B4D63; }
  section.two-cols-title.bg-violet .index {
    color: #6F7287; }
  @media (max-width: 1280px) {
    section.two-cols-title .index {
      position: relative;
      top: 0;
      left: 0; } }
  @media (max-width: 768px) {
    section.two-cols-title .index {
      position: relative;
      top: initial;
      left: initial;
      text-align: left;
      margin: 0 0 15px; } }
  @media (max-width: 480px) {
    section.two-cols-title {
      padding: 48px 0px 64px; }
      section.two-cols-title .columns.is-mobile {
        flex-direction: column; }
        section.two-cols-title .columns.is-mobile > .column {
          width: 100%; } }

section.two-cols-accordion .text {
  margin-top: 44px; }

@media (max-width: 480px) {
  section.two-cols-accordion .columns.is-mobile {
    flex-direction: column;
    margin: 0; }
    section.two-cols-accordion .columns.is-mobile > .column {
      width: 100%;
      padding: 0; }
      section.two-cols-accordion .columns.is-mobile > .column:first-child {
        margin: 0 auto;
        padding: 48px 0px;
        max-width: 90%; } }

.scrollmagic-pin-spacer section.two-cols-accordion {
  padding-top: 12px; }

@keyframes slide-up {
  0% {
    transform: translateY(25px);
    opacity: 0; }
  100% {
    transform: translateY(0x);
    opacity: 1; } }

.two-cols-browser {
  padding-top: 48px;
  overflow-y: hidden;
  background-color: #f8f7fa; }
  @media (max-width: 480px) {
    .two-cols-browser {
      padding-bottom: 30px; } }
  .two-cols-browser div.browser {
    position: relative;
    border-radius: 5px;
    height: 496px;
    overflow-y: hidden;
    background-color: #EEEDF2;
    padding-top: 23px;
    bottom: -10px;
    -webkit-box-shadow: 10px 10px 36px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 36px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 36px -11px rgba(0, 0, 0, 0.75); }
    @media (max-width: 480px) {
      .two-cols-browser div.browser {
        margin-right: -12px;
        margin-left: -12px; } }
    .two-cols-browser div.browser div.browser-bar {
      height: 23px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      background-color: #1E0A3C;
      padding: 0 6px;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .two-cols-browser div.browser div.browser-bar span {
        width: 6px;
        height: 6px;
        background-color: #EEEDF2;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
    .two-cols-browser div.browser img.browser-inner-page {
      width: 100%; }
  .two-cols-browser div.browser-slides {
    position: relative; }
    .two-cols-browser div.browser-slides div.browser-slide-single {
      padding: 20px 28px 0;
      opacity: 0;
      will-change: auto;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 265px;
      background-color: #f8f7fa; }
      @media (max-width: 768px) {
        .two-cols-browser div.browser-slides div.browser-slide-single {
          padding: 20px 20px 0; } }
      .two-cols-browser div.browser-slides div.browser-slide-single h4 {
        color: #f05537;
        margin: 0 0 16px;
        line-height: 22px;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
        font-family: "Neue Plak Narrow";
        font-weight: bold; }
      .two-cols-browser div.browser-slides div.browser-slide-single p {
        color: #4B4D63;
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 16px;
        font-family: "Neue Plak Text";
        font-weight: normal; }
      .two-cols-browser div.browser-slides div.browser-slide-single a {
        color: #1E0A3C;
        text-decoration: underline;
        text-decoration-color: #f05537; }
      .two-cols-browser div.browser-slides div.browser-slide-single.is-active {
        animation: slide-up 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
        z-index: 10 !important; }
      .two-cols-browser div.browser-slides div.browser-slide-single:nth-child(1) {
        z-index: 1; }
      .two-cols-browser div.browser-slides div.browser-slide-single:nth-child(2) {
        z-index: 2; }
      .two-cols-browser div.browser-slides div.browser-slide-single:nth-child(3) {
        z-index: 3; }
      .two-cols-browser div.browser-slides div.browser-slide-single:nth-child(4) {
        z-index: 4; }
  .two-cols-browser.is-violet {
    background-color: #1e0a3c; }
    .two-cols-browser.is-violet div.browser div.browser-bar {
      background-color: #EEEDF2; }
      .two-cols-browser.is-violet div.browser div.browser-bar span {
        background-color: #4B4D63; }
    .two-cols-browser.is-violet div.browser-slides div.browser-slide-single {
      background-color: #1e0a3c; }
      .two-cols-browser.is-violet div.browser-slides div.browser-slide-single p {
        color: #EEEDF2; }
        @media (max-width: 480px) {
          .two-cols-browser.is-violet div.browser-slides div.browser-slide-single p {
            color: inherit; } }
  .two-cols-browser.is-white {
    background-color: #EEEDF2; }
    .two-cols-browser.is-white div.browser-slides div.browser-slide-single {
      background-color: #EEEDF2; }
  @media (max-width: 768px) {
    .two-cols-browser {
      padding-top: 50px; } }
  @media (max-width: 480px) {
    .two-cols-browser {
      overflow: visible;
      z-index: 1; }
      .two-cols-browser .columns.is-mobile {
        flex-direction: column;
        margin: 0; }
        .two-cols-browser .columns.is-mobile > .column {
          width: 100%;
          padding: 0px; }
          .two-cols-browser .columns.is-mobile > .column div.browser-slides {
            position: absolute;
            top: calc(100vh - 293px);
            width: 90%;
            height: 265px;
            left: 5%;
            overflow: hidden;
            border-radius: 4px; }
            .two-cols-browser .columns.is-mobile > .column div.browser-slides div.browser-slide-single {
              background-color: #EEEDF2; } }

.bg_gray_browser {
  background: #f8f7fa; }

.bg_violet_browser {
  background: #2a1746; }

.bg_white_browser {
  background: #EEEDF2; }

.two-cols-phone {
  padding-top: 48px; }
  .two-cols-phone .columns:last-child {
    margin-bottom: 0px;
    margin-top: 0px; }
  .two-cols-phone h4.small-title {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px; }
  .two-cols-phone .phone-mockup {
    min-height: 500px;
    background-image: none;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .two-cols-phone .phone-mockup {
        background-size: 100% 100%; } }
    @media (max-width: 480px) {
      .two-cols-phone .phone-mockup {
        min-height: auto;
        margin-top: 20px;
        background-image: none;
        background-position: 4px 0px; } }
    .two-cols-phone .phone-mockup .phone-screen {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      /* height: 440px; */
      width: 100%;
      bottom: 0; }
      @media (max-width: 768px) {
        .two-cols-phone .phone-mockup .phone-screen img {
          width: 100% !important;
          height: auto !important; } }
      @media (max-width: 480px) {
        .two-cols-phone .phone-mockup .phone-screen {
          position: relative; } }
      .two-cols-phone .phone-mockup .phone-screen .app-screen {
        display: none; }
        .two-cols-phone .phone-mockup .phone-screen .app-screen.active {
          display: block; }
  .two-cols-phone .app-screen-data > div {
    display: none; }
    .two-cols-phone .app-screen-data > div.active {
      display: block;
      -webkit-animation: fadein 1s;
      /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 1s;
      /* Firefox < 16 */
      -ms-animation: fadein 1s;
      /* Internet Explorer */
      -o-animation: fadein 1s;
      /* Opera < 12.1 */
      animation: fadein 1s; }
  .two-cols-phone img {
    width: 100%;
    display: block; }
    .two-cols-phone img.d-mobile {
      display: none; }
  @media (max-width: 768px) {
    .two-cols-phone {
      height: 546px; }
      .two-cols-phone div.container-fixed {
        height: 100%; }
        .two-cols-phone div.container-fixed div.columns {
          height: 100%;
          align-items: flex-end; }
          .two-cols-phone div.container-fixed div.columns div.column {
            height: 100%; }
            .two-cols-phone div.container-fixed div.columns div.column img {
              height: 100%;
              width: auto; } }
  @media (max-width: 480px) {
    .two-cols-phone {
      overflow: visible;
      z-index: 1;
      height: auto; }
      .two-cols-phone div.container-fixed div.columns {
        margin-left: -18px;
        margin-right: -24px; }
      .two-cols-phone .columns.is-mobile {
        flex-direction: column;
        margin: 0;
        position: unset;
        padding-bottom: 0px; }
        .two-cols-phone .columns.is-mobile > .column {
          width: 100%;
          padding: 0px; }
          .two-cols-phone .columns.is-mobile > .column .d-desktop {
            display: none; }
          .two-cols-phone .columns.is-mobile > .column .d-mobile {
            display: block;
            width: 100%;
            height: auto; }
          .two-cols-phone .columns.is-mobile > .column.card {
            position: absolute;
            width: 100%;
            top: calc(100vh - 243px);
            left: 0;
            right: 0;
            height: 170px;
            padding: 10px;
            background-color: #EEEDF2;
            border-radius: 4px; }
            .two-cols-phone .columns.is-mobile > .column.card .small-title {
              margin-bottom: 16px; }
            .two-cols-phone .columns.is-mobile > .column.card p {
              color: #0a0a0a;
              font-size: 13px;
              line-height: 1.2em;
              margin-bottom: 16px; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

section.three-cols-title {
  padding: 56px 0; }
  section.three-cols-title h4 {
    color: #f05537;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    font-family: "Neue Plak Text";
    font-weight: bold; }

section.three-cols-cards {
  padding: 0 0 48px; }
  section.three-cols-cards .columns > .column .card-body {
    padding: 0px 24px;
    max-width: 100%;
    display: inline-block; }
    @media (max-width: 768px) {
      section.three-cols-cards .columns > .column .card-body {
        padding: 0px; } }
    @media (max-width: 480px) {
      section.three-cols-cards .columns > .column .card-body {
        padding: 0px; } }
  @media (max-width: 480px) {
    section.three-cols-cards .columns.is-mobile {
      flex-direction: column;
      margin: 0; }
      section.three-cols-cards .columns.is-mobile > .column {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px; }
        section.three-cols-cards .columns.is-mobile > .column h5 {
          padding-top: 24px; }
        section.three-cols-cards .columns.is-mobile > .column img {
          margin: 0;
          width: 100%;
          max-width: 100%; }
        section.three-cols-cards .columns.is-mobile > .column .card-body {
          max-width: 100%; } }

section.wrap-section {
  background-color: #1e0a3c; }
  section.wrap-section p > a {
    color: #fff;
    border-bottom: 1px solid #f05537; }
  section.wrap-section div.wrap-header {
    padding-top: 100px; }
    section.wrap-section div.wrap-header img {
      width: 100%;
      margin: 0 0 84px; }
  section.wrap-section div.wrap-body {
    padding-bottom: 24px; }
    section.wrap-section div.wrap-body div.wrap-body-image {
      padding-right: 36px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-clip: content-box;
      padding-top: 0;
      padding-bottom: 0; }
    section.wrap-section div.wrap-body div.wrap-body-text {
      padding-top: 32px; }
      section.wrap-section div.wrap-body div.wrap-body-text p {
        color: #EEEDF2;
        margin: 0 0 24px;
        font-family: "Neue Plak Text";
        font-size: 18px; }
        section.wrap-section div.wrap-body div.wrap-body-text p:last-of-type {
          margin-bottom: 40px; }
      section.wrap-section div.wrap-body div.wrap-body-text div.cta-actions {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
        section.wrap-section div.wrap-body div.wrap-body-text div.cta-actions a.btn {
          border-radius: 4px;
          text-transform: none;
          border: 2px solid #EEEDF2;
          box-sizing: border-box;
          background: #FFF;
          color: #1E0A3C;
          margin-bottom: 20px;
          letter-spacing: .2px;
          padding: 8px 30px 11px 30px; }
          @media (max-width: 480px) {
            section.wrap-section div.wrap-body div.wrap-body-text div.cta-actions a.btn {
              width: 100%; } }
          section.wrap-section div.wrap-body div.wrap-body-text div.cta-actions a.btn:hover {
            background-color: #f8f7fa;
            border-color: #6F7287; }
          section.wrap-section div.wrap-body div.wrap-body-text div.cta-actions a.btn:first-of-type {
            margin-right: 24px;
            border: 2px solid #f05537;
            background: #f05537;
            color: #FFF; }
            section.wrap-section div.wrap-body div.wrap-body-text div.cta-actions a.btn:first-of-type:hover {
              background-color: #D6472B;
              border-color: #D6472B; }
  @media (max-width: 768px) {
    section.wrap-section div.wrap-body div.container-fixed div.columns div.wrap-body-image {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 768px) and (max-width: 480px) {
    section.wrap-section div.wrap-body div.container-fixed div.columns div.wrap-body-image {
      min-height: 219px;
      padding-right: 12px; } }
  @media (max-width: 768px) {
    section.wrap-section div.wrap-body div.container-fixed div.columns div.cta-actions a.btn {
      display: block;
      margin: 0 0 12px;
      text-align: center; }
      section.wrap-section div.wrap-body div.container-fixed div.columns div.cta-actions a.btn:first-of-type {
        margin-right: 0; } }
  @media (max-width: 480px) {
    section.wrap-section {
      padding: 0 12px; }
      section.wrap-section .columns.is-mobile {
        flex-direction: column; }
        section.wrap-section .columns.is-mobile > .column {
          width: 100%; } }

.accordion {
  margin-left: -24px; }
  @media (max-width: 768px) {
    .accordion {
      margin-left: 0px; } }
  @media (max-width: 480px) {
    .accordion--text .accordion-item-content {
      max-width: 90%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .accordion--text .accordion-item-text p {
      font-size: 13px;
      line-height: 1.2em; } }
  .accordion .accordion-item {
    position: relative;
    padding-bottom: 48px; }
    .accordion .accordion-item:after {
      position: absolute;
      content: '';
      background-color: #f8f7fa;
      height: calc(100% - 48px);
      left: 0;
      top: 0;
      width: 400%;
      z-index: 0; }
    .accordion .accordion-item.orange:first-child .accordion-item-content {
      background-color: #f05537; }
      @media (max-width: 480px) {
        .accordion .accordion-item.orange:first-child .accordion-item-content {
          max-width: none; } }
    .accordion .accordion-item.orange:first-child .accordion-item-title {
      background-color: #f05537;
      color: #1e0a3c; }
      .accordion .accordion-item.orange:first-child .accordion-item-title:after {
        background-color: #f05537;
        color: #1e0a3c; }
    .accordion .accordion-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 400%;
      height: 6px;
      z-index: 10;
      -webkit-box-shadow: inset 0px 15px 10px -10px rgba(0, 0, 0, 0.52);
      -moz-box-shadow: inset 0px 15px 10px -10px rgba(0, 0, 0, 0.52);
      box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.52); }
    .accordion .accordion-item:first-child.orange:after {
      background-color: #f05537; }
    .accordion .accordion-item:first-child:before {
      content: none; }
    .accordion .accordion-item .accordion-item-content {
      height: 0;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .accordion .accordion-item .accordion-item-content .accordion-item-inner {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 360px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .accordion .accordion-item .accordion-item-content .accordion-item-inner-text {
          top: 24px;
          justify-content: flex-start;
          align-items: flex-start; }
        .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-type {
          font-family: "Neue Plak Narrow";
          font-weight: bold;
          font-size: 15px;
          letter-spacing: 1px;
          line-height: 22px;
          padding-left: 24px;
          width: 20%;
          margin-right: 24px;
          text-transform: uppercase; }
          @media (max-width: 480px) {
            .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-type {
              padding-left: 0; } }
          .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-type.kept {
            color: #28A865; }
          .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-type.cut {
            color: #E02E46; }
          .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-type.ask_later {
            color: #1E0A3C; }
        .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-caption {
          max-width: 70%; }
          .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-caption p {
            margin: 0px;
            font-family: "Neue Plak Text";
            line-height: 24px;
            letter-spacing: 0px;
            color: #FFF;
            font-weight: 600;
            text-align: center;
            font-size: 19px;
            text-shadow: 0px 0px 10px #000; }
        .accordion .accordion-item .accordion-item-content .accordion-item-inner .accordion-item-text {
          font-family: "Neue Plak Text";
          color: #4B4D63;
          font-size: 15px;
          line-height: 21px; }
    .accordion .accordion-item .accordion-item-title {
      height: 48px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #f8f7fa;
      padding: 0 24px;
      font-size: 15px;
      font-weight: bold;
      font-family: "Neue Plak Narrow";
      letter-spacing: 1px;
      text-decoration: none;
      text-transform: uppercase;
      color: #4B4D63;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: all 500ms ease; }
      .accordion .accordion-item .accordion-item-title span {
        position: relative;
        z-index: 10;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: center; }
      .accordion .accordion-item .accordion-item-title:after {
        position: absolute;
        content: '';
        background-color: #f8f7fa;
        height: 48px;
        left: 0;
        width: 400%;
        z-index: 0; }
    .accordion .accordion-item.active .accordion-item-title {
      color: #1e0a3c; }
    .accordion .accordion-item .accordion-item-title.bg-gray-darker {
      background-color: #4B4D63;
      color: #EEEDF2; }
      .accordion .accordion-item .accordion-item-title.bg-gray-darker:after {
        background-color: #4B4D63;
        color: #EEEDF2; }
    .accordion .accordion-item.darker.active .accordion-item-title {
      color: #FFF; }
    .accordion .accordion-item.darker:after {
      background-color: #4B4D63 !important;
      color: #EEEDF2; }

#accordion-container-2 {
  background-color: #FFF; }

#accordion-container-4 {
  background-color: #FFF; }

.bg_gray_accordion {
  background: #f8f7fa; }

.bg_violet_accordion {
  background: #2a1746; }

.bg_white_accordion {
  background: #EEEDF2; }

.bg_dark_accordion {
  background: #1e0a3c; }
