@charset "UTF-8";

/** Core styling */

.accordion{
	padding: 0;
	margin:  0;
	position: relative;
	list-style: none;
}

.accordion > *{
		position: absolute;
		overflow: hidden;
		padding: 0;
		margin:  0;
	}

.accordion > *,
		.accordion.edge-visible,
		.accordion .accordion{
			-webkit-transition: .3s ease all;
			-o-transition:      .3s ease all;
			transition:         .3s ease all;
		}

/** Transform-related */

.accordion,
		.accordion > *{
			will-change: height, transform;
			-webkit-perspective: 90em;
			perspective:         90em;
			
			-webkit-backface-visibility: hidden;
			backface-visibility:         hidden;
			
			-webkit-transform:  translate3d(0,0,0);
			-ms-transform:      translateY(0);
			transform:          translate3d(0,0,0);
		}

/** Rule to disable transitions between gap corrections */

.snap.accordion > *,
		.snap.accordion .accordion{
			-webkit-transition: none !important;
			-o-transition:      none !important;
			transition:         none !important;
		}

/** Headings */

.accordion > * > :first-child{
			cursor: pointer;
			margin: 0;
			
			-webkit-user-select: none;
			-moz-user-select:    none;
			-ms-user-select:     none;
			user-select:         none;
		}

/** Collapsible content */

.accordion > * > :last-child{
			overflow: hidden;
			-webkit-transition: .3s ease height, .3s step-start visibility;
			-o-transition:      .3s ease height, .3s step-start visibility;
			transition:         .3s ease height, .3s step-start visibility;
		}

.accordion > .closed > :last-child,
			.accordion > .closed .accordion > .open > :last-child{
				-webkit-transition-timing-function: ease, step-end;
				-o-transition-timing-function:      ease, step-end;
				transition-timing-function:         ease, step-end;
				visibility: hidden;
			}

@font-face {
  font-family: 'Dolder Sans';
  src: url(../fonts/DolderSans-MediumItalic_web.b98c8a7d.eot);
  src: url(../fonts/DolderSans-MediumItalic_web.b98c8a7d.eot) format("embedded-opentype"), url(../fonts/DolderSans-MediumItalic_web.e0f2837a.woff2) format("woff2"), url(../fonts/DolderSans-MediumItalic_web.a8c893cd.woff) format("woff"), url(../fonts/DolderSans-MediumItalic_web.f48ea8c8.ttf) format("truetype"), url(../images/DolderSans-MediumItalic_web.40715882.svg) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Dolder Sans';
  src: url(../fonts/DolderSans-Medium_web.eb83dd4a.eot);
  src: url(../fonts/DolderSans-Medium_web.eb83dd4a.eot) format("embedded-opentype"), url(../fonts/DolderSans-Medium_web.fa7240dc.woff2) format("woff2"), url(../fonts/DolderSans-Medium_web.e5156b15.woff) format("woff"), url(../fonts/DolderSans-Medium_web.bae119b5.ttf) format("truetype"), url(../images/DolderSans-Medium_web.7930b062.svg) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.102890a3.eot);
  src: url(../fonts/icomoon.102890a3.eot) format("embedded-opentype"), url(../fonts/icomoon.3e665ed9.ttf) format("truetype"), url(../fonts/icomoon.9c37a839.woff) format("woff"), url(../images/icomoon.19585705.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.wpcf7-form-control-wrap .customSelect .custom-select-opener:after,
.nl-form-body .customSelect .custom-select-opener:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\E903";
}

.icon-close:before {
  content: "\E902";
}

.icon-search:before {
  content: "\E900";
}

.icon-plus:before {
  content: "\E901";
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  -o-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.custom-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-container * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  -webkit-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  -o-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "\2714";
  padding-right: 0.5em;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
     -moz-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;
     -moz-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;
     -moz-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;
     -moz-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=48em&large=64em&xlarge=80em&xxlarge=120em";
}

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

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

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.post-block .main-text:not(.excerpt),
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Dolder Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
.post-block .main-text:not(.excerpt) small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #C4C4C4;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3,
.post-block .main-text:not(.excerpt) {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3,
  .post-block .main-text:not(.excerpt) {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 118.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #C4C4C4;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #C4C4C4;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #4F4E4E;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E5E5E5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #4F4E4E;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block,
cite {
  display: block;
  color: #4F4E4E;
  font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #C4C4C4;
  background-color: #E5E5E5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #C4C4C4;
  background-color: #E5E5E5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

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

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

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

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

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

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #4F4E4E;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 118.125rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-container {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.grid-container.fluid {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-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;
  -webkit-flex: 1 1 0px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 80em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

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

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink,
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink,
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-shrink,
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }

  .grid-x > .xlarge-3 {
    width: 25%;
  }

  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }

  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }

  .grid-x > .xlarge-6 {
    width: 50%;
  }

  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }

  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }

  .grid-x > .xlarge-9 {
    width: 75%;
  }

  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }

  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }

  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-shrink,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }

  .grid-x > .xxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }

  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }

  .grid-x > .xxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }

  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }

  .grid-x > .xxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }

  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }

  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-x {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

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

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

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 0.625rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 0.625rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 0.625rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 0.625rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 0.625rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 0.625rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 0.625rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 0.625rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 0.625rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 0.625rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 0.625rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 0.625rem);
  }

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

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

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

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

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 0.625rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 0.625rem);
  }

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

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

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 0.625rem);
  }

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

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

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 0.625rem);
  }

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

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

  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 0.625rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }

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

  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 0.625rem);
  }

  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 0.625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

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

@media screen and (min-width: 80em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

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

@media screen and (min-width: 80em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-padding-x > .cell {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

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

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

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

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

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 0.625rem);
  }

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

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

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 0.625rem);
  }

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

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

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 0.625rem);
  }

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

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

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 0.625rem);
  }

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

@media screen and (min-width: 80em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

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

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

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

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

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 0.625rem);
  }

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

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

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

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

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

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 0.625rem);
  }

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

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 0.625rem);
  }

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

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

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

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

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 0.625rem);
  }

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

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

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 0.625rem);
  }

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

@media screen and (min-width: 120em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

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

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 0.625rem);
  }

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

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

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 0.625rem);
  }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 0.625rem);
  }

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

.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.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .xxlarge-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: 48em) {
  .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: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-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.3125rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.3125rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

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

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.3125rem);
  }
}

@media screen and (min-width: 80em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

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

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

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.3125rem);
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

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

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

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.3125rem);
  }

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

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

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

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.3125rem);
  }

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

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.3125rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: 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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 80em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

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

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink,
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink,
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 80em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xlarge-shrink,
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }

  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }

  .grid-y > .xlarge-3 {
    height: 25%;
  }

  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }

  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }

  .grid-y > .xlarge-6 {
    height: 50%;
  }

  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }

  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }

  .grid-y > .xlarge-9 {
    height: 75%;
  }

  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }

  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }

  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }

  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }

  .grid-y > .xxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }

  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }

  .grid-y > .xxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }

  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }

  .grid-y > .xxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }

  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }

  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

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

@media screen and (min-width: 80em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

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

@media screen and (min-width: 80em) {
  .grid-padding-y > .cell {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 0.625rem);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 0.625rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 0.625rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 0.625rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 0.625rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 0.625rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 0.625rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 0.625rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 0.625rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 0.625rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 0.625rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 0.625rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 0.625rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 0.625rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 0.625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

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

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -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: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

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

  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -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;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .xxlarge-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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

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

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

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

@media screen and (min-width: 120em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-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: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

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

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

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

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 0.625rem);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 0.625rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 0.625rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 0.625rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 0.625rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 0.625rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 0.625rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 0.625rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 0.625rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 0.625rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 0.625rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 0.625rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 0.625rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 0.625rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 0.625rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 0.625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.625rem);
}

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

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

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

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

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

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

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

@media screen and (min-width: 120em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 0.625rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

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

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

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

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

@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

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

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

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

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

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

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

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

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.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;
  }
}

.outer-grid-container {
  padding: 0 15px;
}

@media print, screen and (min-width: 48em) {
  .outer-grid-container {
    padding: 0 15px;
  }
}

.grid-container,
.grid-x {
  width: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
}

.wrapper-404 {
  padding-top: 86px;
}

@media print, screen and (max-width: 47.99875em) {
  .wrapper-404 {
    padding-top: 30px;
  }
}

.wrapper-404 .title-404 {
  margin-bottom: 30px;
}

.modules .module:first-child:not(.module-hero):not(.module-image):not(.module-image_slider):not(.module-video) {
  margin-top: 86px;
}

@media print, screen and (max-width: 47.99875em) {
  .modules .module:first-child:not(.module-hero):not(.module-image):not(.module-image_slider):not(.module-video) {
    margin-top: 30px;
  }
}

body,
p,
.p,
ul,
ol,
.module-quick_links .link-wrapper .link-title .title,
.single-special_offer .post-content h4,
.single-post .post-content h4,
.single-event .post-content h4 {
  font-size: 14px;
  line-height: 20px;
}

body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4F4E4E;
  padding-top: 50px;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

body.admin-bar header {
  top: 30px;
}

p.p-medium,
.p-medium p,
.p.p-medium,
.p-medium .p,
ul.p-medium,
.p-medium ul,
ol.p-medium,
.p-medium ol,
.text-medium {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

@media print, screen and (max-width: 47.99875em) {
  p.p-medium,
  .p-medium p,
  .p.p-medium,
  .p-medium .p,
  ul.p-medium,
  .p-medium ul,
  ol.p-medium,
  .p-medium ol,
  .text-medium {
    font-size: 14px;
    line-height: 20px;
  }
}

h1,
.h1 {
  font-size: 120px;
  line-height: 105px;
}

@media print, screen and (max-width: 47.99875em) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

h2,
.h2 {
  font-size: 60px;
  line-height: 57px;
}

@media print, screen and (max-width: 47.99875em) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

h3,
h4,
h5,
h6,
.h3,
.post-block .main-text:not(.excerpt),
.h4,
.h5,
.h6 {
  font-size: 40px;
  line-height: 40px;
}

@media print, screen and (max-width: 47.99875em) {
  h3,
  h4,
  h5,
  h6,
  .h3,
  .post-block .main-text:not(.excerpt),
  .h4,
  .h5,
  .h6 {
    font-size: 30px;
    line-height: 30px;
  }
}

#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.button {
  min-width: 110px;
  padding: 0 15px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #C4C4C4;
  border-radius: 20px;
  font-size: 12px;
}

.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  background-color: #000000;
}

.button-square {
  color: #4F4E4E;
  min-height: 35px;
  padding: 6px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 12px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  border: 1px solid #A5A5A5;
  outline: none;
  border-radius: 0;
}

.button-square:hover,
.button-square:focus,
.button-square:active {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}

.button-square.custom-hover {
  background-color: #ffffff;
  color: #4F4E4E;
  overflow: hidden;
}

.button-square.custom-hover .inner-wrapper {
  pointer-events: none;
}

