@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "Red October";
  src: url("../../assets/fonts/redoctober/subset-RedOctober.eot");
  src: url("../../assets/fonts/redoctober/subset-RedOctober.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/redoctober/subset-RedOctober.woff2") format("woff2"), url("../../assets/fonts/redoctober/subset-RedOctober.woff") format("woff"), url("../../assets/fonts/redoctober/subset-RedOctober.ttf") format("truetype"), url("../../assets/fonts/redoctober/subset-RedOctober.svg#RedOctober") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*! 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  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 {
  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] {
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #FEFEFB;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #494B48;
  -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 {
  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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  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 {
  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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 68.75em) {
  .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 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.9375rem);
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.9375rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.9375rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.9375rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.9375rem);
}
@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.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.25rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 68.75em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
@media print, screen and (min-width: 68.75em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
.grid-y {
  display: flex;
  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 {
  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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 68.75em) {
  .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 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.46875rem;
  margin-bottom: -0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.grid-margin-y {
  margin-top: -0.46875rem;
  margin-bottom: -0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.9375rem);
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.9375rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.9375rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.9375rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.9375rem);
}
@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.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.25rem);
  }
}

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

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

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 68.75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.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: 68.75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.46875rem;
  margin-bottom: -0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.9375rem);
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.9375rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.9375rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.9375rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.9375rem);
}
@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.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.25rem);
  }
}

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

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 68.75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 68.75em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 68.75em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

