@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.0-rc.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url("../font/icomoon/style.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -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; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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; }

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          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; }

.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 1600px;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .grid-container.fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media print, screen and (min-width: 81.25em) {
      .grid-container.fluid {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 81.25em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 100em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%; }

.grid-x > .small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

.grid-x > .small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.grid-x > .small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%; }

.grid-x > .small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%; }

.grid-x > .small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.grid-x > .small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%; }

.grid-x > .small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%; }

.grid-x > .small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.grid-x > .small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%; }

.grid-x > .small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%; }

.grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .grid-x > .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .grid-x > .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .grid-x > .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; } }

@media print, screen and (min-width: 81.25em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .grid-x > .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .grid-x > .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .grid-x > .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .grid-x > .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .grid-x > .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .grid-x > .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .grid-x > .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .grid-x > .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .grid-x > .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .grid-x > .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .grid-x > .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .grid-x > .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .grid-x > .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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: -0.5rem;
  margin-right: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-x {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 2rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 2rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 2rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 2rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 2rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 2rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 2rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 2rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 2rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 2rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 2rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 2rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 2rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 2rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 2rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 2rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2rem); } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 2rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 2rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 2rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 2rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 2rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 2rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 2rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 2rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 2rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 2rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 2rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 2rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 2rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 2rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 2rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 2rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 2rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 2rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 2rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 2rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 2rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 2rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 2rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 2rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2rem); } }
  @media print, screen and (min-width: 100em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.3333333333% - 2rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.6666666667% - 2rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.3333333333% - 2rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.6666666667% - 2rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.3333333333% - 2rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.6666666667% - 2rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.3333333333% - 2rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.6666666667% - 2rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 2rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1rem;
      margin-left: -1rem; } }

.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .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.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.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.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 81.25em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 100em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%; }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1rem); }

@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.3333333333% - 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.6666666667% - 2rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 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.3333333333% - 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.6666666667% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

@media print, screen and (min-width: 81.25em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem); }
  .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.3333333333% - 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.6666666667% - 2rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

@media print, screen and (min-width: 100em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 81.25em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media print, screen and (min-width: 100em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xlarge-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 {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 81.25em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .xlarge-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: 81.25em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 81.25em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 81.25em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 81.25em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 81.25em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 100em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 100em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 100em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.5rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.5rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.5rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.5rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.5rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.5rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.5rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.5rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.5rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.5rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.5rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.5rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1rem); } }

@media print, screen and (min-width: 81.25em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1rem); } }

@media print, screen and (min-width: 100em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1rem); }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1rem); }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1rem); }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1rem); }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1rem); }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1rem); }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1rem); }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1rem); }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .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 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .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 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 100em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media print, screen and (min-width: 100em) {
    .grid-y > .xlarge-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }

.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-padding-y > .cell {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 100em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          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: 81.25em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          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; } }

@media print, screen and (min-width: 100em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xlarge-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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 81.25em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 100em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            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: 81.25em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 100em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-y {
      margin-top: -1rem;
      margin-bottom: -1rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2rem);
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 81.25em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 100em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 2rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 2rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }
  @media print, screen and (min-width: 81.25em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }
  @media print, screen and (min-width: 100em) {
    .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: 81.25em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 100em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2rem); } }

.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: 81.24875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 81.25em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 81.25em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 81.24875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 81.25em) and (max-width: 99.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 81.24875em), screen and (min-width: 100em) {
  .show-for-large-only {
    display: none !important; } }