.button-square.custom-hover .fake {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  color: #ffffff;
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.button-square.custom-hover:hover .fake {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cul,
.menu,
.sub-menu {
  list-style-type: none;
  margin: 0;
  line-height: inherit;
}

.heading {
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media print, screen and (max-width: 47.99875em) {
  .heading {
    margin-bottom: 20px;
  }
}

.title-wrapper {
  text-transform: uppercase;
}

.title-wrapper * {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 47.99875em) {
  .title-wrapper * {
    margin-bottom: 25px;
  }
}

.title-wrapper *.large {
  font-size: 120px;
  line-height: 105px;
}

@media print, screen and (max-width: 47.99875em) {
  .title-wrapper *.large {
    font-size: 45px;
    line-height: 1;
  }
}

.title-wrapper *.medium {
  font-size: 60px;
  line-height: 57px;
}

@media print, screen and (max-width: 47.99875em) {
  .title-wrapper *.medium {
    font-size: 30px;
    line-height: 1;
  }
}

.title-wrapper *.small {
  font-size: 40px;
  line-height: 40px;
}

@media print, screen and (max-width: 47.99875em) {
  .title-wrapper *.small {
    font-size: 20px;
    line-height: 1;
  }
}

.description *:last-child {
  margin-bottom: 0;
}

.load-more-posts {
  width: 130px;
  margin: 0 auto;
}

.image-caption {
  color: #A5A5A5;
}

.video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.video-controls .control {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}

.video-controls .control.play-pause.play .pause {
  display: none;
}

.video-controls .control.play-pause.pause .play {
  display: none;
}

.video-controls .control.mute-sound.sound .mute {
  display: none;
}

.video-controls .control.mute-sound.mute .sound {
  display: none;
}

.hyphenate {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.qs-datepicker-container {
  font-size: 14px;
  font-family: 'Dolder Sans', sans-serif;
}

.qs-datepicker-container .qs-month-year {
  font-weight: normal;
}

.cky-consent-bar {
  text-transform: uppercase;
}

.cky-title {
  letter-spacing: 0.075em;
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.cky-btn {
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 8px 18px;
  letter-spacing: 0.075em;
}

.cky-consent-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.cky-consent-bar .cky-banner-btn-close {
  position: static;
}

.cky-consent-bar .cky-banner-btn-close img {
  width: 22px;
  height: 22px;
  margin-top: 10px;
}

.cky-notice .cky-title {
  display: none;
}

.sp-modal-wrapper .modal a.close-modal,
.santapress-post.modal.santapress-layout-01 a.close-modal {
  height: 30px;
  width: 30px;
  background-image: none;
}

.sp-modal-wrapper .modal a.close-modal:before,
.sp-modal-wrapper .modal a.close-modal:after,
.santapress-post.modal.santapress-layout-01 a.close-modal:before,
.santapress-post.modal.santapress-layout-01 a.close-modal:after {
  content: '';
  display: block;
  background: #fff;
  background: #ffffff;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}

.sp-modal-wrapper .modal a.close-modal:before,
.santapress-post.modal.santapress-layout-01 a.close-modal:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.sp-modal-wrapper .modal a.close-modal:after,
.santapress-post.modal.santapress-layout-01 a.close-modal:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-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.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.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);
  -o-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);
  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);
  -o-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);
  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 !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.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);
  -o-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);
  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);
  -o-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);
  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 !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.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);
  -o-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);
  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);
  -o-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);
  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 !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.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);
  -o-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);
  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);
  -o-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);
  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 !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.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);
  -o-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);
  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);
  -o-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);
  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 !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.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);
  -o-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);
  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);
  -o-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);
  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 !important;
  -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, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

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

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

/*
   * Arrow Right
   */

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

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(3.6px, 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);
  -o-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);
  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);
  -o-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);
  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(-3.6px, -4.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-3.6px, -4.5px, 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);
  -o-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);
  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(-3.6px, 4.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-3.6px, 4.5px, 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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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(3.6px, -4.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(3.6px, -4.5px, 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);
  -o-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);
  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(3.6px, 4.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(3.6px, 4.5px, 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);
  -o-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);
  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);
      -ms-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);
      -ms-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;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-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);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-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: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-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);
  -o-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);
  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, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-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;
  -o-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);
      -ms-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);
  -o-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);
  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;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-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: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-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);
  -o-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);
  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, -9px, 0) rotate(45deg);
          transform: translate3d(0, -9px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-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;
  -o-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);
      -ms-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);
  -o-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);
  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: 0.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-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: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  -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);
  -o-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);
  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, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-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: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  -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);
  -o-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);
  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, 9px, 0) rotate(-135deg);
          transform: translate3d(0, 9px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
          transform: translate3d(0, -18px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-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;
  -o-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);
  -o-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;
  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: 9px;
  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);
  -o-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;
  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;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -36px;
  top: -36px;
  -webkit-transform: translate3d(36px, 36px, 0) rotate(45deg);
          transform: translate3d(36px, 36px, 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);
  -o-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);
  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: -36px;
  top: -36px;
  -webkit-transform: translate3d(-36px, 36px, 0) rotate(-45deg);
          transform: translate3d(-36px, 36px, 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);
  -o-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);
  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;
  -o-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);
  -o-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;
  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: 9px;
  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);
  -o-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;
  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;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -36px;
  top: 36px;
  -webkit-transform: translate3d(36px, -36px, 0) rotate(-45deg);
          transform: translate3d(36px, -36px, 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);
  -o-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);
  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: -36px;
  top: 36px;
  -webkit-transform: translate3d(-36px, -36px, 0) rotate(45deg);
          transform: translate3d(-36px, -36px, 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);
  -o-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);
  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;
  -o-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;
  -o-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: 0.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

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

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 0.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

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

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
          transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-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;
  -o-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);
  -o-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);
  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);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-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;
  -o-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);
      -ms-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);
  -o-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);
  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;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-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;
  -o-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);
  -o-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);
  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);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-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;
  -o-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);
      -ms-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);
  -o-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);
  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: 0.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -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);
  -o-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);
  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: 18px;
  -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);
  -o-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);
  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;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.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);
  -o-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);
  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, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 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);
  -o-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);
  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, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-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: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-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);
  -o-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);
  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, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-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;
  -o-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);
      -ms-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);
  -o-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);
  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);
  -o-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;
  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);
  -o-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);
  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);
  -o-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);
  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);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -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);
  -o-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;
  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);
      -ms-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);
  -o-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);
  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);
      -ms-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);
  -o-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);
  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);
  -o-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;
  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);
  -o-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);
  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);
  -o-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);
  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);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -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);
  -o-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;
  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);
      -ms-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);
  -o-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);
  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);
      -ms-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);
  -o-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);
  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;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-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;
  -o-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);
  -o-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);
  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);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-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;
  -o-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);
      -ms-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);
  -o-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);
  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;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-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;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
      -ms-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-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;
       -o-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);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-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;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-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;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
      -ms-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-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;
       -o-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);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mobile-menu-wrapper {
  padding: 16px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  overflow: auto;
  z-index: 3;
}

@media screen and (min-width: 84.5em) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}

.mobile-menu-wrapper.open {
  display: block;
}

.mobile-menu-wrapper .devider {
  margin-bottom: 0;
}

.mobile-menu-wrapper .mobile-menu:last-child {
  margin-bottom: 120px;
}

.mobile-menu-wrapper .mobile-menu .menu .menu-item a:focus,
.mobile-menu-wrapper .mobile-menu .menu .menu-item a:hover {
  color: #000000;
}

.mobile-menu-wrapper .mobile-menu .menu .sub-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}

.mobile-menu-wrapper .mobile-menu .menu > .menu-item {
  border-bottom: 1px solid #C4C4C4;
}

.mobile-menu-wrapper .mobile-menu .menu > .menu-item > a {
  font-size: 30px;
  line-height: 1;
  padding: 15px 0;
  display: inline-block;
  padding-right: 25px;
}

.mobile-menu-wrapper .mobile-menu .menu > .menu-item .sub-menu {
  margin-left: 20px;
}

.mobile-menu-wrapper .mobile-menu .menu .sub-menu .menu-item {
  padding-bottom: 10px;
  font-size: 12px;
}

.mobile-menu-wrapper .mobile-menu .menu .sub-menu .menu-item:last-child {
  padding-bottom: 15px;
}

.mobile-menu-wrapper .mobile-menu .menu-item {
  position: relative;
}

.mobile-menu-wrapper .mobile-menu .menu-item .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 24px;
  outline: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #000000;
}

.mobile-menu-wrapper .mobile-menu .menu-item.is-expanded .sub-menu-toggle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu-wrapper .mobile-menu .menu-item.language.active {
  pointer-events: none;
}

.close-item {
  font-size: 20px;
}

header {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 21;
  background-color: rgba(255, 255, 255, 0.95);
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    header {
      -webkit-backdrop-filter: blur(14px);
              backdrop-filter: blur(14px);
    }
}
}

@media print, screen and (min-width: 48em) {
  header {
    border-bottom: 1px solid #C4C4C4;
  }
}

header .header-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}

header a {
  color: #4F4E4E;
}

header .search-form-wrapper {
  margin-right: 20px;
}

@media print, screen and (min-width: 64em) {
  header .search-form-wrapper {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .rtl header .search-form-wrapper {
    margin-right: 0;
    margin-left: 50px;
  }
}

header .search-form-wrapper .open-search {
  letter-spacing: 0.08em;
}

header .search-form-wrapper .open-search:hover,
header .search-form-wrapper .open-search:focus {
  color: #000000;
}

header .search-form-wrapper .open-search .icon-search {
  margin-right: 7px;
  font-size: 15px;
}

@media screen and (min-width: 120em) {
  header .search-form-wrapper .open-search .icon-search {
    margin-right: 30px;
  }
}

header .main-menu .menu .menu-item {
  letter-spacing: 0.08em;
  font-size: 12px;
}

header .main-menu .menu .menu-item a:hover,
header .main-menu .menu .menu-item a:focus {
  color: #000000;
}

header .main-menu .menu > .menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 10px;
}

@media print, screen and (min-width: 64em) {
  header .main-menu .menu > .menu-item a {
    padding: 0 25px;
  }
}

header .main-menu .menu > .menu-item:first-child a {
  padding-left: 0;
}

.rtl header .main-menu .menu > .menu-item:first-child a {
  padding-left: 25px;
  padding-right: 0;
}

header .main-menu .menu > .menu-item:last-child a {
  padding-right: 0;
}

.rtl header .main-menu .menu > .menu-item:last-child a {
  padding-right: 25px;
  padding-left: 0;
}

header .main-menu .menu .menu-item-has-children:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  width: calc(100vw + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100vh - 50px);
  display: none;
}

header .main-menu .menu .menu-item-has-children:hover:before {
  display: block;
}

header .main-menu .menu .menu-item-has-children:hover .sub-menu {
  display: grid;
}

header .main-menu .menu .sub-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

header .main-menu .menu .sub-menu:after {
  content: "";
  position: absolute;
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  width: calc(100% / 3);
  left: calc(100% / 3);
  top: 10px;
  height: calc(100% - 20px);
}

header .main-menu .menu .sub-menu:before {
  content: "";
  position: absolute;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  height: calc(100% / 3);
  top: calc(100% / 3);
  left: 0;
  width: 100%;
}

header .main-menu .menu .sub-menu .menu-item {
  width: 100%;
  font-size: 16px;
  position: relative;
  z-index: 2;
  padding: 10px;
}

