@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import '../node_modules/simple-scrollbar/simple-scrollbar.css';
@import '../node_modules/flatpickr/dist/flatpickr.min.css';
@import "../node_modules/nouislider/distribute/nouislider.css";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #585858;
  -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: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  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: 75rem;
  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: 64em) {
  .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: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.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.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.3333333333%;
}
.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.6666666667%;
}
.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.2857142857%;
}
.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;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

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

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.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.25;
  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: #000000;
  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: #7d8791;
}

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

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

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

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

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

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

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

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

  h3, .h3 {
    font-size: 1.5rem;
  }

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

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

  h6, .h6 {
    font-size: 0.75rem;
  }
}
a {
  line-height: inherit;
  color: #585858;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #4c4c4c;
  text-decoration: underline;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, 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 #7d8791;
}
blockquote, blockquote p {
  line-height: 1.25;
  color: #475563;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #475563;
}
cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #7d8791;
  background-color: #f4f4f8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
}

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

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

.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: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
.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 #475563;
    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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 1em 1.875em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d10019;
  color: #ffffff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #b20015;
  color: #ffffff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.125rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #d10019;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #a70014;
  color: #ffffff;
}
.button.secondary {
  background-color: #4f007d;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #3f0064;
  color: #ffffff;
}
.button.success {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button.warning {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #d10019;
  color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #d10019;
  color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #4f007d;
  color: #ffffff;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.hollow {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #69000d;
  color: #69000d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.hollow.primary {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #69000d;
  color: #69000d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.hollow.secondary {
  border: 0px solid #4f007d;
  color: #4f007d;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #28003f;
  color: #28003f;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 0px solid #4f007d;
  color: #4f007d;
}
.button.hollow.success {
  border: 0px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 0px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 0px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 0px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 0px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 0px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #69000d;
  color: #69000d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #69000d;
  color: #69000d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 0px solid #d10019;
  color: #d10019;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 0px solid #4f007d;
  color: #4f007d;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #28003f;
  color: #28003f;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 0px solid #4f007d;
  color: #4f007d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 0px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 0px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 0px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 0px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 0px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 0px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.875em;
}
.button.dropdown.hollow::after {
  border-top-color: #d10019;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #d10019;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #4f007d;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .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.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 63.9375em), 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;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

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

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.text-content {
  overflow-x: hidden;
}

.page-row {
  padding: 3rem 0 4rem 0;
}
.page-row.no-padding {
  padding: 0;
}

.disable-scroll {
  overflow: hidden;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.menu li {
  cursor: default;
}

.horizontal-menu li {
  display: inline-block;
}

.list {
  line-height: 1.5;
  list-style: none;
}
.list li {
  position: relative;
}
.list li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #d10019;
}
.list li .list li::before {
  background-color: #475563;
}
.list li .list li .list li::before {
  background-color: #7d8791;
}

.underline-note {
  font-size: 0.875rem;
}

.page-block {
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}
.page-block h4 {
  margin-bottom: 1.5rem;
}
.page-block .page-block-negative-margin {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

.text-bold {
  font-weight: bold !important;
}

.text-italic {
  font-style: italic !important;
}

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

.vertival-middle {
  vertical-align: middle;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

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

.mt-05 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

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

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-05 {
  margin-right: 0.5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-25 {
  margin-right: 2.5rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-35 {
  margin-right: 3.5rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-45 {
  margin-right: 4.5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-55 {
  margin-right: 5.5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-65 {
  margin-right: 6.5rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-75 {
  margin-right: 7.5rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-85 {
  margin-right: 8.5rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-95 {
  margin-right: 9.5rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-05 {
  margin-left: 0.5rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-25 {
  margin-left: 2.5rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-35 {
  margin-left: 3.5rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-45 {
  margin-left: 4.5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-55 {
  margin-left: 5.5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-65 {
  margin-left: 6.5rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-75 {
  margin-left: 7.5rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.ml-85 {
  margin-left: 8.5rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.ml-95 {
  margin-left: 9.5rem !important;
}

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

.pt-05 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

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

.pb-05 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

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

.pr-05 {
  padding-right: 0.5rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-25 {
  padding-right: 2.5rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-35 {
  padding-right: 3.5rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-45 {
  padding-right: 4.5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-55 {
  padding-right: 5.5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pr-65 {
  padding-right: 6.5rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-75 {
  padding-right: 7.5rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pr-85 {
  padding-right: 8.5rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pr-95 {
  padding-right: 9.5rem !important;
}

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

.pl-05 {
  padding-left: 0.5rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-25 {
  padding-left: 2.5rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-35 {
  padding-left: 3.5rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-45 {
  padding-left: 4.5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-55 {
  padding-left: 5.5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pl-65 {
  padding-left: 6.5rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-75 {
  padding-left: 7.5rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pl-85 {
  padding-left: 8.5rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pl-95 {
  padding-left: 9.5rem !important;
}

.relative {
  position: relative !important;
  z-index: 1;
}

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

.primary-background {
  background-color: #d10019 !important;
}

.secondary-background {
  background-color: #4f007d !important;
}

.gray-background {
  background-color: #f0f3f7;
}
.gray-background .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem !important;
}

.column .gray-background, .columns .gray-background {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.shadow {
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.16);
}

.large-shadow {
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.medium-gray {
  color: #7d8791 !important;
}

.positive, [movement=positive] {
  color: #2ec322 !important;
}

.negative, [movement=negative] {
  color: #f23b51 !important;
}

[note]::after {
  content: attr(note);
  font-size: 0.75rem;
  color: inherit;
  vertical-align: text-top;
}

.badge {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 0 6px;
  padding-top: 2px;
  text-decoration: none !important;
}
.badge[data-source=ČTK] {
  background-color: #3eb1ea;
}
.badge[data-source=PX-GLOB], .badge[data-source=yellow] {
  background-color: #f6a800;
}
.badge[data-source=red], .badge[data-source=PX], .badge[data-source=primary] {
  background-color: #d10019;
}
.badge[data-source=PX-TR], .badge[data-source=PSE], .badge[data-source=secondary] {
  background-color: #4f007d;
}

.image-thumbnail {
  width: 14.5rem;
  max-width: 100%;
}

.ss-scroll {
  width: 5px;
  background-color: #e9ebef;
}

@media screen and (max-width: 47.9375em) {
  .swipe-block {
    overflow-x: auto;
    display: flex;
  }
}
@media print, screen and (min-width: 48em) {
  .page-block {
    padding: 1.5rem 1.875rem;
  }
  .page-block .page-block-negative-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .hover-move {
    transition: transform ease 0.3s;
  }
  .hover-move:hover {
    transform: translateY(-0.5rem);
  }
}
.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.9375em) {
  .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 {
  line-height: 1.2;
}

h5 {
  color: #4f007d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -0.25rem;
}

p {
  line-height: 1.4;
}

a.primary {
  display: inline-block;
  color: #d10019;
  font-weight: 500;
  position: relative;
}
a.primary.load-more {
  margin-top: 1.5rem;
}
a.primary:hover {
  text-decoration: none;
  color: #9e0013;
}
a.primary:hover::after {
  transform: translateX(0);
  opacity: 1;
}
a.primary::after {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 13px;
  margin-bottom: -1px;
  background-image: url("../images/icons/arrow-right-anchor.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
  opacity: 0;
  transition: transform ease 0.3s, opacity ease 0.3s;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf");
}
.button {
  font-weight: 500;
  transition: box-shadow ease 0.3s, color ease 0.3s, background-color ease 0.3s;
}
.button:hover {
  box-shadow: none !important;
}
.button.button-shadow {
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.16);
}
.button.hollow {
  color: #ffffff;
}
.button.hollow:hover {
  color: #d10019;
}
.button.large {
  padding: 1.375rem 3.25rem;
}
.button.tab {
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  background-color: #f4f4f8;
  color: #7d8791;
}
.button.tab.is-active, .button.tab:hover {
  background-color: #d10019;
  color: #ffffff;
}
.button.tab.is-active:hover, .button.tab:hover:hover {
  background-color: #b20015;
}
.button.tab:not(:first-child) {
  margin-left: 0.875rem;
}

.icon-button {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #d10019;
  background-image: url("../images/icons/arrow-down-white.svg");
  background-size: 40% 40%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.icon-date {
  background-image: url("../images/icons/date.svg");
}

.icon-search {
  background-image: url("../images/icons/search.svg");
}

.arrow-down-grey {
  background-image: url("../images/icons/arrow-down-grey.svg");
}

.icon-arrow-down-thin-white {
  background-image: url("../images/icons/arrow-down-thin-white.svg");
}

.icon-yes {
  background-image: url("../images/icons/rounded-check-green.svg");
}

.icon-no {
  background-image: url("../images/icons/rounded-cross-red.svg");
}

.icon-rounded-question {
  background-image: url("../images/icons/rounded-question.svg");
}

.arrow-right-red {
  background-image: url("../images/icons/arrow-right-red.svg");
}

.arrow-right-black {
  background-image: url("../images/icons/arrow-right-black.svg");
}

.icon-volume {
  background-image: url("../images/icons/overview-volume.svg");
}

.icon-capitalization {
  background-image: url("../images/icons/overview-capitalization.svg");
}

.send-clock-icon {
  background-image: url("../images/icons/send-clock-icon.svg");
}

.clock-icon {
  background-image: url("../images/icons/clock-icon.svg");
}

.info-icon {
  background-image: url("../images/icons/info-icon.svg");
}

.calendar-primary-icon {
  background-image: url("../images/icons/calendar-primary.svg");
}

.price-icon {
  background-image: url("../images/icons/price.svg");
}

.refresh-icon {
  background-image: url("../images/icons/refresh.svg");
}

.success-shield-icon {
  background-image: url("../images/icons/success-shield.svg");
}

.plus-black {
  background-image: url("../images/icons/plus-black.svg");
}
.plus-black:hover {
  background-image: url("../images/icons/plus-white.svg");
}

.time-flies-icon {
  background-image: url("../images/icons/time-flies.svg");
}

.envelope-icon {
  background-image: url("../images/icons/envelope-icon.svg");
}

.phone-icon {
  background-image: url("../images/icons/phone-icon.svg");
}

.icon-flag-white {
  background-image: url("../images/icons/flag-white.svg");
}

.icon-growth-white {
  background-image: url("../images/icons/growth-white.svg");
}

.twitter-icon {
  background-image: url("../images/icons/twitter.svg");
}

.linkedin-icon {
  background-image: url("../images/icons/linkedin.svg");
}

.youtube-icon {
  background-image: url("../images/icons/youtube.svg");
}

[animation=slide-right] {
  visibility: hidden;
  height: 0;
  overflow-y: hidden;
  transition: visibility ease 0.3s;
}
[animation=slide-right].is-active {
  visibility: visible;
  height: auto;
}
[animation=slide-right].is-active > div {
  opacity: 1;
  transform: translateX(0);
}
[animation=slide-right] > div {
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity ease 0.3s, transform ease 0.3s;
}

.detail-page h6 {
  font-size: 1rem;
}
.detail-page p {
  margin-bottom: 1.125rem;
}
.detail-page img {
  margin-bottom: 2rem;
}
.detail-page .button {
  margin: 1.5rem 0 2rem;
}
.detail-page ul:not(.list) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-page ul:not(.list) li {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}

.detail-page-video {
  position: relative;
  font-size: 0;
  margin: 2rem 0;
}
.detail-page-video video {
  width: 100%;
}
.detail-page-video iframe {
  width: 100%;
}
.detail-page-video .video-caption {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #000000;
}

.topbar {
  z-index: 10;
}

.current-date {
  display: inline-block;
  font-size: 0.875rem;
  color: #99a1a8;
  padding-left: 1.5rem;
  margin-left: 1.75rem;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.search-result {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 80vh;
  overflow: auto;
  background-color: #ffffff;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.08);
}

.topbar-search.is-open .search-result {
  display: block;
}

.search-result-item {
  display: block;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f4f4f8;
  color: #000000;
  transition: background-color 0.2s;
}
.search-result-item.is-arrow {
  background-size: 0.5rem;
  background-position: calc(100% - 1.25rem) center;
  background-repeat: no-repeat;
}
.search-result-item:hover {
  background-color: #f4f4f8;
  text-decoration: none;
}

.search-result-item-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 8rem);
  font-size: 1rem;
}
.search-result-item-content.is-large {
  width: calc(100% - 3rem);
}

.search-result-item-title {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-item-excerpt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #475563;
}

.search-result-item-isin {
  font-size: 0.875rem;
  margin-top: 0.375rem;
  color: #7d8791;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-item-type {
  display: inline-block;
  vertical-align: top;
  width: 8rem;
  text-align: right;
  font-size: 0.875rem;
  color: #7d8791;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 47.9375em) {
  .secondary-navigation .dropdown-navigation li a::after, .secondary-navigation .dropdown-arrow::after, .mega-dropdown-menu li a::after, .mega-dropdown h3::after, .mega-dropdown > a::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 1.25rem;
    width: 10px;
    height: 10px;
    background-image: url("../images/icons/arrow-down-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform ease 0.3s;
  }

  body {
    padding-top: 79px;
  }

  .current-date {
    margin-left: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  }
  .topbar.is-scrolled .topbar-header {
    padding: 0.5rem 0.5rem;
  }
  .topbar.is-scrolled .logo {
    max-width: 3rem;
  }
  .topbar.is-scrolled .hamburger {
    margin-top: 6px;
  }
  .topbar.is-scrolled .topbar-navigation-wrapper {
    height: calc(100vh - 52px);
  }
  .topbar.is-scrolled .topbar-search-toggle {
    margin-top: 2px;
  }
  .topbar.is-scrolled .topbar-mobile-lang {
    margin-top: 2px;
  }
  .topbar.is-scrolled .topbar-mobile-search-close {
    margin-top: 7px;
  }

  .topbar-header {
    padding: 1rem 0.5rem;
    transition: padding ease 0.3s;
  }

  .logo {
    max-width: 4rem;
    display: inline-block;
    transition: max-width ease 0.3s;
  }

  .hamburger {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
  }

  .topbar-mobile-controls {
    float: right;
  }

  .topbar-navigation-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    height: calc(100vh - 80px);
    visibility: hidden;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    transition: visibility ease 0.3s, opacity ease 0.3s;
    z-index: 10;
  }
  .topbar-navigation-wrapper.is-open {
    visibility: visible;
    opacity: 1;
    overflow: auto;
  }
  .topbar-navigation-wrapper .row > .column, .topbar-navigation-wrapper .row > .columns {
    padding: 0;
  }
  .topbar-navigation-wrapper .row .row {
    margin: 0;
  }

  .primary-navigation-menu {
    display: block;
  }

  .mega-dropdown {
    display: block !important;
  }
  .mega-dropdown > a {
    display: block;
    padding: 1rem 1.25rem;
    padding-right: 2rem;
    background-color: #d10019;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
  }
  .mega-dropdown > a.is-open::after {
    transform: rotate(180deg);
  }
  .mega-dropdown > a.is-open + .mega-dropdown-content {
    display: block;
  }
  .mega-dropdown h3 {
    padding: 0.75rem 1.25rem;
    padding-right: 2rem;
    margin: 0;
    background-color: #d10019;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
  }
  .mega-dropdown h3.is-open::after {
    transform: rotate(180deg);
  }
  .mega-dropdown h3.is-open + .mega-dropdown-menu {
    display: block;
  }
  .mega-dropdown h3::after {
    opacity: 0.8;
  }

  .mega-dropdown-content {
    display: none;
  }
  .mega-dropdown-content .column-block {
    margin-bottom: 0;
  }

  .mega-dropdown-menu {
    display: none;
  }
  .mega-dropdown-menu li {
    display: block;
  }
  .mega-dropdown-menu li a {
    display: block;
    padding: 0.75rem 1.25rem;
    padding-right: 2rem;
    background-color: #b20015;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
  }
  .mega-dropdown-menu li a::after {
    transform: rotate(-90deg);
  }

  .secondary-navigation.menu {
    display: block;
  }
  .secondary-navigation.menu li {
    display: block;
  }
  .secondary-navigation > li > a, .secondary-navigation .dropdown > span {
    display: block;
    padding: 0.75rem 1.25rem;
    padding-right: 2rem;
    color: #000000;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  .secondary-navigation .dropdown-arrow {
    position: relative;
  }
  .secondary-navigation .dropdown-arrow.is-open::after {
    transform: rotate(180deg);
  }
  .secondary-navigation .dropdown-arrow.is-open + .dropdown-navigation-container .dropdown-navigation {
    display: block;
  }
  .secondary-navigation .dropdown-arrow::after {
    background-image: url("../images/icons/arrow-down-black.svg");
  }
  .secondary-navigation .dropdown-navigation {
    display: none;
    box-shadow: none;
  }
  .secondary-navigation .dropdown-navigation li {
    display: block;
  }
  .secondary-navigation .dropdown-navigation li a {
    display: block;
    padding: 0.75rem 1.25rem;
    padding-right: 2rem;
    color: #000000;
    background-color: #f0f3f7;
    font-size: 0.9375rem;
    font-weight: 400;
    position: relative;
  }
  .secondary-navigation .dropdown-navigation li a::after {
    background-image: url("../images/icons/arrow-down-black.svg");
    transform: rotate(-90deg);
  }

  .topbar-mobile-search-input-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility ease 0.3s, opacity ease 0.3s;
  }
  .topbar-mobile-search-input-wrapper.is-open {
    visibility: visible;
    opacity: 1;
  }

  .topbar-search-toggle {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 0.5rem;
    position: relative;
    width: 2.125rem;
    height: 2.125rem;
    background-color: #ffffff;
    font-size: 0;
    background-image: url("../images/icons/search.svg");
    background-position: center;
    background-size: 1.125rem;
    background-repeat: no-repeat;
    transition: margin ease 0.3s;
  }

  .topbar-mobile-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
  }
  .topbar-mobile-search input[type=text] {
    height: 100%;
    width: calc(100% - 3rem);
    padding: 0.5rem;
    border: none;
  }
  .topbar-mobile-search input[type=text]:focus {
    box-shadow: none;
  }

  .topbar-mobile-search-close {
    float: right;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 14px;
    background-image: url("../images/icons/close.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: margin ease 0.3s;
  }

  .search-result-mobile {
    position: fixed;
    width: 100%;
    font-size: 0;
    top: auto;
    display: block;
  }

  .topbar-mobile-lang {
    display: inline-block;
    color: #d10019;
    font-weight: 700;
    margin-top: 7px;
    margin-right: 0;
    width: 2.125rem;
    height: 2.125rem;
    text-align: center;
    line-height: 2.25rem;
    transition: margin ease 0.3s;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .current-date {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .topbar {
    position: relative;
  }

  .topbar-header {
    padding: 1.875rem 0;
  }

  .logo > img {
    max-width: 23rem;
  }

  .topbar-sticky-space {
    margin-bottom: 3.75rem;
  }

  .topbar-navigation-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .topbar-navigation-wrapper.is-scrolled {
    position: fixed;
    top: 0;
  }

  .secondary-navigation-container {
    position: absolute;
    top: 0;
    right: 0;
  }

  .secondary-navigation {
    color: #000000;
    font-size: 0.875rem;
  }
  .secondary-navigation a {
    color: inherit;
  }
  .secondary-navigation > li {
    margin: 0 1rem;
    position: relative;
  }
  .secondary-navigation > li:not(:first-child)::before {
    content: "";
    height: 2.375rem;
    width: 1px;
    background-color: #7d8791;
    position: absolute;
    left: -1.125rem;
    top: -0.625rem;
  }

  .dropdown {
    position: relative;
  }
  .dropdown:hover .dropdown-head::after {
    transform: rotate(180deg);
  }
  .dropdown:hover .dropdown-navigation {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .dropdown-arrow::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-left: 0.25rem;
    margin-bottom: 2px;
    background-image: url("../images/icons/arrow-down-grey.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform ease 0.3s;
  }

  .dropdown-navigation-container {
    padding-top: 0.5rem;
  }

  .dropdown-navigation {
    visibility: hidden;
    opacity: 0;
    transform: translateY(1rem);
    position: absolute;
    right: -4px;
    background-color: #ffffff;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  }
  .dropdown-navigation li {
    display: block;
    margin: 0;
  }
  .dropdown-navigation li a {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
  .dropdown-navigation li a:hover {
    text-decoration: none;
    background-color: #d10019;
    color: #ffffff;
  }

  .lang-menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.75rem;
    margin-top: -0.5625rem;
  }
  .lang-menu li {
    display: none;
    text-align: center;
  }
  .lang-menu li a {
    display: block;
    padding: 0.625rem 0.875rem;
    color: #000000;
    font-size: 0.875rem;
    text-decoration: none !important;
  }
  .lang-menu li:not(.is-current):hover a {
    background-color: #d10019;
    color: #ffffff;
  }
  .lang-menu .is-current {
    display: block;
    border: 1px solid #b4bac0;
    text-transform: uppercase;
  }
  .lang-menu .is-current:hover a {
    cursor: default;
  }
  .lang-menu:hover li {
    display: block;
  }

  .toggle-actualization {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .primary-navigation {
    background-color: #d10019;
  }

  .primary-navigation-menu {
    margin-bottom: -5px;
  }
  .primary-navigation-menu > li {
    float: left;
  }
  .primary-navigation-menu > li > a {
    display: inline-block;
    padding: 1.25rem 1.875rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .primary-navigation-menu > li > a:hover, .primary-navigation-menu > li > a.is-active {
    text-decoration: none;
    background-color: #b80016;
  }
  .primary-navigation-menu > li > a:hover::after, .primary-navigation-menu > li > a.is-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
  }

  .mega-dropdown-content {
    background: #ffffff;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    padding-top: 2.5rem;
    box-shadow: 0 10px 45px 0 rgba(52, 56, 67, 0.25);
  }
  .mega-dropdown-content .row {
    max-width: 75rem !important;
    margin: 0 auto;
  }
  .mega-dropdown-content h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #7d8791;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    height: 2.6875rem;
  }
  .mega-dropdown-content h3:not(:first-child) {
    margin-top: 1.625rem;
  }

  .mega-dropdown:hover .mega-dropdown-content {
    display: block;
  }
  .mega-dropdown:hover > a {
    background-color: #b80016;
  }
  .mega-dropdown:hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
  }

  .mega-dropdown-menu {
    margin-bottom: 1.125rem !important;
  }
  .mega-dropdown-menu li {
    display: block;
  }
  .mega-dropdown-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .mega-dropdown-menu li a {
    font-weight: 700;
    color: black;
    text-decoration: none !important;
    position: relative;
  }
  .mega-dropdown-menu li a::after {
    content: "";
    position: absolute;
    right: -1rem;
    bottom: 4px;
    width: 6px;
    height: 11px;
    background-image: url("../images/icons/arrow-right-black.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right ease 0.15s;
  }
  .mega-dropdown-menu li a:hover, .mega-dropdown-menu li a.is-active {
    color: #d10019;
  }
  .mega-dropdown-menu li a:hover::after, .mega-dropdown-menu li a.is-active::after {
    right: -1.375rem;
    background-image: url("../images/icons/arrow-right-red.svg");
  }

  .topbar-search-wrapper {
    position: relative;
    float: right;
  }

  .topbar-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-width: 32rem;
    height: 3.75rem;
    font-size: 0;
  }
  .topbar-search ::placeholder {
    color: #7d8791;
  }
  .topbar-search.is-open .topbar-search-form {
    transform: translateY(0);
  }
  .topbar-search.is-open .topbar-search-toggle {
    background-image: url("../images/icons/close.svg");
  }

  .topbar-search-form {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: 3.75rem;
    background-color: #ffffff;
    height: 3.75rem;
    transform: translateY(-4rem);
    transition: transform ease 0.3s;
  }
  .topbar-search-form input[type=text] {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    width: calc(100% - 7rem);
    height: 100%;
    margin: 0;
    padding: 1.125rem 1.875rem;
    border: none;
    outline: none;
  }
  .topbar-search-form input[type=text]:focus {
    box-shadow: none;
    font-weight: 500;
  }

  .topbar-search-form-submit {
    padding: 0.625rem 1.875rem;
    margin: 0.625rem 0 0;
  }

  .topbar-search-toggle {
    float: right;
    position: relative;
    vertical-align: top;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #ffffff;
    background-image: url("../images/icons/search.svg");
    background-position: center;
    background-size: 1.25rem;
    background-repeat: no-repeat;
  }
}
.footer-info-line {
  padding: 1rem 0;
  background-color: #282a2c;
  color: #ffffff;
}

.footer-menu {
  padding: 3rem 0;
  background-color: #303438;
  text-align: center;
}
.footer-menu h6 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.footer-menu > .row > .column:not(:last-child), .footer-menu > .row > .columns:not(:last-child) {
  margin-bottom: 4rem;
}
.footer-menu > .row > .column:last-child, .footer-menu > .row > .columns:last-child {
  float: none;
  display: inline-block;
}

.footer-menu-list li a {
  color: #a6a6a6;
}
.footer-menu-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer-social-list {
  display: block;
  font-size: 0;
}
.footer-social-list li {
  opacity: 0.65;
  transition: opacity ease 0.3s;
}
.footer-social-list li a {
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.footer-social-list li:hover {
  opacity: 1;
}
.footer-social-list li:not(:last-child) {
  margin-right: 1rem;
}

.footer-bottom {
  padding: 2.125rem 0;
  font-size: 0.875rem;
  text-align: center;
}

.footer-bottom-rights {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer-bottom-menu {
  display: block;
}
.footer-bottom-menu li {
  display: block;
}
.footer-bottom-menu li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.made-by-lqd {
  display: inline-block;
  font-size: 0.9375rem;
  color: #a6a6a6;
  margin-top: 1.5rem;
}
.made-by-lqd a {
  color: #a6a6a6;
  transition: color ease 0.3s;
  text-decoration: none;
}
.made-by-lqd a:hover {
  color: #ffffff;
}

@media print, screen and (min-width: 64em) {
  .footer-menu {
    text-align: left;
  }
  .footer-menu > .row > .column:not(:last-child), .footer-menu > .row > .columns:not(:last-child) {
    margin-bottom: 0;
  }

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

  .footer-bottom-menu {
    float: right;
  }
  .footer-bottom-menu li {
    display: inline-block;
  }
  .footer-bottom-menu li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.875rem;
    position: relative;
  }
  .footer-bottom-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -0.25rem;
    right: -1.0625rem;
    height: 1.625rem;
    width: 1px;
    background-color: #7d8791;
  }

  .footer-bottom-rights {
    margin: 0;
  }

  .made-by-lqd {
    margin-top: 4.5rem;
  }
}
.scroll-top-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility ease 0.3s, opacity ease 0.3s;
  z-index: 9;
  position: relative;
}
.scroll-top-container.is-visible {
  visibility: visible;
  opacity: 1;
}
.scroll-top-container.is-visible .scroll-top {
  transform: translateX(0);
}

.scroll-top {
  display: inline-block;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  background-color: rgba(209, 0, 25, 0.8);
  background-image: url("../images/icons/scroll-top.svg");
  background-size: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.16);
  transform: translateX(5rem);
  transition: background-color ease 0.3s, box-shadow ease 0.3s, transform ease 0.3s;
}
.scroll-top:hover {
  background-color: #d10019;
  box-shadow: none;
}

@media print, screen and (min-width: 48em) {
  .scroll-top {
    bottom: 4rem;
    right: 2rem;
  }
}
.notification-container {
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  text-align: center;
  width: 45rem;
  max-width: 100%;
  opacity: 0;
  transform: translate(0, 8rem);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 11;
}
.notification-container.is-alert {
  border-bottom: 3px solid #cc4b37;
  color: #cc4b37;
}
.notification-container.is-success {
  border-bottom: 3px solid #3adb76;
  color: #3adb76;
}
.notification-container.is-open {
  opacity: 1;
  transform: translate(0, 0);
}
@media print, screen and (min-width: 48em) {
  .notification-container.is-open {
    transform: translate(-50%, 0);
  }
}

.notification-close {
  font-size: 0;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 1rem;
  width: 1rem;
  background-image: url("../images/icons/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease 0.3s;
}
.notification-close:hover {
  transform: rotate(180deg);
}

@media print, screen and (min-width: 48em) {
  .notification-container {
    left: 50%;
    bottom: 2rem;
    transform: translate(-50%, 8rem);
  }
}
table:not(.table-reset) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e4e4ee;
}
table:not(.table-reset) th, table:not(.table-reset) td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #e4e4ee;
  border-width: 1px 0 1px 0;
}
table:not(.table-reset) th:not(:first-child), table:not(.table-reset) td:not(:first-child) {
  text-align: right;
}
table:not(.table-reset) th a {
  white-space: nowrap;
}
table:not(.table-reset) table {
  border-width: 0;
}
table:not(.table-reset) table tbody tr:nth-child(even), table:not(.table-reset) table tfoot tr:nth-child(even) {
  background-color: transparent;
}
table:not(.table-reset) table tbody tr:nth-child(odd), table:not(.table-reset) table tfoot tr:nth-child(odd) {
  background-color: transparent;
}
table:not(.table-reset) table td {
  padding: 1.125rem 0.5rem 1.125rem !important;
}

table:not(.table-reset) > thead tr {
  background-color: #edf0f4;
  font-weight: 500;
  color: #475563;
}
table:not(.table-reset) > thead th {
  padding: 1rem;
}

table:not(.table-reset) > tbody, table:not(.table-reset) > tfoot {
  color: #000000;
}
table:not(.table-reset) > tbody tr, table:not(.table-reset) > tfoot tr {
  transition: background-color ease 0.3s;
}
table:not(.table-reset) > tbody tr[onclick], table:not(.table-reset) > tfoot tr[onclick] {
  cursor: pointer;
}
table:not(.table-reset) > tbody tr.table-summary, table:not(.table-reset) > tfoot tr.table-summary {
  background-color: #4f007d !important;
  color: #ffffff;
  font-weight: 700;
}
table:not(.table-reset) > tbody tr.table-summary td, table:not(.table-reset) > tfoot tr.table-summary td {
  font-size: 1rem;
  padding-bottom: 1.3125rem !important;
}
table:not(.table-reset) > tbody tr.table-summary td:first-child, table:not(.table-reset) > tfoot tr.table-summary td:first-child {
  text-transform: uppercase;
}
table:not(.table-reset) > tbody tr:hover, table:not(.table-reset) > tfoot tr:hover {
  background-color: #fafafc;
}
table:not(.table-reset) > tbody tr:nth-child(even), table:not(.table-reset) > tfoot tr:nth-child(even) {
  background-color: #f4f4f8;
}
table:not(.table-reset) > tbody tr:nth-child(odd), table:not(.table-reset) > tfoot tr:nth-child(odd) {
  background-color: #ffffff;
}
table:not(.table-reset) > tbody tr td, table:not(.table-reset) > tfoot tr td {
  font-size: 0.9375rem;
}
table:not(.table-reset) > tbody tr td:not(:first-child), table:not(.table-reset) > tfoot tr td:not(:first-child) {
  font-weight: 500;
  font-size: 0.9375rem;
}
table:not(.table-reset) > tbody td, table:not(.table-reset) > tfoot td {
  padding: 1.3125rem 1rem;
}
table:not(.table-reset) > tbody td a, table:not(.table-reset) > tfoot td a {
  color: #4f007d;
  text-decoration: underline;
}

.centered-table thead th {
  text-align: center;
}
.centered-table tbody td, .centered-table tfoot td {
  text-align: center;
}

.shrinked-table thead th, .shrinked-table tbody td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.stock-table {
  position: relative;
}
.stock-table thead tr {
  background-color: #edf0f4;
  font-weight: 500;
  color: #475563;
}
.stock-table thead th {
  padding: 1rem;
}
.stock-table thead th a:not(.no-filter) {
  display: inline-block;
  font-size: 0.9375rem;
  border-radius: 4px;
  padding: 0.375rem 0.5rem;
  padding-right: 1.25rem;
  margin-right: -0.5rem;
  color: rgba(71, 85, 99, 0.4);
  position: relative;
}
.stock-table thead th a:not(.no-filter):hover {
  text-decoration: none !important;
  background-color: #dfe4e8;
}
.stock-table thead th a:not(.no-filter).is-active {
  color: #000000;
}
.stock-table thead th a:not(.no-filter).is-active::after {
  border-color: #000000 transparent transparent transparent;
}
.stock-table thead th a:not(.no-filter).is-active.upward::after {
  transform: rotate(180deg);
}
.stock-table thead th a:not(.no-filter)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: rgba(71, 85, 99, 0.4) transparent transparent transparent;
  margin-left: 2px;
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  transition: transform ease 0.3s;
}
.stock-table thead th:first-child a {
  margin-left: -0.5rem;
  margin-right: 0;
}
.stock-table tbody tr, .stock-table tfoot tr {
  font-weight: 500;
}
.stock-table tbody tr td.item-title, .stock-table tfoot tr td.item-title {
  position: relative;
  padding-left: 2.5rem;
  background-position: 0.75rem calc(50% - 1px);
  background-size: 1rem;
  background-repeat: no-repeat;
}
.stock-table tbody td, .stock-table tfoot td {
  padding: 1.125rem 0.875rem 1.125rem;
}
.stock-table tbody td a:not(.primary), .stock-table tfoot td a:not(.primary) {
  color: #000000;
  font-size: 0.9375rem;
  text-decoration: underline;
}
.stock-table tbody .isin, .stock-table tfoot .isin {
  color: #7d8791;
  font-size: 0.875rem;
  font-weight: 400;
}
.stock-table .value-changed {
  color: #ffffff;
}
.stock-table .value-changed.value-changed-positive {
  background-color: #2ec322;
}
.stock-table .value-changed.value-changed-negative {
  background-color: #f23b51;
}
.stock-table .value-changed .item-title a {
  color: #ffffff;
}
.stock-table .value-changed .item-title .isin {
  color: #ffffff;
  opacity: 0.7;
}
.stock-table .value-changed .color-value {
  color: #ffffff !important;
}
.stock-table .value-changed .barometer span[data-barometer="0"], .stock-table .value-changed .barometer span[data-barometer="-"] {
  background-image: url("../images/icons/barometer-empty-white.svg");
}
.stock-table .value-changed .barometer span[data-barometer="1"] {
  background-image: url("../images/icons/barometer-green-white.svg");
}
.stock-table .value-changed .barometer span[data-barometer="2"] {
  background-image: url("../images/icons/barometer-yellow-white.svg");
}
.stock-table .value-changed .barometer span[data-barometer="3"] {
  background-image: url("../images/icons/barometer-orange-light-white.svg");
}
.stock-table .value-changed .barometer span[data-barometer="4"] {
  background-image: url("../images/icons/barometer-orange-white.svg");
}
.stock-table .value-changed .barometer span[data-barometer="5"] {
  background-image: url("../images/icons/barometer-red-white.svg");
}
.stock-table .positive-movement .item-title {
  background-image: url("../images/icons/positive-badge.svg");
}
.stock-table .positive-movement .color-value {
  color: #2ec322;
}
.stock-table .positive-movement.value-changed .item-title {
  background-image: url("../images/icons/positive-badge-white.svg");
}
.stock-table .negative-movement .item-title {
  background-image: url("../images/icons/negative-badge.svg");
}
.stock-table .negative-movement .color-value {
  color: #f23b51;
}
.stock-table .negative-movement.value-changed .item-title {
  background-image: url("../images/icons/negative-badge-white.svg");
}
.stock-table .neutral-movement .item-title {
  background-image: url("../images/icons/neutral-badge.svg");
}
.stock-table.large-table thead th {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.stock-table.large-table thead th:first-child {
  padding-left: 0.5rem;
}
.stock-table.large-table thead th:first-child a {
  margin-left: 0;
}
.stock-table.large-table thead th:last-child {
  padding-right: 0.5rem;
}
.stock-table.large-table thead a {
  font-size: 0.875rem;
  margin-right: 0;
}
.stock-table.large-table thead a::after {
  top: 0.75rem;
}
.stock-table.large-table tbody td, .stock-table.large-table tfoot td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.stock-table.large-table tbody td.item-title, .stock-table.large-table tfoot td.item-title {
  padding-left: 2.75rem;
  background-position: 0.875rem calc(50% - 4px);
}
.stock-table.large-table tbody td.item-title a, .stock-table.large-table tfoot td.item-title a {
  font-size: 1rem;
}
.stock-table.large-table tbody td:not(:first-child), .stock-table.large-table tfoot td:not(:first-child) {
  font-size: 0.9375rem;
}
.stock-table.large-table tbody td:first-child, .stock-table.large-table tfoot td:first-child {
  max-width: 15rem;
}
.stock-table.large-table tbody td:last-child, .stock-table.large-table tfoot td:last-child {
  padding-right: 1rem;
}
.stock-table.small-text thead th a {
  font-size: 0.875rem;
}
.stock-table.small-text tbody td, .stock-table.small-text tfoot td {
  font-size: 0.9375rem;
}

.barometer span {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 40px;
  width: 37px;
  height: 33px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.barometer span[data-barometer="0"], .barometer span[data-barometer="-"] {
  background-image: url("../images/icons/barometer-empty.svg");
}
.barometer span[data-barometer="1"] {
  background-image: url("../images/icons/barometer-green.svg");
}
.barometer span[data-barometer="2"] {
  background-image: url("../images/icons/barometer-yellow.svg");
}
.barometer span[data-barometer="3"] {
  background-image: url("../images/icons/barometer-orange-light.svg");
}
.barometer span[data-barometer="4"] {
  background-image: url("../images/icons/barometer-orange.svg");
}
.barometer span[data-barometer="5"] {
  background-image: url("../images/icons/barometer-red.svg");
}

.table-plain {
  margin-bottom: 1.25rem;
}
.table-plain table {
  border-width: 0;
}
.table-plain table tr {
  background-color: #ffffff;
}
.table-plain table tr td {
  padding: 0.875rem 0 !important;
  border-width: 0;
}
.table-plain table tr td.item-title {
  background-position: 0 50% !important;
}
.table-plain table tr td:first-child {
  padding-left: 2rem !important;
}

.table-cell-placeholder {
  display: inline-block;
  height: 0.875rem;
  width: 60%;
  background-color: rgba(200, 200, 200, 0.2);
}

.table-upper-head {
  font-size: 0;
  margin: -1rem;
  background-color: #a3aab1;
}

.table-upper-head-item {
  display: inline-block;
  position: relative;
  width: 50%;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 1.25rem;
}
.table-upper-head-item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 60%;
  width: 1px;
  background-color: #ffffff;
}

.trading-phase {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #000000;
  line-height: 25px;
  text-align: center;
}
.trading-phase[data-phase=E] {
  background-color: #2ec322;
  border-color: #2ec322;
  color: #ffffff;
}
.trading-phase[data-phase=D], .trading-phase[data-phase=S] {
  background-color: #f23b51;
  border-color: #f23b51;
  color: #ffffff;
}

.data-analysis {
  font-size: 0 !important;
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 24px;
  background-image: url("../images/icons/download-file.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.data-file {
  font-size: 0 !important;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 30px;
  background-image: url("../images/icons/pdf-icon.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.data-file[file-type=PDF] {
  background-image: url("../images/icons/pdf-icon.svg");
}
.data-file[file-type=ZIP] {
  background-image: url("../images/icons/zip-icon.svg");
}
.data-file[file-type=undefined] {
  background-image: url("../images/icons/file-icon.svg");
}

.data-middle {
  vertical-align: middle;
}

.no-filter {
  cursor: default;
  text-decoration: none !important;
  margin-top: 0.375rem;
  display: inline-block;
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 63.9375em) {
  .table-container {
    position: relative;
    overflow-x: auto;
  }
}
@media print, screen and (min-width: 48em) {
  table:not(.table-reset) thead th {
    padding: 1.3125rem 1.875rem;
  }
  table:not(.table-reset) thead th a {
    white-space: normal;
  }
  table:not(.table-reset) tbody td, table:not(.table-reset) tfoot td {
    font-size: 1.125rem;
    padding: 1.3125rem 1.875rem;
  }
  table:not(.table-reset) tbody td:not(:first-child), table:not(.table-reset) tfoot td:not(:first-child) {
    font-size: 1.125rem;
  }

  .stock-table thead th {
    padding: 1.5625rem 1.875rem;
    font-size: 1rem;
  }
  .stock-table thead th a {
    font-size: 1rem;
  }
  .stock-table tbody tr td, .stock-table tfoot tr td {
    padding: 1.3125rem 1.875rem 1.5625rem;
  }
  .stock-table tbody tr td.item-title, .stock-table tfoot tr td.item-title {
    padding-left: 4rem;
    background-position: 1.875rem calc(50% - 4px);
    background-size: 19px;
  }
  .stock-table tbody tr td a, .stock-table tfoot tr td a {
    font-size: 1.125rem;
  }

  .table-upper-head {
    margin: -1rem -1.875rem;
  }
}
.simple-banner {
  padding: 4.25rem 0;
  background-image: url("../images/backgrounds/simple-banner.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.simple-banner .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem !important;
}
.simple-banner h2 {
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.simple-banner p {
  color: rgba(255, 255, 255, 0.7);
}
.simple-banner .button {
  margin-top: 1rem;
}

.column .simple-banner, .columns .simple-banner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media print, screen and (min-width: 48em) {
  .simple-banner {
    padding: 6.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .simple-banner .button {
    float: right;
  }
}
.quick-links {
  padding: 3rem 0 3rem 0;
}
.quick-links h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.quick-links-item {
  height: 18.75rem;
  padding: 1.5rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quick-links-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 13rem;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.quick-links-item-content {
  position: absolute;
  width: calc(100% - 3rem);
  left: 1.5rem;
  bottom: 1.5rem;
  text-align: center;
  z-index: 1;
}
.quick-links-item-content h4 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.quick-links-item-content .button {
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .quick-links-item::after {
    height: 9rem;
  }

  .quick-links-item-content h4 {
    float: left;
    margin: 0;
    margin-top: 0.5rem;
  }
  .quick-links-item-content .button {
    float: right;
  }
}
.breadcrumbs {
  padding: 1.375rem 0;
}

.breadcrumbs-white li {
  color: white !important;
}
.breadcrumbs-white li a {
  color: white !important;
}
.breadcrumbs-white li a.breadcrumbs-list-home {
  background-image: url("../images/icons/home-icon-white.svg");
}

.breadcrumbs-list {
  padding-bottom: 0.25rem;
}
.breadcrumbs-list li {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  position: relative;
  white-space: nowrap;
}
.breadcrumbs-list li a {
  color: #000000;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 400;
  margin-right: 1.25rem;
  white-space: nowrap;
  opacity: 0.6;
  transition: opacity ease 0.15s, opacity ease 0.15s;
}
.breadcrumbs-list li a:hover {
  opacity: 1;
}
.breadcrumbs-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 7px;
  width: 5px;
  height: 8px;
  background-image: url("../images/icons/breadcrumbs-step.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.colored-header .breadcrumbs-list li {
  color: #ffffff;
}
.colored-header .breadcrumbs-list li a {
  color: #ffffff;
}
.colored-header a.breadcrumbs-list-home {
  background-image: url("../images/icons/home-icon-white.svg");
}

a.breadcrumbs-list-home {
  font-size: 0 !important;
  display: inline-block;
  vertical-align: top;
  height: 1rem;
  width: 0.875rem;
  background-image: url("../images/icons/home-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}
a.breadcrumbs-list-home:hover {
  opacity: 1;
}

@media print, screen and (min-width: 48em) {
  .breadcrumbs-list {
    padding-bottom: 0;
  }
  .breadcrumbs-list li a {
    margin-right: 2rem;
  }
  .breadcrumbs-list li:not(:last-child)::after {
    right: 11px;
  }
}
.pagination {
  margin: 1rem 0;
  text-align: right;
}
.pagination li {
  margin-left: 0.875rem;
}
.pagination a {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border: 2px solid rgba(125, 135, 145, 0.2);
  color: #000000;
  text-decoration: none;
  user-select: none;
  transition: background-color ease 0.15s, color ease 0.15s, border-color ease 0.15s;
}
.pagination a.is-active, .pagination a:hover {
  background-color: #d10019;
  border-color: #d10019;
  color: #ffffff;
}
.pagination span {
  display: inline-block;
  height: 28px;
  width: 27px;
  vertical-align: bottom;
}

.pagination-arrow {
  background-image: url("../images/icons/arrow-right-black.svg");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.875rem;
}
.pagination-arrow:hover {
  background-image: url("../images/icons/arrow-right-white.svg");
}

.pagination-next {
  margin-left: 0.875rem;
}

.pagination-prev {
  transform: rotate(180deg);
}

[tooltip] {
  position: relative;
}
[tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
  padding: 0.5rem 0.75rem;
  height: auto;
  min-width: 5rem;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.16);
  z-index: 8;
}
[tooltip]:hover::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 5px);
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 8;
}
[tooltip].left-tooltip::before {
  left: 0;
  right: auto;
}
[tooltip].left-tooltip::after {
  left: 6px;
  right: auto;
}
[tooltip].tooltip-down-1::before {
  bottom: calc(100% - 1rem);
}
[tooltip].tooltip-down-1::after {
  bottom: calc(100% - 1rem - 5px);
}
[tooltip].large-tooltip:hover::before {
  min-width: 13rem;
  white-space: normal;
}

.flatpickr-calendar {
  margin-top: -3px;
  border-radius: 0;
  border: 1px solid rgba(163, 170, 177, 0.4);
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
}
.flatpickr-calendar.arrowTop::before {
  display: none;
}
.flatpickr-calendar.arrowTop::after {
  display: none;
}

.flatpickr-month {
  margin-top: 0.625rem;
}

.flatpickr-months {
  margin-bottom: 1rem;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  top: 0.5rem;
  border: 1px solid rgba(125, 135, 145, 0.4);
  width: 38px;
  height: 38px;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 10px;
  height: 10px;
  fill: #81838c;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  background-color: #f4f4f8;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #81838c;
}
.flatpickr-months .flatpickr-prev-month {
  left: 0.5rem !important;
}
.flatpickr-months .flatpickr-next-month {
  right: 0.5rem !important;
}

.flatpickr-current-month .numInputWrapper {
  width: 3.25rem;
}
.flatpickr-current-month .cur-month, .flatpickr-current-month .numInput.cur-year {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000 !important;
}

.flatpickr-weekdays {
  margin-bottom: 0.5rem;
}

span.flatpickr-weekday {
  font-size: 0.875rem;
  color: #7d8791;
  font-weight: 500;
}

.flatpickr-innerContainer {
  margin: 0.5rem;
}

.flatpickr-rContainer, .dayContainer, .flatpickr-days {
  width: 100%;
  min-width: 0;
}

.flatpickr-day {
  border-radius: 0;
  color: #7d8791;
  font-size: 0.8125rem;
  max-width: none;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #d10019;
  border-color: #d10019;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: #f4f4f8;
  border-color: #f4f4f8;
}

@media screen and (max-width: 47.9375em) {
  .flatpickr-calendar {
    width: 252px;
  }

  .dayContainer {
    width: 252px;
    min-width: 233px;
    max-width: 231px;
  }

  .flatpickr-days {
    width: 252px;
  }

  .flatpickr-day {
    max-width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
input {
  outline: none !important;
}
input:focus {
  box-shadow: 0 0 1px 0 rgba(79, 0, 125, 0.5);
}

input[type=text], input[type=date] {
  padding: 0.5rem 1rem;
  color: #000000;
  font-size: 1rem;
  border: 1px solid rgba(125, 135, 145, 0.4);
}

input[type=date] {
  background-image: none !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.date-clear-button {
  position: relative;
}
.date-clear-button a {
  display: inline-block;
  position: absolute;
  top: 0.875rem;
  right: 2.5rem;
  height: 1rem;
  width: 1rem;
  background-image: url("../images/icons/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease 0.3s;
}
.date-clear-button a:hover {
  transform: rotate(180deg);
}
.date-clear-button.has-label a {
  top: 2rem;
}
.date-clear-button.is-small a {
  top: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  input[type=date] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.info-box-docs h3 {
  margin-bottom: 0.75rem;
}
.info-box-docs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.info-box-docs ul .list::before {
  content: none;
}
.info-box-docs ul li {
  padding: 1rem 0;
  background-size: 26px;
  background-position: left 11px;
  background-repeat: no-repeat;
}
.info-box-docs ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
.info-box-docs ul li[data-doc] {
  padding: 1rem 0;
  padding-left: 2.5rem;
}
.info-box-docs ul li[data-doc]:before {
  content: none;
}
.info-box-docs ul li:not([data-doc]) a {
  color: #d10019;
  font-size: 1rem;
}
.info-box-docs ul li[data-doc=pdf] {
  background-image: url("../images/icons/pdf-icon.svg");
}
.info-box-docs ul li[data-doc=doc], .info-box-docs ul li[data-doc=docx] {
  background-image: url("../images/icons/docx-icon.svg");
}
.info-box-docs ul li[data-doc=zip] {
  background-image: url("../images/icons/zip-icon.svg");
}
.info-box-docs ul li[data-doc=undefined] {
  background-image: url("../images/icons/file-icon.svg");
}
.info-box-docs ul li[data-doc=youtube] {
  background-image: url("../images/icons/youtube.svg");
  background-position: center left;
}
.info-box-docs ul li[data-doc=youtube-red] {
  background-image: url("../images/icons/youtube-red.svg");
  background-position: center left;
}

.info-box-docs-item-size, .info-box-docs-item-description {
  font-size: 1rem;
  color: #7d8791;
  margin-left: 0.75rem;
  white-space: nowrap;
}

.info-box-docs-item-description {
  font-size: 0.875rem;
  white-space: normal;
}

.info-box-docs-year {
  display: inline-block;
  font-size: 1rem;
  color: #7d8791;
}

.info-box-links h3 {
  margin-bottom: 1.25rem;
}
.info-box-links li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.note-explanation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: info;
}
.note-explanation ul li {
  padding-left: 0.75rem;
  position: relative;
}
.note-explanation ul li::before {
  counter-increment: info;
  content: counter(info);
  position: absolute;
  left: -0.125rem;
  top: -0.25rem;
}
.note-explanation ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.note-explanation.is-small ul li {
  font-size: 0.875rem;
}
.note-explanation.is-small ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .info-box-docs ul li[data-doc] {
    background-size: 29px;
    margin-bottom: 0 !important;
  }
  .info-box-docs ul li[data-doc] a {
    font-size: 1.125rem;
  }

  .info-box-docs-item-size {
    font-size: 1.125rem;
  }

  .info-box-docs-item-description {
    font-size: 1rem;
  }
}
.icon-box {
  background-color: rgba(79, 0, 125, 0.1);
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
  font-size: 0;
  margin-bottom: 1rem;
}

.icon-box-icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  min-height: 5.875rem;
  width: 5.875rem;
  background-size: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-box-content {
  display: inline-block;
  background-color: #ffffff;
  vertical-align: top;
  width: calc(100% - 5.875rem);
  min-height: 5.875rem;
  padding: 1.375rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #4f007d;
}

.trading-data-slider {
  margin-bottom: 2rem;
}

.noUi-target {
  background-color: #f0f3f7;
  height: 0.5rem;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}

.noUi-connect {
  background-color: #4f007d;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  box-shadow: 0 1px 8px 0 rgba(71, 85, 99, 0.25);
  border: none;
  border-radius: 50%;
  top: -11px;
  outline: none;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle:hover {
  background-color: #f4f4f8;
}
.noUi-horizontal .noUi-handle:focus {
  box-shadow: 0 1px 8px 0 rgba(79, 0, 125, 0.3);
}
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
  width: 2px;
  background-color: #4f007d;
  border-radius: 0.5rem;
  top: 0.5rem;
  left: 11px;
}
.noUi-horizontal .noUi-handle::after {
  left: 17px !important;
}

.noUi-value {
  display: none;
}

.noUi-marker-large {
  height: 0.5rem !important;
  width: 1px !important;
  background-color: #b4bac0;
}
.noUi-marker-large::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  height: 0.5rem;
  width: 1px;
  background-color: #b4bac0;
}

.trading-data-slider-container {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
  padding: 2.5rem 0 2rem;
  position: relative;
}
.trading-data-slider-container > span {
  font-size: 1rem;
  color: #000000;
  position: absolute;
  top: 0;
}
.trading-data-slider-container input {
  position: absolute;
  bottom: 0;
  width: 6rem;
}

.trading-data-start, .trading-data-input-bottom {
  left: 0;
}

.trading-data-end, .trading-data-input-top {
  right: 0;
  text-align: right;
}

.trading-data-slider-button {
  margin-top: 2rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .trading-data-slider-container {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 14rem);
    margin: 0;
    margin-right: 2rem;
  }

  .trading-data-slider-button {
    width: 11.75rem;
    float: right;
  }
}
.news-tab {
  margin-top: 1.5rem;
}

.news-list {
  margin-bottom: 1.5rem;
}
.news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list ul.placeholder {
  background-image: url("../images/backgrounds/news-placeholder.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  height: 500px;
  margin-top: 1rem;
}

.news-list-item a {
  display: block;
  padding: 1.5rem 0;
  border-top: 1px solid #f0f3f7;
  text-decoration: none;
  font-size: 0;
  position: relative;
  transition: background-color ease 0.3s;
}
.news-list-item a:hover {
  background-color: #fafafc;
}
.news-list-item a:hover::after {
  right: 1rem;
}
.news-list-item a::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1rem;
  color: #7d8791;
  width: 12px;
  height: 10px;
  background-image: url("../images/icons/arrow-right-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: right ease 0.3s;
}
.news-list-item:last-child a {
  border-bottom: 1px solid #f0f3f7;
}

.news-list-item-date {
  vertical-align: top;
  margin-top: -3px;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #d10019;
}

.news-list-item-date-year {
  color: #b4bac0;
}

.news-list-item-title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
  .news-list-item a {
    padding: 1.5rem;
    padding-bottom: 0.5rem;
  }

  .news-list-item-date {
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    margin: 0;
  }
  .news-list-item-date span {
    display: block;
  }

  .news-list-item-content {
    display: inline-block;
    width: calc(100% - 3rem);
    padding-left: 2rem;
  }

  .news-list-item-title {
    min-height: 3rem;
  }
}
.social-container {
  height: 756px;
  padding-left: 1rem;
  padding-right: 3px;
  position: relative;
}
.social-container h4 {
  padding: 0 0.875rem;
}
.social-container .social-content-controls {
  position: absolute;
  bottom: 1.5rem;
  left: 1.875rem;
}

.social-content {
  height: 605px;
  overflow-y: auto;
  overflow-x: hidden;
}
.social-content.placeholder {
  background-image: url("../images/backgrounds/twitter-placeholder.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
.social-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-item {
  transition: background-color ease 0.3s;
  margin-right: 1rem;
}
.social-item a {
  display: block;
  padding: 0.75rem 1rem;
  border-top: 2px solid #f0f3f7;
  text-decoration: none !important;
}
.social-item:hover {
  background-color: #fafafc;
}
.social-item:hover .social-item-header::after {
  filter: none;
  opacity: 1;
}

.social-item-header {
  font-size: 0;
  margin-bottom: 0.75rem;
  position: relative;
}
.social-item-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.125rem;
  height: 1rem;
  background-image: url("../images/icons/twitter-icon-colored.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter ease 0.3s, opacity ease 0.3s;
  filter: grayscale(100%);
  opacity: 0.3;
}

.social-item-header-img {
  display: inline-block;
  height: 2.125rem;
  width: 2.125rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.social-item-header-account {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 2.125rem);
  padding-left: 1rem;
}

.social-item-header-account-name {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.social-item-header-account-nick {
  font-size: 0.875rem;
  color: #7d8791;
}

.social-item-content {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.75rem;
}

.social-item-date {
  text-align: right;
  font-size: 0.75rem;
  color: #7d8791;
}

.social-content-no-data {
  padding: 0 0.875rem;
}

.item-chart-container {
  position: absolute;
  display: inline-block;
  font-size: 0;
  top: -5rem;
  left: 100%;
  width: 30rem;
  padding: 1.25rem 1.75rem;
  padding-right: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 12px 60px 0 rgba(52, 56, 67, 0.2);
  z-index: 5;
}
.item-chart-container h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
}
.item-chart-container.placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/backgrounds/instrument-hover-placeholder.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.item-chart-container.placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 20px, rgba(255, 255, 255, 0.8) 50px, rgba(255, 255, 255, 0.8) 50px, rgba(255, 255, 255, 0.1) 90px, rgba(255, 255, 255, 0) 120px);
  background-size: 200%;
  animation: backgroundPlaceholder 7s linear infinite;
  z-index: 1;
}

.item-chart-values {
  display: inline-block;
  vertical-align: top;
  width: 5rem;
  margin-right: 1rem;
  font-size: 1rem;
  color: #7d8791;
  text-align: right;
}
.item-chart-values > div {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}
.item-chart-values > div:not(:last-child) {
  margin-bottom: 1rem;
}

.item-chart {
  display: inline-block;
  width: calc(100% - 6rem);
  height: 12rem;
}

@keyframes backgroundPlaceholder {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 200%;
  }
}
.select-container {
  position: relative;
}
.select-container select {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.select-container select:focus {
  outline: none;
}
.select-container select:focus + .select {
  box-shadow: 0 0 1px 0 rgba(79, 0, 125, 0.5);
}
.select-container .select.is-open .select-list {
  display: block;
}
.select-container .select-list {
  z-index: 10;
}
.select-container .select-list li.is-selected {
  color: #ffffff;
}

.select-container {
  display: block;
  text-align: left;
}

.select {
  width: 100%;
  padding: 0.4375rem 1rem;
  color: #000000;
  font-size: 1rem;
  border: 1px solid rgba(125, 135, 145, 0.4);
  position: relative;
  cursor: pointer;
}
.select::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #475563 transparent transparent transparent;
  opacity: 0.5;
  transition: transform ease 0.3s;
}
.select.is-open .select-list-wrapper {
  visibility: visible;
  opacity: 1;
}
.select.is-open .select-list {
  transform: translateY(0);
}
.select.is-open::after {
  transform: rotate(180deg);
}

.select-list-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transition: visibility ease 0.2s, opacity ease 0.2s;
  z-index: 1;
}

.select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(125, 135, 145, 0.4);
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
  transform: translateY(-1rem);
  transition: transform ease 0.2s;
}
.select-list li {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #7d8791;
}
.select-list li:hover, .select-list li.is-selected {
  color: #ffffff;
  background-color: #d10019;
}

.datail-header {
  padding: 0 0 1.5rem 0;
  position: relative;
}
.datail-header h1 {
  text-transform: uppercase;
}

.detail-header-options {
  position: absolute;
  top: -3px;
  right: 0;
}

.detail-header-options-title {
  color: #000000;
  float: left;
  margin-top: 1rem;
}

.detail-header-options-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 1rem;
  background-color: #d10019;
  background-image: url("../images/icons/more-info.svg");
  background-size: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
}
.detail-header-options-toggler.is-open {
  background-image: url("../images/icons/close-white.svg");
}
.detail-header-options-toggler.is-open + .detail-header-options-list {
  display: block;
}

.detail-header-options-list {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  margin-top: -5px;
  box-shadow: 0 10px 45px 0 rgba(52, 56, 67, 0.25);
}
.detail-header-options-list li a {
  display: block;
  font-weight: 500;
  color: #000000;
  text-align: left;
  padding: 0.8125rem 3.25rem;
  padding-bottom: 0.6875rem;
  text-decoration: none;
  white-space: nowrap;
  background-size: 1rem;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
}
.detail-header-options-list li a:hover {
  background-color: #d10019;
  color: #ffffff;
}

.colored-header {
  padding: 0;
  padding-bottom: 5rem;
  background-image: url("../images/backgrounds/purple-background.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.colored-header:not(.contact-header) {
  margin-bottom: -2.5rem;
  margin-top: -64px;
  padding-top: 64px;
}
.colored-header h1 {
  margin: 1rem 0;
  color: #ffffff;
}
.colored-header .row {
  max-width: 75rem !important;
  margin-left: auto;
  margin-right: auto;
}
.colored-header + .page-row > .row {
  margin-top: -6rem;
}

@media print, screen and (min-width: 48em) {
  .colored-header h1 {
    margin: 4rem 0;
  }
}
.hamburger {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}

.hamburger .line {
  width: 1.75rem;
  height: 3px;
  background-color: #d10019;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active {
  animation: scale-animation 0.3s forwards;
}

.hamburger.is-active .line {
  transition-delay: 0.2s;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes scale-animation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
.horizontal-filter {
  font-size: 0;
  margin-bottom: 0;
}
.horizontal-filter > div {
  vertical-align: middle;
}

.horizontal-filter-inputs label {
  display: inline-block;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.125rem;
  margin-right: 1rem;
}

.horizontal-filter-button .button {
  margin-bottom: 0;
}

.horizontal-filter-inputs-item {
  margin-bottom: 1rem;
}
.horizontal-filter-inputs-item input {
  width: 100%;
}

.horizontal-filter-date {
  width: 100%;
  background-image: url("../images/icons/date-picker-gray.svg");
  background-size: 0.875rem;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
.horizontal-filter-date.active {
  background-image: url("../images/icons/date-picker-red.svg");
}

@media print, screen and (min-width: 48em) {
  .horizontal-filter-inputs {
    display: inline-block;
    width: calc(100% - 7rem);
  }

  .horizontal-filter-button {
    display: inline-block;
    width: 7rem;
    text-align: right;
  }

  .horizontal-filter-inputs-item {
    display: inline-block;
    width: 33%;
    padding-right: 2.25rem;
    margin-bottom: 0;
  }

  .indices-adjustemnts .horizontal-filter-inputs-item {
    width: 25%;
  }
}
.loader-wrapper {
  display: flex;
  position: fixed;
  background-color: white;
  width: 200px;
  height: 200px;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.075);
  z-index: 11;
}

.loader {
  position: relative;
  width: 77px;
  height: 14px;
  margin: auto;
  padding-bottom: 2.5rem;
}
.loader > div {
  position: absolute;
  display: inline-block;
  background-color: purple;
  width: 14px;
  height: 14px;
  border-radius: 0;
  bottom: 0;
}
.loader > div:nth-of-type(1) {
  left: 0;
  animation: loader1 0.4s ease-in-out infinite;
}
.loader > div:nth-of-type(2) {
  left: 0;
  animation: loader2 0.4s ease-in-out infinite;
}
.loader > div:nth-of-type(3) {
  left: 31.5px;
  animation: loader2 0.4s ease-in-out infinite;
}
.loader > div:last-of-type {
  left: calc(100% - 14px);
  animation: loader3 0.4s ease-in-out infinite;
}

.loader-text {
  display: block;
  text-align: center;
  font-size: 0.875rem;
}

@keyframes loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(31.5px);
  }
}
@keyframes loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.swipe-icon::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: calc(50% - 2rem);
  width: 5rem;
  height: 5rem;
  background-image: url("../images/icons/swipe-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: swipe 1s ease-in infinite;
  z-index: 8;
}
.swipe-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 85%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.75) 100%);
}

@keyframes swipe {
  0% {
    transform: translateX(-1.5rem) rotate(-15deg);
  }
  35% {
    transform: translateX(1.5rem) rotate(15deg);
  }
  100% {
    transform: translateX(-1.5rem) rotate(-15deg);
  }
}
.accordion-wrapper {
  margin-bottom: 2rem;
}
.accordion-wrapper.is-open .accordion-title-text::before {
  content: "-";
}
.accordion-wrapper.is-open .accordion-content {
  opacity: 1;
  transform: translateY(0);
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-title-text {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
}
.accordion-title-text::before {
  content: "+";
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  width: 1.25rem;
}

.accordion-content-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
}

.accordion-content {
  padding: 1.25rem 0;
  opacity: 0;
  transform: translateY(-1rem);
  transition: opacity 0.3s, transform 0.3s;
}

.header {
  background-color: #4f007d;
  line-height: 1.2;
}
.header h1 {
  margin-bottom: 0.75rem;
}
.header p {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.header-list-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -4.5rem;
}
.header-list-dots li {
  display: inline-block;
  outline: none;
  font-size: 0;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  opacity: 0.25;
  border-radius: 0;
  cursor: pointer;
}
.header-list-dots li:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.header-list-dots li.tns-nav-active {
  opacity: 1;
}
.header-list-dots li:not(:last-child) {
  margin-right: 0.5rem;
}

.header-list-item {
  position: relative;
  padding: 3.875rem 0 4rem;
  text-align: center;
}
.header-list-item .column, .header-list-item .columns {
  z-index: 1;
  position: relative;
}
.header-list-item:not(:first-child) {
  display: none;
}
.header-list-item.tns-slide-active {
  display: inline-block !important;
}

.header-background-image {
  opacity: 0.15;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}

@media print, screen and (min-width: 48em) {
  .header-list-item {
    text-align: left;
    padding-bottom: 8.25rem;
  }

  .header-list-dots {
    margin-top: -6.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header-background-image {
    opacity: 1;
    left: 45%;
  }
  .header-background-image::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../images/backgrounds/header-pattern.svg");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
.market-list {
  margin-top: -4rem;
  z-index: 1;
  padding-bottom: 1.375rem;
}

.market-list-item {
  background-color: #ffffff;
  display: block;
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
  position: relative;
  margin-top: -1rem;
  padding: 1.625rem 1.75rem;
  text-decoration: none !important;
  min-height: 13.125rem;
  border-bottom: 2px solid #d10019;
  transition: background-color ease 0.3s, transform ease 0.3s;
}
.market-list-item:hover {
  transform: translateY(-0.5rem);
}
.market-list-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.market-list-item.purple {
  border-bottom-color: #4f007d;
}
.market-list-item.purple:hover::after {
  background-color: rgba(79, 0, 125, 0.025);
}
.market-list-item.blue {
  border-bottom-color: #3050a7;
}
.market-list-item.blue:hover::after {
  background-color: rgba(48, 80, 167, 0.025);
}
.market-list-item.green {
  border-bottom-color: #1ba869;
}
.market-list-item.green:hover::after {
  background-color: rgba(27, 168, 105, 0.025);
}
.market-list-item.yellow {
  border-bottom-color: #f6a800;
}
.market-list-item.yellow:hover::after {
  background-color: rgba(246, 168, 0, 0.025);
}

.market-list-item-link {
  color: #d10019;
  font-weight: 500;
  position: absolute;
  bottom: 1.75rem;
  left: 1.625rem;
}

.homepage-indices-note {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  font-size: 0.875rem;
  color: #7d8791;
}

.homepage-indices-tab {
  margin-top: 1.5rem;
}

.homepage-indices-tab-controls {
  margin-bottom: 0.6875rem;
}
.homepage-indices-tab-controls .tab {
  white-space: nowrap;
}

.homepage-indices-tab-content-label {
  display: inline-block;
  font-size: 0.875rem;
  color: #7d8791;
}
.homepage-indices-tab-content-label span {
  display: inline-block;
  font-size: 1.125rem;
  color: #000000;
  margin-left: 1rem;
}
.homepage-indices-tab-content-label:not(:last-child) span {
  margin-right: 3.75rem;
}

.homepage-indices-tab-content-chart {
  margin-top: 1.5rem;
}

.homepage-indices-overview-container {
  padding: 1.5rem 1.875rem;
  padding-top: 2.25rem;
  background-color: #ffffff;
}

.homepage-indices-overview-img {
  padding: 1.5rem 1.875rem;
  position: relative;
  height: 15rem;
  background-image: url("../images/backgrounds/px-building.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homepage-indices-overview-img h4 {
  position: absolute;
  bottom: 1.25rem;
  margin: 0;
}

.homepage-indices-overview-content {
  height: 15rem;
}

.homepage-indices-overview-content-item {
  margin-bottom: 1.75rem;
  padding-left: 2.75rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.overview-content-item-label {
  color: #7d8791;
  margin-bottom: 6px;
}

.overview-content-item-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .homepage-indices-overview-img, .homepage-indices-overview-content {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
@media print, screen and (min-width: 48em) {
  .homepage-indices-overview-content-item {
    padding-left: 4rem;
    background-size: auto 75%;
  }
}
@media print, screen and (min-width: 64em) {
  .homepage-indices-container {
    margin-bottom: 0;
  }

  .homepage-indices-overview-container {
    height: 536px;
  }

  .homepage-indices-overview-img {
    height: 55%;
  }
}
.homepage-stock-table h5, .homepage-stock-table h2 {
  text-align: center;
}
.homepage-stock-table .table-container {
  margin-top: 1rem;
}

.homepage-stock-table-button {
  margin-top: 2.25rem;
}

.video-banner {
  padding: 4rem 0;
  background-image: url("../images/backgrounds/purple-background.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-banner .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem !important;
}
.video-banner h2 {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.video-banner p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 3rem;
}
.video-banner .button {
  margin: 0;
}
.video-banner video {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.column .video-banner, .columns .video-banner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.video-banner-content {
  margin-bottom: 2rem;
  text-align: center;
}

.video-banner-video {
  text-align: center;
  position: relative;
  font-size: 0;
}

@media print, screen and (min-width: 48em) {
  .video-banner {
    padding: 6rem 0;
  }
  .video-banner > .row {
    display: flex;
    align-items: center;
  }
  .video-banner p {
    font-size: 1.25rem;
  }

  .video-banner-content {
    padding: 3rem 0;
    margin: 0;
    text-align: left;
  }
}
.homepage-info-row {
  padding: 4rem 0 3rem 0;
}

.homepage-info-row-changes .stock-table {
  margin-bottom: 1.5rem;
}

.homepage-info-row-tips {
  display: block;
  padding: 0;
}

.homepage-info-row-tips-background {
  min-height: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.homepage-info-row-tips-content {
  padding: 1.5rem 1.875rem;
}
.homepage-info-row-tips-content h6 {
  font-size: 1.125rem;
  margin: 0.75rem 0;
}

@media print, screen and (min-width: 64em) {
  .homepage-info-row-tips {
    min-height: 30.5rem;
    position: relative;
  }

  .homepage-info-row-tips-background {
    position: absolute;
    height: auto;
    top: 0;
    bottom: 10rem;
    right: 0;
    left: 0;
  }

  .homepage-info-row-tips-content {
    position: absolute;
    top: 20.5rem;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.market {
  padding-top: 0;
}
.market h1 {
  margin-bottom: 1.5rem;
}

.market-item {
  display: block;
  text-align: center;
  padding: 1.75rem 0.5rem;
  text-decoration: none !important;
  border: 0.5px solid #f4f4f8;
  border-bottom: 2px solid #000000;
  position: relative;
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
  transition: background-color ease 0.3s, color ease 0.3s, transform ease 0.3s;
}
.market-item h3 {
  color: #000000;
  margin: 0;
}
.market-item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 48%;
  background-image: url("../images/backgrounds/tab-arrows.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.market-item.is-active, .market-item:hover {
  background-color: #4f007d;
  border-width: 0;
  border-color: transparent;
  color: #ffffff;
}
.market-item.is-active h3, .market-item:hover h3 {
  color: #ffffff;
}
.market-item.purple {
  border-bottom-color: #4f007d;
}
.market-item.purple.is-active, .market-item.purple:hover {
  background-color: #4f007d;
}
.market-item.yellow {
  border-bottom-color: #f6a800;
}
.market-item.yellow.is-active, .market-item.yellow:hover {
  background-color: #f6a800;
}
.market-item.green {
  border-bottom-color: #1ba869;
}
.market-item.green.is-active, .market-item.green:hover {
  background-color: #1ba869;
}
.market-item.red {
  border-bottom-color: #d10019;
}
.market-item.red.is-active, .market-item.red:hover {
  background-color: #d10019;
}

.market-table {
  padding-top: 0;
}

.market-table-info {
  text-align: right;
  margin-bottom: 0.75rem;
}
.market-table-info span {
  display: inline-block;
  padding-left: 1.4375rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.market-table-info span.info-icon {
  background-size: 1rem;
  background-position: left 2px;
}

.market-start-banner {
  padding: 4.5rem 0;
  background-color: #4f007d;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.market-start-banner .badge {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.market-start-banner h2 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.market-start-banner .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem !important;
}

.market-start-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/backgrounds/start-banner-background.jpeg");
}
.market-start-banner-background::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -1px;
  background-image: url("../images/backgrounds/header-pattern.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 48em) {
  .market-item {
    padding: 3rem 0.5rem;
  }

  .market-table-info span.info-icon {
    background-position: left top;
  }
  .market-table-info span:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .market-start-banner-background {
    left: 45%;
    opacity: 1;
  }
}
.detail-chart-section {
  padding: 0;
}
.detail-chart-section h5 {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

.detail-chart {
  margin-bottom: 1.5rem;
  position: relative;
}
.detail-chart.placeholder:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url("../images/backgrounds/bg-chart-placeholder.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-chart-range-button-item {
  padding: 0.625rem 0.75rem;
  background-color: #f4f4f8;
  color: rgba(125, 135, 145, 0.7);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}
.detail-chart-range-button-item[disabled=disabled], .detail-chart-range-button-item[disabled=disabled]:hover {
  background-color: #f4f4f8;
  color: rgba(125, 135, 145, 0.7);
}
.detail-chart-range-button-item.is-active {
  background-color: #d10019;
  color: #ffffff;
}
.detail-chart-range-button-item:not(:last-child) {
  margin-right: 0.75rem;
}

.detail-chart-range-input-list {
  margin: 0.75rem 0;
  color: #000000;
}
.detail-chart-range-input-list input {
  width: 49%;
  margin-top: 0.25rem;
  background-image: url("../images/icons/date-picker-gray.svg");
  background-size: 0.875rem;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
.detail-chart-range-input-list input.active {
  background-image: url("../images/icons/date-picker-red.svg");
}
.detail-chart-range-input-list > div {
  display: block;
}

.detail-chart-range-change {
  margin-top: 1.25rem;
}

.detail-chart-range-change-value {
  font-weight: 700;
  margin-left: 0.5rem;
}

.detail-chart-info {
  padding: 2rem 0;
}

.detail-chart-info-item {
  font-size: 0;
}
.detail-chart-info-item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.detail-chart-info-item-icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 30px;
  width: 30px;
  margin-top: 7px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.9;
  font-size: 1rem;
}

.detail-chart-info-item-content {
  padding-left: 1.5rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 33px);
}

.detail-chart-info-item-content-title {
  font-size: 1rem;
  color: #7d8791;
  margin-bottom: 5px;
}

.detail-chart-info-item-content-value {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
}
.detail-chart-info-item-content-value.positive::before, .detail-chart-info-item-content-value.negative::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  margin-bottom: 4px;
  margin-right: 5px;
  display: inline-block;
}
.detail-chart-info-item-content-value.positive::before {
  border-color: transparent transparent #2ec322 transparent;
  border-width: 0 5px 5px 5px;
}
.detail-chart-info-item-content-value.negative::before {
  border-color: #f23b51 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

@media print, screen and (min-width: 48em) {
  .detail-chart-range-input-list input {
    width: 10rem;
    margin-left: 0.9375rem;
    margin-top: 0;
  }
  .detail-chart-range-input-list > div {
    display: inline-block;
  }

  .detail-chart-range-change {
    margin-top: 0;
    margin-left: 1.75rem;
  }

  .detail-chart-info {
    padding: 2.5rem;
    padding-right: 0;
    border-left: 1px solid rgba(125, 135, 145, 0.2);
  }
}
.detail-info-tab {
  padding: 0;
  padding-top: 1rem;
}

.detail-info-tab-header .menu {
  margin: 0 -0.625rem;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
}
.detail-info-tab-header .menu li:not(:last-child) {
  margin-right: 0.25rem;
}

.detail-info-tab-header-item {
  display: inline-block;
  padding: 1.25rem 1.875rem;
  color: rgba(125, 135, 145, 0.7);
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid rgba(125, 135, 145, 0.5);
  white-space: nowrap;
  text-decoration: none !important;
  transition: color ease 0.3s, border-color ease 0.3s;
}
.detail-info-tab-header-item.is-active, .detail-info-tab-header-item:hover {
  color: #d10019;
  border-bottom-color: #d10019;
}

.detail-info-tab-header-separator {
  margin: 0;
  border-bottom: 1px solid #f0f3f7;
  max-width: none;
}

.detail-info-tab-content {
  padding: 1.5rem 0;
}

.detail-info-tab-item {
  padding-bottom: 4rem;
  margin-bottom: -4rem;
}

.index-composition-chart {
  margin-bottom: -4.375rem;
}

.index-composition-chart-legend {
  font-size: 0;
}

.index-composition-chart-legend-item {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0.5rem;
  transition: box-shadow ease 0.3s, opacity ease 0.3s;
}
.index-composition-chart-legend-item:hover, .index-composition-chart-legend-item.is-active {
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(52, 56, 67, 0.25);
}

.index-composition-chart-legend-item-inner {
  padding-left: 2rem;
  border-left: 0.5rem solid #4f007d;
  font-size: 1rem;
  color: #7d8791;
}
.index-composition-chart-legend-item-inner h5 {
  color: #000000;
  font-size: 1.125rem;
  text-transform: none;
  margin-bottom: 0.125rem;
}

@media print, screen and (min-width: 48em) {
  .detail-info-tab-header .menu {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  .detail-info-tab-header .menu li:not(:last-child) {
    margin-right: 0;
  }

  .detail-info-tab-header-item {
    border-bottom-color: transparent;
  }
}
@media print, screen and (min-width: 64em) {
  .index-composition-chart-legend-item {
    width: 50%;
    padding: 1.5rem 1rem;
    opacity: 0.6;
  }
  .index-composition-chart-legend-item:hover, .index-composition-chart-legend-item.is-active {
    opacity: 1;
  }
}
.detail-trading-data h4 {
  margin-bottom: 1rem;
}
.detail-trading-data .market-table-info {
  margin-bottom: 0;
}

.detail-profile h4, .detail-calendar h4 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f3f7;
}

.detail-profile-label {
  font-size: 1rem;
  color: #7d8791;
  display: inline-block;
  margin-bottom: 6px;
}

.detail-profile-text {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.detail-profile-text a {
  color: #000000;
}

.detail-calendar h4 {
  margin: 0;
}

.detail-calendar-item {
  padding: 1rem 0;
  font-size: 0;
  border-bottom: 1px solid #dee0e3;
}

.detail-calendar-item-date {
  display: inline-block;
  width: 5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #d10019;
}

.detail-calendar-item-date-year {
  color: #b4bac0;
}

.detail-calendar-item-event {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5rem);
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
  margin-top: 14px;
}

.detail-history-range-input-list input {
  width: calc(100% - 42px);
}
.detail-history-range-input-list input.active + a {
  display: inline-block;
}
.detail-history-range-input-list .detail-chart-range-change {
  display: inline-block;
  margin-left: 0;
  width: 50%;
  margin-top: 1rem;
}
.detail-history-range-input-list .detail-chart-range-change-value {
  margin-left: 0;
  white-space: nowrap;
}
.detail-history-range-input-list .button {
  float: right;
  margin-top: 0.5rem;
}

.detail-history-select {
  padding: 1.5rem 1rem;
}

.detail-history-select-label {
  display: inline-block;
  width: 2.375rem;
}

.detail-history-select-container {
  display: inline-block;
  position: relative;
}

input[type=date] + a {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .detail-trading-data h4 {
    margin-bottom: 0.5rem;
  }
  .detail-trading-data .market-table-info {
    margin-top: -1rem;
  }

  .detail-profile-text {
    font-size: 1.125rem;
  }

  .detail-history-range-input-list input {
    width: 18rem;
    margin-right: 1.5rem;
  }
  .detail-history-range-input-list .detail-chart-range-change {
    width: auto;
    margin-top: 0;
  }
  .detail-history-range-input-list .detail-chart-range-change-value {
    margin-left: 0.5rem;
  }
  .detail-history-range-input-list .button {
    margin-top: -0.5rem;
  }

  .detail-history-select-label {
    width: auto;
  }

  .detail-history-select-container a {
    top: 0.625rem;
    right: 4.375rem;
  }

  .detail-history-select {
    padding: 1.5rem 1.875rem;
  }
}
.statistics {
  padding-top: 0;
}

.statistics-capitalization-filter {
  padding: 1.5rem 0;
  padding-top: 0;
}

.statistics-table-results-count {
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 0.25rem;
}
.statistics-table-results-count > span {
  font-weight: 700;
}

.statistics-capitalization-table {
  padding-top: 1.75rem;
}

.statistics-files {
  padding: 1rem 0;
}
.statistics-files h4 {
  margin-bottom: 1rem;
}

.statistics-files-item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.statistics-files-note {
  color: #000000;
}
.statistics-files-note a {
  color: #d10019;
  text-decoration: underline;
}

.news-page-filter {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.news-page-result {
  padding-top: 1.5rem;
}

.news-detail-date span {
  background-color: #d10019;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding: 0.25rem;
}

.news-detail-text a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  margin-right: 0.375rem;
}
.news-detail-text a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.5625rem;
  height: 0.8125rem;
  background-image: url("../images/icons/arrow-right-anchor.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.job-description ul {
  line-height: 1.5;
  list-style: none;
}
.job-description ul li {
  position: relative;
  padding: 0 !important;
  margin-left: 1.25rem;
}
.job-description ul li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #d10019;
}
.job-description a {
  display: inline-block;
  color: #d10019;
  font-weight: 500;
  position: relative;
}
.job-description a.load-more {
  margin-top: 1.5rem;
}
.job-description a:hover {
  text-decoration: none;
  color: #9e0013;
}
.job-description a:hover::after {
  transform: translateX(0);
  opacity: 1;
}
.job-description a::after {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 13px;
  margin-bottom: -1px;
  background-image: url("../images/icons/arrow-right-anchor.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
  opacity: 0;
  transition: transform ease 0.3s, opacity ease 0.3s;
}

.members {
  padding-top: 0;
  padding-bottom: 1rem;
}

.members-list {
  padding-top: 1.75rem;
}

.members-list-item {
  background-color: #ffffff;
  box-shadow: 0 8px 40px 0 rgba(52, 56, 67, 0.1);
  padding: 1.5rem 1.875rem;
}
.members-list-item h4 {
  font-size: 1.125rem;
}

.members-list-item-half {
  color: #7d8791;
  line-height: 1.6;
}
.members-list-item-half a {
  color: #7d8791;
}

.members-list-item-contact {
  margin-top: 1.5rem;
}
.members-list-item-contact a.primary {
  margin-right: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .members-list-item-half {
    display: inline-block;
    width: 49%;
  }
}
.harmonograms-title {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.harmonograms-result {
  padding-top: 1.5rem;
}

.harmonograms-result-actualization {
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.harmonograms-result-harmonogram-type:not(:last-child) {
  margin-bottom: 3rem;
}

.harmonograms-result-harmonogram-list-title {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.harmonograms-result-harmonogram-list {
  display: block;
}
.harmonograms-result-harmonogram-list li {
  font-size: 0;
}
.harmonograms-result-harmonogram-list li:not(:last-child) {
  margin-bottom: 1.125rem;
}
.harmonograms-result-harmonogram-list.primary-color .harmonograms-result-harmonogram-list-item-text {
  color: #d10019;
  background-color: rgba(209, 0, 25, 0.1);
  border-left-color: #d10019;
}
.harmonograms-result-harmonogram-list.secondary-color .harmonograms-result-harmonogram-list-item-text {
  color: #4f007d;
  background-color: rgba(79, 0, 125, 0.1);
  border-left-color: #4f007d;
}

.harmonograms-result-harmonogram-list-item-time {
  color: #7d8791;
  font-size: 1rem;
}

.harmonograms-result-harmonogram-list-item-text {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-left: 2px solid #000000;
}
.harmonograms-result-harmonogram-list-item-text span {
  font-weight: 400;
}

@media print, screen and (min-width: 48em) {
  .harmonograms-result-harmonogram-list li:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .harmonograms-result-harmonogram-list-item-time {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.875rem;
    width: 11rem;
  }

  .harmonograms-result-harmonogram-list-item-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 11rem);
  }

  .harmonograms-result-harmonogram-list-note {
    padding-left: 11rem;
  }
}
.contact-section-title {
  padding-left: 2.25rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  background-size: 1.5rem 1.0625rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.contact-section-title h4 {
  color: #ffffff;
}

.contact-section-item-label {
  display: inline-block;
  width: calc(100% - 1.75rem);
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 0.75rem;
}

.contact-section-item-content {
  font-size: 1.125rem;
  color: #ffffff;
}
.contact-section-item-content a {
  color: #ffffff;
}

.contact-section-item-info-icon {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.25rem;
  margin-top: 1px;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../images/icons/info-icon-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: opacity ease 0.3s;
}
.contact-section-item-info-icon:hover {
  opacity: 1;
}

.contact-info-map {
  position: relative;
  padding-bottom: 30rem;
}
.contact-info-map .page-block {
  position: relative;
  z-index: 1;
}

#contact-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 47.9375em) {
  .contact-info-map {
    padding-bottom: 0;
  }

  #contact-map {
    position: relative;
    height: 450px;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .contact-section-title {
    margin-top: 0;
  }

  .contact-section-item-label {
    width: auto;
  }
}
.page-investor-guide .page-row {
  padding: 5rem 0;
}
.page-investor-guide .page-row.no-padding {
  padding: 0;
}
.page-investor-guide h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: #475563;
  margin-bottom: 0.75rem;
}
.page-investor-guide h2 {
  margin-bottom: 2rem;
}
.page-investor-guide table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  border: none;
}
.page-investor-guide table thead tr {
  background-color: transparent;
  font-weight: 400;
}
.page-investor-guide table thead tr th {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.page-investor-guide table th, .page-investor-guide table td {
  padding: 0.75rem 0.875rem;
  font-size: 1rem;
  font-weight: 400;
}
.page-investor-guide table .icon-mark {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-investor-guide table tbody tr {
  background-color: #f0f3f7;
}
.page-investor-guide table tbody td {
  color: #000000;
  font-size: 0.875rem;
}
.page-investor-guide table tbody td:not(:first-of-type) {
  text-align: center;
}
.page-investor-guide table tbody td:first-of-type {
  min-width: 150px;
}
.page-investor-guide table.is-white tbody tr {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.investor-guide-pros h2 {
  margin-bottom: 3rem;
}

.investor-guide-pros-item {
  position: relative;
}
.investor-guide-pros-item h3 {
  margin-bottom: 2rem;
}
.investor-guide-pros-item .investor-guide-timeline-arrow {
  left: 6rem !important;
  top: 2.5rem !important;
  right: 0;
}
.investor-guide-pros-item .investor-guide-timeline-arrow::before {
  top: calc(50% - 0.25rem) !important;
  left: 0 !important;
}
.investor-guide-pros-item .investor-guide-timeline-arrow::after {
  bottom: calc(50% - 4px) !important;
  left: 100% !important;
  transform: rotate(-90deg) !important;
}
@media screen and (max-width: 47.9375em) {
  .investor-guide-pros-item .investor-guide-timeline-arrow {
    display: none;
  }
}

.investor-guide-pros-item-circle {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #4f007d;
  color: #ffffff;
  font-weight: 700;
  line-height: 5rem;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.investor-guide-pros-table {
  margin: 3rem auto;
  margin-bottom: 0;
}

.investor-guide-pros-table-wrapper {
  height: 17rem;
  overflow: hidden;
  transition: height 0.3s;
}

.investor-guide-pros-table-next {
  position: relative;
  text-align: center;
  padding-top: 7rem;
  margin-top: -8.5rem;
  background: linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
}

.number-slider-title {
  font-weight: 700;
  font-size: 3.5rem;
  color: #000000;
}
@media print, screen and (min-width: 48em) {
  .number-slider-title {
    font-size: 10rem;
    line-height: 1;
  }
}

.investor-guide-company img {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  max-width: calc(100% - 2rem);
}
.investor-guide-company h3 {
  margin-bottom: 1.125rem;
}
.investor-guide-company ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1.25rem;
}
.investor-guide-company ul li {
  margin-bottom: 0.5rem;
  color: #000000;
  font-size: 0.875rem;
}

.investor-guide-company-image {
  height: 100px;
  display: flex;
  align-items: center;
}

.investor-guide-tag {
  display: inline-block;
  border-radius: 0.5rem;
  text-transform: uppercase;
  background-color: #e4e4ee;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.25rem 0.625rem;
}
.investor-guide-tag.is-dark {
  background-color: #7d8791;
  color: #ffffff;
}

.rounded-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
}
.rounded-dots li {
  display: inline-block;
  outline: none;
  font-size: 0;
  width: 1rem;
  height: 1rem;
  background-color: #d10019;
  border-radius: 50%;
  cursor: pointer;
}
.rounded-dots li.tns-nav-active {
  background-color: #4f007d;
}
.rounded-dots li:not(:last-child) {
  margin-right: 0.5rem;
}

.investor-guide-testimonial-item a.primary {
  font-size: 1.125rem;
}

.investor-guide-testimonial-text {
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
}

.investor-guide-testimonial-author {
  display: flex;
  align-items: center;
}

.investor-guide-testimonial-avatar {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.investor-guide-testimonial-name {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.investor-guide-testimonial-subtitle {
  font-size: 0.875rem;
}

.investor-guide-timeline-item {
  padding: 3rem;
  padding-bottom: 0;
  position: relative;
  border-radius: 1rem;
}
.investor-guide-timeline-item .investor-guide-timeline-arrow {
  position: absolute;
  top: 5.5rem;
  bottom: -5rem;
  left: -1rem;
  z-index: 2;
}

.investor-guide-timeline-arrow {
  width: 1px;
  background-color: #7d8791;
}
.investor-guide-timeline-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #7d8791;
}
.investor-guide-timeline-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #7d8791 transparent transparent transparent;
}
.investor-guide-timeline-arrow.is-horizontal {
  height: 1px;
  width: auto;
}

@media screen and (max-width: 63.9375em) {
  .investor-guide-timeline-item .investor-guide-timeline-arrow {
    left: 1rem;
  }
}
.investor-guide-contact-title h2 {
  margin-bottom: 1.125rem;
}
.investor-guide-contact-title p {
  max-width: 30rem;
  font-size: 1.25rem;
  color: #000000;
}

.investor-guide-contact-wrapper {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 63.9375em) {
  .investor-guide-contact-wrapper {
    flex-direction: column-reverse;
  }
}

.investor-guide-contact-form {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .investor-guide-contact-form {
    width: 20rem;
    max-width: 100%;
    flex-shrink: 0;
  }
}
.investor-guide-contact-form input[type=text] {
  display: block;
  width: 100%;
  border: none;
  background-color: #ffffff;
  margin-bottom: 1.25rem;
  padding: 1rem;
}
.investor-guide-contact-form .button {
  display: block;
  width: 100%;
}
.investor-guide-contact-form .checkbox-wrapper {
  display: flex;
  margin-bottom: 1.25rem;
}
.investor-guide-contact-form .checkbox-wrapper input[type=checkbox] {
  position: absolute;
}
.investor-guide-contact-form .checkbox-wrapper input[type=checkbox]:checked + .checkbox::after {
  background-color: #d10019;
}
.investor-guide-contact-form .checkbox-wrapper .checkbox {
  position: relative;
  display: inline-block;
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  flex-shrink: 0;
  cursor: pointer;
}
.investor-guide-contact-form .checkbox-wrapper .checkbox::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  transition: background-color 0.3s;
}
.investor-guide-contact-form .checkbox-wrapper .checkbox-title {
  color: #000000;
}
.investor-guide-contact-form .checkbox-wrapper .checkbox-title a {
  text-decoration: underline;
  color: #000000;
}

.investor-guide-contact-person {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.investor-guide-contact-person h3 {
  margin-bottom: 0.25rem;
}
.investor-guide-contact-person p {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.investor-guide-contact-person .contact-section-title {
  display: block;
  padding-left: 2rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  color: #000000;
}

.investor-guide-contact-person-image {
  width: 10rem;
  height: 10rem;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 47.9375em) {
  .investor-guide-contact-person-image {
    width: 6rem;
    height: 6rem;
  }
}

.form-confirmation {
  border: 1px solid #4f007d;
  background-color: rgba(79, 0, 125, 0.1);
  color: #4f007d;
  padding: 1rem 1.5rem;
}

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