@media print, screen and (min-width: 100em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 99.99875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 100em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 99.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-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; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 100em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 81.25em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 100em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.color-base {
  color: #2A1B3B !important; }

.bgColor-base {
  background-color: #2A1B3B !important; }

.color-base-base {
  color: #2A1B3B !important; }

.bgColor-base-base {
  background-color: #2A1B3B !important; }

.color-base-disabled {
  color: #969696 !important; }

.bgColor-base-disabled {
  background-color: #969696 !important; }

.color-base-darken {
  color: #1e132a !important; }

.bgColor-base-darken {
  background-color: #1e132a !important; }

.color-base-lighten {
  color: #36234c !important; }

.bgColor-base-lighten {
  background-color: #36234c !important; }

.color-monooq {
  color: #E85258 !important; }

.bgColor-monooq {
  background-color: #E85258 !important; }

.color-monooq-base {
  color: #E85258 !important; }

.bgColor-monooq-base {
  background-color: #E85258 !important; }

.color-monooq-darken {
  color: #e53b42 !important; }

.bgColor-monooq-darken {
  background-color: #e53b42 !important; }

.color-monooq-lighten {
  color: #eb696e !important; }

.bgColor-monooq-lighten {
  background-color: #eb696e !important; }

.color-key {
  color: #FFCF00 !important; }

.bgColor-key {
  background-color: #FFCF00 !important; }

.color-key-base {
  color: #FFCF00 !important; }

.bgColor-key-base {
  background-color: #FFCF00 !important; }

.color-key-thin {
  color: #FFEFAA !important; }

.bgColor-key-thin {
  background-color: #FFEFAA !important; }

.color-key-darken {
  color: #e6ba00 !important; }

.bgColor-key-darken {
  background-color: #e6ba00 !important; }

.color-key-lighten {
  color: #ffd41a !important; }

.bgColor-key-lighten {
  background-color: #ffd41a !important; }

.color-gray {
  color: #CBCBCB !important; }

.bgColor-gray {
  background-color: #CBCBCB !important; }

.color-gray-base {
  color: #CBCBCB !important; }

.bgColor-gray-base {
  background-color: #CBCBCB !important; }

.color-gray-dark {
  color: #585858 !important; }

.bgColor-gray-dark {
  background-color: #585858 !important; }

.color-gray-darken {
  color: #bebebe !important; }

.bgColor-gray-darken {
  background-color: #bebebe !important; }

.color-gray-lighten {
  color: #d8d8d8 !important; }

.bgColor-gray-lighten {
  background-color: #d8d8d8 !important; }

.color-link {
  color: #4A4598 !important; }

.bgColor-link {
  background-color: #4A4598 !important; }

.color-link-base {
  color: #4A4598 !important; }

.bgColor-link-base {
  background-color: #4A4598 !important; }

.color-link-disabled {
  color: #969696 !important; }

.bgColor-link-disabled {
  background-color: #969696 !important; }

.color-link-darken {
  color: #413d86 !important; }

.bgColor-link-darken {
  background-color: #413d86 !important; }

.color-link-lighten {
  color: #534daa !important; }

.bgColor-link-lighten {
  background-color: #534daa !important; }

.color-white {
  color: white !important; }

.bgColor-white {
  background-color: white !important; }

.color-white-base {
  color: white !important; }

.bgColor-white-base {
  background-color: white !important; }

.color-white-darken {
  color: #f2f2f2 !important; }

.bgColor-white-darken {
  background-color: #f2f2f2 !important; }

.color-white-lighten {
  color: white !important; }

.bgColor-white-lighten {
  background-color: white !important; }

.bgPattern-base {
  background-image: url("../img/bg-pattern.png"); }
  .bgPattern-base.-fixed {
    background-attachment: fixed; }

.mt-small-0 {
  margin-top: 0px !important; }

.mb-small-0 {
  margin-bottom: 0px !important; }

.my-small-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

.mt-small-5 {
  margin-top: 16px !important; }

.mb-small-5 {
  margin-bottom: 16px !important; }

.my-small-5 {
  margin-bottom: 16px !important;
  margin-top: 16px !important; }

.mt-small-10 {
  margin-top: 32px !important; }

.mb-small-10 {
  margin-bottom: 32px !important; }

.my-small-10 {
  margin-bottom: 32px !important;
  margin-top: 32px !important; }

.mt-small-15 {
  margin-top: 48px !important; }

.mb-small-15 {
  margin-bottom: 48px !important; }

.my-small-15 {
  margin-bottom: 48px !important;
  margin-top: 48px !important; }

.mt-small-20 {
  margin-top: 64px !important; }

.mb-small-20 {
  margin-bottom: 64px !important; }

.my-small-20 {
  margin-bottom: 64px !important;
  margin-top: 64px !important; }

.mt-small-25 {
  margin-top: 80px !important; }

.mb-small-25 {
  margin-bottom: 80px !important; }

.my-small-25 {
  margin-bottom: 80px !important;
  margin-top: 80px !important; }

.mt-small-30 {
  margin-top: 96px !important; }

.mb-small-30 {
  margin-bottom: 96px !important; }

.my-small-30 {
  margin-bottom: 96px !important;
  margin-top: 96px !important; }

.mt-small-35 {
  margin-top: 112px !important; }

.mb-small-35 {
  margin-bottom: 112px !important; }

.my-small-35 {
  margin-bottom: 112px !important;
  margin-top: 112px !important; }

.mt-small-40 {
  margin-top: 128px !important; }

.mb-small-40 {
  margin-bottom: 128px !important; }

.my-small-40 {
  margin-bottom: 128px !important;
  margin-top: 128px !important; }

.mt-small-45 {
  margin-top: 144px !important; }

.mb-small-45 {
  margin-bottom: 144px !important; }

.my-small-45 {
  margin-bottom: 144px !important;
  margin-top: 144px !important; }

.mt-small-50 {
  margin-top: 160px !important; }

.mb-small-50 {
  margin-bottom: 160px !important; }

.my-small-50 {
  margin-bottom: 160px !important;
  margin-top: 160px !important; }

@media print, screen and (min-width: 40em) {
  .mt-medium-0 {
    margin-top: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-0 {
    margin-bottom: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-5 {
    margin-top: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-5 {
    margin-bottom: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-5 {
    margin-bottom: 16px !important;
    margin-top: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-10 {
    margin-top: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-10 {
    margin-bottom: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-10 {
    margin-bottom: 32px !important;
    margin-top: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-15 {
    margin-top: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-15 {
    margin-bottom: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-15 {
    margin-bottom: 48px !important;
    margin-top: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-20 {
    margin-top: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-20 {
    margin-bottom: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-20 {
    margin-bottom: 64px !important;
    margin-top: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-25 {
    margin-top: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-25 {
    margin-bottom: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-25 {
    margin-bottom: 80px !important;
    margin-top: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-30 {
    margin-top: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-30 {
    margin-bottom: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-30 {
    margin-bottom: 96px !important;
    margin-top: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-35 {
    margin-top: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-35 {
    margin-bottom: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-35 {
    margin-bottom: 112px !important;
    margin-top: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-40 {
    margin-top: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-40 {
    margin-bottom: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-40 {
    margin-bottom: 128px !important;
    margin-top: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-45 {
    margin-top: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-45 {
    margin-bottom: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-45 {
    margin-bottom: 144px !important;
    margin-top: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .mt-medium-50 {
    margin-top: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .mb-medium-50 {
    margin-bottom: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .my-medium-50 {
    margin-bottom: 160px !important;
    margin-top: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-0 {
    margin-top: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-0 {
    margin-bottom: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-5 {
    margin-top: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-5 {
    margin-bottom: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-5 {
    margin-bottom: 16px !important;
    margin-top: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-10 {
    margin-top: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-10 {
    margin-bottom: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-10 {
    margin-bottom: 32px !important;
    margin-top: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-15 {
    margin-top: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-15 {
    margin-bottom: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-15 {
    margin-bottom: 48px !important;
    margin-top: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-20 {
    margin-top: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-20 {
    margin-bottom: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-20 {
    margin-bottom: 64px !important;
    margin-top: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-25 {
    margin-top: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-25 {
    margin-bottom: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-25 {
    margin-bottom: 80px !important;
    margin-top: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-30 {
    margin-top: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-30 {
    margin-bottom: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-30 {
    margin-bottom: 96px !important;
    margin-top: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-35 {
    margin-top: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-35 {
    margin-bottom: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-35 {
    margin-bottom: 112px !important;
    margin-top: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-40 {
    margin-top: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-40 {
    margin-bottom: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-40 {
    margin-bottom: 128px !important;
    margin-top: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-45 {
    margin-top: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-45 {
    margin-bottom: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-45 {
    margin-bottom: 144px !important;
    margin-top: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mt-large-50 {
    margin-top: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .mb-large-50 {
    margin-bottom: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .my-large-50 {
    margin-bottom: 160px !important;
    margin-top: 160px !important; } }

.pt-small-0 {
  padding-top: 0px !important; }

.pb-small-0 {
  padding-bottom: 0px !important; }

.py-small-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pr-small-0 {
  padding-right: 0px !important; }

.pl-small-0 {
  padding-left: 0px !important; }

.ph-small-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pt-small-5 {
  padding-top: 16px !important; }

.pb-small-5 {
  padding-bottom: 16px !important; }

.py-small-5 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.pr-small-5 {
  padding-right: 16px !important; }

.pl-small-5 {
  padding-left: 16px !important; }

.ph-small-5 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.pt-small-10 {
  padding-top: 32px !important; }

.pb-small-10 {
  padding-bottom: 32px !important; }

.py-small-10 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.pr-small-10 {
  padding-right: 32px !important; }

.pl-small-10 {
  padding-left: 32px !important; }

.ph-small-10 {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.pt-small-15 {
  padding-top: 48px !important; }

.pb-small-15 {
  padding-bottom: 48px !important; }

.py-small-15 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.pr-small-15 {
  padding-right: 48px !important; }

.pl-small-15 {
  padding-left: 48px !important; }

.ph-small-15 {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.pt-small-20 {
  padding-top: 64px !important; }

.pb-small-20 {
  padding-bottom: 64px !important; }

.py-small-20 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.pr-small-20 {
  padding-right: 64px !important; }

.pl-small-20 {
  padding-left: 64px !important; }

.ph-small-20 {
  padding-left: 64px !important;
  padding-right: 64px !important; }

.pt-small-25 {
  padding-top: 80px !important; }

.pb-small-25 {
  padding-bottom: 80px !important; }

.py-small-25 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.pr-small-25 {
  padding-right: 80px !important; }

.pl-small-25 {
  padding-left: 80px !important; }

.ph-small-25 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.pt-small-30 {
  padding-top: 96px !important; }

.pb-small-30 {
  padding-bottom: 96px !important; }

.py-small-30 {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.pr-small-30 {
  padding-right: 96px !important; }

.pl-small-30 {
  padding-left: 96px !important; }

.ph-small-30 {
  padding-left: 96px !important;
  padding-right: 96px !important; }

.pt-small-35 {
  padding-top: 112px !important; }

.pb-small-35 {
  padding-bottom: 112px !important; }

.py-small-35 {
  padding-top: 112px !important;
  padding-bottom: 112px !important; }

.pr-small-35 {
  padding-right: 112px !important; }

.pl-small-35 {
  padding-left: 112px !important; }

.ph-small-35 {
  padding-left: 112px !important;
  padding-right: 112px !important; }

.pt-small-40 {
  padding-top: 128px !important; }

.pb-small-40 {
  padding-bottom: 128px !important; }

.py-small-40 {
  padding-top: 128px !important;
  padding-bottom: 128px !important; }

.pr-small-40 {
  padding-right: 128px !important; }

.pl-small-40 {
  padding-left: 128px !important; }

.ph-small-40 {
  padding-left: 128px !important;
  padding-right: 128px !important; }

.pt-small-45 {
  padding-top: 144px !important; }

.pb-small-45 {
  padding-bottom: 144px !important; }

.py-small-45 {
  padding-top: 144px !important;
  padding-bottom: 144px !important; }

.pr-small-45 {
  padding-right: 144px !important; }

.pl-small-45 {
  padding-left: 144px !important; }

.ph-small-45 {
  padding-left: 144px !important;
  padding-right: 144px !important; }

.pt-small-50 {
  padding-top: 160px !important; }

.pb-small-50 {
  padding-bottom: 160px !important; }

.py-small-50 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.pr-small-50 {
  padding-right: 160px !important; }

.pl-small-50 {
  padding-left: 160px !important; }

.ph-small-50 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.pt-small-55 {
  padding-top: 176px !important; }

.pb-small-55 {
  padding-bottom: 176px !important; }

.py-small-55 {
  padding-top: 176px !important;
  padding-bottom: 176px !important; }

.pr-small-55 {
  padding-right: 176px !important; }

.pl-small-55 {
  padding-left: 176px !important; }

.ph-small-55 {
  padding-left: 176px !important;
  padding-right: 176px !important; }

.pt-small-60 {
  padding-top: 192px !important; }

.pb-small-60 {
  padding-bottom: 192px !important; }

.py-small-60 {
  padding-top: 192px !important;
  padding-bottom: 192px !important; }

.pr-small-60 {
  padding-right: 192px !important; }

.pl-small-60 {
  padding-left: 192px !important; }

.ph-small-60 {
  padding-left: 192px !important;
  padding-right: 192px !important; }

.pt-small-65 {
  padding-top: 208px !important; }

.pb-small-65 {
  padding-bottom: 208px !important; }

.py-small-65 {
  padding-top: 208px !important;
  padding-bottom: 208px !important; }

.pr-small-65 {
  padding-right: 208px !important; }

.pl-small-65 {
  padding-left: 208px !important; }

.ph-small-65 {
  padding-left: 208px !important;
  padding-right: 208px !important; }

.pt-small-70 {
  padding-top: 224px !important; }

.pb-small-70 {
  padding-bottom: 224px !important; }

.py-small-70 {
  padding-top: 224px !important;
  padding-bottom: 224px !important; }

.pr-small-70 {
  padding-right: 224px !important; }

.pl-small-70 {
  padding-left: 224px !important; }

.ph-small-70 {
  padding-left: 224px !important;
  padding-right: 224px !important; }

.pt-small-75 {
  padding-top: 240px !important; }

.pb-small-75 {
  padding-bottom: 240px !important; }

.py-small-75 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

.pr-small-75 {
  padding-right: 240px !important; }

.pl-small-75 {
  padding-left: 240px !important; }

.ph-small-75 {
  padding-left: 240px !important;
  padding-right: 240px !important; }

.pt-small-80 {
  padding-top: 256px !important; }

.pb-small-80 {
  padding-bottom: 256px !important; }

.py-small-80 {
  padding-top: 256px !important;
  padding-bottom: 256px !important; }

.pr-small-80 {
  padding-right: 256px !important; }

.pl-small-80 {
  padding-left: 256px !important; }

.ph-small-80 {
  padding-left: 256px !important;
  padding-right: 256px !important; }

.pt-small-85 {
  padding-top: 272px !important; }

.pb-small-85 {
  padding-bottom: 272px !important; }

.py-small-85 {
  padding-top: 272px !important;
  padding-bottom: 272px !important; }

.pr-small-85 {
  padding-right: 272px !important; }

.pl-small-85 {
  padding-left: 272px !important; }

.ph-small-85 {
  padding-left: 272px !important;
  padding-right: 272px !important; }

.pt-small-90 {
  padding-top: 288px !important; }

.pb-small-90 {
  padding-bottom: 288px !important; }

.py-small-90 {
  padding-top: 288px !important;
  padding-bottom: 288px !important; }

.pr-small-90 {
  padding-right: 288px !important; }

.pl-small-90 {
  padding-left: 288px !important; }

.ph-small-90 {
  padding-left: 288px !important;
  padding-right: 288px !important; }

.pt-small-95 {
  padding-top: 304px !important; }

.pb-small-95 {
  padding-bottom: 304px !important; }

.py-small-95 {
  padding-top: 304px !important;
  padding-bottom: 304px !important; }

.pr-small-95 {
  padding-right: 304px !important; }

.pl-small-95 {
  padding-left: 304px !important; }

.ph-small-95 {
  padding-left: 304px !important;
  padding-right: 304px !important; }

.pt-small-100 {
  padding-top: 320px !important; }

.pb-small-100 {
  padding-bottom: 320px !important; }

.py-small-100 {
  padding-top: 320px !important;
  padding-bottom: 320px !important; }

.pr-small-100 {
  padding-right: 320px !important; }

.pl-small-100 {
  padding-left: 320px !important; }

.ph-small-100 {
  padding-left: 320px !important;
  padding-right: 320px !important; }

@media print, screen and (min-width: 40em) {
  .pt-medium-0 {
    padding-top: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-0 {
    padding-bottom: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-0 {
    padding-right: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-0 {
    padding-left: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-5 {
    padding-top: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-5 {
    padding-bottom: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-5 {
    padding-right: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-5 {
    padding-left: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-5 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-10 {
    padding-top: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-10 {
    padding-bottom: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-10 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-10 {
    padding-right: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-10 {
    padding-left: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-10 {
    padding-left: 32px !important;
    padding-right: 32px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-15 {
    padding-top: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-15 {
    padding-bottom: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-15 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-15 {
    padding-right: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-15 {
    padding-left: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-15 {
    padding-left: 48px !important;
    padding-right: 48px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-20 {
    padding-top: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-20 {
    padding-bottom: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-20 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-20 {
    padding-right: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-20 {
    padding-left: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-20 {
    padding-left: 64px !important;
    padding-right: 64px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-25 {
    padding-top: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-25 {
    padding-bottom: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-25 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-25 {
    padding-right: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-25 {
    padding-left: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-25 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-30 {
    padding-top: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-30 {
    padding-bottom: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-30 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-30 {
    padding-right: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-30 {
    padding-left: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-30 {
    padding-left: 96px !important;
    padding-right: 96px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-35 {
    padding-top: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-35 {
    padding-bottom: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-35 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-35 {
    padding-right: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-35 {
    padding-left: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-35 {
    padding-left: 112px !important;
    padding-right: 112px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-40 {
    padding-top: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-40 {
    padding-bottom: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-40 {
    padding-top: 128px !important;
    padding-bottom: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-40 {
    padding-right: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-40 {
    padding-left: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-40 {
    padding-left: 128px !important;
    padding-right: 128px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-45 {
    padding-top: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-45 {
    padding-bottom: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-45 {
    padding-top: 144px !important;
    padding-bottom: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-45 {
    padding-right: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-45 {
    padding-left: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-45 {
    padding-left: 144px !important;
    padding-right: 144px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-50 {
    padding-top: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-50 {
    padding-bottom: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-50 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-50 {
    padding-right: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-50 {
    padding-left: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-50 {
    padding-left: 160px !important;
    padding-right: 160px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-55 {
    padding-top: 176px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-55 {
    padding-bottom: 176px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-55 {
    padding-top: 176px !important;
    padding-bottom: 176px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-55 {
    padding-right: 176px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-55 {
    padding-left: 176px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-55 {
    padding-left: 176px !important;
    padding-right: 176px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-60 {
    padding-top: 192px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-60 {
    padding-bottom: 192px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-60 {
    padding-top: 192px !important;
    padding-bottom: 192px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-60 {
    padding-right: 192px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-60 {
    padding-left: 192px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-60 {
    padding-left: 192px !important;
    padding-right: 192px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-65 {
    padding-top: 208px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-65 {
    padding-bottom: 208px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-65 {
    padding-top: 208px !important;
    padding-bottom: 208px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-65 {
    padding-right: 208px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-65 {
    padding-left: 208px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-65 {
    padding-left: 208px !important;
    padding-right: 208px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-70 {
    padding-top: 224px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-70 {
    padding-bottom: 224px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-70 {
    padding-top: 224px !important;
    padding-bottom: 224px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-70 {
    padding-right: 224px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-70 {
    padding-left: 224px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-70 {
    padding-left: 224px !important;
    padding-right: 224px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-75 {
    padding-top: 240px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-75 {
    padding-bottom: 240px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-75 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-75 {
    padding-right: 240px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-75 {
    padding-left: 240px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-75 {
    padding-left: 240px !important;
    padding-right: 240px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-80 {
    padding-top: 256px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-80 {
    padding-bottom: 256px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-80 {
    padding-top: 256px !important;
    padding-bottom: 256px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-80 {
    padding-right: 256px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-80 {
    padding-left: 256px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-80 {
    padding-left: 256px !important;
    padding-right: 256px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-85 {
    padding-top: 272px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-85 {
    padding-bottom: 272px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-85 {
    padding-top: 272px !important;
    padding-bottom: 272px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-85 {
    padding-right: 272px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-85 {
    padding-left: 272px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-85 {
    padding-left: 272px !important;
    padding-right: 272px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-90 {
    padding-top: 288px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-90 {
    padding-bottom: 288px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-90 {
    padding-top: 288px !important;
    padding-bottom: 288px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-90 {
    padding-right: 288px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-90 {
    padding-left: 288px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-90 {
    padding-left: 288px !important;
    padding-right: 288px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-95 {
    padding-top: 304px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-95 {
    padding-bottom: 304px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-95 {
    padding-top: 304px !important;
    padding-bottom: 304px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-95 {
    padding-right: 304px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-95 {
    padding-left: 304px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-95 {
    padding-left: 304px !important;
    padding-right: 304px !important; } }

@media print, screen and (min-width: 40em) {
  .pt-medium-100 {
    padding-top: 320px !important; } }

@media print, screen and (min-width: 40em) {
  .pb-medium-100 {
    padding-bottom: 320px !important; } }

@media print, screen and (min-width: 40em) {
  .py-medium-100 {
    padding-top: 320px !important;
    padding-bottom: 320px !important; } }

@media print, screen and (min-width: 40em) {
  .pr-medium-100 {
    padding-right: 320px !important; } }

@media print, screen and (min-width: 40em) {
  .pl-medium-100 {
    padding-left: 320px !important; } }

@media print, screen and (min-width: 40em) {
  .ph-medium-100 {
    padding-left: 320px !important;
    padding-right: 320px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-0 {
    padding-top: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-0 {
    padding-bottom: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-0 {
    padding-right: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-0 {
    padding-left: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-5 {
    padding-top: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-5 {
    padding-bottom: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-5 {
    padding-right: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-5 {
    padding-left: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-5 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-10 {
    padding-top: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-10 {
    padding-bottom: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-10 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-10 {
    padding-right: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-10 {
    padding-left: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-10 {
    padding-left: 32px !important;
    padding-right: 32px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-15 {
    padding-top: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-15 {
    padding-bottom: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-15 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-15 {
    padding-right: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-15 {
    padding-left: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-15 {
    padding-left: 48px !important;
    padding-right: 48px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-20 {
    padding-top: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-20 {
    padding-bottom: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-20 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-20 {
    padding-right: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-20 {
    padding-left: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-20 {
    padding-left: 64px !important;
    padding-right: 64px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-25 {
    padding-top: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-25 {
    padding-bottom: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-25 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-25 {
    padding-right: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-25 {
    padding-left: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-25 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-30 {
    padding-top: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-30 {
    padding-bottom: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-30 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-30 {
    padding-right: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-30 {
    padding-left: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-30 {
    padding-left: 96px !important;
    padding-right: 96px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-35 {
    padding-top: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-35 {
    padding-bottom: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-35 {
    padding-top: 112px !important;
    padding-bottom: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-35 {
    padding-right: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-35 {
    padding-left: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-35 {
    padding-left: 112px !important;
    padding-right: 112px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-40 {
    padding-top: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-40 {
    padding-bottom: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-40 {
    padding-top: 128px !important;
    padding-bottom: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-40 {
    padding-right: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-40 {
    padding-left: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-40 {
    padding-left: 128px !important;
    padding-right: 128px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-45 {
    padding-top: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-45 {
    padding-bottom: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-45 {
    padding-top: 144px !important;
    padding-bottom: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-45 {
    padding-right: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-45 {
    padding-left: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-45 {
    padding-left: 144px !important;
    padding-right: 144px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-50 {
    padding-top: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-50 {
    padding-bottom: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-50 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-50 {
    padding-right: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-50 {
    padding-left: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-50 {
    padding-left: 160px !important;
    padding-right: 160px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-55 {
    padding-top: 176px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-55 {
    padding-bottom: 176px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-55 {
    padding-top: 176px !important;
    padding-bottom: 176px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-55 {
    padding-right: 176px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-55 {
    padding-left: 176px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-55 {
    padding-left: 176px !important;
    padding-right: 176px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-60 {
    padding-top: 192px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-60 {
    padding-bottom: 192px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-60 {
    padding-top: 192px !important;
    padding-bottom: 192px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-60 {
    padding-right: 192px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-60 {
    padding-left: 192px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-60 {
    padding-left: 192px !important;
    padding-right: 192px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-65 {
    padding-top: 208px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-65 {
    padding-bottom: 208px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-65 {
    padding-top: 208px !important;
    padding-bottom: 208px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-65 {
    padding-right: 208px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-65 {
    padding-left: 208px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-65 {
    padding-left: 208px !important;
    padding-right: 208px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-70 {
    padding-top: 224px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-70 {
    padding-bottom: 224px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-70 {
    padding-top: 224px !important;
    padding-bottom: 224px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-70 {
    padding-right: 224px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-70 {
    padding-left: 224px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-70 {
    padding-left: 224px !important;
    padding-right: 224px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-75 {
    padding-top: 240px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-75 {
    padding-bottom: 240px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-75 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-75 {
    padding-right: 240px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-75 {
    padding-left: 240px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-75 {
    padding-left: 240px !important;
    padding-right: 240px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-80 {
    padding-top: 256px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-80 {
    padding-bottom: 256px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-80 {
    padding-top: 256px !important;
    padding-bottom: 256px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-80 {
    padding-right: 256px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-80 {
    padding-left: 256px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-80 {
    padding-left: 256px !important;
    padding-right: 256px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-85 {
    padding-top: 272px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-85 {
    padding-bottom: 272px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-85 {
    padding-top: 272px !important;
    padding-bottom: 272px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-85 {
    padding-right: 272px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-85 {
    padding-left: 272px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-85 {
    padding-left: 272px !important;
    padding-right: 272px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-90 {
    padding-top: 288px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-90 {
    padding-bottom: 288px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-90 {
    padding-top: 288px !important;
    padding-bottom: 288px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-90 {
    padding-right: 288px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-90 {
    padding-left: 288px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-90 {
    padding-left: 288px !important;
    padding-right: 288px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-95 {
    padding-top: 304px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-95 {
    padding-bottom: 304px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-95 {
    padding-top: 304px !important;
    padding-bottom: 304px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-95 {
    padding-right: 304px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-95 {
    padding-left: 304px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-95 {
    padding-left: 304px !important;
    padding-right: 304px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pt-large-100 {
    padding-top: 320px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pb-large-100 {
    padding-bottom: 320px !important; } }

@media print, screen and (min-width: 81.25em) {
  .py-large-100 {
    padding-top: 320px !important;
    padding-bottom: 320px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pr-large-100 {
    padding-right: 320px !important; } }

@media print, screen and (min-width: 81.25em) {
  .pl-large-100 {
    padding-left: 320px !important; } }

@media print, screen and (min-width: 81.25em) {
  .ph-large-100 {
    padding-left: 320px !important;
    padding-right: 320px !important; } }

/*--------------------------------------
/* !baseMarginインクルード */
/*------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: white;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
          transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
            transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
            transform: translate3d(0, -16px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      -webkit-transform: translate3d(50px, 50px, 0) rotate(45deg);
              transform: translate3d(50px, 50px, 0) rotate(45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      -webkit-transform: translate3d(-50px, 50px, 0) rotate(-45deg);
              transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      -webkit-transform: translate3d(50px, -50px, 0) rotate(-45deg);
              transform: translate3d(50px, -50px, 0) rotate(-45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      -webkit-transform: translate3d(-50px, -50px, 0) rotate(45deg);
              transform: translate3d(-50px, -50px, 0) rotate(45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
            transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
            transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
            transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
            transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
            transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    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; }

.grid-container {
  padding: 0 16px; }

.ovf-hidden {
  overflow: hidden; }

[class^="icon-"] {
  vertical-align: middle;
  text-decoration: none; }

html {
  overflow: auto; }

img {
  width: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 2;
  color: #2A1B3B;
  font-weight: 700;
  overflow: hidden; }
  @media print, screen and (min-width: 81.25em) {
    body {
      font-size: 15px; } }

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

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

a {
  color: #4A4598;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

svg, img {
  vertical-align: bottom; }

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

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

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

.ilb {
  display: inline-block; }

.txt {
  font-size: 15px;
  line-height: 2;
  margin-top: calc(0px - 0.5em);
  margin-bottom: calc(0px - 0.5em); }
  .txt.-small {
    font-size: 13px; }
    @media print, screen and (min-width: 81.25em) {
      .txt.-small {
        font-size: 15px; } }
  .txt.-medium {
    font-size: 16px; }
  .txt.-large {
    font-size: 16px;
    line-height: 2;
    margin-top: calc(0px - 0.5em);
    margin-bottom: calc(0px - 0.5em); }
    @media print, screen and (min-width: 81.25em) {
      .txt.-large {
        font-size: 22px; } }

.enHead {
  font-size: 30px;
  line-height: 1.2;
  margin-top: calc(0px - 0.1em);
  margin-bottom: calc(0px - 0.1em);
  font-family: "Courgette", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  position: relative; }
  @media print, screen and (min-width: 81.25em) {
    .enHead {
      font-size: 45px; } }
  .enHead.-large {
    font-size: 40px; }
    @media print, screen and (min-width: 81.25em) {
      .enHead.-large {
        font-size: 107px; } }
  .enHead.-small {
    font-size: 20px; }
    @media print, screen and (min-width: 81.25em) {
      .enHead.-small {
        font-size: 25px; } }

.underLine {
  border-bottom: 3px solid #FFCF00;
  padding-bottom: 0.25em;
  display: inline-block;
  margin-bottom: 0.3em; }

.label {
  background-color: #FFCF00;
  font-size: 11px;
  line-height: 1.2;
  margin-top: calc(0px - 0.1em);
  margin-bottom: calc(0px - 0.1em);
  padding: 6.4px 8px;
  font-weight: 800;
  display: inline-block; }

.btn {
  font-size: 15px;
  line-height: 1;
  margin-top: calc(0px - 0em);
  margin-bottom: calc(0px - 0em);
  padding: 24px 32px;
  background-color: #4A4598;
  border-radius: 100px;
  color: white;
  display: inline-block;
  text-align: center; }
  .btn ._icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px; }

/*
---
name: base button
category: module/button
---

## へいへいへい

* Base button style.
* Use `a` or `button` tag.

```jade
a.btn ボタン
```
```html
<a class="btn">Button</a>
```
*/
.o-enHeadWithImg ._inner {
  position: relative;
  text-align: center;
  display: inline-block; }
  .o-enHeadWithImg ._inner img {
    position: absolute;
    opacity: 0.2;
    width: 1.5em;
    left: -0.7em;
    top: -0.5em; }

.media-list {
  margin: 10px auto;}
  .media-list li {
    width: 25%;
    max-width: 120px;
    vertical-align: middle;
    display: inline-block;
    margin: 15px 1.5%;}
    .media-list li a {
      display:block;
      width: 100%;}

.full-vw {
  width: 100vw;
}

.m-iconList li {
  display: inline-block; }
  .m-iconList li [class^="icon-"] {
    color: #2A1B3B;
    font-size: 30px; }
  .m-iconList li:not(:last-child) {
    margin-right: 16px; }

.m-labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .m-labelList > .label {
    margin-right: 8px; }

.o-siteHeader {
  padding: 32px 0px 18px 0px;
  position: relative;
  margin: 0 -32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media print, screen and (min-width: 81.25em) {
    .o-siteHeader {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0; } }
  .o-siteHeader ._logoArea {
    text-align: center; }
    .o-siteHeader ._logoArea a img {
      width: 150px; }
      @media print, screen and (min-width: 81.25em) {
        .o-siteHeader ._logoArea a img {
          height: 60px; } }
  .o-siteHeader ._navList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px; }
    .o-siteHeader ._navList > ._item {
      margin: 0 16px;
      margin-bottom: 10px; }
      .o-siteHeader ._navList > ._item a {
        font-size: 14px;
        color: #2A1B3B;
        font-weight: 800;
        letter-spacing: .1em;
        text-decoration: none; }

.w-memberBox-slick {
  padding: 32px 0;
  margin: 0 -32px; }
  .w-memberBox-slick .o-memberBox {
    padding-left: 32px;
    padding-right: 32px; }
  .w-memberBox-slick ._dotsList {
    padding-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .w-memberBox-slick ._dotsList button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #CBCBCB;
      text-indent: -9999px;
      margin: 0 8px; }
      .w-memberBox-slick ._dotsList button:hover {
        cursor: pointer; }
      .w-memberBox-slick ._dotsList button[aria-selected="true"] {
        background-color: #2A1B3B; }

.o-memberBox {
  text-align: center; }
  .o-memberBox ._avater {
    width: 190px;
    display: block;
    margin: 0 auto;
    position: relative; }
    .o-memberBox ._avater img {
      position: relative; }
      .o-memberBox ._avater img._back {
        opacity: 0;
        margin-top: -100%; }
  .o-memberBox ._position {
    font-size: 18px;
    line-height: 1;
    margin-top: calc(16px - 0em);
    margin-bottom: calc(8px - 0em);
    font-weight: 800; }
  .o-memberBox ._name {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    margin-top: calc(0px - 0em);
    margin-bottom: calc(0px - 0em); }
    .o-memberBox ._name small {
      display: block;
      font-family: "Courgette", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 1;
      margin-top: calc(9.6px - 0em);
      margin-bottom: calc(0px - 0em);
      color: #CBCBCB; }
  .o-memberBox ._likes {
    font-size: 13px;
    line-height: 1;
    margin-top: calc(16px - 0em);
    margin-bottom: calc(0px - 0em);
    font-weight: 800; }
    .o-memberBox ._likes ._icon {
      color: #FFCF00;
      margin-right: 8px;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -1px; }
  .o-memberBox ._sns {
    padding-top: 16px; }

.o-mediaList.news {
  max-width: 600px;
  margin: auto;
}

.o-mediaList ._item:not(:first-child) {
  padding-top: 32px; }
  @media print, screen and (min-width: 81.25em) {
    .o-mediaList ._item:not(:first-child) {
      padding-top: 64px; } }

.o-media {
  background-color: #fff;
  padding: 16px;
  display: block;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); }
  @media print, screen and (min-width: 81.25em) {
    .o-media {
      padding: 32px; } }
  .o-media:not(:first-child) {
    margin-top: 32px; }
  .o-media ._circArrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media print, screen and (min-width: 81.25em) {
      .o-media ._circArrow {
        right: 16px; } }
  .o-media ._grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .o-media ._grid ._leftCell {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65px;
              flex: 0 0 65px;
      margin-right: 8px; }
      @media print, screen and (min-width: 40em) {
        .o-media ._grid ._leftCell {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 161px;
                  flex: 0 0 161px;
          padding-right: 16px; } }
    .o-media ._grid ._rightCell {
      padding-right: 16px; }
      @media print, screen and (min-width: 81.25em) {
        .o-media ._grid ._rightCell {
          padding-right: 32px; } }
      .o-media ._grid ._rightCell ._desc {
        font-size: 12px;
        line-height: 2;
        margin-top: calc(16px - 0.5em);
        margin-bottom: calc(8px - 0.5em); }
        @media print, screen and (min-width: 81.25em) {
          .o-media ._grid ._rightCell ._desc {
            font-size: 15px; } }

.o-mediaList ._item:not(:first-child) {
  padding-top: 15px;
}

.o-mediaList.news ._item .o-media {
  padding: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}

.o-mediaList.news ._item .o-media ._grid ._rightCell ._desc {
  margin-top: auto;
  font-size: 15px;
  font-weight: bold;
}

@media print, screen and (min-width: 81.25em) {
  .o-mediaList ._item:not(:first-child) {
    padding-top: 20px;
  }
  .o-mediaList.news ._item .o-media {
    padding: 15px;
  }
}

.circArrow {
  width: 15px;
  height: 15px;
  border: 1px solid #2A1B3B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px; }
  .circArrow::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    border-style: solid;
    border-width: 1px;
    height: 5px;
    width: 5px;
    border-color: #2A1B3B #2A1B3B transparent transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: -2px; }

.o-news {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0; }
  .o-news:first-child {
    padding: 0 0 32px;
    border-top: unset; }
  .o-news:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .o-news ._infoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .o-news ._infoArea ._date {
      margin-right: 8px; }
  .o-news ._bodyArea {
    padding-top: 16px; }
    .o-news ._bodyArea a {
      text-decoration: none;
      border-bottom: 1px solid;
      padding-bottom: 1px; }
    .o-news ._bodyArea a:link{
      color:black;}
    .o-news ._bodyArea a:visited{
      color:purple;}
    .o-news ._bodyArea a:hover{
      color:blue}


.o-siteFooter {
  height: 64px; }
  .o-siteFooter ._copyRight {
    position: absolute;
    color: white;
    text-align: right;
    font-size: 11px;
    margin-top: -10px;
    z-index: 100;
    right: 5%; }
    @media print, screen and (min-width: 81.25em) {
      .o-siteFooter ._copyRight {
        margin-top: -130px;
        right: 20%; } }

.o-goTopBtn {
  position: absolute;
  display: block;
  width: 150px;
  position: absolute;
  bottom: 0;
  z-index: 100; }
  @media print, screen and (min-width: 81.25em) {
    .o-goTopBtn {
      bottom: 250%; } }

.o-footerSlashWithBtn {
  position: relative; }
  .o-footerSlashWithBtn ._inner {
    position: absolute;
    height: 32px;
    z-index: 100;
    width: 100%;
    bottom: 100%;
    margin-bottom: -1px; }
    @media print, screen and (min-width: 81.25em) {
      .o-footerSlashWithBtn ._inner {
        height: 192px; } }
    .o-footerSlashWithBtn ._inner ._slash svg {
      width: 100%;
      position: absolute;
      top: 0%;
      height: 100%; }
    .o-footerSlashWithBtn ._inner ._goTopBtn a {
      width: 150px;
      display: block;
      position: absolute;
      display: block;
      right: 5%;
      margin-right: -20px;
      bottom: 70%; }
      @media print, screen and (min-width: 81.25em) {
        .o-footerSlashWithBtn ._inner ._goTopBtn a {
          bottom: 75%;
          right: 20%; } }

.o-leadContent {
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .o-leadContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media print, screen and (min-width: 81.25em) {
    .o-leadContent {
      padding-top: 32px; } }
  @media print, screen and (min-width: 40em) {
    .o-leadContent ._descCell {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  @media print, screen and (min-width: 81.25em) {
    .o-leadContent ._descCell {
      margin-left: 5%;
      margin-right: 32px; } }
  .o-leadContent ._keyArtCell {
    padding-top: 48px;
    max-width: 350px;
    position: absolute;
    opacity: .2;
    top: 50%;
    right: -25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media print, screen and (min-width: 40em) {
      .o-leadContent ._keyArtCell {
        position: relative;
        opacity: 1;
        top: auto;
        right: auto;
        -webkit-transform: none;
                transform: none;
        padding-top: 16px;
        max-width: 600px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0; } }
    @media print, screen and (min-width: 81.25em) {
      .o-leadContent ._keyArtCell {
        padding-top: 24px; } }

.o-companyInfoTable {
  width: 100%; }
  .o-companyInfoTable, .o-companyInfoTable td, .o-companyInfoTable th {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .o-companyInfoTable tr th, .o-companyInfoTable tr td {
    font-size: 13px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    padding: 16px; }
    @media print, screen and (min-width: 81.25em) {
      .o-companyInfoTable tr th, .o-companyInfoTable tr td {
        font-size: 15px; } }
  .o-companyInfoTable tr th {
    width: 100px; }

.bg-slash {
  position: relative; }
  .bg-slash svg {
    width: 100%;
    height: 70px;
    position: absolute;
    margin-top: -1px; }
  .bg-slash.-top svg {
    bottom: 100%;
    margin-top: 1px; }
  @media print, screen and (min-width: 81.25em) {
    .bg-slash svg {
      height: 256px; } }

.submenu {
    display: none; }

.downArrow {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px; }
  .downArrow::after {
    position: absolute;
    top: -3.75px;
    content: '';
    border-style: solid;
    border-width: 2px;
    height: 15px;
    width: 15px;
    border-color: #2A1B3B #2A1B3B transparent transparent;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            transition: 0.5s;
    margin-left: -2px; }

.upArrow {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-packbv : center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px; }
  .upArrow::after {
    position: absolute;
    top: 3.75px;
    content: '';
    border-style: solid;
    border-width: 2px;
    height: 15px;
    width: 15px;
    border-color: #2A1B3B #2A1B3B transparent transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: 0.5s;
    margin-left: -2px; }
