@charset "UTF-8";
/*!
Theme Name: Roklen24.cz
Author: Pixelmate
Author URI: https://www.pixelmate.cz
Description: 
Version: 1.0.0
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  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;
}
.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 80.625rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}
.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  width: 8.33333%;
}
.small-push-1 {
  position: relative;
  left: 8.33333%;
}
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  width: 16.66667%;
}
.small-push-2 {
  position: relative;
  left: 16.66667%;
}
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  width: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
}
.small-pull-3 {
  position: relative;
  left: -25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  width: 33.33333%;
}
.small-push-4 {
  position: relative;
  left: 33.33333%;
}
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  width: 41.66667%;
}
.small-push-5 {
  position: relative;
  left: 41.66667%;
}
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  width: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
}
.small-pull-6 {
  position: relative;
  left: -50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  width: 58.33333%;
}
.small-push-7 {
  position: relative;
  left: 58.33333%;
}
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  width: 66.66667%;
}
.small-push-8 {
  position: relative;
  left: 66.66667%;
}
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  width: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
}
.small-pull-9 {
  position: relative;
  left: -75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  width: 83.33333%;
}
.small-push-10 {
  position: relative;
  left: 83.33333%;
}
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  width: 91.66667%;
}
.small-push-11 {
  position: relative;
  left: 91.66667%;
}
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 75em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #EFEFEF;
}
h1, .h1 {
  font-size: 1.625rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
h5, .h5 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #C6003E;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #aa0035;
  text-decoration: none;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 80.625rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #EFEFEF;
  border-left: 0;
}
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.8;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #EFEFEF;
}
blockquote, blockquote p {
  line-height: 1.8;
  color: #505050;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #505050;
}
cite:before {
  content: "— ";
}
abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #EFEFEF;
  background-color: #F5F5F5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F5F5F5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #505050;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #505050;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media 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 screen and (min-width: 48em) and (max-width: 74.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.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;
  }
}
.badge {
  display: inline-block;
  vertical-align: top;
  background-color: #C6003E;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: .5rem 1rem;
  margin: 0 .25rem .25rem 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}
.badge.is-light {
  background-color: #F5F5F5;
  color: #000;
}
.badge.is-circle {
  border-radius: 100px;
  font-size: 0.9375rem;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 4px;
  line-height: 1.75rem;
}
a.badge {
  cursor: pointer;
  transition: background-color .3s, color .3s;
}
a.badge:hover {
  background-color: #F5F5F5;
  color: #000;
}
a.badge.is-light:hover {
  background-color: #C6003E;
  color: #fff;
}
.avatar-badge {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
}
.avatar-badge .avatar-badge-image {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: .75rem;
  transition: opacity .3s;
}
.avatar-badge .avatar-badge-image:hover {
  opacity: .75;
}
.avatar-badge .avatar-badge-name {
  font-size: 1.25rem;
  color: #C6003E;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}
.avatar-badge .avatar-badge-name:hover {
  color: #ad0036;
}
.ticker-wrapper {
  background-color: #F5F5F5;
  padding: .5rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  font-size: 0;
  -webkit-animation: ticker 25s linear infinite;
          animation: ticker 25s linear infinite;
}
.ticker-item {
  font-family: 'Lora', serif;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 0.875rem;
  padding-left: 0.75rem;
  line-height: 1;
  border-left: 2px solid #C6003E;
}
@media print, screen and (min-width: 75em) {
  .ticker:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
@-webkit-keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
blockquote {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #C6003E;
  padding: 1.75rem 1rem;
  line-height: 1.35;
  border: none;
}
blockquote p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #C6003E;
  line-height: 1.35;
  margin-bottom: 0 !important;
}
blockquote::before, blockquote::after {
  content: '';
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url("./images/icons/ic-quotes-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
blockquote::before {
  top: 0;
  left: 0;
}
blockquote::after {
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 48em) {
  blockquote {
    font-size: 1.875rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  blockquote p {
    font-size: 1.875rem;
  }
}
.newsletter-note {
  display: inline-block;
  vertical-align: top;
  margin-top: .75rem;
  margin-left: 1rem;
  font-size: .875rem;
  color: #505050;
}
.newsletter-note a {
  color: #505050;
}
.newsletter-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
button.newsletter-button {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  color: #000;
  white-space: normal;
  text-transform: none;
  background-color: #EFEFEF;
  font-size: 1.25rem;
  cursor: pointer;
  transition: color .3s, background-color .3s;
}
button.newsletter-button:hover {
  background-color: #C6003E;
  color: #fff;
}
button.newsletter-button:hover p {
  color: #fff;
}
button.newsletter-button.is-active {
  background-color: #505050;
  color: #fff;
}
button.newsletter-button.is-active p {
  color: #fff;
}
button.newsletter-button p {
  margin-bottom: 0;
  margin-top: .5rem;
  color: #505050;
  font-family: "Roboto", sans-serif;
  font-size: .875rem;
  transition: color .3s;
}
.newsletter-form-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
}
.newsletter-form-container.is-open {
  max-height: 13rem;
}
@media screen and (max-width: 47.99875em) {
  .newsletter {
    margin-bottom: 2.5rem;
  }
  .newsletter-form-wrapper .button {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  button.newsletter-button {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .newsletter {
    padding: 1.5rem 0;
  }
  .newsletter-title {
    font-size: 2.25rem;
    padding-right: 2rem;
  }
  .newsletter-form-wrapper form {
    display: flex;
    align-items: center;
  }
  .newsletter-form-wrapper form input[type="email"] {
    width: 50%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .newsletter-form-wrapper form button {
    width: 50%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .newsletter-buttons-wrapper {
    display: flex;
  }
  .newsletter-buttons-wrapper button {
    width: 50%;
  }
  .newsletter-buttons-wrapper button:not(:last-child) {
    margin-right: 1rem;
  }
}
.post-item-list .post-item:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
.post-item-list .post-item:not(:last-child):not(.is-counter):not(.is-time) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.section-title-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #C6003E;
}
.section-title-wrapper h2 {
  margin-bottom: 0;
}
.section-title-wrapper .post-item-list-select {
  margin-bottom: 0;
  text-transform: none;
  white-space: nowrap;
  margin-left: .75rem;
}
.section-title-wrapper .post-item-list-select select {
  padding-left: .5rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.post-item-list-select {
  margin-bottom: 1.5rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.post-item-list-select span {
  display: inline-block;
  vertical-align: top;
  margin-right: .5rem;
}
.post-item {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.post-item .badge {
  position: absolute;
  left: 0;
  top: .625rem;
}
.post-item .avatar-badge {
  margin-bottom: .75rem;
}
.post-item p {
  margin-bottom: 0;
  margin-top: .5rem;
  line-height: 1.75;
}
.post-item.is-counter {
  display: flex;
  align-items: flex-start;
}
.post-item.is-counter .post-item-image-wrapper {
  min-width: 5.75rem !important;
  margin-right: 1rem !important;
  padding-bottom: 75%;
  margin-bottom: 0;
}
.post-item.is-video .post-item-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.875rem 0 1.875rem 3.125rem;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  transition: transform .3s;
}
.post-item.is-video .post-item-image:hover::after {
  transform: translate(-50%, -50%) scale(0.9);
}
.post-item.is-time a.post-item-title {
  text-decoration: underline;
}
.post-item.is-time.is-inline-time .post-item-date {
  display: inline-block;
  margin-left: .75rem;
}
.post-item-image-wrapper {
  display: block;
  position: relative;
  margin-bottom: 1.125rem;
  padding-bottom: 55%;
  overflow: hidden;
}
.post-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .3s;
}
.post-item-image:hover {
  transform: scale(1.1);
}
.post-item-title {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
.post-item-title > * {
  margin-bottom: 0;
}
.post-item-title h4 {
  font-weight: 500;
}
.post-item-counter {
  align-self: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: .75rem;
}
.post-item-time {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: .25rem;
  color: #505050;
  font-size: .875rem;
  padding-left: .875rem;
  line-height: 1.35;
}
.post-item-time::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #C6003E;
  margin-right: .5rem;
}
@media screen and (max-width: 47.99875em) {
  .post-item-date {
    display: inline-block;
    position: relative;
    margin-left: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .post-item.is-horizontal {
    display: flex;
    align-items: flex-start;
  }
  .post-item.is-horizontal .post-item-image-wrapper {
    min-width: 13rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .post-item.is-large-horizontal .post-item-image-wrapper {
    min-width: 14.5rem;
  }
  .post-item.is-time.is-horizontal > div {
    display: flex;
    align-items: center;
  }
  .post-item.is-time.is-horizontal .post-item-time {
    min-width: 10rem;
    margin-bottom: 0;
    padding-left: 1.25rem;
  }
  .post-item.is-time.is-horizontal a.post-item-title {
    color: #C6003E;
  }
  .post-item:hover a.post-item-title {
    color: #C6003E;
  }
}
.category-filter {
  padding: 0 1rem;
  margin-bottom: 3.5rem;
  background-color: #F5F5F5;
  overflow: auto;
  white-space: nowrap;
}
.category-filter-item {
  display: inline-block;
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
  padding: 1.25rem .5rem;
  margin: 0 .5rem;
  text-decoration: none;
  border-bottom: 0px solid #C6003E;
  transition: color .3s, border-width .3s;
}
.category-filter-item:hover, .category-filter-item.is-active {
  color: #C6003E;
  border-bottom-width: 4px;
}
@media screen and (max-width: 47.99875em) {
  .category-filter {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .category-filter {
    padding: 0 2.5rem;
  }
}
.person {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1rem !important;
}
.person h3 {
  margin-bottom: 0.375rem;
}
.person-image {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
}
.person-role {
  align-self: flex-start;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: .125rem;
}
.person-title {
  margin-top: auto;
}
.person-name {
  text-decoration: none;
  color: #C6003E;
}
.person-name:hover {
  text-decoration: underline;
}
.person-contact {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-family: 'Lora', serif;
}
.person-contact:hover {
  text-decoration: underline;
}
.person-description {
  font-size: 1rem;
}
.person-profile {
  background-color: #F5F5F5;
  margin-bottom: 2rem;
}
.person-profile .person-name {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.person-profile-content {
  padding: 2rem;
}
@media screen and (max-width: 47.99875em) {
  .person-profile-content {
    padding: 2rem 1.125rem;
  }
}
.comments {
  margin-bottom: 3rem;
}
.comments-title {
  display: flex;
  align-items: center;
}
.comment-meta .article-meta {
  font-family: "Roboto", sans-serif;
  margin-bottom: .5rem;
}
.comment-meta .article-meta-date {
  margin-top: 0;
}
.comment-list li {
  padding-left: 0;
}
.comment-list li::before {
  display: none;
}
.comment-list .children {
  position: relative;
  padding-left: 3rem;
  margin-left: 0;
}
.comment-list .children::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  width: 2rem;
  height: 1rem;
  background-image: url("./images/icons/ic-arrow-dow-right-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.comment-content p {
  font-size: 1rem;
}
.comment-body {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #EFEFEF;
}
.comment-body .reply a {
  position: relative;
  color: #C6003E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 2rem;
}
.comment-body .reply a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("./images/icons/ic-comment-active.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent input {
  margin-right: .5rem;
  margin-top: -2px;
}
.comment-form-cookies-consent label {
  line-height: 1.4;
}
.comment-respond {
  font-size: 1rem;
}
.comment-respond p, .comment-respond input, .comment-respond textarea {
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
}
.comment-reply-title a {
  text-decoration: none;
}
.comment-reply-title > a {
  margin-right: 1rem;
}
@media print, screen and (min-width: 48em) {
  .comment-list .children {
    margin-left: 1rem;
    position: relative;
  }
  .comment-list .children::before {
    content: '';
    position: absolute;
    left: 0;
    top: .5rem;
    width: 2rem;
    height: 1rem;
    background-image: url("./images/icons/ic-arrow-dow-right-gray.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .comment-form-author, .comment-form-email {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 0.3125rem);
    margin-bottom: 0;
  }
  .comment-form-author {
    margin-right: 0.375rem;
  }
}
.market-overview-wrapper {
  margin-bottom: 2.5rem;
}
.market-overview {
  background-color: #F5F5F5;
  font-size: 1.125rem;
}
.market-overview-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.market-overview-row {
  transition: background-color 0.3s;
}
.market-overview-row.is-active {
  background-color: #e3e3e3;
}
.market-overview-row.is-negative .market-overview-cell {
  color: #F56B6F;
}
.market-overview-row.is-negative .market-overview-cell.is-indicator::after {
  border-color: transparent transparent #F56B6F transparent;
  transform: translate(-50%, -50%) rotate(180deg);
}
.market-overview-row:hover {
  background-color: #C6003E;
}
.market-overview-row:hover .market-overview-cell {
  color: #fff !important;
}
.market-overview-row:hover .market-overview-cell a {
  color: #fff;
}
.market-overview-row:hover .market-overview-cell.is-indicator::after {
  border-color: transparent transparent #fff transparent;
}
.market-overview-cell {
  padding: 0.75rem .25rem;
  text-align: right;
  color: #0DAC7B;
  transition: color 0.3s;
  white-space: nowrap;
  font-weight: 700;
}
.market-overview-cell a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.market-overview-cell a:hover {
  text-decoration: underline;
}
.market-overview-cell.is-indicator {
  position: relative;
}
.market-overview-cell.is-indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 7px 5.5px;
  border-color: transparent transparent #0DAC7B transparent;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.market-overview-cell:first-child {
  text-align: left;
  padding-left: 2rem;
}
.market-overview-cell:last-child {
  padding-right: 3rem;
}
.market-overview-chart-wrapper {
  position: relative;
  padding-bottom: 70%;
}
.market-overview-chart-wrapper.is-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 6px solid #C6003E;
  border-color: rgba(198, 0, 62, 0.2) rgba(198, 0, 62, 0.2) rgba(198, 0, 62, 0.2) #C6003E;
  -webkit-animation: makeItRolling 750ms linear infinite;
          animation: makeItRolling 750ms linear infinite;
  z-index: 2;
}
#market-overview-chart {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  right: 1rem;
  left: 1rem;
}
a.market-overview-button {
  display: flex !important;
  justify-content: space-between;
  padding: .825rem 1.5rem;
  background-color: #FF41B4;
}
a.market-overview-button img {
  max-width: 55%;
  margin-right: 1rem;
}
a.market-overview-button span {
  font-size: .875rem;
  font-weight: 500;
  text-transform: none;
}
a.market-overview-button:hover {
  background-color: #ff0ea0;
}
.market-overview-intrument {
  position: relative;
  height: 60vh;
  min-height: 300px;
}
.tv-widget-watch-list__table {
  padding: 0 !important;
}
@-webkit-keyframes makeItRolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes makeItRolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  cursor: progress;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 5px solid #C6003E;
  border-color: rgba(198, 0, 62, 0.2) rgba(198, 0, 62, 0.2) rgba(198, 0, 62, 0.2) #C6003E;
  -webkit-animation: makeItRolling 750ms linear infinite;
          animation: makeItRolling 750ms linear infinite;
  z-index: 2;
}
@keyframes makeItRolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ads-widget {
  margin: 2.5rem 0;
}
.ads-widget.is-footer {
  text-align: center;
}
.ads-wrapper {
  padding-bottom: 2.25rem;
}
.ads-wrapper > div {
  margin-left: auto;
  margin-right: auto;
}
.etb-brokers {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #000;
}
.etb-brokers > a {
  display: block;
}
.etb-brokers > a > img {
  width: 100%;
}
@media screen and (max-width: 74.99875em) {
  #seznam-pop-up-ad-close {
    background: rgba(0, 0, 0, 0.7);
    margin-top: -22px;
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 0 4px;
    height: 22px;
  }
  #seznam-pop-up-ad {
    position: fixed;
    height: 100px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2px 0;
    z-index: 30000;
    transition: height 0.5s;
  }
  #seznam-pop-up-ad.is-closed {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .ads-sticky-widget {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
  }
}
.h-same-height {
  display: flex;
  flex-wrap: wrap;
}
.h-vertical-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.h-height-100 {
  height: 100% !important;
}
.h-width-100 {
  width: 100% !important;
}
.h-clear-none {
  clear: none !important;
}
.h-border-radius {
  border-radius: 0 !important;
}
.h-text-light {
  font-weight: 300 !important;
}
.h-text-regular {
  font-weight: 400 !important;
}
.h-text-bold {
  font-weight: bold !important;
}
.h-text-uppercase {
  text-transform: uppercase !important;
}
.h-text-lowercase {
  text-transform: lowercase !important;
}
@media print, screen and (min-width: 48em) {
  .h-text-size-medium {
    font-size: 1.125rem !important;
  }
}
.h-text-size-default {
  font-size: 1rem !important;
}
.h-text-size-small {
  font-size: 0.875rem !important;
}
.h-text-center {
  text-align: center !important;
}
.h-text-right {
  text-align: right !important;
}
.h-text-left {
  text-align: left !important;
}
.h-text-nowrap {
  white-space: nowrap !important;
}
.h-display-none {
  display: none !important;
}
.h-display-flex {
  display: flex !important;
}
.h-display-inline-block {
  display: inline-block !important;
}
.h-display-block {
  display: block !important;
}
.h-relative {
  position: relative !important;
}
.h-unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h-unstyled-list li::before {
  display: none;
}
.h-horizontal-list li {
  display: inline-block;
}
.h-background-white {
  background-color: #fff !important;
}
.h-background-black {
  background-color: #000 !important;
}
.h-background-primary {
  background-color: #C6003E !important;
}
.h-background-secondary {
  background-color: #767676 !important;
}
.h-background-dark-gray {
  background-color: #505050 !important;
}
.h-background-medium-gray {
  background-color: #EFEFEF !important;
}
.h-background-light-gray {
  background-color: #F5F5F5 !important;
}
.h-color-white {
  color: #fff !important;
}
.h-color-black {
  color: #000 !important;
}
.h-color-primary {
  color: #C6003E !important;
}
.h-color-secondary {
  color: #767676 !important;
}
.h-color-light-gray {
  color: #F5F5F5 !important;
}
.h-color-medium-gray {
  color: #EFEFEF !important;
}
.h-color-dark-gray {
  color: #505050 !important;
}
@media print, screen and (min-width: 48em) {
  .h-reversed-columns {
    display: flex;
    flex-direction: row-reverse;
  }
}
.h-max-width-0 {
  max-width: 0rem !important;
}
.h-max-width-05 {
  max-width: 0.5rem !important;
}
.h-max-width-1 {
  max-width: 1rem !important;
}
.h-max-width-15 {
  max-width: 1.5rem !important;
}
.h-max-width-2 {
  max-width: 2rem !important;
}
.h-max-width-25 {
  max-width: 2.5rem !important;
}
.h-max-width-3 {
  max-width: 3rem !important;
}
.h-max-width-35 {
  max-width: 3.5rem !important;
}
.h-max-width-4 {
  max-width: 4rem !important;
}
.h-max-width-45 {
  max-width: 4.5rem !important;
}
.h-max-width-5 {
  max-width: 5rem !important;
}
.h-max-width-55 {
  max-width: 5.5rem !important;
}
.h-max-width-6 {
  max-width: 6rem !important;
}
.h-max-width-65 {
  max-width: 6.5rem !important;
}
.h-max-height-0 {
  max-height: 0rem !important;
}
.h-max-height-05 {
  max-height: 0.5rem !important;
}
.h-max-height-1 {
  max-height: 1rem !important;
}
.h-max-height-15 {
  max-height: 1.5rem !important;
}
.h-max-height-2 {
  max-height: 2rem !important;
}
.h-max-height-25 {
  max-height: 2.5rem !important;
}
.h-max-height-3 {
  max-height: 3rem !important;
}
.h-max-height-35 {
  max-height: 3.5rem !important;
}
.h-max-height-4 {
  max-height: 4rem !important;
}
.h-max-height-45 {
  max-height: 4.5rem !important;
}
.h-max-height-5 {
  max-height: 5rem !important;
}
.h-max-height-55 {
  max-height: 5.5rem !important;
}
.h-max-height-6 {
  max-height: 6rem !important;
}
.h-max-height-65 {
  max-height: 6.5rem !important;
}
.h-m-0 {
  margin: 0rem !important;
}
.h-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.h-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.h-mt-0 {
  margin-top: 0rem !important;
}
.h-mb-0 {
  margin-bottom: 0rem !important;
}
.h-mr-0 {
  margin-right: 0rem !important;
}
.h-ml-0 {
  margin-left: 0rem !important;
}
.h-m-05 {
  margin: 0.5rem !important;
}
.h-mx-05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.h-my-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.h-mt-05 {
  margin-top: 0.5rem !important;
}
.h-mb-05 {
  margin-bottom: 0.5rem !important;
}
.h-mr-05 {
  margin-right: 0.5rem !important;
}
.h-ml-05 {
  margin-left: 0.5rem !important;
}
.h-m-025 {
  margin: 0.25rem !important;
}
.h-mx-025 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.h-my-025 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.h-mt-025 {
  margin-top: 0.25rem !important;
}
.h-mb-025 {
  margin-bottom: 0.25rem !important;
}
.h-mr-025 {
  margin-right: 0.25rem !important;
}
.h-ml-025 {
  margin-left: 0.25rem !important;
}
.h-m-075 {
  margin: 0.75rem !important;
}
.h-mx-075 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.h-my-075 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.h-mt-075 {
  margin-top: 0.75rem !important;
}
.h-mb-075 {
  margin-bottom: 0.75rem !important;
}
.h-mr-075 {
  margin-right: 0.75rem !important;
}
.h-ml-075 {
  margin-left: 0.75rem !important;
}
.h-m-1 {
  margin: 1rem !important;
}
.h-mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.h-my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.h-mt-1 {
  margin-top: 1rem !important;
}
.h-mb-1 {
  margin-bottom: 1rem !important;
}
.h-mr-1 {
  margin-right: 1rem !important;
}
.h-ml-1 {
  margin-left: 1rem !important;
}
.h-m-15 {
  margin: 1.5rem !important;
}
.h-mx-15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.h-my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.h-mt-15 {
  margin-top: 1.5rem !important;
}
.h-mb-15 {
  margin-bottom: 1.5rem !important;
}
.h-mr-15 {
  margin-right: 1.5rem !important;
}
.h-ml-15 {
  margin-left: 1.5rem !important;
}
.h-m-125 {
  margin: 1.25rem !important;
}
.h-mx-125 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.h-my-125 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.h-mt-125 {
  margin-top: 1.25rem !important;
}
.h-mb-125 {
  margin-bottom: 1.25rem !important;
}
.h-mr-125 {
  margin-right: 1.25rem !important;
}
.h-ml-125 {
  margin-left: 1.25rem !important;
}
.h-m-175 {
  margin: 1.75rem !important;
}
.h-mx-175 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.h-my-175 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.h-mt-175 {
  margin-top: 1.75rem !important;
}
.h-mb-175 {
  margin-bottom: 1.75rem !important;
}
.h-mr-175 {
  margin-right: 1.75rem !important;
}
.h-ml-175 {
  margin-left: 1.75rem !important;
}
.h-m-2 {
  margin: 2rem !important;
}
.h-mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.h-my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.h-mt-2 {
  margin-top: 2rem !important;
}
.h-mb-2 {
  margin-bottom: 2rem !important;
}
.h-mr-2 {
  margin-right: 2rem !important;
}
.h-ml-2 {
  margin-left: 2rem !important;
}
.h-m-25 {
  margin: 2.5rem !important;
}
.h-mx-25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.h-my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.h-mt-25 {
  margin-top: 2.5rem !important;
}
.h-mb-25 {
  margin-bottom: 2.5rem !important;
}
.h-mr-25 {
  margin-right: 2.5rem !important;
}
.h-ml-25 {
  margin-left: 2.5rem !important;
}
.h-m-225 {
  margin: 2.25rem !important;
}
.h-mx-225 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}
.h-my-225 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.h-mt-225 {
  margin-top: 2.25rem !important;
}
.h-mb-225 {
  margin-bottom: 2.25rem !important;
}
.h-mr-225 {
  margin-right: 2.25rem !important;
}
.h-ml-225 {
  margin-left: 2.25rem !important;
}
.h-m-275 {
  margin: 2.75rem !important;
}
.h-mx-275 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}
.h-my-275 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.h-mt-275 {
  margin-top: 2.75rem !important;
}
.h-mb-275 {
  margin-bottom: 2.75rem !important;
}
.h-mr-275 {
  margin-right: 2.75rem !important;
}
.h-ml-275 {
  margin-left: 2.75rem !important;
}
.h-m-3 {
  margin: 3rem !important;
}
.h-mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.h-my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.h-mt-3 {
  margin-top: 3rem !important;
}
.h-mb-3 {
  margin-bottom: 3rem !important;
}
.h-mr-3 {
  margin-right: 3rem !important;
}
.h-ml-3 {
  margin-left: 3rem !important;
}
.h-m-35 {
  margin: 3.5rem !important;
}
.h-mx-35 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.h-my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.h-mt-35 {
  margin-top: 3.5rem !important;
}
.h-mb-35 {
  margin-bottom: 3.5rem !important;
}
.h-mr-35 {
  margin-right: 3.5rem !important;
}
.h-ml-35 {
  margin-left: 3.5rem !important;
}
.h-m-325 {
  margin: 3.25rem !important;
}
.h-mx-325 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}
.h-my-325 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}
.h-mt-325 {
  margin-top: 3.25rem !important;
}
.h-mb-325 {
  margin-bottom: 3.25rem !important;
}
.h-mr-325 {
  margin-right: 3.25rem !important;
}
.h-ml-325 {
  margin-left: 3.25rem !important;
}
.h-m-375 {
  margin: 3.75rem !important;
}
.h-mx-375 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}
.h-my-375 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.h-mt-375 {
  margin-top: 3.75rem !important;
}
.h-mb-375 {
  margin-bottom: 3.75rem !important;
}
.h-mr-375 {
  margin-right: 3.75rem !important;
}
.h-ml-375 {
  margin-left: 3.75rem !important;
}
.h-m-4 {
  margin: 4rem !important;
}
.h-mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.h-my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.h-mt-4 {
  margin-top: 4rem !important;
}
.h-mb-4 {
  margin-bottom: 4rem !important;
}
.h-mr-4 {
  margin-right: 4rem !important;
}
.h-ml-4 {
  margin-left: 4rem !important;
}
.h-m-45 {
  margin: 4.5rem !important;
}
.h-mx-45 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.h-my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.h-mt-45 {
  margin-top: 4.5rem !important;
}
.h-mb-45 {
  margin-bottom: 4.5rem !important;
}
.h-mr-45 {
  margin-right: 4.5rem !important;
}
.h-ml-45 {
  margin-left: 4.5rem !important;
}
.h-m-425 {
  margin: 4.25rem !important;
}
.h-mx-425 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}
.h-my-425 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}
.h-mt-425 {
  margin-top: 4.25rem !important;
}
.h-mb-425 {
  margin-bottom: 4.25rem !important;
}
.h-mr-425 {
  margin-right: 4.25rem !important;
}
.h-ml-425 {
  margin-left: 4.25rem !important;
}
.h-m-475 {
  margin: 4.75rem !important;
}
.h-mx-475 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}
.h-my-475 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}
.h-mt-475 {
  margin-top: 4.75rem !important;
}
.h-mb-475 {
  margin-bottom: 4.75rem !important;
}
.h-mr-475 {
  margin-right: 4.75rem !important;
}
.h-ml-475 {
  margin-left: 4.75rem !important;
}
.h-m-5 {
  margin: 5rem !important;
}
.h-mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.h-my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.h-mt-5 {
  margin-top: 5rem !important;
}
.h-mb-5 {
  margin-bottom: 5rem !important;
}
.h-mr-5 {
  margin-right: 5rem !important;
}
.h-ml-5 {
  margin-left: 5rem !important;
}
.h-m-55 {
  margin: 5.5rem !important;
}
.h-mx-55 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}
.h-my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}
.h-mt-55 {
  margin-top: 5.5rem !important;
}
.h-mb-55 {
  margin-bottom: 5.5rem !important;
}
.h-mr-55 {
  margin-right: 5.5rem !important;
}
.h-ml-55 {
  margin-left: 5.5rem !important;
}
.h-m-525 {
  margin: 5.25rem !important;
}
.h-mx-525 {
  margin-left: 5.25rem !important;
  margin-right: 5.25rem !important;
}
.h-my-525 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}
.h-mt-525 {
  margin-top: 5.25rem !important;
}
.h-mb-525 {
  margin-bottom: 5.25rem !important;
}
.h-mr-525 {
  margin-right: 5.25rem !important;
}
.h-ml-525 {
  margin-left: 5.25rem !important;
}
.h-m-575 {
  margin: 5.75rem !important;
}
.h-mx-575 {
  margin-left: 5.75rem !important;
  margin-right: 5.75rem !important;
}
.h-my-575 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}
.h-mt-575 {
  margin-top: 5.75rem !important;
}
.h-mb-575 {
  margin-bottom: 5.75rem !important;
}
.h-mr-575 {
  margin-right: 5.75rem !important;
}
.h-ml-575 {
  margin-left: 5.75rem !important;
}
.h-m-6 {
  margin: 6rem !important;
}
.h-mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.h-my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.h-mt-6 {
  margin-top: 6rem !important;
}
.h-mb-6 {
  margin-bottom: 6rem !important;
}
.h-mr-6 {
  margin-right: 6rem !important;
}
.h-ml-6 {
  margin-left: 6rem !important;
}
.h-m-65 {
  margin: 6.5rem !important;
}
.h-mx-65 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}
.h-my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}
.h-mt-65 {
  margin-top: 6.5rem !important;
}
.h-mb-65 {
  margin-bottom: 6.5rem !important;
}
.h-mr-65 {
  margin-right: 6.5rem !important;
}
.h-ml-65 {
  margin-left: 6.5rem !important;
}
.h-m-625 {
  margin: 6.25rem !important;
}
.h-mx-625 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}
.h-my-625 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}
.h-mt-625 {
  margin-top: 6.25rem !important;
}
.h-mb-625 {
  margin-bottom: 6.25rem !important;
}
.h-mr-625 {
  margin-right: 6.25rem !important;
}
.h-ml-625 {
  margin-left: 6.25rem !important;
}
.h-m-675 {
  margin: 6.75rem !important;
}
.h-mx-675 {
  margin-left: 6.75rem !important;
  margin-right: 6.75rem !important;
}
.h-my-675 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}
.h-mt-675 {
  margin-top: 6.75rem !important;
}
.h-mb-675 {
  margin-bottom: 6.75rem !important;
}
.h-mr-675 {
  margin-right: 6.75rem !important;
}
.h-ml-675 {
  margin-left: 6.75rem !important;
}
.h-m-7 {
  margin: 7rem !important;
}
.h-mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.h-my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.h-mt-7 {
  margin-top: 7rem !important;
}
.h-mb-7 {
  margin-bottom: 7rem !important;
}
.h-mr-7 {
  margin-right: 7rem !important;
}
.h-ml-7 {
  margin-left: 7rem !important;
}
.h-m-75 {
  margin: 7.5rem !important;
}
.h-mx-75 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}
.h-my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}
.h-mt-75 {
  margin-top: 7.5rem !important;
}
.h-mb-75 {
  margin-bottom: 7.5rem !important;
}
.h-mr-75 {
  margin-right: 7.5rem !important;
}
.h-ml-75 {
  margin-left: 7.5rem !important;
}
.h-m-725 {
  margin: 7.25rem !important;
}
.h-mx-725 {
  margin-left: 7.25rem !important;
  margin-right: 7.25rem !important;
}
.h-my-725 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}
.h-mt-725 {
  margin-top: 7.25rem !important;
}
.h-mb-725 {
  margin-bottom: 7.25rem !important;
}
.h-mr-725 {
  margin-right: 7.25rem !important;
}
.h-ml-725 {
  margin-left: 7.25rem !important;
}
.h-m-775 {
  margin: 7.75rem !important;
}
.h-mx-775 {
  margin-left: 7.75rem !important;
  margin-right: 7.75rem !important;
}
.h-my-775 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}
.h-mt-775 {
  margin-top: 7.75rem !important;
}
.h-mb-775 {
  margin-bottom: 7.75rem !important;
}
.h-mr-775 {
  margin-right: 7.75rem !important;
}
.h-ml-775 {
  margin-left: 7.75rem !important;
}
.h-m-8 {
  margin: 8rem !important;
}
.h-mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.h-my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.h-mt-8 {
  margin-top: 8rem !important;
}
.h-mb-8 {
  margin-bottom: 8rem !important;
}
.h-mr-8 {
  margin-right: 8rem !important;
}
.h-ml-8 {
  margin-left: 8rem !important;
}
.h-m-85 {
  margin: 8.5rem !important;
}
.h-mx-85 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}
.h-my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}
.h-mt-85 {
  margin-top: 8.5rem !important;
}
.h-mb-85 {
  margin-bottom: 8.5rem !important;
}
.h-mr-85 {
  margin-right: 8.5rem !important;
}
.h-ml-85 {
  margin-left: 8.5rem !important;
}
.h-m-825 {
  margin: 8.25rem !important;
}
.h-mx-825 {
  margin-left: 8.25rem !important;
  margin-right: 8.25rem !important;
}
.h-my-825 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}
.h-mt-825 {
  margin-top: 8.25rem !important;
}
.h-mb-825 {
  margin-bottom: 8.25rem !important;
}
.h-mr-825 {
  margin-right: 8.25rem !important;
}
.h-ml-825 {
  margin-left: 8.25rem !important;
}
.h-m-875 {
  margin: 8.75rem !important;
}
.h-mx-875 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important;
}
.h-my-875 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}
.h-mt-875 {
  margin-top: 8.75rem !important;
}
.h-mb-875 {
  margin-bottom: 8.75rem !important;
}
.h-mr-875 {
  margin-right: 8.75rem !important;
}
.h-ml-875 {
  margin-left: 8.75rem !important;
}
.h-m-9 {
  margin: 9rem !important;
}
.h-mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.h-my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.h-mt-9 {
  margin-top: 9rem !important;
}
.h-mb-9 {
  margin-bottom: 9rem !important;
}
.h-mr-9 {
  margin-right: 9rem !important;
}
.h-ml-9 {
  margin-left: 9rem !important;
}
.h-m-95 {
  margin: 9.5rem !important;
}
.h-mx-95 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}
.h-my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}
.h-mt-95 {
  margin-top: 9.5rem !important;
}
.h-mb-95 {
  margin-bottom: 9.5rem !important;
}
.h-mr-95 {
  margin-right: 9.5rem !important;
}
.h-ml-95 {
  margin-left: 9.5rem !important;
}
.h-m-925 {
  margin: 9.25rem !important;
}
.h-mx-925 {
  margin-left: 9.25rem !important;
  margin-right: 9.25rem !important;
}
.h-my-925 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}
.h-mt-925 {
  margin-top: 9.25rem !important;
}
.h-mb-925 {
  margin-bottom: 9.25rem !important;
}
.h-mr-925 {
  margin-right: 9.25rem !important;
}
.h-ml-925 {
  margin-left: 9.25rem !important;
}
.h-m-975 {
  margin: 9.75rem !important;
}
.h-mx-975 {
  margin-left: 9.75rem !important;
  margin-right: 9.75rem !important;
}
.h-my-975 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}
.h-mt-975 {
  margin-top: 9.75rem !important;
}
.h-mb-975 {
  margin-bottom: 9.75rem !important;
}
.h-mr-975 {
  margin-right: 9.75rem !important;
}
.h-ml-975 {
  margin-left: 9.75rem !important;
}
.h-p-0 {
  padding: 0rem !important;
}
.h-px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.h-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.h-pt-0 {
  padding-top: 0rem !important;
}
.h-pb-0 {
  padding-bottom: 0rem !important;
}
.h-pr-0 {
  padding-right: 0rem !important;
}
.h-pl-0 {
  padding-left: 0rem !important;
}
.h-p-05 {
  padding: 0.5rem !important;
}
.h-px-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.h-py-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.h-pt-05 {
  padding-top: 0.5rem !important;
}
.h-pb-05 {
  padding-bottom: 0.5rem !important;
}
.h-pr-05 {
  padding-right: 0.5rem !important;
}
.h-pl-05 {
  padding-left: 0.5rem !important;
}
.h-p-025 {
  padding: 0.25rem !important;
}
.h-px-025 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.h-py-025 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.h-pt-025 {
  padding-top: 0.25rem !important;
}
.h-pb-025 {
  padding-bottom: 0.25rem !important;
}
.h-pr-025 {
  padding-right: 0.25rem !important;
}
.h-pl-025 {
  padding-left: 0.25rem !important;
}
.h-p-075 {
  padding: 0.75rem !important;
}
.h-px-075 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.h-py-075 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.h-pt-075 {
  padding-top: 0.75rem !important;
}
.h-pb-075 {
  padding-bottom: 0.75rem !important;
}
.h-pr-075 {
  padding-right: 0.75rem !important;
}
.h-pl-075 {
  padding-left: 0.75rem !important;
}
.h-p-1 {
  padding: 1rem !important;
}
.h-px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.h-py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.h-pt-1 {
  padding-top: 1rem !important;
}
.h-pb-1 {
  padding-bottom: 1rem !important;
}
.h-pr-1 {
  padding-right: 1rem !important;
}
.h-pl-1 {
  padding-left: 1rem !important;
}
.h-p-15 {
  padding: 1.5rem !important;
}
.h-px-15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.h-py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.h-pt-15 {
  padding-top: 1.5rem !important;
}
.h-pb-15 {
  padding-bottom: 1.5rem !important;
}
.h-pr-15 {
  padding-right: 1.5rem !important;
}
.h-pl-15 {
  padding-left: 1.5rem !important;
}
.h-p-125 {
  padding: 1.25rem !important;
}
.h-px-125 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.h-py-125 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.h-pt-125 {
  padding-top: 1.25rem !important;
}
.h-pb-125 {
  padding-bottom: 1.25rem !important;
}
.h-pr-125 {
  padding-right: 1.25rem !important;
}
.h-pl-125 {
  padding-left: 1.25rem !important;
}
.h-p-175 {
  padding: 1.75rem !important;
}
.h-px-175 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.h-py-175 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.h-pt-175 {
  padding-top: 1.75rem !important;
}
.h-pb-175 {
  padding-bottom: 1.75rem !important;
}
.h-pr-175 {
  padding-right: 1.75rem !important;
}
.h-pl-175 {
  padding-left: 1.75rem !important;
}
.h-p-2 {
  padding: 2rem !important;
}
.h-px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.h-py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.h-pt-2 {
  padding-top: 2rem !important;
}
.h-pb-2 {
  padding-bottom: 2rem !important;
}
.h-pr-2 {
  padding-right: 2rem !important;
}
.h-pl-2 {
  padding-left: 2rem !important;
}
.h-p-25 {
  padding: 2.5rem !important;
}
.h-px-25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.h-py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.h-pt-25 {
  padding-top: 2.5rem !important;
}
.h-pb-25 {
  padding-bottom: 2.5rem !important;
}
.h-pr-25 {
  padding-right: 2.5rem !important;
}
.h-pl-25 {
  padding-left: 2.5rem !important;
}
.h-p-225 {
  padding: 2.25rem !important;
}
.h-px-225 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.h-py-225 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.h-pt-225 {
  padding-top: 2.25rem !important;
}
.h-pb-225 {
  padding-bottom: 2.25rem !important;
}
.h-pr-225 {
  padding-right: 2.25rem !important;
}
.h-pl-225 {
  padding-left: 2.25rem !important;
}
.h-p-275 {
  padding: 2.75rem !important;
}
.h-px-275 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.h-py-275 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.h-pt-275 {
  padding-top: 2.75rem !important;
}
.h-pb-275 {
  padding-bottom: 2.75rem !important;
}
.h-pr-275 {
  padding-right: 2.75rem !important;
}
.h-pl-275 {
  padding-left: 2.75rem !important;
}
.h-p-3 {
  padding: 3rem !important;
}
.h-px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.h-py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.h-pt-3 {
  padding-top: 3rem !important;
}
.h-pb-3 {
  padding-bottom: 3rem !important;
}
.h-pr-3 {
  padding-right: 3rem !important;
}
.h-pl-3 {
  padding-left: 3rem !important;
}
.h-p-35 {
  padding: 3.5rem !important;
}
.h-px-35 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.h-py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.h-pt-35 {
  padding-top: 3.5rem !important;
}
.h-pb-35 {
  padding-bottom: 3.5rem !important;
}
.h-pr-35 {
  padding-right: 3.5rem !important;
}
.h-pl-35 {
  padding-left: 3.5rem !important;
}
.h-p-325 {
  padding: 3.25rem !important;
}
.h-px-325 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}
.h-py-325 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}
.h-pt-325 {
  padding-top: 3.25rem !important;
}
.h-pb-325 {
  padding-bottom: 3.25rem !important;
}
.h-pr-325 {
  padding-right: 3.25rem !important;
}
.h-pl-325 {
  padding-left: 3.25rem !important;
}
.h-p-375 {
  padding: 3.75rem !important;
}
.h-px-375 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}
.h-py-375 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.h-pt-375 {
  padding-top: 3.75rem !important;
}
.h-pb-375 {
  padding-bottom: 3.75rem !important;
}
.h-pr-375 {
  padding-right: 3.75rem !important;
}
.h-pl-375 {
  padding-left: 3.75rem !important;
}
.h-p-4 {
  padding: 4rem !important;
}
.h-px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.h-py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.h-pt-4 {
  padding-top: 4rem !important;
}
.h-pb-4 {
  padding-bottom: 4rem !important;
}
.h-pr-4 {
  padding-right: 4rem !important;
}
.h-pl-4 {
  padding-left: 4rem !important;
}
.h-p-45 {
  padding: 4.5rem !important;
}
.h-px-45 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}
.h-py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.h-pt-45 {
  padding-top: 4.5rem !important;
}
.h-pb-45 {
  padding-bottom: 4.5rem !important;
}
.h-pr-45 {
  padding-right: 4.5rem !important;
}
.h-pl-45 {
  padding-left: 4.5rem !important;
}
.h-p-425 {
  padding: 4.25rem !important;
}
.h-px-425 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important;
}
.h-py-425 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}
.h-pt-425 {
  padding-top: 4.25rem !important;
}
.h-pb-425 {
  padding-bottom: 4.25rem !important;
}
.h-pr-425 {
  padding-right: 4.25rem !important;
}
.h-pl-425 {
  padding-left: 4.25rem !important;
}
.h-p-475 {
  padding: 4.75rem !important;
}
.h-px-475 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}
.h-py-475 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}
.h-pt-475 {
  padding-top: 4.75rem !important;
}
.h-pb-475 {
  padding-bottom: 4.75rem !important;
}
.h-pr-475 {
  padding-right: 4.75rem !important;
}
.h-pl-475 {
  padding-left: 4.75rem !important;
}
.h-p-5 {
  padding: 5rem !important;
}
.h-px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.h-py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.h-pt-5 {
  padding-top: 5rem !important;
}
.h-pb-5 {
  padding-bottom: 5rem !important;
}
.h-pr-5 {
  padding-right: 5rem !important;
}
.h-pl-5 {
  padding-left: 5rem !important;
}
.h-p-55 {
  padding: 5.5rem !important;
}
.h-px-55 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}
.h-py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
.h-pt-55 {
  padding-top: 5.5rem !important;
}
.h-pb-55 {
  padding-bottom: 5.5rem !important;
}
.h-pr-55 {
  padding-right: 5.5rem !important;
}
.h-pl-55 {
  padding-left: 5.5rem !important;
}
.h-p-525 {
  padding: 5.25rem !important;
}
.h-px-525 {
  padding-left: 5.25rem !important;
  padding-right: 5.25rem !important;
}
.h-py-525 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}
.h-pt-525 {
  padding-top: 5.25rem !important;
}
.h-pb-525 {
  padding-bottom: 5.25rem !important;
}
.h-pr-525 {
  padding-right: 5.25rem !important;
}
.h-pl-525 {
  padding-left: 5.25rem !important;
}
.h-p-575 {
  padding: 5.75rem !important;
}
.h-px-575 {
  padding-left: 5.75rem !important;
  padding-right: 5.75rem !important;
}
.h-py-575 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}
.h-pt-575 {
  padding-top: 5.75rem !important;
}
.h-pb-575 {
  padding-bottom: 5.75rem !important;
}
.h-pr-575 {
  padding-right: 5.75rem !important;
}
.h-pl-575 {
  padding-left: 5.75rem !important;
}
.h-p-6 {
  padding: 6rem !important;
}
.h-px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.h-py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.h-pt-6 {
  padding-top: 6rem !important;
}
.h-pb-6 {
  padding-bottom: 6rem !important;
}
.h-pr-6 {
  padding-right: 6rem !important;
}
.h-pl-6 {
  padding-left: 6rem !important;
}
.h-p-65 {
  padding: 6.5rem !important;
}
.h-px-65 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}
.h-py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}
.h-pt-65 {
  padding-top: 6.5rem !important;
}
.h-pb-65 {
  padding-bottom: 6.5rem !important;
}
.h-pr-65 {
  padding-right: 6.5rem !important;
}
.h-pl-65 {
  padding-left: 6.5rem !important;
}
.h-p-625 {
  padding: 6.25rem !important;
}
.h-px-625 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}
.h-py-625 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}
.h-pt-625 {
  padding-top: 6.25rem !important;
}
.h-pb-625 {
  padding-bottom: 6.25rem !important;
}
.h-pr-625 {
  padding-right: 6.25rem !important;
}
.h-pl-625 {
  padding-left: 6.25rem !important;
}
.h-p-675 {
  padding: 6.75rem !important;
}
.h-px-675 {
  padding-left: 6.75rem !important;
  padding-right: 6.75rem !important;
}
.h-py-675 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}
.h-pt-675 {
  padding-top: 6.75rem !important;
}
.h-pb-675 {
  padding-bottom: 6.75rem !important;
}
.h-pr-675 {
  padding-right: 6.75rem !important;
}
.h-pl-675 {
  padding-left: 6.75rem !important;
}
.h-p-7 {
  padding: 7rem !important;
}
.h-px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.h-py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.h-pt-7 {
  padding-top: 7rem !important;
}
.h-pb-7 {
  padding-bottom: 7rem !important;
}
.h-pr-7 {
  padding-right: 7rem !important;
}
.h-pl-7 {
  padding-left: 7rem !important;
}
.h-p-75 {
  padding: 7.5rem !important;
}
.h-px-75 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}
.h-py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.h-pt-75 {
  padding-top: 7.5rem !important;
}
.h-pb-75 {
  padding-bottom: 7.5rem !important;
}
.h-pr-75 {
  padding-right: 7.5rem !important;
}
.h-pl-75 {
  padding-left: 7.5rem !important;
}
.h-p-725 {
  padding: 7.25rem !important;
}
.h-px-725 {
  padding-left: 7.25rem !important;
  padding-right: 7.25rem !important;
}
.h-py-725 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}
.h-pt-725 {
  padding-top: 7.25rem !important;
}
.h-pb-725 {
  padding-bottom: 7.25rem !important;
}
.h-pr-725 {
  padding-right: 7.25rem !important;
}
.h-pl-725 {
  padding-left: 7.25rem !important;
}
.h-p-775 {
  padding: 7.75rem !important;
}
.h-px-775 {
  padding-left: 7.75rem !important;
  padding-right: 7.75rem !important;
}
.h-py-775 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}
.h-pt-775 {
  padding-top: 7.75rem !important;
}
.h-pb-775 {
  padding-bottom: 7.75rem !important;
}
.h-pr-775 {
  padding-right: 7.75rem !important;
}
.h-pl-775 {
  padding-left: 7.75rem !important;
}
.h-p-8 {
  padding: 8rem !important;
}
.h-px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.h-py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.h-pt-8 {
  padding-top: 8rem !important;
}
.h-pb-8 {
  padding-bottom: 8rem !important;
}
.h-pr-8 {
  padding-right: 8rem !important;
}
.h-pl-8 {
  padding-left: 8rem !important;
}
.h-p-85 {
  padding: 8.5rem !important;
}
.h-px-85 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}
.h-py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}
.h-pt-85 {
  padding-top: 8.5rem !important;
}
.h-pb-85 {
  padding-bottom: 8.5rem !important;
}
.h-pr-85 {
  padding-right: 8.5rem !important;
}
.h-pl-85 {
  padding-left: 8.5rem !important;
}
.h-p-825 {
  padding: 8.25rem !important;
}
.h-px-825 {
  padding-left: 8.25rem !important;
  padding-right: 8.25rem !important;
}
.h-py-825 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}
.h-pt-825 {
  padding-top: 8.25rem !important;
}
.h-pb-825 {
  padding-bottom: 8.25rem !important;
}
.h-pr-825 {
  padding-right: 8.25rem !important;
}
.h-pl-825 {
  padding-left: 8.25rem !important;
}
.h-p-875 {
  padding: 8.75rem !important;
}
.h-px-875 {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important;
}
.h-py-875 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}
.h-pt-875 {
  padding-top: 8.75rem !important;
}
.h-pb-875 {
  padding-bottom: 8.75rem !important;
}
.h-pr-875 {
  padding-right: 8.75rem !important;
}
.h-pl-875 {
  padding-left: 8.75rem !important;
}
.h-p-9 {
  padding: 9rem !important;
}
.h-px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.h-py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.h-pt-9 {
  padding-top: 9rem !important;
}
.h-pb-9 {
  padding-bottom: 9rem !important;
}
.h-pr-9 {
  padding-right: 9rem !important;
}
.h-pl-9 {
  padding-left: 9rem !important;
}
.h-p-95 {
  padding: 9.5rem !important;
}
.h-px-95 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}
.h-py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}
.h-pt-95 {
  padding-top: 9.5rem !important;
}
.h-pb-95 {
  padding-bottom: 9.5rem !important;
}
.h-pr-95 {
  padding-right: 9.5rem !important;
}
.h-pl-95 {
  padding-left: 9.5rem !important;
}
.h-p-925 {
  padding: 9.25rem !important;
}
.h-px-925 {
  padding-left: 9.25rem !important;
  padding-right: 9.25rem !important;
}
.h-py-925 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}
.h-pt-925 {
  padding-top: 9.25rem !important;
}
.h-pb-925 {
  padding-bottom: 9.25rem !important;
}
.h-pr-925 {
  padding-right: 9.25rem !important;
}
.h-pl-925 {
  padding-left: 9.25rem !important;
}
.h-p-975 {
  padding: 9.75rem !important;
}
.h-px-975 {
  padding-left: 9.75rem !important;
  padding-right: 9.75rem !important;
}
.h-py-975 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}
.h-pt-975 {
  padding-top: 9.75rem !important;
}
.h-pb-975 {
  padding-bottom: 9.75rem !important;
}
.h-pr-975 {
  padding-right: 9.75rem !important;
}
.h-pl-975 {
  padding-left: 9.75rem !important;
}
@media screen and (max-width: 47.99875em) {
  .h-m-sm-0 {
    margin: 0rem !important;
  }
  .h-mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .h-my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .h-mt-sm-0 {
    margin-top: 0rem !important;
  }
  .h-mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .h-mr-sm-0 {
    margin-right: 0rem !important;
  }
  .h-ml-sm-0 {
    margin-left: 0rem !important;
  }
  .h-m-sm-05 {
    margin: 0.5rem !important;
  }
  .h-mx-sm-05 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .h-my-sm-05 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .h-mt-sm-05 {
    margin-top: 0.5rem !important;
  }
  .h-mb-sm-05 {
    margin-bottom: 0.5rem !important;
  }
  .h-mr-sm-05 {
    margin-right: 0.5rem !important;
  }
  .h-ml-sm-05 {
    margin-left: 0.5rem !important;
  }
  .h-m-sm-025 {
    margin: 0.25rem !important;
  }
  .h-mx-sm-025 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .h-my-sm-025 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .h-mt-sm-025 {
    margin-top: 0.25rem !important;
  }
  .h-mb-sm-025 {
    margin-bottom: 0.25rem !important;
  }
  .h-mr-sm-025 {
    margin-right: 0.25rem !important;
  }
  .h-ml-sm-025 {
    margin-left: 0.25rem !important;
  }
  .h-m-sm-075 {
    margin: 0.75rem !important;
  }
  .h-mx-sm-075 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .h-my-sm-075 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .h-mt-sm-075 {
    margin-top: 0.75rem !important;
  }
  .h-mb-sm-075 {
    margin-bottom: 0.75rem !important;
  }
  .h-mr-sm-075 {
    margin-right: 0.75rem !important;
  }
  .h-ml-sm-075 {
    margin-left: 0.75rem !important;
  }
  .h-m-sm-1 {
    margin: 1rem !important;
  }
  .h-mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .h-my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .h-mt-sm-1 {
    margin-top: 1rem !important;
  }
  .h-mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .h-mr-sm-1 {
    margin-right: 1rem !important;
  }
  .h-ml-sm-1 {
    margin-left: 1rem !important;
  }
  .h-m-sm-15 {
    margin: 1.5rem !important;
  }
  .h-mx-sm-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .h-my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .h-mt-sm-15 {
    margin-top: 1.5rem !important;
  }
  .h-mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .h-mr-sm-15 {
    margin-right: 1.5rem !important;
  }
  .h-ml-sm-15 {
    margin-left: 1.5rem !important;
  }
  .h-m-sm-125 {
    margin: 1.25rem !important;
  }
  .h-mx-sm-125 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .h-my-sm-125 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .h-mt-sm-125 {
    margin-top: 1.25rem !important;
  }
  .h-mb-sm-125 {
    margin-bottom: 1.25rem !important;
  }
  .h-mr-sm-125 {
    margin-right: 1.25rem !important;
  }
  .h-ml-sm-125 {
    margin-left: 1.25rem !important;
  }
  .h-m-sm-175 {
    margin: 1.75rem !important;
  }
  .h-mx-sm-175 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .h-my-sm-175 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .h-mt-sm-175 {
    margin-top: 1.75rem !important;
  }
  .h-mb-sm-175 {
    margin-bottom: 1.75rem !important;
  }
  .h-mr-sm-175 {
    margin-right: 1.75rem !important;
  }
  .h-ml-sm-175 {
    margin-left: 1.75rem !important;
  }
  .h-m-sm-2 {
    margin: 2rem !important;
  }
  .h-mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .h-my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .h-mt-sm-2 {
    margin-top: 2rem !important;
  }
  .h-mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .h-mr-sm-2 {
    margin-right: 2rem !important;
  }
  .h-ml-sm-2 {
    margin-left: 2rem !important;
  }
  .h-m-sm-25 {
    margin: 2.5rem !important;
  }
  .h-mx-sm-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .h-my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .h-mt-sm-25 {
    margin-top: 2.5rem !important;
  }
  .h-mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .h-mr-sm-25 {
    margin-right: 2.5rem !important;
  }
  .h-ml-sm-25 {
    margin-left: 2.5rem !important;
  }
  .h-m-sm-225 {
    margin: 2.25rem !important;
  }
  .h-mx-sm-225 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .h-my-sm-225 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .h-mt-sm-225 {
    margin-top: 2.25rem !important;
  }
  .h-mb-sm-225 {
    margin-bottom: 2.25rem !important;
  }
  .h-mr-sm-225 {
    margin-right: 2.25rem !important;
  }
  .h-ml-sm-225 {
    margin-left: 2.25rem !important;
  }
  .h-m-sm-275 {
    margin: 2.75rem !important;
  }
  .h-mx-sm-275 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .h-my-sm-275 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .h-mt-sm-275 {
    margin-top: 2.75rem !important;
  }
  .h-mb-sm-275 {
    margin-bottom: 2.75rem !important;
  }
  .h-mr-sm-275 {
    margin-right: 2.75rem !important;
  }
  .h-ml-sm-275 {
    margin-left: 2.75rem !important;
  }
  .h-m-sm-3 {
    margin: 3rem !important;
  }
  .h-mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .h-my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .h-mt-sm-3 {
    margin-top: 3rem !important;
  }
  .h-mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .h-mr-sm-3 {
    margin-right: 3rem !important;
  }
  .h-ml-sm-3 {
    margin-left: 3rem !important;
  }
  .h-m-sm-35 {
    margin: 3.5rem !important;
  }
  .h-mx-sm-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .h-my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .h-mt-sm-35 {
    margin-top: 3.5rem !important;
  }
  .h-mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .h-mr-sm-35 {
    margin-right: 3.5rem !important;
  }
  .h-ml-sm-35 {
    margin-left: 3.5rem !important;
  }
  .h-m-sm-325 {
    margin: 3.25rem !important;
  }
  .h-mx-sm-325 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .h-my-sm-325 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .h-mt-sm-325 {
    margin-top: 3.25rem !important;
  }
  .h-mb-sm-325 {
    margin-bottom: 3.25rem !important;
  }
  .h-mr-sm-325 {
    margin-right: 3.25rem !important;
  }
  .h-ml-sm-325 {
    margin-left: 3.25rem !important;
  }
  .h-m-sm-375 {
    margin: 3.75rem !important;
  }
  .h-mx-sm-375 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .h-my-sm-375 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .h-mt-sm-375 {
    margin-top: 3.75rem !important;
  }
  .h-mb-sm-375 {
    margin-bottom: 3.75rem !important;
  }
  .h-mr-sm-375 {
    margin-right: 3.75rem !important;
  }
  .h-ml-sm-375 {
    margin-left: 3.75rem !important;
  }
  .h-m-sm-4 {
    margin: 4rem !important;
  }
  .h-mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .h-my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .h-mt-sm-4 {
    margin-top: 4rem !important;
  }
  .h-mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .h-mr-sm-4 {
    margin-right: 4rem !important;
  }
  .h-ml-sm-4 {
    margin-left: 4rem !important;
  }
  .h-m-sm-45 {
    margin: 4.5rem !important;
  }
  .h-mx-sm-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .h-my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .h-mt-sm-45 {
    margin-top: 4.5rem !important;
  }
  .h-mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .h-mr-sm-45 {
    margin-right: 4.5rem !important;
  }
  .h-ml-sm-45 {
    margin-left: 4.5rem !important;
  }
  .h-m-sm-425 {
    margin: 4.25rem !important;
  }
  .h-mx-sm-425 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .h-my-sm-425 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .h-mt-sm-425 {
    margin-top: 4.25rem !important;
  }
  .h-mb-sm-425 {
    margin-bottom: 4.25rem !important;
  }
  .h-mr-sm-425 {
    margin-right: 4.25rem !important;
  }
  .h-ml-sm-425 {
    margin-left: 4.25rem !important;
  }
  .h-m-sm-475 {
    margin: 4.75rem !important;
  }
  .h-mx-sm-475 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .h-my-sm-475 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .h-mt-sm-475 {
    margin-top: 4.75rem !important;
  }
  .h-mb-sm-475 {
    margin-bottom: 4.75rem !important;
  }
  .h-mr-sm-475 {
    margin-right: 4.75rem !important;
  }
  .h-ml-sm-475 {
    margin-left: 4.75rem !important;
  }
  .h-m-sm-5 {
    margin: 5rem !important;
  }
  .h-mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .h-my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .h-mt-sm-5 {
    margin-top: 5rem !important;
  }
  .h-mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .h-mr-sm-5 {
    margin-right: 5rem !important;
  }
  .h-ml-sm-5 {
    margin-left: 5rem !important;
  }
  .h-m-sm-55 {
    margin: 5.5rem !important;
  }
  .h-mx-sm-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .h-my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .h-mt-sm-55 {
    margin-top: 5.5rem !important;
  }
  .h-mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .h-mr-sm-55 {
    margin-right: 5.5rem !important;
  }
  .h-ml-sm-55 {
    margin-left: 5.5rem !important;
  }
  .h-m-sm-525 {
    margin: 5.25rem !important;
  }
  .h-mx-sm-525 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .h-my-sm-525 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .h-mt-sm-525 {
    margin-top: 5.25rem !important;
  }
  .h-mb-sm-525 {
    margin-bottom: 5.25rem !important;
  }
  .h-mr-sm-525 {
    margin-right: 5.25rem !important;
  }
  .h-ml-sm-525 {
    margin-left: 5.25rem !important;
  }
  .h-m-sm-575 {
    margin: 5.75rem !important;
  }
  .h-mx-sm-575 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .h-my-sm-575 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .h-mt-sm-575 {
    margin-top: 5.75rem !important;
  }
  .h-mb-sm-575 {
    margin-bottom: 5.75rem !important;
  }
  .h-mr-sm-575 {
    margin-right: 5.75rem !important;
  }
  .h-ml-sm-575 {
    margin-left: 5.75rem !important;
  }
  .h-m-sm-6 {
    margin: 6rem !important;
  }
  .h-mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .h-my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .h-mt-sm-6 {
    margin-top: 6rem !important;
  }
  .h-mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .h-mr-sm-6 {
    margin-right: 6rem !important;
  }
  .h-ml-sm-6 {
    margin-left: 6rem !important;
  }
  .h-m-sm-65 {
    margin: 6.5rem !important;
  }
  .h-mx-sm-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .h-my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .h-mt-sm-65 {
    margin-top: 6.5rem !important;
  }
  .h-mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .h-mr-sm-65 {
    margin-right: 6.5rem !important;
  }
  .h-ml-sm-65 {
    margin-left: 6.5rem !important;
  }
  .h-m-sm-625 {
    margin: 6.25rem !important;
  }
  .h-mx-sm-625 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .h-my-sm-625 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .h-mt-sm-625 {
    margin-top: 6.25rem !important;
  }
  .h-mb-sm-625 {
    margin-bottom: 6.25rem !important;
  }
  .h-mr-sm-625 {
    margin-right: 6.25rem !important;
  }
  .h-ml-sm-625 {
    margin-left: 6.25rem !important;
  }
  .h-m-sm-675 {
    margin: 6.75rem !important;
  }
  .h-mx-sm-675 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .h-my-sm-675 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .h-mt-sm-675 {
    margin-top: 6.75rem !important;
  }
  .h-mb-sm-675 {
    margin-bottom: 6.75rem !important;
  }
  .h-mr-sm-675 {
    margin-right: 6.75rem !important;
  }
  .h-ml-sm-675 {
    margin-left: 6.75rem !important;
  }
  .h-m-sm-7 {
    margin: 7rem !important;
  }
  .h-mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .h-my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .h-mt-sm-7 {
    margin-top: 7rem !important;
  }
  .h-mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .h-mr-sm-7 {
    margin-right: 7rem !important;
  }
  .h-ml-sm-7 {
    margin-left: 7rem !important;
  }
  .h-m-sm-75 {
    margin: 7.5rem !important;
  }
  .h-mx-sm-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .h-my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .h-mt-sm-75 {
    margin-top: 7.5rem !important;
  }
  .h-mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .h-mr-sm-75 {
    margin-right: 7.5rem !important;
  }
  .h-ml-sm-75 {
    margin-left: 7.5rem !important;
  }
  .h-m-sm-725 {
    margin: 7.25rem !important;
  }
  .h-mx-sm-725 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .h-my-sm-725 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .h-mt-sm-725 {
    margin-top: 7.25rem !important;
  }
  .h-mb-sm-725 {
    margin-bottom: 7.25rem !important;
  }
  .h-mr-sm-725 {
    margin-right: 7.25rem !important;
  }
  .h-ml-sm-725 {
    margin-left: 7.25rem !important;
  }
  .h-m-sm-775 {
    margin: 7.75rem !important;
  }
  .h-mx-sm-775 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .h-my-sm-775 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .h-mt-sm-775 {
    margin-top: 7.75rem !important;
  }
  .h-mb-sm-775 {
    margin-bottom: 7.75rem !important;
  }
  .h-mr-sm-775 {
    margin-right: 7.75rem !important;
  }
  .h-ml-sm-775 {
    margin-left: 7.75rem !important;
  }
  .h-m-sm-8 {
    margin: 8rem !important;
  }
  .h-mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .h-my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .h-mt-sm-8 {
    margin-top: 8rem !important;
  }
  .h-mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .h-mr-sm-8 {
    margin-right: 8rem !important;
  }
  .h-ml-sm-8 {
    margin-left: 8rem !important;
  }
  .h-m-sm-85 {
    margin: 8.5rem !important;
  }
  .h-mx-sm-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .h-my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .h-mt-sm-85 {
    margin-top: 8.5rem !important;
  }
  .h-mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .h-mr-sm-85 {
    margin-right: 8.5rem !important;
  }
  .h-ml-sm-85 {
    margin-left: 8.5rem !important;
  }
  .h-m-sm-825 {
    margin: 8.25rem !important;
  }
  .h-mx-sm-825 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .h-my-sm-825 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .h-mt-sm-825 {
    margin-top: 8.25rem !important;
  }
  .h-mb-sm-825 {
    margin-bottom: 8.25rem !important;
  }
  .h-mr-sm-825 {
    margin-right: 8.25rem !important;
  }
  .h-ml-sm-825 {
    margin-left: 8.25rem !important;
  }
  .h-m-sm-875 {
    margin: 8.75rem !important;
  }
  .h-mx-sm-875 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .h-my-sm-875 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .h-mt-sm-875 {
    margin-top: 8.75rem !important;
  }
  .h-mb-sm-875 {
    margin-bottom: 8.75rem !important;
  }
  .h-mr-sm-875 {
    margin-right: 8.75rem !important;
  }
  .h-ml-sm-875 {
    margin-left: 8.75rem !important;
  }
  .h-m-sm-9 {
    margin: 9rem !important;
  }
  .h-mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .h-my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .h-mt-sm-9 {
    margin-top: 9rem !important;
  }
  .h-mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .h-mr-sm-9 {
    margin-right: 9rem !important;
  }
  .h-ml-sm-9 {
    margin-left: 9rem !important;
  }
  .h-m-sm-95 {
    margin: 9.5rem !important;
  }
  .h-mx-sm-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .h-my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .h-mt-sm-95 {
    margin-top: 9.5rem !important;
  }
  .h-mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .h-mr-sm-95 {
    margin-right: 9.5rem !important;
  }
  .h-ml-sm-95 {
    margin-left: 9.5rem !important;
  }
  .h-m-sm-925 {
    margin: 9.25rem !important;
  }
  .h-mx-sm-925 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .h-my-sm-925 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .h-mt-sm-925 {
    margin-top: 9.25rem !important;
  }
  .h-mb-sm-925 {
    margin-bottom: 9.25rem !important;
  }
  .h-mr-sm-925 {
    margin-right: 9.25rem !important;
  }
  .h-ml-sm-925 {
    margin-left: 9.25rem !important;
  }
  .h-m-sm-975 {
    margin: 9.75rem !important;
  }
  .h-mx-sm-975 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .h-my-sm-975 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .h-mt-sm-975 {
    margin-top: 9.75rem !important;
  }
  .h-mb-sm-975 {
    margin-bottom: 9.75rem !important;
  }
  .h-mr-sm-975 {
    margin-right: 9.75rem !important;
  }
  .h-ml-sm-975 {
    margin-left: 9.75rem !important;
  }
  .h-p-sm-0 {
    padding: 0rem !important;
  }
  .h-px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .h-py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .h-pt-sm-0 {
    padding-top: 0rem !important;
  }
  .h-pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .h-pr-sm-0 {
    padding-right: 0rem !important;
  }
  .h-pl-sm-0 {
    padding-left: 0rem !important;
  }
  .h-p-sm-05 {
    padding: 0.5rem !important;
  }
  .h-px-sm-05 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .h-py-sm-05 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .h-pt-sm-05 {
    padding-top: 0.5rem !important;
  }
  .h-pb-sm-05 {
    padding-bottom: 0.5rem !important;
  }
  .h-pr-sm-05 {
    padding-right: 0.5rem !important;
  }
  .h-pl-sm-05 {
    padding-left: 0.5rem !important;
  }
  .h-p-sm-025 {
    padding: 0.25rem !important;
  }
  .h-px-sm-025 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .h-py-sm-025 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .h-pt-sm-025 {
    padding-top: 0.25rem !important;
  }
  .h-pb-sm-025 {
    padding-bottom: 0.25rem !important;
  }
  .h-pr-sm-025 {
    padding-right: 0.25rem !important;
  }
  .h-pl-sm-025 {
    padding-left: 0.25rem !important;
  }
  .h-p-sm-075 {
    padding: 0.75rem !important;
  }
  .h-px-sm-075 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .h-py-sm-075 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .h-pt-sm-075 {
    padding-top: 0.75rem !important;
  }
  .h-pb-sm-075 {
    padding-bottom: 0.75rem !important;
  }
  .h-pr-sm-075 {
    padding-right: 0.75rem !important;
  }
  .h-pl-sm-075 {
    padding-left: 0.75rem !important;
  }
  .h-p-sm-1 {
    padding: 1rem !important;
  }
  .h-px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .h-py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .h-pt-sm-1 {
    padding-top: 1rem !important;
  }
  .h-pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .h-pr-sm-1 {
    padding-right: 1rem !important;
  }
  .h-pl-sm-1 {
    padding-left: 1rem !important;
  }
  .h-p-sm-15 {
    padding: 1.5rem !important;
  }
  .h-px-sm-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .h-py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .h-pt-sm-15 {
    padding-top: 1.5rem !important;
  }
  .h-pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .h-pr-sm-15 {
    padding-right: 1.5rem !important;
  }
  .h-pl-sm-15 {
    padding-left: 1.5rem !important;
  }
  .h-p-sm-125 {
    padding: 1.25rem !important;
  }
  .h-px-sm-125 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .h-py-sm-125 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .h-pt-sm-125 {
    padding-top: 1.25rem !important;
  }
  .h-pb-sm-125 {
    padding-bottom: 1.25rem !important;
  }
  .h-pr-sm-125 {
    padding-right: 1.25rem !important;
  }
  .h-pl-sm-125 {
    padding-left: 1.25rem !important;
  }
  .h-p-sm-175 {
    padding: 1.75rem !important;
  }
  .h-px-sm-175 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .h-py-sm-175 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .h-pt-sm-175 {
    padding-top: 1.75rem !important;
  }
  .h-pb-sm-175 {
    padding-bottom: 1.75rem !important;
  }
  .h-pr-sm-175 {
    padding-right: 1.75rem !important;
  }
  .h-pl-sm-175 {
    padding-left: 1.75rem !important;
  }
  .h-p-sm-2 {
    padding: 2rem !important;
  }
  .h-px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .h-py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .h-pt-sm-2 {
    padding-top: 2rem !important;
  }
  .h-pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .h-pr-sm-2 {
    padding-right: 2rem !important;
  }
  .h-pl-sm-2 {
    padding-left: 2rem !important;
  }
  .h-p-sm-25 {
    padding: 2.5rem !important;
  }
  .h-px-sm-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .h-py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .h-pt-sm-25 {
    padding-top: 2.5rem !important;
  }
  .h-pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .h-pr-sm-25 {
    padding-right: 2.5rem !important;
  }
  .h-pl-sm-25 {
    padding-left: 2.5rem !important;
  }
  .h-p-sm-225 {
    padding: 2.25rem !important;
  }
  .h-px-sm-225 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .h-py-sm-225 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .h-pt-sm-225 {
    padding-top: 2.25rem !important;
  }
  .h-pb-sm-225 {
    padding-bottom: 2.25rem !important;
  }
  .h-pr-sm-225 {
    padding-right: 2.25rem !important;
  }
  .h-pl-sm-225 {
    padding-left: 2.25rem !important;
  }
  .h-p-sm-275 {
    padding: 2.75rem !important;
  }
  .h-px-sm-275 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .h-py-sm-275 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .h-pt-sm-275 {
    padding-top: 2.75rem !important;
  }
  .h-pb-sm-275 {
    padding-bottom: 2.75rem !important;
  }
  .h-pr-sm-275 {
    padding-right: 2.75rem !important;
  }
  .h-pl-sm-275 {
    padding-left: 2.75rem !important;
  }
  .h-p-sm-3 {
    padding: 3rem !important;
  }
  .h-px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .h-py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .h-pt-sm-3 {
    padding-top: 3rem !important;
  }
  .h-pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .h-pr-sm-3 {
    padding-right: 3rem !important;
  }
  .h-pl-sm-3 {
    padding-left: 3rem !important;
  }
  .h-p-sm-35 {
    padding: 3.5rem !important;
  }
  .h-px-sm-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .h-py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .h-pt-sm-35 {
    padding-top: 3.5rem !important;
  }
  .h-pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .h-pr-sm-35 {
    padding-right: 3.5rem !important;
  }
  .h-pl-sm-35 {
    padding-left: 3.5rem !important;
  }
  .h-p-sm-325 {
    padding: 3.25rem !important;
  }
  .h-px-sm-325 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .h-py-sm-325 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .h-pt-sm-325 {
    padding-top: 3.25rem !important;
  }
  .h-pb-sm-325 {
    padding-bottom: 3.25rem !important;
  }
  .h-pr-sm-325 {
    padding-right: 3.25rem !important;
  }
  .h-pl-sm-325 {
    padding-left: 3.25rem !important;
  }
  .h-p-sm-375 {
    padding: 3.75rem !important;
  }
  .h-px-sm-375 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .h-py-sm-375 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .h-pt-sm-375 {
    padding-top: 3.75rem !important;
  }
  .h-pb-sm-375 {
    padding-bottom: 3.75rem !important;
  }
  .h-pr-sm-375 {
    padding-right: 3.75rem !important;
  }
  .h-pl-sm-375 {
    padding-left: 3.75rem !important;
  }
  .h-p-sm-4 {
    padding: 4rem !important;
  }
  .h-px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .h-py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .h-pt-sm-4 {
    padding-top: 4rem !important;
  }
  .h-pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .h-pr-sm-4 {
    padding-right: 4rem !important;
  }
  .h-pl-sm-4 {
    padding-left: 4rem !important;
  }
  .h-p-sm-45 {
    padding: 4.5rem !important;
  }
  .h-px-sm-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .h-py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .h-pt-sm-45 {
    padding-top: 4.5rem !important;
  }
  .h-pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .h-pr-sm-45 {
    padding-right: 4.5rem !important;
  }
  .h-pl-sm-45 {
    padding-left: 4.5rem !important;
  }
  .h-p-sm-425 {
    padding: 4.25rem !important;
  }
  .h-px-sm-425 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .h-py-sm-425 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .h-pt-sm-425 {
    padding-top: 4.25rem !important;
  }
  .h-pb-sm-425 {
    padding-bottom: 4.25rem !important;
  }
  .h-pr-sm-425 {
    padding-right: 4.25rem !important;
  }
  .h-pl-sm-425 {
    padding-left: 4.25rem !important;
  }
  .h-p-sm-475 {
    padding: 4.75rem !important;
  }
  .h-px-sm-475 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .h-py-sm-475 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .h-pt-sm-475 {
    padding-top: 4.75rem !important;
  }
  .h-pb-sm-475 {
    padding-bottom: 4.75rem !important;
  }
  .h-pr-sm-475 {
    padding-right: 4.75rem !important;
  }
  .h-pl-sm-475 {
    padding-left: 4.75rem !important;
  }
  .h-p-sm-5 {
    padding: 5rem !important;
  }
  .h-px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .h-py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .h-pt-sm-5 {
    padding-top: 5rem !important;
  }
  .h-pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .h-pr-sm-5 {
    padding-right: 5rem !important;
  }
  .h-pl-sm-5 {
    padding-left: 5rem !important;
  }
  .h-p-sm-55 {
    padding: 5.5rem !important;
  }
  .h-px-sm-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .h-py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .h-pt-sm-55 {
    padding-top: 5.5rem !important;
  }
  .h-pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .h-pr-sm-55 {
    padding-right: 5.5rem !important;
  }
  .h-pl-sm-55 {
    padding-left: 5.5rem !important;
  }
  .h-p-sm-525 {
    padding: 5.25rem !important;
  }
  .h-px-sm-525 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .h-py-sm-525 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .h-pt-sm-525 {
    padding-top: 5.25rem !important;
  }
  .h-pb-sm-525 {
    padding-bottom: 5.25rem !important;
  }
  .h-pr-sm-525 {
    padding-right: 5.25rem !important;
  }
  .h-pl-sm-525 {
    padding-left: 5.25rem !important;
  }
  .h-p-sm-575 {
    padding: 5.75rem !important;
  }
  .h-px-sm-575 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .h-py-sm-575 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .h-pt-sm-575 {
    padding-top: 5.75rem !important;
  }
  .h-pb-sm-575 {
    padding-bottom: 5.75rem !important;
  }
  .h-pr-sm-575 {
    padding-right: 5.75rem !important;
  }
  .h-pl-sm-575 {
    padding-left: 5.75rem !important;
  }
  .h-p-sm-6 {
    padding: 6rem !important;
  }
  .h-px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .h-py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .h-pt-sm-6 {
    padding-top: 6rem !important;
  }
  .h-pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .h-pr-sm-6 {
    padding-right: 6rem !important;
  }
  .h-pl-sm-6 {
    padding-left: 6rem !important;
  }
  .h-p-sm-65 {
    padding: 6.5rem !important;
  }
  .h-px-sm-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .h-py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .h-pt-sm-65 {
    padding-top: 6.5rem !important;
  }
  .h-pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .h-pr-sm-65 {
    padding-right: 6.5rem !important;
  }
  .h-pl-sm-65 {
    padding-left: 6.5rem !important;
  }
  .h-p-sm-625 {
    padding: 6.25rem !important;
  }
  .h-px-sm-625 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .h-py-sm-625 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .h-pt-sm-625 {
    padding-top: 6.25rem !important;
  }
  .h-pb-sm-625 {
    padding-bottom: 6.25rem !important;
  }
  .h-pr-sm-625 {
    padding-right: 6.25rem !important;
  }
  .h-pl-sm-625 {
    padding-left: 6.25rem !important;
  }
  .h-p-sm-675 {
    padding: 6.75rem !important;
  }
  .h-px-sm-675 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .h-py-sm-675 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .h-pt-sm-675 {
    padding-top: 6.75rem !important;
  }
  .h-pb-sm-675 {
    padding-bottom: 6.75rem !important;
  }
  .h-pr-sm-675 {
    padding-right: 6.75rem !important;
  }
  .h-pl-sm-675 {
    padding-left: 6.75rem !important;
  }
  .h-p-sm-7 {
    padding: 7rem !important;
  }
  .h-px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .h-py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .h-pt-sm-7 {
    padding-top: 7rem !important;
  }
  .h-pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .h-pr-sm-7 {
    padding-right: 7rem !important;
  }
  .h-pl-sm-7 {
    padding-left: 7rem !important;
  }
  .h-p-sm-75 {
    padding: 7.5rem !important;
  }
  .h-px-sm-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .h-py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .h-pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  .h-pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .h-pr-sm-75 {
    padding-right: 7.5rem !important;
  }
  .h-pl-sm-75 {
    padding-left: 7.5rem !important;
  }
  .h-p-sm-725 {
    padding: 7.25rem !important;
  }
  .h-px-sm-725 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .h-py-sm-725 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .h-pt-sm-725 {
    padding-top: 7.25rem !important;
  }
  .h-pb-sm-725 {
    padding-bottom: 7.25rem !important;
  }
  .h-pr-sm-725 {
    padding-right: 7.25rem !important;
  }
  .h-pl-sm-725 {
    padding-left: 7.25rem !important;
  }
  .h-p-sm-775 {
    padding: 7.75rem !important;
  }
  .h-px-sm-775 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .h-py-sm-775 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .h-pt-sm-775 {
    padding-top: 7.75rem !important;
  }
  .h-pb-sm-775 {
    padding-bottom: 7.75rem !important;
  }
  .h-pr-sm-775 {
    padding-right: 7.75rem !important;
  }
  .h-pl-sm-775 {
    padding-left: 7.75rem !important;
  }
  .h-p-sm-8 {
    padding: 8rem !important;
  }
  .h-px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .h-py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .h-pt-sm-8 {
    padding-top: 8rem !important;
  }
  .h-pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .h-pr-sm-8 {
    padding-right: 8rem !important;
  }
  .h-pl-sm-8 {
    padding-left: 8rem !important;
  }
  .h-p-sm-85 {
    padding: 8.5rem !important;
  }
  .h-px-sm-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .h-py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .h-pt-sm-85 {
    padding-top: 8.5rem !important;
  }
  .h-pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .h-pr-sm-85 {
    padding-right: 8.5rem !important;
  }
  .h-pl-sm-85 {
    padding-left: 8.5rem !important;
  }
  .h-p-sm-825 {
    padding: 8.25rem !important;
  }
  .h-px-sm-825 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .h-py-sm-825 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .h-pt-sm-825 {
    padding-top: 8.25rem !important;
  }
  .h-pb-sm-825 {
    padding-bottom: 8.25rem !important;
  }
  .h-pr-sm-825 {
    padding-right: 8.25rem !important;
  }
  .h-pl-sm-825 {
    padding-left: 8.25rem !important;
  }
  .h-p-sm-875 {
    padding: 8.75rem !important;
  }
  .h-px-sm-875 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .h-py-sm-875 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .h-pt-sm-875 {
    padding-top: 8.75rem !important;
  }
  .h-pb-sm-875 {
    padding-bottom: 8.75rem !important;
  }
  .h-pr-sm-875 {
    padding-right: 8.75rem !important;
  }
  .h-pl-sm-875 {
    padding-left: 8.75rem !important;
  }
  .h-p-sm-9 {
    padding: 9rem !important;
  }
  .h-px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .h-py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .h-pt-sm-9 {
    padding-top: 9rem !important;
  }
  .h-pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .h-pr-sm-9 {
    padding-right: 9rem !important;
  }
  .h-pl-sm-9 {
    padding-left: 9rem !important;
  }
  .h-p-sm-95 {
    padding: 9.5rem !important;
  }
  .h-px-sm-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .h-py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .h-pt-sm-95 {
    padding-top: 9.5rem !important;
  }
  .h-pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .h-pr-sm-95 {
    padding-right: 9.5rem !important;
  }
  .h-pl-sm-95 {
    padding-left: 9.5rem !important;
  }
  .h-p-sm-925 {
    padding: 9.25rem !important;
  }
  .h-px-sm-925 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .h-py-sm-925 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .h-pt-sm-925 {
    padding-top: 9.25rem !important;
  }
  .h-pb-sm-925 {
    padding-bottom: 9.25rem !important;
  }
  .h-pr-sm-925 {
    padding-right: 9.25rem !important;
  }
  .h-pl-sm-925 {
    padding-left: 9.25rem !important;
  }
  .h-p-sm-975 {
    padding: 9.75rem !important;
  }
  .h-px-sm-975 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .h-py-sm-975 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .h-pt-sm-975 {
    padding-top: 9.75rem !important;
  }
  .h-pb-sm-975 {
    padding-bottom: 9.75rem !important;
  }
  .h-pr-sm-975 {
    padding-right: 9.75rem !important;
  }
  .h-pl-sm-975 {
    padding-left: 9.75rem !important;
  }
}
h1 {
  margin-bottom: 1.125rem;
}
h2.is-section-title {
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
h2.is-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #C6003E;
}
h2 a {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
p, ul, ol, table {
  font-family: 'Lora', serif;
  font-size: 1.125rem;
}
ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
ul li {
  display: block;
  padding-left: 1rem;
  position: relative;
  margin-bottom: .125rem;
}
ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: .5rem;
  height: .5rem;
  background-color: #C6003E;
  border-radius: 50%;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
table tr {
  border-bottom: 1px solid #EFEFEF;
}
table tr:hover {
  background-color: rgba(245, 245, 245, 0.6);
}
table tr:first-child {
  border-top: 1px solid #EFEFEF;
}
table tr td {
  padding: .75rem .25rem;
}
@media screen and (max-width: 47.99875em) {
  p, ul, ol, table {
    font-size: 1rem;
  }
  ul li::before {
    top: .625rem;
  }
  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    height: auto !important;
  }
}
.icon-facebook-gray {
  background-image: url("./images/icons/ic-facebook-gray.svg");
}
.icon-rss-gray {
  background-image: url("./images/icons/ic-rss-gray.svg");
}
.icon-twitter-gray {
  background-image: url("./images/icons/ic-twitter-gray.svg");
}
.icon-linkedin-gray {
  background-image: url("./images/icons/ic-linkedin-gray.svg");
}
.icon-youtube-gray {
  background-image: url("./images/icons/ic-youtube-gray.svg");
}
button {
  outline: none;
}
.button {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #C6003E;
  padding: 1rem 2rem;
  cursor: pointer;
  max-width: 100%;
  transition: background-color 0.3s, transform 0.3s;
}
.button:hover {
  background-color: #ad0036;
  color: #fff;
}
.button:active {
  transform: scale(0.95);
}
.button.is-big {
  padding: 1.5rem 3.5rem;
}
.button.is-expanded {
  display: block;
  width: 100%;
}
.button.is-loading {
  position: relative;
  cursor: progress;
}
.button.is-loading::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #C6003E;
  z-index: 1;
}
.button.is-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #fff;
  -webkit-animation: makeItRolling 750ms linear infinite;
          animation: makeItRolling 750ms linear infinite;
  z-index: 2;
}
.icon-button {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  border-radius: 50%;
  background-size: 45% 45%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
}
.icon-button:hover {
  background-color: #C6003E;
}
@media screen and (max-width: 47.99875em) {
  .button.is-big {
    padding: 1.125rem 1.5rem;
  }
}
@media screen and (max-width: 74.99875em) {
  .icon-button {
    width: 3rem;
    height: 3rem;
  }
}
@keyframes makeItRolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.topbar {
  background-color: #C6003E;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.topbar.is-scrolled {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.topbar.is-scrolled .topbar-wrapper {
  height: 2.75rem;
}
.topbar.is-scrolled .topbar-logo img {
  max-height: 1.5rem;
}
.topbar.is-scrolled .topbar-search-form input[type='text'] {
  padding: .75rem 1rem;
}
.topbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 4.375rem;
  transition: height 0.3s;
}
.topbar-logo {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.3s;
}
.topbar-logo img {
  max-height: 2rem;
  transition: max-height .3s;
}
.topbar-logo:hover {
  opacity: 0.8;
}
.topbar-search-wrapper {
  height: 100%;
}
.topbar-search-form {
  position: relative;
  max-width: 100%;
  height: 100%;
  width: 30rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  transform: translateY(-120%);
  transition: transform 0.3s;
  z-index: 1;
}
.topbar-search-form.is-open {
  transform: translateY(0);
}
.topbar-search-form input[type='text'] {
  border: none;
  font-size: 1rem;
  padding: 1rem;
}
.topbar-search-form .button {
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
}
.topbar-search-button {
  display: inline-block;
  vertical-align: top;
  min-width: 3.5rem;
  font-size: 0;
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
  cursor: pointer;
}
.topbar-search-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.topbar-search-button.is-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("./images/icons/ic-search-white.svg");
}
.topbar-search-button.is-close {
  height: 100%;
  background-size: 30%;
  background-image: url("./images/icons/ic-cross-gray.svg");
}
@media screen and (max-width: 47.99875em) {
  .topbar.is-scrolled .topbar-wrapper {
    height: 2.5rem;
  }
  .topbar-wrapper {
    height: 4rem;
  }
  .topbar-logo img {
    max-height: 1.5rem;
  }
  .topbar-search-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.625rem;
    left: -0.625rem;
    width: auto;
    max-width: none;
  }
  .topbar-search-form .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .topbar-search-button.is-open {
    right: -0.625rem;
  }
}
.footer {
  padding: 3.5rem 0;
  background-color: #F5F5F5;
  font-size: 1rem;
}
.footer > .row > .column:not(:last-child), .footer > .row > .columns:not(:last-child) {
  margin-bottom: 3rem;
}
.footer .icon-button {
  margin-bottom: .75rem;
}
.footer .icon-button:not(:last-child) {
  margin-right: .75rem;
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  transition: opacity .3s;
}
.footer-logo img {
  max-height: 2.5rem;
}
.footer-logo:hover {
  opacity: .8;
}
.footer-title {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: -.25rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #505050;
}
.footer-menu {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.footer-menu li {
  padding: 0;
  font-size: 1rem;
}
.footer-menu li::before {
  display: none;
}
.footer-menu a {
  color: #505050;
  text-decoration: none;
  transition: color .3s;
}
.footer-menu a:hover {
  color: #C6003E;
}
.footer-menu a.is-active {
  text-decoration: underline;
}
.footer-rights {
  font-size: .875rem;
  margin-top: 1rem;
  text-align: center;
  color: #505050;
}
.footer-logos {
  margin-top: .5rem;
}
.footer-logos a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.75rem;
}
.footer-logos a img {
  height: 2.25rem;
}
.footer-contacts-item {
  margin-bottom: .5rem;
  color: #505050;
}
.footer-contacts-item a:not(.icon-button) {
  color: #505050;
  text-decoration: none;
  transition: color .3s;
}
.footer-contacts-item a:not(.icon-button):hover {
  color: #C6003E;
}
.footer-column {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .footer-column {
    flex: 50%;
  }
}
@media screen and (max-width: 47.99875em) {
  .footer-logos a img {
    max-height: 2rem;
  }
}
@media screen and (max-width: 74.99875em) {
  .footer {
    padding: 3.5rem 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 48em) {
  .footer-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
input[type="text"], input[type="email"], textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 1.25rem;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: .75rem;
  outline: none;
  border: 2px solid #DBDBDB;
  transition: border-color .3s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #C6003E;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
textarea {
  resize: vertical;
  line-height: 1.5;
}
select {
  position: relative;
  background-color: #fff;
  border: 2px solid #DBDBDB;
  outline: none;
  transition: border-color .3s;
  width: auto;
  padding: .5rem 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("./images/icons/ic-arrow-down-gray.svg");
  background-size: .5rem .5rem;
  background-position: calc(100% - .5rem) center;
  background-repeat: no-repeat;
}
select:focus {
  border-color: #C6003E;
}
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 47.99875em) {
  input, textarea {
    font-size: 1rem;
    padding: 1rem;
  }
}
body {
  padding-top: 4.375rem;
}
@media screen and (max-width: 47.99875em) {
  body {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 75em) {
  .main-area {
    width: 73% !important;
  }
  .sidebar-area {
    width: 27% !important;
  }
}
@media print, screen and (min-width: 75em) {
  .homepage-main-area > .row {
    display: flex;
  }
  .homepage-main-area .post-item.is-main {
    margin-bottom: 0;
  }
}
.article-meta-date {
  font-size: .875rem;
  font-weight: 500;
  color: #767676;
  text-transform: uppercase;
}
.article-media {
  margin-bottom: 1.5rem;
}
.article-media figcaption {
  margin-top: .25rem;
  font-size: .875rem;
  font-style: italic;
  color: #505050;
}
.article-title {
  margin-bottom: 1.5rem;
}
.article-meta {
  margin-bottom: 1.75rem;
}
.article-image {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article-box, .onlineReport__box {
  display: block;
  padding: 1.5rem 2rem;
  background-color: #F5F5F5;
  border-top: 4px solid #C6003E;
  margin-bottom: 2rem;
}
.article-box ul, .article-box p, .article-box img, .onlineReport__box ul, .onlineReport__box p, .onlineReport__box img {
  margin-bottom: 0 !important;
}
.article-box ul + *, .article-box p + *, .article-box img + *, .onlineReport__box ul + *, .onlineReport__box p + *, .onlineReport__box img + * {
  margin-top: 2rem;
}
.article-content {
  margin-bottom: 2rem;
}
.article-content p, .article-content ul, .article-content blockquote, .article-content figure {
  margin-bottom: 2rem;
}
.article-content figure {
  max-width: 100% !important;
}
.article-content figcaption {
  margin-top: .25rem;
  font-size: .875rem;
  font-style: italic;
  color: #505050;
}
.article-content h2, .article-content h3, .article-content h4 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  color: #C6003E;
}
.article-content h2::after, .article-content h3::after, .article-content h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #C6003E;
}
.article-footer {
  margin-bottom: 5rem;
}
.article-share {
  margin-top: 2rem;
}
.article-share .at-style-responsive .at-share-btn {
  padding: .625rem;
}
.article-share .at-share-btn:not(:last-child) {
  margin-right: .75rem;
}
.article-old .perex {
  font-weight: 700;
}
.article-old blockquote {
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  position: relative;
}
.article-old blockquote p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
}
.article-old blockquote::before {
  content: '';
  display: none;
}
.article-old blockquote::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #C6003E;
  background-image: none;
}
@media print, screen and (min-width: 48em) {
  .article-meta {
    display: flex;
    align-items: center;
  }
  .article-meta-date {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 3rem;
    line-height: 1;
    margin-top: .125rem;
  }
  .article-meta-date::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.5rem;
    height: 100%;
    width: 1px;
    background-color: #c9c9c9;
  }
}
@media screen and (max-width: 47.99875em) {
  .article-meta-date {
    margin-top: 1rem;
  }
  .article-old blockquote p {
    font-size: 1rem;
  }
}
.about-redaction {
  background-color: #F5F5F5;
  padding: 3rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.about-redaction a, .about-redaction span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
.about-redaction a:not(span):hover, .about-redaction span:not(span):hover {
  color: #C6003E;
}
@media print, screen and (min-width: 48em) {
  .about-redaction {
    display: flex;
    justify-content: space-evenly;
    padding: 3rem;
  }
}
.search-result-box {
  background-color: #F5F5F5;
  font-size: 1.5rem !important;
  color: #505050;
  text-align: center;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
.search-result-box span {
  color: #000;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