header .main-menu .menu .sub-menu .menu-item a {
  color: #4F4E4E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

header .main-menu .menu .sub-menu .menu-item a.with-hover-image {
  -webkit-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease;
}

header .main-menu .menu .sub-menu .menu-item a.with-hover-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

header .main-menu .menu .sub-menu .menu-item a.with-hover-image:hover {
  color: #ffffff;
}

header .main-menu .menu .sub-menu .menu-item a.with-hover-image:hover .hover-image {
  opacity: 1;
}

header .main-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .active-language {
  margin-left: 20px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  header .active-language {
    margin-left: 50px;
  }
}

@media screen and (max-width: 72.5em) {
  header .active-language {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .rtl header .active-language {
    margin-left: 0;
    margin-right: 50px;
  }
}

header .language-switcher {
  display: none;
}

header .close-item {
  cursor: pointer;
}

header .mobile-search-toggle {
  font-size: 15px;
}

@media screen and (min-width: 72.5625em) {
  header .mobile-search-toggle {
    display: none;
  }
}

.laguage-switcher-overlay {
  text-transform: uppercase;
  text-align: center;
}

@media print, screen and (max-width: 47.99875em) {
  .laguage-switcher-overlay.overlay {
    display: none;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .laguage-switcher-overlay.overlay .close-overlay {
    right: 20px;
    top: 15px;
    left: auto;
  }
}

.laguage-switcher-overlay a,
.laguage-switcher-overlay {
  color: #A5A5A5;
  font-size: 12px;
  line-height: 17px;
}

.laguage-switcher-overlay .language {
  display: block;
  padding: 8px;
  border-top: 1px solid #E5E5E5;
}

.laguage-switcher-overlay .language:hover {
  color: #000000;
}

.laguage-switcher-overlay .language.active {
  color: #4F4E4E;
}

.laguage-switcher-overlay .language-switcher {
  min-width: 320px;
}

.laguage-switcher-overlay .overlay-title {
  margin-bottom: 27px;
  color: #4F4E4E;
}

@media print, screen and (max-width: 47.99875em) {
  .search-overlay.overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .search-overlay.overlay .close-overlay {
    right: 20px;
    top: 15px;
    left: auto;
  }
}

.search-overlay .search-wrapper {
  max-width: 680px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media print, screen and (max-width: 63.99875em) {
  .search-overlay .search-wrapper {
    max-height: 100%;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.search-overlay .form-wrapper form {
  position: relative;
}

.search-overlay .form-wrapper .submit-form-button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4F4E4E;
  pointer-events: none;
}

.search-overlay .form-wrapper .submit-form-button .icon {
  font-size: 25px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-overlay .form-wrapper .submit-form-button .icon {
    font-size: 18px;
  }
}

.search-overlay .form-wrapper input[type="text"] {
  width: 100%;
  font-size: 25px;
  color: #4F4E4E;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  padding-right: 30px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-overlay .form-wrapper input[type="text"] {
    font-size: 18px;
  }
}

.search-overlay #live-search-results .searchwp-live-search-results {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  max-height: 100%;
}

.search-overlay #live-search-results .searchwp-live-search-results.searchwp-live-search-results-showing {
  min-height: 500px;
}

.search-overlay #live-search-results .searchwp-live-search-results .results-footer {
  margin-top: auto;
}

.search-overlay #live-search-results .searchwp-live-search-results .results-footer .show-all-results {
  text-transform: uppercase;
  font-size: 12px;
  color: #A5A5A5;
}

.search-overlay #live-search-results .searchwp-live-search-results .results-footer .show-all-results:hover {
  color: #000000;
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result {
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 1px solid #C4C4C4;
  outline: none;
}

@media print, screen and (min-width: 48em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result:first-child {
  margin-top: 20px;
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media print, screen and (min-width: 48em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1%;
  }
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta .title {
  font-size: 25px;
  margin-bottom: 11px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta .title {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 48em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta .title {
    margin-bottom: 6px;
    margin-top: -5px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 30px;
    padding-right: 20px;
  }
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta .additional-info {
  color: #A5A5A5;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result .post-meta .additional-info {
    margin-bottom: 10px;
  }
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result > a {
  color: #4F4E4E;
  font-size: 12px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result > a {
    text-transform: uppercase;
  }
}

@media print, screen and (min-width: 48em) {
  .search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result > a {
    font-size: 25px;
  }
}

.search-overlay #live-search-results .searchwp-live-search-results .searchwp-live-search-result > a:hover {
  color: #000000;
}

.menu-toggle {
  outline: none;
  height: 16px;
}

@media screen and (min-width: 85.375em) {
  .menu-toggle {
    display: none;
  }
}

#logo {
  margin: 0 auto;
  width: 184px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#logo h1 {
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (min-width: 85.375em) {
  #logo h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 85.375em) {
  #logo > .logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#logo h1 .logo-wrapper,
#logo .logo-wrapper {
  margin: 0;
  line-height: 0;
}

#logo h1 .logo-wrapper .logo-1,
#logo .logo-wrapper .logo-1 {
  margin-top: 0;
  margin-right: 0;
  width: 200px;
  height: auto;
}

#logo h1 .logo-wrapper .logo-2,
#logo .logo-wrapper .logo-2 {
  margin-right: 0;
  width: 190px;
  height: auto;
  margin-top: 0;
}

@media screen and (min-width: 48em) {
  #logo h1 .logo-wrapper .logo-2,
  #logo .logo-wrapper .logo-2 {
    margin-top: 7px;
  }
}

#logo .logo-wrapper {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}

@media screen and (min-width: 48em) {
  #logo .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 500px;
  }
}

#logo .logo-wrapper .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  justify-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#logo .logo-wrapper .logo.active {
  opacity: 1;
  z-index: 2;
}

@media screen and (min-width: 48em) {
  #logo .logo-wrapper .logo {
    opacity: 1;
    display: inline-block;
  }
}

@media screen and (min-width: 48em) {
  #logo {
    width: 500px;
  }
}

@media screen and (max-width: 85.375em) {
  #main-menu-right,
  #main-menu-left,
  .search-form-wrapper {
    display: none;
  }
}

@media screen and (max-width: 85.375em) {
  #main-menu-right,
  #main-menu-left,
  .search-form-wrapper {
    display: none;
  }
}

.grid {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}

.grid .cell {
  height: 100vh;
  background-color: rgba(0, 128, 0, 0.1);
}

.grid.hide {
  display: none;
}

.toggle-grid {
  background-color: black;
  position: fixed;
  right: 30px;
  bottom: 100px;
  color: white;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
  cursor: pointer;
  z-index: 999;
}

.toggle-numbers {
  background-color: black;
  position: fixed;
  right: 30px;
  bottom: 150px;
  color: white;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
  cursor: pointer;
  z-index: 999;
}

footer {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 70px;
  letter-spacing: 0.08em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer .outer-grid-container {
    padding-bottom: 15px;
  }
}

footer hr {
  margin-bottom: 35px;
  margin-top: 0;
  border-color: #E5E5E5;
}

@media print, screen and (max-width: 47.99875em) {
  footer hr {
    margin-bottom: 50px;
  }
}

footer li,
footer p,
footer {
  font-size: 12px;
}

@media print, screen and (max-width: 47.99875em) {
  footer li,
  footer p,
  footer {
    font-size: 14px;
  }
}

footer a {
  color: #4F4E4E;
}

footer a:hover {
  color: #C4C4C4;
}

footer .footer-section-title,
footer .mobile-footer-section-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media print, screen and (max-width: 47.99875em) {
  footer .footer-section-title,
  footer .mobile-footer-section-title {
    display: none;
    color: #C4C4C4;
  }
}

footer .contact p:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 47.99875em) {
  footer .contact {
    text-align: center;
    margin-bottom: 40px;
  }
}

footer .memberships .footer-section-title {
  display: block;
}