div, li, ul, p, h1, h2, h3, h4, h5, h6, ol, form, figure, blockquote {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a,
a:focus,
a:hover,
a:active,
a:visited {
  outline: none;
}

body.single {
  background: url("../../assets/images/gray-bg.jpg") center top;
}

.content-wrapper {
  background: url("../../assets/images/gray-bg.jpg") center top;
  overflow: hidden;
}
.content-wrapper.single {
  position: relative;
  margin-top: 60px;
  background: none;
  overflow: visible;
}
@media print, screen and (max-width: 68.74875em) {
  .content-wrapper.single {
    overflow: hidden;
    margin-top: 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.content-wrapper.single:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 191px;
  box-shadow: -20px 0 45px rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 0;
}
@media print, screen and (max-width: 68.74875em) {
  .content-wrapper.single:before {
    display: none;
  }
}

.separator {
  background: url("../../assets/images/dot.png") left top repeat-x;
  width: 100%;
  height: 4px;
}

.relative {
  position: relative;
}

.mobile-menu-opened {
  overflow: hidden;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.page-header {
  background: url("../../assets/images/red-bg.jpg") center top no-repeat;
  position: relative;
  padding: 70px 0 90px 0;
  background-size: cover;
}
.page-header.single {
  padding: 80px;
}
@media print, screen and (max-width: 47.99875em) {
  .page-header {
    padding: 100px 0 117px 0;
  }
  .page-header.single {
    padding: 60px 20px;
  }
}
.page-header:after {
  background: url("../../assets/images/edge-tile.png") left top repeat-x;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 100%;
}
.page-header_logo {
  background: url("../../assets/images/logo.png") left center no-repeat;
  background-size: contain;
  height: 465px;
}
@media print, screen and (max-width: 68.74875em) {
  .page-header_logo {
    background: url("../../assets/images/logo.png") center center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-header_logo {
    background: url("../../assets/images/logo.png") center center no-repeat;
    background-size: contain;
    height: 340px;
  }
}
.page-header_brand-title {
  color: #FCC13D;
  display: block;
  font-family: "Red October";
  font-size: 70px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
  margin-bottom: 25px;
}
.page-header_brand-title.small-title {
  font-size: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .page-header_brand-title {
    padding: 0 28px;
    margin-top: -20px;
    font-size: 60px;
  }
  .page-header_brand-title.small-title {
    font-size: 45px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-header_brand-title {
    padding: 0 12px;
    margin-bottom: 20px;
    margin-top: -40px;
    font-size: 40px;
  }
  .page-header_brand-title.small-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 20.625em) {
  .page-header_brand-title {
    font-size: 38px;
  }
}
.page-header_brand-desc-yellow {
  color: #FCC13D;
  display: block;
  font-family: "Red October";
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 1.65;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
  margin-bottom: 30px;
}
@media print, screen and (max-width: 68.74875em) {
  .page-header_brand-desc-yellow {
    padding: 0 28px;
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-header_brand-desc-yellow {
    padding: 0 12px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.page-header_brand-desc-white {
  color: #FEFEFB;
  display: block;
  font-size: 26px;
  line-height: 1.3;
}
@media print, screen and (max-width: 68.74875em) {
  .page-header_brand-desc-white {
    padding: 0 28px;
    font-size: 24px;
    margin-bottom: -20px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-header_brand-desc-white {
    padding: 0 12px;
    font-size: 18px;
    margin-bottom: -40px;
  }
}

.main_polojenie {
  margin: 40px 0 -40px 0;
  font-size: 24px;
  text-align: center;
}
@media print, screen and (max-width: 68.74875em) {
  .main_polojenie {
    margin: 20px 0 -20px 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_polojenie {
    margin: 0;
    font-size: 18px;
  }
}
.main_about {
  font-size: 24px;
  margin: 70px 0 26px 0;
}
@media print, screen and (max-width: 68.74875em) {
  .main_about {
    margin: 60px calc(40px - 0.625rem) 0 calc(40px - 0.625rem);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_about {
    font-size: 18px;
    margin: 40px calc(12px - 0.625rem) 30px calc(12px - 0.625rem);
  }
}
.main_image-wrapper {
  height: 760px;
  margin-bottom: 44px;
  margin-right: 30px;
  position: relative;
  text-align: right;
}
@media print, screen and (max-width: 68.74875em) {
  .main_image-wrapper {
    height: 95vw;
    width: 100%;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_image-wrapper {
    height: 100vw;
  }
}
.main_image-wrapper:after {
  background: url("../../assets/images/photo.png") right center no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
}
@media print, screen and (max-width: 68.74875em) {
  .main_image-wrapper:after {
    width: calc(100% - 80px);
    left: 40px;
    right: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_image-wrapper:after {
    width: calc(100% - 12px);
    left: 6px;
    right: 6px;
  }
}
.main_schedule {
  margin-left: 30px;
}
@media print, screen and (max-width: 68.74875em) {
  .main_schedule {
    margin: 0 calc(40px - 0.625rem);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_schedule {
    margin: 0 calc(12px - 0.625rem);
  }
}
.main_schedule-title {
  font-family: "Red October";
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.main_schedule-title:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 47.99875em) {
  .main_schedule-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.main_schedule-item {
  margin-bottom: 46px;
  margin-right: 80px;
}
@media print, screen and (max-width: 47.99875em) {
  .main_schedule-item {
    margin-right: 40px;
  }
}
.main_schedule-day {
  color: #A83032;
  display: inline-block;
  font-family: "Red October";
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-right: 10px;
}
@media print, screen and (max-width: 47.99875em) {
  .main_schedule-day {
    font-size: 22px;
  }
}
.main_schedule-month {
  display: inline-block;
  font-family: "Red October";
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (max-width: 47.99875em) {
  .main_schedule-month {
    font-size: 22px;
  }
}
.main_schedule-caption {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.22;
}
@media print, screen and (max-width: 47.99875em) {
  .main_schedule-caption {
    font-size: 18px;
  }
}
.main_sheet {
  background: #FEFEFB;
  padding: 20px 20px 0 20px;
  position: relative;
}
.main_sheet.single {
  overflow: hidden;
}
@media print, screen and (max-width: 68.74875em) {
  .main_sheet.single {
    overflow: visible;
  }
}
.main_sheet:before {
  background: url("../../assets/images/left-edge.png") center center repeat-y;
  content: " ";
  display: block;
  width: 79px;
  position: absolute;
  left: -57px;
  top: 0;
  bottom: 0;
  z-index: 5;
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet:before {
    display: none;
  }
}
.main_sheet:after {
  background: url("../../assets/images/right-edge.png") center center repeat-y;
  content: " ";
  display: block;
  width: 79px;
  position: absolute;
  right: -57px;
  top: 0;
  bottom: 0;
  z-index: 5;
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet:after {
    display: none;
  }
}
@media print, screen and (max-width: 68.74875em) {
  .main_sheet {
    margin: 0 calc(40px - 0.625rem);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet {
    box-shadow: -20px 10px 40px 0 rgba(0, 0, 0, 0.16);
    margin: 50px 0 67px 0;
    padding: 0;
  }
}
.main_sheet-block {
  background-color: #FEFEFB;
  margin-bottom: 20px;
  position: relative;
}
.main_sheet-block:after {
  background: url("../../assets/images/dot.png") left bottom repeat-x #FEFEFB;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  z-index: 5;
}
.main_sheet-block:last-child {
  margin-bottom: 0;
}
.main_sheet-block:last-child:after {
  display: none;
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-block:last-child {
    background: url("../../assets/images/dot.png") left top repeat-x #FEFEFB;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-block {
    border: none;
  }
  .main_sheet-block:after {
    display: none;
  }
}
.main_sheet-block.no-dots-after:after {
  display: none;
}
.main_sheet-block-inner {
  padding: 40px 70px;
  position: relative;
  z-index: 11;
}
@media print, screen and (max-width: 68.74875em) {
  .main_sheet-block-inner {
    padding: 60px 30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-block-inner {
    padding: 20px;
  }
}
.main_sheet-block-separator {
  background: #FEFEFB;
  display: block;
  height: 18px;
  position: relative;
  margin: 0 -2px;
  z-index: 5;
}
.main_sheet-block-separator:before {
  background: url("../../assets/images/dot.png") left center repeat-x;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
}
.main_sheet-block-separator:before {
  bottom: -2px;
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-block-separator {
    display: none;
  }
}
.main_sheet-new-separator {
  background: #FEFEFB;
  display: block;
  height: 18px;
  position: relative;
  margin: -20px -2px 0 -2px;
  width: calc(100% + 4px);
  z-index: 25;
}
.main_sheet-new-separator:before {
  background: url("../../assets/images/dot.png") left center repeat-x;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
}
.main_sheet-new-separator:before {
  bottom: -2px;
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-new-separator {
    display: none;
  }
}
.main_sheet-top {
  background: url("../../assets/images/top-edge.png") left top repeat-x;
  height: 56px;
  width: calc(100% - 44px);
  margin: 0 auto;
  position: relative;
}
.main_sheet-top:before, .main_sheet-top:after {
  content: " ";
  display: block;
  width: 80px;
  height: 56px;
  position: absolute;
  bottom: 0;
}
.main_sheet-top:before {
  background: url("../../assets/images/left-top.png") center center no-repeat;
  left: -80px;
}
.main_sheet-top:after {
  background: url("../../assets/images/right-top.png") center center no-repeat;
  right: -80px;
}
@media print, screen and (max-width: 68.74875em) {
  .main_sheet-top {
    width: calc(100% - 104px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-top {
    display: none;
  }
}
.main_sheet-bottom {
  background: #FEFEFB;
  margin: 0 auto 120px auto;
  padding-bottom: 20px;
  position: relative;
  height: 81px;
  left: 1px;
  width: calc(100% - 170px);
  z-index: 8;
}
.main_sheet-bottom:before {
  background: url("../../assets/images/left-corner.png") center center no-repeat;
  content: " ";
  display: block;
  height: 114px;
  width: 133px;
  position: absolute;
  left: -133px;
  top: 0;
}
.main_sheet-bottom:after {
  background: url("../../assets/images/right-corner.png") center center no-repeat;
  content: " ";
  display: block;
  height: 114px;
  width: 133px;
  position: absolute;
  right: -132px;
  top: 0;
}
@media print, screen and (max-width: 68.74875em) {
  .main_sheet-bottom:after {
    width: 132px;
    right: -131px;
  }
}
@media print, screen and (max-width: 68.74875em) {
  .main_sheet-bottom {
    width: calc(100% - 230px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .main_sheet-bottom {
    display: none;
  }
}
.main_sheet-bottom-inner {
  position: relative;
  height: 60px;
}
.main_sheet-bottom-inner:after {
  background: url("../../assets/images/bottom-edge.png") left bottom repeat-x;
  content: " ";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 1px;
  bottom: -80px;
}
.main_title {
  font-family: "Red October";
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.main_title:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 47.99875em) {
  .main_title {
    font-size: 40px;
    margin-top: 34px;
  }
}
.main_subtitle {
  font-family: "Red October";
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.main_subtitle:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 47.99875em) {
  .main_subtitle {
    font-size: 30px;
    margin-top: 34px;
  }
}
.main_text {
  font-size: 24px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 47.99875em) {
  .main_text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.main_text:last-child {
  margin-bottom: 0;
}
.main_text a {
  color: inherit;
}
.main_text a:hover, .main_text a:visited, .main_text a:active, .main_text a:focus {
  color: inherit;
}
.main_claim-title {
  font-family: "Red October";
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 20px 0 30px 0;
  text-transform: uppercase;
}
.main_claim-title:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 47.99875em) {
  .main_claim-title {
    font-size: 35px;
    margin: 30px 0;
  }
}
.main_claim-title-sent {
  display: none;
  font-family: "Red October";
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 20px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.main_claim-title-sent:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 47.99875em) {
  .main_claim-title-sent {
    font-size: 35px;
    margin: 30px 0;
  }
}
.main_claim-text {
  font-size: 20px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 47.99875em) {
  .main_claim-text {
    font-size: 18px;
  }
}
.main_total-voted {
  margin-bottom: -20px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.main_total-voted:before {
  background: url("../../assets/images/dot.png") left center repeat-x;
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
}
.main_total-voted:before {
  top: -4px;
}
.main_total-voted-text {
  color: #A5A5A5;
  font-size: 24px;
}
.main_total-voted-value {
  color: #A83032;
  font-size: 24px;
}
.main_total-voted-unit {
  color: #494B48;
  font-size: 24px;
}

.sent .main_claim-title {
  display: none;
}
.sent .main_claim-title-sent {
  display: block;
}
.sent .main_claim-text {
  text-align: center;
}

.button_group {
  background: #FEFEFB;
  display: flex;
  justify-content: left;
  padding: 32px 65px;
  position: relative;
}
@media print, screen and (max-width: 68.74875em) {
  .button_group {
    padding: 32px 30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .button_group {
    padding: 0 20px;
    height: 57px;
  }
  .button_group .button_wrapper {
    background: transparent;
    height: 100%;
    padding: 0;
    margin: 0 15px 0 0;
    width: auto;
  }
  .button_group .button_wrapper.active, .button_group .button_wrapper:hover, .button_group .button_wrapper:active {
    background: transparent;
    border-bottom: solid 9px #F27875;
  }
  .button_group .button_wrapper.active .button_link, .button_group .button_wrapper:hover .button_link, .button_group .button_wrapper:active .button_link {
    background: transparent;
    color: #494B48;
  }
  .button_group .button_link {
    border: none;
    line-height: 57px;
  }
}
@media screen and (max-width: 21.25em) {
  .button_group .button_link {
    font-size: 13px;
  }
}
.button_group:before, .button_group:after {
  background: url("../../assets/images/dot.png") left center repeat-x;
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
}
.button_group:before {
  top: 0;
}
.button_group:after {
  bottom: 0;
}
.button_group.stuck {
  position: fixed;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: 1056px;
  z-index: 100;
}
@media print, screen and (max-width: 68.74875em) {
  .button_group.stuck {
    max-width: 996px;
    width: calc(100% - 126px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .button_group.stuck {
    width: calc(100% - 16px);
    top: 56px;
  }
}
.button_group-wrapper {
  height: 119px;
}
@media print, screen and (max-width: 47.99875em) {
  .button_group-wrapper {
    height: 57px;
  }
}
.button_wrapper {
  background: url("../../assets/images/button-bg.png") left bottom no-repeat;
  background-size: 244px 62px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 55px;
  padding: 7px;
  margin-right: 20px;
}
.button_wrapper:hover, .button_wrapper.active {
  background-color: #F27875;
  background-image: none;
}
.button_wrapper:hover .button_link, .button_wrapper.active .button_link {
  background-color: #F27875;
  color: #FEFEFB;
}
@media print, screen and (max-width: 68.74875em) {
  .button_wrapper {
    margin-right: 15px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .button_wrapper {
    background-size: cover;
    margin: 6px 0;
    width: 100%;
  }
}
.button_wrapper:last-child {
  margin-right: 0;
}
.button_link {
  border: solid 1px #FEFEFB;
  background-color: #FEFEFB;
  color: #494B48;
  display: block;
  overflow: hidden;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 39px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.vote-form_wrapper {
  position: relative;
}
.vote-form_item {
  cursor: pointer;
  display: block;
  padding-left: 45px;
  position: relative;
  margin-bottom: 25px;
  animation: show 0.5s ease-out;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_item {
    padding-left: 35px;
    margin-bottom: 20px;
  }
}
.vote-form_checkbox {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.vote-form_checkbox:checked + .vote-form_fake-checkbox {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3e%3cpath fill='%23f27778' d='M0 0h19v19H0z'/%3e%3cpath d='M4.592 7.836l4.427 4.427 6.244-6.244' fill='none' stroke='%23fff' stroke-width='2.5'/%3e%3c/svg%3e ") center center no-repeat;
  background-size: 19px;
}
.vote-form_fake-checkbox {
  border: solid 1px #ccc;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.vote-form_label-text {
  border-bottom: dotted 1px #494B48;
  font-size: 20px;
  line-height: 1.3;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_label-text {
    font-size: 16px;
  }
}
.vote-form_submit .button_wrapper {
  background-size: cover;
  width: 370px;
  height: 75px;
  margin: 55px auto 0 auto;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_submit .button_wrapper {
    width: 100%;
    margin: 40px auto 30px auto;
  }
}
.vote-form_submit .button_link {
  cursor: pointer;
  font-size: 20px;
  line-height: 3;
}
.vote-form_submit-more {
  display: none;
}
.vote-form_submit-more .button_wrapper {
  background-size: cover;
  width: 370px;
  height: 75px;
  margin: 55px auto 0 auto;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_submit-more .button_wrapper {
    width: 100%;
    margin: 40px auto 30px auto;
  }
}
.vote-form_submit-more .button_link {
  cursor: pointer;
  font-size: 20px;
  line-height: 3;
}
.vote-form_claim-brand, .vote-form_claim-desc {
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  display: block;
  padding: 16px 20px;
  font-size: 17px;
  width: 100%;
}
.vote-form_claim-brand.error, .vote-form_claim-desc.error {
  border: solid 3px #F27778;
}
.vote-form_claim-brand.error + .vote-form_error, .vote-form_claim-desc.error + .vote-form_error {
  display: block;
}
.vote-form_error {
  color: #F27778;
  display: none;
  position: absolute;
  right: 20px;
  top: 17px;
  height: 20px;
  width: 100px;
  font-size: 14px;
  font-weight: 500;
}
.vote-form_claim-brand {
  margin-bottom: 20px;
  height: 55px;
}
.vote-form_claim-desc {
  height: 183px;
  resize: none;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_claim-desc {
    margin-bottom: -20px;
  }
}
.vote-form_info:hover .vote-form_popup {
  display: block;
  opacity: 1;
  -webkit-animation: fadein 300ms; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 300ms; /* Firefox < 16 */
  -ms-animation: fadein 300ms; /* Internet Explorer */
  -o-animation: fadein 300ms; /* Opera < 12.1 */
  animation: fadein 300ms;
}
.vote-form_popup {
  box-shadow: -16px 10px 40px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
  display: none;
  position: absolute;
  left: 15px;
  top: -20px;
  width: 360px;
  min-height: 136px;
  z-index: 3;
  opacity: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_popup {
    width: 290px;
    left: 5px;
    top: -19px;
  }
  .vote-form_popup.even {
    left: auto;
    right: 0;
  }
}
.vote-form_popup.show {
  display: block;
  opacity: 1;
  -webkit-animation: fadein 300ms; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 300ms; /* Firefox < 16 */
  -ms-animation: fadein 300ms; /* Internet Explorer */
  -o-animation: fadein 300ms; /* Opera < 12.1 */
  animation: fadein 300ms;
}
.vote-form_popup .button_wrapper {
  position: absolute;
  left: 61px;
  bottom: 30px;
  width: 170px;
  height: 50px;
}
.vote-form_popup .button_link {
  font-size: 12px;
  line-height: 36px;
}
.vote-form_popup-inner {
  position: relative;
  background: #FEFEFB;
  display: block;
  padding: 20px 30px 100px 30px;
}
.vote-form_popup-bottom {
  background: #FEFEFB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 12px;
}
.vote-form_popup-bottom:before, .vote-form_popup-bottom:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  height: 12px;
  width: 12px;
}
.vote-form_popup-bottom:before {
  background: url("../../assets/images/pop-left.png") center center no-repeat;
  left: -12px;
}
.vote-form_popup-bottom:after {
  background: url("../../assets/images/pop-right.png") center center no-repeat;
  right: -12px;
}
.vote-form_popup-title {
  color: #A83032;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_popup-title {
    font-size: 16px;
  }
}
.vote-form_popup-text {
  display: block;
  font-size: 14px;
}
.vote-form_result {
  display: block;
  padding-top: 14px;
  width: calc(100% - 100px);
  animation: gauge 1.3s ease-out;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_result {
    width: calc(100% - 10px);
    padding-top: 10px;
  }
}
@keyframes gauge {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 100px);
  }
}
.vote-form_gauge {
  background-color: rgba(242, 119, 120, 0.3);
  display: block;
  height: 5px;
  position: relative;
}
.vote-form_value {
  position: absolute;
  top: -9px;
  right: -12px;
  transform: translateX(100%);
  color: #999999;
  font-size: 14px;
  display: block;
  animation: off-on 1.3s, value 0.4s ease-in-out 1.3s;
}
@media print, screen and (max-width: 47.99875em) {
  .vote-form_value {
    right: -8px;
  }
}
@keyframes value {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgb(153, 153, 153);
  }
}
@keyframes off-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sent .vote-form_wrapper {
  display: none;
}
.sent .vote-form_submit-more {
  display: block;
}

.results .vote-form_item {
  padding-left: 0;
  padding-right: 45px;
}
.results .vote-form_label-text {
  border-bottom: none;
}
.results .vote-form_popup {
  left: -30px;
}

.page-footer_share {
  background: url("../../assets/images/footer-bg.jpg") center top;
  background-size: cover;
  padding: 92px 0 110px 0;
  position: relative;
}
.page-footer_share:before {
  background: url("../../assets/images/bottom-edge-tile.png") center center repeat-x;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 7px;
}
.page-footer_share:after {
  background: url("../../assets/images/share-edge-tile.png") center center repeat-x;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 30px;
  z-index: 2;
}
@media print, screen and (max-width: 47.99875em) {
  .page-footer_share {
    padding: 70px 0 90px 0;
  }
}
.page-footer_title {
  font-family: "Red October";
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
  text-align: center;
}
.page-footer_title:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 47.99875em) {
  .page-footer_title {
    font-size: 35px;
    margin-bottom: 17px;
  }
}
.page-footer_share-text {
  font-size: 20px;
  margin: 0 100px 30px 100px;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  .page-footer_share-text {
    font-size: 18px;
    margin: 0 12px 25px 0;
  }
}
.page-footer_share-buttons {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.page-footer_share-button {
  cursor: pointer;
  margin: 0 10px;
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  position: relative;
}
.page-footer_share-button:after {
  content: " ";
  display: block;
  position: absolute;
  left: 7px;
  top: 4px;
  width: 75px;
  height: 75px;
  transition: all 0.13s;
}
@media print, screen and (max-width: 47.99875em) {
  .page-footer_share-button:after {
    width: 53px;
    height: 53px;
    left: 5px;
    top: 3px;
  }
}
.page-footer_share-button:hover:after {
  top: 0;
  width: 77px;
  height: 77px;
  left: 6px;
}
@media print, screen and (max-width: 47.99875em) {
  .page-footer_share-button:hover:after {
    width: 54px;
    height: 54px;
    left: 4px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-footer_share-button {
    flex: 0 0 63px;
    width: 63px;
    height: 63px;
    margin: 0 7px;
  }
}
.page-footer_share-button.vk {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 95.5'%3e%3cdefs%3e%3cfilter id='a' x='0' y='0' width='93' height='95.5' filterUnits='userSpaceOnUse'%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='.5' result='b'/%3e%3cfeFlood flood-opacity='.204'/%3e%3cfeComposite operator='in' in2='b'/%3e%3cfeComposite in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-837.702 -1275)'%3e%3cg transform='translate(837.7 1275)' filter='url(%23a)'%3e%3ccircle cx='45' cy='45' transform='translate(1.5)' fill='%23fff' r='45'/%3e%3c/g%3e%3cpath d='M845.54 1343.066a42.674 42.674 0 0138.681-59.755 42.675 42.675 0 0138.682 59.755 45.034 45.034 0 01-77.363 0z' fill='%23e5e5e5' opacity='.907'/%3e%3cellipse cx='34.5' cy='23.5' rx='34.5' ry='23.5' transform='translate(850 1306.01)' fill='%23fff'/%3e%3cpath d='M884.154 1361.308a40.741 40.741 0 01-15.959-3.222 40.863 40.863 0 01-13.032-8.787 40.864 40.864 0 01-8.787-13.032 40.743 40.743 0 01-3.222-15.959 41.185 41.185 0 011.178-9.8c-.117 1.247-.178 2.524-.178 3.8a39.749 39.749 0 003.143 15.57 39.867 39.867 0 008.572 12.714 39.866 39.866 0 0012.714 8.572 39.749 39.749 0 0015.571 3.144 39.751 39.751 0 0015.57-3.143 39.867 39.867 0 0012.715-8.572 39.864 39.864 0 008.573-12.714 39.748 39.748 0 003.142-15.571c0-1.267-.06-2.545-.178-3.8a41.18 41.18 0 011.178 9.8 40.745 40.745 0 01-3.222 15.959 40.864 40.864 0 01-8.787 13.032 40.864 40.864 0 01-13.033 8.787 40.744 40.744 0 01-15.958 3.222z' fill='%233a5e89'/%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.vk:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82.01'%3e%3cpath d='M41 0a41 41 0 1041 41A40.947 40.947 0 0041 0zm16.263 50.573h-4.51a3.88 3.88 0 01-2.323-.683c-1.64-1.093-3.28-4.1-4.51-3.69-1.367.273-1.367 3.007-1.367 3.007a1.35 1.35 0 01-.273.82 2.378 2.378 0 01-.957.41h-2.05a11.748 11.748 0 01-8.473-3.828c-4.373-4.374-8.2-13.258-8.2-13.258s-.273-.547 0-.82a1.684 1.684 0 01.957-.273h4.92l.82.273a1.067 1.067 0 01.41.547s.82 1.914 1.777 3.69c2.05 3.417 3.007 4.237 3.69 3.827.957-.547.683-4.921.683-4.921a4.824 4.824 0 00-.547-2.324 2.1 2.1 0 00-1.5-.683c-.273 0 .137-.683.82-.957a19.447 19.447 0 014.37-.273 9.315 9.315 0 012.46.273c1.64.41 1.093 1.914 1.093 5.6 0 1.23-.273 2.87.683 3.417.41.273 1.23 0 3.553-3.827a26.676 26.676 0 001.911-3.959 1.067 1.067 0 01.41-.547 1.829 1.829 0 01.683-.137h5.197s1.5-.137 1.777.547-.547 2.46-2.734 5.196c-3.417 4.511-3.827 4.1-.957 6.7a16.872 16.872 0 013.417 3.827c1.094 1.773-1.23 2.046-1.23 2.046z' fill='%234770a2'/%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.fb {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 95.5'%3e%3cdefs%3e%3cfilter id='a' x='0' y='0' width='93' height='95.5' filterUnits='userSpaceOnUse'%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='.5' result='b'/%3e%3cfeFlood flood-opacity='.204'/%3e%3cfeComposite operator='in' in2='b'/%3e%3cfeComposite in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-457.702 -1275)'%3e%3cg transform='translate(457.7 1275)' filter='url(%23a)'%3e%3ccircle cx='45' cy='45' transform='translate(1.5)' fill='%23fff' r='45'/%3e%3c/g%3e%3cpath d='M465.54 1343.066a42.674 42.674 0 0138.681-59.755 42.675 42.675 0 0138.682 59.755 45.034 45.034 0 01-77.363 0z' fill='%23e5e5e5' opacity='.907'/%3e%3cellipse cx='34.5' cy='29.5' rx='34.5' ry='29.5' transform='translate(470 1294.01)' fill='%23fff'/%3e%3cpath d='M504.154 1361.308a40.741 40.741 0 01-15.959-3.222 40.863 40.863 0 01-13.032-8.787 40.864 40.864 0 01-8.787-13.032 40.743 40.743 0 01-3.222-15.959 41.185 41.185 0 011.178-9.8c-.117 1.247-.178 2.524-.178 3.8a39.749 39.749 0 003.143 15.57 39.867 39.867 0 008.572 12.714 39.866 39.866 0 0012.714 8.572 39.749 39.749 0 0015.571 3.144 39.751 39.751 0 0015.57-3.143 39.867 39.867 0 0012.715-8.572 39.864 39.864 0 008.573-12.714 39.748 39.748 0 003.142-15.571c0-1.267-.06-2.545-.178-3.8a41.18 41.18 0 011.178 9.8 40.745 40.745 0 01-3.222 15.959 40.864 40.864 0 01-8.787 13.032 40.864 40.864 0 01-13.033 8.787 40.744 40.744 0 01-15.958 3.222z' fill='%232c4683'/%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.fb:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82.01'%3e%3cg transform='translate(-463 -1279)'%3e%3cellipse cx='34.5' cy='29.5' rx='34.5' ry='29.5' transform='translate(470 1297.01)' fill='%23fff'/%3e%3cpath d='M504 1279a41 41 0 1041 41 40.947 40.947 0 00-41-41zm9.293 42.782h-6.423v15.992h-6.56v-15.992h-4.51v-5.882h4.51v-4.916c0-3.827 2.733-7.381 8.883-7.381a34.38 34.38 0 014.373.273l-.137 5.331h-3.962c-2.187 0-2.6.957-2.6 2.6v4.237h6.7z' fill='%2338569c'/%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.ok {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 95.5'%3e%3cdefs%3e%3cfilter id='a' x='0' y='0' width='93' height='95.5' filterUnits='userSpaceOnUse'%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='.5' result='b'/%3e%3cfeFlood flood-opacity='.204'/%3e%3cfeComposite operator='in' in2='b'/%3e%3cfeComposite in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-527.702 -1275)'%3e%3cg transform='translate(527.7 1275)' filter='url(%23a)'%3e%3ccircle cx='45' cy='45' transform='translate(1.5)' fill='%23fff' r='45'/%3e%3c/g%3e%3cpath d='M535.54 1343.066a42.674 42.674 0 0138.681-59.755 42.675 42.675 0 0138.682 59.755 45.034 45.034 0 01-77.363 0z' fill='%23e5e5e5' opacity='.907'/%3e%3cellipse cx='29' cy='26' rx='29' ry='26' transform='translate(545 1288.056)' fill='%23fff'/%3e%3cg fill='%23fff'%3e%3cpath d='M583.6885384 1316.4207477c-1.28134951-.02234317-3.88975259 2.4966524-9.01715123 2.40724488s-7.64339338-2.69775826-8.9247429-2.72010142a2.56508947 2.56508947 0 00-2.60840308 2.51899557 2.41902743 2.41902743 0 001.24259348 2.24494943c1.50292572.9147192 6.35816646 3.01254194 6.35816646 3.01254194l-5.56909133 6.87891338a4.5179189 4.5179189 0 00-.99614614 1.98378397 2.56508947 2.56508947 0 002.51899556 2.60840308 2.36000236 2.36000236 0 001.91518711-.80808973s5.8991761-6.75809127 5.90802157-6.74893184c.00915944-.00884548 5.66913642 6.95080514 5.66913642 6.95080514a2.36000236 2.36000236 0 001.88584972.8743692 2.56508947 2.56508947 0 002.60840308-2.51899556 4.5179189 4.5179189 0 00-.92637828-2.01730743l-5.32293208-7.06583812s4.92549698-1.9312763 6.45932986-2.7890406a2.41902743 2.41902743 0 001.32010557-2.20026312 2.56508947 2.56508947 0 00-2.52094378-2.61143878z'/%3e%3cpath d='M575.05306384 1297.0459395a8.97381144 8.97381144 0 108.81599305 9.1289019 8.97381144 8.97381144 0 00-8.81599305-9.1289019zm-.23468164 13.45867121a4.48690572 4.48690572 0 114.56445095-4.40799652 4.4859053 4.4859053 0 01-4.56445095 4.40799652z'/%3e%3c/g%3e%3cpath d='M574.154 1361.308a40.741 40.741 0 01-15.959-3.222 40.863 40.863 0 01-13.032-8.787 40.864 40.864 0 01-8.787-13.032 40.743 40.743 0 01-3.222-15.959 41.185 41.185 0 011.178-9.8c-.117 1.247-.178 2.524-.178 3.8a39.749 39.749 0 003.143 15.57 39.867 39.867 0 008.572 12.714 39.866 39.866 0 0012.714 8.572 39.749 39.749 0 0015.571 3.144 39.751 39.751 0 0015.57-3.143 39.867 39.867 0 0012.715-8.572 39.864 39.864 0 008.573-12.714 39.748 39.748 0 003.142-15.571c0-1.267-.06-2.545-.178-3.8a41.18 41.18 0 011.178 9.8 40.745 40.745 0 01-3.222 15.959 40.864 40.864 0 01-8.787 13.032 40.864 40.864 0 01-13.033 8.787 40.744 40.744 0 01-15.958 3.222z' fill='%23d17004'/%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.ok:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82'%3e%3cg transform='translate(-533 -1279)'%3e%3ccircle cx='41' cy='41' r='41' transform='translate(533 1279)' fill='%23f88200'/%3e%3cg fill='%23fff'%3e%3cpath d='M583.6885384 1319.4207477c-1.28134951-.02234317-3.88975259 2.4966524-9.01715123 2.40724488s-7.64339338-2.69775826-8.9247429-2.72010142a2.56508947 2.56508947 0 00-2.60840308 2.51899557 2.41902743 2.41902743 0 001.24259348 2.24494943c1.50292572.9147192 6.35816646 3.01254194 6.35816646 3.01254194l-5.56909133 6.87891338a4.5179189 4.5179189 0 00-.99614614 1.98378397 2.56508947 2.56508947 0 002.51899556 2.60840308 2.36000236 2.36000236 0 001.91518711-.80808973s5.8991761-6.75809127 5.90802157-6.74893184c.00915944-.00884548 5.66913642 6.95080514 5.66913642 6.95080514a2.36000236 2.36000236 0 001.88584972.8743692 2.56508947 2.56508947 0 002.60840308-2.51899556 4.5179189 4.5179189 0 00-.92637828-2.01730743l-5.32293208-7.06583812s4.92549698-1.9312763 6.45932986-2.7890406a2.41902743 2.41902743 0 001.32010557-2.20026312 2.56508947 2.56508947 0 00-2.52094378-2.61143878z'/%3e%3cpath d='M575.05306384 1300.0459395a8.97381144 8.97381144 0 108.81599305 9.1289019 8.97381144 8.97381144 0 00-8.81599305-9.1289019zm-.23468164 13.45867121a4.48690572 4.48690572 0 114.56445095-4.40799652 4.4859053 4.4859053 0 01-4.56445095 4.40799652z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.tw {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 95.5'%3e%3cdefs%3e%3cfilter id='a' x='0' y='0' width='93' height='95.5' filterUnits='userSpaceOnUse'%3e%3cfeOffset dy='4'/%3e%3cfeGaussianBlur stdDeviation='.5' result='b'/%3e%3cfeFlood flood-opacity='.204'/%3e%3cfeComposite operator='in' in2='b'/%3e%3cfeComposite in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-767.702 -1275)'%3e%3cg transform='translate(767.7 1275)' filter='url(%23a)'%3e%3ccircle cx='45' cy='45' transform='translate(1.5)' fill='%23fff' r='45'/%3e%3c/g%3e%3cpath d='M775.54 1343.066a42.674 42.674 0 0138.681-59.755 42.675 42.675 0 0138.682 59.755 45.034 45.034 0 01-77.363 0z' fill='%23e5e5e5' opacity='.907'/%3e%3cellipse cx='34.5' cy='31.5' rx='34.5' ry='31.5' transform='translate(780 1290.01)' fill='%23fff'/%3e%3cpath d='M814.154 1361.308a40.741 40.741 0 01-15.959-3.222 40.863 40.863 0 01-13.032-8.787 40.864 40.864 0 01-8.787-13.032 40.743 40.743 0 01-3.222-15.959 41.185 41.185 0 011.178-9.8c-.117 1.247-.178 2.524-.178 3.8a39.749 39.749 0 003.143 15.57 39.867 39.867 0 008.572 12.714 39.866 39.866 0 0012.714 8.572 39.749 39.749 0 0015.571 3.144 39.751 39.751 0 0015.57-3.143 39.867 39.867 0 0012.715-8.572 39.864 39.864 0 008.573-12.714 39.748 39.748 0 003.142-15.571c0-1.267-.06-2.545-.178-3.8a41.18 41.18 0 011.178 9.8 40.745 40.745 0 01-3.222 15.959 40.864 40.864 0 01-8.787 13.032 40.864 40.864 0 01-13.033 8.787 40.744 40.744 0 01-15.958 3.222z' fill='%23118dbf'/%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_share-button.tw:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82.01'%3e%3cg transform='translate(-773 -1279)'%3e%3cellipse cx='34.5' cy='31.5' rx='34.5' ry='31.5' transform='translate(780 1293.01)' fill='%23fff'/%3e%3cpath d='M814 1279a41 41 0 1041 41 40.947 40.947 0 00-41-41zm16.4 33.077v1.093c0 11.345-8.2 24.6-23.1 24.6a21.609 21.609 0 01-12.437-3.827 9.022 9.022 0 001.913.137 15.581 15.581 0 0010.113-3.69 8.472 8.472 0 01-7.653-6.014 5.605 5.605 0 001.5.137 11.96 11.96 0 002.187-.273 8.575 8.575 0 01-6.56-8.474v-.137a6.873 6.873 0 003.69 1.093 8.749 8.749 0 01-3.553-7.244 9.425 9.425 0 011.1-4.372 22.814 22.814 0 0016.81 9.021 9.23 9.23 0 01-.273-1.914 8.407 8.407 0 018.2-8.611 7.758 7.758 0 015.877 2.734 17.179 17.179 0 005.193-2.05 8.444 8.444 0 01-3.553 4.784 18.185 18.185 0 004.646-1.37 17.763 17.763 0 01-4.1 4.377z' fill='%2300abf0'/%3e%3c/g%3e%3c/svg%3e ") center center no-repeat;
}
.page-footer_end {
  background: url("../../assets/images/red-bg.jpg") center top no-repeat;
  background-size: cover;
  height: 625px;
  position: relative;
}
.page-footer_end:after {
  background: url("../../assets/images/end.png") center center no-repeat;
  background-size: 350px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.brand_logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px -30px 36px -30px;
  position: relative;
}
@media print, screen and (min-width: 48em) and (max-width: 68.74875em) {
  .brand_logo-list {
    margin: -34px -30px 36px -30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_logo-list {
    margin: -4px -26px 36px -26px;
  }
}
.brand_logo-item {
  flex: 0 0 auto;
  margin: 4px 19px;
}
.brand_logo-image {
  margin-bottom: 5px;
}
.brand_logo-caption {
  display: block;
  margin: 0 -10px;
  font-size: 12px;
  text-align: center;
}
.brand_content p {
  font-size: 22px;
  line-height: 1.63;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_content p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 30px;
  }
}
.brand_content blockquote {
  border: solid 3px #F27875;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1.63;
  padding: 30px 30px 35px 30px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_content blockquote {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_content blockquote {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 30px;
  }
}
.brand_content blockquote p:last-child {
  margin-bottom: 0;
}
.brand_content h2 {
  font-family: "Red October";
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 90px;
  text-transform: uppercase;
}
.brand_content h2:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_content h2 {
    font-size: 40px;
    line-height: 1.25;
    margin-top: 70px;
    margin-bottom: 30px;
    word-break: break-word;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_content h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 30px;
    word-break: break-word;
  }
}
.brand_content h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_content h3 {
    font-size: 18px;
    line-height: 1.44;
  }
}
.brand_content a,
.brand_content a:focus,
.brand_content a:visited {
  color: #A83032;
  text-decoration: underline;
}
.brand_content a:hover, .brand_content a:active,
.brand_content a:focus:hover,
.brand_content a:focus:active,
.brand_content a:visited:hover,
.brand_content a:visited:active {
  text-decoration: none;
}
.brand_content .button_wrapper {
  background-size: cover;
  display: block;
  min-width: 250px;
  height: 75px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 48em) {
  .brand_content .button_wrapper {
    width: 370px;
  }
}
.brand_content .button_link {
  color: #494B48;
  line-height: 59px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.brand_content .button_link:hover, .brand_content .button_link:active, .brand_content .button_link:focus, .brand_content .button_link:visited {
  color: #494B48;
  text-decoration: none;
}
.brand_content ol {
  margin: 0 0 50px 0;
  counter-reset: section;
}
.brand_content ol li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 40px 0;
  min-height: 60px;
  padding: 0 0 0 80px;
  font-size: 20px;
  line-height: 28px;
  list-style: none;
}
.brand_content ol li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  counter-increment: section;
  content: counter(section, decimal);
  background: url("../../assets/images/num-layer.svg") 0 0 no-repeat;
  text-align: center;
  color: #F27778;
  font-family: "Red October";
  font-size: 22px;
  line-height: 60px;
}
.brand_img-text {
  display: flex;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_img-text {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_img-text {
    margin-bottom: 40px;
  }
}
.brand_img-text p {
  flex: 1 1 auto;
  font-size: 20px;
  margin: 20px 0;
}
@media print, screen and (max-width: 47.99875em) {
  .brand_img-text p {
    font-size: 18px;
    line-height: 1.44;
    margin: 0;
  }
}
.brand_img-text img {
  flex: 0 0 auto;
  margin-right: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_img-text img {
    display: block;
    margin: 0 auto 40px auto;
  }
}
.brand_block-button {
  border: solid 3px #F27875;
  border-radius: 10px;
  padding: 30px 30px 0 30px;
  margin-bottom: 50px;
}
.brand_block-button .button_wrapper {
  margin-bottom: 50px;
}
.brand_block-button-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_block-button-text {
    font-size: 20px;
    line-height: 1.44;
  }
}
@media print, screen and (min-width: 48em) {
  .brand_gallery {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px 50px -13px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_gallery-wrapper {
    margin: 0 -20px 50px -20px;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_gallery-image-wrapper {
    margin: 0 6px;
  }
}
@media print, screen and (min-width: 48em) {
  .brand_gallery-image-wrapper {
    flex: 1 1 calc((100% - 75px) / 3);
    margin: 0 12px 30px 13px;
  }
}
.brand_vote-title {
  font-family: "Red October";
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 40px;
  text-transform: uppercase;
}
.brand_vote-title:first-letter {
  color: #A83032;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_vote-title {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_vote-title {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.brand_vote-text {
  font-size: 22px;
  line-height: 1.63;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .brand_vote-text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .brand_vote-text {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 30px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.slick-dots li {
  background: #FEFEFB;
  border: solid 2px #CFCFCD;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.slick-dots li.slick-active {
  background: #F27875;
  border: none;
}

.all-brands_list-wrapper {
  margin: 50px 0 100px 0;
}
.all-brands_item-wrapper {
  background: #FEFEFB;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
  min-height: 100px;
  width: 100%;
  text-decoration: none;
}
.all-brands_item-wrapper:before, .all-brands_item-wrapper:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAACCAYAAACUn8ZgAAAABHNCSVQICAgIfAhkiAAAABtJREFUCFtjPH/+7H8GBgYGfX09EIUCGPFJAgA8rAfvdSs2jgAAAABJRU5ErkJggg==") left center repeat-x;
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: calc(100% - 14px);
  left: 7px;
}
.all-brands_item-wrapper:before {
  top: 7px;
  background-position: 3px center;
}
.all-brands_item-wrapper:after {
  bottom: 7px;
}
.all-brands_item {
  display: flex;
  align-items: center;
  min-height: 100px;
  overflow: hidden;
  padding: 0 16px;
  height: 100%;
  width: 100%;
}
.all-brands_item:before, .all-brands_item:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAABHNCSVQICAgIfAhkiAAAABtJREFUCFtj/Pfv938GBgYGRmIY58+fhSiGMQCVqRqqV3bSTQAAAABJRU5ErkJggg==") center top repeat-y;
  content: " ";
  display: block;
  position: absolute;
  height: calc(100% - 14px);
  width: 2px;
  top: 7px;
}
.all-brands_item:before {
  left: 7px;
}
.all-brands_item:after {
  right: 7px;
}
.all-brands_item-logo-wrapper {
  flex: 0 0 200px;
  width: 200px;
  height: 100%;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  .all-brands_item-logo-wrapper {
    flex-basis: 120px;
  }
}
.all-brands_item-logo {
  /*height: 100%;*/
  width: auto;
  max-height: 67px;
}
.all-brands_item-name {
  color: #494B48;
  font-size: 20px;
  flex: 1 1 auto;
  line-height: 1.2;
  padding: 22px 0 22px 22px;
  text-decoration: none;
}
@media print, screen and (max-width: 47.99875em) {
  .all-brands_item-name {
    font-size: 18px;
    padding-left: 17px;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  list-style: none;
  margin-right: 40px;
}
.menu_spacer {
  position: relative;
  height: 80px;
}
@media print, screen and (max-width: 47.99875em) {
  .menu_spacer {
    height: 60px;
  }
}
.menu_wrapper {
  background-color: #FEFEFB;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 9999;
}
@media print, screen and (max-width: 47.99875em) {
  .menu_wrapper {
    height: 60px;
  }
}
.menu_wrapper-admin {
  top: 32px;
}
@media screen and (max-width: 48.875em) {
  .menu_wrapper-admin {
    top: 46px;
  }
}
@media screen and (max-width: 37.5em) {
  .menu_wrapper-admin {
    top: 0;
  }
}
.menu_kp-logo {
  background: url("../../assets/images/logo-kp.png") center center no-repeat;
  display: block;
  margin-left: 20px;
  height: 100%;
  flex: 0 0 180px;
}
@media print, screen and (max-width: 47.99875em) {
  .menu_kp-logo {
    margin-left: 12px;
  }
}
.menu_inner {
  height: 100%;
}
@media print, screen and (max-width: 68.74875em) {
  .menu_inner {
    background: url("../../assets/images/red-bg.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100vh - 100%);
    transform: translateX(100vw);
    transition: all 0.4s;
  }
  .menu_inner.opened {
    transform: translatex(0);
  }
}
@media print, screen and (max-width: 68.74875em) {
  .menu {
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px 12px;
    margin-right: 0;
  }
}
.menu .menu-item {
  color: #494B48;
  flex: 0 0 auto;
  margin: 0 25px;
}
.menu .menu-item:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 68.74875em) {
  .menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.menu .menu-item:first-child {
  margin-left: 0;
}
@media print, screen and (max-width: 68.74875em) {
  .menu .menu-item:first-child {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 68.74875em) {
  .menu .menu-item {
    color: #FEFEFB;
    flex: 0 0 33px;
    height: 33px;
    margin: 20px 0;
  }
}
.menu .menu-item a,
.menu .menu-item a:focus,
.menu .menu-item a:visited {
  color: #494B48;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}
.menu .menu-item a:hover, .menu .menu-item a:active,
.menu .menu-item a:focus:hover,
.menu .menu-item a:focus:active,
.menu .menu-item a:visited:hover,
.menu .menu-item a:visited:active {
  color: #A83032;
}
@media print, screen and (max-width: 68.74875em) {
  .menu .menu-item a,
  .menu .menu-item a:focus,
  .menu .menu-item a:visited {
    color: #FEFEFB;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .menu .menu-item a,
  .menu .menu-item a:focus,
  .menu .menu-item a:visited {
    font-size: 22px;
  }
}
.menu .current-menu-item {
  background-color: #EA4A3F;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  margin: 0 -5px;
}
@media print, screen and (max-width: 68.74875em) {
  .menu .current-menu-item {
    background-color: #FEFEFB;
    border-radius: 30px;
    height: 60px;
    margin: 7px 0 6px 0;
  }
}
.menu .current-menu-item a,
.menu .current-menu-item a:focus,
.menu .current-menu-item a:visited {
  color: #FEFEFB;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}
.menu .current-menu-item a:hover, .menu .current-menu-item a:active,
.menu .current-menu-item a:focus:hover,
.menu .current-menu-item a:focus:active,
.menu .current-menu-item a:visited:hover,
.menu .current-menu-item a:visited:active {
  color: #FEFEFB;
}
@media print, screen and (max-width: 68.74875em) {
  .menu .current-menu-item a:hover, .menu .current-menu-item a:active,
  .menu .current-menu-item a:focus:hover,
  .menu .current-menu-item a:focus:active,
  .menu .current-menu-item a:visited:hover,
  .menu .current-menu-item a:visited:active {
    color: #E5493F;
  }
}
@media print, screen and (max-width: 68.74875em) {
  .menu .current-menu-item a,
  .menu .current-menu-item a:focus,
  .menu .current-menu-item a:visited {
    color: #E5493F;
    font-weight: 700;
    font-size: 28px;
    line-height: 60px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .menu .current-menu-item a,
  .menu .current-menu-item a:focus,
  .menu .current-menu-item a:visited {
    font-size: 22px;
  }
}

.menu-main_menu-container {
  display: block;
  height: 100%;
}
@media print, screen and (max-width: 68.74875em) {
  .menu-main_menu-container {
    height: calc(100% - 114px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .menu-main_menu-container {
    height: calc(100% - 88px);
  }
}

.menu_trigger {
  background: #666;
  cursor: pointer;
  position: relative;
  width: 80px;
}
@media print, screen and (max-width: 47.99875em) {
  .menu_trigger {
    width: 60px;
  }
}
.menu_trigger-inner {
  top: 50%;
  left: 22px;
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
  transition-property: transform;
  background-color: #fff;
}
.menu_trigger-inner:after, .menu_trigger-inner:before {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
.menu_trigger-inner:before {
  top: -8px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.menu_trigger-inner:after {
  bottom: -8px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu_trigger-inner.opened {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.menu_trigger-inner.opened:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.menu_trigger-inner.opened:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
@media print, screen and (max-width: 47.99875em) {
  .menu_trigger-inner {
    width: 27px;
    left: 17px;
  }
}

@media print, screen and (min-width: 48em) {
  .blocks-gallery-grid {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px 50px -13px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .wp-block-gallery {
    margin: 0 -20px 50px -20px;
    overflow: hidden;
  }
}

.blocks-gallery-item {
  list-style: none;
}
@media print, screen and (max-width: 47.99875em) {
  .blocks-gallery-item {
    margin: 0 6px;
  }
}
@media print, screen and (min-width: 48em) {
  .blocks-gallery-item {
    flex: 1 1 calc((100% - 75px) / 3);
    margin: 0 12px 30px 13px;
  }
}

.wp-block-buttons {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 47.99875em) {
  .wp-block-buttons {
    margin-bottom: 30px;
  }
}

.wp-block-button {
  margin: auto;
  background: url("../../assets/images/button-bg.png") left bottom no-repeat;
  background-size: cover;
  min-width: 250px;
  height: 75px;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 200px;
  padding: 7px;
}
.wp-block-button:hover, .wp-block-button.active {
  background-color: #F27875;
  background-image: none;
}
.wp-block-button.active .button_link {
  background-color: #F27875;
  color: #FEFEFB;
}
@media print, screen and (min-width: 48em) {
  .wp-block-button {
    width: 370px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .wp-block-button {
    background-size: cover;
    margin: 6px 0;
    width: 100%;
  }
}
.wp-block-button__link {
  border: solid 1px #FEFEFB;
  background-color: #FEFEFB;
  color: #494B48 !important;
  display: block;
  overflow: hidden;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 59px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited {
  color: #494B48;
  text-decoration: none;
}

.wp-block-media-text {
  display: flex;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 68.74875em) {
  .wp-block-media-text {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .wp-block-media-text {
    margin-bottom: 40px;
  }
}
.wp-block-media-text__content {
  flex: 1 1 auto;
  font-size: 20px;
  margin: 20px 0;
}
@media print, screen and (max-width: 47.99875em) {
  .wp-block-media-text__content {
    font-size: 18px;
    line-height: 1.44;
    margin: 0;
  }
}
.wp-block-media-text__content p {
  font-size: 20px;
}
.wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.wp-block-media-text__media {
  flex: 0 0 auto;
  margin-right: 50px;
  max-width: 50%;
}
@media print, screen and (max-width: 68.74875em) {
  .wp-block-media-text__media {
    display: block;
    margin: 0 auto 40px auto;
  }
}
.wp-block-media-text__media img {
  max-width: 100%;
}
.wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-left: 50px;
  margin-right: 0;
}
@media print, screen and (max-width: 68.74875em) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin: 0 auto 40px auto;
  }
}
@media print, screen and (max-width: 68.74875em) {
  .wp-block-media-text.has-media-on-the-right {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 68.75em) {
  .wp-block-media-text.is-vertically-aligned-bottom {
    align-items: flex-end;
  }
  .wp-block-media-text.is-vertically-aligned-bottom figure {
    margin-bottom: 70px;
  }
}
.wp-block-media-text h2 {
  margin-top: 0;
}

.wp-block-image {
  margin: 0 0 50px 0;
}
@media print, screen and (max-width: 68.74875em) {
  .wp-block-image {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .wp-block-image {
    margin-bottom: 30px;
  }
}
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image figcaption {
  margin-top: 10px;
  font-style: italic;
  color: #494B48;
  font-size: 18px;
  line-height: 28px;
}

.wp-block-video {
  margin: 0 0 50px 0;
}
@media print, screen and (max-width: 68.74875em) {
  .wp-block-video {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .wp-block-video {
    margin-bottom: 30px;
  }
}
.wp-block-video video {
  max-width: 100%;
}

@media print, screen and (max-width: 47.99875em) {
  .wp-block-columns {
    display: block;
  }
}

.wp-block-embed {
  position: relative;
  margin-bottom: 25px;
}
.wp-block-embed__sizer-wrapper {
  position: relative;
}
.wp-block-embed__sizer {
  display: block;
  width: 100%;
}
.wp-block-embed--has-sizer iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  margin: auto;
}

.images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px -30px 36px -30px;
  position: relative;
}
@media print, screen and (min-width: 48em) and (max-width: 68.74875em) {
  .images-container {
    margin: -34px -30px 36px -30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .images-container {
    margin: -4px -26px 36px -26px;
  }
}
.images-container .wp-block-image {
  flex: 0 0 auto;
  margin: 4px 19px;
}
.images-container img {
  display: block;
  margin-bottom: 5px;
}
.images-container figcaption {
  display: block;
  margin: 0 -10px;
  font-size: 12px;
  text-align: center;
}

.dates {
  display: flex;
  margin: 0 0 70px 0;
  color: #494B48;
}
.dates_year {
  padding-top: 4px;
  margin: 0 20px 0 0;
  width: 102px;
  white-space: nowrap;
  font-family: "Red October";
  font-size: 26px;
  color: #494B48;
  line-height: 1;
}
.dates_year:first-letter {
  color: #A83032;
}
.dates_content {
  font-size: 20px;
}
.dates_content p {
  margin: 0 0 25px 0;
  font-size: 20px;
}
.dates_content figcaption {
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
}
.dates_content img {
  display: block;
  margin: 0 0 10px 0;
  max-width: 100%;
}
.dates_content .wp-block-image {
  margin: 0 0 50px 0;
}
@media print, screen and (max-width: 68.74875em) {
  .dates_content .wp-block-image {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .dates_content .wp-block-image {
    margin-bottom: 30px;
  }
}

.splat__title {
  margin-top: 0 !important;
  letter-spacing: 0.05em !important;
}
.splat__subtitle {
  font-weight: 300 !important;
}
.splat__slider {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 46.875em) {
  .splat__slider {
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
  }
}
.splat__slider-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  height: 8px;
  overflow: hidden;
  list-style: none;
}
.splat__slider-dots li {
  background-color: #CFCFCD;
  border-radius: 50%;
  color: #CFCFCD;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -999px;
  transition: background-color 0.3s ease-in-out;
}
.splat__slider-dots li.slick-active {
  background-color: #E4483E;
  color: #E4483E;
}
.splat__slider-dots li button {
  font-size: 0;
}
.splat__slider-prev, .splat__slider-next {
  color: #FEFEFB;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.4.77a.91.91 0 0 1 1.28 1.29L2.24 7.5l5.44 5.44a.91.91 0 0 1-1.29 1.3L.3 8.13a.91.91 0 0 1 0-1.29L6.4.77Z' fill='%23fff'/%3e%3c/svg%3e") center center no-repeat;
  background-color: #E4483E;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: calc(50% - 37px);
  z-index: 10;
}
.splat__slider-prev {
  left: -55px;
}
.splat__slider-next {
  right: -55px;
  transform: rotate(180deg);
  transform-origin: center;
}
.splat__picture {
  width: 100%;
}
.splat__picture img {
  width: 100%;
}
.splat__columns {
  font-size: 18px;
}
.splat__columns p {
  font-size: 18px;
}
.splat__media-text {
  margin-bottom: 0;
}
.splat__media-text img {
  display: block;
  width: 100%;
}