[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: scroll; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.636;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.3em;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container, .caption .container-fluid,
.post-container-fluid .caption {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container, .caption .container-fluid,
  .post-container-fluid .caption {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container, .caption .container-fluid,
  .post-container-fluid .caption {
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .container, .caption .container-fluid,
  .post-container-fluid .caption {
    max-width: 1596px;
  }
}

@media (min-width: 1920px) {
  .container, .caption .container-fluid,
  .post-container-fluid .caption {
    max-width: 1920px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 6.25%;
  max-width: 6.25%;
}

.col-2 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-3 {
  flex: 0 0 18.75%;
  max-width: 18.75%;
}

.col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-5 {
  flex: 0 0 31.25%;
  max-width: 31.25%;
}

.col-6 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-7 {
  flex: 0 0 43.75%;
  max-width: 43.75%;
}

.col-8 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-9 {
  flex: 0 0 56.25%;
  max-width: 56.25%;
}

.col-10 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-11 {
  flex: 0 0 68.75%;
  max-width: 68.75%;
}

.col-12 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-13 {
  flex: 0 0 81.25%;
  max-width: 81.25%;
}

.col-14 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-15 {
  flex: 0 0 93.75%;
  max-width: 93.75%;
}

.col-16 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 17;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.offset-1 {
  margin-left: 6.25%;
}

.offset-2 {
  margin-left: 12.5%;
}

.offset-3 {
  margin-left: 18.75%;
}

.offset-4 {
  margin-left: 25%;
}

.offset-5 {
  margin-left: 31.25%;
}

.offset-6 {
  margin-left: 37.5%;
}

.offset-7 {
  margin-left: 43.75%;
}

.offset-8 {
  margin-left: 50%;
}

.offset-9 {
  margin-left: 56.25%;
}

.offset-10 {
  margin-left: 62.5%;
}

.offset-11 {
  margin-left: 68.75%;
}

.offset-12 {
  margin-left: 75%;
}

.offset-13 {
  margin-left: 81.25%;
}

.offset-14 {
  margin-left: 87.5%;
}

.offset-15 {
  margin-left: 93.75%;
}

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col-sm-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col-sm-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col-sm-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col-sm-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col-sm-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col-sm-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col-sm-16 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 17;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 6.25%;
  }
  .offset-sm-2 {
    margin-left: 12.5%;
  }
  .offset-sm-3 {
    margin-left: 18.75%;
  }
  .offset-sm-4 {
    margin-left: 25%;
  }
  .offset-sm-5 {
    margin-left: 31.25%;
  }
  .offset-sm-6 {
    margin-left: 37.5%;
  }
  .offset-sm-7 {
    margin-left: 43.75%;
  }
  .offset-sm-8 {
    margin-left: 50%;
  }
  .offset-sm-9 {
    margin-left: 56.25%;
  }
  .offset-sm-10 {
    margin-left: 62.5%;
  }
  .offset-sm-11 {
    margin-left: 68.75%;
  }
  .offset-sm-12 {
    margin-left: 75%;
  }
  .offset-sm-13 {
    margin-left: 81.25%;
  }
  .offset-sm-14 {
    margin-left: 87.5%;
  }
  .offset-sm-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col-md-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col-md-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col-md-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col-md-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col-md-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col-md-16 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 17;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 6.25%;
  }
  .offset-md-2 {
    margin-left: 12.5%;
  }
  .offset-md-3 {
    margin-left: 18.75%;
  }
  .offset-md-4 {
    margin-left: 25%;
  }
  .offset-md-5 {
    margin-left: 31.25%;
  }
  .offset-md-6 {
    margin-left: 37.5%;
  }
  .offset-md-7 {
    margin-left: 43.75%;
  }
  .offset-md-8 {
    margin-left: 50%;
  }
  .offset-md-9 {
    margin-left: 56.25%;
  }
  .offset-md-10 {
    margin-left: 62.5%;
  }
  .offset-md-11 {
    margin-left: 68.75%;
  }
  .offset-md-12 {
    margin-left: 75%;
  }
  .offset-md-13 {
    margin-left: 81.25%;
  }
  .offset-md-14 {
    margin-left: 87.5%;
  }
  .offset-md-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col-lg-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col-lg-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col-lg-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col-lg-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col-lg-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col-lg-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col-lg-16 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 17;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 6.25%;
  }
  .offset-lg-2 {
    margin-left: 12.5%;
  }
  .offset-lg-3 {
    margin-left: 18.75%;
  }
  .offset-lg-4 {
    margin-left: 25%;
  }
  .offset-lg-5 {
    margin-left: 31.25%;
  }
  .offset-lg-6 {
    margin-left: 37.5%;
  }
  .offset-lg-7 {
    margin-left: 43.75%;
  }
  .offset-lg-8 {
    margin-left: 50%;
  }
  .offset-lg-9 {
    margin-left: 56.25%;
  }
  .offset-lg-10 {
    margin-left: 62.5%;
  }
  .offset-lg-11 {
    margin-left: 68.75%;
  }
  .offset-lg-12 {
    margin-left: 75%;
  }
  .offset-lg-13 {
    margin-left: 81.25%;
  }
  .offset-lg-14 {
    margin-left: 87.5%;
  }
  .offset-lg-15 {
    margin-left: 93.75%;
  }
}