@media print, screen and (max-width: 47.99875em) {
  footer .memberships .footer-section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

footer .memberships .mobile-footer-section-title {
  margin-bottom: 0;
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  footer .memberships .mobile-footer-section-title {
    display: none;
  }
}

footer .memberships .membership a[href] {
  display: block;
}

footer .memberships .membership img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .memberships .footer-section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

footer .memberships .membership-devider {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
  footer .memberships .membership-devider {
    display: none;
  }
}

@media print, screen and (max-width: 47.99875em) {
  footer .newsletter {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  footer .newsletter .footer-section-title {
    display: block;
    text-align: center;
  }
}

footer .newsletter .footer-section-content p:last-child {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer .newsletter .button-square {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  footer .social-links {
    margin-bottom: 20px;
  }
}

footer .social-links .social-link {
  display: block;
  color: #C4C4C4;
}

footer .social-links .social-link:hover {
  color: #000000;
}

@media print, screen and (max-width: 47.99875em) {
  footer .footer-menu-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
  }
}

@media print, screen and (min-width: 48em) {
  footer .footer-menu-section {
    padding-left: 16px;
  }
}

footer .footer-menu-section .menu .menu-item a {
  color: #C4C4C4;
}

footer .footer-menu-section .menu .menu-item a:hover {
  color: #000000;
}

footer .footer-socket {
  margin-bottom: 13px;
}

@media print, screen and (min-width: 48em) {
  footer .footer-socket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  footer .footer-socket .socket-menu-title {
    display: none;
  }
}

@media print, screen and (min-width: 48em) {
  footer .footer-socket .socket-menu-title {
    margin-right: 60px;
  }
}

@media print, screen and (min-width: 48em) {
  footer .footer-socket .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .footer-socket .menu .menu-item {
  margin-right: 60px;
}

@media print, screen and (max-width: 47.99875em) {
  footer .footer-socket .menu .menu-item {
    font-size: 14px;
  }
}

footer .footer-socket .menu .menu-item:last-child {
  margin-right: 0;
}

footer .footer-socket .menu .menu-item a {
  color: #C4C4C4;
}

footer .footer-socket .menu .menu-item a:hover {
  color: black;
}

footer .socket-banner {
  text-align: center;
  background-color: #000000;
  max-width: 1920px;
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.01em;
  overflow: hidden;
}

footer .socket-banner .banner-wrap {
  white-space: nowrap;
  -webkit-animation-name: tickers;
          animation-name: tickers;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media print, screen and (max-width: 47.99875em) {
  footer .socket-banner .banner-wrap {
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}

footer .socket-banner:hover .banner-wrap {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

footer .socket-banner a {
  color: #ffffff;
  display: inline-block;
  margin: 0 50px;
}

@keyframes tickers {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@-webkit-keyframes tickers {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.breadcrumbs {
  height: 50px;
  border-bottom: 1px solid #C4C4C4;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 47.99875em) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}

.breadcrumbs ul .breadcrumb-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.breadcrumbs ul .breadcrumb-item * {
  color: #A5A5A5;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.breadcrumbs ul .breadcrumb-item * br {
  display: none;
}

.breadcrumbs ul .breadcrumb-item h1 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul .breadcrumb-item a:hover {
  color: #000000;
}

.breadcrumbs ul .breadcrumb-item:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #A5A5A5;
  display: inline-block;
  margin: 0 5px;
}

.breadcrumbs ul .breadcrumb-item:first-child:before {
  display: none;
}

.customSelect {
  color: #000000;
}

.customSelect .custom-select-opener {
  border-radius: 0;
  outline: none;
}

.customSelect .custom-select-panel {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  visibility: hidden;
}

.customSelect .custom-select-panel .custom-select-option {
  height: 35px;
  padding: 7.5px;
  cursor: pointer;
  background-color: transparent;
}

.customSelect .custom-select-panel .custom-select-option:before {
  display: none;
}

.customSelect .custom-select-panel .custom-select-option:hover {
  background-color: #f2f2f2;
}

.customSelect.is-open .custom-select-panel {
  visibility: visible;
}

.filters {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media print, screen and (max-width: 47.99875em) {
  .filters {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C4C4C4;
  }
}

.filters .filters-label {
  font-size: 12px;
}

@media print, screen and (max-width: 47.99875em) {
  .filters .filters-label {
    width: 100%;
    margin-bottom: 24px;
  }
}

.filters > * {
  margin: 0 5px 10px;
}

.filters a.is-active {
  color: #ffffff;
  background-color: #000000;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #A5A5A5;
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  resize: none;
}

input:not([type="submit"]):not([type="checkbox"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4F4E4E;
}

input:not([type="submit"]):not([type="checkbox"])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4F4E4E;
}

input:not([type="submit"]):not([type="checkbox"]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #4F4E4E;
}

input:not([type="submit"]):not([type="checkbox"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4F4E4E;
}

input:not([type="submit"]):not([type="checkbox"]) {
  height: 27px;
}

input[type="checkbox"] {
  font-size: 12px;
  color: #4F4E4E;
}

textarea {
  border: 1px solid #A5A5A5;
  padding: 6px 10px;
  line-height: 20px;
  margin-top: 30px;
  height: 180px;
}

.wpcf7 br {
  display: none;
}

.wpcf7 .form-text {
  color: #A5A5A5;
  margin-bottom: 40px;
}

.wpcf7 .form-text a {
  color: #A5A5A5;
  text-decoration: underline;
}

.wpcf7 .form-text a:hover {
  color: #000000;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-form-control-wrap,
.nl-form-body {
  display: block;
  margin-bottom: 30px;
}

.wpcf7-form-control-wrap .customSelect,
.nl-form-body .customSelect {
  font-size: 12px;
  font-weight: 300;
  color: #4F4E4E;
  text-transform: uppercase;
}

.wpcf7-form-control-wrap .customSelect .custom-select-opener,
.nl-form-body .customSelect .custom-select-opener {
  border-radius: 0;
  outline: none;
  background-color: #ffffff;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #A5A5A5;
  min-height: 27px;
  padding: 4px 16px 2px 4px;
  position: relative;
}

.wpcf7-form-control-wrap .customSelect .custom-select-opener:after,
.nl-form-body .customSelect .custom-select-opener:after {
  content: "\E903";
  border: 0;
  font-size: 6px;
  color: #000000;
  margin-top: -2px !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-form-control-wrap .customSelect .custom-select-panel,
.nl-form-body .customSelect .custom-select-panel {
  border-color: #A5A5A5;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: 'x';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  border: 1px solid #A5A5A5;
  color: transparent;
  font-size: 8px;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  color: #000000;
}

.nl-form-body {
  text-transform: uppercase;
  font-size: 12px;
}

.nl-form-body .element {
  margin-bottom: 30px;
}

.nl-form-body .checkbox-item {
  margin-bottom: 20px;
}

.nl-form-body .checkbox-item input[type="checkbox"] {
  display: none;
}

.nl-form-body .checkbox-item input[type="checkbox"] + span {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nl-form-body .checkbox-item input[type="checkbox"] + span:before {
  content: 'x';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  border: 1px solid #A5A5A5;
  color: transparent;
  font-size: 8px;
}

.nl-form-body .checkbox-item input[type="checkbox"]:checked + span:before {
  color: #000000;
}

.nl-form-body .form-footer-link {
  margin-top: 26px;
}

.nl-form-body .form-footer-link a {
  color: #A5A5A5;
  margin-right: 20px;
}

.nl-form-body .form-footer-link a:hover {
  color: #000000;
}

.nl-form-body .element .validation {
  color: #FF0000;
  display: none;
  font-weight: bold;
}

.nl-form-body .element.invalid .validation {
  display: block !important;
}

.nl-form-body .element.mandatory .first label::after {
  content: "*";
}

.nl-form-body .element.invalid input[type=text],
.nl-form-body .element.invalid select,
.nl-form-body .element.invalid textarea {
  border: solid 1px #FF0000;
}

.nl-form-body input[type=checkbox],
.nl-form-body input[type=radio] {
  border: solid 1px #CCCCCC;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 2px 4px 0.2em;
}

table.has-icon-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  border-collapse: collapse;
  margin-top: 55px;
}

table.has-icon-bar tr {
  background: none;
}

table.has-icon-bar tr td,
table.has-icon-bar tr th {
  padding: 10px;
  border: 1px solid #A5A5A5;
  font-size: 0.875rem;
  color: #4F4E4E;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

table.has-icon-bar tr td:first-child,
table.has-icon-bar tr th:first-child {
  min-width: 260px;
  text-align: left;
  border-left: 0;
  padding-left: 0;
}

table.has-icon-bar tr td:last-child,
table.has-icon-bar tr th:last-child {
  border-right: 0;
}

table.has-icon-bar tr:last-child td,
table.has-icon-bar tr:last-child th {
  border-bottom-color: #A5A5A5;
}

table.has-icon-bar thead {
  background: none;
}

table.has-icon-bar thead tr th,
table.has-icon-bar thead tr td {
  position: relative;
  padding: 10px;
  border: 0;
  font-size: 0.75rem;
  color: #4F4E4E;
}

table.has-icon-bar thead tr th:first-child,
table.has-icon-bar thead tr td:first-child {
  min-width: 260px;
  text-align: left;
  padding-left: 0;
}

table.has-icon-bar thead tr th img,
table.has-icon-bar thead tr td img {
  display: block;
  margin: 0 auto 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.info-banner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 21;
  width: 100%;
  max-width: 620px;
  max-height: 100%;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 20px;
}

.info-banner p {
  font-size: inherit;
  line-height: inherit;
}

.info-banner > .box {
  padding: 60px 25px;
}

.info-banner.hide-section {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, calc(-50% + 30px));
      -ms-transform: translate(-50%, calc(-50% + 30px));
          transform: translate(-50%, calc(-50% + 30px));
}

.info-banner .close-modal {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.info-banner .close-modal:before,
.info-banner .close-modal:after {
  content: '';
  display: block;
  background: #000000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}

.info-banner .close-modal:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.info-banner .close-modal:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 7px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 7px 25px rgba(0, 0, 0, 0.3);
  border: 0.5px solid #E5E5E5;
}

@media print, screen and (max-width: 47.99875em) {
  .box {
    width: 100vw;
    max-height: 100%;
    overflow-y: auto;
  }
}

.overlay {
  position: fixed;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}

@media print, screen and (max-width: 47.99875em) {
  .overlay {
    padding: 0;
  }
}

.overlay.visible {
  opacity: 1;
  visibility: visible;
}

.overlay .close-overlay {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 1;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

@media print, screen and (max-width: 63.99875em) {
  .overlay .close-overlay {
    top: 15px;
    left: 20px;
    right: auto;
    width: 20px;
    height: 20px;
  }
}

.overlay .close-overlay:before,
.overlay .close-overlay:after {
  content: '';
  display: block;
  background: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}

@media print, screen and (max-width: 63.99875em) {
  .overlay .close-overlay:before,
  .overlay .close-overlay:after {
    background: #ffffff;
    height: 1px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .overlay .close-overlay:before,
  .overlay .close-overlay:after {
    background: #ffffff;
  }
}

.overlay .close-overlay:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.overlay .close-overlay:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (max-width: 63.99875em) {
  .overlay.secondary-style-modal .close-overlay {
    display: none;
  }
}

.overlay.secondary-style-modal .box {
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .overlay.secondary-style-modal .box {
    padding: 30px 50px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .overlay.secondary-style-modal .box {
    width: 100vw;
  }
}

.overlay.secondary-style-modal .box .mobile-close-overlay {
  display: none;
  position: absolute;
  top: 30px;
  right: 50px;
  width: 22px;
  height: 22px;
}

.overlay.secondary-style-modal .box .mobile-close-overlay:before,
.overlay.secondary-style-modal .box .mobile-close-overlay:after {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #4F4E4E;
}

.overlay.secondary-style-modal .box .mobile-close-overlay:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.overlay.secondary-style-modal .box .mobile-close-overlay:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (max-width: 63.99875em) {
  .overlay.secondary-style-modal .box .mobile-close-overlay {
    display: block;
  }
}

.overlay.secondary-style-modal .box .modal-title {
  padding-right: 25px;
}

.post-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.post-block .post-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-block .block-label {
  color: #C4C4C4;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .post-block .block-label {
    font-size: 3.5vw;
    line-height: 1;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .post-block .block-label {
    font-size: 3.5vw;
    line-height: 1;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .post-block .block-label {
    height: auto !important;
  }
}

.post-block .post-link {
  position: absolute;
}

.post-block .post-title {
  text-transform: uppercase;
}

@media print, screen and (max-width: 47.99875em) {
  .post-block .post-title {
    height: auto !important;
  }
}

.post-block:hover .post-featured .more-info {
  opacity: 1;
}

.post-block:hover .post-featured.type-text .main-text:not(.excerpt) {
  color: #000000;
}

.post-block .post-featured {
  margin-bottom: 10px;
  position: relative;
}

.post-block .post-featured .more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  white-space: nowrap;
}

.post-block .main-text {
  text-transform: uppercase;
  margin-bottom: 0;
}

.post-block .main-text.excerpt {
  text-transform: none;
}

.post-block .main-text:not(.excerpt) {
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .post-block .main-text:not(.excerpt) {
    font-size: 3.5vw;
    line-height: 1;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .post-block .main-text:not(.excerpt) {
    font-size: 3.5vw;
    line-height: 1;
  }
}

.post-block .image {
  /* 
        *  If you want to change this, 
        *  search for `data-dolder-equalize-blocks` and also change the `data-aspect-ratio` on that block.
        *  The padding-top and data-aspect-ratio values should be equals.
        */
  padding-top: 61.76%;
}

.tel-reservation-modal .box {
  padding: 30px 50px;
  width: 680px;
  max-width: 100%;
}

.tel-reservation-modal .box .modal-title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 8px;
}

.tel-reservation-modal .box .modal-description {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tel-reservation-modal .box .telephone-wrapper {
  margin-bottom: 25px;
}

.tel-reservation-modal .box .telephone-wrapper a {
  color: #4F4E4E;
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
}

.tel-reservation-modal .box .button-wrapper a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 25px;
  display: inline-block;
  width: auto;
}

@media print, screen and (max-width: 63.99875em) {
  .tel-reservation-modal .box .button-wrapper a {
    width: 100%;
  }
}

.module-accordion {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-accordion {
    margin-bottom: 30px;
  }
}

.accordion-wrapper .accordion-item {
  border-top: 1px solid #E5E5E5;
  width: 100%;
}

.accordion-wrapper .accordion-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.accordion-wrapper .accordion-item.open .toggle-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-wrapper .accordion-item .accordion-title {
  padding: 30px 0;
  width: 100%;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-wrapper .accordion-item .accordion-title .subtitle {
  color: #A5A5A5;
}

.accordion-wrapper .accordion-item.type-cta .accordion-title {
  cursor: default;
}

.accordion-wrapper .accordion-item.type-cta .title {
  width: calc(50% - 10px / 2);
}

.accordion-wrapper .accordion-item.type-cta .accordion-action {
  width: calc(50% - 10px / 2);
}

.accordion-wrapper .accordion-item.type-accordion .title {
  width: calc(100% - 20px);
}

.accordion-wrapper .accordion-item.type-accordion .accordion-action {
  width: 20px;
  text-align: center;
}

.accordion-wrapper .accordion-item.type-accordion .accordion-action .toggle-icon {
  font-size: 15px;
  display: block;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.module-awards:not(:last-child) {
  margin-bottom: 25px;
}

.module-awards .awards-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

@media print, screen and (min-width: 48em) {
  .module-awards .awards-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.module-awards .awards-wrapper .award {
  padding-left: 5px;
  padding-right: 5px;
}

.module-awards .awards-wrapper .award:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
  .module-awards .awards-wrapper .award:not(:last-child) {
    margin-bottom: 0;
  }
}

.module-awards .awards-wrapper .award-title,
.module-awards .awards-wrapper .award-description {
  font-weight: 500;
  text-transform: uppercase;
}

.module-awards .awards-wrapper .award-title {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 1.05px;
}

@media print, screen and (min-width: 48em) {
  .module-awards .awards-wrapper .award-title {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}

.module-awards .awards-wrapper .award-description {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: -0.75px;
  word-wrap: break-word;
}

@media print, screen and (min-width: 48em) {
  .module-awards .awards-wrapper .award-description {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}

.module-cta {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 48em) {
  .module-cta {
    margin-bottom: 80px;
  }
}

.module-cta .button-square {
  margin-bottom: 20px;
}

.module-cta .button-square:last-child {
  margin-bottom: 0;
}

.module-directions .map-wrapper {
  position: relative;
}

.module-directions .map-wrapper .directions {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (max-width: 47.99875em) {
  .module-directions .map-wrapper .directions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

.module-directions .map-wrapper .directions .button-wrapper {
  position: relative;
  margin: 0 5px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-directions .map-wrapper .directions .button-wrapper {
    margin: 5px 0;
  }
}

.module-directions .map-wrapper .directions .button-wrapper:first-child {
  margin-left: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .module-directions .map-wrapper .directions .button-wrapper:first-child {
    margin-top: 0;
  }
}

.module-directions .map-wrapper .directions .button-wrapper:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .module-directions .map-wrapper .directions .button-wrapper:last-child {
    margin-bottom: 0;
  }
}

.module-directions .map-wrapper .directions .button-wrapper .button {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

.module-directions .map-wrapper .directions .button-wrapper .button.active {
  background: #000000;
}

.module-directions .map-wrapper .directions .button-wrapper > ul {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  min-width: 200px;
  background: #C4C4C4;
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  z-index: 1;
  -webkit-transform: translate(-50%, 30px);
      -ms-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

@media print, screen and (max-width: 47.99875em) {
  .module-directions .map-wrapper .directions .button-wrapper > ul {
    width: 100%;
  }
}

.module-directions .map-wrapper .directions .button-wrapper > ul.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.module-directions .map-wrapper .directions .button-wrapper > ul:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #C4C4C4;
}

@media print, screen and (max-width: 47.99875em) {
  .module-directions .map-wrapper .directions .button-wrapper > ul:before {
    left: 15px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.module-directions .map-wrapper .directions .button-wrapper > ul li .travel-mode {
  display: block;
  color: #ffffff;
  width: 100%;
  padding: 6px 15px;
}

.module-directions .map-wrapper .directions .button-wrapper > ul li .travel-mode:hover,
.module-directions .map-wrapper .directions .button-wrapper > ul li .travel-mode.active {
  background: #000000;
}

.module-editorials-listing {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48em) {
  .module-editorials-listing {
    margin-bottom: 0;
  }
}

.module-editorials-listing .module-title {
  margin-top: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.module-form {
  margin-bottom: 90px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-form {
    margin-bottom: 30px;
  }
}

.module-hero {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 48em) {
  .module-hero {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 80em) {
  .module-hero {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 120em) {
  .module-hero {
    margin-bottom: 100px;
  }
}

.module-hero .hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

@media print, screen and (min-width: 48em) {
  .module-hero .hero-image {
    height: 400px;
    padding-top: 0;
  }
}

@media screen and (min-width: 80em) {
  .module-hero .hero-image {
    height: 680px;
  }
}

@media screen and (min-width: 120em) {
  .module-hero .hero-image {
    height: 800px;
  }
}

.module-hero .title-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.module-hero .title-wrapper.color-white {
  color: #ffffff;
}

.module-hero .title-wrapper.color-black {
  color: #4F4E4E;
}

.module-hero .title-wrapper h1 {
  margin-bottom: 0;
}

.module-hero .video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.module-hero .video video {
  position: absolute;
}

.module-image_gallery .grid-x {
  width: auto;
}

@media screen and (max-width: 862px) {
  .wpmf-gallery.gallery-masonry .wpmf-gallery-item.masonry-brick {
    width: 100% !important;
    position: static !important;
    margin: 0 0 20px 0 !important;
  }
}

.mfp-bg.mfp-bg {
  background: #fff;
  opacity: 0.95;
}

.mfp-bg.mfp-bg.wpmf-mfp-zoom-in.mfp-ready {
  opacity: 0.95;
}

.mfp-gallery .mfp-figure::after {
  -webkit-box-shadow: 0 0 8px rgba(229, 229, 229, 0.8);
          box-shadow: 0 0 8px rgba(229, 229, 229, 0.8);
  background: #4F4E4E;
}

@media screen and (max-width: 1200px) {
  .mfp-gallery .mfp-figure {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.mfp-gallery button.mfp-close {
  overflow: hidden;
  text-indent: -99999em;
  text-align: left;
  color: #000;
  padding: 0;
  right: 0;
  opacity: 1;
}

.mfp-gallery button.mfp-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background='new%200%200%2024%2024'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='m3.3%2021.7%209-9.1%209.1%209.1.4-.4-9-9.1%209-9.1-.4-.4-9.1%209.1-9-9.1-.5.4%209.1%209.1-9.1%209.1z'%20fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.mfp-gallery button.mfp-arrow {
  opacity: 1;
}

.mfp-gallery button.mfp-arrow:hover {
  opacity: 0.7;
}

.mfp-gallery button.mfp-arrow::before,
.mfp-gallery button.mfp-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19px;
  height: 34px;
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .mfp-gallery button.mfp-arrow::before,
  .mfp-gallery button.mfp-arrow::after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.mfp-gallery button.mfp-arrow::before {
  display: none;
}

.mfp-gallery button.mfp-arrow.mfp-arrow-left::before,
.mfp-gallery button.mfp-arrow.mfp-arrow-left::after {
  background-image: url(../images/left-arrow-black.fd1dc272.png);
}

@media screen and (max-width: 1200px) {
  .mfp-gallery button.mfp-arrow.mfp-arrow-left::before,
  .mfp-gallery button.mfp-arrow.mfp-arrow-left::after {
    left: 6px;
  }
}

.mfp-gallery button.mfp-arrow.mfp-arrow-right::before,
.mfp-gallery button.mfp-arrow.mfp-arrow-right::after {
  background-image: url(../images/right-arrow-black.a8a49ef9.png);
}

@media screen and (max-width: 1200px) {
  .mfp-gallery button.mfp-arrow.mfp-arrow-right::before,
  .mfp-gallery button.mfp-arrow.mfp-arrow-right::after {
    left: auto;
    right: 6px;
  }
}

.mfp-gallery .mfp-bottom-bar {
  visibility: hidden;
}

.module-image {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48em) {
  .module-image {
    margin-bottom: 50px;
  }
}

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

@media print, screen and (min-width: 48em) {
  .module-image .image.full {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.module-image .image-caption {
  margin-top: 5px;
}

.module-image_slider {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48em) {
  .module-image_slider {
    margin-bottom: 50px;
  }
}

.module-image_slider .outer-grid-container {
  direction: ltr;
}

@media print, screen and (min-width: 48em) {
  .module-image_slider .outer-grid-container.full .glide {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.module-image_slider .glide {
  direction: ltr;
}

.module-image_slider .glide .glide__slides {
  height: 100%;
}

.module-image_slider .glide .glide__slides .slide {
  text-align: center;
  margin: 0 !important;
}

.module-image_slider .glide .glide__slides .slide .image {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.module-image_slider .glide .glide__slides .slide .image .image-wrapper {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
}

.module-image_slider .glide .glide__slides .slide .image .image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.module-image_slider .glide .glide__slides .slide .image .image-caption {
  opacity: 0;
  text-align: left;
  margin: 0 auto;
  margin-top: 5px;
  white-space: normal;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.module-image_slider .glide .glide__slides .slide .image .image-caption.show {
  opacity: 1;
}

.module-image_slider .glide .glide__arrows .glide__arrow {
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  background-size: 22%;
}

@media print, screen and (min-width: 48em) {
  .module-image_slider .glide .glide__arrows .glide__arrow {
    width: 50px;
    height: 50px;
    background-size: 27%;
  }
}

.module-image_slider .glide .glide__arrows .glide__arrow--left {
  background-image: url(../images/left-arrow-black.fd1dc272.png);
  left: 7px;
}

@media print, screen and (min-width: 48em) {
  .module-image_slider .glide .glide__arrows .glide__arrow--left {
    left: 30px;
  }
}

.module-image_slider .glide .glide__arrows .glide__arrow--right {
  background-image: url(../images/right-arrow-black.a8a49ef9.png);
  right: 7px;
}

@media print, screen and (min-width: 48em) {
  .module-image_slider .glide .glide__arrows .glide__arrow--right {
    right: 30px;
  }
}

.module-link_teasers {
  margin: 60px 0;
}

@media print, screen and (max-width: 47.99875em) {
  .module-link_teasers {
    margin: 30px 0;
  }
}

.module-link_teasers .teaser-wrapper {
  height: 358px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E5E5E5;
}

@media print, screen and (min-width: 48em) {
  .module-link_teasers .teaser-wrapper:nth-child(odd) {
    border-right: 1px solid #E5E5E5;
  }
}

.module-link_teasers .teaser-wrapper:nth-child(1),
.module-link_teasers .teaser-wrapper:nth-child(2) {
  border-top: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .module-link_teasers .teaser-wrapper:nth-child(2) {
    border-top: 1px solid #E5E5E5;
  }
}

.module-link_teasers .teaser-wrapper .teaser-link {
  color: #4F4E4E;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
}

.module-partners {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48em) {
  .module-partners {
    margin-bottom: 50px;
  }
}

.module-partners .title-wrapper {
  text-align: center;
}

.module-partners .partners {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 350px;
}

@media print, screen and (min-width: 48em) {
  .module-partners .partners {
    grid-auto-rows: 400px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.module-partners .partners .partner {
  display: grid;
  position: relative;
  place-items: center;
  border-bottom: 1px solid #E5E5E5;
}

@media print, screen and (min-width: 48em) {
  .module-partners .partners .partner {
    border-bottom: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .module-partners .partners .partner:nth-child(2n + 1) {
    border-right: 1px solid #E5E5E5;
  }
}

@media print, screen and (min-width: 48em) {
  .module-partners .partners .partner:not(:nth-child(1)):not(:nth-child(2)) {
    border-top: 1px solid #E5E5E5;
  }
}

.module-partners .partners .partner img {
  max-width: 55%;
}

.module-partners .partners .partner-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.module-partners .partners .partner.dummy {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .module-partners .partners .partner.dummy {
    display: block;
  }

  .module-partners .partners .partner.dummy:nth-child(odd) {
    display: none;
  }
}

.module-post_teasers {
  margin-bottom: 30px;
}

.module-post_teasers .grid-container .grid-margin-x .large-offset-3 {
  margin-left: calc(25% + 0.3125rem);
}

@media print, screen and (max-width: 63.99875em) {
  .module-post_teasers .grid-container .grid-margin-x .large-offset-3 {
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .module-post_teasers .grid-container .grid-margin-x {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0 auto;
  }
}

.module-post_teasers .devider {
  margin-top: 0;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-post_teasers .devider {
    margin-bottom: 25px;
  }
}

.module-post_teasers .module-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media print, screen and (max-width: 47.99875em) {
  .module-post_teasers .module-title {
    margin-bottom: 25px;
    font-size: 12px;
  }
}

.module-post_teasers .teasers-wrapper .teaser {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.module-post_teasers .teasers-wrapper .teaser:last-child {
  margin-bottom: 0;
}

.module-post_teasers .teasers-wrapper .post-date {
  color: #A5A5A5;
}

.module-post_teasers .teasers-wrapper .post-teaser-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-post_teasers .teasers-wrapper .post-teaser-wrapper {
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media screen and (min-width: 48em) and (min-width: 80em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper .post-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper .post-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(66.66667% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper .type-image-text,
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper .type-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper .type-image-text,
  .module-post_teasers .teasers-wrapper .post-teaser-wrapper .type-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.33333% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

.module-post_teasers .teasers-wrapper .h3,
.module-post_teasers .teasers-wrapper .post-block .main-text:not(.excerpt),
.post-block .module-post_teasers .teasers-wrapper .main-text:not(.excerpt) {
  text-transform: uppercase;
  margin-bottom: 0;
}

.module-post_teasers .teasers-wrapper .image {
  padding-top: 75%;
}

.module-post_teasers .mobile-post-teasers .teasers-wrapper .post-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.module-post_teasers .mobile-post-teasers .teasers-wrapper .post-teaser-wrapper .post-details {
  margin-top: 10px;
}

.module-post_teasers .mobile-post-teasers .glide__slide--active + .glide__slide .image {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.module-quick_links {
  max-width: 1920px;
  margin: 80px auto 90px;
}

.module-quick_links .grid-container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.module-quick_links .module-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .module-quick_links .module-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    margin: 0;
  }
}

.module-quick_links .link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 48em) {
  .module-quick_links .link-wrapper {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-quick_links .link-wrapper {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.module-quick_links .link-wrapper:last-child {
  margin-bottom: 0;
}

.module-quick_links .link-wrapper .link-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(40% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.module-quick_links .link-wrapper .link-title .title {
  margin: 0;
  text-transform: uppercase;
}

.module-quick_links .link-wrapper .link-title .subtitle {
  color: #A5A5A5;
}

.module-quick_links .link-wrapper .link-button-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(60% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.module-rooms_overview {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 48em) {
  .module-rooms_overview {
    margin-bottom: 80px;
  }
}

.module-rooms_overview .description-wrapper {
  margin-bottom: 30px;
}

.module-rooms_overview .description-wrapper > *:last-child {
  margin-bottom: 0;
}

.module-rooms_overview .rooms-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 600ms ease;
  -o-transition: height 600ms ease;
  transition: height 600ms ease;
}

.module-rooms_overview .rooms-wrapper.no-animate {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media print, screen and (min-width: 48em) {
  .module-rooms_overview .rooms-wrapper .cell:nth-child(odd) .room {
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .module-rooms_overview .rooms-wrapper .cell:nth-child(even) .room {
    padding-left: 20px;
  }
}

.module-rooms_overview .open-rooms span {
  display: none;
}

.module-rooms_overview .open-rooms span.active {
  display: block;
}

.module-rooms_overview .room .image {
  padding-top: 73.71007371%;
  margin-bottom: 10px;
}

.module-rooms_overview .room .room-gallery {
  margin-bottom: 10px;
}

.module-rooms_overview .room .room-gallery .room-gallery-image {
  padding-top: 73.71007371%;
}

.module-rooms_overview .room .room-gallery .glide__arrow {
  border-radius: 0;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  width: 19px;
  height: 34px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.module-rooms_overview .room .room-gallery .glide__arrow--right {
  background-image: url(../images/right-arrow-white.6f520465.png);
}

.module-rooms_overview .room .room-gallery .glide__arrow--left {
  background-image: url(../images/left-arrow-white.2ae2b720.png);
}

.module-rooms_overview .room .room-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.module-rooms_overview .room .room-description {
  margin-bottom: 60px;
}

.module-rooms_overview .room .room-description > *:last-child {
  margin-bottom: 0;
}

.module-rooms_overview .room .accordion-wrapper {
  margin-bottom: 80px;
}

.module-share {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-share {
    margin-bottom: 60px;
  }
}

.module-share .share {
  margin: 0 7px 14px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

@media print, screen and (min-width: 48em) {
  .module-share .share {
    margin: 0 5px 10px;
  }
}

.module-share .devider {
  margin-top: 0;
  margin-bottom: 26px;
  border-color: #E5E5E5;
}

.module-share .module-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.module-share .share-buttons {
  text-align: center;
}

.modules .module-spa_products:first-child {
  margin-top: 30px;
}

@media print, screen and (min-width: 48em) {
  .modules .module-spa_products:first-child {
    margin-top: 90px;
  }
}

.module-spa_products {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-spa_products {
    margin-bottom: 80px;
  }
}

.module-spa_products .grid-margin-x > .large-offset-2 {
  margin: 0 auto;
}

.module-spa_products .products-wrapper .heading {
  margin-bottom: 20px;
}

.module-spa_products .products-wrapper .title-wrapper * {
  margin-bottom: 20px;
}

.module-spa_products .products-wrapper .description p {
  letter-spacing: 1px;
}

.module-spa_products .products-wrapper .product {
  margin-bottom: 75px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-spa_products .products-wrapper .product {
    padding-top: 25px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .module-spa_products .products-wrapper .product:first-child {
    border-top: 1px solid #E5E5E5;
  }
}

.module-spa_products .products-wrapper .product:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .module-spa_products .products-wrapper .product .description {
    margin-bottom: 30px;
  }
}

.module-spa_products .products-wrapper .product .description ul {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  font-weight: 20px;
}

.module-spa_products .products-wrapper .product .description ul li:before {
  content: "\2013   ";
}

.module-spa_products .products-wrapper .product .pricing-details-wrapper {
  padding: 20px 0;
}

@media print, screen and (min-width: 48em) {
  .module-spa_products .products-wrapper .product .pricing-details-wrapper {
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}

.module-spa_products .products-wrapper .product .pricing-details-wrapper .pricing-details-row {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

@media print, screen and (max-width: 47.99875em) {
  .module-spa_products .products-wrapper .product .pricing-details-wrapper .pricing-details-row {
    padding: 10px 0;
  }
}

.module-spa_products .products-wrapper .product .pricing-details-wrapper .pricing-details-row .left-side,
.module-spa_products .products-wrapper .product .pricing-details-wrapper .pricing-details-row .right-side {
  width: 50%;
}

.module-spa_products .products-wrapper .product .pricing-details-wrapper .pricing-details-row .price {
  color: #C4C4C4;
}

.module-special_offers:last-child {
  margin-bottom: 163px;
}

@media print, screen and (max-width: 47.99875em) {
  .home .module-special_offers:last-child {
    margin-bottom: 2px;
  }
}

.module-special_offers:last-child .grid-margin-x > .large-offset-2 {
  margin: 0 auto;
}

.module-special_offers .module-title {
  text-transform: uppercase;
  margin-top: 26px;
}

@media print, screen and (max-width: 47.99875em) {
  .module-special_offers .module-title {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.module-special_offers .section-title {
  letter-spacing: 0.075em;
}

.module-special_offers .special-offers-wrapper:not(.glide__slides) {
  margin-top: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .module-special_offers .special-offers-wrapper:not(.glide__slides) {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-special_offers .special-offers-wrapper:not(.glide__slides) {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .module-special_offers .special-offers-wrapper:not(.glide__slides) {
    margin-bottom: 75px;
  }
}

.module-special_offers .special-offers-wrapper:not(.glide__slides) .special-offer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.33333% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  height: inherit;
}

.module-special_offers .special-offer {
  margin-bottom: 35px;
  text-align: center;
}

@media print, screen and (max-width: 47.99875em) {
  .module-special_offers .special-offer {
    margin-bottom: 0;
  }
}

.module-special_offers .special-offer .post-title {
  letter-spacing: 0.075em;
}

.module-special_offers .special-offer .main-text {
  width: 100%;
}

.module-special_offers .special-offer .post-featured.type-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.module-special_offers .special-offer .post-featured.type-text .main-text:not(.excerpt) {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.module-special_offers .mobile-special-offers-wrapper {
  width: calc(100% + 20px);
  margin-bottom: 25px;
}

.module-special_offers .mobile-special-offers-wrapper .special-offers-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.module-special_offers .mobile-special-offers-wrapper .glide__slides {
  padding-top: 10px;
}

.module-special_offers .mobile-special-offers-wrapper .glide__slide--active + .glide__slide .post-featured {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.module-table {
  margin-bottom: 80px;
}

.module-table .intro-wrapper {
  margin-bottom: 20px;
}

.module-table .table-wrapper .row {
  padding-top: 5px;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .module-table .table-wrapper .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-table .table-wrapper .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.module-table .table-wrapper .row.text-text .column {
  text-transform: uppercase;
}

.module-table .table-wrapper .row.text-text:before {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% - 10px);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  position: absolute;
  top: 0;
  background-color: #A5A5A5;
}

@media print, screen and (min-width: 48em) {
  .module-table .table-wrapper .row.text-text:before {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-table .table-wrapper .row.text-text:before {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}

.module-table .table-wrapper .row.text-text .left-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  word-wrap: break-word;
}

.module-table .table-wrapper .row.text-text .right-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  word-wrap: break-word;
}

.module-table .table-wrapper .row.text-text.left30right70 .left-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(30% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  word-wrap: break-word;
}

.module-table .table-wrapper .row.text-text.left30right70 .right-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(70% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  word-wrap: break-word;
}

.module-table .table-wrapper .row.text-text.left70right30 .left-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(70% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  word-wrap: break-word;
}

.module-table .table-wrapper .row.text-text.left70right30 .right-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(30% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  word-wrap: break-word;
}

.module-table .table-wrapper .row.text-cta {
  padding: 30px 0;
}

.module-table .table-wrapper .row.text-cta:before {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% - 10px);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  position: absolute;
  top: 0;
  background-color: #A5A5A5;
}

@media print, screen and (min-width: 48em) {
  .module-table .table-wrapper .row.text-cta:before {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-table .table-wrapper .row.text-cta:before {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}

.module-table .table-wrapper .row.text-cta .left-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.module-table .table-wrapper .row.text-cta .right-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.module-table .table-wrapper .row.cta .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.module-table .table-wrapper .row.equal-height-cells {
  padding: 30px 0;
}

.module-table .table-wrapper .row.equal-height-cells:before {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% - 10px);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  position: absolute;
  top: 0;
  background-color: #A5A5A5;
}

@media print, screen and (min-width: 48em) {
  .module-table .table-wrapper .row.equal-height-cells:before {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .module-table .table-wrapper .row.equal-height-cells:before {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}

.module-table .table-wrapper .row.equal-height-cells > .cells {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.module-table .table-wrapper .row.equal-height-cells > .cells > .cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.module-title_text {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48em) {
  .module-title_text {
    margin-bottom: 80px;
  }
}

.module-title_text .grid-container {
  width: auto;
  width: initial;
}

.grid-margin-x > .large-offset-3 {
  margin: 0 auto;
}

.module-video {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 48em) {
  .module-video {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .module-video .video-outer-wrapper.full {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.module-video-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.module-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-video .video-playing .placeholder {
  display: none;
}

.module-video .video-controls {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.module-video .video-controls .play {
  display: block;
}

.module-video .video-controls .pause {
  display: none;
}

.module-video .video-controls .mute {
  display: block;
}

.module-video .video-controls .sound {
  display: none;
}

.module-video .video-playing:hover .video-controls {
  opacity: 1;
  visibility: visible;
}

.module-video .video-playing .video-controls {
  opacity: 0;
  visibility: hidden;
}

.module-video .video-playing .video-controls .play {
  display: none;
}

.module-video .video-playing .video-controls .pause {
  display: block;
}

.module-video .video-muted .video-controls .mute {
  display: none;
}

.module-video .video-muted .video-controls .sound {
  display: block;
}

.book-now-button {
  position: fixed;
  right: 20px;
  top: 135px;
  z-index: 20;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
}

@media print, screen and (max-width: 63.99875em) {
  .book-now-button {
    top: auto;
    bottom: 50px;
  }
}

.book-now-button a {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  display: block;
  width: 65px;
  height: 65px;
  padding: 18px 15px;
  line-height: 1.16667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book-now-button a .fake {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #4F4E4E;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.book-now-button:hover {
  border-color: #A5A5A5;
  background-color: #ffffff;
}

.book-now-button:hover a {
  color: #4F4E4E;
}

.book-now-button:hover .fake {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.single-special_offer,
.single-post,
.single-event {
  padding-top: 80px;
}

@media print, screen and (min-width: 48em) {
  .single-special_offer,
  .single-post,
  .single-event {
    padding-top: 150px;
  }
}

@media print, screen and (min-width: 48em) {
  .single-special_offer,
  .single-post,
  .single-event {
    padding-top: 50px;
  }
}

.single-special_offer .breadcrumbs,
.single-post .breadcrumbs,
.single-event .breadcrumbs {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
  .single-special_offer .breadcrumbs,
  .single-post .breadcrumbs,
  .single-event .breadcrumbs {
    margin-bottom: 100px;
  }
}

.single-special_offer .type-image-text,
.single-special_offer .type-text,
.single-post .type-image-text,
.single-post .type-text,
.single-event .type-image-text,
.single-event .type-text {
  margin-bottom: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .single-special_offer .type-image-text,
  .single-special_offer .type-text,
  .single-post .type-image-text,
  .single-post .type-text,
  .single-event .type-image-text,
  .single-event .type-text {
    margin-bottom: 15px;
  }
}

.single-special_offer .main-text,
.single-post .main-text,
.single-event .main-text {
  text-transform: uppercase;
}

.single-special_offer .post-title,
.single-post .post-title,
.single-event .post-title {
  text-transform: uppercase;
}

.single-special_offer .post-type,
.single-post .post-type,
.single-event .post-type {
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 47.99875em) {
  .single-special_offer .post-type,
  .single-post .post-type,
  .single-event .post-type {
    font-size: 12px;
  }
}

.single-special_offer .post-content,
.single-post .post-content,
.single-event .post-content {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 47.99875em) {
  .single-special_offer .post-content,
  .single-post .post-content,
  .single-event .post-content {
    margin-bottom: 30px;
  }
}

.single-special_offer .post-content p img,
.single-post .post-content p img,
.single-event .post-content p img {
  width: 100%;
}

.single-special_offer .post-content h4,
.single-post .post-content h4,
.single-event .post-content h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #A5A5A5;
  border-top: 1px solid #A5A5A5;
  padding-top: 5px;
}

.single-special_offer .post-content ul,
.single-post .post-content ul,
.single-event .post-content ul {
  margin-left: 0;
  list-style-position: inside;
}

.single-special_offer .post-content ol,
.single-post .post-content ol,
.single-event .post-content ol {
  margin-left: 0;
  list-style-position: inside;
}

.single-special_offer footer,
.single-post footer,
.single-event footer {
  margin-top: 80px;
}

.single-editorial {
  padding-top: 80px;
}

@media print, screen and (min-width: 48em) {
  .single-editorial {
    padding-top: 150px;
  }
}

@media print, screen and (min-width: 48em) {
  .single-editorial {
    padding-top: 50px;
  }
}

.single-editorial .breadcrumbs {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
  .single-editorial .breadcrumbs {
    margin-bottom: 100px;
  }
}

.single-editorial .editorial-top-section {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 47.99875em) {
  .single-editorial .editorial-top-section {
    margin-bottom: 30px;
  }
}

.single-editorial .post-type {
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 47.99875em) {
  .single-editorial .post-type {
    margin-top: 25px;
    font-size: 12px;
  }
}

.single-editorial .featured-image .image {
  margin-bottom: 5px;
}

.single-editorial .editorial-info {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (max-width: 47.99875em) {
  .single-editorial .editorial-info {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 30px;
  }
}

.single-editorial .editorial-info .editorial-title {
  text-transform: uppercase;
}

.single-editorial .editorial-info .editorial-title * {
  margin-bottom: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .single-editorial .editorial-info .editorial-title {
    margin-bottom: 25px;
  }
}

.single-editorial .editorial-info .editorial-introtext {
  margin-top: auto;
}

.single-editorial .editorial-info .editorial-introtext *:last-child {
  margin-bottom: 0;
}

.single-editorial .editorial-info .author-inner-wrapper {
  color: #A5A5A5;
  text-transform: uppercase;
}

.single-editorial .editorial-info .author-inner-wrapper .author-name {
  display: block;
}

.single-editorial .editorial-info .author-inner-wrapper .date {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .single-editorial .author-wrapper {
    position: absolute;
    top: calc(100% + 80px);
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .single-editorial .modules.first-module-narrow > .module:first-child > .outer-grid-container > .grid-container > .grid-x > .cell:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(66.66667% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    margin-left: calc(25% + 0.3125rem);
  }
}

@media print, screen and (min-width: 64em) {
  .single-editorial .modules.first-module-narrow > .module:first-child > .outer-grid-container > .grid-container > .grid-x > .cell:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    margin-left: calc(25% + 0.3125rem);
  }
}

.page-template-template-front-page .breadcrumbs {
  display: none;
}

.page-template-template-front-page #main {
  padding-top: 86px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page #main {
    padding-top: 30px;
  }
}

.page-template-template-front-page:not(.show-content) {
  overflow: hidden;
}

.page-template-template-front-page:not(.show-content) header {
  opacity: 0;
  top: -100%;
}

.page-template-template-front-page:not(.show-content) #main-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.page-template-template-front-page #main-content,
.page-template-template-front-page header {
  opacity: 1;
  -webkit-transition: opacity 400ms ease 1s, top 400ms ease 1s, -webkit-transform 400ms ease 1s;
  transition: opacity 400ms ease 1s, top 400ms ease 1s, -webkit-transform 400ms ease 1s;
  -o-transition: opacity 400ms ease 1s, transform 400ms ease 1s, top 400ms ease 1s;
  transition: opacity 400ms ease 1s, transform 400ms ease 1s, top 400ms ease 1s;
  transition: opacity 400ms ease 1s, transform 400ms ease 1s, top 400ms ease 1s, -webkit-transform 400ms ease 1s;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .teaser .category {
    font-size: 12px;
  }
}

.page-template-template-front-page .hero-section {
  position: fixed;
  z-index: 20;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.page-template-template-front-page .hero-section.hide-section {
  pointer-events: none;
  opacity: 0;
}

.page-template-template-front-page .hero-section .background-image,
.page-template-template-front-page .hero-section,
.page-template-template-front-page .hero-section .video-wrapper,
.page-template-template-front-page .hero-section video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-template-template-front-page .hero-section .background-image,
.page-template-template-front-page .hero-section .video-wrapper,
.page-template-template-front-page .hero-section video {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-front-page .hero-section .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 0 45px;
}

.page-template-template-front-page .teaser .frontpage-teaser {
  position: relative;
}

.page-template-template-front-page .index {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 80px;
  background-color: rgba(0, 255, 255, 0.3);
  color: cyan;
  pointer-events: none;
}

.page-template-template-front-page .frontpage-teaser .image-wrapper {
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .frontpage-teaser .image-wrapper {
    margin-bottom: 15px;
  }
}

.page-template-template-front-page .frontpage-teaser .image-wrapper .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    .page-template-template-front-page .frontpage-teaser .image-wrapper .image:before {
      display: block;
    }
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-front-page .frontpage-teaser .image-wrapper .image:before {
    display: block;
  }
}

.page-template-template-front-page .frontpage-teaser .image-wrapper:hover .image {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    .page-template-template-front-page .frontpage-teaser .image-wrapper:hover .image {
      -webkit-filter: none;
              filter: none;
    }
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-front-page .frontpage-teaser .image-wrapper:hover .image {
    -webkit-filter: none;
            filter: none;
  }
}

.page-template-template-front-page .frontpage-teaser .image-wrapper:hover .image:before {
  opacity: 1;
}

.page-template-template-front-page .frontpage-teaser .image-wrapper:hover.has-video .image {
  -webkit-filter: none;
          filter: none;
}

.page-template-template-front-page .frontpage-teaser .image-wrapper:hover .more-info {
  opacity: 1;
}

.page-template-template-front-page .frontpage-teaser .image-wrapper .image {
  -webkit-transition: -webkit-filter 100ms ease;
  transition: -webkit-filter 100ms ease;
  -o-transition: filter 100ms ease;
  transition: filter 100ms ease;
  transition: filter 100ms ease, -webkit-filter 100ms ease;
}

.page-template-template-front-page .frontpage-teaser .image-wrapper .more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #ffffff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-front-page .frontpage-teaser .image-wrapper .more-info {
    font-size: calc( 18px + ( 30 - 18 ) * (100vw - 1024px) / (1280 - 1024));
  }
}

@media screen and (min-width: 80em) {
  .page-template-template-front-page .frontpage-teaser .image-wrapper .more-info {
    font-size: 30px;
  }
}

.page-template-template-front-page .frontpage-teaser .categories {
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.075em;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .frontpage-teaser .categories {
    margin-bottom: 20px;
  }
}

.page-template-template-front-page .frontpage-teaser .title-wrapper {
  margin-bottom: 20px;
  color: #4F4E4E;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

.page-template-template-front-page .frontpage-teaser .title-wrapper * {
  margin-bottom: 0;
  word-break: break-word;
  letter-spacing: -0.025em;
}

.page-template-template-front-page .frontpage-teaser .title-wrapper:hover {
  color: #000000;
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .page-template-template-front-page .frontpage-teaser .title-wrapper *.large,
  .page-template-template-front-page .frontpage-teaser .title-wrapper *.medium {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .page-template-template-front-page .frontpage-teaser .title-wrapper *.large,
  .page-template-template-front-page .frontpage-teaser .title-wrapper *.medium {
    font-size: 40px;
    line-height: 40px;
  }
}

.page-template-template-front-page .frontpage-teaser .post-excerpt {
  margin-bottom: 20px;
  letter-spacing: 0.075em;
  color: #4F4E4E;
}

.page-template-template-front-page .frontpage-teaser .post-excerpt *:last-child {
  margin-bottom: 0;
}

.page-template-template-front-page .frontpage-teaser .read-more {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 0.08em;
}

.page-template-template-front-page .frontpage-teaser .read-more a,
.page-template-template-front-page .frontpage-teaser .read-more {
  color: #4F4E4E;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-controls {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  display: none;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-controls .play {
  display: block;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-controls .pause {
  display: none;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-controls .mute {
  display: block;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-controls .sound {
  display: none;
}

.page-template-template-front-page .frontpage-teaser .front-page-video:hover .video-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-playing .video-controls .play {
  display: none;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-playing .video-controls .pause {
  display: block;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-muted .video-controls .mute {
  display: none;
}

.page-template-template-front-page .frontpage-teaser .front-page-video .video-muted .video-controls .sound {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .page-template-template-front-page .highlight-teasers {
    margin-bottom: 65px;
  }
}

.page-template-template-front-page .highlight-teasers .image {
  position: relative;
}

.page-template-template-front-page .highlight-teasers .image img {
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.page-template-template-front-page .highlight-teasers .image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media print, screen and (min-width: 48em) {
  .page-template-template-front-page .highlight-teasers.columns-2 .cell:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(58.33333% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .page-template-template-front-page .highlight-teasers.columns-2 .cell:nth-child(1) .image {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
  }

  .page-template-template-front-page .highlight-teasers.columns-2 .cell:nth-child(1) .image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media print, screen and (min-width: 48em) {
  .page-template-template-front-page .highlight-teasers.columns-2 .cell:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(41.66667% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    margin-top: 50px;
  }
}

.page-template-template-front-page .highlight-teasers.columns-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .page-template-template-front-page .highlight-teasers.columns-1 .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .page-template-template-front-page .highlight-teasers.columns-1 .cell .image {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
  }

  .page-template-template-front-page .highlight-teasers.columns-1 .cell .image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .page-template-template-front-page .highlight-teasers.columns-1 .cell .has-video .image {
    padding-top: 0;
    overflow: visible;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .highlight-teasers .frontpage-teaser {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 48em) {
  .page-template-template-front-page .highlight-teasers .cell:nth-child(2) {
    margin-top: 224px;
  }
}

.page-template-template-front-page .teasers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.page-template-template-front-page .teasers .teaser {
  margin-bottom: 70px;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(41.66667% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 0 !important;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(58.33333% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 50px;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(58.33333% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.33333% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 70px;
  margin-top: 30px;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 5) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(41.66667% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-left: calc(8.33333% + 0.3125rem);
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 6) {
  margin-bottom: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(41.66667% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 7) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 7) .categories,
.page-template-template-front-page .teasers .teaser:nth-child(10n + 7) .post-title,
.page-template-template-front-page .teasers .teaser:nth-child(10n + 7) .post-excerpt {
  width: 80%;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 8) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 70px;
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 9) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.33333% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-left: calc(8.33333% + 0.3125rem);
}

.page-template-template-front-page .teasers .teaser:nth-child(10n + 10) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(41.66667% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-left: calc(8.33333% + 0.3125rem);
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .teasers .teaser:nth-child(n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    margin-top: 0 !important;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-template-template-front-page .teasers .teaser .image-wrapper {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.page-template-template-front-page .teasers .teaser .image-wrapper.has-video {
  display: block;
}

.page-template-template-front-page .teasers .teaser .image-wrapper .image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-template-template-front-page .teasers .teaser .post-excerpt a {
  color: #4F4E4E;
}

.page-template-template-front-page .section-devider {
  margin-top: 80px;
  margin-bottom: 25px;
  border-color: #E5E5E5;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .section-devider {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .module-special_offers {
    margin-bottom: 72px;
  }
}

.page-template-template-front-page .module-special_offers .section-title {
  text-transform: uppercase;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-front-page .module-special_offers .section-title {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 48em) {
  .posts-listing .cell {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 48em) {
  .posts-listing .cell > div {
    height: 100%;
  }
}

.posts-listing .cell .post-block {
  text-align: center;
}

@media print, screen and (max-width: 47.99875em) {
  .posts-listing .cell .post-block {
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 26px;
  }
}

.posts-listing .cell .post-block .block-label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (max-width: 47.99875em) {
  .posts-listing .cell .post-block .post-featured.type-text {
    font-size: 12px;
  }
}

.posts-listing .cell .post-block .post-featured.type-image-text .image {
  -webkit-transition: -webkit-filter 100ms ease;
  transition: -webkit-filter 100ms ease;
  -o-transition: filter 100ms ease;
  transition: filter 100ms ease;
  transition: filter 100ms ease, -webkit-filter 100ms ease;
}

.posts-listing .cell .post-block .post-featured.type-image-text .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    .posts-listing .cell .post-block .post-featured.type-image-text .image:before {
      display: block;
    }
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .posts-listing .cell .post-block .post-featured.type-image-text .image:before {
    display: block;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .posts-listing .cell .post-block .post-title {
    font-size: 12px;
  }
}

.posts-listing .cell .post-block .type-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.posts-listing .cell .post-block .type-text .main-text {
  width: 100%;
}

.posts-listing .cell .post-block .type-text .main-text:not(.excerpt) {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.posts-listing .cell .post-block:hover .post-featured.type-image-text .image {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    .posts-listing .cell .post-block:hover .post-featured.type-image-text .image {
      -webkit-filter: none;
              filter: none;
    }
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .posts-listing .cell .post-block:hover .post-featured.type-image-text .image {
    -webkit-filter: none;
            filter: none;
  }
}

.posts-listing .cell .post-block:hover .post-featured.type-image-text .image:before {
  opacity: 1;
}

.searchwp-live-search-results {
  opacity: 0;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  height: 0;
  overflow: hidden;
  z-index: 9999995;
  /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

.searchwp-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}

.searchwp-live-search-no-min-chars:after {
  content: "Continue typing";
  display: block;
  text-align: center;
  padding: 2em 2em 0;
}

#main .search-form-wrapper {
  display: block;
}

.live-search-results {
  position: relative;
}

.live-search-results .continue-typing {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 9999999;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.live-search-results .searchwp-live-search-results:after {
  display: none;
}

.live-search-results .searchwp-live-search-no-min-chars.searchwp-live-search-results-showing ~ .continue-typing {
  display: block;
}

.search-results,
.search-no-results {
  padding-top: 80px;
}

@media print, screen and (min-width: 48em) {
  .search-results,
  .search-no-results {
    padding-top: 50px;
  }
}

@media screen and (min-width: 72.5625em) {
  .search-results,
  .search-no-results {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .search-results .breadcrumbs,
  .search-no-results .breadcrumbs {
    margin-bottom: 36px;
  }
}

.search-results .search-form-wrapper,
.search-no-results .search-form-wrapper {
  margin-bottom: 5px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-results .search-form-wrapper,
  .search-no-results .search-form-wrapper {
    margin-bottom: 60px;
  }
}

.search-results .search-form-wrapper .search-form-title,
.search-no-results .search-form-wrapper .search-form-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 48em) {
  .search-results .search-form-wrapper .search-form-title,
  .search-no-results .search-form-wrapper .search-form-title {
    display: none;
  }
}

.search-results .search-form-wrapper form,
.search-no-results .search-form-wrapper form {
  position: relative;
}

@media print, screen and (max-width: 47.99875em) {
  .search-results .search-form-wrapper form,
  .search-no-results .search-form-wrapper form {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search-results .search-form-wrapper form input[type="text"],
.search-no-results .search-form-wrapper form input[type="text"] {
  width: 100%;
  font-size: 25px;
  color: #4F4E4E;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  padding: 0;
  padding-right: 30px;
  height: 55px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-results .search-form-wrapper form input[type="text"],
  .search-no-results .search-form-wrapper form input[type="text"] {
    font-size: 12px;
    height: 35px;
    border: 1px solid #4F4E4E;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}

.search-results .search-form-wrapper form .submit-form-button,
.search-no-results .search-form-wrapper form .submit-form-button {
  outline: none;
}

@media print, screen and (min-width: 48em) {
  .search-results .search-form-wrapper form .submit-form-button,
  .search-no-results .search-form-wrapper form .submit-form-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #4F4E4E;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .search-results .search-form-wrapper form .submit-form-button,
  .search-no-results .search-form-wrapper form .submit-form-button {
    background-color: #4F4E4E;
    color: #ffffff;
    width: 100px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}

.search-results .search-form-wrapper form .submit-form-button .icon,
.search-no-results .search-form-wrapper form .submit-form-button .icon {
  font-size: 25px;
}

@media print, screen and (max-width: 47.99875em) {
  .search-results .search-form-wrapper form .submit-form-button .icon,
  .search-no-results .search-form-wrapper form .submit-form-button .icon {
    display: none;
  }
}

@media print, screen and (min-width: 48em) {
  .search-results .search-form-wrapper form .submit-form-button span,
  .search-no-results .search-form-wrapper form .submit-form-button span {
    display: none;
  }
}

.search-results .results-wrapper,
.search-no-results .results-wrapper {
  margin-bottom: 30px;
}

.search-results .results-wrapper .search-result,
.search-no-results .results-wrapper .search-result {
  padding-top: 30px;
  border-top: 1px solid #4F4E4E;
  padding-bottom: 30px;
}

.search-results .results-wrapper .search-result:last-child,
.search-no-results .results-wrapper .search-result:last-child {
  border-bottom: 1px solid #4F4E4E;
}

.search-results .results-wrapper .search-result .post-title h2,
.search-no-results .results-wrapper .search-result .post-title h2 {
  font-size: 25px;
  line-height: 27.5px;
  margin-bottom: 11px;
  color: #4F4E4E;
}

@media print, screen and (max-width: 47.99875em) {
  .search-results .results-wrapper .search-result .post-title h2,
  .search-no-results .results-wrapper .search-result .post-title h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }
}

.search-results .results-wrapper .search-result .excerpt,
.search-no-results .results-wrapper .search-result .excerpt {
  font-size: 14px;
  line-height: 20px;
  color: #C4C4C4;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}

.search-results .results-wrapper .search-result .excerpt p,
.search-no-results .results-wrapper .search-result .excerpt p {
  margin-bottom: 0;
}

.search-results .results-wrapper .search-result .searchwp-highlight,
.search-no-results .results-wrapper .search-result .searchwp-highlight {
  background-color: transparent;
  color: #4F4E4E;
}

.search-results .results-wrapper .search-result > a,
.search-no-results .results-wrapper .search-result > a {
  text-transform: uppercase;
  color: #4F4E4E;
  font-size: 12px;
}

.search-results .results-wrapper .search-result > a:hover,
.search-no-results .results-wrapper .search-result > a:hover {
  color: #000000;
}

.search-results .pagination,
.search-no-results .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-results .pagination .page-numbers,
.search-no-results .pagination .page-numbers {
  margin: 0 7px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}

.single-post .post-title {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 47.99875em) {
  .single-post footer {
    margin-top: 50px;
  }
}

.single-simple_video footer,
.single-simple_video .book-now-button,
.single-simple_video .search-overlay,
.single-simple_video .breadcrumbs {
  display: none;
}

.single-simple_video .outer-grid-container {
  width: 100%;
}

.single-simple_video header {
  border-bottom: 0;
}

.single-simple_video header .header-wrapper > * {
  display: none;
}

.single-simple_video header .header-wrapper #logo {
  display: block;
}

.single-simple_video .module-video {
  margin-bottom: 0;
  position: relative;
}

.single-simple_video .module-video .video-controls {
  display: none;
}

.single-simple_video .module-video.no-video .placeholder-image .play-button {
  display: none;
}

.single-simple_video .module-video.no-video .video-controls {
  display: none;
}

.single-simple_video .module-video .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-simple_video .module-video .placeholder-image .play-button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}

.single-simple_video .module-video .video-controls {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.single-simple_video .module-video:hover .video-controls {
  opacity: 1;
}

.single-simple_video .module-video .module-video-inner.video-ended .video-controls {
  display: none;
}

.single-simple_video #main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-simple_video .modules {
  width: 100%;
}

.single-simple_video .modules .module-title_text {
  margin-top: 30px !important;
  margin-bottom: 0;
}

.single-special_offer .post-title {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 47.99875em) {
  .single-special_offer .post-type {
    margin-bottom: 26px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-special-offers-listing .filters {
    margin-top: 24px;
  }
}

.page-template-template-special-offers-listing .special-offers-listing {
  text-align: center;
}

.page-template-template-special-offers-listing .special-offers-listing > .cell {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-special-offers-listing .special-offers-listing > .cell {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .page-template-template-special-offers-listing .special-offers-listing .special-offer {
    height: 100%;
  }
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer .post-featured.type-image-text .image {
  -webkit-transition: -webkit-filter 100ms ease;
  transition: -webkit-filter 100ms ease;
  -o-transition: filter 100ms ease;
  transition: filter 100ms ease;
  transition: filter 100ms ease, -webkit-filter 100ms ease;
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer .post-featured.type-image-text .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    .page-template-template-special-offers-listing .special-offers-listing .special-offer .post-featured.type-image-text .image:before {
      display: block;
    }
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-special-offers-listing .special-offers-listing .special-offer .post-featured.type-image-text .image:before {
    display: block;
  }
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer .main-text {
  width: 100%;
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer .type-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer .type-text .main-text:not(.excerpt) {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer:hover .post-featured.type-image-text .image {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (display: flow-root) {
    .page-template-template-special-offers-listing .special-offers-listing .special-offer:hover .post-featured.type-image-text .image {
      -webkit-filter: none;
              filter: none;
    }
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-special-offers-listing .special-offers-listing .special-offer:hover .post-featured.type-image-text .image {
    -webkit-filter: none;
            filter: none;
  }
}

.page-template-template-special-offers-listing .special-offers-listing .special-offer:hover .post-featured.type-image-text .image:before {
  opacity: 1;
}

@media print, screen and (max-width: 47.99875em) {
  .page-template-template-special-offers-listing .special-offers-listing .post-block {
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 26px;
  }
}

.page-template-template-special-offers-listing .load-more-posts {
  width: 130px;
  margin: 0 auto;
}


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