@charset "UTF-8";
.line-clamp-text::after {
  content: "...";
  display: inline;
}

.modal {
  height: 90%;
  left: 50%;
  max-height: 650px;
  max-width: 700px;
  opacity: 1;
  padding-top: 42px;
  position: fixed;
  top: -100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  z-index: 1000;
}

.modal.active {
  top: 50%;
  transition: top 400ms ease;
}

.modal .modal-close {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 2px;
  padding-right: 32px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.modal .modal-close::before, .modal .modal-close::after {
  background: #FFFFFF;
  content: '';
  height: 2px;
  position: absolute;
  right: -2px;
  top: 10px;
  width: 26px;
}

.modal .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay {
  background: #000000;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}

.overlay.active {
  display: block;
}

.swiper {
  position: relative;
  width: 100%;
}

.swiper .swiper-section {
  overflow: hidden;
  width: 100%;
}

.swiper .swiper-section .swiper-container {
  font-size: 0;
  white-space: nowrap;
  width: 100%;
}

.swiper .swiper-section .swiper-container .swiper-item {
  display: inline-block;
  float: none;
  position: relative;
  white-space: normal;
  width: 100%;
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #4D4D4D;
  background-color: #FFFFFF;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #009BDA;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #00658e;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1280px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1400px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.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, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10, article blockquote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333333%;
  }
  .pull-sm-2 {
    right: 16.66666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333333%;
  }
  .pull-sm-5 {
    right: 41.66666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333333%;
  }
  .pull-sm-8 {
    right: 66.66666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333333%;
  }
  .pull-sm-11 {
    right: 91.66666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333333%;
  }
  .push-sm-2 {
    left: 16.66666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333333%;
  }
  .push-sm-5 {
    left: 41.66666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333333%;
  }
  .push-sm-8 {
    left: 66.66666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333333%;
  }
  .push-sm-11 {
    left: 91.66666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1, article blockquote {
    margin-left: 8.33333333%;
  }
  .offset-sm-2, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9, article blockquote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333333%;
  }
  .pull-md-2 {
    right: 16.66666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333333%;
  }
  .pull-md-5 {
    right: 41.66666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333333%;
  }
  .pull-md-8 {
    right: 66.66666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333333%;
  }
  .pull-md-11 {
    right: 91.66666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333333%;
  }
  .push-md-2 {
    left: 16.66666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333333%;
  }
  .push-md-5 {
    left: 41.66666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333333%;
  }
  .push-md-8 {
    left: 66.66666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333333%;
  }
  .push-md-11 {
    left: 91.66666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2, article blockquote {
    margin-left: 16.66666667%;
  }
  .offset-md-3, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333333%;
  }
  .pull-lg-2 {
    right: 16.66666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333333%;
  }
  .pull-lg-5 {
    right: 41.66666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333333%;
  }
  .pull-lg-8 {
    right: 66.66666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333333%;
  }
  .pull-lg-11 {
    right: 91.66666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333333%;
  }
  .push-lg-2 {
    left: 16.66666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333333%;
  }
  .push-lg-5 {
    left: 41.66666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333333%;
  }
  .push-lg-8 {
    left: 66.66666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333333%;
  }
  .push-lg-11 {
    left: 91.66666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333333%;
  }
  .pull-xl-2 {
    right: 16.66666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333333%;
  }
  .pull-xl-5 {
    right: 41.66666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333333%;
  }
  .pull-xl-8 {
    right: 66.66666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333333%;
  }
  .pull-xl-11 {
    right: 91.66666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333333%;
  }
  .push-xl-2 {
    left: 16.66666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333333%;
  }
  .push-xl-5 {
    left: 41.66666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333333%;
  }
  .push-xl-8 {
    left: 66.66666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333333%;
  }
  .push-xl-11 {
    left: 91.66666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.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-faded {
  background-color: #f7f7f7;
}

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !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;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.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-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-justify {
  text-align: justify !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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

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

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

@media (min-width: 1400px) {
  .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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

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

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

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

.text-info {
  color: #5bc0de !important;
}

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

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

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

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

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

.text-gray-dark {
  color: #292b2c !important;
}

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

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1280px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1400px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.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, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article, .col, .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, .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, .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, .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, article blockquote, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10, article blockquote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333333%;
  }
  .pull-sm-2 {
    right: 16.66666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333333%;
  }
  .pull-sm-5 {
    right: 41.66666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333333%;
  }
  .pull-sm-8 {
    right: 66.66666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333333%;
  }
  .pull-sm-11 {
    right: 91.66666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333333%;
  }
  .push-sm-2 {
    left: 16.66666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333333%;
  }
  .push-sm-5 {
    left: 41.66666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333333%;
  }
  .push-sm-8 {
    left: 66.66666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333333%;
  }
  .push-sm-11 {
    left: 91.66666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1, article blockquote {
    margin-left: 8.33333333%;
  }
  .offset-sm-2, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9, article blockquote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333333%;
  }
  .pull-md-2 {
    right: 16.66666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333333%;
  }
  .pull-md-5 {
    right: 41.66666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333333%;
  }
  .pull-md-8 {
    right: 66.66666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333333%;
  }
  .pull-md-11 {
    right: 91.66666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333333%;
  }
  .push-md-2 {
    left: 16.66666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333333%;
  }
  .push-md-5 {
    left: 41.66666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333333%;
  }
  .push-md-8 {
    left: 66.66666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333333%;
  }
  .push-md-11 {
    left: 91.66666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2, article blockquote {
    margin-left: 16.66666667%;
  }
  .offset-md-3, article h5, article p, article ul, article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333333%;
  }
  .pull-lg-2 {
    right: 16.66666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333333%;
  }
  .pull-lg-5 {
    right: 41.66666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333333%;
  }
  .pull-lg-8 {
    right: 66.66666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333333%;
  }
  .pull-lg-11 {
    right: 91.66666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333333%;
  }
  .push-lg-2 {
    left: 16.66666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333333%;
  }
  .push-lg-5 {
    left: 41.66666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333333%;
  }
  .push-lg-8 {
    left: 66.66666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333333%;
  }
  .push-lg-11 {
    left: 91.66666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333333%;
  }
  .pull-xl-2 {
    right: 16.66666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333333%;
  }
  .pull-xl-5 {
    right: 41.66666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333333%;
  }
  .pull-xl-8 {
    right: 66.66666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333333%;
  }
  .pull-xl-11 {
    right: 91.66666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333333%;
  }
  .push-xl-2 {
    left: 16.66666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333333%;
  }
  .push-xl-5 {
    left: 41.66666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333333%;
  }
  .push-xl-8 {
    left: 66.66666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333333%;
  }
  .push-xl-11 {
    left: 91.66666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.alert-error {
  border-style: solid;
  border-width: 1px;
  display: none;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 28px;
  padding: 24px 24px 24px 65px;
  position: relative;
  text-align: left;
}

.active.alert-error {
  display: block;
}

.alert-error::before {
  border-radius: 50%;
  content: '';
  height: 36px;
  left: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}

.alert-error {
  background-color: #FFFBFB;
  border-color: #E74C3C;
  color: #E74C3C;
}

.alert-error::before {
  background-color: #E74C3C;
  background-image: url("/images/icon_error_sm.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.breadcrumb li a, .link-primary, .link-secondary, .pagination li a {
  background: linear-gradient(180deg, #FFC500, #FFC500);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  transition: background-size 400ms ease;
}

.breadcrumb li a:hover, .link-primary:hover, .link-secondary:hover, .pagination li a:hover {
  background-size: 100% 2px;
}

.container-banner {
  margin: 30px auto 60px;
  max-width: 1400px;
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 1399px) {
  .container-banner {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .container-banner {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.container-banner .container-banner-image {
  height: 422px;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .container-banner .container-banner-image {
    height: 200px;
    margin-top: 8px;
    overflow-x: hidden;
    position: relative;
  }
}

.container-banner .container-banner-image img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.body-lines-container {
  border-left: 1px solid #E9EBEC;
  border-right: 1px solid #E9EBEC;
  height: 100%;
  left: 50%;
  max-width: 1200px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

@media (max-width: 1279px) {
  .body-lines-container {
    border-left: 0;
    border-right: 0;
  }
}

.body-lines-container::after {
  border-left: 1px solid #E9EBEC;
  border-right: 1px solid #E9EBEC;
  content: '';
  height: 100%;
  left: 25%;
  position: absolute;
  top: 0;
  width: 50%;
}

.body-lines-container::before {
  border-left: 1px solid #E9EBEC;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  max-width: unset;
  padding: 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  text-align: left;
}

.breadcrumb li::before {
  background: none;
  color: #000000;
  content: '|';
  display: block;
  height: 100%;
  left: 6px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:first-child::before {
  content: none;
}

.breadcrumb li:last-child {
  color: #999999;
  cursor: default;
  display: inline-block;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.breadcrumb li a {
  background-size: 0% 1px;
  color: #000000;
  display: inline-block;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.breadcrumb li a:hover {
  background-size: 100% 1px;
}

.breadcrumb li a:active, .breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #000000;
  text-decoration: none;
}

.btn-primary, .btn-outline, .btn-disabled {
  border: 0;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 500;
  padding: 12px 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-outline:hover, .btn-disabled:hover, .btn-primary:focus, .btn-outline:focus, .btn-disabled:focus, .btn-primary:active, .btn-outline:active, .btn-disabled:active {
  outline: none;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(180deg, #000000, #000000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 400ms ease;
  background-color: #FFC500;
  border: 0;
  color: #000000;
  cursor: pointer;
}

.btn-primary:hover {
  background-size: 100% 100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #FFFFFF;
}

.btn-outline {
  background: linear-gradient(180deg, #FFC500, #FFC500);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 400ms ease;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
}

.btn-outline:hover {
  background-size: 100% 100%;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  color: #000000;
}

.btn-disabled {
  background: #DDDDDD;
  color: #999999;
}

/* fix for ipad attachment button */
.btn-file {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#attachment {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card {
  float: left;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.card .card-image {
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.card .card-image:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card .card-image > img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 300ms ease;
}

.card .card-image .card-logo {
  background: #FFFFFF;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  z-index: 100;
}

.card .card-image .card-logo img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card .text-belt-secondary {
  float: left;
  margin-bottom: 4px;
}

.card .card-title {
  float: left;
  margin-bottom: 4px;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .card .card-title {
    height: auto;
  }
}

.card .card-title .link-primary {
  display: block;
  padding-bottom: 4px;
  text-transform: none;
  min-height: 75px;
}

@media (max-width: 767px) {
  .card .card-title .link-primary {
    padding-bottom: 2px;
  }
}

.card .card-title .link-primary h4 {
  display: inline;
  margin-bottom: 0;
}

.card .card-content {
  border-bottom: 9px solid #000000;
  float: left;
  font-size: 16px;
  padding-bottom: 28px;
  width: 100%;
}

@media (max-width: 767px) {
  .card .card-content {
    padding-bottom: 16px;
  }
}

.card .card-content p {
  float: left;
  margin: 0;
  overflow-y: hidden;
  width: 100%;
}

.cards-container-fluid {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .cards-container-fluid {
    padding: 0;
  }
}

.cookies {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  padding: 8px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

.cookies.active {
  display: block;
}

.cookies .cookies-content {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 8px;
  padding-right: 40px;
  position: relative;
}

.cookies .cookies-content .cookies-text {
  color: #FFFFFF;
  text-align: center;
}

.cookies .cookies-content .cookies-text a {
  border-bottom: 1px solid #FFC500;
  color: #FFFFFF;
  text-decoration: none;
}

.cookies .cookies-content .cookies-close {
  color: #FFFFFF;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 22px;
}

.cookies .cookies-content .cookies-close::before, .cookies .cookies-content .cookies-close::after {
  background: #FFFFFF;
  content: '';
  height: 1px;
  position: absolute;
  right: -2px;
  top: 10px;
  width: 26px;
}

.cookies .cookies-content .cookies-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cookies .cookies-content .cookies-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.grupoanaya.es/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 900;
  src: url("https://www.grupoanaya.es/fonts/Tiempos/Tiempos-Bold.ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.grupoanaya.es/fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.grupoanaya.es/fonts/Roboto/Roboto-Medium.ttf");
}

.form-label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.form-label .link-primary {
  font-weight: 400;
  text-transform: none;
}

.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #666666;
  font-family: "Roboto";
  font-size: 16px;
  outline: none;
  padding: 12px 16px;
  text-align: left;
  width: 100%;
}

.form-control:hover, .form-control:focus {
  border-color: #BFBFBF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.form-control[type='checkbox'] {
  display: none;
}

.form-control[type='checkbox']:checked + .form-label::after {
  background: #FFC500;
}

.form-control[type='checkbox'] + .form-label {
  cursor: pointer;
  padding-left: 32px;
  position: relative;
}

.form-control[type='checkbox'] + .form-label::before {
  background: #FFFFFF;
  border: 1px solid #5E5E5E;
  border-radius: 4px;
  content: '';
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.form-control[type='checkbox'] + .form-label::after {
  background: #FFFFFF;
  border-radius: 1px;
  content: '';
  cursor: pointer;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 6px;
  width: 12px;
}

.form-submit {
  float: left;
  margin-bottom: 60px;
  margin-top: 20px;
  max-width: 360px;
  width: 100%;
}

.form-invalid-message {
  color: #E74C3C;
  display: none;
  font-size: 12px;
  font-weight: 400;
  left: 10px;
  line-height: 18px;
  margin-top: 4px;
  text-align: left;
  width: 100%;
}

.input-group, .input-file-group {
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.input-group:hover, .input-file-group:hover, .input-group:focus, .input-file-group:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.input-group .form-control, .input-file-group .form-control {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.input-group .form-group-addon, .input-file-group .form-group-addon {
  border-radius: 0 4px 4px 0;
  padding: 12px;
}

.input-file-group .form-group-addon {
  position: relative;
}

.input-file-group [type='file'] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.input-file-group [type='file']::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form-group {
  margin-bottom: 24px;
}

.form-group.invalid .form-label {
  color: #E74C3C;
}

.form-group.invalid .form-label .link-primary {
  color: #E74C3C;
}

.form-group.invalid .form-control {
  border-color: #E74C3C;
}

.form-group.invalid .form-invalid-message {
  display: block;
}

textarea {
  min-height: 100px;
}

.form-text-contianer {
  padding-left: 20px;
}

.form-image-container {
  margin-bottom: 20px;
}

.form-image-container img {
  max-width: 100%;
}

.form-container {
  padding: 0 20px;
}

.form-confirmation-message p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.form-introduction {
  padding-bottom: 30px;
}

h1, h2, h3, h4, h5, .text-capital-letter::first-letter, article section:first-of-type > p:first-of-type::first-letter, article blockquote {
  color: #000000;
  font-family: "PlayfairDisplay";
  font-weight: 400;
  text-align: left;
}

h1.inverse, h2.inverse, h3.inverse, h4.inverse, h5.inverse, .inverse.text-capital-letter::first-letter, article section:first-of-type > p.inverse:first-of-type::first-letter, article blockquote.inverse {
  color: #FFFFFF;
}

h1 {
  font-size: 60px;
  line-height: 70px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

.icon-success {
  background-color: #3FCCBD;
  background-image: url("/images/icon_success.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
}

.icon-facebook {
  background-image: url("/images/facebook.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 250ms ease;
  width: 100%;
}

.icon-facebook:hover {
  background-image: url("/images/facebook_activated.png");
}

.icon-twitter {
  background-image: url("/images/twitter.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 250ms ease;
  width: 100%;
}

.icon-twitter:hover {
  background-image: url("/images/twitter_activated.png");
}

.icon-linkedin {
  background-image: url("/images/linkedin.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 250ms ease;
  width: 100%;
}

.icon-linkedin:hover {
  background-image: url("/images/linkedin_activated.png");
}

.icon-play {
  background-image: url("/images/icon_play.png");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  border: 2px solid #000000;
  display: inline-block;
  height: 40px;
  width: 40px;
}

@-webkit-keyframes link-line {
  0% {
    width: 25px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 25px;
  }
}

@keyframes link-line {
  0% {
    width: 25px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 25px;
  }
}

.link, .b-text-content.with-links a {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.link::after, .b-text-content.with-links a::after {
  background: #FFC500;
  content: '';
  display: inline-block;
  height: 1px;
  margin-bottom: 4px;
  margin-left: 6px;
  width: 25px;
}

.link:hover, .b-text-content.with-links a:hover, .link:focus, .b-text-content.with-links a:focus, .link:active, .b-text-content.with-links a:active {
  color: #000000;
  text-decoration: none;
}

.link:hover::after, .b-text-content.with-links a:hover::after, .link:focus::after, .b-text-content.with-links a:focus::after, .link:active::after, .b-text-content.with-links a:active::after {
  -webkit-animation: link-line;
          animation: link-line;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.link-primary {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  /* font-size: 15px; */
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #000000;
  text-decoration: none;
}

.link-primary.inverse {
  color: #FFFFFF;
}

.link-primary.inverse:hover, .link-primary.inverse:focus, .link-primary.inverse:active {
  color: #FFFFFF;
  text-decoration: none;
}

.link-primary.active {
  background-size: 100% 2px;
}

.link-secondary {
  color: #999999;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #999999;
}

.link-secondary.active {
  background-size: 100% 2px;
}

@media (max-width: 1279px) {
  .menu-container {
    background: #262626;
    height: 100%;
    left: -100%;
    overflow-x: hidden;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    transition: left 400ms ease;
    width: 260px;
    z-index: 100;
  }
  .menu-container.active {
    left: 0;
  }
  .menu-container li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 60px;
    margin: 0;
    padding-left: 20px;
    padding-top: 18px;
    width: 100%;
  }
  .menu-container li:nth-child(-n+5) {
    background-color: #000000;
  }
  .menu-container li:first-child {
    border-top: 0;
  }
  .menu-container li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.menu-container .menu-item {
  background-image: url("/images/menu_arrow.png");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.menu-container .link-primary {
  padding-bottom: 4px;
}

@media (max-width: 1279px) {
  .menu-container .link-primary {
    color: #FFFFFF;
    padding-bottom: 8px;
    text-transform: lowercase;
  }
  .menu-container .link-primary::first-letter {
    text-transform: uppercase;
  }
  .menu-container .link-primary:hover, .menu-container .link-primary:focus, .menu-container .link-primary:active {
    color: #FFFFFF;
  }
}

.menu-container .link-primary.pipe {
  margin-left: 16px;
}

@media (max-width: 1279px) {
  .menu-container .link-primary.pipe {
    margin-left: 60px;
  }
}

.menu-container .link-primary.pipe::before {
  left: 0;
  margin-left: -12px;
}

@media (max-width: 1279px) {
  .menu-container .link-primary.pipe::before {
    color: #FFFFFF;
    margin-left: -34px;
  }
}

.menu-container .btn-outline {
  display: inline-block;
}

@media (max-width: 1279px) {
  .menu-container .btn-outline {
    background: none;
    border: 0;
    color: #FFFFFF;
    padding: 0;
  }
  .menu-container .btn-outline:hover, .menu-container .btn-outline:active, .menu-container .btn-outline:focus {
    color: #FFFFFF;
    text-decoration: none;
  }
}

.menu-container .menu-init {
  display: none;
}

@media (max-width: 1279px) {
  .menu-container .menu-init {
    display: block;
  }
}

@media (max-width: 1279px) {
  .menu-container .menu-languages.link-primary {
    text-transform: uppercase;
  }
}

.submenu-container {
  background-color: #000000;
  display: none;
  left: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 100;
}

@media (max-width: 1279px) {
  .submenu-container {
    display: block;
    height: 100%;
    left: 100%;
    top: 0;
    transition: left 400ms ease;
    width: 260px;
    z-index: 200;
  }
  .submenu-container.active {
    left: 0;
  }
}

.submenu-container.active {
  display: block;
}

.submenu-container .submenu {
  display: block;
  margin: 0 auto;
  padding: 16px 160px;
}

.submenu-container .submenu.submenu-about-us {
  max-width: 932px;
  text-align: left;
}

.submenu-container .submenu.submenu-activities {
  max-width: 1140px;
}

@media (max-width: 1279px) {
  .submenu-container .submenu {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.submenu-container .submenu-back {
  color: #FFFFFF;
  display: none;
  font-weight: 500;
  padding-left: 40px;
  padding-top: 18px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 1279px) {
  .submenu-container .submenu-back {
    display: inline-block;
  }
}

.submenu-container .submenu-back::before {
  background-image: url("/images/menu_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
}

@media (max-width: 1279px) {
  .body-menu {
    left: 0;
  }
  .body-menu.menu-open {
    left: 260px;
    position: fixed;
    top: 0;
    transition: left 400ms ease;
  }
}

.menu-hamburger-btn {
  cursor: pointer;
  display: none;
  height: 60px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

@media (max-width: 1279px) {
  .menu-hamburger-btn {
    display: block;
  }
}

.menu-hamburger-btn::after {
  bottom: 4px;
  color: #999999;
  content: 'menú';
  font-size: 10px;
  font-weight: 400;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.menu-hamburger-btn.active {
  background: none;
}

.menu-hamburger-btn.active::after {
  content: 'Cerrar';
}

.menu-hamburger-btn.active .hamburger-btn {
  background: none;
  left: 16px;
}

.menu-hamburger-btn.active .hamburger-btn::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-hamburger-btn.active .hamburger-btn::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-hamburger-btn .hamburger-btn {
  background-color: #FFC500;
  height: 2px;
  left: 16px;
  position: absolute;
  top: 24px;
  transition: background 400ms;
  width: 34px;
}

.menu-hamburger-btn .hamburger-btn::after, .menu-hamburger-btn .hamburger-btn::before {
  background-color: #FFC500;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition-duration: 400ms;
  width: 24px;
}

.menu-hamburger-btn .hamburger-btn::before {
  top: -10px;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.menu-hamburger-btn .hamburger-btn::after {
  bottom: -10px;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

@media (max-width: 767px) {
  .modal {
    height: 95%;
    padding-bottom: 12px;
  }
}

.modal .modal-content {
  background: #FFFFFF;
  height: 100%;
  overflow-y: scroll;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .modal .modal-content {
    padding: 0 20px;
  }
}

.modal .modal-content h4 {
  margin-bottom: 12px;
  margin-top: 32px;
}

.modal .modal-content p {
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .modal .modal-content p {
    font-size: 14px;
    line-height: 21px;
  }
}

.modal .modal-content .modal-success-container {
  left: 50%;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.modal .modal-content .modal-success-container .icon-container {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .modal .modal-content .modal-success-container .icon-container {
    margin-bottom: 12px;
  }
}

.modal .modal-content .modal-success-container h3 {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal .modal-content .modal-success-container h3 {
    margin-bottom: 12px;
  }
}

.modal .modal-content .modal-success-container p {
  margin: 0;
  text-align: center;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.newsletter .newsletter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .newsletter .newsletter-container {
    display: block;
  }
}

.newsletter .newsletter-container .newsletter-content {
  background: #000000;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .newsletter .newsletter-container .newsletter-content {
    overflow: visible;
    position: static;
  }
}

.newsletter .newsletter-container .newsletter-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .newsletter .newsletter-container .newsletter-item {
    padding: 20px;
  }
}

.newsletter .newsletter-container .newsletter-item:last-child {
  border-bottom: 0;
}

.newsletter .newsletter-container .newsletter-item .text-belt-secondary {
  display: block;
  margin-bottom: 4px;
  width: 100%;
}

.newsletter .newsletter-container .newsletter-item .link-primary {
  background-size: 0% 1px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.newsletter .newsletter-container .newsletter-item .link-primary:hover {
  background-size: 100% 1px;
}

.newsletter .newsletter-container .newsletter-item h5 {
  color: #FFFFFF;
  display: inline;
  margin: 0;
  text-transform: none;
}

.newsletter .newsletter-container .newsletter-item .link, .newsletter .newsletter-container .newsletter-item .b-text-content.with-links a, .b-text-content.with-links .newsletter .newsletter-container .newsletter-item a {
  color: #FFFFFF;
}

.pagination {
  list-style: none;
  margin-bottom: 80px;
  margin-top: 40px;
  padding: 0;
}

@media (max-width: 767px) {
  .pagination {
    margin-bottom: 32px;
    margin-top: 0;
  }
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li.active span {
  color: #000000;
  display: inline-block;
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 10px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pagination li a:nth-child(n+6),
  .pagination li.active span:nth-child(n+6) {
    display: none;
  }
}

.pagination li a.active a::after,
.pagination li.active span.active a::after {
  width: 100%;
}

.pagination li.disabled:first-child span,
.pagination li.disabled:last-child span {
  bottom: -6px;
}

.pagination li:first-child a[rel='prev'],
.pagination li:last-child a[rel='next'] {
  bottom: -12px;
}

.pagination li.disabled:first-child span,
.pagination li.disabled:last-child span,
.pagination li:first-child a[rel='prev'],
.pagination li:last-child a[rel='next'] {
  background: #000000;
  display: inline-block;
  font-size: 0;
  height: 1px;
  position: relative;
  width: 25px;
}

.pagination li.disabled:first-child span::before,
.pagination li.disabled:last-child span::before,
.pagination li:first-child a[rel='prev']::before,
.pagination li:last-child a[rel='next']::before {
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 25px;
}

.pagination li.disabled:first-child span::after,
.pagination li.disabled:last-child span::after,
.pagination li:first-child a[rel='prev']::after,
.pagination li:last-child a[rel='next']::after {
  content: '';
  height: 11px;
  margin-top: -5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 11px;
}

.pagination li:first-child a[rel='prev'],
.pagination li:last-child a[rel='next'] {
  cursor: pointer;
}

.pagination li:first-child a[rel='prev']::before,
.pagination li:last-child a[rel='next']::before {
  cursor: pointer;
}

.pagination li:first-child a[rel='prev']::after,
.pagination li:last-child a[rel='next']::after {
  cursor: pointer;
}

.pagination li.disabled:first-child span,
.pagination li:first-child a[rel='prev'] {
  margin-right: 20px;
}

.pagination li.disabled:first-child span::after,
.pagination li:first-child a[rel='prev']::after {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  left: 1px;
}

.pagination li.disabled:last-child span {
  bottom: -8px;
}

.pagination li:last-child a[rel='next'] {
  bottom: -10px;
}

.pagination li.disabled:last-child span,
.pagination li:last-child a[rel='next'] {
  margin-left: 20px;
}

.pagination li.disabled:last-child span::after,
.pagination li:last-child a[rel='next']::after {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  right: 1px;
}

@media (max-width: 767px) {
  .pagination li.disabled:last-child span {
    bottom: -4px;
  }
  .pagination li:last-child a[rel='next'] {
    bottom: -12px;
  }
}

.swiper .arrow-left,
.swiper .arrow-right,
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  cursor: pointer;
  height: 40px;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 26px;
}

@media (max-width: 1399px) {
  .swiper .arrow-left,
  .swiper .arrow-right,
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    margin-top: -90px;
  }
}

.swiper .arrow-left::before,
.swiper .arrow-right::before,
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  content: '';
  height: 24px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.swiper .arrow-left,
.swiper .swiper-button-prev {
  left: -70px;
}

@media (max-width: 1399px) {
  .swiper .arrow-left,
  .swiper .swiper-button-prev {
    left: 7px;
  }
}

.swiper .arrow-left::before,
.swiper .swiper-button-prev::before {
  left: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.swiper .arrow-right,
.swiper .swiper-button-next {
  right: -70px;
}

@media (max-width: 1399px) {
  .swiper .arrow-right,
  .swiper .swiper-button-next {
    right: 7px;
  }
}

.swiper .arrow-right::before,
.swiper .swiper-button-next::before {
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

@media (max-width: 767px) {
  .swiper .arrow-right,
  .swiper .arrow-left {
    display: none;
  }
}

.swiper .swiper-bullets-container,
.swiper .swiper-pagination {
  bottom: -60px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .swiper .swiper-bullets-container,
  .swiper .swiper-pagination {
    bottom: -50px;
    width: 90%;
  }
}

.swiper .swiper-bullets-container .swiper-bullet,
.swiper .swiper-bullets-container .swiper-pagination-bullet,
.swiper .swiper-pagination .swiper-bullet,
.swiper .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  width: 28px;
}

.swiper .swiper-bullets-container .swiper-bullet::before,
.swiper .swiper-bullets-container .swiper-pagination-bullet::before,
.swiper .swiper-pagination .swiper-bullet::before,
.swiper .swiper-pagination .swiper-pagination-bullet::before {
  background: #FFFFFF;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}

.swiper .swiper-bullets-container .swiper-bullet.swiper-pagination-bullet-active::before,
.swiper .swiper-bullets-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper .swiper-pagination .swiper-bullet.swiper-pagination-bullet-active::before,
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #FFC500;
}

.swiper-cards-container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
  clear: both;
}

@media (max-width: 1399px) {
  .swiper-cards-container .col-12, .swiper-cards-container article blockquote, article .swiper-cards-container blockquote, .swiper-cards-container article h5, article .swiper-cards-container h5, .swiper-cards-container article p, article .swiper-cards-container p, .swiper-cards-container article ul, article .swiper-cards-container ul, .swiper-cards-container article .link.link-article, article .swiper-cards-container .link.link-article, .swiper-cards-container article .b-text-content.with-links a.link-article, article .b-text-content.with-links .swiper-cards-container a.link-article, .swiper-cards-container .b-text-content.with-links article a.link-article, .b-text-content.with-links article .swiper-cards-container a.link-article {
    padding: 0;
  }
}

.swiper-cards-container .swiper-cards {
  background: #000000;
  padding: 40px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .swiper-cards-container .swiper-cards {
    padding-bottom: 55px;
    padding-top: 0;
  }
}

.swiper-cards-container h2 {
  color: #FFFFFF;
  margin-bottom: 40px;
  padding: 0 20px;
}

.swiper-cards-container h2 .link, .swiper-cards-container h2 .b-text-content.with-links a, .b-text-content.with-links .swiper-cards-container h2 a {
  color: #FFFFFF;
  float: right;
  margin: 0;
  text-align: left;
  width: 100px;
}

@media (max-width: 767px) {
  .swiper-cards-container h2 {
    margin-bottom: 0;
    padding: 20px;
  }
}

.swiper-cards-container .card {
  color: #FFFFFF;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.swiper-cards-container .card h4 {
  color: #FFFFFF;
}

.swiper-cards-container .card .card-content {
  border-bottom-color: #FFFFFF;
}

.swiper-cards-container .card .card-content p {
  color: #FFFFFF;
}

.text-note {
  color: #999999;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.text-belt, .text-belt-secondary {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-belt {
  color: #000000;
}

.text-belt-secondary {
  color: #999999;
}

.pipe {
  position: relative;
}

.pipe::before {
  color: #000000;
  content: '|';
  left: 0;
  position: absolute;
  top: 0;
}

.number {
  color: #000000;
  display: block;
  font-family: "PlayfairDisplay";
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .number {
    font-size: 60px;
  }
}

p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

p b {
  color: #000000;
  font-weight: 400;
}

.text-capital-letter::first-letter, article section:first-of-type > p:first-of-type::first-letter {
  float: left;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: -6px;
  margin-right: 8px;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .text-capital-letter::first-letter, article section:first-of-type > p:first-of-type::first-letter {
    font-size: 40px;
    line-height: 40px;
    margin-top: -4px;
  }
}

.timeline {
  display: block;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.timeline li {
  padding: 0 16px;
  position: relative;
}

.timeline li::before {
  background: none;
  border-left: 1px dashed #000000;
  content: '';
  display: block;
  height: 100%;
  left: 30px;
  position: absolute;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 0;
}

.timeline li:last-child::before {
  content: none;
}

.timeline li h5 {
  margin: 0 0 8px 0;
  max-width: 100%;
  padding-left: 62px;
  position: relative;
  width: 100%;
}

.timeline li h5::before {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 29px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
}

.timeline li h5::after {
  background: #FFC500;
  border-radius: 50%;
  content: '';
  display: block;
  height: 17px;
  left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
}

.timeline li span {
  display: block;
  padding-bottom: 16px;
  padding-left: 62px;
  text-align: left;
}

article {
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
}

article header {
  height: auto;
  position: relative;
}

article .image-fullwidth {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

article .image-fullwidth img {
  max-width: 100%;
}

article .image-fullwidth img + .caption {
  max-width: 100%;
  text-align: center;
}

article .image-left img,
article .image-right img {
  max-width: 70%;
}

article .image-left img + .caption,
article .image-right img + .caption {
  max-width: 65%;
  text-align: inherit;
}

article .image-left {
  float: left;
  margin: 0 0 20px -100px;
  text-align: right;
}

article .image-left img + .caption {
  float: right;
}

article .image-right {
  float: right;
  margin: 0 -100px 20px 0;
  text-align: left;
}

@media (max-width: 767px) {
  article .image-left,
  article .image-right {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  article .image-left img,
  article .image-right img {
    max-width: 100%;
  }
  article .image-left img + .caption,
  article .image-right img + .caption {
    float: none;
    max-width: none;
  }
}

article blockquote {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  article blockquote {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

article h5 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 20px;
}

article p {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  article p {
    margin-bottom: 20px;
  }
}

article p a {
  border-bottom: 1px solid #FFC500;
  color: #000000;
  text-decoration: none;
}

article p a:hover, article p a:active, article p a:focus {
  color: #000000;
  text-decoration: none;
}

article p + ul {
  margin-top: -30px;
}

@media (max-width: 767px) {
  article p + ul {
    margin-top: -20px;
  }
}

article ul {
  display: block;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 767px) {
  article ul {
    margin-bottom: 20px;
  }
}

article ul li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 767px) {
  article ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

article ul li::before {
  background: #FFC500;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

article .link.link-article, article .b-text-content.with-links a.link-article, .b-text-content.with-links article a.link-article {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 20px;
}

html,
body {
  font-family: "Roboto";
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  height: 100%;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

html {
  position: relative;
}

body {
  background: #FFFFFF;
  color: #999999;
  min-width: 320px;
  width: 100%;
}

body .container-semi-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

main {
  margin-top: 100px;
}

@media (max-width: 1279px) {
  main {
    margin-top: 60px;
  }
}

.event-detail-title {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  float: left;
  margin-bottom: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 40px 12px 32px;
  position: relative;
}

@media (max-width: 767px) {
  .event-detail-title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.event-detail-title .event-detail-title-date {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-detail-title .event-detail-title-date h1 {
  margin-bottom: 0;
}

.event-detail-title .event-detail-title-date .form-label {
  margin-bottom: 0;
  text-transform: uppercase;
}

.event-detail-title .event-detail-title-info {
  float: left;
  padding-left: 80px;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .event-detail-title .event-detail-title-info {
    margin-bottom: 4px;
    margin-left: 20px;
    margin-top: 4px;
    padding-left: 32px;
  }
}

.event-detail-title .event-detail-title-info .form-label {
  float: left;
  width: 80px;
}

.event-detail-title .event-detail-title-info span {
  display: inline;
  margin: 0;
}

.figure-left {
  float: left;
  margin-left: -35%;
  margin-right: 20px;
  padding-top: 4px;
  width: 380px;
}

@media (max-width: 1023px) {
  .figure-left {
    margin-left: -25%;
  }
}

@media (max-width: 767px) {
  .figure-left {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.figure-left img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.figure-right {
  float: right;
  margin-left: 20px;
  margin-right: -35%;
  padding-top: 4px;
  width: 380px;
}

@media (max-width: 1023px) {
  .figure-right {
    margin-right: -25%;
  }
}

@media (max-width: 767px) {
  .figure-right {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.figure-right.figure-event-detail {
  margin-right: -37%;
  width: 280px;
}

@media (max-width: 1023px) {
  .figure-right.figure-event-detail {
    margin-right: -28%;
  }
}

@media (max-width: 767px) {
  .figure-right.figure-event-detail {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.figure-right img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.caption {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 8px 0;
  text-align: left;
}

footer {
  background: #FFFFFF;
}

footer nav {
  height: 110px;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width: 1279px) {
  footer nav {
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 1279px) {
  footer nav .logo {
    margin: 32px 0;
  }
}

@media (max-width: 1279px) {
  footer nav ul {
    display: block;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 1279px) {
  footer nav ul li {
    display: block;
    margin-bottom: 32px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}

footer nav ul .link-primary {
  padding-bottom: 6px;
}

footer hr {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-top: 0;
  margin: 0;
}

footer .copyright {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}

@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}

footer .copyright .link-secondary {
  display: inline;
  width: auto;
}

footer .copyright .link-secondary:hover, footer .copyright .link-secondary.active {
  text-decoration: none;
}

footer .copyright .text-note {
  display: block;
  float: right;
  text-align: right;
  width: 100%;
}

@media (max-width: 767px) {
  footer .copyright .text-note {
    float: none;
    margin-top: 24px;
    text-align: center;
  }
}

header {
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
}

header.fixed {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 400;
}

@media (max-width: 1279px) {
  header.fixed {
    height: 60px;
    margin-bottom: 0;
  }
}

header.fixed nav {
  padding-top: 0;
}

header.fixed nav .logo {
  margin-top: 20px;
}

header.fixed .submenu-container {
  top: 80px;
}

@media (min-width: 1024px) {
  header .submenu-container.fixed {
    position: fixed;
    top: 0;
  }
}

header .submenu-container.fixed .logo-monocromo {
  display: block;
}

header .submenu-container .logo-monocromo {
  display: none;
  left: 50%;
  margin-left: -500px;
  position: absolute;
  top: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .container-fluid {
  position: static;
}

@media (max-width: 1279px) {
  header {
    height: 60px;
    margin-bottom: 0;
  }
}

header nav {
  height: 100%;
  padding-top: 16px;
}

.home-best-sellers {
  margin: 0 auto;
  max-width: 1400px;
  text-align: left;
  width: 100%;
}

.home-best-sellers.active .best-seller-title::before, .home-best-sellers.active .best-seller-title::after {
  opacity: 1;
  width: 100%;
}

.home-best-sellers.active .best-seller-images .best-seller-image-container img {
  margin-top: 10px;
  opacity: 1;
  transition-delay: 0;
}

@media (max-width: 1279px) {
  .home-best-sellers.active .best-seller-images .best-seller-image-container img {
    margin-top: 0;
  }
}

.home-best-sellers .row {
  height: 100%;
}

.home-best-sellers .col-12, .home-best-sellers article blockquote, article .home-best-sellers blockquote, .home-best-sellers article h5, article .home-best-sellers h5, .home-best-sellers article p, article .home-best-sellers p, .home-best-sellers article ul, article .home-best-sellers ul, .home-best-sellers article .link.link-article, article .home-best-sellers .link.link-article, .home-best-sellers article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-best-sellers a.link-article, .home-best-sellers .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-best-sellers a.link-article {
  height: 700px;
  overflow: hidden;
  padding-left: 420px;
  position: relative;
}

@media (max-width: 1279px) {
  .home-best-sellers .col-12, .home-best-sellers article blockquote, article .home-best-sellers blockquote, .home-best-sellers article h5, article .home-best-sellers h5, .home-best-sellers article p, article .home-best-sellers p, .home-best-sellers article ul, article .home-best-sellers ul, .home-best-sellers article .link.link-article, article .home-best-sellers .link.link-article, .home-best-sellers article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-best-sellers a.link-article, .home-best-sellers .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-best-sellers a.link-article {
    height: 470px;
    padding: 0;
  }
}

.home-best-sellers .best-seller-title {
  height: 200px;
  left: 10px;
  padding-left: 120px;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 401px;
}

@media (max-width: 1399px) {
  .home-best-sellers .best-seller-title {
    left: 0;
  }
}

@media (max-width: 1279px) {
  .home-best-sellers .best-seller-title {
    padding-left: 16px;
    top: 24px;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.home-best-sellers .best-seller-title h2 {
  max-width: 200px;
}

.home-best-sellers .best-seller-title::after, .home-best-sellers .best-seller-title::before {
  background-color: #000000;
  content: '';
  height: 9px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: width 500ms ease-out, opacity 1000ms ease;
  width: 100%;
}

.home-best-sellers .best-seller-title::after {
  bottom: 0;
}

.home-best-sellers .best-seller-title::before {
  top: 0;
}

.home-best-sellers .best-seller-images-section {
  height: 100%;
  position: relative;
  width: 100%;
}

.home-best-sellers .best-seller-images-section .best-seller-images-wrapper {
  height: 300px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1279px) {
  .home-best-sellers .best-seller-images-section .best-seller-images-wrapper {
    bottom: 24px;
    height: 210px;
    -webkit-transform: none;
            transform: none;
  }
}

.home-best-sellers .best-seller-images {
  height: 320px;
  overflow: hidden;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 1279px) {
  .home-best-sellers .best-seller-images {
    height: 230px;
    overflow-x: scroll;
    padding-left: 16px;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.home-best-sellers .best-seller-image-container {
  display: inline-block;
  height: 300px;
  position: relative;
  transition: width 500ms ease;
  width: 132px;
}

@media (max-width: 1279px) {
  .home-best-sellers .best-seller-image-container {
    height: 230px;
  }
}

@media (min-width: 1280px) {
  .home-best-sellers .best-seller-image-container:hover {
    width: 164px;
    z-index: 10;
  }
  .home-best-sellers .best-seller-image-container:hover img {
    height: 300px;
  }
}

.home-best-sellers .best-seller-image-container img {
  cursor: pointer;
  height: 200px;
  left: 50%;
  margin-top: 200px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: height 350ms ease, opacity 800ms ease, margin 500ms ease-out;
}

.home-best-sellers .best-seller-image-container:nth-child(2) img {
  transition-delay: 50ms;
}

.home-best-sellers .best-seller-image-container:nth-child(3) img {
  transition-delay: 100ms;
}

.home-best-sellers .best-seller-image-container:nth-child(4) img {
  transition-delay: 150ms;
}

.home-best-sellers .best-seller-image-container:nth-child(5) img {
  transition-delay: 200ms;
}

.home-best-sellers .best-seller-image-container:nth-child(6) img {
  transition-delay: 250ms;
}

.modal.home-best-sellers-modal .modal-content {
  padding-left: 210px;
  position: relative;
}

@media (max-width: 767px) {
  .modal.home-best-sellers-modal .modal-content {
    padding-left: 20px;
  }
}

.modal.home-best-sellers-modal .modal-content img {
  left: 50px;
  max-width: 130px;
  position: absolute;
  top: 50px;
}

@media (max-width: 767px) {
  .modal.home-best-sellers-modal .modal-content img {
    display: none;
  }
}

.modal.home-best-sellers-modal .modal-content h4 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .modal.home-best-sellers-modal .modal-content h4 {
    margin-top: 20px;
  }
}

.modal.home-best-sellers-modal .modal-content p,
.modal.home-best-sellers-modal .modal-content .form-label {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

@media (max-width: 767px) {
  .modal.home-best-sellers-modal .modal-content p,
  .modal.home-best-sellers-modal .modal-content .form-label {
    font-size: 14px;
    line-height: 20px;
  }
}

.modal.home-best-sellers-modal .modal-content p a,
.modal.home-best-sellers-modal .modal-content .form-label a {
  border-bottom: 1px solid #FFC500;
  color: #000000;
  text-decoration: none;
}

.modal.home-best-sellers-modal .modal-content p {
  color: #999999;
}

.modal.home-best-sellers-modal .modal-content hr {
  border-color: #EEEEEE;
  border-top: 0;
  margin: 24px 0;
}

.home-info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 190px;
  max-width: 1400px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-info {
    margin-top: 80px;
  }
}

.home-info.active .home-info-container .home-info-title::after,
.home-info.active .home-info-container .home-info-title::before {
  width: 401px;
}

@media (max-width: 1023px) {
  .home-info.active .home-info-container .home-info-title::after,
  .home-info.active .home-info-container .home-info-title::before {
    width: calc(100% - 20px);
  }
}

.home-info.active .home-info-container .home-info-title h2 {
  opacity: 1;
}

.home-info.active .home-info-container .home-info-title .link, .home-info.active .home-info-container .home-info-title .b-text-content.with-links a, .b-text-content.with-links .home-info.active .home-info-container .home-info-title a {
  opacity: 1;
}

.home-info.active .home-info-container .text-belt {
  margin-bottom: 24px;
  opacity: 1;
  padding-left: 130px;
}

@media (max-width: 1023px) {
  .home-info.active .home-info-container .text-belt {
    padding-left: 20px;
  }
}

.home-info.active .home-info-container .home-info-video .link, .home-info.active .home-info-container .home-info-video .b-text-content.with-links a, .b-text-content.with-links .home-info.active .home-info-container .home-info-video a {
  margin-top: 0;
  opacity: 1;
}

.home-info.active .home-info-image .home-info-arrow {
  width: 310px;
}

.home-info .col-12, .home-info article blockquote, article .home-info blockquote, .home-info article h5, article .home-info h5, .home-info article p, article .home-info p, .home-info article ul, article .home-info ul, .home-info article .link.link-article, article .home-info .link.link-article, .home-info article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-info a.link-article, .home-info .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-info a.link-article {
  padding: 0;
}

.home-info .home-info-container {
  float: left;
  overflow-x: hidden;
  width: 550px;
}

@media (max-width: 1023px) {
  .home-info .home-info-container {
    background-image: url("/images/home_title_bg.png");
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
  }
}

.home-info .home-info-container .text-belt {
  opacity: 0;
  padding-left: 0;
  transition: padding 500ms ease-out, opacity 500ms ease-out;
  transition-delay: 300ms;
}

.home-info .home-info-container .home-info-title {
  margin-bottom: 20px;
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-info .home-info-container .home-info-title {
    padding-left: 20px;
  }
}

.home-info .home-info-container .home-info-title::after, .home-info .home-info-container .home-info-title::before {
  content: '';
  left: 10px;
  position: absolute;
  transition: width 700ms ease-out;
  width: 0;
}

@media (max-width: 1279px) {
  .home-info .home-info-container .home-info-title::after, .home-info .home-info-container .home-info-title::before {
    left: 0;
  }
}

.home-info .home-info-container .home-info-title::after {
  border-top: 9px solid #000000;
  top: 100%;
}

.home-info .home-info-container .home-info-title::before {
  border-bottom: 9px solid #000000;
  bottom: 100%;
}

.home-info .home-info-container .home-info-title h2 {
  margin-bottom: 8px;
  opacity: 0;
  padding-left: 130px;
  transition: opacity 1000ms ease-out;
}

@media (max-width: 1023px) {
  .home-info .home-info-container .home-info-title h2 {
    padding-left: 0;
  }
}

.home-info .home-info-container .home-info-title .link, .home-info .home-info-container .home-info-title .b-text-content.with-links a, .b-text-content.with-links .home-info .home-info-container .home-info-title a {
  opacity: 0;
  padding-left: 130px;
  transition: opacity 1000ms ease-out;
}

@media (max-width: 1023px) {
  .home-info .home-info-container .home-info-title .link, .home-info .home-info-container .home-info-title .b-text-content.with-links a, .b-text-content.with-links .home-info .home-info-container .home-info-title a {
    padding-left: 0;
  }
}

.home-info .home-info-container .home-info-video {
  height: 40px;
  margin-top: 29px;
  overflow-y: hidden;
  padding-left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-info .home-info-container .home-info-video .link, .home-info .home-info-container .home-info-video .b-text-content.with-links a, .b-text-content.with-links .home-info .home-info-container .home-info-video a {
  opacity: 0;
  padding-left: 15px;
  transition: margin 500ms ease-out, opacity 500ms ease-out;
  transition-delay: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.home-info .home-info-container .home-info-video .link::after, .home-info .home-info-container .home-info-video .b-text-content.with-links a::after, .b-text-content.with-links .home-info .home-info-container .home-info-video a::after {
  margin-bottom: 0;
}

.home-info .home-info-container .home-info-video .icon-play {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .home-info .home-info-container .home-info-video {
    padding-left: 20px;
    margin-bottom: 50px;
  }
}

.home-info .home-info-image {
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-info .home-info-image {
    display: none;
  }
}

.home-info .home-info-image > img {
  float: left;
  max-width: 50%;
}

@media (max-width: 1023px) {
  .home-info .home-info-image > img {
    max-width: none;
  }
}

.home-info .home-info-image .home-info-arrow {
  left: 920px;
  overflow: hidden;
  position: absolute;
  top: 46px;
  transition: width 500ms ease-out;
  transition-delay: 300ms;
  width: 0;
}

@media (max-width: 1023px) {
  .home-info .home-info-image .home-info-arrow {
    display: none;
  }
}

.home-logos {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 1399px) {
  .home-logos {
    padding: 0;
  }
}

.home-logos .col-12, .home-logos article blockquote, article .home-logos blockquote, .home-logos article h5, article .home-logos h5, .home-logos article p, article .home-logos p, .home-logos article ul, article .home-logos ul, .home-logos article .link.link-article, article .home-logos .link.link-article, .home-logos article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-logos a.link-article, .home-logos .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-logos a.link-article {
  height: 146px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .home-logos .col-12, .home-logos article blockquote, article .home-logos blockquote, .home-logos article h5, article .home-logos h5, .home-logos article p, article .home-logos p, .home-logos article ul, article .home-logos ul, .home-logos article .link.link-article, article .home-logos .link.link-article, .home-logos article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-logos a.link-article, .home-logos .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-logos a.link-article {
    padding: 0;
  }
}

.home-logos.active ul li img {
  margin-top: 0;
  opacity: 1;
}

.home-logos ul {
  height: 166px;
  left: 50%;
  list-style: none;
  margin: 0;
  max-width: 1200px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
}

.home-logos ul li {
  display: inline-block;
  height: 146px;
  margin-left: 28px;
  position: relative;
}

.home-logos ul li img {
  float: left;
  margin-top: 150px;
  opacity: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: margin 500ms ease, opacity 800ms ease;
}

.home-logos ul li:nth-child(1) img {
  transition-delay: 0ms;
}

.home-logos ul li:nth-child(2) img {
  transition-delay: 100ms;
}

.home-logos ul li:nth-child(3) img {
  transition-delay: 200ms;
}

.home-logos ul li:nth-child(4) img {
  transition-delay: 300ms;
}

.home-logos ul li:nth-child(5) img {
  transition-delay: 400ms;
}

.home-logos ul li:nth-child(6) img {
  transition-delay: 500ms;
}

.home-logos ul li:nth-child(7) img {
  transition-delay: 600ms;
}

.home-logos ul li:nth-child(8) img {
  transition-delay: 700ms;
}

.home-logos ul li:nth-child(9) img {
  transition-delay: 800ms;
}

.home-logos ul li:last-child {
  margin-right: 0;
}

.home-map {
  display: block;
  height: 700px;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

@media (max-width: 1023px) {
  .home-map {
    height: 400px;
  }
}

.home-map.active .home-map-country::before {
  margin-top: 0;
  opacity: 1;
}

.home-map.active .home-map-text .home-map-text-content::before, .home-map.active .home-map-text .home-map-text-content::after {
  opacity: 1;
  width: 100%;
}

.home-map.active .home-map-text .home-map-text-content .link, .home-map.active .home-map-text .home-map-text-content .b-text-content.with-links a, .b-text-content.with-links .home-map.active .home-map-text .home-map-text-content a {
  opacity: 1;
}

.home-map.active .home-map-text .home-map-text-content h5 {
  opacity: 1;
}

.home-map .home-map-image {
  padding: 0;
}

.home-map .home-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  position: relative;
}

.home-map .map-home-image {
  height: 700px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1261px;
}

@media (max-width: 1023px) {
  .home-map .map-home-image {
    left: 0;
    top: 30%;
    -webkit-transform: translate(-7%, -50%);
            transform: translate(-7%, -50%);
  }
}

@media (max-width: 450px) {
  .home-map .map-home-image {
    left: 0;
    top: 30%;
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
  }
}

.home-map .map-home-image img {
  height: 700px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1261px;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-map .map-home-image img {
    max-width: none;
  }
}

.home-map .home-map-country {
  display: block;
  margin-left: calc(50% - (1261px / 2));
  position: absolute;
  z-index: 20;
}

@media (max-width: 1023px) {
  .home-map .home-map-country {
    margin-left: 0;
  }
}

.home-map .home-map-country::before {
  content: url("/images/country_pin.png");
  display: block;
  height: 20px;
  margin-top: -300px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 800ms ease, margin 500ms ease-out;
  width: 10px;
}

.home-map .home-map-country.america-1 {
  left: 175px;
  top: 280px;
}

.home-map .home-map-country.america-2 {
  left: 165px;
  top: 350px;
}

.home-map .home-map-country.america-2::before {
  transition-delay: 100ms;
}

.home-map .home-map-country.america-3 {
  left: 201px;
  top: 368px;
}

.home-map .home-map-country.america-3::before {
  transition-delay: 200ms;
}

.home-map .home-map-country.america-4 {
  left: 308px;
  top: 395px;
}

.home-map .home-map-country.america-4::before {
  transition-delay: 300ms;
}

.home-map .home-map-country.america-5 {
  left: 284px;
  top: 405px;
}

.home-map .home-map-country.america-5::before {
  transition-delay: 400ms;
}

.home-map .home-map-country.america-6 {
  left: 354px;
  top: 432px;
}

.home-map .home-map-country.america-6::before {
  transition-delay: 500ms;
}

.home-map .home-map-country.america-7 {
  left: 250px;
  top: 452px;
}

.home-map .home-map-country.america-7::before {
  transition-delay: 600ms;
}

.home-map .home-map-country.america-8 {
  left: 334px;
  top: 528px;
}

.home-map .home-map-country.america-8::before {
  transition-delay: 700ms;
}

.home-map .home-map-country.europe-1 {
  left: 591px;
  top: 157px;
}

.home-map .home-map-country.europe-1::before {
  transition-delay: 800ms;
}

.home-map .home-map-country.europe-2 {
  left: 521px;
  top: 215px;
}

.home-map .home-map-country.europe-2::before {
  transition-delay: 900ms;
}

.home-map .home-map-country.europe-3 {
  left: 587px;
  top: 225px;
}

.home-map .home-map-country.europe-3::before {
  transition-delay: 1000ms;
}

.home-map .home-map-country.europe-4 {
  left: 555px;
  top: 229px;
}

.home-map .home-map-country.europe-4::before {
  transition-delay: 1100ms;
}

.home-map .home-map-country.europe-5 {
  left: 519px;
  top: 270px;
}

.home-map .home-map-country.europe-5::before {
  transition-delay: 1200ms;
}

.home-map .home-map-country.europe-6 {
  left: 545px;
  top: 273px;
}

.home-map .home-map-country.europe-6::before {
  transition-delay: 1300ms;
}

.home-map .home-map-country.africa-1 {
  left: 517px;
  top: 345px;
}

.home-map .home-map-country.africa-1::before {
  transition-delay: 1400ms;
}

.home-map .home-map-country.asia-1 {
  left: 926px;
  top: 298px;
}

.home-map .home-map-country.asia-1::before {
  transition-delay: 1500ms;
}

.home-map .home-map-text {
  padding-left: 100px;
  position: absolute;
  right: 10px;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  z-index: 10;
}

@media (max-width: 1399px) {
  .home-map .home-map-text {
    right: 0;
  }
}

@media (max-width: 1023px) {
  .home-map .home-map-text {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .home-map .home-map-text {
    top: 109px;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.home-map .home-map-text h3 {
  color: #000000;
  margin-bottom: 16px;
  padding-left: 24px;
}

@media (max-width: 1023px) {
  .home-map .home-map-text h3 {
    padding-left: 20px;
  }
}

.home-map .home-map-text .home-map-text-content {
  margin: 0;
  padding: 32px 20px 64px;
  position: relative;
}

.home-map .home-map-text .home-map-text-content::before, .home-map .home-map-text .home-map-text-content::after {
  background: #000000;
  content: '';
  height: 9px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: width 800ms ease-out, opacity 1000ms ease;
  width: 0;
}

.home-map .home-map-text .home-map-text-content::before {
  top: 0;
}

.home-map .home-map-text .home-map-text-content::after {
  bottom: 0;
}

.home-map .home-map-text .home-map-text-content .link, .home-map .home-map-text .home-map-text-content .b-text-content.with-links a, .b-text-content.with-links .home-map .home-map-text .home-map-text-content a {
  bottom: 32px;
  color: #000000;
  opacity: 0;
  position: absolute;
  transition: opacity 1000ms ease;
  transition-delay: 300ms;
}

.home-map .home-map-text .home-map-text-content h5 {
  opacity: 0;
  transition: opacity 1000ms ease;
  transition-delay: 300ms;
}

.home-map .home-map-text .home-map-text-content .number {
  display: inline;
  margin-left: -8px;
}

@media (max-width: 767px) {
  .home-map .home-map-text .home-map-text-content .number {
    line-height: 60px;
  }
}

.home-swiper {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}

.home-swiper.active .swiper .swiper-button-prev,
.home-swiper.active .swiper .swiper-button-next {
  margin-left: 0;
  opacity: 1;
}

.home-swiper.active .swiper .swiper-pagination {
  margin-bottom: 0;
  opacity: 1;
}

.home-swiper .swiper-slide.swiper-slide-active.the-active {
  background-image: none !important;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content::before, .home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content::after {
  opacity: 1;
  width: 100%;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content h3,
.home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content p {
  opacity: 1;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content .link, .home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content .b-text-content.with-links a, .b-text-content.with-links .home-swiper .swiper-slide.swiper-slide-active .home-swiper-text-content a {
  opacity: 1;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-logo-container .home-swiper-logo {
  opacity: 1;
}

@media (max-width: 1399px) {
  .home-swiper .col-12, .home-swiper article blockquote, article .home-swiper blockquote, .home-swiper article h5, article .home-swiper h5, .home-swiper article p, article .home-swiper p, .home-swiper article ul, article .home-swiper ul, .home-swiper article .link.link-article, article .home-swiper .link.link-article, .home-swiper article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-swiper a.link-article, .home-swiper .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-swiper a.link-article {
    padding: 0;
  }
}

.home-swiper .home-swiper-container {
  height: 700px;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-container {
    height: 400px;
  }
}

.home-swiper .home-swiper-image {
  height: 700px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-image {
    height: 400px;
  }
}

.home-swiper .home-swiper-image img {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0%) scale(1.9);
          transform: translate(-50%, 0%) scale(1.9);
  z-index: 1;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-image img {
    max-width: none;
  }
}

.home-swiper .home-swiper-logo-container {
  height: 700px;
  position: absolute;
  width: 50%;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-logo-container {
    height: 400px;
  }
}

.home-swiper .home-swiper-logo-container .home-swiper-logo {
  background: #FFFFFF;
  height: 100px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: opacity 500ms ease-out 0.5s;
  width: 100px;
  z-index: 100;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-logo-container .home-swiper-logo {
    display: none;
  }
}

.home-swiper .home-swiper-logo-container .home-swiper-logo img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-swiper .home-swiper-text-container {
  background-color: rgba(7, 7, 9, 0.55);
  height: 700px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 100;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-text-container {
    height: 400px;
    width: 100%;
  }
}

.home-swiper .home-swiper-text {
  padding-bottom: 62px;
  padding-left: 100px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-text {
    padding-left: 20px;
  }
}

.home-swiper .home-swiper-text h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
  padding-left: 24px;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-text h2 {
    padding-left: 20px;
  }
}

.home-swiper .home-swiper-text .home-swiper-text-content {
  margin: 0;
  padding: 24px 20px;
  position: relative;
}

@media (max-width: 1023px) {
  .home-swiper .home-swiper-text .home-swiper-text-content {
    padding: 20px;
  }
}

.home-swiper .home-swiper-text .home-swiper-text-content::before, .home-swiper .home-swiper-text .home-swiper-text-content::after {
  background: #FFFFFF;
  content: '';
  height: 9px;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.home-swiper .home-swiper-text .home-swiper-text-content::before {
  top: 0;
  transition: width 0.5s ease-out 0.2s, opacity 1s ease-out 0.2s;
}

.home-swiper .home-swiper-text .home-swiper-text-content::after {
  bottom: 0;
  transition: width 0.5s ease-out 0.2s, opacity 1s ease-out 0.2s;
}

.home-swiper .home-swiper-text .home-swiper-text-content h3 {
  color: #FFFFFF;
  margin-bottom: 8px;
  max-width: 330px;
  opacity: 0;
  transition: opacity 800ms ease-out 0.2s;
}

.home-swiper .home-swiper-text .home-swiper-text-content p {
  color: #FFFFFF;
  margin-bottom: 12px;
  max-width: 330px;
  opacity: 0;
  text-align: left;
  transition: opacity 800ms ease-out 0.2s;
}

.home-swiper .home-swiper-text .home-swiper-text-content .link, .home-swiper .home-swiper-text .home-swiper-text-content .b-text-content.with-links a, .b-text-content.with-links .home-swiper .home-swiper-text .home-swiper-text-content a {
  color: #FFFFFF;
  margin: 0;
  opacity: 0;
  transition: opacity 800ms ease-out 0.2s;
}

.home-swiper .swiper {
  overflow: hidden;
}

.home-swiper .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.home-swiper .swiper .swiper-container,
.home-swiper .swiper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1023px) {
  .home-swiper .swiper .swiper-container,
  .home-swiper .swiper .swiper-slide {
    height: 400px;
  }
}

.home-swiper .swiper .swiper-button-next,
.home-swiper .swiper .swiper-button-prev {
  margin-left: 200px;
  margin-top: 30px;
  opacity: 0;
  transition: margin 700ms ease-out;
  z-index: 1000;
}

@media (max-width: 1023px) {
  .home-swiper .swiper .swiper-button-next,
  .home-swiper .swiper .swiper-button-prev {
    margin-top: 20px;
  }
}

.home-swiper .swiper .swiper-button-prev {
  left: calc(100% - 210px);
}

@media (max-width: 1023px) {
  .home-swiper .swiper .swiper-button-prev {
    left: calc(100% - 110px);
  }
}

.home-swiper .swiper .swiper-button-next {
  left: calc(100% - 140px);
}

@media (max-width: 1023px) {
  .home-swiper .swiper .swiper-button-next {
    left: calc(100% - 40px);
  }
}

.home-swiper .swiper .swiper-pagination {
  bottom: 220px;
  margin-bottom: -30%;
  margin-left: 120px;
  opacity: 0;
  -webkit-transform: none;
          transform: none;
  transition: margin 800ms ease-out, opacity 500ms ease-out;
  z-index: 1000;
}

@media (max-width: 1023px) {
  .home-swiper .swiper .swiper-pagination {
    bottom: 80px;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home-world {
  height: 700px;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

@media (max-width: 1023px) {
  .home-world {
    height: 400px;
  }
}

@media (max-width: 1399px) {
  .home-world .col-12, .home-world article blockquote, article .home-world blockquote, .home-world article h5, article .home-world h5, .home-world article p, article .home-world p, .home-world article ul, article .home-world ul, .home-world article .link.link-article, article .home-world .link.link-article, .home-world article .b-text-content.with-links a.link-article, article .b-text-content.with-links .home-world a.link-article, .home-world .b-text-content.with-links article a.link-article, .b-text-content.with-links article .home-world a.link-article {
    padding: 0;
  }
}

.home-world.active .home-world-text::before, .home-world.active .home-world-text::after {
  opacity: 1;
  width: 100%;
}

.home-world.active .home-world-text .link, .home-world.active .home-world-text .b-text-content.with-links a, .b-text-content.with-links .home-world.active .home-world-text a {
  opacity: 1;
}

.home-world.active .home-world-stats-container .home-world-stat .stat {
  opacity: 1;
}

.home-world .home-world-image {
  height: 700px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .home-world .home-world-image {
    height: 400px;
  }
}

.home-world .home-world-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-world .home-world-text-container {
  height: 200px;
  max-width: 1200px;
  padding-right: 401px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1023px) {
  .home-world .home-world-text-container {
    height: 400px;
    padding: 0;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.home-world .home-world-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-world .home-world-stats-container {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .home-world .home-world-stats-container {
    display: block;
  }
}

.home-world .home-world-stats-container .home-world-stat {
  color: #FFFFFF;
}

.home-world .home-world-stats-container .home-world-stat .number {
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .home-world .home-world-stats-container .home-world-stat .number {
    line-height: 50px;
  }
}

.home-world .home-world-stats-container .home-world-stat .stat-name {
  font-weight: 900;
  text-transform: uppercase;
}

.home-world .home-world-stats-container .home-world-stat .stat {
  opacity: 0;
  transition: opacity 1000ms ease;
}

@media (min-width: 768px) {
  .home-world .home-world-stats-container .home-world-stat .stat {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .home-world .home-world-stats-container .home-world-stat {
    padding: 16px 0 8px;
  }
}

.home-world .home-world-text {
  height: 100%;
  padding: 32px 150px 64px 20px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 401px;
}

@media (max-width: 1023px) {
  .home-world .home-world-text {
    border: 0;
    padding: 24px 0;
    text-align: center;
    width: 100%;
  }
}

.home-world .home-world-text::before, .home-world .home-world-text::after {
  background: #FFFFFF;
  content: '';
  height: 9px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: width 700ms ease-out, opacity 1000ms ease;
  width: 0;
}

@media (max-width: 1399px) {
  .home-world .home-world-text::before, .home-world .home-world-text::after {
    right: -10px;
  }
}

@media (max-width: 1023px) {
  .home-world .home-world-text::before, .home-world .home-world-text::after {
    display: none;
  }
}

.home-world .home-world-text::before {
  top: 0;
}

.home-world .home-world-text::after {
  bottom: 0;
}

.home-world .home-world-text h2 {
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  .home-world .home-world-text h2 {
    display: none;
  }
}

.home-world .home-world-text .link, .home-world .home-world-text .b-text-content.with-links a, .b-text-content.with-links .home-world .home-world-text a {
  bottom: 32px;
  color: #FFFFFF;
  left: 24px;
  opacity: 0;
  position: absolute;
  transition: opacity 1000ms ease;
}

@media (max-width: 1023px) {
  .home-world .home-world-text .link, .home-world .home-world-text .b-text-content.with-links a, .b-text-content.with-links .home-world .home-world-text a {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.modal.modal-show-video {
  width: 80%;
  height: auto;
  max-width: 1920px;
}

@media (max-width: 1023px) {
  .modal.modal-show-video {
    width: 90%;
  }
}

.modal.modal-show-video.active {
  top: 40%;
}

@media (max-width: 1023px) {
  .modal.modal-show-video.active {
    top: 50%;
  }
}

.modal.modal-show-video .modal-content {
  overflow-y: hidden;
}

.modal.modal-show-video .modal-content video {
  width: 100%;
  vertical-align: middle;
}

nav {
  position: relative;
  text-align: right;
}

nav .logo {
  float: left;
  margin-top: 16px;
}

@media (max-width: 1279px) {
  nav .logo {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  nav .logo img {
    width: 143px;
  }
}

nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 14px;
}

nav ul li {
  display: inline-block;
  margin: 0 20px;
}

nav ul li:last-child {
  margin-right: 4px;
}

.page-title-container {
  background-image: url("/images/page_title_bg.png");
  background-repeat: no-repeat;
  margin-bottom: 32px;
  margin-top: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title-container {
    background-position: -85px top;
    margin-bottom: 12px;
  }
}

.page-title-container .page-title {
  height: 260px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-top: 42px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  .page-title-container .page-title {
    margin-bottom: 12px;
    padding-right: 20px;
    padding-top: 38px;
  }
}

.page-title-container .page-title .text-belt {
  left: 24px;
  margin: 0;
  position: absolute;
  top: 12px;
}

.page-title-container .page-title h1 {
  max-height: 154px;
  overflow-y: hidden;
  padding-bottom: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title-container .page-title h1 {
    max-height: 208px;
    padding-bottom: 16px;
  }
}

.page-title-container .page-title h1::after {
  border-bottom: 9px solid #000000;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

.page-title-container .share-us {
  left: 104px;
  margin-top: 20px;
  position: absolute;
  top: 100%;
  width: 50px;
}

@media (max-width: 1023px) {
  .page-title-container .share-us {
    left: 70px;
  }
}

@media (max-width: 767px) {
  .page-title-container .share-us {
    float: left;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-top: 10px;
    position: static;
    width: 100%;
  }
}

.page-title-container .share-us-item {
  background: #FFFFFF;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  float: left;
  height: 50px;
  position: relative;
  width: 50px;
}

@media (max-width: 767px) {
  .page-title-container .share-us-item {
    border-bottom: 1px solid #DDDDDD;
    border-right: 0;
  }
}

.page-title-container .share-us-item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
  .page-title-container .share-us-item:last-child {
    border-right: 1px solid #DDDDDD;
  }
}

.page-title-simple {
  background-image: url("/images/page_title_simple_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 162px;
  margin-bottom: 52px;
  margin-top: 16px;
  padding-top: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title-simple {
    background-image: url("/images/page_title_simple_bg_mobile.png");
    height: 108px;
    margin-bottom: 24px;
  }
}

.page-title-simple h1 {
  margin-bottom: 0;
  text-align: center;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.b-text-content:first-of-type:first-letter {
  color: #000000;
  font-family: "PlayfairDisplay";
  font-weight: 400;
  text-align: left;
  float: left;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: -6px;
  margin-right: 8px;
  margin-top: -8px;
}

.b-text-content a:not(.link-article) {
  border-bottom: 1px solid #FFC500;
  color: #000000;
  text-decoration: none;
}

.b-text-content a:not(.link-article):hover, .b-text-content a:not(.link-article):active, .b-text-content a:not(.link-article):focus {
  color: #000000;
  text-decoration: none;
}

.b-text-content strong {
  color: #000000;
  font-weight: 400;
}

.b-text-content ul:not(.timeline) {
  display: block;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .b-text-content ul:not(.timeline) {
    margin-bottom: 20px;
  }
}

.b-text-content ul:not(.timeline) li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .b-text-content ul:not(.timeline) li {
    font-size: 14px;
    line-height: 20px;
  }
}

.b-text-content ul:not(.timeline) li::before {
  background: #FFC500;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

.b-text-content.with-links a {
  border-bottom: 0;
}

.b-two-image-content {
  margin-bottom: 50px;
}

.b-two-image-content > .wrapper {
  width: 600px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-two-image-content .b-text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
}

.b-two-image-content .b-text-content.with-image {
  width: calc(100% - 210px);
}

.b-two-image-content picture {
  display: inline-block;
  width: 377px;
  height: 377px;
  overflow: hidden;
}

.b-two-image-content picture.right {
  margin-right: -190px;
  margin-left: 20px;
}

.b-two-image-content picture.left {
  margin-left: -190px;
  margin-right: 20px;
}

.b-two-image-content picture img {
  width: 100%;
}

@media (max-width: 1279px) {
  .b-two-image-content > .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .b-two-image-content .b-text-content.with-image {
    width: calc(100% - 190px);
  }
  .b-two-image-content picture {
    width: 210px;
    height: 210px;
    margin-top: 10px;
  }
  .b-two-image-content picture.left {
    margin-left: -40px;
  }
}

@media (max-width: 767px) {
  .b-two-image-content > .wrapper {
    padding: 0 10px;
  }
  .b-two-image-content .b-text-content.with-image {
    width: 100%;
  }
  .b-two-image-content .b-text-content:last-of-type {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .b-two-image-content picture {
    display: block;
    width: 100%;
    height: 320px;
    margin: 10px 0 20px 0;
  }
  .b-two-image-content picture.left, .b-two-image-content picture.right {
    margin: 10px 0 20px 0;
  }
  .b-two-image-content picture img {
    width: auto;
    height: 100%;
  }
}

.b-large-image-content > .wrapper {
  width: 1400px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-large-image-content > .wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.b-large-image-content .b-text-content {
  width: 600px;
  max-width: 100%;
}

.b-large-image-content .b-text-content.wide {
  width: 900px;
}

.b-large-image-content .b-text-content.wide > * {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  padding-left: 45px;
}

.b-large-image-content .b-text-content.wide > h3 {
  width: 100%;
  margin: 40px 0;
}

.b-large-image-content picture {
  display: block;
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin: 40px 0;
}

.b-large-image-content picture img {
  width: 100%;
}

@media (max-width: 1279px) {
  .b-large-image-content > .wrapper {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 20px;
  }
  .b-large-image-content picture {
    width: calc(100% + 40px);
    height: 230px;
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .b-large-image-content picture {
    height: 300px;
    position: relative;
  }
  .b-large-image-content picture img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
  }
  .b-text-content.wide > * {
    max-width: 100% !important;
    padding-left: 0 !important;
  }
}

.b-post-detail {
  margin-bottom: 60px;
}

.b-post-detail > .wrapper {
  width: 600px;
  padding: 0;
}

.b-post-detail .b-text-content {
  width: 100%;
  margin: 0 auto;
}

.b-post-detail .b-text-content > * {
  margin: 0 auto 30px auto;
  padding-left: 45px;
}

.b-post-detail picture {
  display: block;
  width: 377px;
  height: 377px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: -188px;
  overflow: hidden;
}

.b-post-detail picture img {
  width: 100%;
}

@media (max-width: 1023px) {
  .b-post-detail > .wrapper {
    width: 100%;
    padding: 0 140px;
  }
  .b-post-detail .b-text-content > * {
    margin: 0 auto 30px auto;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .b-post-detail > .wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .b-post-detail picture {
    float: none;
    width: 100%;
    height: 280px;
    margin: 0 0 30px 0;
  }
}

.home {
  position: relative;
}

.not-found {
  margin-top: 20px;
  max-width: 1400px;
}

@media (max-width: 767px) {
  .not-found {
    margin-top: 0;
  }
}

.not-found .not-found-image-container {
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .not-found .not-found-image-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .not-found .not-found-title-container {
    background-image: url("/images/page_title_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    margin: 60px 0;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .not-found .not-found-title-container h3 {
    margin-bottom: 12px;
    text-align: center;
  }
}

.not-found .not-found-title-container .not-found-title {
  border-bottom: 9px solid #000000;
  border-top: 9px solid #000000;
  margin-top: 20px;
  padding: 32px 12px;
  text-align: left;
}

@media (max-width: 767px) {
  .not-found .not-found-title-container .not-found-title {
    margin-top: 0;
    padding: 0;
  }
}

.not-found .not-found-title-container .not-found-title .number {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .not-found .not-found-title-container .not-found-title .number {
    margin-bottom: 0;
    padding-left: 20px;
  }
}

.not-found .not-found-title-container .not-found-title .link, .not-found .not-found-title-container .not-found-title .b-text-content.with-links a, .b-text-content.with-links .not-found .not-found-title-container .not-found-title a {
  padding-left: 8px;
}

@media (max-width: 767px) {
  .not-found .not-found-title-container .not-found-title .link, .not-found .not-found-title-container .not-found-title .b-text-content.with-links a, .b-text-content.with-links .not-found .not-found-title-container .not-found-title a {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

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