@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col-xl-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col-xl-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col-xl-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col-xl-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col-xl-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col-xl-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col-xl-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col-xl-16 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 17;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 6.25%;
  }
  .offset-xl-2 {
    margin-left: 12.5%;
  }
  .offset-xl-3 {
    margin-left: 18.75%;
  }
  .offset-xl-4 {
    margin-left: 25%;
  }
  .offset-xl-5 {
    margin-left: 31.25%;
  }
  .offset-xl-6 {
    margin-left: 37.5%;
  }
  .offset-xl-7 {
    margin-left: 43.75%;
  }
  .offset-xl-8 {
    margin-left: 50%;
  }
  .offset-xl-9 {
    margin-left: 56.25%;
  }
  .offset-xl-10 {
    margin-left: 62.5%;
  }
  .offset-xl-11 {
    margin-left: 68.75%;
  }
  .offset-xl-12 {
    margin-left: 75%;
  }
  .offset-xl-13 {
    margin-left: 81.25%;
  }
  .offset-xl-14 {
    margin-left: 87.5%;
  }
  .offset-xl-15 {
    margin-left: 93.75%;
  }
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.3em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.navbar > .container, .caption .navbar > .container-fluid,
.post-container-fluid .navbar > .caption,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2955rem;
  padding-bottom: 0.2955rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {
  .navbar-expand-sm > .container, .caption .navbar-expand-sm > .container-fluid,
  .post-container-fluid .navbar-expand-sm > .caption,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm > .container, .caption .navbar-expand-sm > .container-fluid,
  .post-container-fluid .navbar-expand-sm > .caption,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .caption .navbar-expand-md > .container-fluid,
  .post-container-fluid .navbar-expand-md > .caption,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md > .container, .caption .navbar-expand-md > .container-fluid,
  .post-container-fluid .navbar-expand-md > .caption,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .caption .navbar-expand-lg > .container-fluid,
  .post-container-fluid .navbar-expand-lg > .caption,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container, .caption .navbar-expand-lg > .container-fluid,
  .post-container-fluid .navbar-expand-lg > .caption,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1919.98px) {
  .navbar-expand-xl > .container, .caption .navbar-expand-xl > .container-fluid,
  .post-container-fluid .navbar-expand-xl > .caption,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1920px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl > .container, .caption .navbar-expand-xl > .container-fluid,
  .post-container-fluid .navbar-expand-xl > .caption,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .caption .navbar-expand > .container-fluid,
.post-container-fluid .navbar-expand > .caption,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand > .container, .caption .navbar-expand > .container-fluid,
.post-container-fluid .navbar-expand > .caption,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.636rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.318rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.318rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.318rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.386rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.636;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.386rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.386rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.386rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.636;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.386rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.636;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #595959;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #000 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1920px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.636;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/**
  Convert `px` value to `vw` value relative to $viewport-width (defaults to 1920px).
  This makes it easier to get a vw value from the design which has viewport-width of 1920px.

  @usage
  .selector {
    padding-left: px-to-vw(162px);
    padding-right: px-to-vw(100px);
  }

  or with custom viewport width:
  .selector-2 {
    padding-left: px-to-vw(162px, 1920px);
    padding-right: px-to-vw(100px, 1920px);
  }
  **/
/**
  Convert `px` value to `rem` value relative to base font size.
  `$font-size-base-mobile` is defined in _variables.scss.

  @usage
  .selector {
    padding-left: px-to-rem(20px);
    padding-right: px-to-rem(20px);
  }
  **/
.alternate-content, .note, .reading-list-articles, .home-my-reading-list-articles {
  background-color: #f7f7f7;
}

.padded, .note, .reading-list__item {
  padding: 1rem 1.1667rem;
}

@media (min-width: 992px) {
  .padded, .note, .reading-list__item {
    padding: 1.25rem 1.75rem;
  }
}

.img-full-width {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: 'Zilla Slab';
  src: url(../fonts/zilla-slab/woff/ZillaSlab-Light.woff);
  src: url(../fonts/zilla-slab/woff2/ZillaSlab-Light.woff2) format("woff2"), url(../fonts/zilla-slab/woff/ZillaSlab-Light.woff) format("woff"), url(../fonts/zilla-slab/otf/ZillaSlab-Light.otf) format("opentype"), url(../fonts/zilla-slab/ttf/ZillaSlab-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Zilla Slab';
  src: url(../fonts/zilla-slab/woff/ZillaSlab-Regular.woff);
  src: url(../fonts/zilla-slab/woff2/ZillaSlab-Regular.woff2) format("woff2"), url(../fonts/zilla-slab/woff/ZillaSlab-Regular.woff) format("woff"), url(../fonts/zilla-slab/otf/ZillaSlab-Regular.otf) format("opentype"), url(../fonts/zilla-slab/ttf/ZillaSlab-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Zilla Slab';
  src: url(../fonts/zilla-slab/woff/ZillaSlab-Bold.woff);
  src: url(../fonts/zilla-slab/woff2/ZillaSlab-Bold.woff2) format("woff2"), url(../fonts/zilla-slab/woff/ZillaSlab-Bold.woff) format("woff"), url(../fonts/zilla-slab/otf/ZillaSlab-Bold.otf) format("opentype"), url(../fonts/zilla-slab/ttf/ZillaSlab-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/open-sans/OpenSans-Bold.woff);
  src: url(../fonts/open-sans/OpenSans-Bold.woff) format("woff"), url(../fonts/open-sans/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/open-sans/OpenSans-Regular.woff);
  src: url(../fonts/open-sans/OpenSans-Regular.woff) format("woff"), url(../fonts/open-sans/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  font-size: 18px;
}

@media (min-width: 992px) {
  html,
  body {
    font-size: 1.146vw;
  }
}

@media (min-width: 1920px) {
  html,
  body {
    font-size: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.11;
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 80px;
    line-height: 1;
  }
}

.page-title,
h2 {
  font-size: 2.5rem;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

@media (min-width: 992px) {
  .page-title,
  h2 {
    font-size: 3.90625vw;
  }
}

@media (min-width: 1920px) {
  .page-title,
  h2 {
    font-size: 75px;
  }
}

.page-title.home-section-title,
h2.home-section-title {
  line-height: 1.11;
  margin-bottom: 0.35em;
}

@media (min-width: 992px) {
  .page-title.home-section-title,
  h2.home-section-title {
    margin-bottom: 0.75em;
  }
}

.page-title {
  margin-top: 0;
}

h3, .h3 {
  font-size: 2rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.3vw;
  }
}

h4, .h4 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
}

h4.section-title,
.h4.section-title {
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 1.3;
  font-size: 1.33333rem;
}

a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 2px;
}

a:hover {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  border-color: #e5e5e5;
}

.link-no-border,
.link-no-underline,
.link-more,
.reading-list__link,
.link-image {
  border-bottom-color: transparent;
  border-bottom-width: 1px;
}

.link-no-border:hover,
.link-no-underline:hover,
.link-more:hover,
.reading-list__link:hover,
.link-image:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.link-more, .reading-list__link {
  font-family: "Zilla Slab", serif;
  font-size: 1.25rem;
}

.link-image {
  border-bottom: 1px;
}

.link-image:hover {
  border-bottom-color: transparent;
}

b,
strong {
  font-weight: 700;
}

.highlight {
  color: #fff;
  background-color: #000;
  font-style: normal;
  font-weight: 400;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

ol,
ul {
  padding-left: 2em;
}

@media (min-width: 992px) {
  ol,
  ul {
    padding-left: 3em;
  }
}

code {
  background-color: #e8e8e8;
  padding: 0 0.4rem;
}

.lead {
  font-size: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .lead {
    font-size: 1.5625vw;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .lead {
    font-size: 30px;
  }
}

.note {
  font-family: "Zilla Slab", serif;
}

.note .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 3px;
}

p.last {
  margin-bottom: 3rem;
}

.list-padded {
  margin-bottom: 4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem 1.5rem 2rem 2.75rem;
}

@media (min-width: 992px) {
  .list-padded {
    padding: 2rem 4rem;
  }
}

.list-pulled-up {
  margin-top: -1.5rem;
}

@media (min-width: 992px) {
  .list-pulled-up {
    margin-top: 0;
  }
}

.list-arrow {
  list-style-type: none;
}

.list-arrow li {
  position: relative;
}

.list-arrow li:not(:last-child) {
  margin-bottom: 2rem;
}

.list-arrow li::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0.2rem;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow_right_1.svg?67c8181fdae3e2dfbe3af123f5ceca90);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.list-with-heading {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  margin-top: -2.25rem;
}

@media (min-width: 992px) {
  .list-with-heading {
    margin-top: 0;
  }
}

.list-with-heading p {
  font-size: 1rem;
  margin-left: -1.25rem;
}

.list-get-involved {
  line-height: 2.1;
  margin-bottom: 6rem;
}

::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='text'],
input[type='email'],
input[type='search'],
textarea,
.btn {
  border: 0;
  font-family: "Zilla Slab", serif;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
textarea:focus,
.btn:focus {
  position: relative;
  z-index: 10;
}

input[type='text'],
input[type='email'],
input[type='search'],
textarea {
  font-weight: 300;
}

input[type='search'] {
  background-color: #f7f7f7;
  padding: 0.6rem 1.2rem;
  border-radius: 4rem;
  font-size: 1.33333rem;
  line-height: 1.3;
  font-weight: 300;
}

@media (min-width: 992px) {
  input[type='search'] {
    font-size: 1.5625vw;
    padding: 1.2rem 3rem;
  }
}

@media (min-width: 1920px) {
  input[type='search'] {
    font-size: 30px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #212529;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #212529;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #212529;
}

input::placeholder,
textarea::placeholder {
  color: #212529;
}

::-moz-placeholder {
  opacity: 1;
}

.input-rounded {
  border-radius: 5rem;
  padding: 0.6rem 3rem 0.75rem 1rem;
  font-size: 1.33333rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .input-rounded {
    padding: 1rem 6rem 1rem 2rem;
  }
}

.input-container {
  font-family: "Zilla Slab", serif;
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .input-container {
    font-size: 1.4vw;
  }
}

.input-container.with-border {
  border: 1px solid #000;
}

.input-container + .input-container {
  margin-top: -1px;
}

.input-label-small {
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .input-label-small {
    font-size: 1.4vw;
  }
}

.with-inline-button.input-container {
  position: relative;
}

.with-inline-button .input-rounded {
  width: 100%;
}

.with-inline-button .btn-submit {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: transparent;
}

.input-rounded + .btn-submit {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  width: 5rem;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 1rem;
  align-items: center;
}

.input-rounded + .btn-submit .icon {
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .input-rounded + .btn-submit .icon {
    margin-left: 0;
  }
}

.input-label-inline,
.input-text,
.input-textarea {
  padding: 1rem 1.5rem;
}

.input-label-inline {
  flex-shrink: 0;
}

.input-label-inline + .input-text {
  width: 100%;
}

.custom-control {
  padding-left: 1.94444rem;
}

@media (min-width: 992px) {
  .custom-control {
    margin-left: 1rem;
    padding-left: 3.77778rem;
  }
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before {
  border: 0;
  border-radius: 50%;
  width: 1.94444rem;
  height: 1.94444rem;
  left: -2.44444rem;
  top: -0.1rem;
}

@media (min-width: 992px) {
  .custom-control-label::before {
    width: 2.77778rem;
    height: 2.77778rem;
    left: -3.77778rem;
  }
}

.custom-control-label::after {
  width: 1.94444rem;
  height: 1.94444rem;
  left: -2.44444rem;
  top: -0.15rem;
  background-size: 60% 60%;
}

@media (min-width: 992px) {
  .custom-control-label::after {
    top: 0;
    width: 2.77778rem;
    height: 2.77778rem;
    left: -3.77778rem;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  outline: 1px dotted #212121;
  /* firefox, other */
  outline: -webkit-focus-ring-color auto 5px;
  /* webkit */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/ok.svg?422dfd18320cd2398731780129228595);
}

.input-form-group {
  background-color: #f7f7f7;
}

.input-form-group input[type='text'],
.input-form-group input[type='email'],
.input-form-group textarea {
  background-color: transparent;
}

.input-form-group input[type='text']:focus,
.input-form-group input[type='email']:focus,
.input-form-group textarea:focus {
  box-shadow: none;
}

.input-form-group hr {
  border-color: #fff;
}

@media (min-width: 992px) {
  .input-form-group hr {
    margin: 0 1.5625vw;
  }
}

@media (min-width: 1920px) {
  .input-form-group hr {
    margin: 0 30px;
  }
}

.form-actions {
  margin-top: 1.11111rem;
}

@media (min-width: 992px) {
  .form-actions {
    margin-top: 2.60417vw;
  }
}

@media (min-width: 1920px) {
  .form-actions {
    margin-top: 50px;
  }
}

button:focus,
*:focus {
  outline: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
  outline: -webkit-focus-ring-color auto 0;
}

.accessible .custom-control-input:focus ~ .custom-control-label::before {
  outline: -webkit-focus-ring-color auto 5px;
}

.accessible button:focus,
.accessible *:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.btn {
  border: 0;
  background-color: #fff;
  cursor: pointer;
}

.btn:not(.btn-submit):not(.btn-no-hover):not(.btn-no-shadow) {
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
}

.btn:not(.btn-no-hover):not(.btn-submit) {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.btn:not(.btn-no-hover):not(.btn-submit):hover, .btn:not(.btn-no-hover):not(.btn-submit):focus {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.btn:not(.btn-no-shadow):not(.btn-submit) {
  box-shadow: none;
}

.btn:not(.btn-no-shadow):not(.btn-submit):hover, .btn:not(.btn-no-shadow):not(.btn-submit):focus {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.btn.with-border {
  border: 1px solid #000;
}

.btn-regular {
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .btn-regular {
    border-radius: 2.5rem;
    padding: 1.25rem 4rem;
    font-weight: 400;
  }
}

.btn-submit {
  font-size: 1.33333rem;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .btn-submit {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1920px) {
  .btn-submit {
    font-size: 30px;
  }
}

.btn-submit .icon {
  position: relative;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 992px) {
  .btn-submit .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 1.3rem;
    height: 1.3rem;
    top: 0;
  }
}

.btn-submit:hover .icon, .btn-submit:focus .icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.form-actions .btn-submit .icon {
  left: 0;
  top: 0.25rem;
}

@media (min-width: 992px) {
  .form-actions .btn-submit .icon {
    left: 1rem;
    top: 0.31rem;
  }
}

@media (min-width: 1920px) {
  .form-actions .btn-submit .icon {
    top: 0.34rem;
  }
}

.btn-circle {
  border: 1px solid #000;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1.2;
}

.btn-circle .icon {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.btn-circle-text-primary {
  font-size: 1.25rem;
}

.btn-circle-text-secondary {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.btn-icon {
  display: inline-block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  max-width: 50px;
  max-height: 50px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
}

.btn-icon .icon {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .btn-icon {
    max-width: 80px;
    max-height: 80px;
  }
}

a.btn-icon:hover {
  border-bottom: 0;
}

.btn-icon-feedback {
  background-image: url(../img/feedback.svg?25f2bb4af480a6adbc2546b90c306773);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 6.88889rem;
  height: 6.88889rem;
}

.btn-icon-feedback:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border: 0;
}

@media (min-width: 992px) {
  .btn-icon-feedback {
    width: 8rem;
    height: 8rem;
  }
}

.btn-feedback-text {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-size: 1.11111rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 75%;
}

.btn-icon-no-border {
  background-size: 100% 100%;
  border-radius: 0;
  width: 2.22222rem;
  height: 2.22222rem;
  max-width: 30px;
  max-height: 30px;
}

@media (min-width: 992px) {
  .btn-icon-no-border {
    max-width: 46px;
    max-height: 46px;
  }
}

.btn-bookmark {
  max-width: 15px;
  max-height: 20px;
}

@media (min-width: 992px) {
  .btn-bookmark {
    max-width: 1.04167vw;
    max-height: 1.35417vw;
  }
}

@media (min-width: 1920px) {
  .btn-bookmark {
    max-width: 20px;
    max-height: 26px;
  }
}

.btn-copylink {
  max-width: 30px;
  max-height: 30px;
}

.btn-copylink.copylink-positioned {
  position: relative;
  top: 10px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .btn-copylink {
    max-width: 1.5625vw;
    max-height: 1.5625vw;
  }
}

@media (min-width: 1920px) {
  .btn-copylink {
    max-width: 30px;
    max-height: 30px;
  }
}

@media (min-width: 992px) {
  .btn-icon-close {
    max-width: 4.375vw;
    max-height: 4.375vw;
  }
}

@media (min-width: 1920px) {
  .btn-icon-close {
    max-width: 84px;
    max-height: 84px;
  }
}

.btn-download-file .icon {
  margin-left: 10px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-download {
  background-image: url(../img/dwl.svg?108c274d3c705d13432d1197914944cb);
}

.icon-arrow-right {
  background-image: url(../img/arrow_right_1.svg?67c8181fdae3e2dfbe3af123f5ceca90);
  width: 1.11111rem;
  height: 1.11111rem;
}

.icon-arrow-down {
  background-image: url(../img/arrow_down.svg?c147dda66297f98d338b11f708d6a439);
}

.icon-arrow-up {
  background-image: url(../img/arrow_down.svg?c147dda66297f98d338b11f708d6a439);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-arrow-left-round {
  background-image: url(../img/arrow_left.svg?edc71608d6fb42052406d2e1d37bde73);
}

.icon-arrow-left-round:active, .icon-arrow-left-round.active {
  background-image: url(../img/arrow_left_focus.svg?427895a91c3863f9cba1fb65f6afbaf2);
}

.icon-arrow-right-round {
  background-image: url(../img/arrow_right.svg?adf4cd1868a98b0df0a89fa0c642d9ec);
}

.icon-arrow-right-round:active, .icon-arrow-right-round.active {
  background-image: url(../img/arrow_right_focus.svg?16a3f881ea31f276bd709a9b292cef56);
}

.icon-bookmark {
  background-image: url(../img/bookmark.svg?f2dbba43336a732c785e3f6da252b6b4);
}

.icon-bookmark:active, .icon-bookmark.active {
  background-image: url(../img/bookmark_focus.svg?29adb6ed2e22c44ae9023e1df07b8def);
}

.icon-reading-list {
  background-image: url(../img/reading_list_2x.svg?8358a1e54a25febd39ebcf4bc523f087);
}

.icon-search {
  background-image: url(../img/search.svg?8b35363627a58927d7cbdaa28446f56a);
  width: 1.2rem;
}

.icon-sound {
  background-image: url(../img/sound.svg?bbc24c0e9b2053c915346b8333fd44d4);
}

.icon-sound:active, .icon-sound.active {
  background-image: url(../img/sound_focus.svg?94076dcfe2ae95d19b8fda96517c55c6);
}

.icon-close {
  background-image: url(../img/close.svg?a09c623d165028827843b7a92381b4b2);
}

.icon-close:active, .icon-close.active {
  background-image: url(../img/close_focus.svg?7b7a97ae94766234fee8c92841f7b02e);
}

.icon-bookmark-2x {
  background-image: url(../img/bookmark_2x.svg?4aa4766ce9a51feb100e6759fc898896);
}

.icon-bookmark-2x:active, .icon-bookmark-2x.active {
  background-image: url(../img/bookmark_focus_2x.svg?04da8235d2f0b8e9d86c91592907a60a);
}

.icon-twitter {
  background-image: url(../img/twitter2.svg?c38b8a2cd59debb672ae9bb33f0a59c9);
}

.icon-twitter:active, .icon-twitter.active {
  background-image: url(../img/twitter2_focus.svg?fbfc980a8db71b53146ad2e96cddeb8d);
}

.icon-copylink {
  background-image: url(../img/copy_link.svg?e088ab0050a5c506952a7a0458cf333d);
}

.icon-copylink:active, .icon-copylink.active {
  background-image: url(../img/copy_link_focus.svg?4fcd1faa11423d484be4ada4a4247e0b);
}

.icon-facebook {
  background-image: url(../img/fb2.svg?b583225aa808c79533585502c186c6fb);
}

.icon-facebook:active, .icon-facebook.active {
  background-image: url(../img/fb2_focus.svg?6559d0a9bc7001184c684514dc5b1aa7);
}

.icon-pocket {
  background-image: url(../img/pocket3.svg?19263d8d6818c921c02a2edf133b4c36);
}

.icon-pocket:active, .icon-pocket.active {
  background-image: url(../img/pocket3_focus.svg?369a13c66ca5ca597388b17864bdc893);
}

.container, .caption .container-fluid,
.post-container-fluid .caption {
  padding-left: 1.16667rem;
  padding-right: 1.16667rem;
}

@media (min-width: 1920px) {
  .container, .caption .container-fluid,
  .post-container-fluid .caption {
    padding-left: 8.4375vw;
    padding-right: 8.4375vw;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .articles-container {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.articles-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.articles-row .article-col {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .articles-row .article-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .articles-row .article-col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .articles-row .article-col--double {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .articles-row .article-col--double {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.global-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 992px) {
  .global-header {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.global-header.scroll-up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.site-logo {
  height: auto;
  width: 4.44444rem;
}

@media (min-width: 992px) {
  .site-logo {
    width: 6.35417vw;
  }
}

@media (min-width: 1920px) {
  .site-logo {
    width: 122px;
  }
}

.site-name {
  font-size: 1.15rem;
  font-weight: 300;
  margin-left: 12px;
  margin-bottom: 0;
  font-family: "Zilla Slab", serif;
}

@media (min-width: 992px) {
  .site-name {
    font-size: 1.25vw;
    line-height: 1.45833vw;
  }
}

@media (min-width: 1920px) {
  .site-name {
    font-size: 24px;
    line-height: 28px;
  }
}

.logo {
  display: flex;
  align-items: center;
}

.logo:hover {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .logo {
    padding-top: 2rem;
    max-width: 50%;
    width: 60%;
  }
}

.navbar {
  position: static;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    position: relative;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-collapse {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 3.33333rem;
  left: 0;
  right: 0;
  background: #fff;
}

@media (min-width: 992px) {
  .navbar-collapse {
    position: relative;
    height: auto;
    top: 0;
  }
}

.navbar-collapse.show {
  overflow: auto;
}

@media (min-width: 992px) {
  .navbar-collapse.show {
    overflow: visible;
  }
}

.navbar-nav {
  padding-top: 2.22222rem;
  padding-bottom: 5.55556rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .navbar-nav {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.nav-item {
  position: relative;
  padding: 0.33333rem 0;
}

@media (min-width: 992px) {
  .nav-item {
    margin-left: 0.78125vw;
    margin-right: 0.78125vw;
    padding: 0;
  }
}

@media (min-width: 1920px) {
  .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.nav-item:last-child {
  margin-right: 0;
  margin-left: 0;
}

.nav-item .category-label {
  min-width: 13.05556rem;
  font-size: 1.33333rem;
  text-align: center;
}

.nav-link {
  font-family: "Zilla Slab", serif;
  font-size: 1.66667rem;
  font-weight: 300;
  border-bottom: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 1.25vw;
  }
}

@media (min-width: 1920px) {
  .nav-link {
    font-size: 24px;
  }
}

.nav-item.active .nav-link,
.nav-item .nav-link:not(.btn-language-switcher):hover,
.footer-nav-item .footer-nav-link:hover {
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.navbar-toggler {
  width: 2.22222rem;
  padding: 0;
  margin-left: auto;
}

.navbar-toggler span {
  display: block;
  position: relative;
  height: 3px;
  background: #2b2e34;
  z-index: 1;
}

.navbar-toggler span:not(:last-child) {
  margin-bottom: 0.33333rem;
}

.nav-icon {
  width: 1rem;
  height: 1.31rem;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

@media (min-width: 992px) {
  .nav-icon {
    margin-left: 6px;
  }
}

.nav-icon-language {
  top: 0;
}

@media (min-width: 992px) {
  .nav-icon-language {
    top: 4px;
  }
}

.nav-icon-search {
  top: 0;
  width: 1.55556rem;
  height: 1.44444rem;
}

.reading-list-badge {
  position: absolute;
  top: 0.27778rem;
  right: -0.9em;
  background-color: #000;
  color: #fff;
  width: 1.11111rem;
  height: 1.11111rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.61111rem;
  text-align: center;
  z-index: 10;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .reading-list-badge {
    top: -0.22222rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    max-width: 24px;
    max-height: 24px;
  }
}

@media (min-width: 1920px) {
  .reading-list-badge {
    top: -4px;
    width: 27px;
    height: 27px;
    max-width: 27px;
    max-height: 27px;
    font-size: 15px;
  }
}

.language-menu-item {
  transition: none;
  justify-content: center;
}

@media (min-width: 992px) {
  .language-menu-item {
    justify-content: flex-start;
  }
}

.language-menu-item.active {
  font-weight: 700;
}

@media (min-width: 992px) {
  .language-menu-item.active {
    display: none;
  }
}

.btn-language-switcher {
  margin-left: auto;
  margin-right: auto;
}

.btn-language-switcher .icon-arrow-down {
  margin: 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 992px) {
  .btn-language-switcher .icon-arrow-down {
    margin-left: 5px;
    margin-top: -8px;
  }
}

.btn-language-switcher .current-language {
  margin-right: 0.5rem;
}

.btn-language-switcher.collapsed .current-language,
.btn-language-switcher.collapsed .icon-arrow-down {
  display: inline-block;
}

.btn-language-switcher.collapsed .icon-arrow-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn-language-switcher:not(.collapsed) {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .btn-language-switcher:not(.collapsed) {
    margin-top: 0;
  }
}

.btn-language-switcher:not(.collapsed) .current-language {
  display: none;
}

@media (min-width: 992px) {
  .btn-language-switcher:not(.collapsed) .current-language {
    display: inline-block;
  }
}

.btn-language-switcher:not(.collapsed) .icon-arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-item-language {
  position: relative;
}

@media (min-width: 992px) {
  .nav-item-language {
    min-width: 8.07292vw;
    height: 2rem;
  }
}

@media (min-width: 1920px) {
  .nav-item-language {
    min-width: 155px;
  }
}

@media (min-width: 992px) {
  .languages-list {
    position: absolute;
    top: -1.04167vw;
    left: 0;
    z-index: -1;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .languages-list {
    top: -20px;
  }
}

.languages-list .language-items {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .languages-list .language-items {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 3.85417vw 25px 10px 1.04167vw;
  }
}

@media (min-width: 1920px) {
  .languages-list .language-items {
    padding: 74px 25px 10px 20px;
  }
}

.languages-list .nav-link.language-menu-item:hover {
  border-bottom-color: #000;
}

.nav-open {
  overflow: hidden;
}

.icon-bookmark.nav-icon {
  width: 18px;
  height: 22px;
}

.content-container {
  position: relative;
  margin-top: 8rem;
}

@media (min-width: 992px) {
  .content-container {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}

.content-container--with-header-image {
  margin-top: calc(3rem + 30px);
}

@media (min-width: 992px) {
  .content-container--with-header-image {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .content-container--with-hero {
    padding-top: 3rem;
  }
}

.page-single {
  margin-bottom: 6rem;
}

.post h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-datetime {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .post-datetime {
    font-family: "Zilla Slab", serif;
    margin-bottom: 2rem;
  }
}

.sound-button {
  margin-bottom: 1.5rem;
}

.caption {
  color: #707070;
  margin-top: 1rem;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .caption {
    font-size: 0.9375vw;
  }
}

@media (min-width: 1920px) {
  .caption {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .caption .container-fluid,
  .post-container-fluid .caption {
    padding: 0;
  }
}

.article-image {
  margin-bottom: 3rem;
}

.post-content-alternate {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .post-content-alternate {
    margin-top: 3.38542vw;
    margin-bottom: 3.38542vw;
    padding-top: 3.125vw;
    padding-bottom: 2.08333vw;
  }
}

@media (min-width: 1920px) {
  .post-content-alternate {
    margin-top: 65px;
    margin-bottom: 65px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.post-content-alternate .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .post-content-alternate .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.infographic-title {
  font-size: 1.33333rem;
}

@media (min-width: 992px) {
  .infographic-title {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1920px) {
  .infographic-title {
    font-size: 45px;
  }
}

.float-content {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .float-content {
    width: 20.41667vw;
    position: relative;
    margin-bottom: 1rem;
  }
  .float-content--right {
    float: right;
    left: 25%;
    margin-left: calc(-25% + 2rem);
  }
  .float-content--left {
    float: left;
    right: 25%;
    margin-right: calc(-25% + 2rem);
  }
  .float-content--image {
    width: 25.52083vw;
  }
}

@media (min-width: 992px) and (min-width: 1920px) {
  .float-content--image {
    width: 490px;
  }
}

@media (min-width: 1920px) {
  .float-content {
    width: 392px;
  }
}

.post-actions-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-actions {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}

.post-actions--left {
  min-height: 20.83333vw;
  left: 1rem;
}

@media (min-width: 1920px) {
  .post-actions--left {
    min-height: 400px;
    left: 8.4375vw;
  }
}

.post-actions--right {
  right: 1rem;
}

@media (min-width: 1920px) {
  .post-actions--right {
    right: 8.4375vw;
  }
}

.post-actions--social .sticky-item {
  height: auto;
}

@media (min-width: 992px) {
  .post-actions .btn.icon-sound {
    margin-bottom: 5.20833vw;
  }
}

@media (min-width: 1920px) {
  .post-actions .btn.icon-sound {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .post-actions-share {
    justify-content: space-between;
  }
}

.post-actions-share .social-icons .btn {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 992px) {
  .post-actions-share .social-icons .btn {
    margin-right: 0;
  }
}

.post-content-wrapper {
  position: relative;
  margin-bottom: 5rem;
}

@media (max-width: 1919.98px) {
  .post-container-fluid {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
}

.share-post-title {
  font-family: "Zilla Slab", serif;
  font-size: 1.33333rem;
}

.mobile-post-actions {
  margin-top: 1.5rem;
}

.mobile-post-actions .btn:not(:last-child) {
  margin-right: 1rem;
}

.mobile-post-actions .social-icons .btn {
  margin-right: 1.5rem;
}

.mobile-share-buttons {
  margin-top: 2rem;
}

.footer-area {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .footer-area {
    padding-bottom: 2.60417vw;
  }
}

@media (min-width: 1920px) {
  .footer-area {
    padding-bottom: 50px;
  }
}

.global-footer,
.footer-nav-mobile {
  margin-top: 2.33333rem;
}

.global-footer {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .global-footer {
    margin-top: 11.45833vw;
  }
}

@media (min-width: 1920px) {
  .global-footer {
    margin-top: 220px;
  }
}

.footer-nav-mobile-list {
  list-style: none;
}

.footer-nav-container-lg {
  margin-top: 11.198vw;
}

@media (min-width: 1920px) {
  .footer-nav-container-lg {
    margin-top: 200px;
  }
}

.footer-content {
  padding: 0.5rem 1rem;
}

.footer-logo {
  width: 100px;
  height: 29px;
}

@media (min-width: 1920px) {
  .footer-logo {
    width: 126px;
    height: 36px;
  }
}

.footer-credit {
  font-family: "Zilla Slab", serif;
  font-size: 0.66667rem;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .footer-credit {
    line-height: 1;
    font-size: 1.25vw;
  }
}

@media (min-width: 1920px) {
  .footer-credit {
    font-size: 24px;
    line-height: 28px;
  }
}

.footer-license {
  width: 42.5vw;
  font-size: 1.146vw;
  line-height: 1.36;
}

@media (min-width: 1920px) {
  .footer-license {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .footer-site-name {
    padding-right: 19px;
  }
  .footer-site-name:first-child {
    padding-right: 5px;
  }
}

.footer-nav-lg {
  margin-bottom: 2rem;
}

.footer-nav-item {
  line-height: 1.65;
}

.footer-nav-title,
.footer-nav-link {
  font-family: "Zilla Slab", serif;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.58;
  border-bottom: 0;
}

@media (min-width: 992px) {
  .footer-nav-title,
  .footer-nav-link {
    font-size: 1.5625vw;
    line-height: 1.667;
  }
}

@media (min-width: 1920px) {
  .footer-nav-title,
  .footer-nav-link {
    font-size: 30px;
    line-height: 50px;
  }
}

.footer-nav-title {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.email-subscription {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .email-subscription {
    padding-top: 4.79167vw;
  }
}

@media (min-width: 1920px) {
  .email-subscription {
    padding-top: 92px;
  }
}

.privacy-confirm-content {
  margin-top: 1rem;
}

.privacy-confirm-label {
  margin-left: 1rem;
}

.email-subscription-content {
  line-height: 1.2;
  font-size: 0.66667rem;
}

@media (min-width: 992px) {
  .email-subscription-content {
    margin-top: 0.5rem;
    line-height: 1.36;
    font-size: 1rem;
  }
}

.keep-update-title {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 992px) {
  .keep-update-title {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 992px) {
  .email-subscription-form {
    width: 36.197vw;
    margin-top: -0.3rem;
  }
}

.footer-section-title,
.keep-update-title {
  font-size: 1.33333rem;
}

@media (min-width: 992px) {
  .footer-section-title,
  .keep-update-title {
    font-size: 2.343vw;
    line-height: 1.2;
  }
}

@media (min-width: 1920px) {
  .footer-section-title,
  .keep-update-title {
    font-size: 45px;
  }
}

.footer-section-title {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-title-year {
    font-weight: inherit;
  }
}

.email-input-container {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 992px) {
  .email-input-container {
    margin-top: -0.6rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.download-report-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .download-report-section {
    margin-top: 5.20833vw;
    margin-bottom: 5.20833vw;
  }
}

@media (min-width: 1920px) {
  .download-report-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.btn-download {
  padding: 1.4rem 2rem;
  font-family: "Zilla Slab", serif;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 5rem;
  border: 1px solid #000;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .btn-download {
    font-size: 2.2vw;
    line-height: 1.4;
    max-width: 40vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1920px) {
  .btn-download {
    font-size: 45px;
    max-width: 594px;
  }
}

.report-formats {
  font-size: 0.66667rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
  .report-formats {
    font-size: 0.9375vw;
  }
}

@media (min-width: 1920px) {
  .report-formats {
    font-size: 18px;
  }
}

.article-sidebar {
  position: absolute;
  left: 0;
  height: calc(100% - 6rem);
  height: 100%;
  top: 6rem;
}

.sticky-item {
  top: 6rem;
  display: none;
}

@media (min-width: 992px) {
  .sticky-item {
    height: calc(100vh - 12rem);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
    text-align: center;
    width: 4rem;
    max-width: 80px;
  }
  .article-sidebar-give-feedback .sticky-item {
    top: calc(12rem + 8.5rem);
    height: 8rem;
  }
}

.article-sidebar-give-feedback {
  position: static;
  height: auto;
  margin-top: -2.5rem;
  margin-bottom: 1.5rem;
  margin-right: -1.5rem;
  top: 0;
}

@media (min-width: 992px) {
  .article-sidebar-give-feedback {
    position: absolute;
    top: 6rem;
    right: -12vw;
    left: auto;
    height: 100%;
  }
}

.article-sidebar-give-feedback.pulled-up {
  margin-top: -4rem;
}

@media (min-width: 992px) {
  .article-sidebar-give-feedback.double-height {
    height: 200%;
  }
}

.nav-sidebar-list {
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  min-width: 12.5vw;
}

@media (min-width: 1920px) {
  .nav-sidebar-list {
    min-width: 240px;
  }
}

.nav-sidebar-list--large {
  min-width: 15.625vw;
}

@media (min-width: 1920px) {
  .nav-sidebar-list--large {
    min-width: 300px;
  }
}

.nav-sidebar.fixed,
.nav-sidebar-list.fixed {
  height: auto;
}

.nav-sidebar-item {
  font-family: "Zilla Slab", serif;
  font-size: 1.4vw;
  position: relative;
  display: block;
  height: 4.47917vw;
  line-height: 4.47917vw;
}

@media (min-width: 1920px) {
  .nav-sidebar-item {
    height: 86px;
    font-size: 30px;
    line-height: 86px;
  }
}

.nav-sidebar-item:hover {
  border-bottom: 1px solid transparent;
}

.nav-sidebar-item::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.3s;
}

.nav-sidebar-item-inner {
  position: absolute;
  top: 0;
  left: 2.5rem;
  right: 100%;
  bottom: 0;
  white-space: nowrap;
  transition: right 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-sidebar-list-item {
  flex-shrink: 1;
  flex-basis: auto;
  transition: min-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  height: 4.775rem;
  min-height: 4.775rem;
}

@media (min-width: 992px) {
  .nav-sidebar-list-item {
    height: 4.47656vw;
    min-height: 4.47656vw;
  }
}

@media (min-width: 1920px) {
  .nav-sidebar-list-item {
    height: 85.95px;
    min-height: 85.95px;
  }
}

.nav-sidebar-list-item.active {
  height: 100%;
  min-height: 19.44444rem;
}

@media (min-width: 992px) {
  .nav-sidebar-list-item.active {
    min-height: 18.22917vw;
  }
}

@media (min-width: 1920px) {
  .nav-sidebar-list-item.active {
    min-height: 350px;
  }
}

.nav-sidebar-list-item.active .nav-sidebar-item::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-sidebar-list-item.active .nav-sidebar-item-inner {
  right: 0;
  text-align: right;
}

.category-label {
  font-family: "Zilla Slab", serif;
  font-size: 1rem;
  padding: 0.1rem 0.75rem;
  display: inline-block;
  border-radius: 2rem;
  border: 1px solid #c3c3c3;
}

@media (min-width: 992px) {
  .category-label {
    font-size: 1.04167vw;
    padding: 0.25rem 0.75rem;
  }
}

@media (min-width: 1920px) {
  .category-label {
    font-size: 20px;
  }
}

.category-label:hover {
  border-color: #c3c3c3;
  border-bottom-width: 1px;
  padding-bottom: 0.1rem;
}

@media (min-width: 992px) {
  .category-label:hover {
    padding-bottom: 0.25rem;
  }
}

.category-label.active {
  border-color: transparent;
  background-color: #c3c3c3;
}

.category-label--double {
  font-size: 1.5rem;
  padding: 0.5rem 1.25rem;
}

@media (min-width: 992px) {
  .category-label--double {
    font-size: 1.25vw;
  }
}

@media (min-width: 1920px) {
  .category-label--double {
    font-size: 24px;
  }
}

.category-label--double:hover {
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .category-label--large {
    padding: 1.53646vw 5.3125vw;
  }
}

@media (min-width: 1920px) {
  .category-label--large {
    padding: 29.5px 102px;
  }
}

.category-label--all {
  border: 1px solid #000;
}

.category-label--all:hover {
  border-color: #000;
}

.category-label--all.active {
  border-color: transparent;
  background-color: #000;
  color: #fff;
}

.category-label--privacy {
  border: 1px solid #64aaff;
}

.category-label--privacy:hover {
  border-color: #64aaff;
}

.category-label--privacy.active {
  border-color: transparent;
  background-color: #64aaff;
}

.category-label--openness {
  border: 1px solid #f6f;
}

.category-label--openness:hover {
  border-color: #f6f;
}

.category-label--openness.active {
  border-color: transparent;
  background-color: #f6f;
}

.category-label--digital {
  border: 1px solid #a87dff;
}

.category-label--digital:hover {
  border-color: #a87dff;
}

.category-label--digital.active {
  border-color: transparent;
  background-color: #a87dff;
}

.category-label--literacy {
  border: 1px solid #7bffae;
}

.category-label--literacy:hover {
  border-color: #7bffae;
}

.category-label--literacy.active {
  border-color: transparent;
  background-color: #7bffae;
}

.category-label--decentralization {
  border: 1px solid #ffd33d;
}

.category-label--decentralization:hover {
  border-color: #ffd33d;
}

.category-label--decentralization.active {
  border-color: transparent;
  background-color: #ffd33d;
}

.comments-title {
  margin-top: 4.83333rem;
  margin-bottom: 4.22222rem;
}

@media (min-width: 992px) {
  .comments-title {
    margin-top: 5.54688vw;
    margin-bottom: 5.98958vw;
  }
}

@media (min-width: 1920px) {
  .comments-title {
    margin-top: 106.5px;
    margin-bottom: 115px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 260px;
  overflow: hidden;
  -webkit-column-count: 1;
          column-count: 1;
}

@media (min-width: 992px) {
  .comment-list {
    -webkit-column-count: 3;
            column-count: 3;
    height: 16.25vw;
  }
}

@media (min-width: 1920px) {
  .comment-list {
    height: 312px;
  }
}

.comment-list.active {
  height: auto;
}

.comment-list.active .comment {
  height: auto;
  overflow: initial;
}

.comment-list.active .comment-content {
  height: 100%;
  overflow: initial;
}

.comment {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .comment {
    margin-bottom: 0;
    width: 18.75vw;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0 1.04167vw 4.27083vw;
  }
}

@media (min-width: 1920px) {
  .comment {
    width: 360px;
    padding: 0 20px 82px;
  }
}

@media (min-width: 992px) {
  .comment:not(:nth-child(1n + 4)) {
    display: inline-block;
    height: 15.625vw;
    overflow: hidden;
  }
}

@media (min-width: 1920px) {
  .comment:not(:nth-child(1n + 4)) {
    height: 300px;
  }
}

.comment-meta {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .comment-meta {
    margin-bottom: 0.85rem;
  }
}

.comment-author {
  font-family: "Zilla Slab", serif;
  font-size: 1.25rem;
  position: relative;
}

.comment-time {
  font-size: 0.77778rem;
}

@media (min-width: 992px) {
  .comment-time {
    font-size: 0.72917vw;
  }
}

@media (min-width: 1920px) {
  .comment-time {
    font-size: 14px;
  }
}

.view-more {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

@media (min-width: 992px) {
  .view-more {
    padding: 1.04167vw 0 0.9375vw 0;
    top: -0.78125vw;
  }
}

@media (min-width: 1920px) {
  .view-more {
    padding: 20px 0 18px 0;
    top: -15px;
  }
}

.view-more.hidden {
  display: none;
}

.view-more.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-more-content {
  padding: 0 20px;
  cursor: pointer;
}

.view-more-btn {
  font-family: "Zilla Slab", serif;
  font-size: 1.33333rem;
  cursor: pointer;
  border: none;
}

@media (min-width: 992px) {
  .view-more-btn {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1920px) {
  .view-more-btn {
    font-size: 30px;
  }
}

.view-more-btn .icon-arrow-down {
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
  .view-more-btn .icon-arrow-down {
    position: relative;
    top: 8px;
    left: 3px;
    width: 20px;
    height: 26px;
  }
}

.total-article {
  color: #707070;
  font-size: 0.66667rem;
}

@media (min-width: 992px) {
  .total-article {
    color: #afb0b3;
    font-size: 0.9375vw;
  }
}

@media (min-width: 1920px) {
  .total-article {
    font-size: 18px;
  }
}

.comment-form-area {
  padding-top: 2.77778rem;
  padding-bottom: 1.3rem;
}

.comment-form-area .total-article {
  color: #707070;
  font-size: 0.66667rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .comment-form-area .total-article {
    padding-top: 7.04635vw;
    padding-bottom: 6.25vw;
  }
}

@media (min-width: 1920px) {
  .comment-form-area .total-article {
    padding-top: 135.29px;
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .comment-form-area.feedback-form {
    margin-top: 2rem;
  }
}

.comment-form-area .input-container:not(:last-child) {
  position: relative;
}

.comment-form-area .input-container:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .comment-form-area .input-container:not(:last-child).feedback-form {
    margin-top: 2rem;
  }
}

.comment-form-title {
  font-family: "Zilla Slab", serif;
  font-size: 1.33333rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .comment-form-title {
    margin-top: 0;
    font-size: 2.34375vw;
    font-weight: 300;
  }
}

@media (min-width: 1920px) {
  .comment-form-title {
    font-size: 45px;
  }
}

.comment-caption {
  color: #707070;
  margin-top: 1rem;
  font-size: 0.66667rem;
}

@media (min-width: 992px) {
  .comment-caption {
    margin-top: 1.22396vw;
    font-size: 0.9375vw;
  }
}

@media (min-width: 1920px) {
  .comment-caption {
    margin-top: 23.5px;
    font-size: 18px;
  }
}

.comment-caption a {
  color: #707070;
}

.comment-caption p {
  margin-bottom: 0;
}

.related-posts {
  font-family: "Zilla Slab", serif;
  padding-top: 4.44444rem;
  padding-bottom: 4.44444rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .related-posts {
    padding: 2.86458vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1920px) {
  .related-posts {
    padding: 55px;
  }
}

.related-posts-title {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  max-width: 50%;
  font-size: 1.66667rem;
}

@media (min-width: 992px) {
  .related-posts-title {
    font-size: 1.5625vw;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1920px) {
  .related-posts-title {
    font-size: 30px;
  }
}

.related-posts-list {
  margin-bottom: 0;
}

.related-post-item {
  line-height: 1.4;
  font-size: 1.11111rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .related-post-item {
    font-size: 1.25vw;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1920px) {
  .related-post-item {
    font-size: 24px;
  }
}

.related-post-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .issues-intro {
    margin-bottom: 180px;
  }
}

.issues-list {
  padding-bottom: 2.61111rem;
}

@media (min-width: 992px) {
  .issues-list {
    padding-bottom: 2.44792vw;
  }
}

@media (min-width: 1920px) {
  .issues-list {
    padding-bottom: 47px;
  }
}

.issue-post {
  padding-bottom: 5.27778rem;
}

@media (min-width: 992px) {
  .issue-post {
    padding-bottom: 2.60417vw;
  }
}

@media (min-width: 1920px) {
  .issue-post {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .issue-post--single {
    margin-bottom: 2.08333vw;
  }
}

@media (min-width: 1920px) {
  .issue-post--single {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .issue-post .post-content {
    flex-direction: row-reverse;
    align-self: center;
  }
}

.issue-post .entry-header {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .issue-post .entry-header {
    padding-top: 0;
  }
}

.issue-post .entry-title {
  margin: 0;
  padding: 35px 0;
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .issue-post .entry-title {
    font-size: 4.16667vw;
  }
}

@media (min-width: 1920px) {
  .issue-post .entry-title {
    font-size: 80px;
  }
}

.issue-post figure {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .issue-post figure {
    position: relative;
    width: 36.19792vw;
    height: 36.19792vw;
    overflow: hidden;
  }
}

@media (min-width: 1920px) {
  .issue-post figure {
    width: 695px;
    height: 695px;
  }
}

.issue-post figure img {
  width: 100%;
}

@media (min-width: 992px) {
  .issue-post figure img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.article-card {
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
  -webkit-transform-origin: center;
          transform-origin: center;
  box-shadow: none;
  border: 1px solid #000;
  margin-bottom: 1.33333rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  flex-grow: 1;
  overflow: hidden;
}

.article-card:hover, .article-card:focus {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.article-card:hover, .article-card:focus {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.article-card a {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .article-card {
    margin-bottom: 1rem;
    min-height: auto;
  }
}

.article-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.article-card-header {
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  min-height: 4.44444rem;
}

@media (min-width: 992px) {
  .article-card-header {
    align-items: flex-end;
    flex-grow: 1;
    min-height: 5.55556rem;
  }
}

.article-card-title {
  font-size: 1.11111rem;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 992px) {
  .article-card-title {
    font-size: 1.25vw;
  }
}

@media (min-width: 1920px) {
  .article-card-title {
    font-size: 24px;
  }
}

.article-card-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.article-card-thumbnail::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 50%;
}

.article-card-thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article-card-content {
  display: block;
  flex-grow: 1;
  padding-bottom: 0;
}

.article-card-content:hover {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .article-card-content {
    display: flex;
    flex-direction: column;
  }
}

.article-card--spotlight {
  max-width: none;
}

@media (min-width: 992px) {
  .article-card--spotlight {
    position: relative;
  }
}

.article-card--spotlight .article-card-header {
  padding-top: 4rem;
}

@media (min-width: 992px) {
  .article-card--spotlight .article-card-header {
    flex-basis: 50%;
  }
}

@media (min-width: 992px) {
  .article-card--spotlight .article-card-footer {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}

.article-card--spotlight .article-card-thumbnail {
  position: relative;
}

.article-card--spotlight .article-card-thumbnail::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.article-card--spotlight .article-card-thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .article-card--spotlight .article-card-thumbnail {
    flex-basis: 50%;
    align-self: stretch;
  }
  .article-card--spotlight .article-card-thumbnail::before {
    padding-top: 0;
  }
  .article-card--spotlight .article-card-thumbnail > img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.article-card--spotlight .article-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 992px) {
  .article-card--spotlight .article-card-content {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}

.article-card--spotlight .article-card-title,
.article-card--no-thumbnail .article-card-title {
  font-size: 1.77778rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .article-card--spotlight .article-card-title,
  .article-card--no-thumbnail .article-card-title {
    font-size: 2.08333vw;
  }
}

@media (min-width: 1920px) {
  .article-card--spotlight .article-card-title,
  .article-card--no-thumbnail .article-card-title {
    font-size: 40px;
  }
}

.featured-reading-list-card {
  min-height: 0;
  display: block;
}

.featured-reading-list-card .article-card-header {
  padding: 1rem 1.5rem;
  position: relative;
  display: block;
}

.featured-reading-list-card .icon-reading-list {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.featured-reading-list-card .article-card-title {
  font-size: 1.33333rem;
  font-weight: 700;
  padding-right: 1.5rem;
}

.featured-reading-list-card__author {
  font-family: "Zilla Slab", serif;
  font-size: 1.11111rem;
}

.featured-reading-list-card .article-card-thumbnail {
  line-height: 0;
}

.featured-reading-list-card .article-card-thumbnail::before {
  padding-top: 0;
}

.featured-reading-list-card .article-card-thumbnail > img {
  position: static;
}

.article-card--no-thumbnail {
  min-height: 300px;
}

@media (min-width: 992px) {
  .article-card--no-thumbnail {
    min-height: auto;
  }
}

.article-card--no-thumbnail > a {
  display: flex;
  flex-direction: column;
}

.article-card--no-thumbnail .article-card-content {
  padding-top: 0;
  flex-grow: 1;
  position: relative;
}

.article-card--no-thumbnail .article-card-content::before {
  content: ' ';
  margin-top: 75%;
}

.article-card--no-thumbnail .article-card-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: flex-end;
}

.simplebar-track.simplebar-vertical {
  width: 16px;
}

.simplebar-scrollbar {
  width: 10px;
}

.people-photo {
  margin-bottom: 2.22222rem;
}

@media (min-width: 992px) {
  .people-photo .caption {
    text-align: right;
  }
}

.reading-list-content {
  margin-top: 3.33333rem;
}

@media (min-width: 992px) {
  .reading-list-content {
    margin-top: 3.33333rem;
    margin-bottom: 3.33333rem;
  }
}

.readlist-sharelink-container {
  margin-bottom: 10px;
  position: relative;
}

.my-reading-list-title {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .my-reading-list-title {
    margin-bottom: 2rem;
  }
}

.my-reading-list-title .icon-reading-list {
  position: relative;
  left: 3px;
  top: 5px;
  width: 2.91667vw;
  height: 2.91667vw;
}

@media (min-width: 1920px) {
  .my-reading-list-title .icon-reading-list {
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 992px) {
  .share-reading-list-content {
    padding-left: 2.5rem;
    margin-top: 2.1875vw;
  }
}

@media (min-width: 1920px) {
  .share-reading-list-content {
    margin-top: 42px;
  }
}

.share-reading-list-title {
  font-family: "Zilla Slab", serif;
  font-size: 1.33333rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 992px) {
  .share-reading-list-title {
    font-size: 1.5625vw;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .share-reading-list-title {
    font-size: 30px;
  }
}

.social-icons {
  display: flex;
  align-items: center;
}

.post-actions .social-icons {
  flex-direction: column;
}

.social-icons .btn {
  margin-right: 1.5rem;
  margin-bottom: 1.25rem;
}

.social-icons .icon-facebook {
  margin-left: -0.5rem;
}

.sticky-item .social-icons .icon-facebook {
  margin-left: 0;
}

.spotlights {
  padding: 5.55556rem 0;
}

@media (min-width: 992px) {
  .spotlights {
    padding: 5.20833vw 0;
  }
}

@media (min-width: 1920px) {
  .spotlights {
    padding: 100px 0;
  }
}

.spotlights-title {
  padding-left: 0;
}

@media (min-width: 992px) {
  .spotlights-title {
    padding-left: 1.82292vw;
  }
}

@media (min-width: 1920px) {
  .spotlights-title {
    padding-left: 35px;
  }
}

.spotlights-text,
.spotlights-image {
  padding-left: 0;
}

.spotlights-text .slick-track {
  display: flex;
  flex-direction: column;
  left: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .spotlights-text .slick-track {
    margin-left: auto;
    margin-right: auto;
  }
}

.spotlights-text .slick-slide {
  width: 100% !important;
}

.spotlights-text .slick-slide a:hover {
  color: #000;
  border-bottom: 2px solid;
  padding-bottom: 0;
}

.spotlights-text-item h3 {
  margin: 0 0 1.66667rem;
  line-height: 3rem;
}

.spotlights-text-item h3::before, .spotlights-text-item h3::after {
  position: relative;
  top: -0.66667rem;
  font-size: 1.22222rem;
}

.spotlights-text-item h3::after {
  content: attr(data-number);
  top: -0.44444rem;
}

@media (min-width: 992px) {
  .spotlights-text-item h3 {
    margin: 0 0 1.5625vw;
  }
  .spotlights-text-item h3::before {
    content: attr(data-number);
  }
  .spotlights-text-item h3::after {
    content: '';
  }
}

@media (min-width: 1920px) {
  .spotlights-text-item h3 {
    margin: 0 0 30px;
  }
}

.spotlights-text-link {
  color: #000;
  border-bottom: 2px solid;
  padding-bottom: 0;
  font-size: 1.77778rem;
  word-break: break-word;
}

@media (min-width: 992px) {
  .spotlights-text-link {
    color: #707070;
    border-bottom-width: 0;
    font-size: 2.34375vw;
  }
}

@media (min-width: 1920px) {
  .spotlights-text-link {
    font-size: 45px;
  }
}

.spotlights-image .slick-list {
  max-height: 680px;
}

.spotlights-image img {
  width: 100%;
}

.slick-current .spotlights-text-link {
  color: #000;
  border-bottom: 2px solid;
  padding-bottom: 0;
}

.spotlights-container.collapse:not(.show) {
  display: block !important;
  height: 0;
  overflow: hidden;
}

.spotlights-container.collapse.show {
  display: block !important;
  height: auto;
}

.download-modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.download-modal .modal-header {
  border-bottom-color: transparent;
  position: absolute;
  right: 0;
  padding: 1.11111rem;
  z-index: 99;
}

@media (min-width: 992px) {
  .download-modal .modal-header {
    position: relative;
    padding: 0.67708vw;
    margin-top: 2.76042vw;
  }
}

@media (min-width: 1920px) {
  .download-modal .modal-header {
    padding: 13px;
    margin-top: 53px;
  }
}

@media (min-width: 992px) {
  .download-modal .modal-header button {
    position: absolute;
    right: 2.34375vw;
    top: 0;
  }
}

@media (min-width: 1920px) {
  .download-modal .modal-header button {
    right: 45px;
  }
}

.download-modal .modal-body {
  padding: 3.11111rem 0;
}

@media (min-width: 992px) {
  .download-modal .modal-body {
    padding-bottom: 3.02083vw;
    padding-top: 4.6875vw;
  }
}

@media (min-width: 1920px) {
  .download-modal .modal-body {
    padding-bottom: 58px;
    padding-top: 90px;
  }
}

.download-modal img {
  width: 100%;
  max-height: 10rem;
}

@media (min-width: 1920px) {
  .download-modal img {
    max-height: 180px;
  }
}

.download-modal .download-modal-title {
  margin: 0;
  font-size: 1.33333rem;
  padding-top: 2rem;
  padding-bottom: 1.27778rem;
}

@media (min-width: 992px) {
  .download-modal .download-modal-actions {
    padding-bottom: 10px;
  }
}

.download-modal .download-modal-actions .btn {
  justify-content: center;
  width: 100%;
}

@media (min-width: 992px) {
  .download-modal .download-modal-actions .btn {
    width: auto;
  }
}

.download-modal .download-modal-actions .btn:first-child {
  margin-bottom: 0.66667rem;
}

@media (min-width: 992px) {
  .download-modal .download-modal-actions .btn:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.download-modal hr {
  background-color: #000;
}

.download-modal .download-modal-line {
  display: none;
}

@media (min-width: 992px) {
  .download-modal .download-modal-line {
    display: block;
    width: 1px;
    height: 16.66667vw;
    background: #000;
    position: absolute;
    right: 50%;
    top: 1.30208vw;
  }
}

@media (min-width: 1920px) {
  .download-modal .download-modal-line {
    height: 320px;
    right: 50%;
    top: 25px;
  }
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.styleguide-form-demo {
  padding: 2rem;
}

@media (min-width: 992px) {
  .styleguide-form-demo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.styleguide-elements {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.styleguide-list li {
  margin-bottom: 0.5rem;
}

.styleguide-color {
  padding: 0.5rem 1rem;
}

.styleguide-color code {
  background-color: transparent;
}

.styleguide-color--all {
  background-color: #000;
  color: #fff;
}

.styleguide-color--privacy {
  background-color: #64aaff;
}

.styleguide-color--openness {
  background-color: #f6f;
}

.styleguide-color--digital {
  background-color: #a87dff;
}

.styleguide-color--literacy {
  background-color: #7bffae;
}

.styleguide-color--decentralization {
  background-color: #ffd33d;
}

.credits {
  list-style: none;
  padding: 0;
  -webkit-column-count: 2;
          column-count: 2;
}

@media (min-width: 992px) {
  .credits {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.feedback-email {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.3;
  word-break: break-all;
}

@media (min-width: 992px) {
  .feedback-email {
    font-size: 1.5625vw;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1920px) {
  .feedback-email {
    font-size: 30px;
  }
}

.reading-list-articles {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.reading-list__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  align-items: flex-start;
  width: 100%;
}

.reading-list__item:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 2.33rem);
  background-color: #707070;
  bottom: 0;
  left: 1.1667rem;
  opacity: 0.3;
}

@media (min-width: 992px) {
  .reading-list__item:not(:last-child)::after {
    width: calc(100% - 3.5rem);
    left: 1.75rem;
  }
}

@media (min-width: 992px) {
  .reading-list__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .reading-list__item.rl-item-empty .icon-bookmark {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 3px;
  }
}

.reading-list__link {
  font-family: "Zilla Slab", serif;
  font-size: 1.11111rem;
  line-height: 1.2;
  align-self: stretch;
}

@media (min-width: 992px) {
  .reading-list__link {
    align-self: center;
  }
}

.reading-list__link:hover {
  padding-bottom: 2px;
}

.rl-item-empty .reading-list__link:hover {
  padding-bottom: 0;
  border-bottom: 0;
}

.reading-list__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 992px) {
  .reading-list__meta {
    margin-bottom: 0;
    margin-left: auto;
    width: auto;
    min-width: 200px;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .reading-list__meta .icon-bookmark {
    margin-left: 1rem;
  }
}

.collapse-articles {
  padding: 20px 10px;
  overflow: hidden;
  height: 16.66667rem;
}

@media (min-width: 768px) {
  .collapse-articles {
    padding: 20px;
    height: 42vw;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media (min-width: 992px) {
  .collapse-articles {
    height: 21.875vw;
  }
}

@media (min-width: 1920px) {
  .collapse-articles {
    height: 420px;
  }
}

.collapse-articles.active {
  height: auto;
}

.collapse-articles--reading-list {
  height: 16.5rem;
}

@media (min-width: 768px) {
  .collapse-articles--reading-list {
    height: 38vw;
  }
}

@media (min-width: 992px) {
  .collapse-articles--reading-list {
    height: 20.20833vw;
  }
}

@media (min-width: 1920px) {
  .collapse-articles--reading-list {
    height: 388px;
  }
}

.home-article-list-container {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .home-article-list-container {
    margin-top: 2.60417vw;
  }
}

@media (min-width: 1920px) {
  .home-article-list-container {
    margin-top: 50px;
  }
}

.featured-reading-lists-articles {
  padding-top: 1rem;
  height: 75vw;
  overflow: hidden;
}

.featured-reading-lists-articles.active {
  height: auto;
}

@media (min-width: 768px) {
  .featured-reading-lists-articles {
    height: 38vw;
  }
  .featured-reading-lists-articles.active {
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .featured-reading-lists-articles {
    height: 22vw;
  }
}

@media (min-width: 992px) {
  .home-my-reading-list {
    margin-top: 2rem;
    margin-bottom: 14rem;
  }
}

.home-my-reading-list-articles {
  margin-top: 4.6875vw;
  max-height: 20.83333vw;
  overflow: auto;
  padding-bottom: 1px;
}

@media (min-width: 1920px) {
  .home-my-reading-list-articles {
    margin-top: 90px;
    max-height: 400px;
  }
}

.intro-section {
  padding-bottom: 8.33333rem;
}

@media (min-width: 992px) {
  .intro-section {
    padding-bottom: 5.20833vw;
    padding-top: 5.20833vw;
  }
}

@media (min-width: 1920px) {
  .intro-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.intro-section .link-more, .intro-section .reading-list__link {
  font-size: 1.111rem;
}

.intro-main-title {
  font-size: 2.5rem;
  line-height: 1.111;
}

@media (min-width: 992px) {
  .intro-main-title {
    font-size: 5.20833vw;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .intro-main-title {
    font-size: 100px;
  }
}

@media (min-width: 992px) {
  .intro-subtitle {
    padding-bottom: 1.5rem;
  }
}

.intro-ihr-download {
  position: relative;
  top: -3.33333rem;
  right: 0;
  margin-left: auto;
  width: 6.88889rem;
  height: 6.88889rem;
}

@media (min-width: 992px) {
  .intro-ihr-download {
    top: -1.30208vw;
    left: 50px;
    margin-left: 0;
    width: 9.89583vw;
    height: 9.89583vw;
  }
}

@media (min-width: 1920px) {
  .intro-ihr-download {
    top: -25px;
    width: 190px;
    height: 190px;
  }
}

.intro-ihr-download .icon-download {
  margin-bottom: 0;
}

.intro-ihr-download .btn-circle-text-primary {
  font-size: 1.11111rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .intro-ihr-download .btn-circle-text-primary {
    font-size: 1.25vw;
  }
}

@media (min-width: 1920px) {
  .intro-ihr-download .btn-circle-text-primary {
    font-size: 24px;
  }
}

.intro-ihr-download .btn-circle-text-secondary {
  font-size: 0.66667rem;
}

@media (min-width: 992px) {
  .intro-ihr-download .btn-circle-text-secondary {
    font-size: 1.25vw;
    text-transform: lowercase;
  }
}

@media (min-width: 1920px) {
  .intro-ihr-download .btn-circle-text-secondary {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .button-issues-container {
    padding-top: 2.34375vw;
  }
}

@media (min-width: 1920px) {
  .button-issues-container {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .button-issues-container.search {
    padding-top: 0;
  }
}

@media (min-width: 1920px) {
  .button-issues-container.search {
    padding-top: 0;
  }
}

.button-issues {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-issues .btn {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (min-width: 992px) {
  .home-issues {
    min-height: 80vh;
  }
}

.home-issues::after {
  content: '';
  display: block;
  clear: both;
}

.isotope-grid-item {
  clear: both;
  background-color: #fff;
  width: 100%;
}

.isotope-grid-item:nth-child(1) {
  z-index: 10;
}

.isotope-grid-item:nth-child(2) {
  z-index: 9;
}

.isotope-grid-item:nth-child(3) {
  z-index: 8;
}

.isotope-grid-item:nth-child(4) {
  z-index: 6;
}

.isotope-grid-item:nth-child(5) {
  z-index: 5;
}

.search-form {
  margin-bottom: 1rem;
}

.search-results {
  margin-top: 3rem;
}

.search-filters {
  display: none;
}

@media (min-width: 992px) {
  .search-filters {
    display: flex;
    flex-direction: column;
    margin-top: 9.375vw;
    margin-bottom: 5.20833vw;
  }
}

@media (min-width: 1920px) {
  .search-filters {
    margin-top: 180px;
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .search-filters--no-results {
    margin-bottom: 10.41667vw;
  }
}

@media (min-width: 1920px) {
  .search-filters--no-results {
    margin-bottom: 200px;
  }
}

.search-filter-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}


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